body, div, span, applet, object, blockqoute, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, tbody, tfoot, thead {
    border: 0 none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
	height: 100%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdee5), color-stop(0.75, #fff), to(#fff));
    background: -webkit-linear-gradient(top, #dbdee5, #fff, #fff);
    background: -moz-linear-gradient(top, #dbdee5, #fff, #fff);
    background: -ms-linear-gradient(top, #dbdee5, #fff, #fff);
}

body {
	font: normal 14px arial;
}
a {
	text-decoration: none;
}

a.title {
    color: #555247;
}

.main {
	width: 980px;
	background: #F1F1F1;
	vertical-align: top;
        margin: 0 auto;
}

.col1 {
    width: 630px;
    float: left;
}
.col2 {
    width: 300px;
    float: right;
}

.colchange .col1{
    float: right;
}

.colchange .col2{
    float: left;
}

.col11 {
    width: 180px;
    float: left;
}


.col12{
    width: 484px;
    float: right;
}

#page-body {
    border-collapse: collapse;
    padding: 15px;
    background: #fff;
}
.hide {
    display: none;
}
.clear,
.make-zone-spliter {
	clear: both;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

#P49132 {
    position: relative;
    width: 980px;
    text-align: right;
    min-height: 125px
}
#P49132 .page_logo {
    height: 92px;
    position: absolute;
    left: 10px;
    top: 15px;
}
#P49132 .page_school_subtitle {
    margin-bottom: 2px;
    font: normal 17px times new roman;
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
}
#P49132 .page_school_title {
    font-size: 34px;
}
#P49132 .page_school {
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
    text-align:center;
    color: #e1322f;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 110px;
    top: 30px;
}

.page-menu {
    background: url(../images/menu_bg.gif) top left repeat;
    line-height: 32px;
    position: relative;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    font-family: Montserrat, sans-serif;
    position: relative;
}
#cssmenu > ul > li:first-child {
    background-image: none;
}
#cssmenu > ul > li {
    float: left;
    height: 32px;
    white-space: nowrap;
    background: url(../images/menu.gif) right center no-repeat;
    padding-right: 2px;
}

#cssmenu > ul > li:hover,
#cssmenu > ul > li.selected {
    background: url(../images/menu_active.gif) right center no-repeat;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 10px 14px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 700;
    text-transform: uppercase;
}

#cssmenu > ul > li.selected > a,
#cssmenu > ul > li:hover > a {
    color: #ffffff;
    background: url(../images/menu_active2.gif) repeat-x;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 10px;
}
#cssmenu > ul > li.has-sub > a:after {

}
#cssmenu > ul > li.has-sub > a:before {

}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 111111;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
    background: #3f5272;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background-color: #3f5272;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

.page-menu .icon-search {
    cursor: pointer;
    display: block;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 21px;
    z-index: 3;
    border: none;
    background: url(../images/search.png) no-repeat;
}

.box-top-news {
	background: #fef9ed;
	border: 1px solid #e1dbcb;
	border-radius: 0 0 3px 3px;
	padding: 10px;
	margin-bottom: 20px;

}
.box-hotnews {
    position: relative;
    margin-bottom: 20px;
}
.box-hotnews .item {
    height: 300px;
    overflow: hidden;
    width: 620px;
}

.box-hotnews .item .avatar img {
    width: 415px;
    height: 270px;
    float: left;
    margin-right: 15px;
    min-height: 270px;
}

.box-hotnews .item .lead {
    margin-top: 8px;
    line-height: 18px;
}

.box-hotnews .item {
    color: #404040;
}

.box-hotnews .item .title {
    font: bold 18px/26px arial;
    color: #374a6b;
}
.box-hotnews .item h3 {
    padding-top: 0;
    padding-right: 15px;
}

.box-hotnews .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.box-hotnews .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 100%;
    background: #000;
    opacity: 0.5;
}

.box-hotnews .swiper-pagination-bullet-active {
    opacity: 1;
}

.news-cate-home {
    color: #555247;
    margin-bottom: 20px;
}

.news-cate-home .portlet-title{
    border-bottom: 4px solid #374A6B;
    margin-bottom: 13px;
    padding-bottom: 2px;
}

.news-cate-home .portlet-title a{
    font: bold 14px 'Times New Roman';
    text-transform: uppercase;
    color: #333;
}
.news-cate-home .portlet-content {
    background: url(../images/bg_line.png) repeat-y;
}

.news-cate-home .portlet-content .first {
    background: none;
    float: left;
    width: 400px;
    padding: 0;
    margin-bottom: 0;
    padding-right: 15px;
}

.news-cate-home .portlet-content .item-right {
    display: block;
    float: right;
    width: 185px;
    padding-left: 15px;
}

.news-cate-home .portlet-content .first .avatar img {
    width: 166px;
    padding: 5px;
    background: #FFF;
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0 0 3px 3px #dddddd;
    -webkit-box-shadow: 0 0 3px 3px#dddddd;
    box-shadow: 0 0 3px 3px #dddddd;
}

.news-cate-home .portlet-content .item a.title {
    color: #555247;
}

.news-cate-home .portlet-content .item.first a.title {
    font-weight: bold;
    font: 20px/23px 'Times New Roman';
}

.news-cate-home .portlet-content .item.first .lead {
    display: block;
    margin-top: 10px;
    line-height: 18px;
}

.news-cate-home .portlet-content .item-right .item {
    margin-bottom: 5px;
    background: url(../images/bullet.png) no-repeat 0 3px;
    padding-left: 13px;
}

#footer-info {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b3bac4), to(#b7bec8));
    background: -webkit-linear-gradient(top, #b3bac4, #b7bec8);
    background: -moz-linear-gradient(top, #b3bac4, #b7bec8);
    background: -ms-linear-gradient(top, #b3bac4, #b7bec8);
    filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3bac4, endColorstr=#b7bec8);
    color: #364b6a;
    padding: 20px;
    border-top: 1px solid #adafbb;
}

#footer-info p {
	margin-bottom: 5px;
}

#footer-info a {
	color: #FFF;
}


#footer-info .logo-footer {
	width: 50px;
}
#footer-info .page_footer_school_subtitle {
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
}
#footer-info .page_footer_school_title {
	font-size: 22px;
	font-weight: bold;
}

#footer-info .schoole-title-footer {
	text-transform: uppercase;
	width: 220px;
}


#footer-master {
    color: #999999;
    padding: 7px 10px 35px 10px;
    /*width: 960px;*/
    font-size: 11px;
    background: #F1F1F1;
}

#footer-master table td {
	padding: 0;
	font-family: arial !important;
}

#footer-master a {
  	color: #384b6b;
}

#go_top{
    display:block;
    width:46px;
    height:46px;
    position:fixed;
    background-image:url(../images/totop.png);
    bottom:40px;
    right:15px;
	opacity: 0.5;

}

#go_top:hover {
	opacity: 1;
}

#vnEdu {
	margin-top: 2px;
}

.article {
    padding: 0 0px;
}

.article ul,
.article ol{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px;
	margin: 12px 0;
    padding-right: 10px;
}

.article ol{
	list-style-type: decimal;
	list-style-position: inside;
}

.article ul li{
	margin: 5px 0;
    list-style-type: initial;
}

.article ol li{
    margin: 5px 0;
    list-style-type: decimal;
}

.article .content {
	line-height: 18px;
}

.article .content .Table {
    width: inherit !important;
}

.article h1,
.article .content h2,
.article .content h3,
.article .content p,
.article .content {
	margin-bottom: 14px;
    /*word-break: break-all;*/
}

.article .content img {
    max-width: 620px;
    height: auto !important;
}

.article .content embed,
.article .content iframe {
    max-width: 620px;
}

.article h1.title {
    color: #333;
    font-size: 30px;
    margin: 0 0 15px;
}

.article .date {
	color: #999;
	margin: 3px 0;
}

.article-tool {
    margin: 15px 0px;
    padding: 5px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.article-tool ul li {
	display: inline;
	padding-left: 10px;
}

.others-video .selected {
	background:#f0f5fb !important;
}

.others {
	margin-bottom: 20px;
}

.others .title {
	color: #000;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

.others .title .bg {
	background: #fff;
	width: 95px;
	position: relative;
	top: 5px;
}

.page-contact,
.box-listnews {

}

.nav {
    margin-bottom: 20px;
}

.nav .cate-title a {
    color: #222;
}

.nav .cate-title a.selected {
    font: bold 14px arial;
    color: #113D70;
    padding-right: 5px;
}

.article-other {
    margin-bottom: 20px;
}

.page-contact .page-title,
.article-other .page-title {
    background: url(../images/line.png) repeat-x scroll left bottom rgba(0, 0, 0, 0);
    color: #113D70;
    font: bold 14px arial;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.article-other ul li {
    background: url(../images/bullet3.png) no-repeat 0 8px;
    padding: 5px 13px;
}
.about-list>table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
}
.about-list td.left {
    padding: 0;
    background: #f1f6fc;
    vertical-align: top;
    border-right: 1px solid #eceaeb;
    width: 180px;
}
.about-list td.right {
    padding: 20px;
    background: #fff;
    vertical-align: top;
}
.about-menu {
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #555247;
    width: 180px;
}

.about-menu .item {
    padding: 10px;
    text-align: left;
    border-top: 1px solid #ccc;
}

.about-menu .item:first-child {
    border-top: none;
}
.about-menu .item a {
    font: normal 14px/16px arial;
    color: #555247;
}

.about-menu .item.selected a {
    color: #113D70;
}

.full-fit {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999;
}

.about-list .article .content a{
    word-break: break-all;
}

.full-fit .full-fit-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
    opacity: .7;
    background: url(/assets/global/img/slide.png) 0 0 no-repeat;
    background-position: 0 -44px;
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
}

#box-top-photo-player .portlet-title{
    position: relative;
}

#box-top-photo-player .swiper-button-next, #box-top-photo-player .swiper-button-prev {
    height: 15px;
}


.pagy {
    position:  absolute;
    right: 0;
    top: 20px;
    width: 70px;
    height: 15px;
}


#box-top-photo-player .swiper-container .swiper-slide {
    text-align: left;
    width: 276px;
}
#box-top-photo-player .swiper-container .swiper-slide .avatar {
	width: 276px;
    display: block;
}
#box-top-photo-player  .swiper-container .swiper-slide .avatar img {
    width: 276px;
    height: 207px;
}
#box-top-photo-player .swiper-container .swiper-slide h3 {
    font: bold 14px arial;
    color: #374A6A;
    margin-top: 5px;
}

#box-top-photo-player .swiper-button-next, #box-top-photo-player .swiper-button-prev {
    background: url(../images/play.gif) no-repeat top left;
    right: 11px;
    top: 5px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#box-top-photo-player .swiper-button-next {
    background: url(../images/play.gif) no-repeat top right;
}

.page-photo .portlet-title {
    margin-bottom: 10px;
    margin-right: 25px;
}

.page-photo .portlet-title a {
    font: bold 14px 'Times New Roman';
    text-transform: uppercase;
    color: #751413;
}
/*.photo-list .item {*/
/*    float: left;*/
/*    margin-left: 20px;*/
/*    margin-bottom: 18px;*/
/*    width: 184px;*/
/*    padding: 5px;*/
/*    border: 1px solid #c3c3c3;*/
/*    border-radius: 5px;*/
/*    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ebebeb));*/
/*    background: -webkit-linear-gradient(top, #fff, #ebebeb);*/
/*    background: -moz-linear-gradient(top, #fff, #ebebeb);*/
/*    background: -ms-linear-gradient(top, #fff, #ebebeb);*/
/*}*/

.photo-list .item {
    position: relative;
    float: left;
    margin-right: 17px;
    margin-bottom: 10px;
    width: 184px;
}
.photo-list .item a span.border-1 {
    display: block;
    width: 173px;
    height: 183px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #999;
}

.photo-list .item a span.border-2 {
    display: block;
    width: 175px;
    height: 162px;
    padding: 5px 0;
    overflow: hidden;
    background: #fff;
}

.photo-list .item a.avatar {
    display: block;
    float: left;
    height: 180px;
    width: 180px;
    border: 1px solid #999;
    overflow: hidden;
    margin: 0 10px 10px 0;
    text-align: center;
}

.photo-list .item.first {
    margin-left:0;
}

.photo-list .item img {
    width: 186px;
    min-height: 186px;
}

.photo-list .item .title {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}
/*.photo-list .item h3 {*/
/*    height: 38px;*/
/*    overflow: hidden;*/
/*}*/
.news-list {
}

.news-list .item {
    border-bottom: 1px dotted  #D4D4D4;
    padding-bottom: 21px;
    margin-bottom: 20px;
}

.news-list .item .title {
    font: 25px arial;
}
.news-list .item .lead {
    margin-top: 10px;
    line-height: 20px;
    color: #333333;
}

.news-list .item.first .avatar img {
    width: 280px;
}

.news-list .item .avatar img {
    width: 180px;
    float: left;
    margin-right: 20px;
}

.xemthem {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
}

.page-contact .col1{
    width: 470px;
}

.page-contact .col2{
    width: 460px;
    margin-right: 20px;
}

.page-contact .cate-title a {
    margin-left: 0;
}

.page-contact .page-title {
    margin-top: 46px;
}

.comment_button {
    background: #113D70;
    border: 1px solid #0b4d3f;
    padding:3px;
    color: #FFF;
    cursor: pointer;
}

.contact_form .required {
    color: red;
}

.contact_form div {
    margin-bottom: 7px;
}

.contact_form input {
    width: 50%;
}

.contact_form textarea {
    width: 100%;
    height: 100px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.helper {
    color: red;
}

.box-thongbao {
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
    background: #678c6b;
}

.box-thongbao .portlet-left {
    border-top: 4px solid #56B1C6;
    border-left: 38px solid #56B1C6;
    padding-bottom: 10px;
    min-height: 140px;
    position: relative;
}

.box-thongbao .portlet-title {
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
}

.box-thongbao .portlet-title a{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px #344533;
}
.box-thongbao .border-most-read {
    padding: 0 10px 10px 10px;
}

.box-thongbao .portlet-content {
    padding: 10px;
    background: #fff;
    border: 1px solid #ced9bb;
}

.box-thongbao .portlet-content .item {
    padding-bottom: 10px;
    background: url(../images/dotted.gif) no-repeat 0 5px;
    padding-left: 11px;
    text-align: left;
}

.box-thongbao .portlet-content a.title {
    color: #555247;
}
.box-right {
    border: 1px solid #b6b6b6;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
    padding: 1px;
    position: relative;
    background: #fff;
}

.box-right .portlet-title {
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    background: #dae1d9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dae1d9), to(#fff));
    background: -webkit-linear-gradient(top, #dae1d9, #fff);
    background: -moz-linear-gradient(top, #dae1d9, #fff);
    background: -ms-linear-gradient(top, #dae1d9, #fff);
    margin-bottom: 10px;
}

.box-right .portlet-title .pad {
    border-bottom: 1px dotted #aaa;
}

.box-right .portlet-title a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7aa61b;
}
.box-right .portlet-content {
    padding: 10px;
}

.box-lienketweb.box-right {
    border: 1px solid #b6b6b6;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
    padding: 1px;
}
.box-lienketweb.box-right .portlet-title {
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    background: #d8dde1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8dde1), to(#fff));
    background: -webkit-linear-gradient(top, #d8dde1, #fff);
    background: -moz-linear-gradient(top, #d8dde1, #fff);
    background: -ms-linear-gradient(top, #d8dde1, #fff);
    margin-bottom: 0;
}
.box-lienketweb .item,
.box-tinmoi .portlet-content .item {
    margin-bottom: 10px;
    background: url("../images/arrow.png") no-repeat 0 5px;
    padding-left: 15px;
}

.box-lienketweb .item {
    background: url("../images/link.gif") no-repeat 0 0px;
    padding-left: 20px;
}
.box-20 {
    padding: 0 20px;
}

.page-contact .cate-title a {
    color: #222;
}

.box-search {
    border: 1px solid #CFCFCF;
    border: 1px solid #CFCFCF;
    background: #E3E9EB;
    padding: 15px 10px;
    margin: 15px 0px 18px;
}
.box-search .text {
    width: 405px;
    height: 20px;
    padding: 0 5px;
    border: 1px solid #CCCCCC;
    color: #666;
    font: normal 12px/20px arial;
    margin: 0 20px 0 10px;
}

.box-search .submit {
    border: none;
    background: #A2251E;
    color: #FFF;
    font: bold 12px arial;
    cursor: pointer;
    padding: 6px 0;
    width: 82px;
}

.contact_form .required {
    color: red;
}

.helper {
    color: red;
}

@media(max-width: 576px) {
    .photo-list .item a.avatar {
        height: auto;
    }
    .page-contact .col2 {
        margin-right: 0;
    }

    .about-list td.left {
        width: 20%;
    }

    .about-menu {
        width: 100%;
    }

    .about-list td.right {
        width: 80%;
    }

}
