.text-uppercase{text-transform: uppercase}
.text-center,.align-center{text-align: center;}
.mgt10{margin-top: 10px !important;}
.mgt20{margin-top: 20px !important;}
.mgl10{margin-left: 10px !important;}
.mgl20{margin-left: 20px !important;}
.mgl30{margin-left: 30px !important;}
.mgr10{margin-right: 10px !important;}
.mgr20{margin-right: 20px !important;}
.mgb10{margin-bottom: 10px !important;}
.mgb20{margin-bottom: 20px !important;}
.bdr20{border-radius: 20px !important;}
.over-hidden{overflow: hidden !important;}
h1,h2,h3,h4
{
    font-weight: 700;
}
strong
{
    font-weight: 600;
}
.wl100
{
    float: left;
    width: 100%;
}
.hide-mobile
{
    display: block;
}
.hide-pc{display: none;}

* {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}

.clearfix {
    display: block
}


.hide {
    display: none
}

@font-face {
    font-family: SF-display;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/SFDisplay-Light.ttf) format("woff"),url(../fonts/SFDisplay-Light.ttf) format("opentype"),url(../fonts/SFDisplay-Light.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: SF-display;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/SFDisplay-Regular.ttf) format("woff"),url(../fonts/SFDisplay-Regular.ttf) format("opentype"),url(../fonts/SFDisplay-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: SF-display;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/SFDisplay-Medium.ttf) format("woff"),url(../fonts/SFDisplay-Medium.ttf) format("opentype"),url(../fonts/SFDisplay-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: SF-display;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/SFDisplay-Semibold.ttf) format("woff"),url(../fonts/SFDisplay-Semibold.ttf) format("opentype"),url(../fonts/SFDisplay-Semibold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: SF-display;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/SF-UI-Display-Semibold.ttf) format("woff"),url(../fonts/SF-UI-Display-Semibold.ttf) format("opentype"),url(../fonts/SF-UI-Display-Semibold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: SF-display;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/SF-Compact-Display-Bold.ttf) format("woff"),url(../fonts/SF-Compact-Display-Bold.ttf) format("opentype"),url(../fonts/SF-Compact-Display-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: SF-display;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/SFCompactText-Heavy.ttf) format("woff"),url(../fonts/SFCompactText-Heavy.ttf) format("opentype"),url(../fonts/SFCompactText-Heavy.ttf) format("truetype");
    font-display: swap
}
/*------------------------------------------End Fix------------------------------------------------*/

body {
    font-family: SF-display !important;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    color: #334141;
    margin: 0;
}

.container {
    width: 100%;
    float: left;
}
/*-----------------------------------Header-------------------------------------*/
.container-header {
    float: left;
    width: 1024px;
    padding: 15px calc((100% - 1024px)/2);
}

@media (min-width: 1200px){
    .container-header {
        width: 1200px;
        padding: 15px calc((100% - 1200px)/2);
    }
}
/*-------------------------------------------Menu----------------------------------------*/
.menu {
    background: #0560B7;
    width: 1024px;
    position: relative;
    z-index: 1000;
    float: left;
    padding: 0px calc((100% - 1024px)/2);
}

@media (min-width: 1200px) {
    .menu {
        width: 1200px;
        padding: 0px calc((100% - 1200px) / 2);
    }
}


.list_menu {
    float: left;
    width: 100%;
}

.list_menu>li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.list_menu>li:first-child>a {
    font-size: 22px;
}
.list_menu>li>a {
    color: #fff;
    float: left;
    padding:10px 15px;
    min-width: 70px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}
.list_menu>li>a.active, .list_menu>li>a:hover {
    background: #023665;
}

.child_menu {
    position: absolute;
    float: left;
    width: 250px;
    clear: both;
    list-style: none;
    background: #fff;
    top: 50px;
    display: none;
    box-shadow: 1px 1px 2px #bbb6b6;
}
.child_menu>li>a{
    float: left;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: 227px;
}
.child_menu>li>a:hover{
    color: #C90238;
}
.child_menu>.child_menu_highlight>a
{
    padding: 5px 10px;
    background: #EC8D91;
    color: #023564;
    margin:0 10px 10px 10px;
    width: calc(100% - 40px) ;
    text-align: center;
    border-radius: 5px;
}
.child_menu>.child_menu_highlight>a:hover
{
    background: #8DBCE7;
    color: #023564;
}



.child_menu:hover, .sub_menu:hover .child_menu {
    display: block;
}


.sub_menu_reg
{
    background: #C90238;
    text-align: center;
    float: right !important;
}

.list_menu>li.sub_menu_reg>a
{
    color: #fff;
    height: 30px;
    font-weight: bold;
    padding: 10px 20px;
    border: none !important;
}
.list_menu>li.sub_menu_reg>a:hover
{
    text-decoration: underline;
    background: #C90238;
}

/*-----------------------------------Footer------------------------------*/
.container-footer
{
    background: #0E2F59;
    width: 1024px;
    margin-top: 15px;
    float: left;
    padding: 15px calc((100% - 1024px)/2);
}

@media (min-width: 1200px) {
    .container-footer {
        width: 1200px;
        padding: 15px calc((100% - 1200px) / 2);
    }
}


.col-footer-info
{
    width: calc((100% - 300px)/3);
    float: left;
    position: relative;
    color: #fff;
}
.footer-info-content
{
    width: calc(100% - 20px);
    float: right;
    border-top:2px solid #fff ;
    padding-top: 15px;
    line-height: 25px;
    text-align: justify;
}
.footer-info-content a
{
    color: #fff;
}
.footer-info-content a:hover
{
    text-decoration: underline;
}
.footer-info-title
{
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}
.copyright
{
    width: 1024px;
    float: left;
    padding: 5px calc((100% - 1024px)/2);
}
.copyright a
{
    float: right;
    margin-left: 10px;
}

@media (min-width: 1200px) {
    .copyright {
        width: 1200px;
        padding: 5px calc((100% - 1200px) / 2);
    }
}
/*-----------------------------------------Main-------------------------------*/
.container-main
{
    width: 1024px;
    float: left;
    padding: 0px calc((100% - 1024px)/2);
    color: #333;
    line-height: 25px;
}
.left-container
{
    width: calc(100% - 320px );
    float: left;
}
.right-container
{
    width: 300px;
    float: right;
}
.box-title {
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 18px;
    float: left;
    position: relative;
    margin: 10px 0;
    border-bottom: 1px solid gray;
    width: 100%;
    padding-bottom: 5px;
}
.box-title>.fas {
    padding: 3px 5px;
    color: #0B2F6C;
    font-size: 25px;
    float: left;
}
.box-title>span {
    padding: 3px 5px;
    color: #0B2F6C;
    font-size: 25px;
    float: left;
    font-weight: 400;
}

.box-tt-list>a {
    float: left;
    width: 100%;
    color: #3b3b3b;
    border-top: 1px solid #cdcdcd;
    padding: 15px 0;
}
.box-tt-list>a:last-child, .box-tt-list>a>span {
    border-bottom: none;
}
.box-tt-list>a>img {
    float: left;
    width: 30%;
    border-radius: 0 5px 5px 0;
    height: 170px;
}
.box-tt-list>a>b {
    float: right;
    width: calc(70% - 10px);
    color: #0B2F6C;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    border-bottom: none;
    text-align: justify;
}
.box-tt-list>a>span
{
    float: right;
    width: calc(70% - 10px);
    color: #0B2F6C;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    border-bottom: none;
    text-align: justify;
}
/*------------------------------Home---------------------------------*/
.home-alert
{
    float: left;
    width: calc(100% - 2px);
    border: 1px solid gray;
    border-radius: 10px;
    padding: 0 ;
    overflow: hidden;

}
.home-alert-title
{
    border-top: 8px solid #0452A0;
    background: #D81B23;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
}
.home-alert-content
{
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
}
.home-alert-content p
{
    font-size: 15px;
    line-height: 28px;
    color: #092d6a;
}
.alert-link
{
    float: left;
    background: #D81B23;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    font-size: 16px;
}
.alert-link br
{
    display: none;
}
.alert-link:hover
{
    text-decoration: underline;
}

.title-blue
{
    width: calc(100% - 20px);
    float: left;
    background: #0560B7;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
}
.title-blue>.icon,.title-media .icon
{
    font-size: 25px;
    margin-right: 10px;
    float: left;
}
.title-blue>h2,.title-blue>h4
{
    font-size: 20px;
    float: left;
    font-weight: 600;
}
.title-blue>h2 a,.title-blue>h4 a
{
	color:#fff;
}
.title-media h4,
{
    font-size: 20px;
    float: left;
    font-weight: 600;
}
.block-home1>.list-news
{
    width: calc(100% - 320px);
    float: left;
}
.block-home1>.list-news>a:first-child
{
    float: left;
    width: 60%;
}

.block-home1>.list-news>a:first-child>img
{
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
	height:auto;
}
.block-home1>.list-news>a:first-child>b
{
    float: left;
    width: 100%;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    color: #0E2E6A;
    font-size: 17px;
    margin-bottom: 10px;
}

.block-home1>.list-news>a:first-child>span
{
    color: #0559A9;
    float: left;
    width: 100%;
    text-align: justify;
}

.block-home1>.list-news>a:not(:first-child)
{
    float: right;
    width: calc(40% - 20px);
    margin-bottom: 20px;
}
.block-home1>.list-news>a:not(:first-child)>img
{
    float: left;
    width: 100px;
    border-radius: 10px;
}
.block-home1>.list-news>a:not(:first-child)>b
{
    color: #0559A9;
    float: right;
    width: calc(100% - 110px);
    text-align: justify;
}

.block-home1>.banner
{
    width: 300px;
    float: right;
}

.block-home2>.box-hoat-dong:nth-child(3n)
{
    margin-right: 0;
}


.block-home3>.list-news
{
    width: calc(100% - 320px);
    float: left;
}
.block-home3>.list-news>a:first-child
{
    float: left;
    width: 50%;
}

.block-home3>.list-news>a:first-child>img
{
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
	height:auto;
}
.block-home3>.list-news>a:first-child>b
{
    float: left;
    width: 100%;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    color: #0E2E6A;
    font-size: 17px;
    margin-bottom: 10px;
}

.block-home3>.list-news>a:first-child>span
{
    color: #0559A9;
    float: left;
    width: 100%;
    text-align: justify;
}

.block-home3>.list-news>a:not(:first-child)
{
    float: right;
    width: calc(50% - 20px);
    margin-bottom: 30px;
}
.block-home3>.list-news>a:not(:first-child)>img
{
    float: left;
    width: 200px;
    border-radius: 10px;
	height:auto;
}
.block-home3>.list-news>a:not(:first-child)>b
{
    color: #0559A9;
    float: right;
    width: calc(100% - 210px);
    text-align: justify;
}
.block-home3>.list-news>a:not(:first-child)>span
{
    color: gray;
    float: right;
    width: calc(100% - 210px);
    text-align: left;
}
.block-home3>.list-news>a:first-child>i
{
    color: gray;
    float: right;
    width: 100%;
    text-align: left;
    font-style: normal;
}
.block-home3>.banner
{
    width: 300px;
    float: right;
}
.mini-box
{
    width: 100%;
    border-radius: 10px;
    float: left;
    overflow: hidden;
}
.mini-box-title
{
    background: #D81B23;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 600;
}
.mini-box-content
{
    background: #DDDDDD;
    width: calc(100% - 20px);
    padding: 10px;
    float: left;
}
.mini-box-content.bg-box
{
    background: url(../images/bg_box.png) no-repeat center/cover;
}
.mini-box-content>ul
{
    list-style: disc;
    float: left;
    padding: 0 0 0 20px;
    color: #0C2E6C;
}
.mini-box-content>ul>li
{
    margin-bottom: 10px;
}
.mini-box-content>ul a
{
    color: #0C2E6C;
    font-size: 16px;
    text-align: justify;
}
.mini-box-content>ul a:hover
{
    text-decoration: underline;
}


/*----------slide box----------*/
.slideshow-container {
    position: relative;
    max-width: 800px;
    margin: auto;
}
.mySlides {
    display: none;
    animation: fadeEffect 1s;
}
.mySlides p,.mySlides a
{
    color: #fff;
    line-height: 28px;
}
.mySlides p i
{
    margin-right: 5px;
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.slide-buttons {
    text-align: center;
    margin-top: 00px;
}

.slide-buttons button {
    background-color: #fff;
    color: white;
    padding: 5px; /* Adjust padding for smaller buttons */
    border: none;
    cursor: pointer;
    border-radius: 50%; /* Make the button a circle */
    margin: 0 5px;
}

.slide-buttons button.active {
    background-color: #D91C24;
}


.story
{
    width: calc(50% - 12px);
    float: left;
    border: 1px solid gray;
}
.story:nth-child(2n)
{
    float: right;
}
.story-img
{
    position: relative;
    height: 240px;
    overflow: hidden;
}
.story-img>.gradient
{
    background: linear-gradient(to top, #024078 , transparent);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    border-bottom: 20px solid #024078;
}
.story>h3
{
    width: 100%;
    float: left;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #024078;
    font-size: 20px;
}

.story-content
{
    width: calc(100% - 20px);
    padding: 10px;
    float: left;
    color: #0560B7;
}
.video-active
{
    width: calc(70% - 20px);
    float: left;
}
.title-media
{
    color: #0560B7;
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.list-video
{
    width: 30%;
    float: right;
}
.list-video>a
{
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.list-video>a>img
{
    float: left;
    width: 140px;
    border-radius: 10px;
}
.list-video>a>b
{
    color: #0559A9;
    float: right;
    width: calc(100% - 150px);
    text-align: justify;
}


.list-home-img>a
{
    float: left;
    width: calc((100% - 60px)/4);
    border-radius: 10px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}
.list-home-img>a>img
{
    float: left;
    height: 190px;
}
.list-home-img>a:nth-child(4n)
{
    margin-right: 0;
}
/*------------------------------------Page 2 ---------------------------------*/
.box-list-page>a {
    float: left;
    width: 100%;
    color: #3b3b3b;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;
}

.box-list-page>a>img {
    width: 200px;
    height: 140px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
}
.box-list-page>a>i {
    float: left;
    width: 100px;
    color: #0B2F6C;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    border-bottom: none;
    text-align: justify;
}
.box-list-page>a>b {
    float: left;
    width: calc(100% - 320px);
    margin-right: 20px;
    color: #0B2F6C;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    text-align: justify;
}
.box-list-page>a>span
{
    float: left;
    margin-right: 20px;
    width: calc(100% - 320px);
    margin-left: 100px;
    color: #0B2F6C;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    text-align: justify;
}

/*---------------------Hoat động trường-------------*/
.box-hoat-dong
{
    width: calc(calc(100% - 40px)/3);
    float: left;
    margin-right: 20px;
}
.box-hoat-dong>h3
{
    float: left;
    width: 100%;
    border-bottom: 1px solid #DFE3E8;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1D6DBC;
}
.box-hoat-dong>h3 a
{
    color: #1D6DBC;
}
.box-hoat-dong:last-child
{
    float: right;
    margin-right: 0;
}

.box-hoat-dong>div>a
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.box-hoat-dong>div>a>img
{
    float: left;
    width: 100px;
    border-radius: 10px;
    margin-right: 20px;
}
.box-hoat-dong>div>a>b,.box-hoat-dong>div>a>span
{
    float: right;
    width: calc(100% - 120px);
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    color: #0B2F6C;
    margin-bottom: 10px;
}
.box-hoat-dong>div>a>span
{
    color: gray;
    margin-bottom: 0;
}

.box-hoat-dong>div>a:first-child
{
    margin-bottom: 20px;
}
.box-hoat-dong>div>a:first-child>img
{
    float: left;
    width: 180px;
    height: 120px;
}
.box-hoat-dong>div>a:first-child>b
{
    float: left;
    line-height: 25px;
    width: calc(100% - 200px);
    font-size: 16px;
    font-weight: 600;
}
.box-hoat-dong>div>a:first-child>span
{
    float: left;
    width: calc(100% - 200px);
}



.box-header
{
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    font-size: 15px;
    background: #0560B7;
    font-weight: 600;
    text-transform: uppercase;
}
.box-menu>ul {
    border: 1px solid #cdcdcd;
    border-bottom: none;
    float: left;
    list-style: none;
    width:calc(100% - 2px);
    margin-bottom: 10px;
    border-radius: 0 0 5px 5px;
}
.box-menu>ul>li>a {
    float: left;
    width: calc(100% - 30px);
    padding:15px 15px ;
    font-size: 15px;
    color: #0B2F6C;
    border-bottom: 1px solid #cdcdcd;
    font-weight: 400;
}
.box-menu>ul>li>a:hover,.box-menu>ul>li>a.active
{
    background: #f3f3f3;
    font-weight: 600;
}
.box-menu>ul>li:first-child>a {
    border-radius: 0;
}


@media (min-width: 1200px) {
    .container-main {
        width: 1200px;
        padding: 5px calc((100% - 1200px) / 2);
    }
}




/*-------------------------------------Cổng thông tin tuyển sinh-------------------------------*/
.main-title
{
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    margin-top: 20px;

    font-weight: 700;
    line-height: 30px;
}
.content-tuyensinh
{
    width: calc(100% - 192px);
    float: left;
    margin: 0 80px;
    position: relative;
    top: -50px;
    padding: 15px;
    border: 1px solid #0560B7;
    background: #fff;
    border-radius: 10px;
}
.list-new-tuyensinh
{
    width: 100%;
    float: left;



    padding: 15px 0;
    border: none;
    background: #fff;
    border-radius: 10px;
}
#frnSearch
{
    width: calc(100% - 40px);
    padding: 10px 20px 20px 20px;
    float: left;
    background: #fff;
    position: relative;
}

.title-boxSearch
{
    float: left;
    color: #fff;
    background: #0B2F6C;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
}

.input-phone,.input-name,.input-dob,.input-email
{
    float: left;
    width: calc(50% - 10px);
    color: #333;
}
.input-phone,.input-email
{
    float: right;
}
.input-phone input,.input-name input,.input-dob input,.input-email input,.input-address input,.input-nganh select
{
    width: calc(100% - 22px);
    float: left;
    font-size: 15px;
    margin: 10px 0;
    padding: 10px 10px;
    border: 1px solid #046fce;
    border-radius: 5px;
    outline: none;
}
.input-nganh select
{
    width: 100%;
    font-style: italic;
    color: gray;
    height: 40px;
}

.input-phone .warning,.input-name .warning,.input-tinh .warning
{
    background: #ffc3c3;
}

.btnCheck
{
    float: left;
    width: 150px;
    background: #046fce;
    color: #fff;
    height: 44px;
    margin: 10px calc((100% - 150px)/2);
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}
.btnCheck:hover
{
    background: #0452a0;
    color: #fff;
}


#frnSearch.form-style2
{
    background: url(../images/bg_form.png) no-repeat center/cover;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #BABABA;
}
#frnSearch.form-style2 .title-boxSearch
{
    background: none;
    font-size: 25px;
    margin-top: 20px;
}
#frnSearch.form-style2 .btnCheck
{
    background: #fff;
    color: #0B2F6A;
}
#frnSearch.form-style2 .btnCheck:hover
{
    text-decoration: underline;
}

.box-support
{
    width: calc(100% - 40px);
    padding: 20px;
    float: left;
    background: #CFE0F0;
    border-radius: 5px;
    line-height: 30px;
}
.box-support-ib
{
    padding: 0 5px;
    float: left;
    width: 250px;
    border-radius: 5px;
    color: #fff;
}
.box-support br{
	display:none;
}
.box-support-ib>*
{
    display: inline-block;
    vertical-align: middle;
}
.ib-f
{
    background: #0D3F83;
}
.ib-z
{
    background: #0C8ED3;
}
.hoathi
{
    height: 39px;
    width: 39px;
    display: inline-block;
    background: url(../images/hoathi.png) no-repeat center;
    color: #0B2F6C;
    text-align: center;
    line-height: 30px;
    font-size: 22px;

}
/*---------------------Page---------------------*/
.page-title
{
    color: #09306A;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight:600;
}
.page-slogan
{
    color: #09306A;
    text-align: center;
    font-size: 16px;
    font-weight:500;
}
/*--------------------------Site Chi tiáº¿t bĂ i viáº¿t-------------------------------*/
.breadcrumbs-detail
{
    width: 100%;
    float: left;
}
.breadcrumbs-detail>li
{
    list-style-type: none;
    float: left;
    margin: 0 2px;
}
.breadcrumbs-detail>li>a,.breadcrumbs-detail>li>i
{
    color: gray;
}
.breadcrumbs-detail>li.current>a
{
    color: #3A8BDA;
}

.detail_title
{
    color: #023665;
    font-size: 25px;
    text-align: justify;
    line-height: 36px;
    width: 100%;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.detail_title.text-center{
    text-align: center;
}
.detail-interview
{
    color: gray;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px dashed gray;
}
.detail-content
{
    float: left;
    font-size: 16px;
    line-height: 25px;
}
.detail-content a
{
    color: #337ab7;
}
.detail-content .title-content
{
    text-align: justify;
    line-height: 35px;
    font-size: 30px;
}

.detail-content a:hover
{
    text-decoration: underline;
}
.detail-content table
{
    width:100%;
    max-width:100%;
}
.detail-content *
{
    max-width:100%;
	
}
.detail-content h1,.detail-content h2,.detail-content h3,.detail-content h4,.detail-content h5
{
	float:left;
	width:100%;
}
.detail-content img
{
    height: auto;
}
.detail-content h2
{
    margin-top: 0;
    line-height: 28px;
    font-size: 24px!important;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    color: #292828;
    font-weight: 700;
}
.detail-content h3,.detail-content h3 span,.detail-content h3 span strong
{
    float: left;
    width: 100%;
	font-size:21px !important;
	font-weight:600;
}
.detail-content h4,.detail-content h4 span,.detail-content h4 span strong
{
	float: left;
    width: 100%;
	font-size:18px !important;
	font-weight:500;
}
.detail-content h2 srtong
{
    color: #292828;
    font-weight: 700;
}
.wp-caption-text
{
    background-color: #ede4e4;
    margin-top: -4px!important;
    padding: 10px 0px 10px 0px;
    font-size: 14px !important;
    color: #000;
    text-align: center !important;
    font-style: italic !important;
    margin: 0px 0px 10px 0px !important;
    line-height: auto !important;
}
.detail-content ul
{
    margin: 1em 0 1em 1.5em;
    list-style: square;
    float: left;
    width: 97%;
}
.detail-content ol
{
	margin: 1em 0 1em 1.5em;    
    float: left;
    width: 97%;
}
.detail-content ul li,.detail-content ol li
{
    margin-bottom: 0.5em;
}
.detail-content>ul>li
{
    margin-left: 20px;
}
.detail-content p
{
    color: #333;
    text-align: justify;
    font: inherit;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    margin: 0 0 1em;
    line-height: 28px;
    float: left;
    width: 100%;
}

.detail-content-item figure {
    padding: 5px;
    background: #fff;
}

.detail-list-3-news
{
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    background: #33526F;
}
.detail-list-3-news>a
{
    float: left;
    width: calc((100% - 40px)/3);
    margin-bottom: 20px;
    margin-right: 20px;
}
.detail-list-3-news>a:nth-child(3n) {
    margin-right: 0px;
}
.detail-list-3-news>a>img {
    width: 100%;
    float: left;
}
.detail-list-3-news>a>b,.detail-list-3-news>a>strong
{
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 15px;
}
.detail-list-3-news>a:hover>b,.detail-list-3-news>a:hover>strong {
    color: #FFF400;
}
.detail-list-3-news>a>span
{
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
    float: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}
.detail-content table>tr,.detail-content table>th,.detail-content table tr>td
{
    border-color: gray;
    border-collapse: collapse;
    text-align: center;
    border:1px solid gray;
}
.detail-content table tr>td
{
    padding: 5px;
}
.detail-content ul li,.detail-content ol li
{
    margin-inline-start: 25px;
}

.signature
{
    border-top: 1px solid #0B2F6C;
    padding: 20px 0;
    font-size: 15px;
    font-weight:600;
    font-style: italic;
}
.signature-link
{
    color: #0560B7;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}




/*------------Wordpress Fix CSS------------*/
.wp-caption-text
{
    text-align: center;
}
/*------------------------------------Ban Tin Truong-------------------------------------*/
.content-left
{
    width: calc(50% - 10px);
    margin-left: 10%;
    float: left;
}
.content-left>.detail-content
{
    width: 100%;
    padding: 15px 0;
}
.content-right
{
    width: calc(30% - 30px);
    margin-right: 10%;
    float: right;
}
.box-tin-truong
{
    float: left;
    width: calc(100% - 30px);
    color: #333;
    font-size: 15px;
    padding: 15px;
    font-weight: 500;
    background: #f1f1f1;
}
.list-news-4-square-truong>a>span
{
    color: #fff;
}
.list-news-4-square-truong>a:hover>span
{
    color: #FFF400;
}

.list-news-truong
{
    width: 100%;
    float: left;
}

.list-news-truong>a {
    width: 100%;
    float: left;
    color: #3b3b3b;
    border-bottom: 1px dashed #5A748B;
    padding: 10px 0;
}

.list-news-truong>a:last-child
{
    border: none;
}
.list-news-truong>a>img
{
    float: left;
    width: 150px;
    height: unset;
    border-radius: 5px;
    margin-bottom: 15px;
}
.list-news-truong>a>b
{
    float: right;
    width: calc(100% - 170px);
    color: #262626;
    line-height: 25px;
    padding: 0px;
}
.list-news-truong>a:hover>b {
    color: #f2202f;
}
.list-news-truong>a>span
{
    float: left;
    width: 100%;
    color: gray;
    line-height: 20px;
    font-size: 12px;
    padding: 0px;
}
.list-news-truong>a>p
{
    float: right;
    width: calc(55% - 10px);
    color: #252525;
    font-size: 13px;
    line-height: 22px;
}
.title-category
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 10px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}
.title-link:hover
{
    text-decoration: underline;
    color: #f2202f;
}
.title-link>i
{
    float: right;
    vertical-align: top;
    font-size: 13px;
    font-family: monospace;
    font-weight: normal;
}
/*----------------Tags------------------*/
.tags
{
    text-align: left;
}
.tags .txt {
    font-size: 15px;
    line-height: 17px;
    color: #bdbdbd;
    display: inline-block;
    margin-right: 15px;
}
.item-tag {
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    margin: 0 30px 10px 0;
    position: relative;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.item-tag:hover a{
    color: #087CCE;
}
.item-tag:after {
    content: "/";
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    right: -17px;
    top: -4px;
    color: #bdbdbd
}
/*----------------Tags------------------*/
.tags
{
    text-align: left;
}
.tags .txt {
    font-size: 15px;
    line-height: 17px;
    color: #bdbdbd;
    display: inline-block;
    margin-right: 15px;
}
.item-tag {
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    margin: 0 30px 10px 0;
    position: relative;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.item-tag:hover a{
    color: #087CCE;
}
.item-tag:after {
    content: "/";
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    right: -17px;
    top: -4px;
    color: #bdbdbd
}
/*--------------------Menu Content---------------------*/
.logo{
    loat: left;
    margin-left: 26px;
}

.menu-content
{
    text-align: justify;
    width: calc(100% - 22px);
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background: #f7f7f7;
    float: left;
    padding: 10px;
}
.pl1{
    padding-left: 5px;
    display: inline-block;
}
.pl2{
    padding-left: 10px;
    display: inline-block;
}
.menu-content a
{
    color: #334141;
}
.menu-content a:hover
{
    text-decoration: underline;
}
.heading_nganh
{
    background: #003464;
    color: white;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}
.heading_nganh p
{
    text-transform: uppercase;
    font-size: 20px;
}
.detail_top_nganh i
{
    margin-right: 10px;
}
.detail_top_nganh p span
{
    margin-left: 15px;
}
.detail_top_nganh
{
    font-size: 16px;
    line-height: 28px;
    color: #092d6a;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.detail_top_nganh p
{
    float: left;
    width: 100%;
}
.detail_top_nganh h3
{
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    font-size: 22px;
    border-bottom: 1px solid #333;
    position: relative;
}
.detail_top_nganh h3 span
{
    float: left;
    padding: 5px 10px 5px 0px;
    background: #fff;
    position: relative;
    bottom: -10px;
}
.detail_top_nganh hr
{
    float: left;
    width: 71%;
    margin-top: 17px;
    background: #003464;
    color: #003464;
}
.button_dean
{
    background: #003464;
    line-height: 30px;
    padding: 10px;
    border-radius: 10px;
    float: left;
    margin-top: 20px;
    color: #fff;
    font-size: 15pt;
}
.button_dean span
{
    margin-left: 10px;
}
.content-nganh-title
{
    color: #092d6a;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 8px;
    float: left;
    width: 100%;
}

.text_nganh p
{
    color: #092d6a;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    float: left;
    width: 100%;

}
.text_nganh h2
{
    color:#092d6a;
    font-weight: 700;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.text_nganh ul
{
    color: #092d6a;
    font-size: 16px;
    line-height: 28px;
    margin: 0.1em 0 0.1em 1em;
    float: left;
    width: 97%;
}
.text_nganh table{
    border-spacing: 0px;
    width: 100%;
    color: #092d6a;
    font-size: 16px;
    margin-bottom: 15px;
    float: left;

}
.text_nganh th
{
    text-align: center;
    padding: 15px;
    border: 1px solid #000000;
    border-collapse: collapse;
    color: #fff;
    background: #42A4FF;
}
.hoathi_text
{
    font-size: 16px !important;
    font-weight: 700;
}
.luidong
{
    padding-left: 25px;
}

div.accordion{
    border-bottom: 1px solid #dddcdc;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.accordion input{
   
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity:0;
    visibility: 0;
}
.accordion h3{
    color:#003464;
    position: relative;
}
.accordion label::before{
    /*content: "";*/
    display: inline-block;
    border: 6px solid transparent;
    border-left: 10px solid #003464;
}
.accordion label{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
div.p{
    max-height:0px;
    overflow: hidden;
    transition:max-height 0.5s;
    color: #003464;

}
div.p p {
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
}
div.p ul
{
    font-size: 15px;
    color: #000000;
    margin: 0em 0 1em 1.5em;
    list-style: square;
}
input:checked ~ h3 label::before{
    border-left:6px solid transparent;
    border-top:10px solid #003464;
    margin-top:12px;
    margin-right:10px;
}
.accordion .active
{
    max-height: 500px !important;
}

input:checked ~ h3 ~ div.p{
    max-height:1000px;
}
a{
    color:steelblue;
}
.heading_list_faq
{
    background: #c90238;
    color: white;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700 !important;

}
.content_acc
{
    float: left;
    width: 100%;

}
.category_description
{
    float: left;
    width: 100%;
    color: #092d6a;
}
.category_description p
{
    text-align: justify;
    font: inherit;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    margin: 0 0 1.25em;
    line-height: 28px;
}
.category_description h2
{
    background: #c90238;
    color: white;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700 !important;
}
.category_description h2 strong,.category_description h2 b
{
    font-weight: 700;
}
.category_description h3
{
    margin-top: 0;
    line-height: 25px;
    font-size: 20px!important;
    margin-bottom: 10px;
    font-weight: 700;
}
.category_description table
{
    float: left;
    width: 100%;
    border: 1px solid #000000;
    border-collapse: collapse;
    color: #000000;
    font-size: 15px;
    margin-bottom: 15px;
}
.category_description table tr:first-child
{
    background: #00bde6;
    text-align: center;
}
.category_description th, td
{
    padding: 5px 0px 5px 15px;
    text-align: left;
    border: 1px solid #000000;
    border-collapse: collapse;
}
.category_description ul
{
    margin: 0em 0 1em 1.5em;
    list-style: square;
    font-size: 16px;
    line-height: 28px;
}
.box_suport
{
    float: left;
    width: 100%;
    background: #cee0f0;
    margin-top: 20px;
    margin-bottom: 20px;

}
.box_suport p
{
    color: #092d6a;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 6px 10px;
    float: left;
    width: 100%;
}
.box_suport p b
{
    color: #092d6a;
}
.btn_suport
{
    float: left;
    padding: 6px 7px;
    border-radius: 5px;
    line-height: 28px;
    width: 30%;
	color:#fff;
}
.btn_facebook
{
    background:#0a3e82;
    color: #ffffff;
}
.btn_suport img,.btn_suport i
{
    margin-right: 5px;
}
.btn_zalo
{
    background: #0b8dd3;
    color: #ffffff;
}
.btn_reg
{
    background: #c90238;
    color: #ffffff;
}
.img_cat
{
    border-radius: 10px;
    width: 100%
}

.htvb-box {
    column-gap: 20px;
    display: flex;
}
.htvb-box .box-sidebar {
    width: 300px;
    margin-bottom: 20px
}
.sidebar-cat {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #DFE3E8;
    overflow: hidden;
}
.sidebar-cat .title {
    padding: 10px 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #035FB5;
    color: #fff;
}
.sidebar-cat .menus a {
    display: block;
    padding: 10px 14px;
    font-weight: 500;
    color: #092D6A;
}
.htvb-box .box-content {
    flex: 1;
    min-width: 20px;
}
.list-tt-c3 .item {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #DFE3E8;
    padding-bottom: 20px;
    margin-bottom: 20px;

}
.list-tt-c3 .item b
{
    color: #092D6A;
}
.list-tt-c3 .date-box {
    width: 70px;
    text-align: left;
}
.list-tt-c3 .text-content {
    flex: 1;
    min-width: 0px;
}
.post-title {
    margin: 0px;
    margin-bottom: 7px;
}
.post-title>a {
    display: block;
    color: #092D6A;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}
.list-tt-c3 .post-title>a {
    font-size: 16px;
}
.post-desc {
    font-weight: lighter;
}
.post-image {
    margin-bottom: 7px;
    display: block;
}
.list-tt-c3 .post-image {
    max-width: 220px;
    width: 100%;
}
.post-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.list-tt-c3 .post-image img {
    max-height: 140px;
    object-fit: unset;
}
.page_thong_tin h1
{
    float: left;
    width: 100%;
    text-align: center;
    color: #c90035;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
}
#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto;
    margin-top: 15px;
    float:left;
}
#ez-toc-container {
    margin-top: 1em;
}
#ez-toc-container {
    margin-top: 1em;
}
div#ez-toc-container {
    padding-right: 20px;
}
.ez-toc-title-container {
    display: table;
    width: 100%;
}
.ez-toc-title, .ez-toc-title-toggle {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
#ez-toc-container p.ez-toc-title {
    text-align: left;
    line-height: 1.45;
    margin: 0;
    padding: 0;
}
div#ez-toc-container p.ez-toc-title {
    display: contents;
}
div#ez-toc-container p.ez-toc-title {
    font-size: 120%;
}
div#ez-toc-container p.ez-toc-title {
    font-weight: 500;
}

.ez-toc-pull-right {
    float: right!important;
    margin-left: 10px;
}
#ez-toc-container a {
    color: #444;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
}
#ez-toc-container a.ez-toc-toggle {
    color: #444;
}
#ez-toc-container a.ez-toc-toggle {
    color: #444;
    background: inherit;
    border: inherit;
}
#ez-toc-container ol
{
    margin-left: 12px;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    background: 0 0;

    line-height: 1.6;
    margin: 0;

    z-index: 1;
}
#ez-toc-container.counter-flat ul, #ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-flat ul, .ez-toc-widget-container.counter-hierarchy ul {
    counter-reset: item;
}
.wp-caption img
{
    width: 100%;
}
.wp-caption
{
    margin: 0px auto;
}
.detail_page_title
{
    text-align: left;
    text-transform: normal;
}
.timer,.post-views
{
    float: left;
}
.timer i
{
    margin-right: 5px;
}
.post-views
{
    margin-left: 15px;
    margin-right: 15px;
}
.detail-content #ez-toc-container a:visited
{
    color: #031d4a !important;
}
.detail-content #ez-toc-container a
{
    color: #092d6a !important;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li
{
    line-height: 1.8 !important;
}
.mobile_display
{
    display: none;
}
.pc_display
{
    display: block;
}
.form-style2 .wpcf7-not-valid-tip
{
    float: left;
    width: 100%;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
{
    border: none;
    color: #fff;
    float:left;
    width: 100%;
    font-weight: bold;
    font-style: italic;
}
.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}
.detail-content p iframe
{
    width: 100% !important;
}
.menu.stuck {
    position: fixed;
    top: 0;

    margin-top: 0;

    z-index: 99999;
    float: left;
    width: 100%;
}
.youtubeVimeoWithPlaylist.default .slider-vertical.ui-widget-content
{
    display: none !important;
}
.ajax-loading {
    width: 100px;
    height: 100px;
    background: url(../images/loader.gif);
    background-size: 100px 100px;
    position: absolute;
    bottom: 52%;
    left: 44%;
    z-index: 99999;
     display: none;
}
.stuck .list_menu .sub_menu_reg
{
    float: left !important;
}
.menu_footer_ul
{
    list-style: none;
}
.img_thum_most_view
{
    float: left;
    width: 35%;
    margin-right: 5px;
}
.img_thum_most_view img
{
    max-width: 100%;
    width: 100%;
	height:auto;
}
.box_news_most ul
{
    list-style: none;
    margin-top: 10px;
}
.widget-news3
{
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}
.title_most_view
{
    float: left;
    width: 63%;
    margin-top: -5px;
    color: #092D6A;
    font-weight: 600;
}
.col-logo a
{
    float: left;
    width: 100%;
    text-align: center;
}

.valid-invalid-message {
    font-size: 13px;
    color: #ff496b;
}
.valid-invalid-message:before {
    content: "* ";
}
#M_Hotline {
    padding: 8px 15px;
    position: fixed;
    top:480px !important;
    left: 82px;
    z-index: 16000001;
    color: #fff;
    font-size: 16px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #da360f;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ea0000), to(#da360f));
    background: -webkit-linear-gradient(top, #da360f, #ea0000);
    background: -moz-linear-gradient(top, #da360f, #ea0000);
    background: -ms-linear-gradient(top, #da360f, #ea0000);
    background: -o-linear-gradient(top, #da360f, #ea0000);
}
#M_Hotline .fa {
    font-size: 20px;
    color: #ffe603;
}
#M_Hotline a {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-shadow: 0 0 1px #111;
}
#getresponse .nav a,
.box-register-categories .nav a {
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #111;
    font-weight: 700;
    cursor: pointer;
}
#M_Hotline:hover {
    background-color: #ffa922;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc41), to(#ffa922));
    background: -webkit-linear-gradient(top, #ffa922, #ffcc41);
    background: -moz-linear-gradient(top, #ffa922, #ffcc41);
    background: -ms-linear-gradient(top, #ffa922, #ffcc41);
    background: -o-linear-gradient(top, #ffa922, #ffcc41);
}
.loading-overlay { 
  display: none;
  background: rgb(24 22 22 / 84%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}

.code {
  font-family: monospace;
/*   font-size: .9em; */
  color: #dd4a68;
  background-color: rgb(238, 238, 238);
  padding: 0 3px;
} 

/*--------------------------------Mobile--------------------------*/
@media (max-width:720px)
{
    .hide-pc{display: block;}
    .hide-mobile{display: none;}

    body {
        background-size:contain
    }

    .container {
        width: 100%!important;
        float: left!important;
        height: auto!important;
        overflow: hidden!important
    }

    .container>div {
        width: 92%!important;
        padding: 0 4%!important;
        margin-left: 0!important;
        margin-right: 0!important
    }

    .container>.container-header {
        position: relative;
        width: 100%;
        min-height: 60px;
        margin-top: 20px
    }
    .container-header>a {
        width: 100%;
    }
    .container-header img {
        max-width: 100%
    }

    .sub_menu_reg {
        position: fixed;
        right: 10px;
        left: unset;
        top: 15px;
        font-weight: 400;
        z-index: 10000;
        font-size: 18px;
    }


    .container>.menu {
        float: left;
        width: calc(100% - 20px)!important;
        margin-bottom: 10px;
        z-index: 100000000;
        padding: 10px!important;
        top: 0;
        height: 24px;
        background: #0560B7;
    }

    .sub_menu {
        overflow-x: hidden;
    }

    .button_menu,.button_menu>div {
        float: left;
        display: block;
        width: 29px;
        cursor: pointer
    }

    .button_menu>div {
        height: 4px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 5px
    }

    #menu3 {
        margin-bottom: 0
    }

    .menu1 {
        margin-top: 15px;
        transform: rotate(40deg)
    }

    .menu2 {
        background: 0 0!important
    }

    .menu3 {
        margin-top: -24px;
        transform: rotate(-40deg)
    }

    .list_menu {
        float: left;
        width: 300px;
        background: #0560B7;
        margin-top: 10px;
        display: none;
        position: fixed;
        top: 40px;
        left: 0;
        padding: 0;
        height: 100%;
        overflow-y: scroll;
        box-shadow: unset
    }

    .list_menu>li {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .list_menu>li:first-child>a {
        padding-left: 10px
    }

    .list_menu>li a {
        float: left;
        width: 280px;
        font-size: 15px;
        padding: 5px 10px;
        color: #fff;
        border-top: unset;
        border-bottom: 1px solid #fff;
        font-weight: 400;
        text-align: left;
    }

    .child_menu {
        position: relative;
        background: rgba(0,72,91,.6);
        width: 290px;
        float: right;
        top: 0;
        padding: 0;
        display: none
    }
    .child_menu li{
       float: left;
        width: 100%;
        padding: 10px 0;
    }
    .child_menu>li a:hover {
        color: gray
    }

    .child_menu>li>a {
        font-weight: 400
    }
    .list_menu>li .child_menu:nth-child(1n) {

    }
    .menu-item-has-children .fa-caret-down
    {
        float: right;
        margin-top: 5px;
    }
/*------------------Footer-----------------*/

.container-footer>a
{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.col-footer-info, .footer-info-content
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.copyright>span
{
    width: 100%;
    float: left;
    margin: 10px 0;
}
#frnSearch .wpcf7-not-valid-tip
{
	color:red !important;
}

/*--------------------------Home page-------------------------*/
    .bg-home
    {
        min-height: auto!important;
    }
    .block-home1>.list-news, .box-hoat-dong, .video-active,.list-video,.block-home1>.banner,.block-home3>.list-news,.block-home3>.banner
    {
        width: 100%;
        margin-right:0 ;
        margin-left:0 ;
    }
    .block-home1>.list-news.list-news>a:first-child, .block-home3>.list-news>a:first-child
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .block-home1>.list-news>a:not(:first-child),.block-home3>.list-news>a:not(:first-child)
    {
        width: 100%;
    }

    .story
    {
        width: calc(100% - 2px);
        margin-bottom: 20px;
    }
    .list-home-img>a
    {
        width: calc((100% - 20px)/2)
    }
    .list-home-img>a:nth-child(2n)
    {
        margin-right: 0;
    }
/*--------------------------- Detail-----------------------*/
    .left-container,.right-container
    {
        width: 100%;
        margin-right:0 ;
        margin-left:0 ;
    }
    .content-tuyensinh
    {
        width: calc(100% - 30px);
        margin-right:0 ;
        margin-left:0 ;
        top: -30px;
    }
    .box-list-page>a>i,.box-list-page>a>b
    {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .box-list-page>a>span
    {
        float: right;
        width: calc(100% - 120px);
        margin-right: 0;
        margin-left: 0;
    }
    .box-list-page>a>img
    {
        float: left;
        width: 100px;
        height: unset;
    }
    .list-new-tuyensinh
    {
        width: 100%;
        margin-right:0 ;
        margin-left:0 ;
        top: -30px;
    }
    .box-tt-list>a>img
    {
        height: 91px;
        width: 42%;
    }
    .box-tt-list>a>span
    {
        display: none;
    }
    .box-tt-list>a>b,.box-tt-list>a>span
    {
        width: 55%;
    }
    .box-tt-list>a
    {
        border-bottom: 1px solid #ccc;
    }
    .detail-content ul, .detail-content ol
    {
        margin: 1em 0 1em 0.4em;
    }
    .box-Search,.detail-content,.content-left,.content-right
    {
        width: 90%;
        padding: 15px 5%;
        font-size: 15px;
        margin: 0;
    }
    .content-left>.detail-content
    {
        width: 100%;
        padding: 0;
    }
    .box-Search
    {
        padding-top: 0;
    }
    .box-tin-truong
    {
        width: 90%;
        padding: 15px 5%;
    }
    .input-type>span
    {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .input-type>span:first-child
    {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 15px;
    }
    .input-type>input:nth-child(2)
    {
        margin-left: 0;
    }
    .input-Number
    {
        margin-left: 0;
    }
    .input-Number>label
    {
        padding: 10px 0;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    .input-Number>input[type=text]
    {
        font-size: 20px;
        width: calc(100% - 22px);
        float: left;
    }
    .input-Number>input[type=button]
    {
        padding: 11px 0;
        width: 100%;
        height: 45px !important;
        text-decoration: underline;
        font-size: 18px;
    }
    .list-news-truong>a>img
    {
        width: 100%;
        height: unset;
    }
    .list-news-truong>a>b,.list-news-truong>a>span
    {
        width:100%;
    }
    .detail-content>h2
    {
        line-height: 32px;
    }
    .detail-content img
    {
        width: 100% !important;
        height: unset !important;
    }
    .end-page-info, .end-page-info-right
    {
        width: 100%;
        margin-top: 20px;
    }
    .category_description img
    {
        max-width: 100%;
        height: auto;
    }
    .wp-caption
    {
        width: 100% !important;
    }
    .logo
    {
        margin-left: 0px;
    }
    .mobile_display
    {
        display: block;
    }
    .pc_display
    {
        display: none;
    }
    .wp-caption img
    {
        height: auto;
    }
    .btn_suport
    {
        width: 91%;
    }
    .box-title>span
    {
        font-size: 18px;
        font-weight: 700;
    }
    .heading_nganh
    {
        font-size: 11px;
        line-height: 28px;

    }
    .heading_nganh p
    {
        font-size: 14px;
    }
    .detail_top_nganh h3
    {
        font-size: 19px;
    }
    .category_description h2
    {
        font-size: 1.3em;
    }
    .category_description h3
    {
        font-size: 18px;
    }
    .htvb-box .box-sidebar
    {
        width: 100%;
        float: left;
    }
    .htvb-box
    {
        display: block;
    }
    .sidebar-cat,.list-tt-c3 .item
    {
        display: block;
    }
    .list-tt-c3 img
    {
        max-width: 100%;
    }
    .detail-content h2
    {
        font-size: 20px !important;
    }
    .detail_title
    {
        font-size: 23px;
    }
    .detail-content ul, .detail-content ol{
        margin: 0.4em 0 0.4em 0.4em;
    }
    .box-Search, .detail-content, .content-left, .content-right
    {
        width: 100%;
        padding: 15px 0;
        font-size: 15px;
        margin: 0;
    }
    .container-footer
    {
        width: 93%;
        padding: 15px;
    }
    .text_nganh ul
    {
        width: 97%;
    }
    .text_nganh table
    {
        font-size: 15px;

    }
    .category_description th, td
    {
        padding: 1px 0px 1px 10px;
    }
    .luidong
    {
        padding-left: 5px;
    }
    .input-phone input,.input-name input,.input-dob input,.input-email input,.input-address input,.input-nganh select
    {
        font-size: 12px;
    }
    .button_dean {
        background: #003464;
        line-height: 27px;
        padding: 7px;
        border-radius: 10px;
        float: left;
        margin-top: 20px;
        color: #fff;
        font-size: 13pt;
    }
    #frnSearch.form-style2 .title-boxSearch
    {
        background: none;
        font-size: 25px;
        margin-top: 0px;
        line-height: 33px;
    }
	 #video_mobile ul{
		 list-style:none;
	 }
    #video_mobile .item_sub ul li
    {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid #DFE3E8;
    }
    #video_mobile .item_sub img
    {
        float: left;
        width: 40%;
		height:auto;
    }
    #video_mobile .item_sub a
    {
        float: left;
        width: 56%;
        font-size: 16px;
        font-weight: 600;
        margin-left: 10px;
    }
    #video_mobile .item_sub a:visited,#video_mobile .item_sub a:active
    {
        color: red;
    }
    .fm_reg {
        background: #D81B21;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        padding: 9px 10px;
        font-weight: normal;
        float: left;
        margin-top: 16px;
    }
    .grecaptcha-badge
    {
        display: none;
    }
    .menu_footer_mb {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
        z-index: 999999999;
        font-size: 16px;
    }
    .bg_head {
        background-color: #1691E2;
    }
    .cl_white, .cl_white *, .cl_white:hover, .cl_white:hover * {
        color: #fff;
    }
    .menu_footer_mb .item {
        width: 49.3%;
        float: left;
        border: 1px solid #fff;
        padding: 10px 0px;
        cursor: pointer;
        position: relative;
    }
    .menu_footer_mb .item .box {
        display: block;
        border: 0px solid #fff;
    }
    .menu_footer_mb .item .box span.bg_tuvan {
        display: inline-block;
        background: url(../images/bg_tuvan.png) no-repeat;
        background-size: auto 80%;
        background-position: left center;
        padding-left: 20px;
    }
    .bottom_item ul {
        position: absolute;
        left: 0;
        bottom: 35px;
        width: 100%;
        padding: 0;
        display: none;
        text-align: left;
    }
    .bottom_item ul {
        bottom: 30px;
    }
    .bottom_item ul li {
        list-style: none;
        border-bottom: 0.1px solid #eee;
        margin-left: 5px;
        margin-right: 5px;
    }
    .bottom_item ul li a, .bottom_item ul li div {
        display: inline-block;
        padding: 10px 15px 10px 35px;
        position: relative;
    }
    .bottom_item ul li a, .bottom_item ul li div {
        padding-left: 28px;
        padding-right: 0;
    }
    .menu_footer_mb .item .box span.bg_call {
        display: inline-block;
        background: url(../images/bg_phone.png) no-repeat;
        background-size: auto 90%;
        background-position: left center;
        padding-left: 30px;
    }
    .bg_chat:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        top: 10px;
        background: url(../images/bg_social.png) no-repeat;
        background-size: 23px auto;
        background-position: center -101px !important;
    }
    .bg_chatfb:before, .bg_chat:before {
        top: 5px;
    }
    .bg_phone:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        top: 5px;
        background: url(../images/bg_social.png) no-repeat;
        background-size: 23px auto;
        background-position: center 0 !important;
    }
    .bg_chatfb:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        top: 10px;
        background: url(../images/bg_social.png) no-repeat;
        background-size: 23px auto;
        background-position: center -125px !important;
    }
    .list-home-img>a>img
    {
        height: auto;
    }
	input:checked ~ h3 ~ div.p{
    min-height:auto;
	}
	.accordion .active
	{
		min-height:auto;
	}
}





