﻿/*==== CMS-Faculty 2020
Author:  thanhnt-cse
Date: 18/12/2020
====================================*/

/*------------------------------------------------ RESETS ------------------------------------------------*/
body {
    background: #fff;
    overflow-x: hidden;
    font-family: "Roboto Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
}

.container {
    max-width: 1200px;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a, p, li {
    color: #333;
}

.main p {
    margin-bottom: 10px;
    font-size: 14px;
}

.other-news strong:first-child {
    font-size: 18px;
}

a:hover {
    color: #c7383e;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}

.clear-before:before {
    clear: both;
    content: " ";
    display: table;
}

.clear-after:after {
    clear: both;
    content: " ";
    display: table;
}

.wow {
    visibility: hidden;
}
/*--- Style of jQuery WoW---*/
html, body {
    min-height: 100vh;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.spacing-y {
    margin-bottom: 30px;
}

.with-border-left {
    border-left: 2px solid #143843;
}

.no-border-right {
    border-right: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.no-border-left {
    border-left: none !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
}

.button-link {
    display: inline-block;
    color: #fff;
    background-color: #c7383e;
    border-radius: 5px;
    border: none;
    padding: 8px 15px;
    margin-bottom: 5px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button-link:hover {
        color: #333;
    }

    .button-link:focus {
        color: #fff;
    }

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    padding-bottom: 0 !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.button-container {
    margin: 15px 0;
}

.padding-right-15px {
    padding-right: 15px !important;
}

.padding-left-15px {
    padding-left: 15px !important;
}

.margin-right-15px {
    margin-right: 15px !important;
}

.margin-left-15px {
    margin-left: 15px !important;
}

.padding-right-10px {
    padding-right: 10px !important;
}

.padding-left-10px {
    padding-left: 10px !important;
}

.margin-right-10px {
    margin-right: 10px !important;
}

.margin-left-10px {
    margin-left: 10px !important;
}

.no-border {
    border: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.bold, strong, b {
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
}

.no-bold {
    font-family: "Roboto Regular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    /*top: 45%;*/
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    .owl-nav .owl-prev span, .owl-nav .owl-prev i {
        font-size: 1.6875rem;
        color: #fff;
    }

    .owl-nav .owl-prev:focus {
        outline: 0;
    }

    .owl-nav .owl-prev:hover {
        background-color: #000 !important;
    }

.owl-nav .owl-next {
    position: absolute;
    right: 15px;
    /*top: 45%;*/
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    .owl-nav .owl-next span, .owl-nav .owl-next i {
        font-size: 1.6875rem;
        color: #fff;
    }

    .owl-nav .owl-next:focus {
        outline: 0;
    }

    .owl-nav .owl-next:hover {
        background: #000 !important;
    }

.owl-carousel:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.owl-carousel:hover .owl-next {
    right: 0px;
    opacity: 1;
}
/*--- Margin-bottom of Section---*/
/*---------------------------------------------- END RESETS ----------------------------------------------*/

/*------------------------------------------------ HEADER ------------------------------------------------*/
.header-dtu {
}

.header-top {
    background: #A9161C;
    height: 48px;
}

.logo-dtu {
    display: flex;
    align-items: center;
}

    .logo-dtu a {
        max-width: 300px;
        display: inline-flex;
    }

        .logo-dtu a img {
            padding-right: 10px;
            align-content: center;
        }

    .logo-dtu span {
        align-content: center;
        font-size: 15px;
        color: #fff;
        font-family: "Roboto Condensed" !important;
        /*font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;*/
        font-weight: 600;
    }

ul.menu-top {
    padding: 0;
    margin: 0;
    margin-right: 15px;
    height: 48px;
    display: flex;
    align-items: center;
    float: right;
}

.menu-top li {
    display: inline-block;
    border-right: 1px solid #960309;
    padding: 0 10px;
    height: 100%;
}

    .menu-top li a {
        color: #fff;
        font-size: 14px;
        padding: 15px 0;
        display: inline-block;
    }

        .menu-top li a:hover, .language li a.active {
            color: #fff;
        }

.form-search {
    margin-top: 0 !important;
}

    .form-search .search-box {
        width: 285px;
        position: relative;
        height: 48px;
        padding: 3px 0;
    }

    .form-search input[type="text"] {
        background: #8C070C;
        border: 1px solid #960309;
        color: #A1A3A6;
        width: 100%;
        height: 100%;
        font-size: 14px;
        padding: 0 35px 0 15px;
    }

    .form-search .search-box i {
        /*font-weight: 400;*/
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        font-size: 19px;
    }

.lang-select {
    position: relative;
    height: 48px;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 100%;
    padding: 0 10px;
    background: #a9161c;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .lang-current img {
        /*width: 20px;
		height: 14px;*/
        object-fit: cover;
        padding-right: 10px;
    }

    .lang-current i {
        font-size: 12px;
    }

/* DROPDOWN */
.lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    min-width: 140px;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    display: none;
    z-index: 9997;
}

    .lang-dropdown li {
        border: none;
        padding: 0;
        width: 100%;
    }

        .lang-dropdown li a {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px 10px;
            color: rgba(0, 0, 0, 0.5);
            text-decoration: none;
            font-size: 14px;
        }

            .lang-dropdown li a:hover {
                /*background: #f2f2f2;*/
                color: #000;
                background: #F5F5F5;
            }

    .lang-dropdown img {
        width: 20px;
        height: 14px;
    }

/* Hover mở */
.lang-select:hover .lang-dropdown {
    display: block;
}

.header-dtu .container-flui {
    position: relative;
}

.header-main {
    background-color: #fff;
    padding: 7px 0;
    position: relative;
    min-height: 70px;
}

    .header-main .logo-sca {
        /*padding-top: 5px;*/
        display: flex;
        align-items: center;
    }

        .header-main .logo-sca img {
            max-width: 100%;
        }

    .header-main nav {
        /*position: relative;*/
    }

.with-border {
    border: #fff solid 1px;
}

.main-menu-box {
    position: relative;
    /*border: #fff solid 1px;*/
}

.top-header {
    padding: 14px;
    /*border: #333 solid 1px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}




/*-------------NAVIGATION -------------*/
.nav-header span + span {
    margin-top: 4px;
}

.nav-dtu {
    display: flex;
    align-items: center;
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    overflow-x: visible;
    position: relative;
    margin: 0;
    padding: 15px 0;
    justify-content: flex-end;
}

.navigation-dtu {
    z-index: 9996;
}

    .navigation-dtu .text-keyword {
        position: absolute;
        top: 11px;
        right: 233px;
        width: 150px;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        z-index: -100;
    }

    .navigation-dtu .text-keyword-width {
        z-index: 100;
        opacity: 1;
        width: 50%;
    }

    .navigation-dtu .text-keyword-close {
        width: 150px;
        z-index: -100;
        opacity: 0;
    }

    .navigation-dtu .text-keyword input {
        width: 100%;
        background-color: #fff;
        border: 1px solid #fff;
    }

    .navigation-dtu .text-keyword .searchform-submit {
        box-shadow: none;
        border: 0;
        border-radius: 0;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 25px;
        margin: 0;
        padding: 0 5px;
        height: 100%;
    }

    .navigation-dtu .text-keyword .searchform-close {
        box-shadow: none;
        border: 0;
        border-radius: 0;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 5px;
        margin: 0;
        padding: 0 5px;
        height: 100%;
        border-left: #c3c3c3 solid 1px;
    }

.hide-mobile .nav-dtu {
    /*display: block;*/
}

.nav-dtu > li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0px 12px 0px 0px;
    text-transform: uppercase;
}

    .nav-dtu > li:first-child {
        padding-left: 0;
    }

    .nav-dtu > li:last-child {
        border-right: none;
    }
/*menu con*/
.primary-navigation__rectangle {
    background-color: #b00;
    content: '';
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    bottom: -1.25rem;
    display: block;
    height: .625rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.primary-navigation__dropdown-menu-container {
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    visibility: hidden;
    display: block !important;
    margin-top: 1.25rem;
    padding: 20px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 200;
}

    .primary-navigation__dropdown-menu-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.primary-navigation__dropdown-menu .primary-navigation__dropdown-menu-list-item {
    line-height: 1;
    margin-bottom: 12px;
    width: 100%;
    display: inline-block;
    text-align: left;
    text-transform: none;
}

    .primary-navigation__dropdown-menu .primary-navigation__dropdown-menu-list-item:last-child {
        margin-bottom: 0;
    }

    .primary-navigation__dropdown-menu .primary-navigation__dropdown-menu-list-item a {
        width: 100%;
        display: inline-block;
        text-align: left;
        text-transform: none;
        font-family: "Roboto Regular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    }

.primary-navigation__dropdown-menu-link:hover, .primary-navigation__dropdown-menu-link:focus, .primary-navigation__dropdown-menu-link:active {
    color: #b00;
}

    .primary-navigation__dropdown-menu-link:hover:after, .primary-navigation__dropdown-menu-link:focus:after, .primary-navigation__dropdown-menu-link:active:after {
        background: transparent;
        opacity: 1;
    }

.nav-dtu li:hover .primary-navigation__dropdown-menu-container {
    opacity: 0.95;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
/*menu con*/
.nav-dtu li a {
    padding: 0;
    line-height: 22px;
    color: #333;
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

    .nav-dtu li a:hover, .nav-dtu li a:focus, .nav-dtu li.active a {
        color: #c61330;
    }

.nav-dtu li.no-border-right {
    border-right: none;
}

.nav-dtu .find-conf {
    background: url('../images/find-ico.png') no-repeat left center;
    padding: 8px 10px;
}

.nav-dtu li.no-padding-left {
    padding-left: 0;
}

.nav-dtu li.no-padding-left {
    padding-left: 0;
}

.nav-dtu li.sign-in {
    padding-right: 4px;
}

.nav-dtu .sign-in-up {
    background-color: #c7383e;
    border-radius: 5px;
    border: none;
    padding: 8px 15px;
}

    .nav-dtu .sign-in-up:hover {
        color: #333;
    }

.nav-header {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    font-size: 0;
    text-indent: -9996px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    /*border: #ff0000 solid 1px;*/
}

.toggle-switch span::before, .toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    height: 3px;
    background-color: #888;
    content: "";
}

.toggle-switch span::before {
    top: -11px;
}

.toggle-switch span::after {
    bottom: -11px;
}

.toggle-switch span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    height: 3px;
    border-radius: 5px;
    background: #888;
    width: 90%;
}

.toggle-switch span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

    .toggle-switch span::before,
    .toggle-switch span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s;
    }

    .toggle-switch span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    .toggle-switch span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

.toggle-switch.active-animate span {
    background: none;
}

    .toggle-switch.active-animate span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle-switch.active-animate span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle-switch.active-animate span::before,
    .toggle-switch.active-animate span::after {
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
    }

.carousel-wrap {
    position: relative;
    /*max-height: 532px;*/
}

.owl-carousel {
    /*max-height: 532px;*/
}

.banner__slide .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 43%;
}
/*.owl-theme .owl-controls {
	position: absolute;
    bottom: 0;
	right: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #a62823;
}*/
.banner {
    max-height: 500px;
    max-width: 100%;
    background-color: #F0F0F1;
}

.owl-carousel .owl-item img {
    max-height: 500px;
    max-width: 100%;
}
/**/
.banner .item {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position-x: right !important;
    background-position-y: top !important;
    height: 100%;
    min-height: 500px;
    position: relative;
}

    .banner .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner .item .cover {
        padding: 75px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*background: rgba(0, 0, 0, 0.6);*/
        display: flex;
        align-items: center;
    }

        .banner .item .cover .header-content {
            position: relative;
            padding: 20px 50px;
            overflow: hidden;
            max-width: 50%;
            background: rgba(0,0,0,0.4);
        }

            .banner .item .cover .header-content .line {
                content: "";
                display: inline-block;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                position: absolute;
                border: 9px solid #fff;
                -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
                clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
            }

            .banner .item .cover .header-content h2 {
                font-weight: 300;
                font-size: 35px;
                color: #fff;
                position: relative;
                z-index: 9999;
            }

            .banner .item .cover .header-content h1 {
                font-size: 56px;
                font-weight: 600;
                margin: 5px 0 20px;
                word-spacing: 3px;
                color: #fff;
                position: relative;
                z-index: 9999;
            }

            .banner .item .cover .header-content .intro {
                font-weight: 300;
                line-height: 23px;
                color: #fff;
                position: relative;
                z-index: 9999;
            }

.banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active .intro {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
/* Ẩn nút điều hướng khi bị disabled */
.owl-nav button.disabled {
    opacity: 0 !important;
    pointer-events: none; /* Không cho phép tương tác khi đã ẩn */
    transition: opacity 0.3s ease; /* Hiệu ứng ẩn hiện mượt mà */
}
/**/
.banner-box {
    position: absolute;
    top: 20%;
    z-index: 9990;
}

.banner .title {
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    margin-left: 0;
    display: block;
}

    .banner .title span {
        font-size: 25px;
        display: block;
        padding: 20px 0;
        color: #fff;
        font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

        .banner .title span:nth-child(2) {
            font-size: 30px;
            color: #a62823;
            font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
        }

.banner .content {
}

.banner .intro {
}

.box-more {
    display: block;
    margin: 25px 0 10px 0;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
}

.more {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    background: #a62823;
    border-radius: 20px;
}

    .more:hover {
        border-radius: 17px;
        color: #fff;
    }

.overlay-left {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 500%;
    z-index: 9995;
}

.about {
    background-color: #a62823;
    padding-bottom: 20px;
}

    .about .about-img {
        margin-top: -50px;
        z-index: 9991;
        position: relative;
        width: 115%;
    }

    .about .about-content {
        background-color: #fff;
        padding: 60px;
        position: relative;
        z-index: 9992;
        margin-top: 50px;
    }

        .about .about-content h3 {
            color: #333;
            font-size: 35px;
            font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
            text-transform: uppercase;
        }

.short-cont {
    margin: 30px 0;
    line-height: 22px;
}

.more-detail {
    color: #a62823;
    vert-align: middle;
    vertical-align: middle;
}

    .more-detail a {
        color: #a62823;
        font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
    }

    .more-detail i {
        color: #666;
        font-size: 17px;
        margin-right: 0px;
    }
/*academic-program*/
.academic-program, .news-research {
    padding: 65px 0;
}

.academic-program {
    padding-top: 0;
}

.section-title {
    text-transform: uppercase;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    margin-top: 0;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
}

    .section-title:before {
        content: " ";
        width: 50px;
        padding: 5px;
        /* border-bottom: #a62823 solid 3px;*/
        position: absolute;
        bottom: 0;
        left: 48%;
    }

    .section-title.slash100per:before {
        width: 100%;
    }

.short-cont-cate {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: #f3f1f1 solid 1px;
    padding-bottom: 20px;
    line-height: 22px;
}

.list-item-pro .section-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

    .list-item-pro .section-title:before {
        border-bottom: #a62823 solid 1px;
        color: #333;
    }

.list-item-pro .list-item {
    border-bottom: #f3f1f1 solid 1px;
    margin-bottom: 20px;
}

    .list-item-pro .list-item .item {
        background-color: #fff;
        margin-bottom: 35px;
    }

        .list-item-pro .list-item .item a {
            display: inline-block;
        }

        .list-item-pro .list-item .item .box {
            padding: 15px 0;
        }

        .list-item-pro .list-item .item .short-cont {
            margin: 20px 0 0 0;
        }

        .list-item-pro .list-item .item img {
            /*max-width: 274px;*/
            width: 100%;
        }

        .list-item-pro .list-item .item .box h3 {
            line-height: 19px;
            margin-bottom: 5px;
        }

            .list-item-pro .list-item .item .box h3 a {
                color: #00473f;
                font-size: 16px;
                font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
                text-transform: uppercase;
            }

.list-item-pro .adm .item img {
    margin-right: 25px;
}

.list-item-pro .adm .item .short-cont {
    margin: 15px 0;
}

.list-item-pro .adm .item .more-detail a {
    text-transform: uppercase;
}

.date {
    font-size: 12px;
    color: #81868A
}

    .date i {
        font-size: 11px;
        color: #81868A;
        margin-right: 3px;
    }

.paging {
    padding-bottom: 20px;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

    .pagination li a.disable {
        color: #000;
        background-color: #fff;
    }

    .pagination li a {
        margin-right: 10px;
        margin-bottom: 10px;
        color: #022438;
        border-radius: 4px;
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #428bca;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

.pagination > li > a.current,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus {
    color: #FFF;
    background-color: #AE151A;
}
/*************************/
.academic-program .item {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.program-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

    .program-tabs li {
        padding: 12px 30px;
        cursor: pointer;
        font-weight: 500;
        color: #777;
        position: relative;
        width: 33.33%;
        text-align: center;
    }

        .program-tabs li.active {
            color: #c00;
        }

            .program-tabs li.active::after {
                content: "";
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 100%;
                height: 2px;
                background: #c00;
            }

.academic-program .tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block !important;
}

    .academic-program .tab-pane.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
/* SLIDER */
.program-slider, .program-slider1, .program-slider2 {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
}


    .program-slider::-webkit-scrollbar {
        display: none;
    }

.program-item {
    /*min-width: 220px;
	height: 300px;*/
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

    .program-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45); /* chỉnh độ mờ */
        z-index: 1;
        /*background: #293352CC;
		backdrop-filter: blur(30px)*/
    }

    .program-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 67.7%);
    }

    .program-item .text {
        position: absolute;
        top: 25px;
        left: 25px;
        right: 25px;
        bottom: 25px;
        color: #fff;
        font-weight: 600;
        z-index: 2;
    }

        .program-item .text h3 {
            font-size: 24px;
            font-weight: 500;
            font-style: Medium;
            max-width: 80%;
        }

        .program-item .text p {
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.5;
        }

        .program-item .text .des-pro {
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.5;
            display: none;
            font-style: Regular;
        }
    /* Khối text đầu */
    .program-item.text {
        background: #1c2d4a;
        color: #fff;
        padding: 25px;
    }

        .program-item.text h5 {
            font-size: 18px;
        }

        .program-item .text .view-detail {
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            font-weight: 500;
            line-height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .program-item .text a.view-detail:hover {
            text-decoration: none;
        }

.full-right {
    /*width: 100vw;
	margin-right: calc(-50vw + 50%);*/
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100vw - 100%) / -2);
    transition: all 0.4s ease;
}

    .full-right.is-full {
        /*width: 100vw;
	margin-right: calc(-50vw + 50%);*/
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
/*.academic-program .item img{
	max-width: 261px;
	width: 100%;
}
.academic-program .item .box{
	width: 100%;
    background-color: #fff;*/
/* position: absolute; 
    left: 30%;
    top: 80%;*/
/*padding: 20px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 2.8px 2.2px rgba(0, 0, 0, 0.048), 0 2.8px 2.2px rgba(0, 0, 0, 0.06), 0 2.8px 2.2px rgba(0, 0, 0, 0.072), 0 2.8px 2.2px rgba(0, 0, 0, 0.012), 0 2.8px 2.2px rgba(0, 0, 0, 0.012);
    margin-left: 30%;
    margin-top: -18%;
    width: 70%;
    z-index: 9990;
	position: relative;
}
.academic-program .item .box h3{
	line-height: 22px;
}
.academic-program .item .box h3 a{
	color: #00473f;
	font-size: 18px;
	font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}*/
/*form-registor*/
.form-registor {
    background: url(../images/bg-form.png) no-repeat center center;
    background-size: cover;
}

    .form-registor .content-form {
        padding-top: 65px;
        padding-bottom: 65px;
    }

        .form-registor .content-form h2 {
            font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
            font-weight: 700;
            font-style: Bold;
            font-size: 26px;
            line-height: 22px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

.card {
    border-radius: 8px;
    padding: 20px 0;
    flex-direction: inherit;
    margin: 0;
}

.form-control {
    border-radius: 6px;
    color: #81868A;
    font-size: 14px;
}

.custom-control-label {
    cursor: pointer;
}

.img-form {
    position: relative;
    overflow: hidden;
}

    .img-form img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
/**********************************/
.admission {
    padding: 65px 0;
    position: relative;
}

.list-admission {
    position: relative;
}

.img-cover {
    height: 100%;
    object-fit: cover;
}

.admission-big {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    position: relative;
}

.lb-cat {
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 25px;
    gap: 10px;
    border-radius: 4px;
    color: #fff;
    background: #A9161C url(../images/basil_university-solid.png) 5px center no-repeat;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.admission-content {
    padding: 15px;
}

    .admission-content h5, .admission-item h5 {
        font-weight: 700;
        font-size: 18px;
        margin-top: 15px;
    }

    .admission-content small, a, .text-muted {
        color: #81868A;
        font-size: 13px;
    }

.admission-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.admission-item {
    /*	display: flex;*/
    /*	gap: 12px;*/
    background: #fff;
    padding: 13px 0px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

    .admission-item img {
        /*	width: 40% !important;*/
        object-fit: cover;
        border-radius: 4px;
    }

.list-admission .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0.4; /* mờ */
    pointer-events: auto; /* cho click */
    transition: opacity .25s ease;
}

.list-admission:hover .owl-nav {
    opacity: 1;
}

.list-admission .owl-nav [class*='owl-'], .list-admission .owl-nav [class*='owl-']:hover {
    background: inherit;
    padding: 2px 7px;
}

.list-admission .owl-nav button {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #a90000 !important;
    border-radius: 6px;
    color: #fff !important;
    font-size: 22px;
    pointer-events: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.list-admission .owl-controls {
}

.list-admission .owl-prev {
    left: -55px !important;
    background-color: #A9161C !important;
}

    .list-admission .owl-prev:hover {
        left: -55px !important;
        background-color: #000 !important;
    }

.list-admission .owl-next {
    right: -55px !important;
    background-color: #A9161C !important;
}

.list-admission .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.list-admission .owl-dot span {
    width: 7px;
    height: 7px;
    background: #d6d6d6;
    border-radius: 50%;
    margin: 0;
}

.list-admission .owl-dot.active span {
    background: #a90000;
}
/********************************/
.title-main {
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #333;
    margin: 5px 0 20px 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    /*    gap: 12px;*/
}

    .title-main .line {
        flex: 1;
        height: 1px;
        /*background: #e5e5e5;*/
        background: #a62823;
        margin: 0 0px 0px 20px
    }

    /* icon cuối */
    .title-main .title-decor-icon {
        width: 215px; /* chiều dài icon + line */
        height: 27px;
        background: url('../images/icon-line-title.png') no-repeat right center;
        background-size: contain;
    }

.news-research .news {
}

    .news-research .news .thumb .box {
        padding: 10px 0px;
    }

    .news-research .news .thumb img {
        max-width: 100%;
        width: 100%;
    }

    .news-research .news .thumb h3 {
        line-height: 19px;
    }

    .news-research .news .thumb a {
        color: #293352;
        font-size: 18px;
        font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .news-research .news .thumb .date {
        font-size: 12px;
    }

    .news-research .news .thumb .short-cont {
        margin: 5px 0;
        color: #333;
        font-size: 15px;
    }

.news-research .list-news {
    background-color: #fff;
    color: #293352;
    padding-bottom: 30px;
    position: relative;
}

    .news-research .list-news .item .box {
        padding: 10px;
    }

    .news-research .list-news img {
        max-width: 100%;
        width: 100%;
    }

    .news-research .list-news h3 {
        line-height: 16px;
        color: #293352;
        font-size: 15px;
        font-weight: 700;
        padding: 5px 0;
        position: relative;
        padding-left: 10px;
    }

        .news-research .list-news h3::before {
            content: "";
            width: 5px;
            height: 5px;
            border: 3px solid #A1A3A6;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .news-research .list-news a {
        font-size: 14px;
        font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

.carousel-control-prev,
.carousel-control-next {
    display: none;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C1C1C1;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #646464;
    }

.news-research .event {
    background: #F6F6F6;
    border: 1px solid #D9D9D9;
    padding: 10px;
}

    .news-research .event h2 {
        position: relative;
        color: #333333;
        font-size: 18px;
        font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .news-research .event .event-icon {
        margin-bottom: 8px;
    }

    .news-research .event .event-item {
        display: flex;
        margin-bottom: 10px;
    }

        .news-research .event .event-item a {
        }

            .news-research .event .event-item a:hover {
            }

        .news-research .event .event-item img {
            max-width: 100%;
            width: 100%;
            float: left;
            /*                padding-right: 10px;*/
        }

        .news-research .event .event-item h3 {
            font-size: 14px;
            color: #293352;
            font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
        }
/*facility*/
.parent {
    display: flex;
}

    .parent .section-title {
        align-self: flex-end;
    }

.facilities {
    margin: 30px 0;
    clear: both;
}

    .facilities .content {
        background: #a62823;
    }

        .facilities .content .item {
            padding: 30px;
            border-right: solid 1px #60120f;
        }

            .facilities .content .item span:first-child {
                color: #f4a228;
                font-size: 30px;
                display: block;
            }

            .facilities .content .item span:nth-child(2) {
                color: #ccc;
                font-size: 15px;
                margin-top: 10px;
                text-transform: uppercase;
                display: block;
            }

.list-facility-type-carousel .owl-controls {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 100%;
}


.list-facilities {
    position: relative;
}

    .list-facilities .owl-controls {
        position: absolute;
        top: 40%;
        width: 100%;
    }


/***********************/
.partner {
    padding: 30px 0;
}

    .partner .border-bottom {
        margin-top: 30px;
        border-bottom: #666 solid 1px;
        padding-bottom: 30px;
    }

.list-partner {
    position: relative;
}

    .list-partner .item {
        margin-right: 2px;
    }

        .list-partner .item img {
            /*max-height: 60px;
	max-width: 155px;*/
            height: auto;
            max-width: 100%;
        }

.website {
    border: none;
    min-width: 130px;
    bottom: 0;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffb404;
    background-image: -webkit-linear-gradient(left,#ffb404 0%,#ECA500 50%,#ffb404 100%);
    background-image: linear-gradient(to right,#ffb404 0%,#ECA500 50%,#ffb404 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    position: relative;
}

    .website:after {
        content: "\f105";
        color: #a62823;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 0;
        top: 5px;
        font-size: 27px;
        width: 42px;
        height: 60px;
        display: block;
    }

.website2 {
    background-color: #a62823;
    background-image: -webkit-linear-gradient(left,#a62823 0%,#9e0802 50%,#a62823 100%);
    background-image: linear-gradient(to right,#a62823 0%,#9e0802 50%,#a62823 100%);
    color: #fff !important;
}

    .website2:after {
        content: "\f105";
        color: #fff;
    }
/***********************/
.sitemap-mission {
    padding: 30px 0;
}

    .sitemap-mission .logo {
        height: 45px;
        margin-right: 15px;
    }

    .sitemap-mission .title_site {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 18px;
        padding-bottom: 4px;
    }

        .sitemap-mission .title_site:before {
            content: '';
            position: absolute;
            height: 1px;
            width: 100%;
            background: #333;
            left: 0;
            bottom: -5px;
        }

        .sitemap-mission .title_site:after {
            content: '';
            position: absolute;
            height: 1px;
            width: 70px;
            background: #a9161c;
            left: 0;
            bottom: -5px;
        }

    .sitemap-mission ul.char_site_map {
        padding-left: 0;
    }

        .sitemap-mission ul.char_site_map li {
            display: inline-block;
        }

            .sitemap-mission ul.char_site_map li a {
                text-decoration: none;
                outline: none;
                font-size: 18px;
                text-transform: uppercase;
            }


    .sitemap-mission .block_quote {
        position: relative;
        padding: 25px 30px;
        text-align: justify;
    }

        .sitemap-mission .block_quote p {
            padding: 0;
            margin: 0;
        }

        .sitemap-mission .block_quote:before {
            content: '\f10d';
            color: #999;
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 27px;
            width: 42px;
            height: 60px;
            display: block;
            /*background: url(../images/quote-left.jpg) top left no-repeat;*/
        }

        .sitemap-mission .block_quote:after {
            content: '\f10e';
            color: #999;
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            right: -15px;
            bottom: -25px;
            font-size: 27px;
            width: 42px;
            height: 60px;
            display: block;
            /*background: url(../images/quote-right.jpg) bottom right no-repeat;*/
        }
/*--------------------------------------------- FOOTER ---------------------------------------------------*/
.site-footer {
    background: #f7f7f7;
    color: #666;
    font-size: 14px;
    padding: 50px 0 0 0;
}

    .site-footer .footer-title {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

.footer-info,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-info li,
    .footer-links li {
        margin-bottom: 6px;
        line-height: 1.6;
    }

    .footer-links a {
        color: #666;
        text-decoration: none;
        transition: color .2s;
    }

        .footer-links a:hover {
            color: #b31919;
        }

/* Social */
.footer-social {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 36px;
    height: 36px;
    background: #8c8f93;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
}

    .social-btn:hover {
        background: #b31919;
        color: #fff;
    }

/* Bottom */
.footer-bottom {
    border-top: 1px solid #ddd;
    padding: 12px 0;
    margin-top: 10px;
    font-size: 13px;
}

    .footer-bottom .view {
        color: #f39c12;
        font-weight: 600;
    }

    .footer-bottom .visitor {
        color: #1abc9c;
        font-weight: 600;
    }
/*.footer-dtu {
	background-color: #f1f1f2;
	padding: 34px 0;
}

.footer-dtu:after {
	clear: both;
	display: table;
	content: " ";
}

.copyright-footer {
	padding-top: 0;	
	font-size: 13px;
}
.cp1 {
	margin-bottom: 15px;
}
.copyright-footer, .copyright-footer a {
	color: #333;		
	word-break: break-all;
}

.footer-social {*/
/*padding: 0;*/
/*margin: 0;
}

.footer-social ul {
	padding: 0;
	margin: 0;
}

.footer-social ul li {
	list-style: none;
	display: inline-block;
	background-color: transparent;
	border-radius: 15%;
	float: right;
}
.footer-social ul li i{
	font-size: 40px;
}

a.rounded-icon {
	display: block;
}

a.rounded-icon {

	display: block;
	height: 46px;
	width: 46px;
}
.social-google:hover i{
	color: crimson;
}
.social-twitter:hover i{
	color: deepskyblue;
}
.social-facebook:hover i{
	color: cornflowerblue;
}
.social-youtube:hover i{
	color: crimson;
}*/

/*--- Content of  icon social ---*/
/**********************************/
.left:before {
    left: 0;
}

.center:before {
    left: 48%;
}

.bottom .owl-controls {
    top: auto !important;
    bottom: 0;
}

.bottom-35px .owl-controls {
    top: auto !important;
    bottom: -35px;
}

.top-right .owl-controls {
    top: 0;
    left: auto;
    width: auto;
    right: 0;
}

@media (max-width: 1200px) {
    .nav-dtu {
        text-align: center;
    }
}
/*---------------------------------------------- BACK TO TOP ---------------------------------------------*/
#back-top a {
    width: 46px;
    height: 46px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    padding-top: 12px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #5D5D5D;
    border-radius: 50%;
    z-index: 9996;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

    #back-top a i {
        font-size: 10px;
    }

    #back-top a:hover, #back-top a:focus {
        background-color: #c7383e;
        opacity: 1;
        filter: alpha(opacity=1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
/*-------------------------------------------- END BACK TO TOP -------------------------------------------*/
/*------Contact page-------*/
.map-section {
    height: 300px;
    position: relative;
}

.contact-info-warp {
    position: absolute;
    width: 400px;
    height: 100%;
    background: rgba(2, 0, 49, 0.8);
    text-align: center;
    z-index: 1;
    padding: 10px;
}

    .contact-info-warp .contact-info {
        margin-bottom: 20px;
    }

        .contact-info-warp .contact-info h4 {
            color: #fff;
            font-weight: 400;
            margin-bottom: 8px;
            font-size: 18px;
        }

        .contact-info-warp .contact-info p {
            color: #fff;
            margin-bottom: 0;
        }

.map-section .map {
    height: 100%;
}

.contact-form {
    background: #fff;
    margin-top: 50px;
}

    .contact-form .section-title {
        margin-bottom: 30px;
    }

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.text-center {
    text-align: center !important;
}

.contact-form h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #111111;
    margin: 0;
    font-weight: 500;
    font-family: 'Roboto Regular', sans-serif;
}

.contact-form p.note {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #636363;
    line-height: 1.6;
}

.contact-form select,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    height: 37px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    /*float: left;*/
    border: none;
    font-size: 14px;
    font-weight: normal;
    background: #edf4f6;
}

    .contact-form select:focus,
    .contact-form input[type=text]:focus,
    .contact-form input[type=email]:focus,
    .contact-form textarea:focus,
    .contact-form input[type=text]:focus,
    .contact-form input[type=email]:focus,
    .contact-form textarea:focus {
        border: none;
        border-bottom: 2px solid #d82a4e;
    }

.contact-form input[type=file],
.contact-form input[type=file] {
    display: none;
}

.contact-form textarea,
.contact-form textarea {
    padding-top: 23px;
    padding-bottom: 15px;
    height: 125px;
}

.contact-form .file-up-btn,
.contact-form .file-up-btn {
    display: block;
    background: #3e3e3e;
    color: #fff;
    max-width: 175px;
    padding: 13px 5px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 23px;
    clear: both;
    text-align: center;
    overflow: hidden;
}

.contact-form .site-btn {
    border: none;
    min-width: 150px;
    bottom: 0;
    padding: 15px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffb404;
    background-image: -webkit-linear-gradient(left,#ffb404 0%,#ECA500 50%,#ffb404 100%);
    background-image: linear-gradient(to right,#ffb404 0%,#ECA500 50%,#ffb404 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}

    .contact-form .site-btn:hover,
    .contact-form .site-btn:hover {
        color: #fff;
        background-color: #ECA500;
        border: none;
        background-position: 100% 0;
    }
/*------End Contact page-------*/
.captcha {
    height: 35px;
}

.site-footer .footer-title a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.footer-info li a {
    color: #333;
}

.admission-content h5 a, .admission-item h5 a {
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    color: #333;
}

.admission-item div:first-child {
    padding-right: 0px;
}

.program-item .text h3 a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.admission-big img {
    padding: 15px;
}

svg {
    width: 100%;
    height: auto;
}

.user-markup a {
    text-decoration: none !important;
}

.program-tabs li {
    font-size: 18px;
    font-weight: bold;
    color: #81868A;
}

    .program-tabs li.active {
        color: #A9161C;
    }

.title-main .line:last-child {
    max-width: 218px !important;
}

.form-registor .btn-dk, .form-registor .btn-dk:hover {
    background-color: #293352;
    border-color: #293352;
    color: #fff;
}

.program-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    pointer-events: none;
}

.program-item:hover::before {
    backdrop-filter: blur(30px);
    background: #293352CC;
    cursor: pointer;
}

.program-item .text .view-detail {
    display: none;
}

.user-markup .h5 a {
    font-size: 18px;
}

.download-cv {
    font-size: 16px;
    color: #b00;
    text-decoration: underline;
}

.user-markup .listing__heading a {
    font-size: 16px;
}

.user-markup h3 {
    font-size: 20px;
}

.user-markup h2 {
    font-size: 22px;
}

.submenu .submenu__heading a {
    font-size: 22px;
}

.title-check-pro {
    font-weight: bold;
    font-style: italic;
}

.title-pro {
    font-size: 16px;
}

.fb, .tiktok {
    font-size: 23px;
}

.linkedin {
    font-size: 20px;
}

.banner-mobi {
    display: none;
}

.program-item {
    cursor: pointer;
    background-color: #293352CC;
    /*	min-height: 341px;*/
    min-height: auto;
}

.user-markup table {
    max-width: 100%;
    display: block;
    overflow-x: auto;
}

.user-markup img {
    max-width: 100%;
}

.other-news ul li a {
    font-size: 15px;
}

.title_site a {
    font-size: 18px;
}

.main {
    margin: 0 0 3.75rem 0;
}

@media (min-width: 1024px) {
    .li_sub > a::after {
        background: transparent;
        opacity: 1;
        content: '\27A4';
        font-family: 'icomoon';
        font-size: .625rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        transition-property: opacity;
        transition-duration: 300ms;
        height: auto;
        left: -.75rem;
        position: absolute;
        top: 0;
        width: auto;
    }

    .li_sub:hover .content_li_sub {
        opacity: 0.95;
        visibility: visible;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }

    .content_li_sub {
        background-color: #fff;
        opacity: 0;
        -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        visibility: hidden;
        display: block !important;
        margin-top: 1.25rem;
        padding: 20px;
        left: 250px;
        position: absolute;
        top: -20px;
        width: 250px;
        z-index: 200;
    }
}

.academic-program {
    padding-top: 40px;
    background: url(../images/bg-form.png) no-repeat center center;
    background-size: cover;
}

.form-search input[type="text"]::-webkit-input-placeholder {
    color: #efefef;
}

.form-search input[type="text"]::-moz-placeholder {
    color: #efefef;
}

.form-search input[type="text"]:-ms-input-placeholder {
    color: #efefef;
}

.form-search input[type="text"]::placeholder {
    color: #efefef;
}


/*Thông báo*/
.title-main a {
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #333;
    margin: 5px 0 20px 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-announcement-static {
    padding-top: 10px;
}

    .home-announcement-static .announcement-feature,
    .home-announcement-static .announcement-list {
        height: 100%;
    }

    .home-announcement-static .announcement-feature {
        background: #fff;
    }

.announcement-thumb img {
    width: 100%;
}

.home-announcement-static .announcement-thumb {
    width: 100%;
    min-height: 320px;
    background: linear-gradient(135deg, #f3f3f3 0%, #e7e7e7 100%);
    /* border: 1px solid #e2e2e2; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 18px;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.home-announcement-static .announcement-content {
    padding: 12px 0 0 0;
}

.home-announcement-static .announcement-date,
.home-announcement-static .announcement-item-date {
    color: #777;
    font-size: 12px;
    margin-bottom: 8px;
}

.home-announcement-static .announcement-feature h3 {
    line-height: 24px;
    margin-bottom: 8px;
}

    .home-announcement-static .announcement-feature h3 a {
        color: #293352;
        font-size: 22px;
        font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

.home-announcement-static .announcement-desc {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.home-announcement-static .announcement-list {
    /* background: #f6f6f6;
        border: 1px solid #d9d9d9; */
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    position: relative;
    padding: 10px 18px;
}

.home-announcement-static .announcement-item {
    padding: 14px 0;
    border-bottom: 1px solid #e1e1e1;
}

    .home-announcement-static .announcement-item:last-child {
        border-bottom: none;
    }

    .home-announcement-static .announcement-item h3 {
        position: relative;
        margin: 0;
        padding-left: 14px;
        line-height: 20px;
    }

        .home-announcement-static .announcement-item h3::before {
            content: "";
            width: 5px;
            height: 5px;
            border: 3px solid #A1A3A6;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 8px;
        }

        .home-announcement-static .announcement-item h3 a {
            color: #293352;
            font-size: 15px;
            font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
        }

.home-announcement-static .announcement-more-wrap {
    text-align: right;
    margin-top: 20px;
}

.home-announcement-static .announcement-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 10px 22px;
    background: #a62823;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.2s ease;
}

    .home-announcement-static .announcement-more:hover {
        background: #8d1f1b;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 991px) {
    .home-announcement-static .announcement-feature {
        margin-bottom: 20px;
    }

    .home-announcement-static .announcement-thumb {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .home-announcement-static .announcement-thumb {
        min-height: 200px;
        font-size: 16px;
    }

    .home-announcement-static .announcement-feature h3 a {
        font-size: 18px;
    }

    .home-announcement-static .announcement-list {
        padding: 8px 14px;
    }

    .home-announcement-static .announcement-more-wrap {
        text-align: center;
    }
}

.section-title a {
    font-size: 23px;
    color: #333;
}

.sub-ul {
    display: none;
    margin-top: 15px;
}

    .sub-ul.active {
        display: block;
    }

.down {
    transform: rotate(90deg);
}

.submenu__list-item.active {
    background-color: #08162c;
}

.submenu__link:active, .submenu__link:focus {
    color: #fff !important;
}

.submenu__link::after {
    height: 0px !important;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}
