@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

a,a:visited,a:active {
	text-decoration:none;
}

ul,li {
	list-style:none
}

::selection {
	background: #1a8bb2;
	color:#fff
}
::-webkit-selection {
	background: #1a8bb2;
}
::-moz-selection {
	background: #1a8bb2;
	color:#fff
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg.jpg) repeat top left;
	border-top:3px solid #1a8bb3;
}

.container {
	margin:0 auto;
	width:940px;
}

.grid-10 {
	float:left;
	width:940px;
}

h1#logo {
	float:left;	
}

h1#logo a{
	float:left;
	background:url(../images/logo.png) no-repeat top left;
	width:400px;
	height: 80px;
	display:block;
	text-indent:-9999px;
	margin:5px 0px 0px 0px;
}

.navi_right {
	float:right;
	width:300px;
}

.socail_network {
	float:left;
	width:300px;
	margin:10px 0px 0px 0px;
}

.socail_network ul li {
	float:left;	
	margin-right:10px;
}
.socail_network ul li a {
	color:#333;
	font-size:11px;
	float:left;
	display:block;
	padding:0px 0px 0px 20px;
	line-height:20px;
}

.socail_network ul li a:hover {
	text-decoration:underline;
}

.socail_network ul li a.fb {
	background:url(../images/fb.png) no-repeat top left;
}

.socail_network ul li a.gmail {
	background:url(../images/gmail.png) no-repeat top left;	
}

.socail_network ul li a.tv {
	background:url(../images/vn.png) no-repeat center left;	
}

.socail_network ul li a.ta {
	background:url(../images/eng.png) no-repeat center left;	
}

.search {
	float:left;
	width:300px;
	padding-bottom:7px;
	background:url(../images/shadow_search.png) no-repeat bottom right;
	margin:20px 0px 0px 0px;
}

.search form {
	float:left;
	background:#f6f6f6;
	width:300px;
	height:26px;
}

.search input.txt_search {
	border:none;
	background:#f6f6f6;
	float:left;
	width:260px;
	padding:5px 0px 0px 5px;
}

.search input.sbm_search {
	float:right;
	border:none;
	background:url(../images/icon_search.png) no-repeat top left;
	width:16px;
	height: 16px;
	margin:5px 5px 0px 0px;
	cursor:pointer;
}

ul#menu {
	float:left;
	width:940px;
	margin:40px 0px 0px 0px;
	z-index:9999;
	position:relative;
}

ul#menu > li {
	float:left;	
	position:relative;
}

ul#menu > li > a {
	float:left;
	width:235px;
	display:block;
	color:#fff;
	font-size:15px;
	text-align:center;
	height:20px;
	padding:10px 0px 0px 0px;
	
}

ul#menu > li >a.home {
		background:#fa5b0f;		
}

.item15 a{background:#127899;}

ul#menu > li > a {
	background:#127899;	
}

ul#menu > li > a.result {
	background:#1a8bb2;	
}
ul#menu > li.item11 > a:hover{
	background:#3fb1d8 url(../images/star-gold24.png) no-repeat  left;
}
ul#menu > li.item11 > a {
background:#1a8bb2 url(../images/star-gold24.png) no-repeat  left;
}
#menu .item11 a .cufon-canvas:first-child{
margin-left: 15px;
}
ul#menu > li > a.communication {
	background:#127899;	
}

ul#menu > li > a.home:hover {
	background:#ff8347;	
}

ul#menu > li > a.scholarship:hover {
	background:#d5c700;	
}

ul#menu > li > a.result:hover {
	background:#3fb1d8;	
}

ul#menu > li > a.communication:hover {
	background:#0295c5;	
}

ul.sub_home,ul.sub_scholarship,ul.sub_result {
	position:absolute;
	z-index:9999;
	width:250px;
	background:#ff8347;	
	top:30px;
	left:0px;
	display:none;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px#888;
	box-shadow: 0 0 2px #888;
}
ul.sub_scholarship {
	background:#d5c700;	
}
ul.sub_result {
	background:#3FB1D8;
}
ul.sub_home > li,ul.sub_scholarship >li,ul.sub_result >li {
	float:left;
	width:250px;
}

ul.sub_home > li a,ul.sub_scholarship >li a,ul.sub_result >li a{
	float:left;
	width:240px;
	color:#fff;
	line-height:25px;
	padding:0px 0px 0px 10px;
}

ul.sub_home > li a:hover {
	background:#fa5b0f;		
}

ul.sub_result > li a:hover {
	background:#1A8BB2;
}

ul.sub_scholarship > li a:hover {
	background:#aba000;		
}

.hold_slide {
	float:left;
	width:100%;
	background:url(../images/bg_slide.jpg) no-repeat center center;
	height: 250px;
	border-bottom:3px solid #1a8bb2;
	
}

.slide {
	float:left;
	width:940px;
	height: 250px;
	position:relative;
	z-index:10;
}

.block_left {
	float:left;
	width:620px;
	margin-right: 20px;
}

.block_right {
	float:left;
	width:300px;
}	
.info  p {
line-height:26px;
 margin: inherit;
}
.info {
	float:left;
	width:600px;
	margin:25px 0px 0px 0px;
}

.info  h2 {
	float:left;
	width:600px;
	font-size:20px;
}

.info div {
	color:#000;
	line-height:26px;
	float:left;
	width:600px;
	margin:15px 0px 0px 0px;
}
.info div strong{
    padding: 10px 0px;
}
.info  h2 span {
	background:#1a8bb2;
	color:#fff;
}

.active_std {
	float:left;
	width:560px;
	background:url(../images/icon_active.png) no-repeat top left;
	padding:0px 0px 0px 60px;
	margin:15px 0px 0px 0px;
	color:#333;
}

.ques {
	float:left;
	background:url(../images/qa.png) no-repeat top left;
	padding:0px 0px 0px 60px;
	width:540px;
	margin:20px 0px 0px 0px;
	color:#333;
}

.active_std h3,.ques h3 {
	font-size:16px;
	padding-bottom:5px;
}

.active_std h3 a,.ques h3 a {
	color:#333;	
}

.active_std h3 a:hover,.ques h3 a:hover {
	color:#1a8bb2;	
}

.active_std p,.ques p {
	font-style:italic;
	color:#333;	
	line-height:18px;
}

.list_news {
	float:left;
	width:300px;
	margin:25px 0px 0px;
}
.list_news h3 {
	font-size:20px;
	
}

.list_news h3 a {
	color:#333;	
}

.list_news h3 a:hover {
	color:#1a8bb2;	
}

.list_news ul li {
	float:left;
	width:300px;
	margin:10px 0px 0px;
}

.list_news ul li a {
	background:#1a8bb2;
	color:#fff;
	float:left;
	width:120px;
	height: 22px;
	font-size:15px;
}

.list_news ul li a:hover {
	background:#0295c5;		
}

.list_news ul li a span {
	background:url(../images/calendar.png) no-repeat center left;
	padding:5px 0px 0px 20px;
	float:left;
	margin-left:10px;
}

.list_news ul li p {
	float:left;
	width:300px;
	color:#6d6d6d;
	line-height:20px;
	margin:10px 0px 0px;
	font-style:italic;
}

.divide_content {
	float:left;
	background:url(../images/divide.png) no-repeat top left;
	width:940px;
	height: 8px;
	margin:20px 0px 0px;
}

.album {
	float:left;
	width:620px;
	margin:20px 20px 0px 0px;
}

.album h3 {
	background:url(../images/album.png) no-repeat top left;
	padding:0px 0px 20px 25px;
	font-size:20px;
	float:left;
	width:595px;
}

.album h3 a {
	color:#333;	
}
.album h3 a:hover {
	color:#1a8bb2;		
}

.slide_album {
	float:left;
	width:620px;
	height:105px;
}

.slide_album ul li {
	float:left;	
	margin:0px 10px 0px 0px;
}

.slide_album ul li a {
	float:left;
	border:1px solid #9c9c9c;
}

.slide_album ul li a:hover {
	border:1px solid #1a8bb2;	
}

.slide_album ul li a img {
	padding:4px;	
}

.contact {
	float:left;
	width:300px;
	margin-top:20px;
}
.contact h3 {
	font-size:20px;
	color:#333;
	padding-bottom:20px;
}

.contact ul li {
	float:left;
	color:#333;
	margin:0px 0px 15px 0px;
}

.contact ul li.add {
	background:url(../images/icon_home.png) no-repeat top left;
	height:21px;
	padding:0px 0px 0px 30px;
}

.contact ul li.mail {
	background:url(../images/icon_mail.png) no-repeat 0px 5px;
	height:21px;
	padding:0px 0px 0px 30px;
	line-height:23px;
}

.contact ul li.phone {
	background:url(../images/icon_phone.png) no-repeat 0px 5px;
	height:21px;
	padding:0px 0px 0px 30px;
	line-height:23px;
}

.copy {
	float:left;	
	line-height:35px;
	color:#333;
}

.quick_link {
	float:right;	
}

.quick_link ul {
	float:left;	
}

.quick_link ul li {
	float:left;	
	background:url(../images/slipt.jpg) no-repeat center right;
	padding-right:2px;
}

.quick_link ul li a {
	color:#333;
	float:left;
	display:block;
	margin:0px 10px 0px 10px;
	line-height:35px;
}

.quick_link ul li a:hover {
	color:#1a8bb2;
	font-style:italic;
}

.list_news_inner {
	float:left;
	width:620px;
	margin:20px 0px 0px;
}

.list_news_inner  h3 {
	font-size:20px;	
	color:#333;
}

.list_news_inner ul li {
	float:left;	
	margin-top:10px;
}
.list_news_inner ul li div {
	float:left;	
	width:495px;
	margin:5px 0px 0px 0px;
	line-height:20px;
	color:#333;
}

a.img_news {
	float:left;
	border:1px solid #d6d6d7;
	margin:10px 10px 0px 0px;	
}

a.img_news:hover {
	border:1px solid #1A8BB2;	
}

a.img_news img {
	padding:3px;	
}

a.title_news {
	color:#1A8BB2;	
	float:left;
	width:495px;
	margin:10px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
}
a.title_news:hover {
	color:#333;	
}

.pagination {
	float:left;
	width:620px;
	margin:10px 0px 0px 0px;
}

.pagination a,.pagination span {
	color:#fff;
	padding:3px 5px;
	background:#1A8BB2;
	font-size:11px;
	float:left;
	display:block;
	margin-right:5px;
}

.pagination span,.pagination a:hover {
	background:#333;	
}

.news_letter {
	float:left;
	width:300px;
}
.news_letter p {
	float:left;
	width:300px;
	font-style:italic;
	color:#333;
	line-height:35px;
	font-size:11px;
}

.news_letter input.txt_newsletter {
	float:left;
	width:230px;
	border:none;
	height:23px;
}

.news_letter input.sbm_newletter {
	float:right;
	width:70px;
	border:none;
	height:23px;
	background:#1A8BB2;
	padding:0px 0px 3px 0px;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}

.scholarship_info {
	float:left;
	margin:10px 0px 0px 0px;
}

label.name_info_std {
	float:left;
	width:140px;
}

input.txt_info_std {
	float:left;
	width:400px;
	height:22px;
	border:1px solid #d7d7d7;
}

input.txt_info_std:focus {
	border-color:#3FB1D8;	
}

.row {
	margin:0;	
}

label.radio_element,label.area_info_std {
	float:left;	
	margin:0px 5px 0px 0px;
	
}

label.radio_element {
	font-weight:bold;
	color:#1A8BB2;
}

input.radio_items {
margin:5px 5px 0px 0px;
	float:left;
}
.mrgt10 {
	margin-top:20px;
	border-top:1px dashed #999;
	padding-top:10px;
}

/***************************************************************************************/
.list_album {
	float:left;
	width:620px;
	margin:20px 0px 0px;
}

.list_album  h3 {
	font-size:20px;	
	color:#333;
}

.list_album ul {
	float:left;
	width:620px;
	margin:10px 0px 0px 0px;
}

.list_album ul li {
	float:left;	
}

.list_album ul li a{
	float:left;	
	width:190px;
	height: 140px;
	display:block;
	border: 1px solid #d7d7d7;
	margin:10px 5px 0px 0px;
	
}
input.error, select.error, textarea.error {
    background-color: #FFFBCF;
    border: 1px solid #ff0000;
    color: red;
    padding: 2px;
}
div.error , td.error{
    color: red;
    font-weight: bold;
}

/* Update popup + map */
.mask,.mask-2 {
    display:none;
    position:absolute;
    background:#000;
    z-index:9000;
}

.message-box {
    display:none;
    position:fixed;
    background:#fff;
    border-radius:5px;
    color:#333;
    width:500px;
    z-index:9999;
    padding:0px 0px 10px 10px;
    border:3px solid #1BB95C;
}

.message-box h2 {
    line-height:30px;
}

.message-box p {
    border-bottom:1px dotted #333;
    padding-bottom:5px;
    width:490px;
    margin-bottom:7px;
}

.message-box a {
    padding:0px 10px 0px 0px;
    color:#333;
    font-weight:bold;
}

.message-box a:hover {
    text-decoration:underline;
    color:#f00;
}
#system-message dt.message{
    display: none;
}
.btn-close ,.btn-save {
    position:absolute;
    right:-10px;
    top:-15px;
    width:30px;
    height: 30px;
    background:url(../images/btn-close.png) no-repeat 0px 0px;
    cursor:pointer;
}
.btn-save {
    background:url(../images/save.png) no-repeat 0px 0px;
    z-index: 9999;

}
.btn-close:hover {
    background:url(../images/btn-close.png) no-repeat 0px -30px;
}
#gui{
    padding: 5px 70px;
    border: 1px solid #ccc;
    background: #0B55C4;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}
.info div .diem_trung_binh input{
    width: 200px;
}
.info div .diem_trung_binh {
    width: 250px;
    float: left;
}
.gioithieu input{
    width: 200px;
    float: left;
}
.info div .gioithieu,.info div .gioithieu div{
    width: 780px;
}
.gioithieu table strong{
    color: #000;
}
#bai_luan_toolbar4 {
    display: none;
}
.title-search{
    color: #1A8BB2;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0;
}
.li-search{
    border: 1px solid #1A8BB2;
    padding: 5px;
}
.info img{
    max-width: 100%;
}
.grid-10 div.slider-nav,.grid-10 div.timer{
    display: none;
}
#liet_ket_hoc_bong{
    margin: 0;
    padding: 0;
}
#liet_ket_hoc_bong .item-lietke{
    margin: 0;
    padding: 0;
}
.item-lietke input.jdatepicker{
width: 100px;
}
.item-lietke .lietke{
    float: left;
    width: auto;
   margin-right: 10px;
}
.item-lietke label{
    width: 120px;
}