﻿body {
}
@font-face {
    font-family: UVNHongHaHepBold;
    src: url(fonts/UVNHongHaHepBold.eot?#iefix) format("embedded-opentype"),
        url(fonts/UVNHongHaHepBold.woff) format("woff"),
        url(fonts/UVNHongHaHepBold.ttf) format("truetype"),
        url(fonts/UVNHongHaHepBold.svg#UVNHongHaHepBold) format("svg");
    font-weight: 400;
    font-display: auto;
    font-style: normal;
}

@font-face {
    font-family: 'UVNHongHaHepBold';
    src: url('fonts/UVNHongHaHepR.eot'); /* IE9 Compat Modes */
    src: url('fonts/UVNHongHaHepR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/UVNHongHaHepR.woff2') format('woff2'), /* Modern Browsers */
        url('fonts/UVNHongHaHepR.woff') format('woff'), /* Modern Browsers */
        url('fonts/UVNHongHaHepR.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/UVNHongHaHepR.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

.bx-wrapper .bx-prev {
    background: no-repeat scroll center center !important;
}

.carousel-indicators {
    left: 47% !important;
}

    .carousel-indicators li.active {
        background: #5bc5f2;
        border-color: #9ea7a9;
    }

#InfoHightlight .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: #ffffff;
}

.carousel-indicators li {
    border: solid 1px #9ea7a9;
}

#carousel-example-generic .carousel-control {
    background-image: none;
}

#carousel-example-generic span {
    font-size: 70px !important;
    padding-top: 122% !important;
}

.li.wrap-user a span {
    margin-top: -20px !important;
    margin-left: 15px !important;
}

.wrap-user > img {
    margin-top: 10px !important;
    background: #FFF;
}

.box-new-home {
    padding-left: 0px !important;
}

    .box-new-home .col-md-4 {
        padding-left: 0px !important;
    }


.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: none !important;
}

.box-new-home a h2:hover {
    text-decoration: none;
}

.bx-wrapper .bx-next {
    background: no-repeat scroll center center !important;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: none !important;
}


.bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: 0px;
}


/*Nav Bar*/

.opaque-navbar {
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url('../file/line.png');
    background-repeat: repeat-x;
    border-bottom: 0px;
    transition: background-color .4s ease 0s;
    height: 65px;
    min-height: 86px;
}

.opaque-navbar #logo{
    height: 50px;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

    .opaque-navbar .navbar-nav > li > a {
        color: #003770;
		padding-left: 25px;
    }
    .opaque-navbar .navbar-nav > li > ul > li  {
        color: #003770;
    }
    .opaque-navbar.opaque .navbar-nav > li > ul > li  {
        color: #003770;
    }

    .opaque-navbar.opaque .navbar-nav > li > a {
        color: #003770;
    }

.bx-wrapper {
    border: 0px;
}
.opaque-navbar .navbar-nav > .active > a {
    color: #003770;
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #003770;
    /*padding-bottom: 10px;*/
}

.opaque-navbar.opaque .navbar-nav > .active > a {
    color: #003770;
    border-bottom: 2px solid #003770;
}

    .opaque-navbar .navbar-nav > li > a:hover,
    .opaque-navbar .navbar-nav > li > a:focus,
    .opaque-navbar .navbar-nav > .active > a:hover,
    .opaque-navbar .navbar-nav > .active > a:focus,
    .opaque-navbar .navbar-nav > .open > a {
        color: #003770;
    }

    .opaque-navbar.opaque .navbar-nav > li > a:hover,
    .opaque-navbar.opaque .navbar-nav > li > a:focus,
    .opaque-navbar.opaque .navbar-nav > .active > a:hover,
    .opaque-navbar.opaque .navbar-nav > .active > a:focus,
    .opaque-navbar.opaque .navbar-nav > .open > a {
        color: #003770;
    }

.opaque-navbar .navbar-nav > .open > .dropdown-menu {
    background-color: white;
}

.opaque-navbar .navbar-brand {
    color: #eeeeee;
}

.opaque-navbar .navbar-toggle {
    background-color: #eeeeee;
}

.opaque-navbar.icon-bar {
    background-color: #33aa33;
}

.opaque-navbar.opaque {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 !important;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    height: 65px;
    min-height: 86px !important;
    box-shadow: 0 0 10px 0 #ddd;
}

.opaque-navbar.opaque #logo{
    height: 50px;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

small {
    display: block;
    line-height: 1.428571429;
    color: #999;
}

.opaque-navbar #bs-example-navbar-collapse-1 {
    margin-top: 5px;
	margin-left: 0px;
    font-size: 16px;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
	overflow: hidden;
}

.opaque-navbar.opaque #bs-example-navbar-collapse-1 {
    margin-top: 5px;
    font-size: 16px;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}


.opaque-navbar .nav-item:hover .nav-link {
    color: #ffffff;
}
/*End Nav Bar*/


#myCarousel {
    height: 100%;
}

#examination-hilight .bx-wrapper {
    height: 200px !important;
}

.bx-wrapper img:hover {
    backface-visibility: hidden;
    transform: scale(1.02, 1.02);
    opacity: 0.5;
}


.bx-controls-auto,
.bx-pager.bx-default-pager {
    display: none;
}

.bx-wrapper {
    margin-bottom: 5px;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
}

.bx-viewport {
    max-height: 380px !important;
}

.box-info-home .list-exam {
    width: 100%;
}

.content-master-hot .box-info-home .list-exam {
    /*border-bottom: solid 3px #b7b1b1;*/
    border-bottom: none;
}

    .content-master-hot .box-info-home .list-exam .box-label-exam {
        margin-top: 5px;
    }

    .content-master-hot .box-info-home .list-exam:hover {
        /*border-bottom: solid 3px #b7b1b1;*/
        border-bottom: none;
        cursor: pointer;
    }

.box-label-exam > div {
    padding-bottom: 5px !important;
}

.all_info_course_img {
    height: 150px !important;
}

.list-unstyled-nav > li.drop-menu-admin {
    padding-top: 13px !important;
    float: right;
}

    .list-unstyled-nav > li.drop-menu-admin > ul {
        margin-top: 0px !important;
        right: 0;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.opaque-navbar li.wrap-user span {
    font-size: 13px !important;
    margin-top: 19px;
    float: right;
    margin-top: 15px;
    color: #06acff;
    font-weight: bold;
}

.opaque-navbar.opaque li.wrap-user span {
    color: #003770;
}

.opaque-navbar a {
    color: #06acff;
}

.opaque-navbar i, span {
    font-size:13px;
}

.opaque-navbar.opaque i {
    color: #003770;
}

.box-modal-content {
    height: 530px;
    overflow: overlay;
}

#InfoHightlight .view-all {
    background: #5bc5f2;
    color: white !important;
    display: inline-block;
    height: 35px;
    /* line-height: 38px; */
    margin-left: 22% !important;
    position: absolute;
    width: 100px;
    line-height: 35px;
    top: 0;
    text-align: center;
}

#InfoHightlight .view-demo {
    right: 15%;
    background: #1F93DE;
}

#InfoHightlight p {
    line-height: 20px;
}

#InfoHightlight .mask-brg {
    display: block;
    float: left;
    width: 97%;
    height: 89% !important;
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transform: scale(0);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

#InfoHightlight .actions {
    padding: 8px 40px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

#InfoHightlight {
    position: relative;
    overflow: hidden;
}

.all-master-hot {
    padding: 0px;
}

#InfoHightlight .actions {
    width: 90%;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    font-weight: 600;
}

#InfoHightlight .theme-item:hover .actions {
    top: 40%;
    opacity: 1 !important;
}

#InfoHightlight .theme-item:hover .mask-brg {
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.well {
    background-color: #ffffff;
}

.theme-item:nth-child(3) {
    padding-right: 0px !important;
}

#ExaminationhightLight .box-info-home:nth-child(3n+3) {
    padding-right: 0px !important;
    padding-left: 10px !important;
}

#ExaminationhightLight .box-info-home:nth-child(3n+2) {
    padding-left: 10px !important;
}

#myCarousel .slides .slide-1,
#myCarousel .slides .slide-2,
#myCarousel .slides .slide-3,
#myCarousel .slides .slide-4,
#myCarousel .slides .slide-5 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1920px) {
    #carousel-example-generic .img-responsive {
        width: 100%;
        height: auto;
        display: block;
    }

    #InfoHightlight .view-all {
        margin-left: 20% !important;
        top: 10px;
    }


    .box-modal-content {
        height: 630px !important;
        overflow: overlay;
    }

    #InfoHightlight .theme-item .mask-brg {
        height: 100% !important;
    }

    #InfoHightlight .theme-item:nth-child(3) .mask-brg {
        width: 98% !important;
    }
}

@media only screen and (max-width: 1400px) {

    #InfoHightlight .view-all {
        margin-left: 30% !important;
        top: 15px;
    }

    .box-modal-content {
        height: 530px !important;
        overflow: overlay;
    }

    #InfoHightlight .theme-item:nth-child(1) .mask-brg {
        height: 92% !important;
    }

    #InfoHightlight .theme-item:nth-child(3) .mask-brg {
        width: 98% !important;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1024px) {


    #InfoHightlight .theme-item .mask-brg {
        height: 94% !important;
    }

    #InfoHightlight .theme-item {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

        #InfoHightlight .theme-item .view-all {
            margin-left: 36% !important;
        }

        #InfoHightlight .theme-item:nth-child(3) .mask-brg {
            margin-left: 0px !important;
        }

        #InfoHightlight .theme-item .row {
            height: 100% !important;
        }

    #InfoHightlight .pull-left {
        float: none;
    }

    #InfoHightlight .img-responsive {
        height: 100% !important;
    }

    #ExaminationhightLight .box-info-home:nth-child(2n+2) {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    #ExaminationhightLight .box-info-home:nth-child(2n+1) {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    #InfoHightlight .theme-item .mask-brg {
        width: 100% !important;
    }
}

@media only screen and (max-width: 850px) {
    #InfoHightlight .view-all {
        margin-left: 0;
        top: 15px;
    }

    .pull-left {
        float: none !important;
    }

    #InfoHightlight .theme-item {
        padding-right: 0px !important;
        padding-left: 10px !important;
    }

    #InfoHightlight img {
        width: 100% !important;
    }

    #ExaminationhightLight .box-info-home {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

        #ExaminationhightLight .box-info-home:nth-child(3n+2) {
            padding-left: 10px !important;
        }

        #ExaminationhightLight .box-info-home:nth-child(3n+3) {
            padding-left: 10px !important;
        }

    #InfoHightlight .theme-item .mask-brg {
        width: 100% !important;
    }

    #InfoHightlight .theme-item .view-all {
        margin-left: 34% !important;
    }

    #InfoHightlight .theme-item:nth-child(3) .mask-brg {
        width: 100% !important;
        margin-left: 0px;
    }

    #InfoHightlight .theme-item:nth-child(1) {
        margin-left: 1px;
    }

    #InfoHightlight .theme-item:nth-child(3) {
        margin-left: -1px;
    }

    #bs-example-navbar-collapse-1 .navbar-nav {
        margin-top: -1px;
        color: #333333;
    }

    .carousel-indicators {
        display: none;
    }

    /*#InfoHightlight .theme-item p {
        display: none;
    }*/

    .opaque-navbar.opaque {
        height: 100px;
    }

    .list-unstyled-nav.list-inline.pull-right ul {
        top: 41px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bs-example-navbar-collapse-1 {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .opaque-navbar .navbar-nav > .active > a {
        border-bottom: 0px;
		padding-left: 25px;
    }

    .opaque-navbar .navbar-nav {
        background-color: rgba(0, 0, 0, 0.3) !important;
        margin-top: -2px;
    }

    .opaque-navbar.opaque {
        height: 90px;
    }

        .opaque-navbar.opaque .navbar-nav > li > a, .opaque-navbar.opaque li.wrap-user span, .opaque-navbar.opaque i {
            color: #fff;
        }

    .nav > li {
        height: 40px;
    }

    .list-unstyled-nav.list-inline.pull-right {
        float: left !important;
        left: 15px;
    }

    .language {
        margin-left: 5px !important;
    }

    .list-unstyled-nav.list-inline.pull-right ul {
        left: 130px;
        top: 15px !important;
    }

    #bs-example-navbar-collapse-1 .navbar-nav {
        background: rgba(255, 255, 255, 0.7) !important;
    }
}

.modal-backdrop {
    z-index: 1050 !important;
}

.modal-dialog {
    width: 80%;
}

.close {
    text-indent: 0px !important;
}

.list-unstyled-nav.list-inline.pull-right {
    position: relative;
}

    .list-unstyled-nav.list-inline.pull-right ul {
        top: 45px;
    }

.modal.fade.modal-overflow.in {
    float: none !important;
}

.language {
    border: solid 2px #babbbb;
    height: 26px;
    margin: 5px 0 0 0;
    overflow: hidden;
    background-color: #848787;
    transition: all 0.5s;
    text-align: center;
    width: 74px;
    float: right;
}

    .language a.active {
        color: #fff;
        background: #848787;
    }

    .language a {
        border-radius: 0 100px 100px 0;
        display: inline-block;
        width: 35px;
        text-align: center;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        text-decoration: none;
        color: #e45000;
        font-weight: 600;
        float: left;
        background-color: #fff;
    }

button.dropdown-toggle {
    background: none;
    border: none;
}


/*Begin Slider*/
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 60px !important;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 60px;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-prev i, .owl-next i {
    /*transform: scale(1,6);*/
    color: #ccc;
    font-size: 70px;
}

.owl-carousel {
    position: relative;
}

.owl-nav {
    margin-top: 0px !IMPORTANT;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 25%;
    right: 25%;
}
.owl-theme .owl-dots .owl-dot span {
    border-radius: 30px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:hover i{
    background: none;
    color: #5bc5f2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #5bc5f2;
    border: solid 1px #0678c9;
}
.owl-theme .owl-nav [class*=owl-]:focus, .owl-theme .owl-nav [class*=owl-]:focus i, button.owl-dot:focus{
    outline: none;
}
/*End Slider*/