/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
overflow: -moz-scrollbars-vertical;
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:5px 0;
	padding:0 15px;
}
body {
	color:#000;
	font:12px Arial,Helvetica,sans-serif;
}
ul,ol {
	list-style:none;
}
img {
	border:none;
}
div {padding:0; margin:0;}
a {
	color:#0053A6;
	text-decoration:none;
}
a:hover {
	color:#ff3300;
	text-decoration:none;
}
input,select,textarea {
	border:1px solid #969696;
	font-size:11px;
	padding:2px;
}
li {
	list-style:none outside none;
}
em {
	color:#C11209;
	font-style:normal;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearfix {
	clear:both;
}

/* ---------------------- */
#wrapper {
	background:url(../img/bg.gif) repeat-y top center;
	width:1000px;
	margin:0 auto;
	padding:0 17px;
}
#header {
	height:169px;
}
#logo {
	background:url(../img/logo_bg.gif) no-repeat top left;
    float: left;
    height: 139px;
    padding: 15px;
    width: 230px;
}
#banner {
	background:url(../img/banner_bg.png) no-repeat top right;
	height:130px;
	margin-left:260px;
}
#banner a {
	display:block;
	width:740px; height:130px;
	text-indent:-9999px;
}
/* MENU BAR */
#menu {
	height:39px;
	margin-left:260px;
}
#navbar {
	margin:0;
	padding:6px 6px 0;
	background:#00aeef url(../img/gradient.png) repeat-x 0 -110px;
	line-height:100%;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow:0 1px 3px rgba(0,0,0, .4);
}
#navbar li {
	float:left;
    list-style:none outside none;
    margin:0 5px;
    padding:0 0 6px;
    position:relative;
}
/* main level link */
#navbar a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:7px 20px;
	margin:0;
	-webkit-border-radius:1.6em;
	-moz-border-radius:1.6em;
	text-shadow:0 1px 1px rgba(0,0,0, .3);
}
#navbar a:hover {
	background:#000;
	color:#fff;
}
/* main level link hover */
#navbar .current a, #navbar li:hover > a {
	background:#666 url(../img/gradient.png) repeat-x 0 -40px;
	color:#444;
	border-top:solid 1px #f8f8f8;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0, .2);
	box-shadow:0 1px 1px rgba(0,0,0, .2);
	text-shadow:0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#navbar ul li:hover a, #navbar li:hover li a {
	background:none;
	border:none;
	color:#666;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#navbar ul a:hover {
	background:#0078ff url(../img/gradient.png) repeat-x 0 -100px !important;
	color:#fff !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	text-shadow:0 1px 1px rgba(0,0,0, .1);
}
/* dropdown */
#navbar li:hover > ul {
	display:block;
}
/* level 2 list */
#navbar ul {
	z-index:200;
	display:none;
	margin:0;
	padding:0;
	width:200px;
	position:absolute;
	top:32px;
	left:0;
	background:#ddd url(../img/gradient.png) repeat-x 0 0;
	border:solid 1px #b4b4b4;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0, .3);
	box-shadow:0 1px 3px rgba(0,0,0, .3);
}
#navbar ul li {
	float:none;
	margin:0;
	padding:0;
}
#navbar ul a {
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
}
/* rounded corners of first and last link */
#navbar ul li:first-child > a {
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
}
#navbar ul li:last-child > a {
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
}
/* clearfix */
#navbar:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
#navbar {
	display:inline-block;
} 
html[xmlns] #navbar {
	display:block;
}
* html #navbar {
	height:1%;
}
/* MENU BAR */

/* CONTAINER */
#container {
	margin-top:5px;
	overflow:hidden;
}
#left_col {
	width:180px;
	padding:3px;
	float:left;
}
.side_panel {
	margin:3px 0;
	padding:1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
}
ul.side, ul.hot_news {
	padding:7px 4px 5px 5px;
}
ul.side li {
	padding-left:10px;
	background:url(../img/list-style.gif) no-repeat 2px 5px;
	margin-bottom:5px;
}
ul.hot_news li {
	padding-left:13px;
	background:url(../img/list-style_2.jpg) no-repeat 0 3px;
	margin-bottom:5px;
}
ul.side a, ul.hot_news a {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#3366CC;
	text-decoration:none;
}
ul.hot_news a {
	font-weight:normal !important;
}
ul.side a:hover, ul.hot_news a:hover {
	color:#fb9622;
}
.side_panel h2 {
	background:url(../img/side_panel_h2_bg.gif) repeat-x 0 0;
	line-height:22px; height:22px;
	margin:0; padding:0 0 0 10px;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	color:#232323;
	font-weight:bold;
	text-transform:uppercase;
}
.view_all {
	margin-left:100px;
}
#center_col {
	width:622px;
	float:left;
	padding:3px;
}
#nav {
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
	text-transform:uppercase;
}
#nav .active {
	background:url(../img/home.gif) no-repeat top left;
	padding-left:20px;
}
.content_title {
	text-align:center;
}
#details {
	margin-top:10px;
	padding:0 5px;
	max-width:612;
}
#details  p{
	padding-top: 5px;
}
#poster_news {
	margin-bottom:10px;
	text-align:center;
}
#poster_news img, .news_image {
	/*padding:2px;
	border:1px solid #ccc;*/
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow:0 1px 3px rgba(0,0,0, .4);
}
#news_container {
	padding:5px 0;
	width:622px;
}
.news {
	padding:10px 5px 5px 5px;
	border-bottom:1px dashed #ccc;
	display:inline-block;
	width:612px;
}
.h1news_title {
	font-weight:bold;
	font-style:italic;
	color:#00c;
}
.news_image {
	float:left;
	margin:0 10px 10px 0;
}
.news_content {
	text-align:justify;
	padding: 5px;
	line-height: 24px;
}
.news_content table p {
	text-indent:5px;
	line-height: 24px;
	margin-bottom: 5px; //20181106
	margin-left:10px;
	margin-right:10px;
}
.news_content p {
	text-indent:24px;
	line-height: 24px;
	margin-bottom: 0px;
}
.news_content img {
	max-width:600px;
	margin: 10px 0;
}
.news_content p img {
	margin: 10px 0 10px -24px;
}
.news_content ul {
	list-style:circle;
}
.news_content ol {
	list-style:decimal;
}
.news_more {
	float:right;
	margin:5px 0;
}
.news_date {
	color:#666;
	font-style:italic;
	font-size:11px;
	margin-right:20px;
}
.nvpeople {
	text-align:right;
}
.read_more {
	background:url(../img/read_more.gif) no-repeat 0 0;
	text-indent:-9999px;
	width:100px; height:12px;
	display:inline-block;
}
#listnews {
	margin:15px 0 10px 0;
}
#pages_nav {
	margin-top:5px;
	border:1px solid #92BAE6;
	padding:4px 2px;
	float:right;
	font-size:11px;
}
.pages_control {
	padding:2px 4px;
	border:1px solid #92BAE6;
	background:#0099FF url(../img/pages_control_bg.gif) repeat-x left center;
	color:#fff;
}
.p_current, #pages_nav a {
	padding:2px 4px;
	border:1px solid #92BAE6;
	margin-left:1px;
}
.p_current {
	font-weight:bold;
}
#right_col {
	width:180px;
	padding:3px;
	float:right;
}
#contact_info, #poll {
	padding:5px;
}
.k_name {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#00C;
}
.phone {
	padding:3px 20px;
	background:url(../img/phone.gif) no-repeat 0 0;
	line-height: 24px;
}
.email {
	padding:3px 20px;
	background:url(../img/email.png) no-repeat 0 0;
}
.question {
	padding:5px;
	font-weight:bold;
}
#answer {
	padding:5px;
}
#web_link {
	margin:5px;
	width:165px;
}
#stats p{
	padding:5px;
}
#stats span {
	font-weight:bold;
	color:#800517;
}
#nav_link {
	overflow:hidden;
	padding-bottom:10px;
}
#nav_link a {
	float:left;
	width:300px;
	text-align:center;
}
.hr {
	width:400px;
	height:1px;
	border-bottom:1px dashed #ccc;
	text-align:center;
	margin:0 108px;
	clear:both;
}
.bomon_detail {
	margin-bottom:10px;
	line-height: 24px;
	max-width: 612;
}
/* DRAW ORGANIZATION TABLE */
#organization tr {
	text-align:center;
}
#organization td {
	padding:5px 0;
}
#organization a {
	font-weight:bold;
}
.td_solid {
	border:1px solid #999;
}
.td_dotted_bt {
	border-bottom:1px solid #960038;
}
.td_dotted_rt {
	border-right:1px solid #960038;
}
.organi h1 {
	padding:0;
	margin:0;
	color:#990116;
	width:135px;
}
.organi .member {
	padding:5px 0;
	margin:0;
	border-top:1px dotted #ccc;
}
.width200 {
	width:200px;
}
.width100 {
	width:100px;
}
.solid-round {
	border: 1px solid #09F;
}
.dotted-right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	width:100px;
}
.member-top {
	border-top:1px solid #09F;
	border-left:1px solid #09F;
	border-right:1px solid #09F;
	border-bottom:1px dotted #CCC;
}
.member-bottom {
	border-bottom:1px solid #09F;
	border-left:1px solid #09F;
	border-right:1px solid #09F;
}
.member-middle {
	border-left:1px solid #09F;
	border-right:1px solid #09F;
	border-bottom:1px dotted #CCC;
}

span.khoa_name {
  color:#0303F3;
  font-size:20px;
  font-weight:bold;
}

.borde1 {
	border: 1px solid #666;
}
.border-lr {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding:5px 0 5px 0;
}
.border-lrb {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.dotted-r {
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #C30;
	border-right-color: #C30;
	border-bottom-color: #C30;
	border-left-color: #C30;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dotted-btr {
	border:none;
	border-bottom:1px dotted #C03;
	border-right:1px dotted #C03;
}
.dotted-topr {
	border:none;
	border-top:1px dotted #C03;
	border-right:1px dotted #C03;
}
.dotted-topl {
	border:none;
	border-top:1px dotted #C03;
	border-left:1px dotted #C03;
}
.dotted-top {
	border:none;
	border-top:1px dotted #C03;
}
.dotted-btl {
	border:none;
	border-bottom:1px dotted #C03;
	border-left:1px dotted #C03;
}
.dotted-btr {
	border:none;
	border-bottom:1px dotted #C03;
	border-right:1px dotted #C03;
}
/* END DRAW ORGANIZATION TABLE */

#banner_link img {
	width:180px;
	margin:5px auto;
}
#album_title {
	color:#000099;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 0;
	text-align:center;
	text-transform:uppercase;
}
#photo {
	width:622px;
}
#photo ul {
	width:622px;
	overflow:hidden;
}
#photo li{
	width:195px;
	margin:10px 6px;
	float:left;
	overflow:hidden;
}
#photo .Pimg {
	background:url(../img/Pbgr.jpg) no-repeat top left;
	padding:1px 1px 11px 1px;
	position:relative;
}
#photo .Ppng {
	background:url(../img/AlbumB.png) no-repeat bottom right;
	position:absolute;
	z-index:100;
	width:51px;
	height:38px;
	bottom:11px; right:1px;
}
#photo .Pinfo {
	text-align:center;
	height:45px;
	line-height:16px;
}

#wrapperdocs {
	padding: 10px 5px;
}
ul#list_lib li {
	background: url(../img/Folder.png) no-repeat 0 0;
	padding:10px 0 10px 40px;
	margin-bottom:10px;
}
#docsbox_item {
	border:1px solid #CCC;
	overflow:hidden;
}
#wrapperdocs .docsbox_title {
	overflow:hidden;
	border-bottom:1px solid #CECECE;
	background:#F1F1F1;
	height:26px;
	line-height:26px;
	color:#1D70AC;
	font-weight:bold;
	padding-left:20px;
}
ul.list_docs li {
	width:290px;
	float:left;
	overflow:hidden;
	padding:10px 0 10px 10px;
}
ul.list_docs li.oddrows {
	background:#F6F6F6;
}
.icon {
	background:#FFF;
	float:left;
	padding:4px;
	border:1px solid #CCC;
	margin-right:10px;
}
.docs_info {
	padding-right:5px;
}
.docs_info p {
	margin-bottom:7px;
}
.fred {
	color:#F10000;
}
#download_detail {
	margin:10px 5px;
	padding:10px 5px;
}
#download_detail table {
	border:1px solid #CCC;
}
.dl_more {
	margin-top:15px;
	width:100%;
	overflow:hidden;
}
.dl_more ul {
	padding-left:15px;
}

/* CONTACT */
.cform {
	overflow:hidden;
	margin-top:15px;
}
#error_log {
	padding:10px 0;
	text-align:center;
	color:#f00;
	font-weight:bold;
	font-size:14px;
}
/* END CONTAINER */
#footer {
	padding:10px;
	text-align:center;
	color:#fff;
	background:url(../img/footer_bg.gif) repeat 0 0;
}
#footer a, #footer a:hover {
	color:#fff;
	text-decoration:underline;
}