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;
}

html,
body {
    height: 100%;
    background: #FFF;
}

body {
    font: normal 14px arial;
}

a {
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}

.main {
    width: 980px;
    background: #FFF;
    vertical-align: top;
    margin: 0 auto;
}

.col1 {
    width: 209px;
    float: left;
    margin-right: 10px;
}

.col2 {
    width: 761px;
    float: right;
}

.colchange .col1 {
    float: right;
}

.colchange .col2 {
    float: left;
}

.col21 {
    width: 190px;
    float: left;
}

.col22 {
    width: 560px;
    float: right;
}

.page-contact .col21 {
    width: 370px;
    float: left;
}

.page-contact .col22 {
    width: 370px;
    float: right;
}

#page-body {
    background: #fff;
    width: 980px;
}

.hide {
    display: none;
}

.clear,
.make-zone-spliter {
    clear: both;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.page-menu {
    background: #d52b1e url(../images/bg_header.png);
    background-repeat: no-repeat;
    padding-top: 167px;
    position: relative;
    margin-bottom: 10px;
    position: relative;
}

@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
/* Please Keep this font import at the very top of any CSS file */
@charset "UTF-8";
/* Starter CSS for Flyout Menu */
#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cssmenu ul {
    position: relative;
    z-index: 597;
    float: left;
}
#cssmenu ul li {
    float: left;
    min-height: 1px;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}
#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 598;
    width: 100%;
}
#cssmenu ul ul li {
    float: none;
}
#cssmenu ul ul ul {
    top: -2px;
    right: 0;
}
#cssmenu ul li:hover > ul {
    visibility: visible;
}
#cssmenu ul ul {
    top: 1px;
    left: 99%;
}
#cssmenu ul li {
    float: none;
}
#cssmenu ul ul {
    margin-top: 1px;
}
#cssmenu ul ul li {
    font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
    width: 200px;
    font-family: Arial;
    zoom: 1;
    font-size: 12px;
}
#cssmenu:before {
    content: '';
    display: block;
}
#cssmenu:after {
    content: '';
    display: table;
    clear: both;
}
#cssmenu a {
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
#cssmenu > ul {
    width: 194px;
    margin-left: 15px;
    text-align: right;
}
#cssmenu ul ul {
    width: 200px;
}
#cssmenu > ul > li > a {
    padding: 5px 24px;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-top: 1px solid #f84839;
}
#cssmenu > ul > li > a:hover {
    color: #ffffff;
}

#cssmenu > ul > li.selected {
    background: #670001;
}
#cssmenu > ul > li.selected a {
}
#cssmenu > ul > li a:hover,
#cssmenu > ul > li:hover a {
    background:#b21e12;
    color:#fff;
}
#cssmenu li {
    position: relative;
}
#cssmenu ul li.has-sub > a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}
#cssmenu ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
#cssmenu ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}
#cssmenu ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
#cssmenu ul ul {

}
#cssmenu ul ul a {
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    border-top: 1px solid #f84839;
}
#cssmenu ul ul a:hover {
    color: #ffffff;
}
#cssmenu ul ul li {
}
#cssmenu ul ul li:hover > a {
    color: #ffffff;
}
#cssmenu.align-right > ul > li > a {
    border-right: none;
}
#cssmenu.align-right {
    float: right;
}
#cssmenu.align-right li {
    text-align: right;
}
#cssmenu.align-right ul li.has-sub > a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}
#cssmenu.align-right ul li.has-sub > a:after {
    content: none;
}
#cssmenu.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}
#cssmenu.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}
#cssmenu.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
#cssmenu.align-right ul ul {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}


.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 {
    margin-bottom: 20px;
    background: #eee;
    padding: 10px;
}

.top-news-left {
    background: none;
    float: left;
    width: 420px;
    padding: 0;
}

.top-news-left .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.top-news-left  .lead {
    display: block;
    margin-top: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #000;
}

.top-news-left .avatar img {
    width: 420px;
    height: 314px;
    margin-right: 10px;
}

#lastest {
    width: 310px;
    float: right;
}

#lastest .item {
    margin-bottom:10px;
}

#lastest .item .avatar img {
    width: 122px;
    height: 91px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}

#lastest .item .title {
    font-size: 14px;
    line-height: 18px;
}

#lastest .item a {
    color: #000;
}

.box-cate-home {
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #555247;
}

.box-cate-home .box-header {
    background: #e8e6e7;
    padding: 0 5px 0 15px;
    border-left: 7px solid #d52b1e;
    height: 31px;
    line-height: 31px;
}

.box-cate-home .box-header a {
    text-transform: uppercase;
    font-weight: bold;
    color: #d52b1e;
}

.box-cate-home .box-header a:hover {
    text-decoration: none;
}

.box-cate-home .box-body {
    padding: 10px 0 10px 0;
    margin: 0 10px;
}

.box-cate-home .item-right {
    width: 260px;
    float: right;
}

.box-cate-home .item-right .item {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
}

.box-cate-home .item-right .item:first-child {
    border: none;
    margin-top: 0;
}

.box-cate-home .item a {
    color: #555247;
}

.box-cate-home .item-right .item .avatar  img{
    width: 90px;
    height: 68px;
    float: left;
    margin-right: 5px;
}

.box-cate-home .item:last-child {
    margin-bottom: 0;
}

.box-cate-home .first {
    background: none;
    float: left;
    width: 470px;
}

.box-cate-home .first h3 {
    background: none;
    padding: 0;
}

.box-cate-home .first .lead {
    display: block;
    margin-top: 10px;
    line-height: 18px;
}

.box-cate-home .first .title {
    font: 20px/23px 'Times New Roman';
    color: #000;
}
.box-cate-home .first .avatar {
    width: 192px;
    height: 142px;
    padding: 4px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 5px 2px #ccc;
}

.box-cate-home .first .avatar img {
    width: 192px;
    min-height: 142px;
}

.box-1 {
    background: #f4f4f4;
}

.box-1 .portlet-title {
    padding: 10px 0 2px 10px;
    background: #999999;
}

.box-1 .portlet-title a {
    color: #d52d20;
    font-weight: bold;
    text-decoration: none;
    cursor: auto;
    background: #ffffff;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
}

.box-1 .portlet-content {
    padding: 10px 10px 10px 0;
}

.box-1 .item {
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #666;
}

.box-1 .item:first-child {
    border-top:  none;
    margin-top: 0;
    padding-top: 0;
}

.box-1 .item .title {
    font-size: 14px;
    color: #333333;
}

#go_top {
    display: block;
    width: 46px;
    height: 46px;
    position: fixed;
    background-image: url("../../../assets/global/img/totop.png");
    bottom: 40px;
    right: 15px;
    opacity: 0.5;
}


#go_top:hover {
    opacity: 1;
}

#vnEdu {
    margin-top: 2px;
}

.header{
    min-height: 125px;
    position: relative;
    margin-bottom: 10px;
}

.page_logo {
    position: absolute;
    top: 12px;
    right: 38px;
    max-width: 127px;
    max-height: 135px;
}

.header .page_school_subtitle {
    argin-bottom: 2px;
    font: normal bold 18px arial;
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
}

.header .page_school_title {
    font-size: 34px;
}

.header .page_school {
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
    text-align: center;
    color: #000065;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    top: 30px;
}

.article ul,
.article ol {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 40px;
    margin: 12px 0;
}

.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 h1,
.article .content h2,
.article .content h3,
.article .content p,
.article .content {
    margin-bottom: 14px;
}

.article .content img {
    max-width: 620px;
    height: auto !important;
    background: #F5F2E5;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.article .content embed,
.article .content iframe {
    max-width: 620px;
    background: #F5F2E5;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.article .content img{
    height: auto !important;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


.article h1.title {
    font-size: 18px;
}

.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;
}

.nav {
    background: #e8e6e7;
    padding: 0 5px 0 10px;
    border-left: 7px solid #d52b1e;
    height: 31px;
    line-height: 31px;
    margin-bottom: 15px;
}
.nav a.selected {
    text-transform: uppercase;
    color: #d52b1e;
    font-weight: bold;
}

.article-other {
    margin-bottom: 20px;
    padding: 15px 0px;
}

.article-other .page-title {
    background: url(../images/line.png) repeat-x scroll left bottom rgba(0, 0, 0, 0);
    color: #822524;
    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-menu .item {
    text-align: left;
    display: block;
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    padding: 10px 15px 10px 10px;
}

.about-menu .item a {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}

.about-menu .item.selected a {
    color: #d52b1e;
}

.full-fit {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999;
}

.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 {
    margin-bottom: 15px;
}

#box-top-photo-player .portlet-title {
    background: #d52b1e;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}

#box-top-photo-player .portlet-title a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#box-top-photo-player .portlet-title a:hover {
    text-decoration: none;
}
#box-top-photo-player .box-body {
    overflow: hidden;
    background: #ebe0c6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#636363));
    background: -webkit-linear-gradient(top, #ccc, #636363);
    background: -moz-linear-gradient(top, #ccc, #636363);
    background: -ms-linear-gradient(top, #ccc, #636363);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#636363);
    position: relative;
    padding: 15px 50px 15px 50px;
}
#box-top-photo-player .swiper-container .swiper-wrapper {
    display: inline-flex;
}

#box-top-photo-player .swiper-container .swiper-slide {
    overflow: hidden;
    float: left;
    margin-right: 20px !important;
}

#box-top-photo-player .swiper-container .swiper-slide .avatar {
    width: 192px;
    height: 142px;
    padding: 4px;
    /*background: #fff;*/
    /*display: inline-block;*/
    margin-bottom: 5px;
}

#box-top-photo-player .swiper-container .swiper-slide .avatar img {
    width: 192px;
    height: 142px;
    float: left;
    margin-right: 10px;
}

#box-top-photo-player .swiper-container .swiper-slide a {
    color: #fff;
}

.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 {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 240px;
}

.photo-list .item.first {
    margin-left: 0;
}

.photo-list .item a span.border-1 {
    display: block;
    width: 231px;
    height: 210px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #999;
}

.photo-list .item a span.border-2 {
    display: block;
    width: 231px;
    height: 220px;
    padding: 5px 0;
    overflow: hidden;
    background: #fff;
}

.photo-list .item a.avatar {
    display: block;
    float: left;
    height: 210px;
    width: 231px;
    border: 1px solid #999;
    overflow: hidden;
    margin: 0 10px 10px 0;
    text-align: center;
}

.photo-list .item img {
    width: 211px;
    height: 200px;
}

.photo-list .item .title {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

.news-list .item {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 21px;
    margin-bottom: 20px;
}

.news-list .item .title {
    font: 20px arial;
    color: #51453a;
}

.news-list .item .lead {
    margin-top: 10px;
    line-height: 18px;
    color: #666666;
}

.news-list .item .avatar img {
    width: 200px;
    float: left;
    margin-right: 20px;
}

.news-list .item:first-child .avatar img {
    width: 310px;
}

.xemthem {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
}

.page-contact {
    margin-bottom: 20px;
}

.page-contact iframe {
    width: 370px!important;
}

.contact_form h2 {
    margin-bottom: 15px;
    font-weight: normal;
}

.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-search {
    border: 1px solid #CFCFCF;
    border: 1px solid #CFCFCF;
    background: #E3E9EB;
    padding: 15px 10px;
    margin: 15px 0px 18px;
}

.box-search table{
    width: 100%;
}
.box-search .text {
    width: 400px;
    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;
}

#footer {
    color: #fff;
    background: #d52b1e;
    border-radius: 10px 10px 0 0;
    margin-top: 15px;
}
#footer .footer-info {
    padding: 20px 0 15px 15px;
}
#footer table {
    border-collapse: collapse;
}

#footer p {
    margin-bottom: 5px;
}

#footer a {
    color: #fff;
}

#footer .logo-footer {
    width: 50px;
}
#footer .page_footer_school_subtitle {
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: bold;
}
#footer .page_footer_school_title {
    font-size: 22px;
    font-weight: bold;
}

#footer .schoole-title-footer {
    text-transform: uppercase;
    width: 220px;
}

.footer-owner {
    color: #fff;
    padding: 7px 10px;
    font-size: 11px;
    background: #d52b1e;
    border-top: 1px solid #dd5348;
}

.contact_form .required {
    color: red;
}

.helper {
    color: red;
}

#about_article .content table tr td:first-child {
    padding-bottom: 13px;
    padding-top: 0px;
}
@media (max-width: 768px) {
    #page-body {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    #page-body > * {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .col1 {
        z-index: 9;
        position: relative;
    }
    .page-menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 77px;
        margin-left: -10px;
        width: 100%;
        background: none;
        padding: 0!important;
    }
    .page_logo {
        width: 75px;
        left: 10px;
        right: auto;
    }
    .page_cover {
        min-height: 100px;
    }
    .header .page_school {
        left: 20%;
        top: 20%;
    }
    .header .page_school_title {
        font-size: 28px;
    }
    #cssmenu.mobile {
        top: 100px;
        width: 100%;
        padding: 0 10px;
        height: 32px;
        background: #d52b1e;
    }
    #cssmenu.mobile .menu-top {
        width: calc( 100% + 20px ) !important;
    }
    #cssmenu.mobile:before, #cssmenu.mobile:after {
        display: none;
    }
    #cssmenu > ul {
        margin-left: -10px;
        text-align: left;
    }
    #cssmenu.mobile .menu-top .item.selected>a {
        color: white;
    }
    #lastest {
        display: block !important;
    }
    .box-cate-home .box-body {
        margin: 0;
    }
    .box-cate-home .first, .box-cate-home .item-right {
        width: 100%;
        float: none;
    }
    .box-cate-home .item-right {
        margin-top: 10px;
    }
    .box-cate-home .box-header {
        box-sizing: border-box;
        min-height: 0px;
    }
    .box-cate-home .first .title {
        display: inline-block;
    }
    .box-cate-home .first .avatar {
        width: auto;
        box-sizing: border-box;
        text-align: center;
        margin: 0 auto 10px auto;
        float: none;
        display: inline-block;
    }
    .box-cate-home .first .avatar img {
        height: 100%;
        width: auto;
        min-height: 100%;
    }
    #box-top-photo-player .swiper-container .swiper-slide {
        margin-right: 0px !important;
        text-align: center;
    }
    #box-top-photo-player .swiper-container .swiper-slide a {
        display: inline-block;
    }

    .photo-list .item {
        margin-left: 0px;
    }

    .photo-list .item a.avatar {
        height: auto;
    }

    .col21 {
        margin-bottom: 10px;
    }

    .col22 {
        width: 100% !important;
    }

    .header .page_school_subtitle {
        font: normal bold 15px arial;
    }

    .header .page_school_title {
        font-size: 24px;
    }

    .box-cate-home .item {
        width: 100%;
        height: auto;
    }

    .box-cate-home .first .avatar {
        width: 100%;
        height: auto;
    }

    .box-cate-home .first .avatar img {
        width: 100% !important;
        height: auto;
    }
}

@media (max-width: 576px) {
    #box-top-photo-player .swiper-container .swiper-slide .avatar {
        width: 100% !important;
        height: 200px;
    }

    #box-top-photo-player .swiper-container .swiper-slide .avatar img {
        width: 100% !important;
        height: 200px;
    }

    .news-list .item {
        padding: 10px;
    }
}
