﻿@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 0
    }
}
@font-face {
    font-family: kechuyen;
    src: url(../fonts/UVNKECHUYEN2.TTF);
}
.pl-10 {
    padding-left: 10px;
}
.pl-25 {
    padding-left: 25px;
}
.khoa-hoc-container {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #E5E5E5;
}
    .khoa-hoc-container .section-title {
        margin-bottom: 40px
    }
    .khoa-hoc-container .tieu-de-muc {
        text-align: center;
        font-size: 40px;
    }
    .khoa-hoc-container .double-line-bottom {
        width: 280px;
        margin: auto;
    }
    .khoa-hoc-container .tranning-list {
        max-width: 1720px;
        margin: 0 auto;
    }
    .khoa-hoc-container .tranning-inner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
.tranning-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 15px;
}
.trainning-title {
    color: #002f5a;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
    font-family: 'Roboto', Arial;
    padding: 6px 0;
    display: none;
}
.tranning-list-terms {
    display: flex;
    flex-wrap: wrap;
    /*margin: 15px 0 40px;*/
    justify-content: center;
}
.heading-font {
    font-family: "Open Sans", sans-serif;
    color: #273044;
}
.tranning-list-term {
    padding: 6px 10px;
    margin: 7px 4px;
    /*line-height: 26px;*/
    border-radius: 20px;
    cursor: pointer;
    transition: .5s ease;
    color: #0082c8;
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
}
    .tranning-list-term.active {
        background-color: #ee8306;
        color: #fff !important;
        box-shadow: none;
    }
    .tranning-list-term:hover {
        background-color: #ee8306;
        color: #fff !important
    }
.tranning-list-grid {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -10px;*/
    font-family: "Open Sans", sans-serif;
    padding: 10px;
}
    .tranning-list-grid .tranning-single {
        position: relative;
        width: 16.6666%;
        margin: 0 0 15px;
        transition: .3s ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 0 2px;
        height: 100%;
        min-width: 280px;
    }
.tranning-list .tranning-list-grid.loading .tranning-single {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}
.tranning-list-grid .tranning-single-inner {
    height: 100%;
    background-color: #fff;
    margin: 3px 10px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 10px;
    padding: 4px;
}
    .tranning-list-grid .tranning-single-inner .border-overlay {
        position: absolute;
        top: -2px;
        left: -2px;
        width: 0px;
        height: 0px;
        transition: all 0.3s linear;
        border: 0px solid #ff6600;
        border-radius: 10px;
    }
    .tranning-list-grid .tranning-single-inner:hover .border-overlay {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        border-width: 3px;
    }
.tranning-list-grid .tranning-single-inner-image {
    width: auto;
    min-width: 100%;
    position: relative;
    padding: 0px 0px 15px;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
    .tranning-list-grid .tranning-single-inner-image .new-trainning {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        z-index: 10;
        background-image: url("/template/frontend/images/new2.png");
        height: 50px;
        background-size: contain;
    }
.tranning-list-grid .tranning-single-inner-image-container {
    overflow: hidden;
    /*
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    */
}

.tranning_lazy_image {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 59.6667%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
    .tranning_lazy_image img {
        width: 100%;
        border-radius: 6px;
    }
.tranning-single-inner-info {
    padding: 0 10px 10px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tranning-single-title h5 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #e0e0e0;
    color: #273044;
    height: 60px;
    overflow: hidden;
}
    .tranning-single-title h5:hover {
        color: #FD6504;
    }
.tranning-single-meta {
    display: flex;
    align-items: center;
    min-height: 28px;
    font-size: 13px;
}
    .tranning-single-meta .average-rating-stars-top {
        width: 66%;
        display: flex;
    }
.tranning-single .star-rating {
    margin-top: 4px;
    width: 75px;
    height: 13px;
    margin-top: 4px;
    background: url(/template/frontend/images/star_empty.svg) left top repeat-x;
}
    .tranning-single .star-rating > span {
        display: block;
        text-indent: -9999px;
        line-height: 1;
        background: url(/template/frontend/images/star_full.svg) left top repeat-x;
    }
.tranning-single-meta .duration {
    flex: 0 0 auto;
    font-weight: bold;
    color: #555;
    width: 110px;
    flex-grow: 1;
}
    .tranning-single-meta .duration:before {
        content: url(/template/frontend/images/clock-icon.svg);
        display: inline-block;
        height: 16px;
        margin-right: 0.5rem;
        vertical-align: text-bottom;
    }
.tranning-single-meta .prices {
    flex: 1 0 auto;
    text-align: left;
    font-weight: bold;
}
    .tranning-single-meta .prices .price {
        color: #555;
    }
        .tranning-single-meta .prices .price:before {
            content: url(/template/frontend/images/price-icon-white.png);
            display: inline-block;
            height: 16px;
            margin-right: 0.5rem;
            vertical-align: text-bottom;
        }
        .tranning-single-meta .prices .price.old {
            font-weight: normal;
        }
        .tranning-single-meta .prices .price.old-gach {
            text-decoration: line-through;
            font-weight: normal;
        }
            .tranning-single-meta .prices .price.none {
                padding: 11px 0;
                text-align: right;
            }
            .tranning-single-meta .prices .price-special {
                color: #ee8306;
                padding-top: 4px;
            }
    .tranning-single-meta .prices .price-special a {
        color: #ee8306;
        cursor: pointer;
    }
        .tranning-single-meta .prices .price-special a:hover {
            color: #0082c8;
        }
        .tranning-single-meta .prices .price-special:before {
            content: url(/template/frontend/images/home/price-special-icon.png);
            display: inline-block;
            height: 17px;
            margin-right: 0.5rem;
            vertical-align: text-bottom;
        }

.stm_lms_courses__single--price {
    margin-left: auto;
    text-align: right;
}
.tranning-list .tranning-all-courses a.btn.btn-default {
    background-color: #ee8306;
    border-color: #ee8306;
    font-family: Montserrat, "Open Sans", sans-serif;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    min-width: 135px;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 40px;
}
    .tranning-list .tranning-all-courses a.btn.btn-default:hover {
        background-color: #0082c8;
        border-color: #0082c8;
    }
.tin-tuc-thong-bao {
    position: relative;
    background-image: url("/template/frontend/images/home/bg-thong-bao-chung.jpg");
    background-position-y: center;
}
/*.thong-bao-chung-container {
    background-image: url(../images/news-background.png);
    background-size: cover;
    padding: 60px 0 30px;
    font-family: "Open Sans", sans-serif;
}*/
.thong-bao-chung-container {
    font-family: Roboto, "Open Sans", sans-serif;
    /*background-color: #E0E0E0;
    padding: 30px 0 100px;
    background-image: url(../images/home/bg-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;*/
}
/*
    .thong-bao-chung-container:before {
        content: '';
        background-image: linear-gradient(#0e65b0, #134896);
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 30px;
    }
    .thong-bao-chung-container:after {
        content: '';
        background-image: url('/template/frontend/images/home/bg-map.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        height: 100%;
        display: block;
        position: absolute;
        top: 30px;
        width: 100%;
    }
    */
    /*.thong-bao-chung-container .khung-thong-bao {
        height: 100%;
        position: relative;
        padding: 30px;
        overflow: hidden;
        background-image: url('/template/frontend/images/home/thong-bao-khai-giang-bg.png');
        background-repeat: no-repeat;
        background-position: top center;
    }*/
    .thong-bao-chung-container .khung-thong-bao {
        position: relative;
        overflow: hidden;
        display: flex;
        width: 100%;
        flex-basis: 0;
        align-items: flex-end;
        z-index: 1;
        max-width: 1720px;
        margin: auto;
        padding: 10px;
    }
    .thong-bao-chung-container .khoa-hoc {
        width: 90%;
        background-image: url('/template/frontend/images/home/bg-tong-khai-giang.png');
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-size: 100%;
        padding: 10px 0 20px;
        height: 185px;
    }
        .thong-bao-chung-container .khoa-hoc h1 {
            font-size: 44px;
        }
        .thong-bao-chung-container .khoa-hoc h2 {
            /*letter-spacing: 3px;*/
            font-size: 30px;
        }
        .thong-bao-chung-container .khoa-hoc h3 {
            /*letter-spacing: 3px;*/
        }
    .thong-bao-chung-container .tien-ich {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 1 0px;
        margin: 4px 10px;
        height: 250px;
        overflow: hidden;
        justify-content: flex-end;
        background-position-x: center;
    }
        .thong-bao-chung-container .tien-ich img {
            max-height: 80px;
            -webkit-filter: drop-shadow(3px 3px 8px #051730);
            filter: drop-shadow(5px 10px 5px #051730);
            margin-bottom: 10px;
        }
        .thong-bao-chung-container .tien-ich.lich-thi-chung-chi img {
            max-height: unset;
            height: 150px;
            margin-bottom: 20px;
        }

        .thong-bao-chung-container .khoa-hoc span {
            color: #f0e33f;
            line-height: 40px;
        }
    .thong-bao-chung-container .dang-ky {
        text-align: center;
        /*margin-top: 50px;*/
        padding: 10px;
    }
    .thong-bao-chung-container .tra-cuu-diem-thi {
        border-radius: 10px;
        background-image: url("/template/frontend/images/home/bg-tra-cuu-diem-thi.jpg");
        padding: 15px 0;
    }
    .thong-bao-chung-container .lich-thi-chung-chi {
        border-radius: 10px;
        background-image: url("/template/frontend/images/home/bg-lich-thi-chung-chi.jpg");
        padding: 15px 0;
    }
    .thong-bao-chung-container .tra-cuu-chung-chi {
        border-radius: 10px;
        background-image: url("/template/frontend/images/home/bg-tra-cuu-chung-chi.jpg");
        padding: 15px 0;
    }
.loading {
    min-height: 100px;
    position: relative;
}
    .loading::before {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -15px;
        border: 2px solid rgba(0,0,0,.5);
        border-radius: 30px;
        height: 30px;
        width: 30px;
        -webkit-animation: pulsate 1.5s ease-out;
        animation: pulsate 1.5s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 0;
        z-index: 99;
    }
.lazy {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1.5s;
}
    .lazy.visible {
        opacity: 1;
        transform: translate(0, 0);
    }
div:has( > .lazy), div:has( > .lazy-down) {
    overflow: hidden;
}
.lazy-down {
    opacity: 0;
    transform: translate(0, -10vh);
    transition: all 1.5s;
}

    .lazy-down.visible {
        opacity: 1;
        transform: translate(0, 0);
    }

/* Image zoom */
/* The Image container */
.giang-vien-item img {
    width: 100%;
    border-radius: 50%;
}
.giang-vien-item .img-hover-zoom {
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: auto;
}
.lien-he .img-hover-zoom {
    /*height: 580px; *//* Modify this according to your need */
    overflow: hidden; /* Removing this will break the effects */
    border-radius: 6px;
}

/* Point-zoom Container */
.giang-vien-item .img-hover-zoom--point-zoom img {
    transform-origin: 55% 35%;
    transition: transform 1s, filter .5s ease-out;
}
.lien-he .img-hover-zoom--point-zoom img {
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out;
}

/* The Transformation */
.giang-vien-item .img-hover-zoom--point-zoom:hover img {
    transform: scale(1.5);
}
.lien-he .img-hover-zoom--point-zoom:hover img {
    transform: scale(2);
}
/* End Image zoom */
.footer img {
    max-width: 200px;
}

.tien-ich .tien-ich-mo-ta {
    min-height: 120px;
    padding: 20px 0 20px 20px;
    border: 3px solid #0080c5;
    border-radius: 15px;
    padding-left: 50px;
    text-align: center;
    margin: 32px 50px 0 150px;
    padding-right: 5px;
}

.tien-ich-mo-ta > a > img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 200px;
}

.tien-ich-mo-ta h3 {
    font-size: 20px;
    margin-top: 0;
}

.tien-ich a {
    color: #fff;
}

    .tien-ich a:hover {
        color: #ff9841;
    }
.tien-ich h3 {
    font-weight: 600;
    font-size: 24px;
}
.tien-ich p {
    color: #ffffff;
    margin: 0;
}
/*
.tien-ich.lich-thi-chung-chi h3 {
    background-color: #ee8306;
    border: 1px solid #ee8306;
    padding: 6px 15px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px #543005;
}

    .tien-ich.lich-thi-chung-chi h3:hover {
        background-color: #fff;
        color: #ee8306;
    }
*/
    .tien-ich.lich-thi-chung-chi p {
        font-size: 18px;
        margin-bottom: 0;
    }
.tien-ich .canh-le {
    /*max-height: 175px;*/
    overflow: hidden;
    margin-top: 20px;
    padding: 0 5px;
    min-height: 210px;
}

.lich-thi {
    font-size: 16px;
    /*position: absolute;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*z-index: 1;
    bottom: 0;*/
    width: 100%;
}
    .lich-thi .tieu-de {
        font-size: 38px;
        padding: 5px 20px;
        background-color: #fff;
        margin: auto;
        position: absolute;
        top: -30px;
        left: calc(50% - 150px);
        width: 300px;
        color: #ee8306;
        border-radius: 20px;
        font-weight: 700;
        border: 2px solid #fff;
    }
    .lich-thi:hover .tieu-de {
        border: 2px solid #ee8306;
    }
    .lich-thi .thong-bao-thi {
        font-size: 26px;
        font-weight: bold;
        padding-top: 10px;
        /* margin-top: 25px; */
        line-height: 120%;
        margin-bottom: 0;
        color: #074578;
        text-transform: uppercase;
    }
    .lich-thi p {
        font-size: 24px;
        margin: 0 0 10px;
        color: #4aa4f2;
    }
    .lich-thi .khoa-hoc {
        padding: 15px 10px;
        text-align: center;
    }
        .lich-thi .khoa-hoc h1, .lich-thi .khoa-hoc h2, .lich-thi .khoa-hoc h3 {
            text-align: center;
            color: #3b699b;
            font-weight: 700;
            font-size: 24px;
            line-height: 1.3em;
        }
        .lich-thi .khoa-hoc span {
            color: #ee8306;
        }
    .lich-thi .dang-ky .btn {
        background-color: #ee8306;
        border-color: #ee8306;
        font-family: Montserrat, "Open Sans", sans-serif;
        line-height: 14px;
        font-size: 16px;
        color: #fff;
        min-width: 135px;
        padding: 15px 20px;
        font-weight: 600;
        border-radius: 40px;
        box-shadow: 0px 2px 8px #bd9971;
    }

        .lich-thi .dang-ky .btn:hover {
            background-color: #ee8306;
            border-color: #ee8306;
            color: #fff;
        }
.hoc-vien-container .tieu-de-muc img {
    height: 30px;
    vertical-align: text-top;
}
.hoc-vien-container .cam-nhan-wrap .user-img {
    border: 5px solid #fff;
}

.gioi-thieu .bieu-tuong {
    font-size: 40px;
    line-height: 66px;
    letter-spacing: -.05em;
    white-space: nowrap;
}

    .gioi-thieu .bieu-tuong span {
        font-size: 40px;
        line-height: 70px;
        display: inline-block;
        vertical-align: top;
        font-weight: 300;
    }

.gioi-thieu .tieu-de-thong-ke {
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    margin: 20px auto 50px;
    font-weight: 700;
    color: #167ce9;
}
    .gioi-thieu .tieu-de-thong-ke img {
        margin: 0 5px;
    }
    .gioi-thieu .tieu-de-thong-ke span {
        margin: 0 15px;
    }

.gioi-thieu .group-thong-ke {
    margin: 20px auto;
    font-family: sans-serif;
}

    .gioi-thieu .group-thong-ke img {
        height: 90px;
    }

.gioi-thieu .noi-dung-thong-ke {
    font-size: 16px;
    color: #0080c5;
    font-weight: 600;
}

#lien-he > div {
    padding: 10px;
}

#lien-he .col1 {
    float: left;
    width: 30%;
}

    .col1 p {
        display: inline;
    }

#lien-he .col2 {
    float: left;
    width: 70%;
}

#lien-he .co-so ul {
    padding-left: 25px;
    list-style-type: square;
}

    #lien-he .co-so ul ul {
        list-style-type: disc;
    }

#lien-he .ban-do {
    display: block;
    width: 100%;
}

.ban-do-mobile {
    display: none;
}

.slider-container {
    width: 86%;
    left: 7%;
    position: relative;
}
/* cảm nhận học viên*/
.cam-nhan-hoc-vien {
    /* background-image: url('/template/frontend/images/home/bg-cam-nhan2.jpg'); */
    /* background-repeat: no-repeat; */
    background-color: rgba(24,77,144,0.5);
    padding-bottom: 30px;
    padding-top: 10px;
    /* position: absolute; */
    /* left: 2%; */
    /* bottom: -200px; */
    /* width: 96%; */
    /* border-radius: 10px; */
    /* z-index: 100; */
    /* background-position: center center; */
}
.cam-nhan-title {
    color: #ffffff;
    text-align: center;
    padding: 30px 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    /* background: url('/template/frontend/images/home/bg-header-line-hoc-vien.png');*/
    background-repeat: no-repeat;
    background-position: center left;
    /* max-width: 90%; */
    /* background-size: contain; */
    margin: auto;
}
.cam-nhan-item {
    padding: 10px;
    position: relative;
    font-size: 15px;
}
    .cam-nhan-item .user-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: absolute;
        left: 18px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border: 5px solid #fff;
    }
    .cam-nhan-item .item-text {
        /*background: url('/template/frontend/images/home/bg-cam-nhan-item.png');*/
        /*height: 220px;*/
        max-width: 384px;
        background-size: contain;
        background-repeat: no-repeat;
        /*padding: 20px;*/
        color: #2d4686;
        margin-top: 35px;
        margin-left: 0px;
    }
.user-info {
    padding-left: 80px;
    text-align: center;
    /*margin-bottom: 10px;*/
    height: 70px;
    padding-top: 10px;
    background: url(/template/frontend/images/home/bg-cam-nhan-item.png);
    background-size: 100%;
}
.name a {
    color: #2d4686;
    font-size: 15px;
    font-weight: 600;
}
.user-info .position {
    font-size: 14px;
    color: #8d9db9;
    height: 20px;
    display: block;
}
.noi-dung-cam-nhan {
    padding: 0 20px;
    text-align: justify;
    background: url(/template/frontend/images/home/bg-cam-nhan-item-body.png);
    background-size: 100%;
    position: relative;
    height: 130px;
    margin: 0;
}
.cam-nhan-footer {
    background: url(/template/frontend/images/home/bg-cam-nhan-item-footer.png);
    height: 33px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.slick-prev:before {
    content: '';
    background-image: url('/template/frontend/images/home/button-prev.png');
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -20px;
}
/*.slick-prev:after {
    content: '';
    background: url('/template/frontend/images/home/bg-cam-nhan-button-prev.png');
    display: block;
    width: 150px;
    height: 220px;
    background-size: contain;
    margin-left: -101px;
    background-repeat: no-repeat;
    position: absolute;
    top: -410%;
}*/

.slick-next:before {
    content: '';
    background-image: url('/template/frontend/images/home/button-next.png');
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
/*.slick-next:after {
    content: '';
    background: url('/template/frontend/images/home/bg-cam-nhan-button-next.png');
    display: block;
    width: 150px;
    height: 220px;
    background-size: contain;
    margin-left: -8px;
    background-repeat: no-repeat;
    position: absolute;
    top: -410%;
}*/

/*end cảm nhận*/
.thong-ke {
    background: url('/template/frontend/images/home/bg-gradient-map-bottom3.png');
    height: 285px;
    /*background-size: cover;*/
    background-repeat: repeat-x;
    background-position-y: bottom;
    z-index: 99;
    position: relative;
    padding-top: 20px;
}
.tieu-de-thong-ke {
    font-family: kechuyen;
    font-size: 32px;
    color: #0583f2;
    width: 650px;
    margin: auto;
    padding: 20px 0;
    margin-bottom: 20px;
    position: relative;
}
    .tieu-de-thong-ke span {
        margin-right: 10px;
    }
    .tieu-de-thong-ke:before {
        content: '';
        border-bottom: 2px solid #0583f2;
        width: 100px;
        height: 20px;
        display: block;
        position: absolute;
        left: -110px;
        bottom: 35px;
    }
    .tieu-de-thong-ke:after {
        content: '';
        border-bottom: 2px solid #0583f2;
        width: 100px;
        height: 20px;
        display: block;
        position: absolute;
        right: -80px;
        bottom: 35px;
    }
.thong-ke .bieu-tuong {
    color: #ff8621;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}
.thong-ke .noi-dung-thong-ke {
    text-align: center;
    color: #097ab6;
    font-size: 20px;
    font-weight: 500;
}
.map {
    margin-top: -55px;
    position: relative;
    display: flex;
    justify-content: center;
}
/*
.lien-he-dang-ky {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: 99;
}
.lien-he-tu-van {
    background-color: #0076b4;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0px 0px 8px #064c70;
    margin: 0 10px;
}
.dang-ky-hoc {
    background-color: #02b966;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0px 0px 8px #055833;
    margin: 0 10px;
}
.lien-he-tu-van a, .dang-ky-hoc a {
    color: #ffffff;
}
.lien-he-tu-van img, .dang-ky-hoc img {
    width: 25px;
}
    */
.lien-he {
    margin: 0;
    left: 8px;
    position: absolute;
    width: 390px;
    top: 8px;
    z-index: 99;
}
.co-so .tieu-de {
    display: flex;
}
    .co-so .tieu-de img {
        height: 30px;
        margin-right: 10px;
    }
.co-so .tien-ich img {
    height: 30px;
    margin-right: 10px;
}
.noi-dung > .info {
    display: flex;
    padding: 5px 0;
    align-items: center;
}
    .noi-dung > .info > .icon {
        width: 40px;
        text-align: center;
    }
        .noi-dung > .info > .icon > img {
            width: 20px;
        }
    .noi-dung > .info > .dien-thoai {
        font-size: 18px;
        color: #00a504;
        font-weight: 500;
    }
.dien-thoai > span {
    color: #939598;
}
.noi-dung > .info > .dia-chi, .noi-dung > .info > .ghi-chu {
    font-size: 15px;
}
.dia-chi > span, .ghi-chu > span {
    font-weight: 500;
    color: #1c75bc;
}
.info > .ghi-chu > ul {
    list-style: square;
    margin-left: 15px;
    padding-left: 15px;
}
    .info > .ghi-chu > ul > li > ul {
        list-style: circle;
        margin-left: 15px;
        padding-left: 15px;
    }
/*Footer*/
.footer {
    background-color: rgba(0, 59, 147, 0.7);
    display: flex;
    width: 100%;
    margin: 0;
    background-image: url('/template/frontend/images/bg-footer.jpg');
}
.footer ul {
    list-style: disc;
    padding-left: 20px;
    margin-left: 20px;
}
    /*.footer:before {
        content: '';
        background-image: url('/template/frontend/images/home/bg-giang-vien2.jpg');
        height: 171px;
        position: absolute;
        width: 100%;
        background-position-y: center;
        z-index: -1;
    }*/
.chi-nhanh {
    width: 67%;
    padding: 20px 0 20px 40px;
}
.chinh-sach {
    width: 33%;
    padding: 20px 0 20px 40px;
    display: flex;
    /*background-color: rgba(1, 108, 223, 0.5);*/
    align-items: center;
}
.tencs {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    /* border-bottom: 1px solid; */
    margin-bottom: 3px;
    color: #4ce9fa !important;
}
.nhomcs {
    color: #FFF;
    padding-left: 0;
    line-height: 26px
}
    .nhomcs.cs-chinh:after {
        content: '';
        border-right: 1px solid #4ce9fa;
        height: 80px;
        display: block;
        position: absolute;
        right: 15px;
        bottom: 0;
    }
.chinh-sach .tieu-de {
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
}
.chinh-sach a {
    color: #fff;
}
    .chinh-sach a:hover {
        color: #ff8621;
    }
.social-link {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
.social-icon-1 {
    margin-bottom: 20px;
}
    .social-icon-1 img {
        height: 40px;
    }
.social-icon-2 img {
    height: 65px;
}
.copyright {
    color: #4ce9fa;
    font-style: italic;
    font-size: 14px;
    padding-top: 25px;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .khoa-hoc-container .tieu-de-muc {
        font-size: 28px;
    }

        .khoa-hoc-container .tieu-de-muc img {
            width: 50px;
        }

    .category-search .border-textbox {
        border: 1px solid #888;
        border-radius: 6px;
    }

    .khoa-hoc-container .section-title {
        margin-bottom: 20px
    }

    .tranning-list-grid .tranning-single {
        width: 100%;
    }

    .tranning-list-grid .tranning-single {
        margin: 0 0 30px;
    }

    .tranning-single-inner-image-container img {
        width: 100%;
    }
    .tin-tuc-thong-bao {
        background-image: none;
    }
    .lich-thi .khoa-hoc h3 {
        font-size: 18px;
    }
    .section-title {
        padding: 0 15px;
    }

    .dich-vu .canh-le {
        margin-bottom: 20px;
    }

    .dich-vu h3 {
        font-size: 20px;
    }

    .lien-he {
        padding: 15px;
        position: static;
    }

    .footer img {
        margin-right: 20px;
    }

    .thong-bao-chung-container {
        padding: 0px !important;
        background-size: 320% !important;
        background-position-x: -150px !important;
    }
    /*
        .thong-bao-chung-container:before {
            top: 0px;
        }
        .thong-bao-chung-container:after {
            background: none;
        }
        */
        .thong-bao-chung-container .khung-thong-bao {
            background-image: none;
        }
        .thong-bao-chung-container .khoa-hoc h1 {
            font-size: 30px;
        }
        .thong-bao-chung-container .khoa-hoc h2 {
            letter-spacing: 0px;
            font-size: 30px;
        }
        .thong-bao-chung-container .khoa-hoc h3 {
            letter-spacing: 0px;
            font-size: 20px;
        }
        .thong-bao-chung-container .tien-ich.lich-thi-chung-chi:before, .thong-bao-chung-container .tien-ich.lich-thi-chung-chi:after {
            content: '';
            background-image: url('/template/frontend/images/home/under-line.png');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            height: 3px;
            width: 50%;
            border-radius: 40%;
        }
        .thong-bao-chung-container .khoa-hoc {
            background-size: cover;
            background-position-x: -1850px;
        }
    .tieu-de-giao-vien {
        background: none;
        flex-direction: column;
        padding: 10px;
    }
        .tieu-de-giao-vien:after {
            content: '';
            background-image: url('/template/frontend/images/home/under-line.png');
            background-repeat: no-repeat;
            background-size: contain;
            height: 10px;
            width: 90%;
            margin-top: 10px;
        }
    .tien-ich.lich-thi-chung-chi h3 {
        margin: 5px 15px;
        text-align: center;
    }
    .lich-thi {
        position: relative;
    }
    .lich-thi .tieu-de {
        font-size: 28px;
    }

        .lich-thi .tieu-de img {
            width: 40px;
        }

    .lich-thi .thong-bao-thi {
        font-size: 26px;
    }

    .lich-thi p {
        font-size: 22px;
    }
    .cam-nhan-hoc-vien {
        position: static;
        border-radius: 0;
        width: 100%;
        z-index: 1;
    }
    .cam-nhan-title {
        background: none;
        padding: 20px 0;
    }
        .cam-nhan-title:after {
            content: '';
            background-image: url('/template/frontend/images/home/under-line.png');
            display: block;
            height: 2px;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-color: #fff;
            width: 50%;
            margin: 10px auto;
            border-radius: 40%;
        }
    .user-info {
        padding-left: 0;
    }
    .cam-nhan-item .user-img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        left: calc(50% - 45px);
        top: 0px;
    }
    .cam-nhan-item .item-text {
        height: auto;
        background: none;
        background-color: #fff;
        border-radius: 20px;
        padding-top: 50px;
    }
    .thong-ke {
        height: auto;
        background: none;
        padding: 15px;
    }
    .tieu-de-thong-ke {
        width: auto;
        text-align: center;
    }
    .tieu-de-thong-ke:before, .tieu-de-thong-ke:after {
        content: none;
    }
    .map {
        margin-top: 0;
        flex-direction: column;
    }
    .footer {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .chi-nhanh {
        width: 100%;
        padding: 15px;
    }
    .nhomcs {
        padding-bottom: 20px;
    }
    .nhomcs.cs-chinh:after {
        content: none;
    }
    .copyright {
        padding-top: 0;
    }
    .chinh-sach {
        width: 100%;
        padding: 15px 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    .social-link {
        padding-left: 0;
        flex-direction: row;
    }
    .social-icon-1 {
        margin-bottom: 0;
    }
        .social-icon-1 img {
            height: 55px;
        }
    section-title p {
        font-size: 15px;
    }
    .hoc-vien-container .tieu-de-muc img {
        height: 20px;
    }
    .gioi-thieu .tieu-de-thong-ke span {
        display: block;
    }
    .slick-prev:before {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .slick-next:before {
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }
}
@media screen and (max-width: 768px) {
    .thong-bao-lich-thi {
        position: static;
        width: 99%;
        margin: auto;
        border-radius: 0;
        box-shadow: none;
    }
    .giang-vien-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
        .giang-vien-container .section-title {
            margin-bottom: 0px;
        }
    .thong-bao-chung-container {
        padding: 20px 10px 0px;
    }
    .section-title {
        padding-left: 15px
    }
        .section-title .tieu-de-muc {
            margin: 0;
        }
    .thong-bao-chung-container .khung-thong-bao {
        background-size: contain;
    }
    .thong-bao-chung-container .dang-ky {
        margin-top: 30px;
    }
    .tien-ich .canh-le {
        min-height: unset;
        max-width: 500px;
        margin: 20px auto;
    }
    .tien-ich .tien-ich-mo-ta {
        padding: 10px;
        border: 3px solid #0080c5;
        border-radius: 15px;
        text-align: center;
        margin: 0;
        overflow: hidden;
    }
    .tien-ich-mo-ta h3 > img {
        height: 50px;
        position: relative;
        display: inline-block !important;
    }
    .lich-thi {
        background-image: none;
        /*border: 3px solid #fff;*/
    }
    .section-title p {
        font-size: 15px;
    }
    .gioi-thieu .noi-dung-thong-ke {
        font-size: 15px;
        margin-bottom: 20px;
    }
    #lien-he > div {
        padding: 0;
        margin: 15px 0;
    }
    #lien-he .col1 {
        float: none;
        width: 100%;
    }

    #lien-he .col2 {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    #lien-he .ban-do {
        display: none;
    }

    #lien-he .ban-do-mobile {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width:960px) {
    .lazy {
        opacity: 1;
        transform: none;
    }
    .tranning-categories {
        flex-flow: column;
    }
    
    .thong-bao-chung-container {
        background-size: 150%;
        background-position-y: 30px;
    }
        .thong-bao-chung-container .khung-thong-bao {
            background-size: contain;
        }
        .thong-bao-chung-container .dang-ky {
            margin-top: 30px;
        }
        .thong-bao-chung-container .khung-thong-bao {
            flex-wrap: wrap;
        }
        .thong-bao-chung-container .khoa-hoc {
            width: 100%;
        }
        .thong-bao-chung-container .tien-ich {
            flex: none;
            width: 100%;
            padding-top: 20px;
        }
        .thong-bao-chung-container .dang-ky .btn {
            width: auto;
        }
    .tieu-de-giao-vien:before {
        content: none;
    }
    /*
    .thong-bao-chung-container:before {
        top: 0px;
    }
        */
    .lich-thi {
        position: relative;
    }
    .thong-bao-chung-container .khoa-hoc {
        background-position-x: -100px;
        background-size: cover;
    }
    .giang-vien-container .section-title {
        margin-bottom: 20px;
    }
    
    .giang-vien-items {
        padding-top: 20px;
    }
    .thong-bao-chung-container {
        padding: 0;
    }
    .giang-vien-container {
        padding-bottom: 20px;
    }
    .cam-nhan-hoc-vien {
        position: static;
        width: 100%;
        border-radius: 0;
    }
    
    .thong-ke {
        padding-top: 20px;
        height: auto;
    }
    .map {
        margin-top: 0;
    }
    
}

@media screen and (max-width:1024px) {
    .tien-ich h3 {
        font-size: 18px;
    }
    .tien-ich.lich-thi-chung-chi p {
        font-size: 20px;
    }
    .giang-vien-container .section-title {
        margin-bottom: 20px;
    }
    .giang-vien-items {
        padding-top: 20px;
        display: block;
    }
    .gv-image {
        margin: auto;
    }

        .gv-image.gv-1:after, .gv-image.gv-2:after, .gv-image.gv-3:after, .gv-image.gv-4:after, .gv-image.gv-5:after, .gv-image.gv-6:after, .gv-image.gv-7:after, .gv-image.gv-8:after {
            content: none;
        }
    .tieu-de-giao-vien {
        background: none;
        flex-direction: column;
        padding: 10px;
    }

        .tieu-de-giao-vien:after {
            content: '';
            background-image: url('/template/frontend/images/home/under-line.png');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            height: 2px;
            width: 50%;
            margin-top: 10px;
            border-radius: 40%;
            background-color: #fff;
        }
    .cam-nhan-title {
        background: none;
        padding: 20px 0;
    }

        .cam-nhan-title:after {
            content: '';
            background-image: url('/template/frontend/images/home/under-line.png');
            display: block;
            height: 2px;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-color: #fff;
            width: 50%;
            margin: 10px auto;
            border-radius: 40%;
        }
    .cam-nhan-item .item-text {
        max-width: 383px;
    }
    .footer {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .chi-nhanh {
        width: 100%;
        padding: 15px;
    }

    .chinh-sach {
        width: 100%;
        padding: 15px 30px;
    }
}
@media screen and (max-width:1366px) {
    .tranning-list-term {
        margin: 8px 4px;
    }
    .giang-vien-items {
        padding-top: 40px;
    }
        .giang-vien-items .col-lg-offset-2 {
            margin-left: 0;
        }

        .giang-vien-items .giang-vien-col {
            margin-bottom: 40px;
            flex: 1 1 0px;
        }
}
@media screen and (min-width:1366px) {
    .giang-vien-items {
        padding-top: 40px;
        display: flex;
    }
}