@charset "utf-8";

@font-face {
    font-family: 'Bold';
    src: url('../fonts/BaiJamjuree-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Medium';
    src: url('../fonts/BaiJamjuree-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Regular';
    src: url('../fonts/BaiJamjuree-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SAMSUNG';
    src: url('../fonts/SamsungSharpSans-Bold-UTF8.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Zero';
    src: url('../fonts/SVN-Zero.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Regular', sans-serif;
    font-size: 15px;
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
    color: #051577;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.clearfix {
    clear: both;
}

.clearfix-5 {
    clear: both;
    height: 5px;
}

.clearfix-10 {
    clear: both;
    height: 10px;
}

.clearfix-15 {
    clear: both;
    height: 15px;
}

.clearfix-20 {
    clear: both;
    height: 20px;
}

.clearfix-25 {
    clear: both;
    height: 25px;
}

.clearfix-30 {
    clear: both;
    height: 30px;
}

.clearfix-35 {
    clear: both;
    height: 35px;
}

.clearfix-40 {
    clear: both;
    height: 40px;
}

.clearfix-45 {
    clear: both;
    height: 45px;
}

.clearfix-50 {
    clear: both;
    height: 50px;
}

.clearfix-80 {
    height: 80px;
}

.w_100 {
    width: 100%;
}

/*header*/
header {
    background: #ffffff;
    position: relative;
    padding: 0px 0px 10px;
}

.menu-pc > ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.menu-pc ul li {
    flex: auto;
    position: relative;
    line-height: 34px;
}

    .menu-pc ul li a {
        color: #1b3268;
        font-size: 15px;
        font-family: 'Bold';
    }

        .menu-pc ul li a.active, .menu-pc ul li:hover a {
            color: #057bba;
        }

.flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
}

.menu-pc ul li:last-child a {
    width: 34px;
    height: 34px;
    float: right;
    /*background: #3056a1;*/
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.social_ul_header {
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 0px;
    text-align: right;
    float: right;
}

    .social_ul_header a {
        color: #fff;
    }

    .social_ul_header li {
        padding-left: 10px;
    }

.top_header {
    background: #0065b0;
    padding: 10px 0px;
}

.contact_ul_header {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .contact_ul_header li {
        flex: auto;
    }

    .contact_ul_header a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

    .contact_ul_header span {
        color: #ffa200;
        font-weight: bold;
    }

.bottom_header {
    padding-top: 10px;
}

.submenu {
    display: none;
}

.menu-pc ul li {
    position: relative;
}

    .menu-pc ul li:hover .submenu {
        display: inline-block;
        position: absolute;
        top: 32px;
        left: 0px;
        width: 300px;
        background: #fff;
        border-top: 2px solid #051577;
        z-index: 999;
        border-radius: 0px 0px 10px 10px;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .menu-pc ul li:hover .submenu li a {
            color: #333;
            width: 100%;
            float: left;
            padding: 0px !important;
            height: auto;
            line-height: normal;
            background: transparent;
            text-align: left;
        }

            .menu-pc ul li:hover .submenu li a:hover {
                color: #051577;
            }

    .menu-pc ul li .submenu li {
        padding: 10px;
        height: auto !important;
        line-height: normal;
        float: left;
        width: 100%;
    }

.nav-search {
    z-index: 9999999999;
    position: absolute;
    bottom: -43px;
    right: 0px;
    width: 300px;
    max-width: 100%;
}

    .nav-search input {
        border: 0px;
        border-radius: 0px;
    }
/*footer*/
footer {
    background: #f5f4f4;
    padding: 50px 0px 0px;
}

.ul_f_c {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .ul_f_c i {
        color: #c5dae7;
        padding-right: 5px;
    }

    .ul_f_c li {
        margin-bottom: 5px;
    }

        .ul_f_c li a {
            color: #0573b1;
        }

footer .bottom {
    background: #3056a1;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
}

#scrollUp {
    color: #fff;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 10%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 999999;
    width: 35px;
}

footer .top {
    padding-bottom: 50px;
}

.form_footer input {
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
    height: 42px;
}

.form_footer button {
    border-radius: 0px;
    border: 0px;
    background: #1c3367;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 8px 45px;
    font-weight: bold;
}

.form_footer {
    background: #0573b1;
    padding: 20px;
    position: absolute;
    padding-top: 50px;
    top: -56px;
    min-height: 364.55px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    max-width: 100%;
    width: 320px;
    right: 0px;
}

    .form_footer:before {
        content: '';
        width: 6px;
        height: 6px;
        background: url("../images/before_form.png") no-repeat;
        left: -6px;
        top: 0px;
        position: absolute;
    }

/*slide home*/
slider-home .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#slider-home .owl-nav button.owl-prev {
    left: 0px;
}

#slider-home .owl-nav button.owl-next {
    right: 0px;
}

#slider-home .item {
    position: relative;
}

.sub_slide_home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

    .sub_slide_home p {
        font-size: 40px;
    }

    .sub_slide_home h2 {
        font-size: 50px;
        text-transform: uppercase;
        margin-top: 0px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .sub_slide_home a.btn {
        border-radius: 0px;
        background: #0577b5;
        border-color: #0577b5;
        font-size: 16px;
        text-transform: uppercase;
    }

#slider-home .owl-nav button.owl-prev {
    left: 0px;
}

#slider-home .owl-nav button.owl-next {
    right: 0px;
}

#slider-home .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*section_1*/
.section_1 {
    padding: 50px 0px;
    padding-bottom: 0px;
}

.box_section_1 {
    background: url("../images/bg_xemthem.png") no-repeat;
    height: 50px;
    width: 522px;
    max-width: 100%;
    text-align: center;
    margin: 0px auto;
    background-size: 100% 100%;
}

    .box_section_1 a {
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }

.box_section_2 {
    width: 780px;
    max-width: 100%;
    margin: 0px auto;
}

    .box_section_2 .col-1 {
        flex: auto;
        text-align: center;
        position: relative;
    }

        .box_section_2 .col-1:after {
            position: absolute;
            content: '';
            width: 22px;
            height: 22px;
            background: url("../images/bo.png") no-repeat;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .box_section_2 .col-1 .box_section_2_1 {
            width: 170px;
            height: 170px;
            background: url("../images/bg_so.png") no-repeat;
            line-height: 170px;
            color: #fff;
            font-size: 60px;
            text-align: center;
            margin: 0px auto;
        }

.flex_vti {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.box_section_2_2 {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #1b3268;
    font-family: Bold;
}

/*section_2*/
.section_2 {
    background: url("../images/bg_se_2.png");
    padding: 25px;
    border-top: 1px solid #dddddd;
}

.title-home {
    font-size: 36px;
    color: #0573b1;
    font-family: Bold;
    margin: 0px;
}

.box_section_khoahoc h3 {
    text-transform: capitalize;
    margin: 0px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .box_section_khoahoc h3 a {
        font-family: Bold;
        font-size: 18px;
        color: #1b3268;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.owl-chuongtrinhdaotao.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-chuongtrinhdaotao .item img {
    height: 240px;
    object-fit: cover;
}

/*section_3*/
.section_3 {
    padding: 50px 0px;
    position: relative;
}

    .section_3:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 322px;
        background: #0573b1;
        z-index: -1;
    }

.clearfix-15 {
    height: 15px;
}

.box_section_giaovien {
    position: relative;
    float: left;
    width: 100%;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
}

    .box_section_giaovien h3 {
        margin: 0px;
        margin-bottom: 5px;
        padding: 0px 10px;
    }

        .box_section_giaovien h3 a {
            font-size: 16px;
            font-family: Bold;
            color: #1b3268;
            text-transform: capitalize;
        }

    .box_section_giaovien .des_box_giaovien {
        color: #999999;
        font-size: 14px;
        padding: 0px 10px;
    }

    .box_section_giaovien img {
        height: 311px;
        object-fit: cover;
    }

.owl-giaovien.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.more_box_gv a {
    width: 100%;
    height: 24px;
    background: url("../images/b_giaovien.png") no-repeat;
    float: left;
    background-size: 100%;
}

.box_section_giaovien:hover .box_gv_hidden {
    display: inline-block !important;
    transition: opacity 2s linear;
    visibility: visible;
    opacity: 1;
    height: auto;
}

.box_section_giaovien:hover .box_gv_show {
    display: none;
}

.box_gv_show {
    height: 68px;
}

.box_gv_hidden {
    background: #1c3367ed;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

    .box_gv_hidden:before {
        content: '';
        width: 100%;
        height: 22px;
        background: url("../images/hover_giaovien.png") no-repeat;
        top: -22px;
        left: 0px;
        position: absolute;
        background-size: 100% 100%;
    }

    .box_gv_hidden a {
        color: #fff !important;
    }

    .box_gv_hidden ul {
        padding: 0px;
        margin: 0px;
        color: #fff;
        list-style: none;
    }

        .box_gv_hidden ul li {
            position: relative;
            padding-left: 15px;
        }

            .box_gv_hidden ul li:before {
                content: '';
                width: 6px;
                height: 6px;
                background: #0573b1;
                position: absolute;
                top: 4px;
                left: 0px;
            }

    .box_gv_hidden .des_box_giaovien {
        color: #5eb7e9 !important;
    }

.more_box_gv_hidden a {
    border: 1px solid #fff;
    border-radius: 0px;
    position: relative;
    padding: 6px 12px;
    margin-right: 5px;
}
/*

.more_box_gv_hidden a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    background: url("../images/right.png") no-repeat;
    width: 13px;
    height: 10px;
}

.more_box_gv_hidden a:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 40px;
    background: #fff;
    width: 1px;
    height: 38px;
}*/

/*section_4*/
.section_4 {
    padding: 70px 0px 0px;
    position: relative;
}

    .section_4:after {
        content: '';
        background: #31579e;
        width: 30%;
        height: 165px;
        position: absolute;
        bottom: 110px;
        left: 0px;
        z-index: -1;
    }

.col-110 {
    width: 110px;
    float: left;
}

.col-110_ {
    width: calc(100% - 110px);
    float: left;
}

.elenco-articoli {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px -2px;
    margin-top: 10px;
}

    .elenco-articoli li {
        /* width: 50%; */
        float: left;
        padding: 0px 2px;
        margin-bottom: 6px;
        z-index: 999;
    }

        .elenco-articoli li img {
            border: 1px solid #dddddd;
            height: 50px;
            object-fit: contain;
            width: 100%;
            padding: 5px;
            width: 50px;
        }

.i_dn_i {
    height: 390px;
    width: 390px !important;
    object-fit: contain;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
    margin: 10px;
    padding: 20px;
    background: #fff;
    margin-right: 0px;
}

.col-md-390 {
    width: 400px;
    float: left;
}

.col-md-390_ {
    width: calc(100% - 400px);
    float: left;
    position: relative;
}

.box_doanhnghiep_des {
    background: #1c3367;
    padding: 40px 50px 50px;
    color: #fff;
    border-left: 10px solid #067cba;
    position: absolute;
    top: 52.5%;
    transform: translateY(-50%);
}

    .box_doanhnghiep_des:before {
        content: '';
        background: url("../images/i-doanhnghiep.png");
        width: 80px;
        height: 90px;
        position: absolute;
        right: 50px;
        top: -75px;
    }

.row_dn {
    margin: 0px -2.5px;
}

    .row_dn > div {
        padding: 0px 2.5px;
    }

        .row_dn > div.col-md-2 {
            width: 113px;
            float: left;
        }

        .row_dn > div.col-md-10 {
            width: calc(100% - 113px);
            float: left;
        }

.info_box_doanhnghiep_des_1 {
    position: relative;
    padding-left: 30px;
}

    .info_box_doanhnghiep_des_1:before {
        content: '';
        width: 22px;
        height: 2px;
        background: #5eb6e4;
        top: 7px;
        left: 0px;
        position: absolute;
    }

    .info_box_doanhnghiep_des_1 h3 {
        margin: 0px;
        margin-bottom: 5px;
        font-family: Bold;
        color: #5eb6e4;
        font-size: 18px;
    }

.box_doanhnghiep_des p {
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.title-dn {
    position: absolute;
    left: 50%;
    font-size: 36px;
    top: -50px;
}

.owl-doanhnghiep {
    padding-bottom: 100px;
}

    .owl-doanhnghiep .owl-nav button.owl-next, .owl-doanhnghiep .owl-nav button.owl-prev {
        position: absolute;
        width: 44px;
        height: 44px;
        border: 1px solid #0573b1;
    }

    .owl-doanhnghiep .owl-nav button.owl-prev {
        right: 50px;
    }

    .owl-doanhnghiep .owl-nav button.owl-next {
        right: 0px;
    }

    .owl-doanhnghiep .owl-nav button.disabled {
        background: #fff !important;
        color: #0573b1 !important;
    }

    .owl-doanhnghiep .owl-nav button {
        background: #0573b1 !important;
        color: #fff !important;
    }

.more_dn {
    position: absolute;
    bottom: 55px;
    right: 130px;
    z-index: 99;
}

/*section_5*/
.section_5 {
    padding: 50px 0px;
    position: relative;
    background: #f2f8fb;
    z-index: 9;
}

    .section_5:after {
        height: 260px;
        background: #0573b1;
        content: '';
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: -1;
    }

.box_list_hocvien {
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
    margin: 10px;
    padding: 50px;
    background: #fff;
    float: left;
    width: 100%;
}

    .box_list_hocvien.term {
        height: 600px;
        overflow-y: scroll;
    }

        .box_list_hocvien.term::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 3px #e6f0fc;
            background-color: #F5F5F5;
        }

        .box_list_hocvien.term::-webkit-scrollbar {
            width: 6px;
            background-color: #F5F5F5;
        }

        .box_list_hocvien.term::-webkit-scrollbar-thumb {
            -webkit-box-shadow: inset 0 0 3px #e6f0fc;
            background-color: #a2cae5;
        }

.img_hv img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}

.img_hv {
    width: 100px;
    float: left;
    text-align: center;
}

.info_hv {
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
}

    .info_hv h3 {
        margin: 0px;
        font-size: 16px;
        font-family: Bold;
        color: #0573b1;
        text-transform: capitalize;
        margin-bottom: 4px;
    }

.box_list_hocvien .item {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.des_hv {
    padding-right: 50px;
    position: relative;
}

    .des_hv:after {
        position: absolute;
        content: '';
        background: url("../images/affter_hovien.png");
        width: 38px;
        height: 32px;
        top: 0px;
        right: 0px;
    }

.box_list_hocvien .item:last-child {
    margin-bottom: 0px !important;
}

/*section_6*/
.section_6 {
    padding: 50px 0px;
}

.line-new {
    margin: 15px 0px;
    width: 100px;
    height: 1px;
    background: url("../images/line.png") no-repeat;
}

.item_new_info {
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
    padding: 20px;
}

    .item_new_info h3 a {
        color: #1b3268;
        font-family: Bold;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
    }

    .item_new_info h3 {
        margin: 0px;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.owl-tintuc .item {
    position: relative;
    padding-bottom: 100px;
    margin-left: 10px;
}

.owl-tintuc .item_new_info {
    position: absolute;
    bottom: 20px;
    left: 0px;
    background: #fff;
    width: 90%;
    z-index: 999999;
}

.date_new p {
    margin-bottom: 0px;
    color: #999999;
    font-size: 14px;
    position: relative;
}

    .date_new p:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        background: url("../images/affter_new.png") no-repeat;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }

.owl-tintuc {
    margin: 0px -10px;
}

.searchMobile .click-search {
    width: 34px;
    height: 34px;
    float: right;
   /* background: #3056a1;*/
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 45px;
}

.box_section_2 {
    margin-top: 80px;
}

.box_section_1 {
    margin-top: 50px;
}

.des_box_hocvien {
    margin: 30px 0px;
}

/*about us*/
.title-catalogues {
    margin: 0px;
    font-family: 'SAMSUNG';
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.banner-catalogues .info-banner-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.banner-catalogues {
    position: relative;
}

    .banner-catalogues .breadcrumbs {
        width: 100%;
        border-radius: 0px;
        background: #0000005c;
        text-align: left;
        position: absolute;
        bottom: 0px;
    }

.breadcrumb {
    margin-bottom: 0px;
    background: transparent;
    padding: 8px 0px;
}

    .breadcrumb a {
        color: #fff;
    }

.title_page_aboutus {
    background: url("../images/bg_gioithieu.png") no-repeat;
    width: 676px;
    height: 88px;
    margin: 0px auto;
    text-align: center;
    font-size: 30px;
    font-family: Bold;
    color: #057bb9;
    max-width: 100%;
    background-size: 100%;
}

    .title_page_aboutus p {
        font-size: 60px;
        color: #1c3367;
    }

.ab_1 {
    padding: 50px 0px;
}

@media (min-width: 1200px) {
    .catalogues_aboutus .container, .detail_blog .container {
        width: 900px;
    }

    .l_1 .container {
        max-width: 970px;
    }
}

.box_catalogues_aboutus_d {
    background: #0065b0;
    padding: 40px;
    color: #fff;
    margin-top: 35px;
    position: relative;
}

    .box_catalogues_aboutus_d:before {
        content: "\f0d8";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #0065b0;
        font-size: 30px;
        position: absolute;
        top: -26px;
        left: 50%;
        transform: translateX(-50%);
    }

.main-chitietkhoahoc-3 {
    padding: 0px 0px 50px;
}

.stt-item-noidungkhoahoc {
    width: 44px;
    height: 139px;
    background: url(../images/b-3.png);
    position: relative;
    float: left;
}

.item-noidungkhoahoc .widthC {
    width: calc(100% - 44px);
    float: left;
    padding: 0px;
    padding-left: 20px;
}

.bandanggapvande h2 {
    font-family: 'Bold';
    font-size: 30px;
    margin-top: 0px;
    color: #0065b0;
}

.stt-item-noidungkhoahoc span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    font-size: 18px;
    font-family: 'SAMSUNG';
    color: #f1d246;
}

.item-noidungkhoahoc {
    margin-bottom: 30px;
}

    .item-noidungkhoahoc:last-child {
        margin-bottom: 0px;
    }

.a_2 {
    background: #fafafa;
    padding: 50px 0px;
}

    .a_2 p {
        font-size: 16px;
    }

.a_2_2 {
    position: relative;
}

    .a_2_2 .i_ab_2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/*contact-page*/
.contact-page, .blog-page {
    padding: 50px 0px;
}

    /*blog-page*/
    .blog-page .nav {
        justify-content: center;
    }

        .blog-page .nav li {
            border: 1px solid #0065b0;
        }

            .blog-page .nav li a {
                color: #0065b0;
            }

            .blog-page .nav li.active a {
                color: #fff;
                background: #0065b0;
            }

.listmenu_blog {
    margin-top: 10px;
}

.blog-page .section_6 .item {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 100px;
}

    .blog-page .section_6 .item .item_new_info {
        position: absolute;
        bottom: 20px;
        left: 0px;
        background: #fff;
        width: 90%;
        z-index: 99;
    }

.blog-page .section_6 {
    padding: 40px 0px 0px;
}

.section_6 .item:hover .item_new_info {
    background: #1c3367;
}

.section_6 .item:hover a {
    color: #Fff !important;
}

.section_6 .item:hover .date_new p:after {
    background: url(../images/affter_new_hover.png) no-repeat;
}

.pagination {
    display: inline-block;
    margin: 0px;
}

    .pagination a {
        color: #dedede;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        font-weight: bold;
    }

        .pagination a.active {
            color: #333;
            border-radius: 100%;
            height: 37px;
            width: 37px;
            padding: 0px;
            text-align: center;
            line-height: 37px;
            border: 2px solid #1c3367;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }
/*title-detail-blog*/
.title-detail-blog {
    font-size: 26px;
}

.description_detail_block img {
    max-width: 100% !important;
    height: auto !important;
}

.owl-giaovien {
    margin-top: 35px;
}

.catalogues_chuyengia .section_3:before {
    display: none;
}

.catalogues_chuyengia .section_3 .item {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
/*catalogues_hocvien*/
.catalogues_hocvien .box_list_hocvien {
    min-height: 650px;
}
/*section_cuuhv*/
.section_cuuhv {
    padding: 50px 0px;
}

.img_cuuhv {
    background: url("../images/bg_cuuhocvien.png") no-repeat;
    height: 189px;
    width: 189px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    max-width: 100%;
}

    .img_cuuhv img {
        width: 153px;
        height: 153px;
        border-radius: 100%;
        position: absolute;
        left: 12px;
        top: 12px;
        object-fit: cover;
    }

.list_cuuhocvien {
    margin-top: 30px;
}

.item_cuuhv {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.info_cuuhv h3 {
    margin-top: 0px;
    font-family: Bold;
    font-size: 22px;
    color: #1c3367;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.des_cuuhv p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0px;
}

.info_cuuhv {
    margin-top: 10px;
}

.btn-a-more-hv {
    border-radius: 0px;
    border-color: #0573b1;
    border: 2px solid #0573b1;
    color: #0573b1;
    font-family: Bold
}

.catalogues_hocvien .section_cuuhv .row {
    margin: 0px -2px;
}

    .catalogues_hocvien .section_cuuhv .row .list_cuuhocvien > div {
        padding: 0px 2px;
    }
/*section_doitac*/
.section_doitac {
    padding: 50px 0px;
}

.owl-doitact-page {
    margin-top: 30px;
}

    .owl-doitact-page .col {
        text-align: center;
        padding: 0px;
        border: 0.2px solid #dddddd;
    }

    .owl-doitact-page img {
        height: 100px;
        object-fit: contain;
        padding: 10px;
    }

.img_hover {
    overflow: hidden;
}

    .img_hover img {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
/*khoas hoc cho nguoi moi bat dau*/
.box_section_khoahoc:hover .img_hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.s_nm_1 {
    background: url("../images/bg_laptrinh.png") no-repeat;
    padding: 40px 0px;
    background-size: 100%;
    color: #333333;
    font-size: 14px;
}

.s_nm_1_1 h2 {
    font-family: Bold;
    font-size: 32px;
    color: #0065b0;
}

.s_nm_1_1 ul {
    /*list-style: none;*/
    /*margin: 0px;*/
    /*padding: 0px;*/
}

    .s_nm_1_1 ul li {
        position: relative;
        /*padding-left: 15px;*/
    }
/*.s_nm_1_1 ul li:before{*/
/*    content: "\f111";*/
/*    font-family: FontAwesome;*/
/*    color: #0065b0;*/
/*    font-size: 7px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    transform: translateY(-50%);*/
/*}*/
.s_nm_2 {
    padding: 50px 0px;
}

.title_s_nm_2 {
    font-size: 60px;
    color: #1c3367;
    margin-bottom: 5px;
}

.s_nm_2_1 {
    font-size: 25px;
    color: #057bb9;
}

.s_nm_2_2 {
    margin-top: 30px;
}

    .s_nm_2_2 .item {
        height: 434px;
        width: 100%;
        background: url("../images/bg_khoahoc_2.png") no-repeat;
        padding: 70px 50px 75px;
        margin: 0px auto;
        max-width: 100%;
        margin-bottom: 30px;
        background-position: center;
    }

    .s_nm_2_2 h3 {
        font-size: 20px;
        color: #125ca5;
        font-family: Bold;
    }

    .s_nm_2_2 p {
        margin-bottom: 0px;
    }

.s_nm_3 {
    padding: 50px 0px;
    background: url("../images/bg_khoahoc_3.png") no-repeat;
    background-size: 100%
}

.s_nm_3_2 {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    position: relative;
}

    .s_nm_3_2:after {
        position: absolute;
        content: '';
        width: 89px;
        height: 3px;
        background: url("../images/load.png") no-repeat;
        bottom: -25px;
        left: 0px;
    }

.s_nm_3_1 img {
    padding-top: 50px;
    padding-left: 50px;
    z-index: 99999;
}

.s_nm_3_1 {
    position: relative;
    z-index: 9;
}

.s_nm_3_1_1 {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    content: '';
    position: absolute;
    background: #057bb9;
    z-index: -1;
}

.s_nm_3_1_3 {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    content: '';
    position: absolute;
    background: transparent;
    z-index: -1;
    border: 1px solid #dddddd;
    top: 25px;
    left: 25px;
}

.title_s_nm_3 {
    font-size: 40px;
    color: #1c3367;
    margin-bottom: 5px;
}

.s_nm_4_1 {
    font-size: 28px;
    color: #057bb9;
}

.s_nm_4 {
    padding: 50px 0px;
}

.s_nm_4_2_1 img {
    height: 500px;
    object-fit: cover;
}

.s_nm_4_2 {
    margin: 0px -10px;
}

    .s_nm_4_2 > div {
        padding: 0px 10px;
    }

.s_nm_4_2_2 .item {
    margin-bottom: 20px;
}

    .s_nm_4_2_2 .item:last-child {
        margin-bottom: 0px;
    }

.s_nm_4_2_2 img {
    height: 110px;
    object-fit: cover;
}

.s_nm_4_2 {
    margin-top: 30px;
}

.s_nm_4_2_1 .i_ab_2 {
    width: 100px !important;
    height: 100px !important;
}

.s_nm_4_2_2 .i_ab_2 {
    width: 40px !important;
    height: 40px !important;
}

.more_sanphamhovien {
    margin-top: 40px;
}
/*khóa học đào tạo*/
.l_1 {
    padding: 50px 0px;
}

.l_1_1 ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    float: left;
}

    .l_1_1 ul li {
        height: 58px;
        border-radius: 10px;
        line-height: 58px;
        font-size: 16px;
        font-family: Bold;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
        position: relative;
        float: left;
        width: 100%;
    }

        .l_1_1 ul li span {
            position: absolute;
            top: 55%;
            transform: translateY(-50%);
            font-size: 30px;
            font-family: SAMSUNG;
            font-weight: bold;
        }

        .l_1_1 ul li:nth-child(2n+1) span {
            left: -60px;
        }

        .l_1_1 ul li:nth-child(2n) span {
            right: -60px;
        }

        .l_1_1 ul li:nth-child(2n+1)::before {
            left: -100px;
        }

        .l_1_1 ul li:nth-child(2n)::before {
            right: -100px;
        }

        .l_1_1 ul li:nth-child(1) span, .l_1_1 ul li:nth-child(4) span, .l_1_1 ul li:nth-child(7) span, .l_1_1 ul li:nth-child(10) span {
            color: #1c3367;
        }

        .l_1_1 ul li:nth-child(2) span, .l_1_1 ul li:nth-child(5) span, .l_1_1 ul li:nth-child(8) span, .l_1_1 ul li:nth-child(11) span {
            color: #0065b0;
        }

        .l_1_1 ul li:nth-child(3) span, .l_1_1 ul li:nth-child(6) span, .l_1_1 ul li:nth-child(9) span, .l_1_1 ul li:nth-child(12) span {
            color: #057bb9;
        }

        .l_1_1 ul li:nth-child(1), .l_1_1 ul li:nth-child(4), .l_1_1 ul li:nth-child(7), .l_1_1 ul li:nth-child(10) {
            background: #1c3367;
        }

        .l_1_1 ul li:nth-child(2), .l_1_1 ul li:nth-child(5), .l_1_1 ul li:nth-child(8), .l_1_1 ul li:nth-child(11) {
            background: #0065b0;
        }

        .l_1_1 ul li:nth-child(3), .l_1_1 ul li:nth-child(6), .l_1_1 ul li:nth-child(9), .l_1_1 ul li:nth-child(12) {
            background: #057bb9;
        }

        .l_1_1 ul li:nth-child(1)::before, .l_1_1 ul li:nth-child(4)::before, .l_1_1 ul li:nth-child(7)::before, .l_1_1 ul li:nth-child(10)::before {
            width: 114px;
            height: 114px;
            background: url("../images/l-1.png") no-repeat;
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .l_1_1 ul li:nth-child(2)::before, .l_1_1 ul li:nth-child(5)::before, .l_1_1 ul li:nth-child(8)::before, .l_1_1 ul li:nth-child(11)::before {
            width: 114px;
            height: 114px;
            background: url("../images/l-2.png") no-repeat;
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .l_1_1 ul li:nth-child(3)::before, .l_1_1 ul li:nth-child(6)::before, .l_1_1 ul li:nth-child(9)::before, .l_1_1 ul li:nth-child(12)::before {
            width: 114px;
            height: 114px;
            background: url("../images/l-3.png") no-repeat;
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

.l_1_1 {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.l_2 {
    padding: 50px 0px;
    background: url(../images/bg_se_2.png);
}

.l_2_1 {
    position: relative;
    padding: 0px 90px;
}

    .l_2_1:before {
        content: '';
        background: url("../images/r-1.png") no-repeat;
        width: 38px;
        height: 32px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .l_2_1:after {
        content: '';
        background: url("../images/r-2.png") no-repeat;
        width: 38px;
        height: 32px;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .l_2_1 p {
        font-size: 16px;
    }

.title_l_3 {
    font-size: 40px;
}

.l_3 {
    padding: 50px 0px;
}

.l_3_1 {
    margin-top: 30px;
}

.l_1_1 ul li p {
    /* margin-bottom: 0px; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.item_new_img img {
    height: 230px;
    object-fit: cover;
}

.pagination a:hover:not(.active) {
    background-color: transparent;
    color: #1c3367;
}

.box_section_khoahoc .img_hover img {
    height: 241px;
    object-fit: cover;
}
/*css for table lich khai giang*/
.dataTables-opening {
    border: none !important;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 0;
}

    .dataTables-opening tr {
        padding-bottom: 1em;
    }

    .dataTables-opening thead th {
        background-color: #0065b0;
        color: #ffffff;
        vertical-align: middle !important;
        font-size: 15px;
        font-family: 'Bold';
        border: none !important;
        padding: 10px 20px !important;
    }

    .dataTables-opening > thead > tr > th:first-child {
        /*-moz-border-radius-bottomleft: 15px;*/
        -moz-border-radius-topleft: 15px;
        /*border-bottom-left-radius: 15px;*/
        border-top-left-radius: 15px;
    }

    .dataTables-opening > thead > tr > th:last-child {
        /*-moz-border-radius-bottomright: 15px;*/
        -moz-border-radius-topright: 15px;
        /*border-bottom-right-radius: 15px;*/
        border-top-right-radius: 15px;
    }

    .dataTables-opening tbody tr td {
        padding: 0px 0;
        background-color: #e3f7fc !important;
        vertical-align: middle;
        border-top: 10px solid #ffffff;
        border-bottom: 10px solid #ffffff;
        border-left: none;
        border-right: none;
    }

    .dataTables-opening tbody tr:last-child td:last-child {
        /*border-bottom: 0px solid #ffffff;*/
        /*border-bottom-left-radius: 10px !important;*/
        border-bottom-right-radius: 10px !important;
    }

    .dataTables-opening tbody tr:last-child td:first-child {
        /*border-bottom: 0px solid #ffffff;*/
        border-bottom-left-radius: 10px !important;
        /*border-bottom-right-radius: 10px !important;*/
    }

    .dataTables-opening tbody tr td span, .dataTables-opening tbody tr td > a {
        /*background-color: #e3f7fc !important;*/
        font-family: 'Bold';
        display: block;
        width: 100%;
        padding: 15px;
    }

        .dataTables-opening tbody tr td span .btn-opening {
            height: auto;
            background: transparent;
            border: 1px solid #011e99;
            border-radius: 5px;
            padding: 5px 10px;
        }


.heading {
    margin-bottom: 30px;
}

    .heading h2 {
        font-weight: 700;
        font-size: 37px;
        font-family: 'Roboto', sans-serif !important;
        color: #0065b0;
        text-transform: uppercase;
        text-align: center;
    }

.d740 {
    border: 1px #1a1f57 solid;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
}

.d748 {
    position: absolute;
    top: 50%;
    left: 105px;
    line-height: 1.3;
    transform: translateY(-50%);
}

.d125 {
    border: 1px rgb(18, 34, 87) solid;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 30px;
}

.d130 {
    border-radius: 7px;
}

.d133 {
    color: #0067b0;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0.5rem;
}

.d134 {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
}

.d141 {
    margin-top: 10px;
    margin-bottom: 0;
}

.d142 {
    padding: 9px 14px;
    font-weight: 400;
}

.btn-my {
    box-shadow: 0 1px 6px #66cdee;
    color: #2F3589;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
}

.btn {
    transition: .3s;
    text-shadow: none !important;
    border: none;
    font-size: 14px;
}

    .btn + .btn.d142 {
        background: linear-gradient(90deg, #339df0,#0573b1);
        color: #fff;
        margin-left: 7px;
    }
