﻿body, html {
    font-family: system-ui;
}

* {
    margin: 0;
}
#fix {
    margin-left: 48px !important;
    margin-right: -15px;
}

.header {
    height: 700px;
  
    /*margin-top: -40px !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.glyphicon-chevron-left:before {
    content: '' !important;
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-top-width: 2px;
    border-top-style: solid;
    border-left-width: 2px;
    border-left-style: solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: calc(50% - 4px);
    right: calc(50% - 5px);
}

.glyphicon-chevron-right:before {
    content: '' !important;
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-top-width: 2px;
    border-top-style: solid;
    border-left-width: 2px;
    border-left-style: solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: calc(50% - 4px);
    right: calc(50% - 5px);
    -webkit-transform: rotate(135deg);
}

.header_nobanner {
    height: 100px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.header-line {
    min-height: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
/*Header-top-right-ngoaingu*/
.col-md-5.col-sm-5.col-xs-5.header-top-left {
    margin-left: 0px;
}

.header-top .header-top-right a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.header-top .header-top-right img {
    width: 24px;
}
/*Header-top-right-lienhe*/
.header-top .header-top-right .header-top-right-lienhe h3 {
    margin-left: 83px;
    float: left;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.header-top .header-top-right .header-top-right-lienhe i {
    width: 16px;
    height: 22px;
    margin-top: -5px;
    color: #fff;
}
/*Menu*/
.header-menu-right i {
    color: #fff;
    margin-top: 14px;
    font-size: 19px
}

.header-menu {
    height: 85px;
}

.header-menu-content {
    margin-top: 11px;
}

.header-menu-left {
    text-align: left;
}

    .header-menu-left img {
        width: 49%
    }

.header-menu-right {
}

.header-menu-right {
    color: #fff
}

    .header-menu-right img {
        width: 26px;
        margin-top: 13px;
    }
/*Menu-Nobanner*/
.header-nobanner {
    height: 155px;
    /*margin-top: -40px !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0px 4px 3px #efefef;
}

.header_nobanner {
    height: 100px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.header-line-nobanner {
    height: 50px;
    background: #010b48;
}

.col-md-6.header-top-right {
    padding-left: 175px;
}

.col-md-6.header-top-right-nobanner {
    padding-left: 175px;
}
/*Header-top-right-ngoaingu*/
.header-top-right-ngoaingu {
    margin-top: -10px;
    margin-left: 34px;
}

    .header-top-right-ngoaingu img {
        width: 25px
    }

.header-menu-nobanner-right i {
    color: #fff;
    margin-top: 21px;
}

.header-menu-nobanner {
    height: 100px;
}

/*.header-menu-content-nobanner {
    margin-top: 20px;
}*/

.header-menu-nobanner-left {
    text-align: left;
}

    .header-menu-nobanner-left img {
        width: 49%
    }

.header-menu-nobanner-right {
}

.header-menu-nobanner-right {
    color: #fff
}

    .header-menu-nobanner-right img {
        width: 26px;
        margin-top: 13px;
    }
/*Search*/
.gsc-table-result {
    margin-left: 10px !important;
}

.gsc-table-cell-thumbnail.gsc-thumbnail {
    display: none;
}

.search {
    text-align: center;
}

.search-box {
    width: 89%;
    height: 57px;
    background: #fff;
    border-radius: 45px;
    /* text-align: center; */
    /* align-content: center; */
    margin-left: 27%;
    margin-top: 9%;
}

.search-box-thu-thuat {
    width: 89%;
    height: 57px;
    background: #e1dddd;
    border-radius: 45px;
    /* text-align: center; */
    /* align-content: center; */
    margin-left: 27%;
    margin-top: 9%;
}

    .search-box-thu-thuat input {
        background: #e1dddd;
        width: 79%;
        height: 57px;
        outline: none;
        border: none;
        font-size: 16px;
    }

    .search-box input {
        width: 79%;
        height: 57px;
        outline: none;
        border: none;
        font-size: 16px;
    }

.search-button {
    width: 44%;
    height: 57px;
    background: #ff6a00;
    margin-top: 18%;
    margin-left: 16%;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

    .search-button input {
        text-decoration: none !important;
        color: #fff !important;
        line-height: 57px;
        font-size: 18px;
        min-width: 50px;
        border: none;
        background: none;
    }

    .search-button:hover {
        background: linear-gradient(to right,#ff6a00,#ff9e59);
        transition: all 0.5s
    }

    .search-button a {
        text-decoration: none !important;
        color: #fff !important;
        line-height: 57px;
        font-size: 18px;
    }
/*@media (min-width: 768px) and (max-width: 991px ) {
    .carousel-inner .active.left {
        left: -33.3%;
    }

    .carousel-inner .next {
        left: 33.3%;
    }

    .carousel-inner .prev {
        left: -33.3%;
    }

    .active > div:first-child {
        display: block;
    }

        .active > div:first-child + div {
            display: block;
        }

    .active > div:last-child {
        display: none;
    }
}*/
#slideCont {
    border: solid 1px #000;
    text-align: center
}

    #slideCont img {
        margin: 5px;
    }

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.img-responsive {
    width: 82% !important;
    height: 100% !important;
}
/*FORM */
.small-screen .office-form-body {
    padding: -1px 0 !important
}

@media (min-width: 992px ) {
    .carousel-inner .active.left {
        left: -16.7%;
    }

    .carousel-inner .next {
        left: 16.7%;
    }

    .carousel-inner .prev {
        left: -16.7%;
    }
}
/*@media (min-width: 768px) and (max-width: 991px ) {
    .carousel-inner .active.left {
        left: -33.3%;
    }

    .carousel-inner .next {
        left: 33.3%;
    }

    .carousel-inner .prev {
        left: -33.3%;
    }

    .active > div:first-child {
        display: block;
    }

        .active > div:first-child + div {
            display: block;
        }

    .active > div:last-child {
        display: none;
    }
}*/
/*Giao diện di động*/
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 50.5% !important;
        margin-top: 3px;
        /* line-height: 50px; */
        margin-left: 71px;
        /* padding-left: 60px; */
    }

    search {
        text-align: center;
    }

    .search-box {
        width: 89%;
        height: 57px;
        background: #fff;
        border-radius: 45px;
        /* text-align: center; */
        /* align-content: center; */
        margin-left: 27%;
        margin-top: 9%;
    }

        .search-box input {
            width: 79%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 16px;
        }

    .search-button {
        width: 44%;
        height: 57px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 16%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

        .search-button input {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
            width: 163px;
            border: none;
            background: none;
        }

        .search-button:hover {
            background: linear-gradient(to right,#ff6a00,#ff9e59);
            transition: all 0.5s
        }

        .search-button a {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
        }

    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }
}

@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    a.col-md-4 {
        margin-left: -13px;
    }

    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 50.5% !important;
        margin-top: 3px;
        /* line-height: 50px; */
        margin-left: 71px;
        /* padding-left: 60px; */
    }

    search {
        text-align: center;
    }

    .search-box {
        width: 89%;
        height: 57px;
        background: #fff;
        border-radius: 45px;
        /* text-align: center; */
        /* align-content: center; */
        margin-left: 27%;
        margin-top: 9%;
    }

        .search-box input {
            width: 79%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 16px;
        }

    .search-button {
        width: 44%;
        height: 57px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 16%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

        .search-button input {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
            width: 163px;
            border: none;
            background: none;
        }

        .search-button:hover {
            background: linear-gradient(to right,#ff6a00,#ff9e59);
            transition: all 0.5s
        }

        .search-button a {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
        }

    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .event-image {
        margin-top: 65px
    }

        .event-image img {
            height: 150px !important;
        }

    a.col-md-4 {
        margin-left: -13px;
    }

    a.col-md-4 {
        margin-left: -13px;
    }

    .banner-testcentre img {
        width: 100%;
        min-height: 190px;
    }

    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 50.5% !important;
        margin-top: 3px;
        /* line-height: 50px; */
        margin-left: 71px;
        /* padding-left: 60px; */
    }

    search {
        text-align: center;
    }

    .search-box {
        width: 89%;
        height: 57px;
        background: #fff;
        border-radius: 45px;
        /* text-align: center; */
        /* align-content: center; */
        margin-left: 27%;
        margin-top: 9%;
    }

        .search-box input {
            width: 79%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 16px;
        }

    .search-button {
        width: 44%;
        height: 57px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 16%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

        .search-button input {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
            width: 163px;
            border: none;
            background: none;
        }

        .search-button:hover {
            background: linear-gradient(to right,#ff6a00,#ff9e59);
            transition: all 0.5s
        }

        .search-button a {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
        }

    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    a.col-md-4 {
        margin-left: -13px;
    }

    a.col-md-4 {
        margin-left: -13px;
    }

    .banner-testcentre img {
        width: 100%;
        min-height: 190px !important;
    }

    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 50.5% !important;
        margin-top: 3px;
        /* line-height: 50px; */
        margin-left: 71px;
        /* padding-left: 60px; */
    }

    search {
        text-align: center;
    }

    .search-box {
        width: 89%;
        height: 57px;
        background: #fff;
        border-radius: 45px;
        /* text-align: center; */
        /* align-content: center; */
        margin-left: 27%;
        margin-top: 9%;
    }

        .search-box input {
            width: 79%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 16px;
        }

    .search-button {
        width: 44%;
        height: 57px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 16%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

        .search-button input {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
            width: 163px;
            border: none;
            background: none;
        }

        .search-button:hover {
            background: linear-gradient(to right,#ff6a00,#ff9e59);
            transition: all 0.5s
        }

        .search-button a {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
        }

    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }
}
/*.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 89.5% !important;
    margin-left: -8px;
    margin-top: 3px;
}*/
.carousel {
    position: relative;
    width: 80%;
    margin-left: 13% !important;
    margin-top: 78px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    margin-left: -26px !important;
}

.traning_slide {
    width: 104px;
    height: 110px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

    .traning_slide img {
        width: 60px;
        height: 60px;
        margin-top: 12px;
    }

    .traning_slide p {
        margin-top: -5px;
    }

    .traning_slide i {
    }
/*Nội dung giới thiệu*/
.content-about {
    width: 100%;
    min-height: 468px;
    background: #efefef;
    font-family: system-ui;
    margin-top: -10px;
    margin-left: 0px;
}

.content-about-left h3 {
    padding-left: 200px;
    font-size: 25px;
    padding-top: 36px;
    font-weight: bold;
}

.content-about-left p {
    padding-left: 200px;
    padding-right: 65px;
    font-size: 23px;
    padding-top: 36px;
    text-align: justify;
}

.content-about-right {
}

    .content-about-right img {
        width: 100%;
        height: 468px;
    }

.content-about-left a {
    text-decoration: none;
}
/*Nội dung training*/
.content-training {
    margin-bottom: 50px;
    margin-left: 10px;
}

.content-training-header {
    text-align: center
}

content-training-header h3 {
    font-weight: bold;
    font-size: 27px;
    margin-top: 75px;
    margin-bottom: 33px;
}

.content-training-header p {
    text-align: center;
    /* padding: 78px; */
    padding-left: 160px;
    padding-right: 160px;
    font-size: 18px;
    line-height: 24px;
    color: #b1acac;
    margin-bottom: 35px;
}

.content-training-item .col-md-2 {
    margin-top: 21px
}

.content-training-item img {
    width: 50px;
    height: 50px;
}

.content-training-item h3 {
    font-size: 18px;
    font-weight: bold;
}

.content-training-item p {
    text-align: justify;
    line-height: 26px;
    color: #757474;
    margin-right: 87px;
}
/*Nội dung dịch vụ*/
.content-services {
    background: #efefef !important;
}

.content-services-header {
    text-align: center
}

    .content-services-header h3 {
        font-weight: bold;
        font-size: 27px;
        margin-top: 75px;
        margin-bottom: 33px;
    }

    .content-services-header p {
        text-align: center;
        /* padding: 78px; */
        padding-left: 160px;
        padding-right: 160px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

.content-services-item {
    width: 90%;
    border: 2px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
}

    .content-services-item a {
        text-decoration: none;
    }

    .content-services-item img {
        width: 100%;
        height: 210px
    }

    .content-services-item h3 {
        padding-left: 15px;
        font-size: 18px;
        font-weight: bold;
        color: #ff6a00;
    }

    .content-services-item p {
        padding-left: 15px;
        color: #000;
    }

    .content-services-item a h3:hover {
        color: #062ad5
    }

.content-services-seemore {
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin-top: 55px;
    margin-left: 43%;
    background: #ff6a00;
    color: #fff;
    border-radius: 45px;
    font-weight: bold;
    margin-bottom: 50px
}

.content-about-seemore {
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin-top: 16px;
    margin-left: 30%;
    background: #ff6a00;
    color: #fff;
    border-radius: 45px;
    font-weight: bold;
    margin-bottom: 50px
}

    .content-about-seemore:hover {
        border: 1px solid #ff6a00;
        background: #fff;
        color: #ff6a00;
        transition: all .5s ease-in-out
    }

.content-services-seemore:hover {
    border: 1px solid #ff6a00;
    background: #fff;
    color: #ff6a00;
    transition: all 0.5s ease-in-out;
}
/*Nội dung tin tức*/
.content-news {
    background: #fff !important;
    margin-bottom: 50px
}

.content-news-header {
    text-align: center
}

    .content-news-header h3 {
        font-weight: bold;
        font-size: 27px;
        margin-top: 75px;
        margin-bottom: 33px;
    }

    .content-news-header p {
        text-align: center;
        /* padding: 78px; */
        padding-left: 160px;
        padding-right: 160px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }
/*.content-news-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all .4s;
    border-radius: 10px;
}*/
.content-news-item .content-new-item-media a:hover {
    opacity: 0.7;
    transition: all .5s
}

.content-new-item-media img {
    border-radius: 10px;
    width: 90%;
    height: 330px;
    margin-bottom: 15px;
}

.content-news-item span {
}

.content-news-item h3 {
    font-size: 16px;
    line-height: 25px;
    padding-right: 20px;
}

.content-news-item p {
    font-size: 18px;
    color: #f00;
    font-weight: bold;
}

.content-news-item a {
    text-decoration: none;
}

.content-news-icon {
    position: absolute;
    /* right: -2px; */
    /* top: -4px; */
    margin-top: 7px;
    margin-left: 10px;
    width: 7px;
    height: 7px;
    content: '';
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-width: 2px;
    border-style: solid;
    border-left: none;
    border-top: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.content-news-right {
    padding: 3px 15px;
    padding-left: 25px;
    border-radius: 10px;
    -webkit-transition: .5s all;
    transition: .5s all;
}

    .content-news-right:hover {
        box-shadow: 0 10px 24px 0 rgba(25,35,40,.1);
    }

    .content-news-right h3 {
        font-size: 17px;
    }

.content-news-readmore p {
    font-size: 16px;
    color: #ff6a00;
    font-weight: bold;
}

.content-news-right a {
    text-decoration: none;
}
/*Footer*/
.footer {
    min-height: 300px;
    background: #010b48;
    margin-top: 100px;
}

.footer-header {
    min-height: 230px;
    margin-top: 15px;
}

    .footer-header .col-md-2, .footer-header .col-md-3, .footer-header .col-md-4 {
        width: 90%;
        color: #fff;
    }

        .footer-header .col-md-2 p, .footer-header .col-md-3 p, .footer-header .col-md-4 p {
            padding-right: 20px;
        }

        .footer-header .col-md-2 a, .footer-header .col-md-3 a, .footer-header .col-md-4 a {
            color: #fff;
        }

.footer-left {
    min-height: 20px;
}

    .footer-left h1 {
        font-size: 17px;
        font-weight: bold;
        color: #fff;
    }

    .footer-left h3 {
        font-size: 15px;
        color: #fff;
        margin-top: -12px;
        margin-left: -15px;
    }

.footer-right {
    min-height: 20px;
}

.newsdetail h1 {
    margin-top: 54px !important;
}
/*Menu*/
.active-menu {
    color: #ff6a00 !important;
    list-style: none;
}

#menu {
    width: 850px;
    height: 50px;
    overflow: visible;
    z-index: 1000;
    float: left;
    margin-left: 60px;
}

nav {
    position: relative;
    z-index: 999
}

.header-menu-nobanner {
    width: 100%;
    height: 85px !important;
    background: #fff !important;
    color: #f92424 !important;
    /* position: absolute!important; */
    height: 55px;
    z-index: 99999;
    /* box-shadow: 1px 0 10px rgba(0,0,0,.1); */
    transition: all 0.3s inherit;
    bottom: 0;
}

    .header-menu-nobanner a {
        color: #000;
    }

    .header-menu-nobanner i {
        color: #000;
    }

.sticky {
    width: 100%;
    height: 85px !important;
    background: #fff !important;
    color: #f92424 !important;
    /* position: absolute!important; */
    height: 55px;
    position: fixed;
    bottom: 100%;
    top: 0;
    z-index: 99999;
    box-shadow: 0px 4px 3px #efefef;
    transition: all 0.5s ease-in-out;
}

    .sticky a {
        color: #000;
    }

    .sticky i {
        color: #000;
    }

    .sticky + .content {
        padding-top: 60px;
    }

.nav {
    width: 850px;
    height: 50px;
    list-style: none;
    padding-left: 8px !important;
}

.nav-a-home {
    text-decoration: none;
    color: #fff;
    display: block;
    /*-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;*/
    width: 81px;
    text-align: center
}

i.fa.fa-home {
    font-size: 22px;
    line-height: 50px;
    color: #fff
}

.nav-a.arrow::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    position: absolute;
    right: 5px;
    top: 45%;
    z-index: 999;
    /*-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s*/
}

.nav-a:hover {
    color: #000 !important;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/font/Montserrat-Light.otf') format("opentype");
}

.nav-li {
    font-family: system-ui;
    font-size: 14px;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    cursor: pointer;
    z-index: 9999
}

.nav-a {
    text-decoration: none;
    color: #fff;
    padding: 16px 13px !important;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .nav-a.arrow::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        content: "";
        position: absolute;
        right: 5px;
        top: 45%;
        z-index: 999;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.nav-li:hover a.arrow::after {
    border-top-color: #fff
}

.nav-li:hover .subs-a, .nav-li:hover .subs1-a, .nav-li:hover .subs2-a {
    color: #000;
    text-decoration: none;
    height: 40px;
}

.nav-li:hover .nav-a, .subs-li:hover .nav-a, .subs1-li:hover .nav-a, .subs2-li:hover .nav-a {
    color: #ff6a00;
    height: 50px;
}

.subs-i:hover a {
    background: #005a70;
}
/*Level 2*/
.subs {
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    width: 240px;
    -webkit-box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
    opacity: 0;
    margin-top: 16px;
    visibility: visible;
    background: #fff;
    border-radius: 15px;
}
/*Level 3*/
.subs1 {
    display: block;
    padding: 0;
    position: absolute;
    margin-top: -49px;
    margin-left: 241px;
    left: 0;
    width: 270px;
    opacity: 0;
    visibility: visible;
    background: #fff;
    -webkit-box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
    border-radius: 15px;
}
/*Level 4*/
.subs2 {
    display: block;
    padding: 0;
    position: absolute;
    margin: -49px 0 0 271px;
    left: 0;
    width: 300px;
    opacity: 0;
    visibility: visible;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px -1px 2px rgba(0,0,0,0.3);
}

.subs-li, .subs1-li, .subs2-li {
    background: rgba(255,255,255,0.8);
    background: transparent;
    display: block;
    overflow: hidden;
    height: 0;
    -webkit-transiton: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -15px;
}

.subs-a, .subs1-a, .subs2-a {
    text-decoration: none;
    color: #fff;
    padding: 32px 26px;
    height: 40px;
    line-height: 6px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.nav > li > a {
    background: none !important;
}

.nav-a:hover {
    color: #ff6a00 !important;
    height: 50px;
}

.nav-li:hover .subs-li, .subs-li:hover .subs1-li, .subs1-li:hover .subs2-li {
    height: 55px
}

.subs-li:hover .subs-a, .subs1-li:hover .subs1-a, .subs2-li:hover .subs2-a {
    color: #ff6a00;
    padding-left: 37px
}

.nav-li:hover .subs, .subs-li:hover .subs1, .subs1-li:hover .subs2 {
    display: block;
    opacity: 1;
    visibility: visible
}

.navbar {
    display: none
}

.schedule-moblie {
    display: none;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .nav-a {
        text-decoration: none;
        color: #fff;
        padding: 13px 13px !important;
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .traning_slide {
        width: 86px;
        height: 86px;
        background: #fff;
        border-radius: 10px;
        text-align: center;
    }

        .traning_slide img {
            width: 40px;
            height: 40px;
            margin-top: 12px;
        }

        .traning_slide p {
            margin-top: -5px;
            font-size: 12px;
        }

    .sticky {
        height: 50px !important;
    }

    #menu {
        width: 565px;
        height: 50px;
        overflow: visible;
        z-index: 1000;
        float: left;
        margin-left: 16px;
    }

    .nav {
        width: 565px;
        height: 50px;
        list-style: none;
        padding-left: 8px !important;
    }

    .nav-li {
        font-family: 'Montserrat';
        font-size: 9px;
        display: inline-block;
        margin-right: -4px;
        position: relative;
        cursor: pointer;
        z-index: 9999;
    }

    .header-top .header-top-right .header-top-right-lienhe h3 {
        margin-left: 2px;
        float: left;
        font-size: 13px;
        font-weight: 300;
        color: #fff !important;
    }

    .header-top .header-top-right .header-top-right-lienhe i {
        width: 16px;
        height: 22px;
        margin-top: -5px;
        color: #fff !important;
    }

    .col-md-6.header-top-right {
        padding-left: 0px;
    }

    .header-top-right-ngoaingu {
        width: 150%;
        margin-left: -21px;
    }
}
/*@media screen and (min-width: 476px) and (max-width: 767px ) {
    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }
    .header-top .header-top-right .header-top-right-ngoaingu a {
        margin-left: 47px;
        text-decoration: none;
    }

    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 50.5% !important;
        margin-top: 3px;
        line-height: 50px; 
        margin-left: 135px !important;
         padding-left: 60px; 
    }

    search {
        text-align: center;
    }

    .search-box {
        width: 89%;
        height: 57px;
        background: #fff;
        border-radius: 45px;
         text-align: center; 
         align-content: center; 
        margin-left: 27%;
        margin-top: 9%;
    }

        .search-box input {
            width: 79%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 16px;
        }

    .search-button {
        width: 44%;
        height: 57px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 16%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

        .search-button input {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
            width: 163px;
            border: none;
            background: none;
        }

        .search-button:hover {
            background: linear-gradient(to right,#ff6a00,#ff9e59);
            transition: all 0.5s
        }

        .search-button a {
            text-decoration: none !important;
            color: #fff !important;
            line-height: 57px;
            font-size: 18px;
        }

    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }

    .header {
        height: 600px !important;
    }

    .promotion-ebook-free img {
        width: 91%;
        height: 170px !important;
        border-radius: 10px;
    }

    .promotion-other .col-md-6 {
        padding-left: 10px;
        margin-top: 15px;
    }

        .promotion-other .col-md-6 img {
            width: 315px !important;
            height: 315px !important;
            padding-left: 1px !important;
        }

    #menu {
        width: 831px;
        height: 50px;
        overflow: visible;
        z-index: 1000;
        float: left;
        margin-left: 60px;
    }

    .row {
        padding: inherit !important;
    }

    .navbar {
    }

    .sticky {
        width: 0 !important;
        height: 0px !important;
        background: #fff !important;
        color: #f92424 !important;
         position: absolute!important; 
        height: 0px;
        position: fixed;
        bottom: 100%;
        top: 0;
        z-index: 99999;
        box-shadow: 0px 4px 3px #efefef;
        transition: all 0.5s ease-in-out;
    }

        .sticky a {
            color: #000;
        }

        .sticky i {
            color: #000;
        }

        .sticky + .content {
            padding-top: 60px;
        }

    .header-nobanner {
        height: 70px;
    }

    .body-content h2 {
        margin-top: 46px !important;
    }

    .header-menu-nobanner-left img {
        width: 11%;
        margin-left: 21px;
        position: fixed;
    }

    .sticky.header-menu-nobanner-left img {
        width: 11%;
        position: fixed;
    }

    .header-menu-nobanner-left {
        text-align: left;
        margin-top: -62px;
        position: absolute;
        z-index: 9999;
        margin-left: 15px;
    }

    .header-top-right-lienhe h3 {
    }

    .header-top-right-lienhe {
        margin-top: 73px;
        margin-bottom: 25px;
    }

    .col-md-6.col-sm-6.col-xs-6.header-top-right {
        width: 60% !important;
    }

    .col-md-1.col-ms-1.col-xs-1.header-top-right {
        width: 20.333333% !important
    }

    .header-top .header-top-right .header-top-right-lienhe h3 {
        margin-left: -125px;
        height: 0px;
        float: none;
         line-height: 55px; 
         float: left; 
        font-size: 12px;
        font-weight: 300;
        color: #337ab7 !important;
    }

    .banner-testcentre {
        margin-top: 49px;
        width: 100%;
        min-height: 190px!important;
    }

    .banner-khoahoc {
        margin-top: 65px;
        width: 100%;
        min-height: 250px;
    }

        .banner-khoahoc img {
            width: 100%;
            height: 250px !important;
        }

    .header-top-right-ngoaingu a {
        color: #284358 !important;
        font-size: 13px;
    }

    .col-md-6.header-top-right {
        padding-left: 0px;
    }

    .header-top-right-ngoaingu {
        margin-top: 64px;
    }

    .header-menu-left img {
        margin-top: -2px;
        width: 72%;
        margin-left: 40px;
    }

    .sticky .header-menu-left img {
        margin-top: -8px;
        width: 72%;
        margin-left: 40px;
    }

    .header-top .header-top-right .header-top-right-lienhe i {
        width: 16px;
        height: 22px;
        margin-top: -5px;
        color: #337ab7 !important;
    }



    .header-menu-left {
        text-align: left;
        margin-top: -120px;
        position: fixed;
        z-index: 9999;
        margin-left: 15px;
    }

    #show, #hide {
        margin-top: -66px;
        position: absolute;
        z-index: 9999;
        margin-left: 266px;
    }

        #show i, #hide i {
            color: #fff;
            position: fixed;
        }

    #search {
        position: fixed;
        z-index: 9999;
    }

    input[type="search"] {
        float: right;
        width: 136px;
        margin-top: -50px !important;
        color: #000 !important;
        margin-left: 109px !important;
        transition: all 0.5s ease
    }





    #search i {
        float: right;
        margin-top: -46px !important;
        margin-left: 241px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-right #show, .header-menu-right #hide {
        margin-top: -52px;
        position: absolute;
        z-index: 9999;
        margin-left: 280px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -67px;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .sticky.header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -17px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -52px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 290px;
    }

    .header-menu-right i {
        font-size: 15px;
        margin-top: -55px;
        margin-left: -35px;
    }

    .header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 5px;
        margin-left: -35px;
    }

    .sticky.header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 57px;
        margin-left: -23px;
    }

    .sticky .header-menu-nobanner-right i {
        margin-top: 55px;
    }

    .header-menu-nobanner-right input[type="search"] {
    }



    .header-menu-right #search i {
        float: right;
        margin-top: -38px !important;
        margin-left: 265px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-nobanner-right #search i {
        float: right;
        margin-top: -45px !important;
        margin-left: 228px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .navbar {
        display: block
    }

    #menu {
        display: none;
    }

    .nav {
        width: 100%;
        height: auto !important;
        list-style: none;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        width: 100% !important;
        position: relative !important;
        float: right !important;
    }

    .navbar > .container, .navbar > .container-fluid {
        width: 100% !important;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0 !important;
    }

    .subs {
        position: relative !important;
        display: block;
        padding: 0;
        left: 0;
        width: 240px;
        box-shadow: none;
        opacity: 0;
        visibility: visible;
        background: #222;
    }

    .nav-li:hover .subs-a, .nav-li:hover .subs1-a, .nav-li:hover .subs2-a {
        color: #fff;
        font-family: Montserrat;
    }

    .subs1 {
        display: block;
        padding: 0;
        position: absolute;
        margin-top: -49px;
        margin-left: 241px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        background: #222;
        box-shadow: none;
        border-radius: 15px;
    }
    Level 4
    .subs2 {
        display: block;
        padding: 0;
        position: absolute;
        margin: -49px 0 0 241px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        border-radius: 15px;
        background: #222;
        box-shadow: none;
    }

    .subs-li, .subs1-li, .subs2-li {
        background: rgba(255,255,255,0.8);
        background: transparent;
        display: block;
        overflow: hidden;
        height: 0;
        -webkit-transiton: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: -15px;
    }

    .subs-a, .subs1-a, .subs2-a {
        text-decoration: none;
        color: #fff;
        padding: 32px 26px;
        height: 40px;
        line-height: 6px;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
    }

    .nav > li > a {
        background: none !important;
    }

    .nav-a:hover {
        color: #ff6a00 !important;
        height: 50px;
    }

    .nav-li:hover .subs-li, .subs-li:hover .subs1-li, .subs1-li:hover .subs2-li {
        height: 55px
    }

    .subs-li:hover .subs-a, .subs1-li:hover .subs1-a, .subs2-li:hover .subs2-a {
        color: #ff6a00;
        padding-left: 37px
    }

    .nav-li:hover .subs, .subs-li:hover .subs1, .subs1-li:hover .subs2 {
        display: block;
        opacity: 1;
        visibility: visible
    }

    .sticky .header-menu-right i {
        margin-top: 65px;
    }

    .sticky .header-menu-nobanner-left {
        margin-top: -13px !important;
    }

    .sticky .header-menu-left {
        margin-top: 2px;
    }

    .header-menu-nobanner .sticky input[type="search"] {
        margin-top: 0px !important;
    }

    .sticky #search i {
        margin-top: 5px !important;
    }

    .header-menu-right input[type="search"] {
        margin-top: -113px !important;
        margin-left: 104px !important;
        position: fixed !important;
    }

    .header-menu-right #search i {
        margin-top: -108px !important;
        margin-left: 222px !important;
        position: fixed;
    }

    .sticky .header-menu-right #search i {
        margin-top: 13px !important;
        margin-left: 220px !important;
    }

    .sticky .header-menu-right input[type="search"] {
        margin-top: 8px !important;
        margin-left: 101px !important;
    }

    .sticky .header-menu-right .navbar {
    }

    .sticky .header-menu-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right input[type="search"] {
        margin-top: 0px !important;
        margin-left: 110px !important;
    }

    .search-box {
        width: 89%;
        height: 42px;
        background: #fff;
        border-radius: 45px;
        margin-left: 27%;
        margin-top: 9%;
    }


        .search-box input {
            width: 82%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 8px;
        }

    .search-button input {
        font-size: 11px;
        line-height: 43px;
        width: 197%;
        height: 43px;
        background: #ff6a00;
         margin-top: -3%; 
         margin-left: -6%; 
        border-top-right-radius: 44px;
        border-bottom-right-radius: 45px;
    }

    .search-button a {
        text-decoration: none !important;
        color: #fff !important;
        line-height: 42px;
        font-size: 10px;
    }

    .search-button {
        width: 34%;
        height: 43px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 8%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

    .content-about-left h3 {
        padding-left: 38px;
        font-size: 25px;
        padding-top: 36px;
        font-weight: bold;
    }

    .content-training {
        margin-bottom: 50px;
        margin-left: 10px;
        padding-left: 34px;
         text-align: center; 
    }

    .content-about-left p {
        padding-left: 40px;
        padding-right: 39px;
        font-size: 21px;
        padding-top: 36px;
        text-align: justify;
    }

    .news-right {
        margin-top: -17px;
        height: 100%;
        width: 100%;
        float: right;
        padding-left: 15px;
    }

    .News-left-content img {
        min-height: 300px !important;
        width: 300px !important;
    }

    .news-right-content img {
        width: 92%;
        height: 230px !important;
    }

    .news-event-content img {
        width: 96%;
        height: 230px !important;
    }

    element.style {
    }

    .news-others-content img {
        width: 109%;
        height: 330px;
    }

    .newsdetail img {
        height: 250px;
    }

    .newsdetail-item img {
        width: 100%;
        height: 370px !important;
         padding-left: 20px; 
        border-radius: 15px;
    }

    .col-md-7.newsdetail-item {
        margin-top: 15px;
    }

    .content-about {
        background: #efefef;
        font-family: Montserrat;
        margin-top: -20px;
    }

    .content-training-header h3 {
        font-weight: bold;
        font-size: 22px;
        margin-top: 75px;
        margin-bottom: 33px;
    }

    .content-training-item p {
        text-align: justify;
        line-height: 26px;
        color: #757474;
        margin-right: 50px;
    }

    .content-training-header p {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .schedule-course-wrap.schedule-moblie {
        display: block;
    }

    .schedule-moblie .col-lg-12 .col-md-12 .col-sm-12 .col-xs-12 {
        text-align: center;
    }

    .schedule-course-wrap {
        display: none;
    }

    .col-md-12, .col-sm-12 {
        margin-bottom: 0px !important;
    }

    .blueberry .slides li img {
        display: block;
        width: 100%;
        height: 125px !important;
        max-width: none;
    }

    .blueberry .pager {
        height: 40px;
        text-align: center;
        position: relative;
        margin-top: -75px !important;
    }

    .blueberry .slides {
        height: 150px !important;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .content-services {
        margin-top: -20px !important;
    }

    .content-services-header p {
        text-align: center;
         padding: 78px; 
        padding-left: 10px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .content-services-item {
         text-align: center; 
        width: 90%;
        border: 2px solid #dedede;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    Schedule
    .btn-schedule.btn-download-schedule {
        font-size: 14px;
        background: #fff;
        color: #111;
        border-radius: 0px;
    }

    .btn-schedule {
        display: inline-block;
        padding: 0 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .btn-schedule.btn-download-schedule i {
            margin-right: 5px;
            font-size: 18px;
            color: #f00;
        }

    .schedule-course {
        background: #7d7777;
        text-align: center;
        line-height: 15px;
        border-right: 4px solid #fff;
    }

    .panel-schedule-course {
        background: #fbae00 !important;
        border-bottom: 10px solid #fff !important;
    }

    .schedule-course-wrap {
        box-shadow: none !important;
    }

    .schedule-course-body {
        border-left: 3px solid #fbae00 !important;
    }

    .col-md-4.tieudesub.schedule-course-sub {
        padding-left: 15px;
    }

    .schedule-course-title-a {
        display: block;
        color: #000 !important;
        padding: 15px;
        font-weight: bold;
        position: relative;
        font-size: 16px;
        font-weight: bold;
    }

    .submenu .col-md-2, .submenu .col-md-1 {
        height: 40px;
        line-height: 26px;
    }

    .footer {
        min-height: 300px;
        background: #284358;
        padding-left: 25px;
    }

    .footer-header {
        min-height: 230px;
        margin-top: 15px;
    }

        .footer-header .col-md-2, .footer-header .col-md-3, .footer-header .col-md-4 {
            width: 90%;
            color: #fff;
            min-height: 250px;
        }

            .footer-header .col-md-2 p, .footer-header .col-md-3 p, .footer-header .col-md-4 p {
                padding-right: 20px;
            }

            .footer-header .col-md-2 a, .footer-header .col-md-3 a, .footer-header .col-md-4 a {
                color: #fff;
            }

    .footer-left {
        min-height: 20px;
    }

        .footer-left h1 {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
        }

        .footer-left h3 {
            font-size: 15px;
            color: #fff;
            margin-top: -12px;
            margin-left: -15px;
        }

    .footer-right {
        min-height: 20px;
    }

    .about-content-right img {
        float: left;
        margin-right: 40px;
        width: 100%;
        height: 300px;
    }

    .about-teacher-item h3 {
        width: 100%;
        height: 50px;
        border-radius: 10px;
    }

    .about-environment-infrastructure p {
        padding-left: 35px;
        line-height: 25px;
    }

    .content-about-right img {
        width: 100%;
        height: 300px;
    }

    .promotion-content {
        margin-left: 0px;
    }

        .promotion-content .col-md-8 {
            padding: 0px !important;
        }

        .promotion-content .col-md-6 img {
            width: 330px;
            height: 330px;
            margin-top: 15px;
        }
}*/
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    a.col-md-4 {
        margin-left: -13px;
    }

    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .header-top .header-top-right .header-top-right-ngoaingu a {
        margin-left: -16px;
        text-decoration: none;
    }

    .header {
        height: 600px !important;
    }

    .promotion-ebook-free img {
        width: 91%;
        height: 170px !important;
        border-radius: 10px;
    }

    .promotion-other .col-md-6 {
        padding-left: 10px;
        margin-top: 15px;
    }

        .promotion-other .col-md-6 img {
            width: 315px !important;
            height: 315px !important;
            padding-left: 1px !important;
        }

    #menu {
        width: 831px;
        height: 50px;
        overflow: visible;
        z-index: 1000;
        float: left;
        margin-left: 60px;
    }

    .row {
        padding: inherit !important;
    }

    .navbar {
    }

    .sticky {
        width: 0 !important;
        height: 0px !important;
        background: #fff !important;
        color: #f92424 !important;
        /* position: absolute!important; */
        height: 0px;
        position: fixed;
        bottom: 100%;
        top: 0;
        z-index: 99999;
        box-shadow: 0px 4px 3px #efefef;
        transition: all 0.5s ease-in-out;
    }

        .sticky a {
            color: #000;
        }

        .sticky i {
            color: #000;
        }

        .sticky + .content {
            padding-top: 60px;
        }

    .header-nobanner {
        height: 70px;
    }

    .body-content h2 {
        margin-top: 46px !important;
    }

    .header-menu-nobanner-left img {
        width: 10%;
        position: fixed;
    }

    .sticky .header-menu-nobanner-left {
        margin-top: -13px !important;
        margin-left: 125px;
    }

    .header-menu-nobanner-left {
        margin-top: -62px;
        margin-left: 8px;
        position: absolute;
        z-index: 9999;
    }

    .header-top-right-lienhe h3 {
    }

    .header-top-right-lienhe {
        margin-top: 73px;
        margin-bottom: 25px;
    }

    .col-md-6.col-sm-6.col-xs-6.header-top-right {
        width: 60% !important;
    }

    .col-md-1.col-ms-1.col-xs-1.header-top-right {
        width: 20.333333% !important
    }

    .header-top .header-top-right .header-top-right-lienhe h3 {
        margin-left: -125px;
        height: 0px;
        float: none;
        /* line-height: 55px; */
        /* float: left; */
        font-size: 12px;
        font-weight: 300;
        color: #337ab7 !important;
    }

    .banner-testcentre {
        margin-top: 49px;
        width: 100%;
        min-height: 190px !important;
    }

    .banner-khoahoc {
        margin-top: 65px;
        width: 100%;
        min-height: 250px;
    }

        .banner-khoahoc img {
            width: 100%;
            height: 250px !important;
        }

    .header-top-right-ngoaingu a {
        color: #284358 !important;
        font-size: 13px;
    }

    .col-md-6.header-top-right {
        padding-left: 85px;
    }

    .header-top-right-ngoaingu {
        margin-top: 64px;
    }

    .header-menu-left img {
        width: 53%;
    }

    .header-top .header-top-right .header-top-right-lienhe i {
        width: 16px;
        height: 22px;
        margin-top: -5px;
        color: #337ab7;
    }

    .header-menu-left {
        text-align: left;
        margin-top: -102px !important;
        position: fixed;
        z-index: 9999;
    }

    .sticky.header-menu-left {
        text-align: left;
        margin-top: -120px;
        position: fixed;
        z-index: 9999;
        margin-left: 108px;
    }

    #show, #hide {
        margin-top: -66px;
        position: absolute;
        z-index: 9999;
        margin-left: 266px;
    }

        #show i, #hide i {
            color: #fff;
            position: fixed;
        }

    #search {
        position: fixed;
        z-index: 9999;
    }

    input[type="search"] {
        float: right;
        width: 136px;
        margin-top: -50px !important;
        color: #000 !important;
        margin-left: 109px !important;
        transition: all 0.5s ease
    }

    #search i {
        float: right;
        margin-top: -46px !important;
        margin-left: 241px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-right #show, .header-menu-right #hide {
        margin-top: -52px;
        position: absolute;
        z-index: 9999;
        margin-left: 280px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -67px;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .sticky.header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -17px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -52px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 290px;
    }

    .header-menu-right i {
        font-size: 15px;
        margin-top: -55px;
        margin-left: -35px;
    }

    .header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 5px;
        margin-left: -35px;
    }

    .sticky.header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 57px;
        margin-left: -23px;
    }

    .sticky .header-menu-nobanner-right i {
        margin-top: 55px;
    }

    .header-menu-nobanner-right input[type="search"] {
    }

    .header-menu-right #search i {
        float: right;
        margin-top: -38px !important;
        margin-left: 265px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-nobanner-right #search i {
        float: right;
        margin-top: -45px !important;
        margin-left: 228px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .navbar {
        display: block
    }

    #menu {
        display: none;
    }

    .nav {
        width: 100%;
        height: auto !important;
        list-style: none;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        width: 100% !important;
        position: relative !important;
        float: right !important;
    }

    .navbar > .container, .navbar > .container-fluid {
        width: 100% !important;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0 !important;
    }

    .subs {
        position: relative !important;
        display: block;
        padding: 0;
        left: 0;
        width: 240px;
        box-shadow: none;
        opacity: 0;
        visibility: visible;
        background: #222;
    }

    .nav-li:hover .subs-a, .nav-li:hover .subs1-a, .nav-li:hover .subs2-a {
        color: #fff;
        font-family: Montserrat;
    }

    .subs1 {
        display: block;
        padding: 0;
        position: absolute;
        margin-top: -49px;
        margin-left: 241px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        background: #222;
        box-shadow: none;
        border-radius: 15px;
    }
    /*Level 4*/
    .subs2 {
        display: block;
        padding: 0;
        position: absolute;
        margin: -49px 0 0 241px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        border-radius: 15px;
        background: #222;
        box-shadow: none;
    }

    .subs-li, .subs1-li, .subs2-li {
        background: rgba(255,255,255,0.8);
        background: transparent;
        display: block;
        overflow: hidden;
        height: 0;
        -webkit-transiton: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: -15px;
    }

    .subs-a, .subs1-a, .subs2-a {
        text-decoration: none;
        color: #fff;
        padding: 32px 26px;
        height: 40px;
        line-height: 6px;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
    }

    .nav > li > a {
        background: none !important;
    }

    .nav-a:hover {
        color: #ff6a00 !important;
        height: 50px;
    }

    .nav-li:hover .subs-li, .subs-li:hover .subs1-li, .subs1-li:hover .subs2-li {
        height: 55px
    }

    .subs-li:hover .subs-a, .subs1-li:hover .subs1-a, .subs2-li:hover .subs2-a {
        color: #ff6a00;
        padding-left: 37px
    }

    .nav-li:hover .subs, .subs-li:hover .subs1, .subs1-li:hover .subs2 {
        display: block;
        opacity: 1;
        visibility: visible
    }

    .sticky .header-menu-right i {
        margin-top: 65px;
    }

    .sticky .header-menu-left {
        margin-top: -1px;
        margin-left: 98px;
    }

    .header-menu-nobanner .sticky input[type="search"] {
        margin-top: 0px !important;
    }

    .sticky #search i {
        margin-top: 5px !important;
    }

    .header-menu-right input[type="search"] {
        margin-top: -113px !important;
        margin-left: 104px !important;
        position: fixed !important;
    }

    .header-menu-right #search i {
        margin-top: -108px !important;
        margin-left: 222px !important;
        position: fixed;
    }

    .sticky .header-menu-right #search i {
        margin-top: 13px !important;
        margin-left: 220px !important;
    }

    .sticky .header-menu-right input[type="search"] {
        margin-top: 8px !important;
        margin-left: 101px !important;
    }

    .sticky .header-menu-right .navbar {
    }

    .sticky .header-menu-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right input[type="search"] {
        margin-top: 0px !important;
        margin-left: 110px !important;
    }

    .search-box {
        width: 89%;
        height: 42px;
        background: #fff;
        border-radius: 45px;
        margin-left: 27%;
        margin-top: 9%;
    }

        .search-box input {
            width: 82%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 8px;
        }

    .search-button input {
        font-size: 11px;
        line-height: 43px;
        width: 197%;
        height: 43px;
        background: #ff6a00;
        /* margin-top: -3%; */
        /* margin-left: -6%; */
        border-top-right-radius: 44px;
        border-bottom-right-radius: 45px;
    }

    .search-button a {
        text-decoration: none !important;
        color: #fff !important;
        line-height: 42px;
        font-size: 10px;
    }

    .search-button {
        width: 34%;
        height: 43px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 8%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

    .content-about-left h3 {
        padding-left: 38px;
        font-size: 25px;
        padding-top: 36px;
        font-weight: bold;
    }

    .content-training {
        margin-bottom: 50px;
        margin-left: 10px;
        padding-left: 34px;
        /* text-align: center; */
    }

    .content-about-left p {
        padding-left: 40px;
        padding-right: 39px;
        font-size: 21px;
        padding-top: 36px;
        text-align: justify;
    }

    .news-right {
        margin-top: -17px;
        height: 100%;
        width: 100%;
        float: right;
        padding-left: 15px;
    }

    .News-left-content img {
        min-height: 300px !important;
        width: 300px !important;
    }

    .news-right-content img {
        width: 92%;
        height: 230px !important;
    }

    .news-event-content img {
        width: 96%;
        height: 230px !important;
    }

    element.style {
    }

    .news-others-content img {
        width: 109%;
        height: 330px;
    }

    .newsdetail img {
        height: 250px;
    }

    .newsdetail-item img {
        width: 100%;
        height: 370px !important;
        /* padding-left: 20px; */
        border-radius: 15px;
    }

    .col-md-7.newsdetail-item {
        margin-top: 15px;
    }

    .content-about {
        background: #efefef;
        font-family: Montserrat;
        margin-top: -20px;
    }

    .content-training-header h3 {
        font-weight: bold;
        font-size: 22px;
        margin-top: 75px;
        margin-bottom: 33px;
    }

    .content-training-item p {
        text-align: justify;
        line-height: 26px;
        color: #757474;
        margin-right: 50px;
    }

    .content-training-header p {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .schedule-course-wrap.schedule-moblie {
        display: block;
    }

    .schedule-moblie .col-lg-12 .col-md-12 .col-sm-12 .col-xs-12 {
        text-align: center;
    }

    .schedule-course-wrap {
        display: none;
    }

    .col-md-12, .col-sm-12 {
        margin-bottom: 0px !important;
    }

    .blueberry .slides li img {
        display: block;
        width: 100%;
        height: 125px !important;
        max-width: none;
    }

    .blueberry .pager {
        height: 40px;
        text-align: center;
        position: relative;
        margin-top: -75px !important;
    }

    .blueberry .slides {
        height: 150px !important;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .content-services {
        margin-top: -20px !important;
    }

    .content-services-header p {
        text-align: center;
        /* padding: 78px; */
        padding-left: 10px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .content-services-item {
        /* text-align: center; */
        width: 90%;
        border: 2px solid #dedede;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    /*Schedule*/
    .btn-schedule.btn-download-schedule {
        font-size: 14px;
        background: #fff;
        color: #111;
        border-radius: 0px;
    }

    .btn-schedule {
        display: inline-block;
        padding: 0 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .btn-schedule.btn-download-schedule i {
            margin-right: 5px;
            font-size: 18px;
            color: #f00;
        }

    .schedule-course {
        background: #7d7777;
        text-align: center;
        line-height: 15px;
        border-right: 4px solid #fff;
    }

    .panel-schedule-course {
        background: #fbae00 !important;
        border-bottom: 10px solid #fff !important;
    }

    .schedule-course-wrap {
        box-shadow: none !important;
    }

    .schedule-course-body {
        border-left: 3px solid #fbae00 !important;
    }

    .col-md-4.tieudesub.schedule-course-sub {
        padding-left: 15px;
    }

    .schedule-course-title-a {
        display: block;
        color: #000 !important;
        padding: 15px;
        font-weight: bold;
        position: relative;
        font-size: 16px;
        font-weight: bold;
    }

    .submenu .col-md-2, .submenu .col-md-1 {
        height: 40px;
        line-height: 26px;
    }

    .footer {
        min-height: 300px;
        background: #284358;
        padding-left: 25px;
    }

    .footer-header {
        min-height: 230px;
        margin-top: 15px;
    }

        .footer-header .col-md-2, .footer-header .col-md-3, .footer-header .col-md-4 {
            width: 90%;
            color: #fff;
            min-height: 250px;
        }

            .footer-header .col-md-2 p, .footer-header .col-md-3 p, .footer-header .col-md-4 p {
                padding-right: 20px;
            }

            .footer-header .col-md-2 a, .footer-header .col-md-3 a, .footer-header .col-md-4 a {
                color: #fff;
            }

    .footer-left {
        min-height: 20px;
    }

        .footer-left h1 {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
        }

        .footer-left h3 {
            font-size: 15px;
            color: #fff;
            margin-top: -12px;
            margin-left: -15px;
        }

    .footer-right {
        min-height: 20px;
    }

    .about-content-right img {
        float: left;
        margin-right: 40px;
        width: 100%;
        height: 300px;
    }

    .about-teacher-item h3 {
        width: 100%;
        height: 50px;
        border-radius: 10px;
    }

    .about-environment-infrastructure p {
        padding-left: 35px;
        line-height: 25px;
    }

    .content-about-right img {
        width: 100%;
        height: 300px;
    }

    .promotion-content {
        margin-left: 0px;
    }

        .promotion-content .col-md-8 {
            padding: 0px !important;
        }

        .promotion-content .col-md-6 img {
            width: 330px;
            height: 330px;
            margin-top: 15px;
        }
}

@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .header-top .header-top-right .header-top-right-ngoaingu a {
        margin-left: -16px;
        text-decoration: none;
    }

    .header {
        height: 600px !important;
    }

    .promotion-ebook-free img {
        width: 91%;
        height: 170px !important;
        border-radius: 10px;
    }

    .promotion-other .col-md-6 {
        padding-left: 10px;
        margin-top: 15px;
    }

        .promotion-other .col-md-6 img {
            width: 315px !important;
            height: 315px !important;
            padding-left: 1px !important;
        }

    #menu {
        width: 831px;
        height: 50px;
        overflow: visible;
        z-index: 1000;
        float: left;
        margin-left: 60px;
    }

    .row {
        padding: inherit !important;
    }

    .navbar {
    }

    .sticky {
        width: 0 !important;
        height: 0px !important;
        background: #fff !important;
        color: #f92424 !important;
        /* position: absolute!important; */
        height: 0px;
        position: fixed;
        bottom: 100%;
        top: 0;
        z-index: 99999;
        box-shadow: 0px 4px 3px #efefef;
        transition: all 0.5s ease-in-out;
    }

        .sticky a {
            color: #000;
        }

        .sticky i {
            color: #000;
        }

        .sticky + .content {
            padding-top: 60px;
        }

    .header-nobanner {
        height: 70px;
    }

    .body-content h2 {
        margin-top: 46px !important;
    }

    .header-menu-nobanner-left img {
        width: 10%;
        position: fixed;
    }

    .header-menu-nobanner-left {
        text-align: left;
        margin-top: -62px;
        position: absolute;
        z-index: 9999;
        margin-left: 15px;
    }

    .header-top-right-lienhe h3 {
    }

    .header-top-right-lienhe {
        /*display: none;*/
        margin-top: 73px;
        margin-bottom: 25px;
        margin-left: 15px !important;
    }

    .col-md-6.col-sm-6.col-xs-6.header-top-right {
        width: 60% !important;
    }

    .col-md-1.col-ms-1.col-xs-1.header-top-right {
        width: 20.333333% !important
    }

    .header-top .header-top-right .header-top-right-lienhe h3 {
        margin-left: -125px;
        height: 0px;
        float: none;
        /* line-height: 55px; */
        /* float: left; */
        font-size: 12px;
        font-weight: 300;
        color: #337ab7 !important;
    }

    .banner-testcentre {
        margin-top: 49px;
        width: 100%;
        min-height: 190px !important;
    }

    .banner-khoahoc {
        margin-top: 65px;
        width: 100%;
        min-height: 250px;
    }

        .banner-khoahoc img {
            width: 100%;
            height: 250px !important;
        }

    .header-top-right-ngoaingu a {
        color: #284358 !important;
        font-size: 13px;
    }

    .col-md-6.header-top-right {
        padding-left: 85px;
    }

    .header-top-right-ngoaingu {
        margin-top: 64px;
        margin-left: 30px !important;
    }

    .header-menu-left img {
        width: 53%;
    }

    .header-top .header-top-right .header-top-right-lienhe i {
        width: 16px;
        height: 22px;
        margin-top: -5px;
        color: #337ab7;
    }

    .header-menu-left {
        text-align: left;
        margin-top: -102px;
        position: fixed;
        z-index: 9999;
    }

    .sticky.header-menu-left {
        text-align: left;
        margin-top: -120px;
        position: fixed;
        z-index: 9999;
        margin-left: 108px;
    }

    #show, #hide {
        margin-top: -66px;
        position: absolute;
        z-index: 9999;
        margin-left: 266px;
    }

        #show i, #hide i {
            color: #fff;
            position: fixed;
        }

    #search {
        position: fixed;
        z-index: 9999;
    }

    input[type="search"] {
        float: right;
        width: 136px;
        margin-top: -50px !important;
        color: #000 !important;
        margin-left: 109px !important;
        transition: all 0.5s ease
    }





    #search i {
        float: right;
        margin-top: -46px !important;
        margin-left: 241px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-right #show, .header-menu-right #hide {
        margin-top: -52px;
        position: absolute;
        z-index: 9999;
        margin-left: 280px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -67px;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .sticky.header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -17px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -52px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 290px;
    }

    .header-menu-right i {
        font-size: 15px;
        margin-top: -55px;
        margin-left: -35px;
    }

    .header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 5px;
        margin-left: -35px;
    }

    .sticky.header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 57px;
        margin-left: -23px;
    }

    .sticky .header-menu-nobanner-right i {
        margin-top: 55px;
    }

    .header-menu-nobanner-right input[type="search"] {
    }



    .header-menu-right #search i {
        float: right;
        margin-top: -38px !important;
        margin-left: 265px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-nobanner-right #search i {
        float: right;
        margin-top: -45px !important;
        margin-left: 228px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .navbar {
        display: block
    }

    #menu {
        display: none;
    }

    .nav {
        width: 100%;
        height: auto !important;
        list-style: none;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        width: 100% !important;
        position: relative !important;
        float: right !important;
    }

    .navbar > .container, .navbar > .container-fluid {
        width: 100% !important;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0 !important;
    }

    .subs {
        position: relative !important;
        display: block;
        padding: 0;
        left: 0;
        width: 240px;
        box-shadow: none;
        opacity: 0;
        visibility: visible;
        background: #222;
    }

    .nav-li:hover .subs-a, .nav-li:hover .subs1-a, .nav-li:hover .subs2-a {
        color: #fff;
        font-family: Montserrat;
    }

    .subs1 {
        display: block;
        padding: 0;
        position: absolute;
        margin-top: -49px;
        margin-left: 241px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        background: #222;
        box-shadow: none;
        border-radius: 15px;
    }
    /*Level 4*/
    .subs2 {
        display: block;
        padding: 0;
        position: absolute;
        margin: -49px 0 0 241px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        border-radius: 15px;
        background: #222;
        box-shadow: none;
    }

    .subs-li, .subs1-li, .subs2-li {
        background: rgba(255,255,255,0.8);
        background: transparent;
        display: block;
        overflow: hidden;
        height: 0;
        -webkit-transiton: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: -15px;
    }

    .subs-a, .subs1-a, .subs2-a {
        text-decoration: none;
        color: #fff;
        padding: 32px 26px;
        height: 40px;
        line-height: 6px;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
    }

    .nav > li > a {
        background: none !important;
    }

    .nav-a:hover {
        color: #ff6a00 !important;
        height: 50px;
    }

    .nav-li:hover .subs-li, .subs-li:hover .subs1-li, .subs1-li:hover .subs2-li {
        height: 55px
    }

    .subs-li:hover .subs-a, .subs1-li:hover .subs1-a, .subs2-li:hover .subs2-a {
        color: #ff6a00;
        padding-left: 37px
    }

    .nav-li:hover .subs, .subs-li:hover .subs1, .subs1-li:hover .subs2 {
        display: block;
        opacity: 1;
        visibility: visible
    }

    .sticky .header-menu-right i {
        margin-top: 65px;
    }

    .sticky .header-menu-nobanner-left {
        margin-top: -10px !important;
    }

    .sticky .header-menu-left {
        margin-top: 2px;
    }

    .header-menu-nobanner .sticky input[type="search"] {
        margin-top: 0px !important;
    }

    .sticky #search i {
        margin-top: 5px !important;
    }

    .header-menu-right input[type="search"] {
        margin-top: -113px !important;
        margin-left: 104px !important;
        position: fixed !important;
    }

    .header-menu-right #search i {
        margin-top: -108px !important;
        margin-left: 222px !important;
        position: fixed;
    }

    .sticky .header-menu-right #search i {
        margin-top: 13px !important;
        margin-left: 220px !important;
    }

    .sticky .header-menu-right input[type="search"] {
        margin-top: 8px !important;
        margin-left: 101px !important;
    }

    .sticky .header-menu-right .navbar {
    }

    .sticky .header-menu-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right input[type="search"] {
        margin-top: 0px !important;
        margin-left: 110px !important;
    }

    .search-box {
        width: 89%;
        height: 42px;
        background: #fff;
        border-radius: 45px;
        margin-left: 27%;
        margin-top: 9%;
    }


        .search-box input {
            width: 82%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 8px;
        }

    .search-button input {
        font-size: 11px;
        line-height: 43px;
        width: 197%;
        height: 43px;
        background: #ff6a00;
        /* margin-top: -3%; */
        /* margin-left: -6%; */
        border-top-right-radius: 44px;
        border-bottom-right-radius: 45px;
    }

    .search-button a {
        text-decoration: none !important;
        color: #fff !important;
        line-height: 42px;
        font-size: 10px;
    }

    .search-button {
        width: 34%;
        height: 43px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 8%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

    .content-about-left h3 {
        padding-left: 38px;
        font-size: 25px;
        padding-top: 36px;
        font-weight: bold;
    }

    .content-training {
        margin-bottom: 50px;
        margin-left: 10px;
        padding-left: 34px;
        /* text-align: center; */
    }

    .content-about-left p {
        padding-left: 40px;
        padding-right: 39px;
        font-size: 21px;
        padding-top: 36px;
        text-align: justify;
    }

    .news-right {
        margin-top: -17px;
        height: 100%;
        width: 100%;
        float: right;
        padding-left: 15px;
    }

    .News-left-content img {
        min-height: 300px !important;
        width: 300px !important;
    }

    .news-right-content img {
        width: 92%;
        height: 230px !important;
    }

    .news-event-content img {
        width: 96%;
        height: 230px !important;
    }

    element.style {
    }

    .news-others-content img {
        width: 109%;
        height: 330px;
    }

    .newsdetail img {
        height: 250px;
    }

    .newsdetail-item img {
        width: 100%;
        height: 370px !important;
        /* padding-left: 20px; */
        border-radius: 15px;
    }

    .col-md-7.newsdetail-item {
        margin-top: 15px;
    }

    .content-about {
        background: #efefef;
        font-family: Montserrat;
        margin-top: -20px;
    }

    .content-training-header h3 {
        font-weight: bold;
        font-size: 22px;
        margin-top: 75px;
        margin-bottom: 33px;
    }

    .content-training-item p {
        text-align: justify;
        line-height: 26px;
        color: #757474;
        margin-right: 50px;
    }

    .content-training-header p {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .schedule-course-wrap.schedule-moblie {
        display: block;
    }

    .schedule-moblie .col-lg-12 .col-md-12 .col-sm-12 .col-xs-12 {
        text-align: center;
    }

    .schedule-course-wrap {
        display: none;
    }

    .col-md-12, .col-sm-12 {
        margin-bottom: 0px !important;
    }

    .blueberry .slides li img {
        display: block;
        width: 100%;
        height: 125px !important;
        max-width: none;
    }

    .blueberry .pager {
        height: 40px;
        text-align: center;
        position: relative;
        margin-top: -75px !important;
    }

    .blueberry .slides {
        height: 150px !important;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .content-services {
        margin-top: -20px !important;
    }

    .content-services-header p {
        text-align: center;
        /* padding: 78px; */
        padding-left: 10px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .content-services-item {
        /* text-align: center; */
        width: 90%;
        border: 2px solid #dedede;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    /*Schedule*/
    .btn-schedule.btn-download-schedule {
        font-size: 14px;
        background: #fff;
        color: #111;
        border-radius: 0px;
    }

    .btn-schedule {
        display: inline-block;
        padding: 0 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .btn-schedule.btn-download-schedule i {
            margin-right: 5px;
            font-size: 18px;
            color: #f00;
        }

    .schedule-course {
        background: #7d7777;
        text-align: center;
        line-height: 15px;
        border-right: 4px solid #fff;
    }

    .panel-schedule-course {
        background: #fbae00 !important;
        border-bottom: 10px solid #fff !important;
    }

    .schedule-course-wrap {
        box-shadow: none !important;
    }

    .schedule-course-body {
        border-left: 3px solid #fbae00 !important;
    }

    .col-md-4.tieudesub.schedule-course-sub {
        padding-left: 15px;
    }

    .schedule-course-title-a {
        display: block;
        color: #000 !important;
        padding: 15px;
        font-weight: bold;
        position: relative;
        font-size: 16px;
        font-weight: bold;
    }

    .submenu .col-md-2, .submenu .col-md-1 {
        height: 40px;
        line-height: 26px;
    }

    .footer {
        min-height: 300px;
        background: #284358;
        padding-left: 25px;
    }

    .footer-header {
        min-height: 230px;
        margin-top: 15px;
    }

        .footer-header .col-md-2, .footer-header .col-md-3, .footer-header .col-md-4 {
            width: 90%;
            color: #fff;
            min-height: 250px;
        }

            .footer-header .col-md-2 p, .footer-header .col-md-3 p, .footer-header .col-md-4 p {
                padding-right: 20px;
            }

            .footer-header .col-md-2 a, .footer-header .col-md-3 a, .footer-header .col-md-4 a {
                color: #fff;
            }

    .footer-left {
        min-height: 20px;
    }

        .footer-left h1 {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
        }

        .footer-left h3 {
            font-size: 15px;
            color: #fff;
            margin-top: -12px;
            margin-left: -15px;
        }

    .footer-right {
        min-height: 20px;
    }

    .about-content-right img {
        float: left;
        margin-right: 40px;
        width: 100%;
        height: 300px;
    }

    .about-teacher-item h3 {
        width: 100%;
        height: 50px;
        border-radius: 10px;
    }

    .about-environment-infrastructure p {
        padding-left: 35px;
        line-height: 25px;
    }

    .content-about-right img {
        width: 100%;
        height: 300px;
    }

    .promotion-content {
        margin-left: 0px;
    }

        .promotion-content .col-md-8 {
            padding: 0px !important;
        }

        .promotion-content .col-md-6 img {
            width: 330px;
            height: 330px;
            margin-top: 15px;
        }
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .event {
        margin-top: 65px;
        width: 100%;
        min-height: 150px !important;
    }

    .event-image img {
        height: 150px !important
    }

    a.col-md-4 {
        margin-left: -13px;
    }

    .banner-testcentre img {
        width: 100%;
        min-height: 125px !important;
    }

    .promotion-content .col-md-12 img {
        width: 280px !important;
        height: 240px !important;
        margin-left: 40px;
    }
    .promotion-ebook-free img {
        margin-left:15px
    }

    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .header-top .header-top-right .header-top-right-ngoaingu a {
        margin-left: -22px;
        text-decoration: none;
    }

    .header {
        height: 600px !important;
    }

    .promotion-ebook-free img {
        width: 91%;
        height: 170px !important;
        border-radius: 10px;
    }

    .promotion-other .col-md-6 {
        padding-left: 12px;
        margin-top: 15px;
    }

        .promotion-other .col-md-6 img {
            width: 295px !important;
            height: 225px !important;
            padding-left: 0px !important;
            margin-left: 5px;
        }

    #menu {
        width: 831px;
        height: 50px;
        overflow: visible;
        z-index: 1000;
        float: left;
        margin-left: 60px;
    }

    .row {
        padding: inherit !important;
    }

    .navbar {
    }

    .sticky {
        width: 0 !important;
        height: 0px !important;
        background: #fff !important;
        color: #f92424 !important;
        /* position: absolute!important; */
        height: 0px;
        position: fixed;
        bottom: 100%;
        top: 0;
        z-index: 99999;
        box-shadow: 0px 4px 3px #efefef;
        transition: all 0.5s ease-in-out;
    }

        .sticky a {
            color: #000;
        }

        .sticky i {
            color: #000;
        }

        .sticky + .content {
            padding-top: 60px;
        }

    .header-nobanner {
        height: 70px;
    }

    .body-content h2 {
        margin-top: 46px !important;
    }

    .header-menu-nobanner-left img {
        width: 16%;
        position: fixed;
        height: 39px;
    }

    .header-menu-nobanner-left {
        text-align: left;
        margin-top: -60px;
        position: absolute;
        z-index: 9999;
        margin-left: 15px;
    }

    .header-top-right-lienhe h3 {
    }

    .header-top-right-lienhe {
        /*display:none;*/
        margin-top: 73px;
        margin-bottom: 25px;
        margin-left: 15px !important;
    }

    .col-md-6.col-sm-6.col-xs-6.header-top-right {
        width: 58% !important;
    }

    .col-md-1.col-ms-1.col-xs-1.header-top-right {
        width: 20.333333% !important
    }

    .header-top .header-top-right .header-top-right-lienhe h3 {
        margin-left: -36px;
        height: 0px;
        float: none;
        /* line-height: 55px; */
        /* float: left; */
        font-size: 12px;
        font-weight: 300;
        color: #116ebd !important;
    }

    .banner-testcentre {
        margin-top: 49px;
        width: 100%;
        min-height: 140px !important;
    }

    .banner-khoahoc {
        margin-top: 65px;
        width: 100%;
        min-height: 150px !important;
    }

        .banner-khoahoc img {
            width: 100%;
            height: 150px !important;
        }

    .header-top-right-ngoaingu a {
        color: #5b94c5 !important;
        font-size: 13px;
    }

    .col-md-6.header-top-right {
        padding-left: 85px;
    }

    .header-top-right-ngoaingu {
        margin-top: 64px;
        margin-left: 30px !important;
    }

    .header-menu-left img {
        width: 110%;
  
    }

    .header-top .header-top-right .header-top-right-lienhe i {
        width: 16px;
        height: 22px;
        margin-top: -5px;
        color: #337ab7;
    }



    .header-menu-left {
        text-align: left;
        margin-top: -106px;
        position: fixed;
        z-index: 9999;
        margin-left: 15px;
    }

    #show, #hide {
        margin-top: -66px;
        position: absolute;
        z-index: 9999;
        margin-left: 266px;
    }

        #show i, #hide i {
            color: #fff;
            position: fixed;
        }

    #search {
        position: fixed;
        z-index: 9999;
    }

    input[type="search"] {
        float: right;
        width: 136px;
        margin-top: -50px !important;
        color: #000 !important;
        margin-left: 109px !important;
        transition: all 0.5s ease
    }





    #search i {
        float: right;
        margin-top: -46px !important;
        margin-left: 241px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-right #show, .header-menu-right #hide {
        margin-top: -52px;
        position: absolute;
        z-index: 9999;
        margin-left: 280px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -67px;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .sticky.header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -17px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -52px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 290px;
    }

    .header-menu-right i {
        font-size: 15px;
        margin-top: -55px;
        margin-left: -35px;
    }

    .header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 5px;
        margin-left: -35px;
    }

    .sticky.header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 57px;
        margin-left: -23px;
    }

    .sticky .header-menu-nobanner-right i {
        margin-top: 55px;
    }

    .header-menu-nobanner-right input[type="search"] {
    }



    .header-menu-right #search i {
        float: right;
        margin-top: -38px !important;
        margin-left: 265px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-nobanner-right #search i {
        float: right;
        margin-top: -45px !important;
        margin-left: 228px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .navbar {
        display: block
    }

    #menu {
        display: none;
    }

    .nav {
        width: 100%;
        height: auto !important;
        list-style: none;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        width: 100% !important;
        position: relative !important;
        float: right !important;
    }

    .navbar > .container, .navbar > .container-fluid {
        width: 100% !important;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0 !important;
    }

    .subs {
        position: relative !important;
        display: block;
        padding: 0;
        left: 0;
        width: 240px;
        box-shadow: none;
        opacity: 0;
        visibility: visible;
        background: #222;
    }

    .nav-li:hover .subs-a, .nav-li:hover .subs1-a, .nav-li:hover .subs2-a {
        color: #fff;
        font-family: Montserrat;
    }

    .subs1 {
        display: block;
        padding: 0;
        position: absolute;
        margin-top: -49px;
        margin-left: 241px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        background: #222;
        box-shadow: none;
        border-radius: 15px;
    }
    /*Level 4*/
    .subs2 {
        display: block;
        padding: 0;
        position: absolute;
        margin: -49px 0 0 241px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        border-radius: 15px;
        background: #222;
        box-shadow: none;
    }

    .subs-li, .subs1-li, .subs2-li {
        background: rgba(255,255,255,0.8);
        background: transparent;
        display: block;
        overflow: hidden;
        height: 0;
        -webkit-transiton: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: -15px;
    }

    .subs-a, .subs1-a, .subs2-a {
        text-decoration: none;
        color: #fff;
        padding: 32px 26px;
        height: 40px;
        line-height: 6px;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
    }

    .nav > li > a {
        background: none !important;
    }

    .nav-a:hover {
        color: #ff6a00 !important;
        height: 50px;
    }

    .nav-li:hover .subs-li, .subs-li:hover .subs1-li, .subs1-li:hover .subs2-li {
        height: 55px
    }

    .subs-li:hover .subs-a, .subs1-li:hover .subs1-a, .subs2-li:hover .subs2-a {
        color: #ff6a00;
        padding-left: 37px
    }

    .nav-li:hover .subs, .subs-li:hover .subs1, .subs1-li:hover .subs2 {
        display: block;
        opacity: 1;
        visibility: visible
    }

    .sticky .header-menu-right i {
        margin-top: 65px;
    }

    .sticky .header-menu-nobanner-left {
        margin-top: -10px !important;
    }

    .sticky .header-menu-left {
        margin-top: -5px;
    }

    .header-menu-nobanner .sticky input[type="search"] {
        margin-top: 0px !important;
    }

    .sticky #search i {
        margin-top: 5px !important;
    }

    .header-menu-right input[type="search"] {
        margin-top: -113px !important;
        margin-left: 104px !important;
        position: fixed !important;
    }

    .header-menu-right #search i {
        margin-top: -108px !important;
        margin-left: 222px !important;
        position: fixed;
    }

    .sticky .header-menu-right #search i {
        margin-top: 13px !important;
        margin-left: 220px !important;
    }

    .sticky .header-menu-right input[type="search"] {
        margin-top: 8px !important;
        margin-left: 101px !important;
    }

    .sticky .header-menu-right .navbar {
    }

    .sticky .header-menu-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right input[type="search"] {
        margin-top: 0px !important;
        margin-left: 110px !important;
    }

    .search-box {
        width: 89%;
        height: 43px;
        background: #fff;
        border-radius: 45px;
        margin-left: 27%;
        margin-top: 9%;
    }


        .search-box input {
            width: 82%;
            height: 43px;
            outline: none;
            border: none;
            font-size: 8px;
        }

    .search-button input {
        font-size: 11px;
        line-height: 43px;
        width: 197%;
        height: 43px;
        background: #ff6a00;
        /* margin-top: -3%; */
        /* margin-left: -6%; */
        border-top-right-radius: 44px;
        border-bottom-right-radius: 45px;
    }

    .search-button a {
        text-decoration: none !important;
        color: #fff !important;
        line-height: 42px;
        font-size: 10px;
    }

    .search-button {
        width: 34%;
        height: 43px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 8%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

    .content-about-left h3 {
        padding-left: 38px;
        font-size: 25px;
        padding-top: 36px;
        font-weight: bold;
    }

    .content-training {
        margin-bottom: 50px;
        margin-left: 10px;
        padding-left: 34px;
        /* text-align: center; */
    }

    .content-about-left p {
        padding-left: 40px;
        padding-right: 39px;
        font-size: 21px;
        padding-top: 36px;
        text-align: justify;
    }

    .news-right {
        margin-top: -17px;
        height: 100%!important;
        width: 100%!important;
        float: right;
        padding-left: 15px;
    }

    .News-left-content img {
        min-height: 300px !important;
        width: 300px !important;
    }

    .news-right-content img {
        width: 92%;
        height: 230px !important;
    }

    .news-event-content img {
        width: 96%;
        height: 230px !important;
    }

    element.style {
    }

    .news-others-content img {
        width: 100% !important;
        height: 197px !important;
        margin-left: 19px;
    }
    .contact-title h2 {
        font-size:20px!important
    }
    .newsdetail img {
        height: 250px;
    }

    .newsdetail-item img {
        width: 91% !important;
        height: 235px !important;
        /* padding-left: 20px; */
        border-radius: 15px;
    }

    .col-md-7.newsdetail-item {
        margin-top: 15px;
    }

    .content-about {
        background: #efefef;
        font-family: Montserrat;
        margin-top: -20px;
    }

    .content-training-header h3 {
        font-weight: bold;
        font-size: 22px;
        margin-top: 75px;
        margin-bottom: 33px;
    }

    .content-training-item p {
        text-align: justify;
        line-height: 26px;
        color: #757474;
        margin-right: 50px;
    }

    .content-training-header p {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .schedule-course-wrap.schedule-moblie {
        display: block;
    }

    .schedule-moblie .col-lg-12 .col-md-12 .col-sm-12 .col-xs-12 {
        text-align: center;
    }

    .schedule-course-wrap {
        display: none;
    }

    .col-md-12, .col-sm-12 {
        margin-bottom: 0px !important;
    }

    .blueberry .slides li img {
        display: block;
        width: 100%;
        height: 125px !important;
        max-width: none;
    }

    .blueberry .pager {
        height: 40px;
        text-align: center;
        position: relative;
        margin-top: -75px !important;
    }

    .blueberry .slides {
        height: 150px !important;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .content-services {
        margin-top: -20px !important;
    }

    .content-services-header p {
        text-align: center;
        /* padding: 78px; */
        padding-left: 10px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .content-services-item {
        /* text-align: center; */
        width: 90%;
        border: 2px solid #dedede;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    /*Schedule*/
    .btn-schedule.btn-download-schedule {
        font-size: 14px;
        background: #fff;
        color: #111;
        border-radius: 0px;
    }

    .btn-schedule {
        display: inline-block;
        padding: 0 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .btn-schedule.btn-download-schedule i {
            margin-right: 5px;
            font-size: 18px;
            color: #f00;
        }

    .schedule-course {
        background: #7d7777;
        text-align: center;
        line-height: 15px;
        border-right: 4px solid #fff;
    }

    .panel-schedule-course {
        background: #fbae00 !important;
        border-bottom: 10px solid #fff !important;
    }

    .schedule-course-wrap {
        box-shadow: none !important;
    }

    .schedule-course-body {
        border-left: 3px solid #fbae00 !important;
    }

    .col-md-4.tieudesub.schedule-course-sub {
        padding-left: 15px;
    }

    .schedule-course-title-a {
        display: block;
        color: #000 !important;
        padding: 15px;
        font-weight: bold;
        position: relative;
        font-size: 16px;
        font-weight: bold;
    }

    .submenu .col-md-2, .submenu .col-md-1 {
        height: 40px;
        line-height: 26px;
    }

    .footer {
        min-height: 300px;
        background: #284358;
        padding-left: 25px;
    }

    .footer-header {
        min-height: 230px;
        margin-top: 15px;
    }

        .footer-header .col-md-2, .footer-header .col-md-3, .footer-header .col-md-4 {
            width: 90%;
            color: #fff;
            min-height: 250px;
        }

            .footer-header .col-md-2 p, .footer-header .col-md-3 p, .footer-header .col-md-4 p {
                padding-right: 20px;
            }

            .footer-header .col-md-2 a, .footer-header .col-md-3 a, .footer-header .col-md-4 a {
                color: #fff;
            }

    .footer-left {
        min-height: 20px;
    }

        .footer-left h1 {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
        }

        .footer-left h3 {
            font-size: 15px;
            color: #fff;
            margin-top: -12px;
            margin-left: -15px;
        }

    .footer-right {
        min-height: 20px;
    }

    .about-content-right img {
        float: left;
        margin-right: 40px;
        width: 100%;
        height: 300px;
    }

    .about-teacher-item h3 {
        width: 100%;
        height: 50px;
        border-radius: 10px;
    }

    .about-environment-infrastructure p {
        padding-left: 35px;
        line-height: 25px;
    }

    .content-about-right img {
        width: 100%;
        height: 225px;
    }

    .promotion-content {
        margin-left: 0px;
    }

        .promotion-content .col-md-8 {
            padding: 0px !important;
        }

        .promotion-content .col-md-6 img {
            width: 330px;
            height: 330px;
            margin-top: 15px;
        }
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    a.col-md-4 {
        margin-left: -13px;
    }

    .banner-testcentre img {
        width: 100%;
        min-height: 190px !important;
    }

    .promotion-content .col-md-12 img {
        width: 280px !important;
        height: 280px !important;
        margin-left: 40px;
    }

    .blueberry .slides {
        margin-top: 55px !important;
        height: 155px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .header-top .header-top-right .header-top-right-ngoaingu a {
        margin-left: -16px;
        text-decoration: none;
    }

    .header {
        height: 600px !important;
    }

    .promotion-ebook-free img {
        width: 91%;
        height: 170px !important;
        border-radius: 10px;
    }

    .promotion-other .col-md-6 {
        padding-left: 7px;
        margin-top: 15px;
    }

        .promotion-other .col-md-6 img {
            width: 280px !important;
            height: 281px !important;
            padding-left: 0px !important;
        }

    #menu {
        width: 831px;
        height: 50px;
        overflow: visible;
        z-index: 1000;
        float: left;
        margin-left: 60px;
    }

    .row {
        padding: inherit !important;
    }

    .navbar {
    }

    .sticky {
        width: 0 !important;
        height: 0px !important;
        background: #fff !important;
        color: #f92424 !important;
        /* position: absolute!important; */
        height: 0px;
        position: fixed;
        bottom: 100%;
        top: 0;
        z-index: 99999;
        box-shadow: 0px 4px 3px #efefef;
        transition: all 0.5s ease-in-out;
    }

        .sticky a {
            color: #000;
        }

        .sticky i {
            color: #000;
        }

        .sticky + .content {
            padding-top: 60px;
        }

    .header-nobanner {
        height: 70px;
    }

    .body-content h2 {
        margin-top: 46px !important;
    }

    .header-menu-nobanner-left img {
        width: 12%;
        position: fixed;
        margin-top:15px
    }

    .header-menu-nobanner-left {
        text-align: left;
        margin-top: -62px;
        position: absolute;
        z-index: 9999;
        margin-left: 30px;
    }

    .sticky .header-menu-nobanner-left {
        margin-top: -16px !important;
        /* background-color: white; */
        margin-left: 50px;
    }

    .header-top-right-lienhe h3 {
    }

    .header-top-right-lienhe {
        /*display:none;*/
        margin-top: 73px;
        margin-bottom: 25px;
        margin-left: 102px !important;
    }

    .col-md-6.col-sm-6.col-xs-6.header-top-right {
        width: 58% !important;
    }

    .col-md-1.col-ms-1.col-xs-1.header-top-right {
        width: 12.333333% !important
    }

    .header-top .header-top-right .header-top-right-lienhe h3 {
        margin-left: -125px;
        height: 0px;
        float: none;
        /* line-height: 55px; */
        /* float: left; */
        font-size: 12px;
        font-weight: 300;
        color: #337ab7 !important;
    }

    .banner-testcentre {
        margin-top: 49px;
        width: 100%;
        min-height: 190px !important;
    }

    .banner-khoahoc {
        margin-top: 65px;
        width: 100%;
        min-height: 150px !important;
    }

        .banner-khoahoc img {
            width: 100%;
            min-height: 150px !important;
        }

    .header-top-right-ngoaingu a {
        color: #337ab7 !important;
        font-size: 13px;
    }

    .col-md-6.header-top-right {
        padding-left: 85px;
    }

    .header-top-right-ngoaingu {
        margin-top: 64px;
    }

    .header-menu-left img {
        width: 70%;
    }

    .header-top .header-top-right .header-top-right-lienhe i {
        width: 16px;
        height: 22px;
        margin-top: -5px;
        color: #337ab7 !important;
    }



    .header-menu-left {
        text-align: left;
        margin-top: -120px;
        position: fixed;
        z-index: 9999;
        margin-left: 15px;
    }


    #show, #hide {
        margin-top: -66px;
        position: absolute;
        z-index: 9999;
        margin-left: 266px;
    }

        #show i, #hide i {
            color: #fff;
            position: fixed;
        }

    #search {
        position: fixed;
        z-index: 9999;
    }

    input[type="search"] {
        float: right;
        width: 136px;
        margin-top: -50px !important;
        color: #000 !important;
        margin-left: 109px !important;
        transition: all 0.5s ease
    }





    #search i {
        float: right;
        margin-top: -46px !important;
        margin-left: 241px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-right #show, .header-menu-right #hide {
        margin-top: -52px;
        position: absolute;
        z-index: 9999;
        margin-left: 280px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -67px;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .sticky.header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -17px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 268px;
    }

    .header-menu-nobanner-right #show, .header-menu-nobanner-right #hide {
        margin-top: -52px !important;
        position: absolute;
        z-index: 9999;
        margin-left: 290px;
    }

    .header-menu-right i {
        font-size: 15px;
        margin-top: -55px;
        margin-left: -35px;
    }

    .header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 5px;
        margin-left: -35px;
    }

    .sticky.header-menu-nobanner-right i {
        font-size: 15px;
        margin-top: 57px;
        margin-left: -23px;
    }

    .sticky .header-menu-nobanner-right i {
        margin-top: 55px;
    }

    .header-menu-nobanner-right input[type="search"] {
    }



    .header-menu-right #search i {
        float: right;
        margin-top: -38px !important;
        margin-left: 265px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .header-menu-nobanner-right #search i {
        float: right;
        margin-top: -45px !important;
        margin-left: 228px !important;
        position: absolute;
        color: #000 !important;
        font-size: 15px;
        z-index: 99999 !important;
    }

    .navbar {
        display: block
    }

    #menu {
        display: none;
    }

    .nav {
        width: 100%;
        height: auto !important;
        list-style: none;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        width: 100% !important;
        position: relative !important;
        float: right !important;
    }

    .navbar > .container, .navbar > .container-fluid {
        width: 100% !important;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0 !important;
    }

    .subs {
        position: relative !important;
        display: block;
        padding: 0;
        left: 0;
        width: 240px;
        box-shadow: none;
        opacity: 0;
        visibility: visible;
        background: #222;
    }

    .nav-li:hover .subs-a, .nav-li:hover .subs1-a, .nav-li:hover .subs2-a {
        color: #fff;
        font-family: Montserrat;
    }

    .subs1 {
        display: block;
        padding: 0;
        position: absolute;
        margin-top: -49px;
        margin-left: 241px;
        left: 0;
        width: 270px;
        opacity: 0;
        visibility: visible;
        background: #222;
        box-shadow: none;
        border-radius: 15px;
    }
    /*Level 4*/
    .subs2 {
        display: block;
        padding: 0;
        position: absolute;
        margin: -49px 0 0 271px;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: visible;
        border-radius: 15px;
        background: #222;
        box-shadow: none;
    }

    .subs-li, .subs1-li, .subs2-li {
        background: rgba(255,255,255,0.8);
        background: transparent;
        display: block;
        overflow: hidden;
        height: 0;
        -webkit-transiton: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: -15px;
    }

    .subs-a, .subs1-a, .subs2-a {
        text-decoration: none;
        color: #fff;
        padding: 32px 26px;
        height: 40px;
        line-height: 6px;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
    }

    .nav > li > a {
        background: none !important;
    }

    .nav-a:hover {
        color: #ff6a00 !important;
        height: 50px;
    }

    .nav-li:hover .subs-li, .subs-li:hover .subs1-li, .subs1-li:hover .subs2-li {
        height: 55px
    }

    .subs-li:hover .subs-a, .subs1-li:hover .subs1-a, .subs2-li:hover .subs2-a {
        color: #ff6a00;
        padding-left: 37px
    }

    .nav-li:hover .subs, .subs-li:hover .subs1, .subs1-li:hover .subs2 {
        display: block;
        opacity: 1;
        visibility: visible
    }

    .sticky .header-menu-right i {
        margin-top: 65px;
    }



    .sticky .header-menu-left {
        margin-top: -6px;
        margin-left: 74px;
    }

    .header-menu-nobanner .sticky input[type="search"] {
        margin-top: 0px !important;
    }

    .sticky #search i {
        margin-top: 5px !important;
    }

    .header-menu-right input[type="search"] {
        margin-top: -113px !important;
        margin-left: 104px !important;
        position: fixed !important;
    }

    .header-menu-right #search i {
        margin-top: -108px !important;
        margin-left: 222px !important;
        position: fixed;
    }

    .sticky .header-menu-right #search i {
        margin-top: 13px !important;
        margin-left: 220px !important;
    }

    .sticky .header-menu-right input[type="search"] {
        margin-top: 8px !important;
        margin-left: 101px !important;
    }

    .sticky .header-menu-right .navbar {
    }

    .sticky .header-menu-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right .navbar-toggle {
        margin-top: 8px
    }

    .sticky .header-menu-nobanner-right input[type="search"] {
        margin-top: 0px !important;
        margin-left: 110px !important;
    }

    .search-box {
        width: 89%;
        height: 42px;
        background: #fff;
        border-radius: 45px;
        margin-left: 27%;
        margin-top: 9%;
    }


        .search-box input {
            width: 82%;
            height: 41px;
            outline: none;
            border: none;
            font-size: 8px;
        }

    .search-button input {
        font-size: 11px;
        line-height: 43px;
        width: 197%;
        height: 43px;
        background: #ff6a00;
        /* margin-top: -3%; */
        /* margin-left: -6%; */
        border-top-right-radius: 44px;
        border-bottom-right-radius: 45px;
    }

    .search-button a {
        text-decoration: none !important;
        color: #fff !important;
        line-height: 42px;
        font-size: 10px;
    }

    .search-button {
        width: 34%;
        height: 43px;
        background: #ff6a00;
        margin-top: 18%;
        margin-left: 8%;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
    }

    .content-about-left h3 {
        padding-left: 38px;
        font-size: 25px;
        padding-top: 36px;
        font-weight: bold;
    }

    .content-training {
        margin-bottom: 50px;
        margin-left: 10px;
        padding-left: 34px;
        /* text-align: center; */
    }

    .content-about-left p {
        padding-left: 40px;
        padding-right: 39px;
        font-size: 21px;
        padding-top: 36px;
        text-align: justify;
    }

    .news-right {
        margin-top: -17px;
        height: 100%;
        width: 100%;
        float: right;
        padding-left: 15px;
    }

    .News-left-content img {
        min-height: 300px !important;
        width: 300px !important;
    }

    .news-right-content img {
        width: 92%;
        height: 230px !important;
    }

    .news-event-content img {
        width: 96%;
        height: 230px !important;
    }

    element.style {
    }

    .news-others-content img {
        width: 109%;
        height: 330px;
    }

    .newsdetail img {
        height: 250px;
    }

    .newsdetail-item img {
        width: 100%;
        height: 370px !important;
        /* padding-left: 20px; */
        border-radius: 15px;
    }

    .col-md-7.newsdetail-item {
        margin-top: 15px;
    }

    .content-about {
        background: #efefef;
        font-family: Montserrat;
        margin-top: -20px;
    }

    .content-training-header h3 {
        font-weight: bold;
        font-size: 22px;
        margin-top: 75px;
        margin-bottom: 33px;
    }

    .content-training-item p {
        text-align: justify;
        line-height: 26px;
        color: #757474;
        margin-right: 50px;
    }

    .content-training-header p {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .schedule-course-wrap.schedule-moblie {
        display: block;
    }

    .schedule-moblie .col-lg-12 .col-md-12 .col-sm-12 .col-xs-12 {
        text-align: center;
    }

    .schedule-course-wrap {
        display: none;
    }

    .col-md-12, .col-sm-12 {
        margin-bottom: 0px !important;
    }

    .blueberry .slides li img {
        display: block;
        width: 100%;
        height: 125px !important;
        max-width: none;
    }

    .blueberry .pager {
        height: 40px;
        text-align: center;
        position: relative;
        margin-top: -75px !important;
    }

    .blueberry .slides {
        height: 150px !important;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .content-services {
        margin-top: -20px !important;
    }

    .content-services-header p {
        text-align: center;
        /* padding: 78px; */
        padding-left: 10px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px;
    }

    .content-services-item {
        /* text-align: center; */
        width: 90%;
        border: 2px solid #dedede;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    /*Schedule*/
    .btn-schedule.btn-download-schedule {
        font-size: 14px;
        background: #fff;
        color: #111;
        border-radius: 0px;
    }

    .btn-schedule {
        display: inline-block;
        padding: 0 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .btn-schedule.btn-download-schedule i {
            margin-right: 5px;
            font-size: 18px;
            color: #f00;
        }

    .schedule-course {
        background: #7d7777;
        text-align: center;
        line-height: 15px;
        border-right: 4px solid #fff;
    }

    .panel-schedule-course {
        background: #fbae00 !important;
        border-bottom: 10px solid #fff !important;
    }

    .schedule-course-wrap {
        box-shadow: none !important;
    }

    .schedule-course-body {
        border-left: 3px solid #fbae00 !important;
    }

    .col-md-4.tieudesub.schedule-course-sub {
        padding-left: 15px;
    }

    .schedule-course-title-a {
        display: block;
        color: #000 !important;
        padding: 15px;
        font-weight: bold;
        position: relative;
        font-size: 16px;
        font-weight: bold;
    }

    .submenu .col-md-2, .submenu .col-md-1 {
        height: 40px;
        line-height: 26px;
    }

    .footer {
        min-height: 300px;
        background: #284358;
        padding-left: 25px;
    }

    .footer-header {
        min-height: 230px;
        margin-top: 15px;
    }

        .footer-header .col-md-2, .footer-header .col-md-3, .footer-header .col-md-4 {
            width: 90%;
            color: #fff;
            min-height: 250px;
        }

            .footer-header .col-md-2 p, .footer-header .col-md-3 p, .footer-header .col-md-4 p {
                padding-right: 20px;
            }

            .footer-header .col-md-2 a, .footer-header .col-md-3 a, .footer-header .col-md-4 a {
                color: #fff;
            }

    .footer-left {
        min-height: 20px;
    }

        .footer-left h1 {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
        }

        .footer-left h3 {
            font-size: 15px;
            color: #fff;
            margin-top: -12px;
            margin-left: -15px;
        }

    .footer-right {
        min-height: 20px;
    }

    .about-content-right img {
        float: left;
        margin-right: 40px;
        width: 100%;
        height: 300px;
    }

    .about-teacher-item h3 {
        width: 100%;
        height: 50px;
        border-radius: 10px;
    }

    .about-environment-infrastructure p {
        padding-left: 35px;
        line-height: 25px;
    }

    .content-about-right img {
        width: 100%;
        height: 300px;
    }

    .promotion-content {
        margin-left: 0px;
    }

        .promotion-content .col-md-8 {
            padding: 0px !important;
        }

        .promotion-content .col-md-6 img {
            width: 330px;
            height: 330px;
            margin-top: 15px;
        }
}
/*About*/
.about-us {
}

.about-content {
    min-height: 380px;
    margin-bottom: 50px
}

.about-title {
    text-align: center;
}

    .about-title h3 {
        margin-bottom: 50px;
        font-size: 28px;
        font-weight: bold;
        margin-top: 75px;
    }

        .about-title h3:after {
            content: '';
            display: block;
            height: 3px;
            margin: 10px auto;
            width: 100px;
            background: #ff6a00;
        }

.about-content-left img {
    width: 100%;
    height: 380px;
    border-radius: 10px;
}

.col-md-6.about-content-right {
    padding-left: 30px;
}

.about-content-right h3 {
    font-size: 31px;
    font-weight: bold;
}

.about-content-right p {
    line-height: 25px;
}

.about-content-right img {
    float: left;
    margin-right: 40px;
}

.about-history {
    background: #f9f9f9;
}

.about-content-history {
    height: 380px;
    margin-bottom: 50px
}

.about-history-title {
    text-align: center;
    margin-top: 43px;
}

    .about-history-title h3 {
        margin-bottom: 50px;
        font-size: 28px;
        font-weight: bold
    }

        .about-history-title h3:after {
            content: '';
            display: block;
            height: 3px;
            margin: 10px auto;
            width: 100px;
            background: #ff6a00;
        }

.about-history img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.about-history-content {
    margin-bottom: 50px;
}

    .about-history-content p {
        line-height: 25px;
    }

.about-environment {
    background: #fff;
}

.about-environment-title {
    text-align: center;
    margin-top: 43px;
}

    .about-environment-title h3 {
        margin-bottom: 50px;
        font-size: 28px;
        font-weight: bold
    }

        .about-environment-title h3:after {
            content: '';
            display: block;
            height: 3px;
            margin: 10px auto;
            width: 100px;
            background: #ff6a00;
        }

.about-environment-infrastructure-title h3 {
    font-size: 25px;
}

.about-environment-infrastructure-title span {
    color: #ff6a00;
    font-weight: bold;
}

.about-environment-infrastructure p {
    padding-left: 35px;
    line-height: 25px;
}

.about-teacher {
    background: #f9f9f9;
}

.about-teacher-title {
    text-align: center;
    margin-top: 43px;
}

    .about-teacher-title h3 {
        margin-bottom: 50px;
        font-size: 28px;
        font-weight: bold
    }

        .about-teacher-title h3:after {
            content: '';
            display: block;
            height: 3px;
            margin: 10px auto;
            width: 100px;
            background: #ff6a00;
        }

.about-teacher-item {
    text-align: center;
}

    .about-teacher-item img {
        width: 90%;
        height: 300px;
        border-radius: 10px;
    }

    .about-teacher-item h3 {
        width: 100%;
        height: 300px;
        border-radius: 10px;
    }

    .about-teacher-item a {
        text-decoration: none;
        color: #ff6a00;
    }

.about-environment-infrastructure img {
    width: 100%;
    border-radius: 10px;
}

@font-face {
    font-family: 'Montserrat-bold';
    src: url('/font/Montserrat-Bold.otf') format("opentype");
}

.about-teacher-detail {
    margin-top: 50px;
}

    .about-teacher-detail img {
        border-radius: 10px;
        width: 90%;
        height: 90%;
    }

.about-teacher-information {
    box-shadow: rgba(25, 35, 40, 0.09) 0px 5px 20px 5px;
    padding: 40px 40px 33px;
    border-radius: 10px;
    line-height: 35px;
}

    .about-teacher-information h1 {
        font-size: 34px;
        font-weight: bold;
        color: #000;
        font-family: Montserrat-bold;
    }

    .about-teacher-information span {
        font-family: Montserrat-bold;
        padding-right: 10px;
        font-weight: bold;
        color: #000;
    }

    .about-teacher-information p {
        font-size: 17px;
    }

.about-teacher-content h1 {
    font-family: Montserrat-bold;
    font-size: 40px;
}

.about-teacher-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #727e85;
    text-align: justify
}
/*Training*/
/*Training detail*/
.panel-group .panel + .panel {
    margin-top: -8px !important;
}

.circle-fb {
    border-radius: 45px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #007eb9;
    text-align: center;
}

    .circle-fb i {
        line-height: 40px;
        color: #fff;
    }

.circle-skype {
    border-radius: 45px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #007eb9;
    text-align: center;
    margin-left: 51px;
}

    .circle-skype i {
        line-height: 40px;
        color: #fff;
    }

div[class*='col-'] {
    padding: 0 0px;
}

.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

.panel {
    background: none !important;
    border-width: 0 0 1px 0;
    border-style: solid;
    background: none;
    box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}

    .panel:last-child {
        border-bottom: none;
    }

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-heading {
    background-color: #f2f2f2;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0 15px !important;
}

.panel-heading1 {
    margin-top: -11px;
    background-color: #f2f2f2;
    border-radius: 0;
    border: none;
    color: #fff;
}

.arrowLine {
    background-color: #ff6a00;
    border-bottom: 0 solid transparent;
    border-top: 0 solid transparent;
    height: 45px;
    width: auto;
    float: left;
    margin-top: 30px;
    margin-bottom: 15px
}

    .arrowLine h1 {
        color: #fff;
        font-size: 26px;
        margin-top: 3px;
        padding: 5px;
    }

.triangle_left {
    margin-top: 30px;
    height: 0px;
    width: 0px;
    border-left: 20px solid #ff6a00;
    border-top: 20px solid transparent;
    border-bottom: 25px solid transparent;
    float: left;
    margin-bottom: 15px
}

.panel-title-a {
    display: block;
    color: #005a70 !important;
    padding: 15px 0px 5px 15px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.panel-title1 a {
    display: block;
    color: #236bae !important;
    padding: 15px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.panel-heading p {
    color: #000;
    padding: 0px 0px 15px 15px;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading1 {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}

#bs-collapse icon scale option

.panel-heading a:before {
    content: '+';
    position: absolute;
    font-family: 'Montserrat';
    left: -5px;
    top: 10px;
    font-size: 22px;
    transition: all 0.5s;
    transform: scale(1);
    font-weight: bold;
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}


/* #accordion rotate icon option */
.col-md-12, .col-sm-12 {
    margin-top: 10px;
    margin-bottom: 50px;
}

.button_schedule {
    margin-top: -12px;
    height: inherit !important;
    line-height: normal !important;
}

.submenu {
    margin-left: 12px !important;
    margin-top: 10px !important;
}

.tieudesub {
    margin-top: 3px;
}

.submenu .col-md-2, .submenu .col-md-1 {
    height: 40px;
    line-height: 26px;
}

.panel-body {
    border-left: 3px solid #f00;
    padding: 0px !important;
    margin-left: -15px;
}

.panel-collapse {
    margin-left: 15px;
    padding: 15px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0px solid #ddd !important;
}

.transform {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.transform-active {
    background-color: #45CEE0;
    height: 200px;
    width: 200px;
}

.col-lg-10 a {
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.col-lg-10 p {
    padding: 10px;
    font-size: 15px;
    color: #4e4e4e;
}

.col-lg-2 a {
    text-decoration: none !important;
}


.button-moredex {
    border: none;
    font-family: 'Montserrat';
    font-size: 14px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 9px 14px;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5;
    transition: all 0.5s;
    margin: 10px 0;
}


.button-1 {
    border: 1px solid #007eb9;
    color: #007eb9;
}

.button-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #007eb9;
}

.button-1c:hover,
.button-1c:active {
    color: #fff;
}

    .button-1c:hover:after,
    .button-1c:active:after {
        width: 100%;
    }

.button-moredex:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

summary {
    background: #f2f2f2;
    height: 35px;
    color: #236bae;
    font-size: 17px;
    font-weight: bold;
    outline: none;
    line-height: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    summary::-webkit-details-marker {
        display: none
    }

.panel-title a:after {
    /*background: #1DE9B6;*/
    border-radius: 5px;
    content: "+";
    color: #000;
    float: left;
    font-size: 23px;
    margin: -5px 10px 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
    line-height: 45px;
}

#bs-collapse .panel-heading a:after {
    content: '+';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    left: -10px;
    top: 7px;
    /*transform: scale(0);*/
    transition: all 0.5s;
    color: #000;
}

#bs-collapse .panel-heading.active a:after {
    content: '-';
    transform: scale(1);
    transition: all 0.5s;
    color: #000;
    left: -10px !important;
    top: 5px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: '+';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

details {
    /*border: 1px solid #E1E1E1;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);*/
    color: #363636;
    padding: 10px;
}

/*Traning detail*/
.tieudekhoahoc {
    font-size: 27px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -15px;
}

    .tieudekhoahoc h1 {
        font-size: 25px;
        padding-left: 34px;
    }

.banner-khoahoc {
    width: 100%;
    min-height: 250px;
}

    .banner-khoahoc img {
        width: 100%;
        min-height: 250px;
    }

.banner-khoahoc2 {
    width: 100%;
    height: 200px;
}

    .banner-khoahoc2 img {
        width: 100%;
        height: 200px;
    }

.khoahoclienquan {
    background: #f0f8ff;
    height: 38px;
    line-height: 35px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 75px;
    margin-bottom: 10px;
    border-radius: 10px;
}


.tenkhoahoc {
    background: #fbfcfd;
    padding-left: 20px;
}

    .tenkhoahoc a {
        text-decoration: none;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
    }

        .tenkhoahoc a:hover {
            color: #236bae;
            text-decoration: none;
        }

.col-lg-7 p {
    text-align: justify;
    line-height: 25px;
}

.col-lg-7.col-md-12.col-lg-pull-5 {
    font-family: 'Montserrat';
}

.ccheading {
    text-transform: none;
    background-color: aliceblue;
    border-radius: 10px;
    padding-top: 4px;
    margin-top: 25px;
    font-size: 19px;
    color: black;
    padding: 8px;
    padding-left: 20px;
}

.btn.btn-download {
    padding: 15px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    color: #111;
    border-radius: 0px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.btn-download i {
        margin-right: 5px;
        font-size: 18px;
        color: #cd2c32;
    }

.hover-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.filled-button-lg {
    background-color: #4abef0;
    color: white;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: bold;
}

.hover-outline-out:before {
    content: '';
    position: absolute;
    border: #4abef0 solid 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top,right,bottom,left;
    transition-property: top,right,bottom,left;
}

.filled-button-lg:hover {
    text-decoration: none !important;
}

.col-lg-4.col-lg-offset-1.col-lg-push-7 {
    margin-top: 20px;
}

.danh-muc-khoa-hoc img {
    float: left;
    width: 250px;
    height: 250px;
}

.danh-muc-khoa-hoc {
    margin-left: 40px;
}

/*Promotion*/
.promotion .col-lg-4 img {
    width: 100%;
    height: 200px;
}

.promotion .col-lg-7 {
    padding-left: 15px;
}

.promotion .col-md-9 {
    margin-top: 29px !important;
}

.promotion-date {
    color: #ff6a00;
}

.promotion-title a {
    color: #236bae;
    text-decoration: none;
}

    .promotion-title a:hover {
        color: #f00;
        text-decoration: none;
    }

.promotion-duongke {
    width: 95%;
    font-size: 38px;
    color: #ff6a00;
    /* width: 41px; */
    height: 1px;
    background: #ff6a00;
    margin-left: -17px;
}

.promotiondetail-titleleft {
    color: #ff6a00;
    font-size: 19px;
    font-weight: bold;
}
/*Promotion Detail*/
.promotiondetail {
    margin-top: 35px;
}

    .promotiondetail h1 {
        font-size: 27px;
        line-height: 30px;
        font-weight: bold;
    }

    .promotiondetail span {
        font-size: 17px;
    }

    .promotiondetail .col-md-9 {
        text-align: justify;
        padding-right: 50px;
    }

        .promotiondetail .col-md-9 h1 {
            font-weight: bold;
            font-size: 23px;
        }

        .promotiondetail .col-md-9 ul {
            margin-left: 15px;
            font-size: 17px;
        }

        .promotiondetail .col-md-9 li {
            line-height: 32px;
            font-size: 17px;
        }

        .promotiondetail .col-md-9 p {
            line-height: 32px;
            font-size: 17px;
        }

        .promotiondetail .col-md-9 img {
            margin-top: 15px;
            margin-bottom: 50px;
        }

    .promotiondetail .col-md-3 {
        height: auto;
    }

.promotiondetail-title {
    height: 50px;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.promotiondetail-right {
    margin-left: 1px !important;
    margin-top: 15px !important;
    margin-right: 2px !important;
}

    .promotiondetail-right img {
        width: 100%;
        height: 82px;
    }

    .promotiondetail-right .col-lg-4 {
        margin-top: 15px;
    }

    .promotiondetail-right .col-lg-7 {
        margin-left: 19px;
        margin-top: 15px;
    }

        .promotiondetail-right .col-lg-7 h3 {
            font-size: 15px;
            margin: 0 auto !important;
            text-align: justify;
        }

.promotion-content, .promotion-date {
}

.promotion-free {
    height: 50px;
    background: #ff6a00;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 17px;
}

.promotion-freecontent {
    height: 550px;
    background: #e9f0f7;
}

.promotion-freecontent-div .col-lg-4 img {
    width: 100%;
    height: 95px;
}

.promotion-freecontent-div .col-lg-7 h3 {
    color: #f00;
    margin: 0 auto;
}

    .promotion-freecontent-div .col-lg-7 h3 a {
        color: #4e5050;
        font-size: 15px;
        margin: 0 auto;
    }

        .promotion-freecontent-div .col-lg-7 h3 a:hover {
            text-decoration: none;
            color: #236bae;
        }

.promotion-freecontent-div {
    margin-top: 15px;
    padding-left: 22px;
}

.promotion-duongke-free {
    width: 95%;
    font-size: 38px;
    height: 1px;
    background: #bbb2b2;
    margin-left: 6px;
    margin-bottom: 1px;
    margin-top: 10px;
}

.promotion-free-xemthem {
    float: right;
    margin-right: 20px;
}

    .promotion-free-xemthem a:hover {
        text-decoration: none;
        background: #236bae;
    }
/*Test Centre*/
.testcentre-header {
    text-align: center;
}

    .testcentre-header h2 {
        font-size: 27px;
        font-weight: bold;
    }

.row.testcentre {
    margin-top: 30px;
}

.banner-testcentre {
    width: 100%;
    min-height: 350px;
}

    .banner-testcentre img {
        width: 100%;
        min-height: 350px;
    }

.testcentre .col-md-4 {
    height: 200px;
    background: #cee3f9;
    text-align: center;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    line-height: 200px;
    font-size: 17px;
    color: #000;
}

    .testcentre .col-md-4:hover {
        background: #2a8fec;
        color: #fff;
        text-decoration: none;
    }
/*.testcentre .col-md-4 a:hover {
        color: #fff;
        text-decoration: none; 
       
    }*/
.testcentre .col-md-8 .col-md-6 {
    height: 100px;
    background: #cee3f9;
    text-align: center;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-top: 33px;
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.testcentre .col-md-8 a {
}

.testcentre .col-md-8 .col-md-6:hover {
    text-decoration: none;
    color: #000 !important;
    background: #2a8fec;
}

.testcentre .col-md-4:hover {
    color: #000 !important;
}


.testcentre .col-lg-4 img {
    width: 100%;
    height: 200px;
}

.testcentre .col-lg-7 {
    padding-left: 15px;
}

.testcentre-date {
    color: #828282;
    margin-top: 15px;
    padding-left: 15px;
}

.testcentre-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -9px;
}

    .testcentre-title a {
        color: #000000;
        text-decoration: none;
        font-size: 15px;
        /* padding-left: 15px; */
        /*font-weight: bold;*/
    }

        .testcentre-title a:hover {
            color: #ff6a00;
            text-decoration: none;
        }

.testcentre-duongke {
    font-size: 38px;
    color: #f00;
    /* width: 41px; */
    height: 1px;
    background: #f00;
}

.testcentre-item {
    width: 100%;
}

.testcentre-container {
    margin-left: 0;
}

    .testcentre-container img {
        width: 90%;
        height: 250px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .testcentre-container .col-md-3 {
        margin-top: 50px;
    }

.testcentre-list {
    border: 1px solid #eee;
    width: 90%;
    box-shadow: 1px 1px 1px #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.testcentre-list {
    min-height: 120px;
}

    .testcentre-list:hover {
        box-shadow: 0px 8px 17px 4px #eee;
        transition: all .5s ease-in-out;
    }

.testcentre-content {
    padding-left: 15px;
    text-align: justify;
    font-size: 13px;
    padding-right: 15px;
}

.testcentre-detail {
    margin-top: 25px;
    text-align: justify
}

    .testcentre-detail h1 {
        font-family: Montserrat-bold;
        font-size: 27px;
    }

    .testcentre-detail .col-md-9 {
        padding-left: 50px;
    }

    .testcentre-detail .col-md-3 ul {
    }

    .testcentre-detail .col-md-3 li {
        text-align: center;
        list-style: none;
        background: #f26a21;
        border-radius: 12px;
        margin-top: 15px;
        /* height: 56px; */
        padding: 14px 15px;
        /* line-height: 45px; */
        font-size: 16px;
        /* margin: 0; */
        margin-top: 9px;
        /* padding: 0; */
    }

    .testcentre-detail .col-md-3 a {
        color: #fff;
    }

    .testcentre-detail .col-md-3 li:hover {
        background: #005a70;
    }
/*News*/
.news {
    margin: 0 !important;
    background: #fff
}

.news-left-title, .news-event-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 25px
}

.event-item {
    margin-top: 50px;
}

.news-left-title, .news-right-title, .news-event-title {
    font-family: Montserrat-bold;
    font-size: 30px;
    /*border-left: 5px solid #ff6a00;*/
    padding-left: 6px;
    margin-top: 60px;
    margin-bottom: 22px;
    font-weight: bold;
}

.news-right-title-tuyendung, .news-right-title-thuthuat {
    font-family: Montserrat-bold;
    font-size: 30px;
    text-align: center;
    padding-left: 6px;
    margin-top: 80px;
    margin-bottom: 15px;
    margin-bottom: 22px;
    font-weight: bold;
    margin-bottom: 35px
}

.news-thuthuat {
    padding-right: 40px !important;
}

.news-tuyendung {
    padding-right: 40px !important;
}

.news-right {
    margin-top: -17px;
    height: 100%;
    width: 82%;
    float: right;
    padding-left: 15px;
}

.news-right-content {
    margin-top: 17px;
}

.News-left-content {
    text-align: center;
}

    .News-left-content h3 {
        text-align: left;
        font-size: 19px;
        line-height: 25px;
        padding-left: 55px;
    }

    .News-left-content img {
        min-height: 400px;
        width: 400px;
    }

.news-right-content img {
    width: 90%;
    margin-left: 10px;
}

.news-right-content h3 {
    font-size: 15px;
    width: 90%;
    padding-left: 12px;
    margin-top: 0 auto;
    margin: 0 auto;
    line-height: 22px;
}

.news-right-line {
    width: 100%;
    height: 1px;
    background: #b1b1ae;
    margin-bottom: 20px;
    margin-top: 20px;
}

.news-event-content {
    text-align: center;
    margin-top: 27px;
}

.news-event {
    height: 50px;
    margin-left: 0px !important;
}

.news-event-content img {
    width: 85%;
    height: 240px;
}

.news-event-content h3 {
    font-size: 15px;
    width: 85%;
    font-weight: bold;
    margin-left: 23px;
    text-align: justify;
    line-height: 20px;
}

.news-others {
    margin-bottom: 50px;
}

.news-others-content {
    width: 96%;
    margin-left: 10px !important;
}

    .news-others-content img {
        width: 85%;
        height: 200px;
    }

    .news-others-content h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 auto;
        margin-bottom: 5px;
        text-align: justify;
    }

    .news-others-content span {
        color: #ff6a00;
        font-size: 15px;
    }

    .news-others-content p {
        font-size: 15px;
        text-align: justify;
        line-height: 20px;
        margin-top: 9px;
    }

.newsdetail-row {
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
}

.newsdetail span {
}

.newsdetail img {
    margin-left: 5px;
}

.newsdetail ul {
    margin-left: 15px;
    line-height: 20px;
}

.newsdetail li {
    padding: 8px 0;
    text-align: justify;
    padding-right: 60px;
}

.newsdetail p {
    margin-top: 15px;
    font-family: Montserrat !important;
}

.col-md-5.newsdetail-item {
}

.newsdetail-item p {
    font-size: 14px;
    padding-left: 15px;
    color: #ff6a00
}

.newsdetail h1 {
    font-size: 25px;
    /* padding-right: 4px; */
    font-weight: bold;
    line-height: 33px;
}
/*.newsdetail h1:before {
        content: '';
        width: 74px;
        height: 5px;
        background: #ff6a00;
        position: absolute;

    }*/
.newsdetail-item img {
    width: 100%;
    height: 110px;
    /* padding-left: 20px; */
    border-radius: 15px;
}

.newsdetail-item h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #3e3d3d;
    padding-left: 14px;
    margin-top: -5px;
    line-height: 20px;
    color: #000
}

.news-button {
    float: right
}

.news-button-seemore {
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    background: #ff6a00;
}

    .news-button-seemore a {
        color: #fff;
    }

    .news-button-seemore:hover {
        background: #fff;
        border: 1px solid #ff6a00;
        transition: all 0.3s ease
    }

        .news-button-seemore:hover a {
            color: #ff6a00;
            transition: all 0.3s ease
        }

.news-list-header img {
    height: 500px;
    width: 100%;
}

.news-list-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .news-list-title h2 {
        font-family: Montserrat-bold;
        font-size: 35px
    }

.news-list {
    width: 87%;
    margin-left: 10px !important;
    margin-top: 15px;
}

.news-list-item .col-md-3, .news-list-item .col-ms-3, .news-list-item .col-xs-3 {
    margin-bottom: 40px;
}

.news-list-item {
    margin-top: 50px;
}

.news-list img {
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
    border: 1px solid #c7c6c6;
}

.news-list-content {
    border: 1px solid #c7c6c6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 115px;
}

    .news-list-content:hover {
        box-shadow: 0px 3px 14px rgba(0,0,0,0.3);
        transition: all 0.5s ease
    }

    .news-list-content h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .news-list-content span {
        color: #ff6a00;
        font-size: 13px;
    }

    .news-list-content p {
        font-size: 15px;
        text-align: justify;
        line-height: 20px;
        margin-top: 9px;
    }

    .news-list-content h4 {
        color: #ff6a00;
        font-size: 13px;
        font-weight: bold
    }
/*Event List*/
.event-list-header img {
    height: 500px;
    width: 100%;
}

.event-list-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .event-list-title h2 {
        font-family: Montserrat-bold;
        font-size: 35px
    }

.event-list {
    width: 87%;
    margin-left: 10px !important;
}

.event-list-item {
    margin-top: 50px;
}

.event-list img {
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
}

.event-list-content {
    border: 1px solid #c7c6c6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

    .event-list-content:hover {
        box-shadow: 0px 3px 14px rgba(0,0,0,0.3);
        transition: all 0.5s ease
    }

    .event-list-content h3 {
        font-size: 17px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 auto;
        margin-bottom: 5px;
        text-align: justify;
        margin-top: 20px;
    }

    .event-list-content span {
        color: #ff6a00;
        font-size: 15px;
    }

    .event-list-content p {
        font-size: 15px;
        text-align: justify;
        line-height: 20px;
        margin-top: 9px;
    }

/*ExperinceList*/
.experince-list-header img {
    height: 500px;
    width: 100%;
}

.experince-list-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .experince-list-title h2 {
        font-family: Montserrat-bold;
        font-size: 35px
    }

.experince-list {
    width: 87%;
    margin-left: 10px !important;
}

.experince-list-item {
    margin-top: 50px;
}

.experince-list img {
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
}

.experince-list-content {
    border: 1px solid #c7c6c6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

    .experince-list-content:hover {
        box-shadow: 0px 3px 14px rgba(0,0,0,0.3);
        transition: all 0.5s ease
    }

    .experince-list-content h3 {
        font-size: 17px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 auto;
        margin-bottom: 5px;
        text-align: justify;
        margin-top: 20px;
    }

    .experince-list-content span {
        color: #ff6a00;
        font-size: 15px;
    }

    .experince-list-content p {
        font-size: 15px;
        text-align: justify;
        line-height: 20px;
        margin-top: 9px;
    }
/*reruitmentList*/
.recruitment-list-header img {
    height: 500px;
    width: 100%;
}

.recruitment-list-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .recruitment-list-title h2 {
        font-family: Montserrat-bold;
        font-size: 35px
    }

.recruitment-list {
    width: 87%;
    margin-left: 10px !important;
}

.recruitment-list-item {
    margin-top: 50px;
}

.recruitment-list img {
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
}

.recruitment-list-content {
    border: 1px solid #c7c6c6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.recruitment-list-content {
    padding-top: 10px;
}

    .recruitment-list-content:hover {
        box-shadow: 0px 3px 14px rgba(0,0,0,0.3);
        transition: all 0.5s ease
    }

    .recruitment-list-content h3 {
        font-size: 17px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 auto;
        margin-bottom: 5px;
        text-align: justify;
        margin-top: 5px;
    }

    .recruitment-list-content span {
        color: #ff6a00;
        font-size: 15px;
        margin-top: 15px;
    }

    .recruitment-list-content p {
        font-size: 15px;
        text-align: justify;
        line-height: 20px;
        margin-top: 9px;
    }
/*Ebook Free*/

.ebook-list-header img {
    height: 500px;
    width: 100%;
}

.ebook-list-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .ebook-list-title h2 {
        font-family: Montserrat-bold;
        font-size: 35px
    }

.ebook-list {
    width: 87%;
    margin-left: 10px !important;
    margin-top: 20px;
}

.ebook-list-item {
    margin-top: 50px;
}

.ebook-list img {
    width: 150px;
    height: 150px;
    border-radius: 15px 15px 0 0;
}

.ebook-list-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    width: 252px;
}


    .ebook-list-content h3 {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 auto;
        margin-bottom: 5px;
        text-align: justify;
    }

    .ebook-list-content span {
        color: #ff6a00;
        font-size: 13px;
    }

    .ebook-list-content p {
        font-size: 15px;
        text-align: justify;
        line-height: 20px;
        margin-top: 9px;
    }

    .ebook-list-content h4 {
        color: #ff6a00;
        font-size: 13px;
        font-weight: bold
    }
/*EventDetail*/
.eventdetail-row {
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
}

.eventdetail span {
}

.eventdetail img {
    margin-left: 5px;
}

.eventdetail {
}

    .eventdetail p {
        margin-top: 15px;
        text-align: justify;
    }

.eventdetail-item img {
    width: 100%;
    height: 120px;
}

.eventdetail-item {
    padding-left: 15px;
}

    .eventdetail-item h3 {
        font-size: 15px;
        font-weight: bold;
        padding-left: 15px;
        margin-top: -5px;
        color: #000
    }

    .eventdetail-item p {
        font-size: 15px;
        font-weight: bold;
        padding-left: 15px;
        color: #ff6a00
    }
/*Schedule*/
.btn-schedule.btn-download-schedule {
    font-size: 14px;
    background: #fff;
    color: #111;
    border-radius: 0px;
}

.btn-schedule {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn-schedule.btn-download-schedule i {
        margin-right: 5px;
        font-size: 18px;
        color: #f00;
    }

.schedule-course {
    background: #7d7777;
    text-align: center;
    line-height: 15px;
    border-right: 4px solid #fff;
}

.panel-schedule-course {
    background: #fbae00 !important;
    border-bottom: 10px solid #fff !important;
}

.schedule-course-wrap {
    box-shadow: none !important;
}

.schedule-course-body {
    border-left: 3px solid #fbae00 !important;
}

.col-md-4.tieudesub.schedule-course-sub {
    padding-left: 15px;
}

.schedule-course-title-a {
    display: block;
    color: #000 !important;
    padding: 15px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.iteam {
    width: 200px;
    height: 200px;
    float: left;
    border: 3px solid #005a70;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    /*background: #236bae;*/
    line-height: 50px;
    color: #fff;
}

    .iteam img {
        width: 100%;
        height: 100%;
        float: left;
        /*filter: brightness(73%);*/
        -webkit-transform: scale(1);
        /*Webkit: Thu nhỏ kích thước ảnh còn 0.8 so với ảnh gốc*/
        -moz-transform: scale(1);
        /*Thu nhỏ đối với Mozilla*/
        -o-transform: scale(1);
        /*Thu nhỏ đối với Opera*/
        -webkit-transition-duration: 0.5s;
        /*Webkit: Thời gian phóng to, nhỏ ảnh*/
        -moz-transition-duration: 0.5s;
        /*Như trên*/
        -o-transition-duration: 0.5s;
        /*Như trên*/
        opacity: 1;
        /*Độ mờ của hình ảnh*/
        margin: 0 10px 5px 0;
        /*căn đều giữa ảnh*/
        overflow: hidden;
    }

    .iteam h3 {
        text-align: center;
        /* align-items: center; */
        margin: 0 auto;
        width: 200px;
        height: 50px;
        font-size: 15px;
        position: absolute;
        margin-left: -3px;
        margin-top: 197px;
        float: left;
        background: white;
        line-height: 50px;
        background: #005a70;
        color: #fff;
    }

    .iteam a {
        color: #236bae;
    }

    .iteam:hover {
        border: 3px solid #005a70;
    }

    .iteam a img:hover {
        -webkit-transform: scale(1.1);
        /*Webkit: Tăng kích cỡ ảnh lên 1.1 lần*/
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        box-shadow: 0px 0px 30px gray;
        /*Đổ bóng bằng CSS3*/
        -webkit-box-shadow: 0px 0px 30px gray;
        -moz-box-shadow: 0px 0px 30px gray;
        opacity: 1;
        /*Độ mờ của hình ảnh*/
    }


.content-dichvu {
    height: 350px;
    margin-top: 300px;
}


.dichvu h3 {
    text-align: center;
    width: 443px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
    margin-top: 15px;
    color: #fff;
    /* background: url(template/images/Untitled-1_06.png) no-repeat; */
    background: #ff6a00;
    border-radius: 10px;
    margin-left: 371px;
}

.duongke-dichvu {
    width: 100%;
    height: 7px;
    background: #ff6a00;
    line-height: 55px;
    margin-top: -39px;
}

.dichvu p {
    text-align: center;
    font-size: 17px;
    margin-top: 50px;
}

.dichvu {
    text-align: center;
}

.danh-muc-dich-vu {
    margin-top: 15px;
    height: 250px;
    margin-left: 35px;
}

    .danh-muc-dich-vu img {
        float: left;
        width: 250px;
        height: 250px;
    }

.iteam-dichvu {
    width: 255px;
    height: 200px;
    float: left;
    border: 3px solid #f26a21;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    /*background: #236bae;*/
    line-height: 50px;
    color: #fff;
}

    .iteam-dichvu img {
        width: 100%;
        height: 100%;
        float: left;
        /*filter: brightness(73%);*/
        -webkit-transform: scale(1);
        /*Webkit: Thu nhỏ kích thước ảnh còn 0.8 so với ảnh gốc*/
        -moz-transform: scale(1);
        /*Thu nhỏ đối với Mozilla*/
        -o-transform: scale(1);
        /*Thu nhỏ đối với Opera*/
        -webkit-transition-duration: 0.5s;
        /*Webkit: Thời gian phóng to, nhỏ ảnh*/
        -moz-transition-duration: 0.5s;
        /*Như trên*/
        -o-transition-duration: 0.5s;
        /*Như trên*/
        opacity: 0.7;
        /*Độ mờ của hình ảnh*/
        margin: 0 10px 5px 0;
        /*căn đều giữa ảnh*/
        overflow: hidden;
    }

    .iteam-dichvu h3 {
        text-align: center;
        /* align-items: center; */
        margin: 0 auto;
        width: 255px;
        height: 50px;
        font-size: 15px;
        position: absolute;
        margin-left: -3px;
        margin-top: 197px;
        float: left;
        background: white;
        line-height: 50px;
        background: #f26a21;
        color: #fff;
    }

    .iteam-dichvu a {
        color: #236bae;
    }

    .iteam-dichvu:hover {
        border: 3px solid #f26a21;
    }

    .iteam-dichvu a img:hover {
        -webkit-transform: scale(1.1);
        /*Webkit: Tăng kích cỡ ảnh lên 1.1 lần*/
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        box-shadow: 0px 0px 30px gray;
        /*Đổ bóng bằng CSS3*/
        -webkit-box-shadow: 0px 0px 30px gray;
        -moz-box-shadow: 0px 0px 30px gray;
        opacity: 1;
        /*Độ mờ của hình ảnh*/
    }

.content-tintuc {
    height: auto;
    margin-top: 50px;
}

.tintuc {
    height: 55px;
}

    .tintuc h3 {
        text-align: center;
        width: 443px;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
        margin-top: 15px;
        color: #fff;
        /* background: url(template/images/Untitled-1_06.png) no-repeat; */
        background: #005a70;
        border-radius: 10px;
        margin-left: 371px;
    }

.duongke-tintuc {
    width: 97%;
    height: 7px;
    margin-left: 26px;
    background: #005a70;
    line-height: 55px;
    margin-top: -39px;
}

.tintuc p {
    text-align: center;
    font-size: 17px;
    margin-top: 50px;
}

.tintuc {
    text-align: center;
}

.danh-muc-tin-tuc {
    margin-top: 15px;
    height: auto;
    margin-left: 25px;
}

/*.danh-muc-tin-tuc img {
        float: left;
        width: 250px;
        height: 250px;
    }*/
.noidung-tintuc {
    height: 800px;
}

.tinmoi {
    float: left;
    width: 510px;
    height: 700px;
    margin-left: 10px;
}

.tieude-tinmoi h3 {
    height: 50px;
    color: #005a70;
    font-size: 25px;
    line-height: 50px;
    border-bottom: 3px solid #8b8e90;
}

.noidung-tinmoi {
    width: 230px;
    height: 230px;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

    .noidung-tinmoi img {
        float: left;
        width: 230px;
        height: 230px;
    }

    .noidung-tinmoi h3 {
        width: 230px;
        height: auto;
        margin-top: 166px;
        color: #fff;
        font-size: 17px;
        margin-bottom: 10px;
        background: rgba(242, 106, 33,0.7);
        padding: 5px;
        position: absolute;
    }

.bantincongnghe {
    margin-left: 100px;
    float: left;
    width: 510px;
    height: 700px;
}

.tieude-congnghe h3 {
    height: 50px;
    color: #005a70;
    font-size: 25px;
    line-height: 50px;
    border-bottom: 3px solid #8b8e90;
    margin-left: 15px;
}

.noidung-congnghe {
    border-bottom: 1px solid #b7afaf;
    margin-left: 15px;
}

    .noidung-congnghe img {
        margin-right: 25px;
        width: 130px;
        height: 130px;
        float: left;
        margin-bottom: 10px;
    }

    .noidung-congnghe h3 {
        width: 510px;
        margin-top: 23px;
        color: #000;
        font-size: 17px;
        margin-bottom: 10px;
        color: #f26a21;
    }

    .noidung-congnghe p {
        text-align: justify;
        margin-bottom: 10px;
    }

.sukien {
    float: left;
    width: 1170px;
    height: auto;
}

.tieude-sukien h3 {
    height: 50px;
    color: #005a70;
    font-size: 25px;
    line-height: 50px;
    border-bottom: 3px solid #8b8e90;
}

.noidung-sukien img {
    width: 450px;
    height: 450px;
    float: left;
    margin-bottom: 10px;
}


.noidung-sukien-left {
    width: 460px;
    height: auto;
    margin-top: 25px;
    float: left;
}

    .noidung-sukien-left h3 {
        width: 450px;
        height: 70px;
        /* line-height: 70px; */
        margin-top: 380px;
        color: #000;
        font-size: 17px;
        margin-bottom: 10px;
        color: #f26a21;
        position: absolute;
        padding: 19px;
        background: rgba(255,255,255,0.8);
    }

.noidung-sukien-right {
    float: left;
    width: 630px;
    height: auto;
    margin-top: 25px;
    margin-left: 25px;
}

.noidung-sukien-right-iteam {
    float: left;
    width: 700px;
    height: 117px;
}

    .noidung-sukien-right-iteam img {
        float: left;
        width: 100px;
        height: 100px;
    }

    .noidung-sukien-right-iteam h3 {
        float: left;
        width: 510px;
        height: 70px;
        /* line-height: 70px; */
        margin-top: 15px;
        margin-left: 10px;
        color: #000;
        font-size: 17px;
        margin-bottom: 10px;
        color: #f26a21;
    }

.lienhe {
    height: auto;
    margin-left: 23px;
}

    .lienhe iframe {
        width: 875px;
        height: 350px;
        margin-left: 260px;
        margin-top: -349px;
        position: absolute;
    }

.tieude-lienhe {
    width: 259px;
    height: 50px;
    background: #f26a21;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: bold
}

.noidung-lienhe {
    width: 259px;
    height: 300px;
    border: 2px solid rgba(0,0,0,0.3);
}

    .noidung-lienhe i {
        color: rgba(0,0,0,0.5);
        float: left;
        font-size: 17px;
        text-align: center;
        margin-left: 20px;
    }

    .noidung-lienhe h3 {
        color: rgba(0,0,0,0.5);
        font-size: 17px;
        margin-left: 25px;
        margin-top: 10px;
        margin-left: 45px;
    }

.container {
    height: auto;
}

    .container.text-center {
        margin-bottom: 40px;
    }

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 81.5%;
    margin-top: 48px;
    /* line-height: 50px; */
    margin-left: 71px;
}

.doitac {
    margin-top: 30px;
}

.tieude-doitac {
    width: 259px;
    height: 50px;
    background: #005a70;
    font-size: 20px;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    margin-left: 7px;
}

.item-doitac {
    margin-top: 15px;
    width: 120px;
    height: 70px;
    margin-left: 25px;
    float: left;
}

    .item-doitac img {
        width: 120px;
        height: 70px;
    }
/*Contact*/
.contact-title h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 56px;
    margin-top: 69px;
    font-family: Montserrat-bold;
}

.body-content {
}

i.fas.fa-file-signature {
    color: #ff6a00;
}

.contact {
    margin-top: 74px;
}

.contact-item {
    margin-top: 15px;
}

.contact i {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
}

.contact-i {
    background: #78baf9;
    text-align: center;
    margin-left: 30px;
}

.contact h3 {
    font-size: 15px;
    margin: 0 auto;
}

.contact .col-md-10 {
    margin-left: 15px;
}

#Map {
    margin-left: -15px;
}

.form-contact input {
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #d1d1d1;
    height: inherit;
    width: 100%;
}

.form-contact textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #d1d1d1;
    height: inherit;
}

.form-contact button {
    width: 123px;
    height: 50px;
    color: #fff;
    background: #236bae;
}

    .form-contact button a {
        color: #fff;
    }

.button-send {
    margin-left: 0 !important;
}

.form-contact button:hover {
    background: #ff6a00;
}

.promotion-content .col-md-12 {
    margin: 0 !important;
}

.promotion-title-hot {
    font-size: 25px;
    font-weight: bold;
    line-height: 100px;
    margin-left: -15px;
}

.promotion-content .col-md-4 img {
    width: 350px;
    height: 250px;
    margin-top: 15px;
}

.promotion-content .col-md-8 img {
    width: 350px;
    height: 250px;
    margin-top: 15px;
}

.promotion-content .col-md-6 img {
    width: 350px;
    height: 250px;
    margin-top: 15px;
}

.promotion-content .col-md-12 img {
    width: 350px;
    height: 250px;
    margin-top: 15px;
}

.promotion-line {
    width: 102%;
    height: 2px;
    background: #ff6a00;
    margin-left: -6px;
}

.promotion-other {
    margin-top: 25px;
}

    .promotion-other .col-md-6 {
        margin-top: 15px;
    }

        .promotion-other .col-md-6 img {
            width: 290px;
            height: 190px;
            padding-left: 39px;
        }

        .promotion-other .col-md-6 span {
            font-size: 15px;
            color: #5d5d5d;
            font-weight: bold;
        }

        .promotion-other .col-md-6 h3 {
            font-size: 17px;
            padding-right: 15px;
            line-height: 22px;
            color: #000
            /* text-align: justify; */
        }

        .promotion-other .col-md-6 p {
            padding-right: 40px;
            text-align: justify;
            font-size: 15px;
            color: #656565
        }

.promotion-ebook-free img {
    width: 91%;
    height: 108px;
    border-radius: 10px;
}

.promotion-ebook-free h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-left: -16px;
}

    .promotion-ebook-free h3:hover {
        color: #ff6a00;
    }
/*Training-detail*/
.menu-training-detail {
}

    .menu-training-detail li {
        display: inline-block;
        width: 187px;
        height: 73px;
        background: #ff6a00;
        border-radius: 10px;
        margin-left: 15px;
    }

        .menu-training-detail li a {
            /* padding: 33px 28px; */
            /* margin-right: 15px; */
            /* margin-bottom: 15px; */
            line-height: 73px;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            text-align: center;
            display: block;
            box-sizing: border-box;
            position: relative;
            text-decoration: none;
            color: inherit;
            -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
            transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
            /* border: 1px solid #eee; */
            border-radius: 10px;
            min-width: 160px;
            /* background: #ff6a00; */
            color: #fff;
        }

.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 35px;
}

    .tabs li {
        display: inline-block;
        padding: 23px 39px;
        background: none;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #e4e2e2;
        margin-left: 15px
    }

        .tabs li.current {
            background: #ff6a00;
            /* width: 160px; */
            /* height: 67px; */
            color: #fff;
            /* padding: 23px 39px; */
            display: inline-block;
            padding: 23px 39px;
            /* background: none; */
            text-transform: uppercase;
            cursor: pointer;
            text-align: center;
            border-radius: 10px;
            border: 1px solid #f2f2f2;
            margin-left: 15px;
        }

.tab-contents {
    background: #ffffff;
    padding: 20px;
    margin-top: 15px;
}

.tab-pane {
    display: none;
}

    .tab-pane.current {
        display: block;
    }

.menu-training-detail-button {
    margin-left: 31px;
    width: 150px;
    height: 50px;
    background: #ff6a00;
    text-align: center;
    border-radius: 28px;
}

    .menu-training-detail-button a {
        font-size: 15px;
        line-height: 50px;
        color: #fff;
        text-decoration: none;
    }

    .menu-training-detail-button:hover {
        background: #fff;
        border: 1px solid #ff6a00;
        color: #ff6a00;
    }

        .menu-training-detail-button:hover a {
            color: #ff6a00;
        }


.menu-training-detail-button-course {
    margin-left: 40px;
    width: 150px;
    height: 50px;
    background: #ff6a00;
    text-align: center;
    border-radius: 28px;
}

    .menu-training-detail-button-course a {
        font-size: 15px;
        line-height: 50px;
        color: #fff;
        text-decoration: none;
    }

    .menu-training-detail-button-course:hover {
        background: #fff;
        border: 1px solid #ff6a00;
        color: #ff6a00;
    }

        .menu-training-detail-button-course:hover a {
            color: #ff6a00;
        }

@media (max-width: @screen-lg) {
    body {
        font-size: 14px;
    }
}

@media (max-width: @screen-md) {
    body {
        font-size: 14px;
    }
}

@media (max-width: @screen-xs) {
    body {
        font-size: 10px;
    }
}

@media (max-width: @screen-sm) {
    body {
        font-size: 14px;
    }
}

/*Admin*/

/*Header*/
.row.admin-header {
    background: #002d3d;
    width: 100%;
    height: 70px;
    margin-left: 0px;
}


.admin-left {
    background: #005a70;
}

/*Menu admin*/

.nav-admin {
}

.admin-content {
    width: 100%;
    min-height: 500px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

.admin_header_top {
    height: 70px;
}

.admin_li_home {
    height: 70px !important;
}

.admin_home {
    display: flex;
    flex: 0 0 250px;
    height: 70px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    color: #fff;
    background-color: #ff6a00;
}

    .admin_home h1 {
        font-size: 31px !important;
        font-size: smaller;
        font-weight: bold;
        /* line-height: 70px; */
        margin-top: 10px;
    }

.nav-admin li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

    .nav-admin li:hover {
        background: #f00;
    }

    .nav-admin li a {
        padding-left: 15px;
        line-height: 50px;
        color: #fff;
    }

    .nav-admin li ul {
        display: none;
    }

    .nav-admin li:hover ul {
        display: block;
    }
/*Menu Admin*/
.menu-parent {
    background: #323232;
    color: #ffffff;
    text-align: left;
}

    .menu-parent.style1 {
        background: #002d3d;
        height: 100%;
    }

    .menu-parent.style2 {
        background: #f77528;
    }

    .menu-parent.style3 {
        background: #50bd0b;
    }

    .menu-parent * {
        margin: 0;
        padding: 0;
    }

    .menu-parent li {
        list-style: none;
    }

    .menu-parent ul ul {
        display: none;
    }

    .menu-parent li.active > ul {
        display: block;
    }

    .menu-parent > ul > li > a {
        position: relative;
        display: block;
        background: #003040;
        background: linear-gradient(#003040, #002535);
        padding: 0 15px;
        font-size: 15px;
        line-height: 4;
        color: #ffffff;
        text-decoration: none;
    }

        .menu-parent > ul > li > a .fa {
            margin-right: 8px;
        }

    .menu-parent ul ul li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        line-height: 4;
        display: block;
        padding: 0 15px;
        position: relative;
    }

        .menu-parent ul ul li a:hover {
            background: #ff6a00;
        }

    .menu-parent ul ul ul {
        background: rgba(0,0,0,.1);
        padding: 0;
    }

    .menu-parent a:not(:only-child):after {
        position: absolute;
        right: 20px;
        content: "+";
        top: -6px;
        font-size: 20px;
        font-family: FontAwesome;
    }

    .menu-parent .active > a:not(:only-child):after {
        content: "-";
        top: -6px;
        font-size: 20px;
        font-family: FontAwesome;
    }

.admin_username {
    color: #fff;
    line-height: 70px;
    font-size: 15px;
}

.admin_footer {
    width: 100%;
    background: #005a70;
    text-align: center;
}

    .admin_footer h3 {
        line-height: 50px;
        color: #fff;
        font-size: 15px;
    }
/*Admin Index*/
.admin_index {
    height: 500px;
}
/*Admin Change Password*/
.admin_changepassword {
    text-align: center;
    height: 500px;
}

.admin_changpassword_title {
    font-family: Montserrat-bold;
    font-size: 24px;
    font-weight: bold;
    color: #005a70;
    margin-bottom: 25px;
    margin-top: 15px;
}

.admin_changepassword input {
    margin-left: 36%;
    box-sizing: border-box;
    display: block;
    width: 300px;
    border-width: 1px;
    border-style: solid;
    padding: 16px;
    outline: 0;
    font-family: inherit;
    font-size: 0.95em;
    background: #28d;
    color: #fff;
}

    .admin_changepassword input[type="text"] {
        background: #fff;
        border-color: #118a31;
        color: #000000;
    }

.button_changepassword {
    margin-left: 36%;
}

    .button_changepassword input {
        width: 150px !important;
        float: left;
        margin-left: 0 !important;
    }

/*Admin User*/
.admin_user {
    height: 800px;
    margin-left: 15px;
}

.admin_user_title {
    text-align: center;
    font-weight: bold;
    font-family: Montserrat-bold;
    font-size: 25px;
    color: #005a70;
    margin-top: 15px;
}

input.btn.btn-primary {
    float: left;
    margin-right: 5px;
}

.admin_user_item {
    margin-top: 25px;
    width: 100%;
}

    .admin_user_item .col-md-2, .admin_user_item .col-md-1, .admin_user_item .col-md-3 {
        height: 50px;
        background: #005a70;
        color: #fff;
        /* border-right: 0px solid #fff; */
        border-left: 1px solid #fff;
        text-align: center;
        line-height: 50px;
    }

.admin_user_data {
    width: 99.9%;
    margin-left: -14px;
    color: #000;
}

    .admin_user_data .col-md-2, .admin_user_data .col-md-1, .admin_user_data .col-md-3 {
        height: 50px;
        line-height: 50px;
        border: 1px solid #005a70;
        padding-left: 15px;
    }

    .admin_user_data:hover {
        background: #ff6a00;
        color: #fff;
    }

/*Admin User Create*/
.admin_user_create {
    height: 500px;
}

    .admin_user_create input {
        float: left;
        margin-right: 5px;
    }

.admin_user_create_item {
    margin-left: 20px;
}

.admin_create_title {
    font-family: Montserrat-bold;
    font-size: 19px;
    color: #005a70;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*Banner Icon*/
.admin_bannericon {
    padding-left: 20px;
}

.admin_home_title {
    text-align: center;
    font-family: Montserrat-bold;
    font-size: 25px;
    font-weight: bold;
    color: #005a70;
    margin-top: 20px;
    margin-bottom: 20px;
}

.table {
    width: 90% !important;
}

    .table th {
        text-align: center;
        width: 25% !important
    }

.admin_banner {
    margin-left: 30px;
}
/*Admin Chương Trình Đào Tạo*/
tab-pane current {
}

.admin_Chuongtrinhdaotao_item {
    width: 99%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 19px;
    background: #005a70;
    color: #fff;
    font-family: Montserrat-bold;
}

/*Admin Banner*/
.admin_banner .table {
    width: 80% !important;
}

/*Admin Khuyến Mãi*/
.admin_khuyenmai {
    width: 95%;
    height: auto;
    margin-left: 25px;
}

    .admin_khuyenmai .btn {
        padding: 13px 27px !important;
    }

    .admin_khuyenmai td {
    }

        .admin_khuyenmai td img {
            width: 100%;
            height: 70px;
        }

textarea {
    width: 100% !important;
}

.admin_khuyenmai_button input {
    float: left;
    margin-right: 5px;
}

.admin-right {
}

.form-horizontal .form-group {
    margin: 0 0 5px 0 !important;
}

/*admin Chuong trinh dao tao*/

.admin_chuongtrinhdaotao .form-group .col-md-2, .admin_chuongtrinhdaotao .form-group .col-md-9 {
    margin-top: 5px;
}

    .admin_chuongtrinhdaotao .form-group .col-md-2 input, .admin_chuongtrinhdaotao .form-group .col-md-9 input {
        width: 100%;
    }

.admin_chuongtrinhdaotao_button .col-md-10 {
    margin-top: 15px
}

.content-daotao p {
    line-height: 25px;
}
iframe {
    width: 100%;
    min-height: 400px;
}
#Map {
    width: 100%;
    margin: 0 !important
}
/*Reponsive*/
@media (max-width:480px) {
    .col-md-7.eventdetail-item {
        padding-right: 30px!important;
    }
    .eventdetail-item img {
        width: 90%!important;
        height: 150px!important;
    }
    .eventdetail-row {
        margin-top: 25px!important;
        margin-left: 20px!important;
        width: 100%;
    }
    .col-md-8.eventdetail {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .news-list-content {
        border: 1px solid #c7c6c6;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-left: 15px;
        padding-right: 26px;
        min-height: 115px;
        width: 95%!important;
    }
    .news-list img {
        width: 94%!important;
        height: 200px;
        border-radius: 15px 15px 0 0;
        border: 1px solid #c7c6c6;
    }
    .news-list {
        width: 100%!important;
        margin-left: 10px !important;
        margin-top: 15px;
    }
    .row.eventdetail-row {
        /* padding-left: 25px; */
        margin-left: 20px!important;
    }
    .eventdetail-item img {
        width: 90%!important;
        height: 150px!important;
    }
    .col-md-8.eventdetail {
        padding-left: 35px!important;
        padding-right: 15px!important;
    }

    .row.news-list-item {
        margin-left: 3px!important;
    }
    .newsdetail-row {
        margin-top: 25px!important;
        margin-left: 25px!important;
        margin-right: 10px!important;
        width: 100%!important;
    }
    .col-md-8.newsdetail {
        padding-left: 25px!important;
        padding-right: 10px!important;
    }
    .news-right-content {
        margin-top: 17px!important;
        margin-left: 15px!important;
    }
    .promotiondetail-right {
        margin-left: 20px !important;
        margin-top: 15px !important;
        margin-right: 16px !important;
    }
        .promotiondetail-right .col-lg-7 {
            margin-left: 1px!important;
            margin-top: 15px!important;
        }
    .promotiondetail {
        margin-top: 35px!important;
        margin-left: 10px!important;
        margin-right: 0px!important;
    }
    .navbar-inverse {
        background: #284358!important
    }
    .carousel-inner {
        margin-top: -3px !important;
    }
    .header-menu-content-nobanner {
        margin-top: 20px !important;
    }
    .experince-list-header img {
        margin-top: 27px;
        height: 190px;
        width: 100%;
    }
    .content-new-item-media img {
        border-radius: 10px;
        width: 100%;
        height: 330px;
        margin-bottom: 15px;
    }
    .social-button {
        display: inline-grid;
        position: fixed;
        bottom: 15px;
        left: -6px!important;
        min-width: 45px;
        text-align: center;
        z-index: 99999;
    }
        .social-button i {
            width: 35px !important;
            height: 35px !important;
            background: #43a1f3;
            color: #fff;
            border-radius: 100%;
            font-size: 15px !important;
            text-align: center;
            line-height: 38px !important;
            position: relative;
            z-index: 999;
            margin-left: 15px;
        }
    .alo-circle {
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: zoomIn;
        width: 30px!important;
        height: 30px!important;
        top: 6px!important;
        right: 7px!important;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, 0.4);
        opacity: .1;
        border-color: #0089B9;
        opacity: .5;
    }
    .alo-circle-fill {
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: pulse;
        width: 40px!important;
        height: 40px!important;
        top: 1px!important;
        right: 1px!important;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        background-color: rgba(0, 175, 242, 0.5);
        opacity: .75;
    }
    #Map {
        width: 100%;
        margin: 0 !important
    }
    .promotiondetail-right img {
        width: 100%;
        height: 145px;
    }
        iframe {
        width: 100%;
        min-height: 400px;
    }

    .col-md-8.cpl-sm-8.col-xs-8 {
        margin-left: 15px;
    }

    .form-contact {
        margin-left: 11%;
        margin-right: 7%;
    }

        .form-contact input {
            padding: 10px 15px;
            margin-bottom: 10px;
            font-size: 14px;
            border: 1px solid #d1d1d1;
            height: inherit;
            width: 100% !important;
        }

        .form-contact textarea {
            width: 100% !important;
            min-height: 100px;
            padding: 10px 15px;
            margin-bottom: 10px;
            font-size: 14px;
            border: 1px solid #d1d1d1;
            height: inherit;
        }
}
@media (min-width:481px) and (max-width:767px) {
    .col-md-7.eventdetail-item {
        padding-right: 30px!important;
    }
    .eventdetail-item img {
        width: 90% !important;
        height: 150px !important;
    }
    .eventdetail-row {
        margin-top: 25px !important;
        margin-left: 20px !important;
        width: 100%;
    }
    .col-md-8.eventdetail {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .news-list-content {
        border: 1px solid #c7c6c6;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-left: 15px;
        padding-right: 26px;
        min-height: 115px;
        width: 95%!important;
    }
    .news-list img {
        width: 94%!important;
        height: 200px;
        border-radius: 15px 15px 0 0;
        border: 1px solid #c7c6c6;
    }
    .news-list {
        width: 100%!important;
        margin-left: 10px !important;
        margin-top: 15px;
    }
    .row.eventdetail-row {
        /* padding-left: 25px; */
        margin-left: 20px!important;
    }
    .eventdetail-item img {
        width: 90% !important;
        height: 150px !important;
    }
    .col-md-8.eventdetail {
        padding-left: 35px !important;
        padding-right: 15px !important;
    }
    .row.news-list-item {
        margin-left: 3px !important;
    }
    .col-md-8.newsdetail {
        padding-left: 25px!important;
        padding-right: 10px!important;
    }
    .news-right-content {
        margin-top: 17px !important;
        margin-left: 15px !important;
    }
    .promotiondetail-right {
        margin-left: 20px !important;
        margin-top: 15px !important;
        margin-right: 16px !important;
    }

        .promotiondetail-right .col-lg-7 {
            margin-left: 1px !important;
            margin-top: 15px !important;
        }

    .promotiondetail {
        margin-top: 35px !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
    }
    .navbar-inverse {
        background: #284358 !important
    }
    .header-menu-content-nobanner {
        margin-top: 6px!important;
    }
    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 38% !important;
        margin-top: 3px;
        /* line-height: 50px; */
        margin-left: 134px;
        /* padding-left: 85px; */
        height: 120px !important
    }

    .search-button input {
        text-decoration: none !important;
        color: #fff !important;
        line-height: 57px;
        font-size: 12px;
        min-width: 50px;
        border: none;
        background: none;
    }

    .navbar {
        display: block;
    }

    .navbar {
        position: fixed;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }

    .navbar-header {
    }

    .header-menu-left img {
        position: fixed;
        width: 50px;
        z-index: 9999;
        top: 0;
        margin-top: 10px;
        margin-left: 35px;
    }

    .header-menu-nobanner-left img {
        position: fixed;
        width: 50px;
        z-index: 9999;
        top: 0;
        margin-top: 10px;
        margin-left: 35px;
    }
    .search-box input {
        width: 79%;
        height: 57px;
        outline: none;
        border: none;
        font-size: 11px;
    }
    #menu {
        display: none;
    }

    .header-line, .header-menu-nobanner {
        margin-top: 61px;
        min-height: 25px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .nav {
        width: 850px;
        height: auto !important;
        list-style: none;
        padding-left: 8px !important;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-left: 350px !important;
        /* margin-right: 15px; */
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .subs {
        position: relative !important;
    }

    .subs1 {
        display: none !important
    }
    .header-nobanner {
        margin-top: 60px;
        height: 50px;
        /* margin-top: -40px !important; */
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        box-shadow: 0px 4px 3px #efefef;
    }
    .content-about-right img {
        width: 100%;
        height: 350px!important;
    }
    .blueberry .slides li img {
        display: block;
        width: 100%;
        height: 210px!important;
        max-width: none;
    }
    .blueberry .slides {
        max-height: 210px !important;
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 0px !important;
    }
    .content-services-header p {
        text-align: center;
        /* padding: 78px; */
        padding-left: 20px!important;
        padding-right: 20px!important;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 70px!important;
    }

    .content-services-item img {
        width: 100%;
        height: 320px!important;
        /* margin-left: 0px; */
    }
    .content-new-item-media img {
        border-radius: 10px;
        /* width: 100%; */
        height: 330px!important;
        margin-bottom: 15px!important;
        /* margin: 0 15px; */
        margin-left: 15px!important;
        /* margin-right: 71px; */
    }
    .footer-header {
        min-height: 230px!important;
        margin-top: 15px!important;
        padding-left: 20px!important;
    }
    .content-services-item {
        width: 90%;
        border: 2px solid #dedede;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .content-about-seemore {
        margin-left: 40%!important;
    }
    .content-training-header p {
        text-align: center;
        /* padding: 78px; */
        padding-left: 20px!important;
        padding-right: 20px!important;
        font-size: 18px;
        line-height: 24px;
        color: #b1acac;
        margin-bottom: 35px;
    }
    .content-training {
        margin-bottom: 50px;
        margin-left: 45px!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-inverse {
        background: #284358 !important
    }
    .header-menu-content-nobanner {
        margin-top: 6px !important;
    }
    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 84%;
        margin-top: 3px;
        /* line-height: 50px; */
        margin-left: 71px;
        height: 110px!important;
    }
}

@media (min-width:992px) {
    .header-menu-content-nobanner {
        margin-top: 20px !important;
    }
}

.social-button {
    display: inline-grid;
    position: fixed;
    bottom: 15px;
    left: 15px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}

.social-button-content {
    display: inline-grid;
}

.social-button a {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.social-button i {
    width: 30px;
    height: 30px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.social-button span {
    display: none;
}

.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 40px;
    height: 40px;
    top: 3px;
    right: 2px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 50px;
    height: 50px;
    top: -2px;
    right: -3px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}

.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span {
    display: block
}

.social-button a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

@-webkit-keyframes

"headerAnimation" {
    0%

{
    margin-top: -70px;
}

100% {
    margin-top: 0;
}

}
@keyframes

"headerAnimation" {
    0%

{
    margin-top: -70px;
}

100% {
    margin-top: 0;
}

}

.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}


