@font-face{
  font-family: SVN Gilroy Bold;
  src:url(../fonts/SVN-Gilroy-Bold.otf)
}
@font-face{
  font-family: SVN Gilroy Medium;
  src:url(../fonts/SVN-Gilroy-Medium.otf)
}
@font-face{
  font-family: SVN Gilroy Regular;
  src:url(../fonts/SVN-Gilroy-Regular.otf)
}
html{
    overflow-x: hidden;
}
body {
    font-size: 14px;
    font-family: SVN Gilroy Regular;
    overflow-x: hidden;
    color: #000;
    line-height: 25px;
}
.container {
    width: 1200px;
    max-width: 100%;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
a:hover {
    text-decoration: none;
    color: #737373;
}
.menu_mb{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 5px 10px;
}
.bt_menu{
    display: flex;
    justify-content: space-between;
}
.bt_menu .logo{
    max-width: 100px;
    display: none;
}
.menu_mb.sticky-header{
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}
.menu_mb.sticky-header .bt_menu .logo{
    display: block;
}
.top_mb{
    padding: 10px 0;
}
#go_top{
    position: fixed;
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 16px;
    text-align: center;
    z-index: 100;
    bottom: 125px;
    right: 25px;
    background: #000;
    color: #fff;
}
.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 99;
}
.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}
/*===========MENU==============*/
.nav-dropdown {
    display: none;
}
@media (min-width: 992px) {
    .nav-container{
        width: 100%;
    }
    .nav-menu{
        display: flex;
        justify-content: flex-end;
    }
    .nav-menu > .menu-item {
        position: relative;
    }
    .nav-menu > .menu-item > .menu-link {
        display: inline-block;
        padding: 25px 0 25px 35px;
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
    }
    .nav-menu > .menu-item:hover > .menu-link {
        color: #737373;
    }
    .nav-menu > .has-dropdown:after {
        position: absolute;
        right: -15px;
        bottom: 25px;
        font-size: 14px;
        content: "\f107";
        font-family: FontAwesome;
        color: #000;
    }
    .nav-menu > .menu-item:hover.has-dropdown:after {
        color: #737373;
    }
    .has-dropdown:hover:after{
        color: #737373;
    }
    .nav-dropdown {
        left: -35%;
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 240px;
        visibility: hidden;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .nav-dropdown{
        border: 1px solid #737373;
    }
    .nav-dropdown > .menu-item {
        background: #737373;
        border-bottom: 1px solid #737373;
    }
    .nav-dropdown > .menu-item:last-child{
        border-bottom: 0;
    }
    .nav-menu > .menu-item:first-child > .menu-link{
        padding-left: 0;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #fff;
        display: block;
        padding: 10px;
        text-transform: uppercase;
    }
    .nav-dropdown .has-dropdown:after {
        position: absolute;
        top: 10px;
        right: 5px;
        font-size: 14px;
        content: "\f105";
        font-family: FontAwesome;
    }
    .nav-dropdown > .menu-item:hover{
        background: #fff;
    }
    .nav-dropdown > .menu-item:hover > .menu-link,
    .nav-dropdown > .nav-dropdown > .menu-item:hover > .menu-link {
        color: #737373;
        font-weight: bold;
    }
    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }
}
@media (max-width: 991px) {

    .news_item img{
        height: 150px !important;
    }
    .container{
        padding: 0 15px;
    }
    .hotline_top{
        padding: 8px 0;
    }
    .opacity_menu.open_opacity {
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0px !important;
        left: 0px;
        z-index: 99;
    }
    .icon_close{
        width: 15px;
        height: 15px;
        stroke-width: 1.5px;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
    .icon_close:hover{
        transform: translate(0%, 0%) rotate(360deg);
    }
    .nav-toggle {
        padding: 0 10px;
        font-size: 24px;
        color: #fff;
    }
    .logo_mb{
        display: block;
        text-align: center;
        padding: 5px 0;;
    }
    .logo_mb img{
        max-width: 120px;
    }
    .nav-container {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        visibility: hidden;
        width: 70%;
        padding-top: 30px;
        height: 100%;
        min-height: 100%;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .nav-container.is-visible {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-item {
        border-top: 1px solid #e6e6e6;
    }
    .menu-item .menu-link{
        color: #333;
        display: inline-block;
        padding: 10px;
    }
    .nav-menu >  .menu-item:first-child {
        border-top: 0;
    }
    .nav-dropdown .menu-item {
        border-bottom: 0;
        border-top: 1px solid #e6e6e6;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #333;
        padding: 10px 20px;
    }
    .nav-dropdown .nav-dropdown .menu-item > .menu-link {
        padding: 10px 30px;
    }
    .nav-dropdown .nav-dropdown .nav-dropdown .menu-item > .menu-link {
        padding: 10px 40px;
    }
    .nav-menu > .menu-item.is-active >.menu-link,
    .has-dropdown.is-active > .menu-link,
    .has-dropdown.is-active:after{
        color: #737373;
        font-weight: bold;
    }
    .nav-dropdown.is-visible{
        display: block;
    }
    .has-dropdown {
        position: relative;
        cursor: pointer;
    }
    .has-dropdown:after {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 1rem;
        bottom: 0;
        height: 42px;
        content: "+";
        color: #333;
        line-height: 40px;
    }
    .has-dropdown.is-active:after {
        content: "\2013";
    }
}
/*============================*/
.header_flex{
    display: flex;
    justify-content: space-between;
}
.header_top{
    padding: 10px 0;
    background: #000;
    color: #fff;
    font-weight: 500;
}
.header_top a{
    color: #fff;
}
.title_sec{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 40px;
    position: relative;
}
.about_us{
    padding: 40px 0 50px;
}
.thongtin{
    padding: 55px 0;
    background: url(../img/bg_home.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.steps li{
    position: relative;
    padding: 10px 0 10px 75px;
    min-height: 75px;
    margin-bottom: 25px;
}
.steps li span{
    background: url(../img/bg_step.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 70px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    padding: 25px 0;
    color: #fff;
    text-align: center;
}
.hoso li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.hoso li:before{
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.chiphi{
    padding: 20px 0 35px;
}
.chiphi .title_sec{
    padding-bottom: 10px;
}
.chiphi .title_sec:after{
    content: "";
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.list_chiphi{
    margin-top: 50px;
    padding: 0 120px;
}
.list_chiphi .row{
    margin: 0 -40px;
}
.list_chiphi .row .col-lg-4{
    padding: 0 40px;
}
.list_chiphi .tag{
    height: 35px;
    line-height: 35px;
    background: #424141;
    color: #fff;
    text-align: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.list_chiphi .item:first-child,
.list_chiphi .item:last-child{
    margin-top: 35px;
}
.chiphi_item{
    border: 1px solid #cccccc;
    border-radius: 6px; margin-bottom: 10px;
}
.title_chiphi{
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
}
.chiphi_item .price{
    padding: 15px 5px 22px;
    background: #424141;
    border-bottom: 5px solid #000;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.chiphi_item ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
}
.chiphi_item .row_dki{
    padding: 10px 40px;
    background: #e3e3e3;
}
.chiphi_item .link_dki{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #292929;
    font-size: 17px;
    color: #fff;
    border-radius: 6px;
}
.khuyenmai{
    padding: 70px 0 50px;
    background: url(../img/bg_dki.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.content_left{
    align-self: center;
}
.title_km{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
}
.title_km span{
    font-size: 42px;
}
.form_dki{
    padding: 25px 30px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #99918f;
        box-shadow: 0 0 10px #99918f;
}
.countdown{
    margin: 20px 0;
}
.countdown li{
    display: inline-block;
    list-style-type: none;
    padding: 0 10px;
}
.countdown li span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.form_dki .form-control{
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
}
.form_dki .form-control::placeholder,
.form_dki select.form-control {
    color: #333;
    font-size: 14px;
}
.form_dki select.form-control option{
    color: #000;
}
.btn_dki{
    font-size: 16px;
    padding: 12px 10px;
    width: 100%;
    background: #292929;
    color: #fff;
    border-radius: 8px;
    display: block;
    margin-top: 20px;
}
.faq{
    padding: 50px 0 60px;
}
.faq .title_sec{
    font-weight: bold;
    margin-bottom: 5px;
}
.faq_item{
    margin-bottom: 15px;
}
.faq_item .question{
    padding: 10px 40px 10px 5px;
    background: #ececec;
    color: #004aa0;
    position: relative;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}
.faq_item .question:after{
    content: "\f101";
    font-family: FontAwesome;
    padding: 5px;
    position: absolute;
    height: 100%;
    background: #7d7d7d;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}
.faq_item .collapse,
.faq_item .collapsing{
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*===========News================*/
.breadcrumb{
    padding: 10px 0;
    background-color: transparent;
}
.breadcrumb a{
    color: #000;
}
.breadcrumb a:after{
    content: "/";
    padding: 0 8px;
}
.breadcrumb a:last-child:after{
    content: "";
}
.list_news{
    margin: 35px 0;
}
.news_item{
    margin-bottom: 40px;
}
.news_item .title_news{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    color: #000;
}
.date_creat{
    font-size: 12px;
    color: #5a5a5a;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.desc_news{
    line-height: 25px;
}
.news_item:hover img{
    opacity: 0.8;
}
.news_item:hover .title_news{
    color: #5a5a5a;
}
/*===========Đăng ký=========*/
.title_dangky{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.form_dangky{
    width: 80%;
    margin: 40px auto;
}
.form_dangky .form-control{
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.form_dangky .form-control::placeholder{
    font-size: 14px;
    color: #ccc;
}
.nhucau{
    display: flex;
}
.nhucau .item{
    padding-right: 20px;
}
.btn_dangkyhoc{
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    background: #282828;
    border: 0;
}
/*=============Đào tạo==========*/
.yeucau{
    padding: 35px 0;
}
.title_yeucau{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.yeucau_item ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.yeucau_item ul li:before{
    content: "\f056";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}
.chiphi_daotao .list_chiphi{
    padding: 0 80px;
}
.title_quytrinh{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.list_quytrinh .item{
    margin-bottom: 15px;
}
.content_quytrinh{
    line-height: 25px;
}
/*=================Footer=============*/
.footer_top{
    padding: 30px 0;
    color: #fff;
    background: #313131;
}
.title_footer{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.info_company{
    line-height: 25px;
}
.info_company li{
    margin-bottom: 10px;
}
.menu_footer li{
    margin-bottom: 15px;
}
.menu_footer li img{
    padding-right: 10px;
}
.menu_footer li a{
    color: #fff;
}
.copy_right{
    padding: 10px 0;
    background: #1f1f1f;
    color: #fff;
}
.copy_right span{
    color: #47d4ff;
}
@media (max-width: 1200px){
    .container{
        padding: 0 15px;
    }
    .title_sec, .chiphi_item .price,
    .title_km{
        font-size: 24px;
    }
    .title_dangky{
        font-size: 18px;
    }
}
@media (max-width: 767px){

     .col-6,.col-lg-8{
        flex: 0 0 100%;
        width:100% !important;
        max-width:100% !important;
    }

    .title_km span{

line-height: 42px !important;
    }
    .list_chiphi .item{
        margin-top: 35px;
    }
    .title_sec, .chiphi_item .price,
    .title_km{
        font-size: 18px;
        line-height: 30px;
    }
    .thongtin{
        padding: 15px 0;
    }
    .list_chiphi, .chiphi_daotao .list_chiphi{
        padding: 0 20px;
    }
    .news_item {
        margin-bottom: 20px;
    }
    .date_creat{
        border-bottom: 0;
    }
    .desc_news{
        display: none;
    }
    .form_dangky{
        width: 100%;
    }
    .title_yeucau, .title_quytrinh{
        font-size: 16px;
    }
}