*{
    box-sizing:border-box;
}
@font-face {
    font-family: 'Barlow-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Regular.ttf');
}
@font-face {
    font-family: 'Barlow-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Bold.ttf');
}
@font-face {
    font-family: 'Barlow-Medium';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Medium.ttf');
}
@font-face {
    font-family: 'Barlow-Black';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Black.ttf');
}
@font-face {
    font-family: 'Barlow-SemiBold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-SemiBold.ttf');
}
@font-face {
    font-family: 'Barlow-Italic';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Italic.ttf');
}
body {
    font-family: "Barlow-Regular";
    font-size: 14px;
    color: #363636;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    padding: 0.2rem;
}
a {
    color: unset;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
.black {
    font-family: "Barlow-Black", sans-serif;
}
.bold {
    font-family: "Barlow-Bold", sans-serif;
}
.medium {
    font-family: "Barlow-Medium", sans-serif;
}
.italic {
    font-family: "Barlow-Italic", sans-serif;
}
/*:::::Menu:::::*/
.brand {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: inherit;
    border: none;
    outline: none;
    color: #e91e63;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    max-width: 200px;
}
    .brand .logo-dtu {
        max-width: 112px;
        padding-right: 13px;
        border-right: 1px solid #D9D9D9;
    }
    .brand .logo-sdh {
        max-width: 50px;
        padding-left: 5px;
    }
    .header {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 999;
        border: none;
        outline: none;
        background: #ffffff;
    }

    .header .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        max-width: 100%;
        height: auto;
        padding: 5px 0 ;
    }

.header .navbar-cus {
    max-width: 100%;
    height: auto;
}

        .header .menu > .menu-item {
            position: relative;
            display: inline-block;
            border-left: 1px solid rgb(255 255 255 / 30%);
            margin-right: -2px; 
        }
           
        .header .menu .menu-item:nth-last-child(2) {
            border-right: 0.5px solid rgb(255 255 255 / 30%);
        }
    .header .menu > .menu-item > a {
        display: block;
        font-family: Barlow-SemiBold;
        font-size: 15px;
        line-height: 22px;
        padding: 1rem 11px;
        border: none;
        outline: none;
        color: #FFFFFF;
        text-transform: uppercase;
        text-rendering: optimizeLegibility;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
        .header .menu > .menu-item > a:hover {
           background-color:#A9161C;
        }
   
    .header .menu > .menu-item:hover > a {
        font-weight:bold;
    }
       
        .header .menu > .menu-item > .sub-menu {
            margin-top: 4px;
            position: absolute;
            z-index: 1;
            left: 0;
            top: 100%;
            width: 13rem;
            height: auto;
            /*padding: 0.75rem 0;*/
            border: none;
            outline: none;
            opacity: 0;
            visibility: hidden;
            border-top: 3px solid #D9291D;
            background: #ffffff;
            -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            -webkit-transform: translateY(1rem);
            -ms-transform: translateY(1rem);
            transform: translateY(1rem);
            -webkit-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }
    .sub-menu1 {
        margin-top: 0px;
        position: absolute;
        z-index: 1;
        left: -1rem;
        top: 100%;
        width: 13rem;
        height: auto;
        padding: 0.75rem 0;
        border: none;
        outline: none;
        opacity: 0;
        visibility: hidden;
        border-top: 3px solid #e91e63;
        background: #ffffff;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

.header .menu > .menu-item > .sub-menu > .menu-item {
    display: block;
}

    .header .menu > .menu-item > .sub-menu > .menu-item > a {
        display: block;
        font-family: "Barlow-Regular", sans-serif;
        font-size: 15px;
        line-height: inherit;
        padding: 0.5rem 1.25rem;
        color: #121212d6;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

.header .opened-menu {
    position: relative;
    display: none;
    cursor: pointer;
    width: 2rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.header .opened-menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #121212;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header .opened-menu span:nth-child(1) {
    top: 0;
}

.header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {
    top: 0.5rem;
}

.header .opened-menu span:nth-child(4) {
    top: 1rem;
}

.header .closed-menu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    outline: none;
    background: none;
}

.header .closed-menu img.closed-icon {
    display: block;
    width: 1rem;
    height: auto;
}

.header .overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: #2b5162c7;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.header .header-menu {
    background-color: #D9291D;
}
.full-width {
    margin-left: -15px;
    margin-right: -15px;
}
.owl-banner .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}
.owl-banner .owl-theme .owl-dots .owl-dot.active span,
.owl-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #A9161C;
}
.owl-banner .owl-theme .owl-dots {
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    width: 1170px;
}
.owl-banner .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.owl-banner .owl-nav {
    display: none;
}
.owl-slider .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}
.owl-slider .owl-stage {
    padding-top: 20px;
}
.owl-slider  .owl-item {
    margin-top: 0;
    transition: ease-in-out 0.5s;
}
.owl-slider  .owl-item:hover {
    margin-top: -20px;
    transition: ease-in-out 0.5s;
}
.owl-slider .owl-nav {
    display: block !important;
}
.owl-slider .owl-nav .owl-prev {
    background: #a9161c;
    padding: 5px;
}
.owl-slider-carousel .owl-stage-outer {
    margin-left: 50px;
}
/*::::: Content :::::*/
.see-more-wp {
    border: 1px solid #A9161C;
    float: right;
    background: #A9161C;
    border-radius: 4px;
}
    .see-more-wp:hover {
        border: 1px solid #A9161C;
        background-color: #FFFFFF;
        color: #000000;
    }
.hr-vinh {
    border-top: 1px solid #A9161C;
}
.card{
    border: none !important;
    border-radius: 0 !important;
    background-color:transparent;
}
.text-muted {
    color: unset !important;
    float: right;
}

a.ex1:hover {
    color: #A9161C;
}


.title-sm {
    font-family: "Barlow-Bold", sans-serif;
    text-transform: uppercase;
}
    .title-sm h5 {
        font-size: 1.5rem;
    }
    .news-st {
     
        padding: 3em 0;
       
    }
.notif-st {
    padding: 3em 0;
}
.list-bg {
    background-color: #fff;
    /*border-radius: 10px;*/
    padding: 15px 30px;
    height: 100%
}
.list-style {
    padding-left: 2.5em;
}
.list-style li {
    padding: 15px 0;
    border-bottom: solid 1px #f2f2f2;
    text-indent: -15px;
}
.list-style  li:last-child {
    border-bottom: none;
}
.list-style li a {
}
.notif-list li:before {
    content: "\f111";
    display: inline-block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 5px;
    color: #d5d5d5;
    margin-right: 15px;
}
.notif-list li:hover:before {
    color: #A9161C;
}

.file-list li:before {
    content: "\f15c";
    display: inline-block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #d5d5d5;
    margin-right: 15px;
}
.file-list li:hover:before {
    color: #A9161C;
}
.see-more {
    color: #fff;
    font-family: "Barlow-Medium", sans-serif;
    padding: 5px 10px;
    display: block;
    text-transform: uppercase;
}
    .see-more-wp a:hover {
        color: #000 !important;
    }
.bg-white-news {
    background-color: #fff;
    padding: 30px;
}
.bg-white-news-nopadingbot {
    background-color: #fff;
    padding: 30px 30px 0px 30px;
}
.other-news .news-item {
  display:flex;
  gap:1rem;
}
.other-news .news-item:first-child {
    margin-top: 40px;
}
.other-news .news-item .img-part {
    width: 40%;
}
    .other-news .news-item .content-part {
        width: 60%;
    }
    .other-news .news-item .content-part-full {
        width: 100%;
    }
    .other-news .news-item .img-part img {
        width: 100%;
        object-fit: cover;
    }
    .other-news .news-item .content-part .title, .other-news .news-item .content-part-full .title {
        font-family: "Barlow-Bold", sans-serif;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .other-news .news-item .content-part .date, .other-news .news-item .content-part-full .date {
        display: inline-block;
        margin-top: 0;
        font-family: "Barlow-Light", sans-serif;
        font-size: 14px;
        color: #9f9f9f;
    }

.other-news .news-item:last-child:after {
    content: none;
}
.owl-news .owl-news-carousel .owl-nav {
    display: none;
}
.owl-news {
    position: relative;
}
.owl-news .owl-news-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 5px;
}
.owl-news .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    height: 8px;
    width: 8px;
}
.owl-news .owl-theme .owl-dots .owl-dot.active span {
    height: 10px;
    width: 10px;
}
.owl-news .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #A9161C;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none;
}
.owl-news-carousel .news-top-title {
    position: absolute;
    top: 40px;
    left: 40px;
    display: inline-block;
    padding: 8px 35px;
    background-color: #A9161C;
    color: #fff;
    font-family: "Barlow-Medium", sans-serif;
    font-size: 18px;
    border-radius: 10px;
}

.owl-news-carousel .news-lg-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 40px;
    left: 0;
    font-family: "Barlow-Medium", sans-serif;
    font-size: 18px;
    color: #fff;
    height: 190px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1))
}
.owl-news-carousel .date {
    font-family: "Barlow-Light", sans-serif;
    font-size: 14px;
    color: #fff;
}
.footer {
    background-color: #ffffff;
    /*background-color: #F3F3F3;*/
    /*padding: 5em 0 2.5em 0;*/
}
.footer-logo {
    display:flex;

}
    .footer-logo .logo-img {
        height: 47px;
        width: auto;
    }

    .footer-logo .footer-logo-text {
        font-family: Barlow-Bold;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        color: #2b5162;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
        .footer-logo .footer-logo-text2 {
            font-weight: 500;
            font-size: 15px;
            line-height: 100%;
            color: #81868A;
            text-transform: uppercase;
            margin-bottom:0;
        }
.footer_about .footer-mission {
    margin-top: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color:#333;

}
.footer .info-wp {
    text-align: center;
    margin-top: 5em;
    color: #fff !important;
}
    .footer .info-wp p:first-child {
        font-family: "Barlow-Bold", sans-serif;
        font-size: 18px;
        text-align: center;
    }
    .footer .info-wp p:last-child {
        font-family: "Barlow-Regular", sans-serif;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

    .location-ic:before {
        content: "";
        display: inline-block;
        background-image: url("../img/location-ic.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
    }
.mail-ic:before {
    content: "";
    display: inline-block;
    background-image: url("../img/email-ic.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}
.phone-ic:before {
    content: "";
    display: inline-block;
    background-image: url("../img/phone-ic.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}
.menu-bottom-wp {
    text-align: center;
    margin-top: 5em;
}
.menu-bottom {
    display: inline-block;
    color: #fff;
}
.menu-bottom li {
    float: left;
}
.menu-bottom li a {
    display: block;
    text-decoration: none;
    padding: 10px 35px;
    font-size: 18px;
}
    .menu-bottom li a:hover {
        color: yellow;
    }
.bottom-footer {
    background: #F3F3F3;
    padding: 14px 0;
}
    .bottom-footer .footer-end {
        width:100%;
        display: flex;
        justify-content: space-between;
    }

        .bottom-footer .footer-end .copyright {
            width: 70%;
        }
        .bottom-footer .footer-end .social {
            width: 30%;
            text-align:right;
        }
        .bottom-footer .footer-end .social li {
           display:inline-block;
        }
            .bottom-footer .footer-end .social li img {
               width:40px;
            }
.text-bt-footer {

    color: #363636;
    margin-bottom: 0 !important;
    margin-top:6px;
}
.footer-info {
    color: #fff;
    font-size: 16px;
}
/* Page - css */

.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 0;
    font-family:Barlow-Regular;
    font-size:16px;
}
.breadcrumb-nav {
    display: inline-block;
    text-align: center;
}
.breadcrumb-page {
    text-align: center;
}
.no-padding {
    padding: 0 !important;
}
.no-mr {
    margin: 0 !important;
}
.date-ic:before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 16px;
    margin-right: 6px;
    vertical-align: baseline;
}


.content-banner {
    font-size: 20px;
    font-family: system-ui;
}
.intro {
    margin-bottom: 5px !important;
}

/*banner*/
.banner-session {
    position: relative;
}

    .banner-session .item {
        min-height: 527px;
        background-size: cover !important;
        background-position-x: center !important;
        background-position-y: top !important;
        padding: 0;
    }

    .banner-session .banner-content {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 50%;
        min-height: 450px;
    }

    .banner-session .item .banner-content .slide-h2 {
        font-family: 'Barlow-Bold';
        font-size: 38px;
        line-height: 1.2;
        padding-bottom: 15px;
        margin: 0;
    }

    .banner-session .item .banner-content .desc {
        font-size: 16px;
        text-shadow: 0.05em 0 white, 0 0.05em white, -0.05em 0 white, 0 -0.05em white, -0.05em -0.05em white, -0.05em 0.05em white, 0.05em -0.05em white, 0.05em 0.05em white;
    }

.read_more {
    background-color: #A9161C;
    border: 1px solid #A9161C;
    color: #FFFFFF;
    padding: 10px 30px;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

        .read_more::after {
            content: "\f054";
            display: inline-block;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            padding-left: 8px;
            font-size: 12px;
        }

    .read_more:hover {
        background-color: transparent;
        color: #A9161C;
    }

.banner-carousel .owl-controls {
    position: absolute;
    width: 100%;
    top: 43%;
}

.banner-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(217, 217, 217, 0.6) !important;
    width: 48px;
    cursor: pointer;
    height: 48px;
    display: block;
    z-index: 10000;
    border-radius: 5px;
}

    .banner-carousel .owl-nav .owl-prev img {
        width: 24px;
        margin-top: -5px;
    }

    .banner-carousel .owl-nav .owl-prev:focus {
        outline: 0;
    }

    .banner-carousel .owl-nav .owl-prev:hover {
        background: #A9161C !important;
    }

.banner-carousel .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(217, 217, 217, 0.6) !important;
    width: 48px;
    cursor: pointer;
    height: 48px;
    display: block;
    z-index: 10000;
    border-radius: 5px;
}

    .banner-carousel .owl-nav .owl-next img {
        width: 24px;
        margin-top: -5px;
    }

    .banner-carousel .owl-nav .owl-next:focus {
        outline: 0;
    }

    .banner-carousel .owl-nav .owl-next:hover {
        background: #A9161C !important;
    }
.banner-carousel .owl-dots, .doingu-carousel .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.banner-carousel .owl-dots {
    position: absolute;
    bottom: 40px; /* Adjust position from bottom */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

    .banner-carousel .owl-dots button.owl-dot, .doingu-carousel .owl-dots button.owl-dot {
        width: 20px;
        height: 4px;
        border-radius: 2px;
        display: inline-block;
        background: #D9D9D9;
        margin: 0 3px;
    }

        .banner-carousel .owl-dots button.owl-dot.active, .doingu-carousel .owl-dots button.owl-dot.active {
            background: #A9161C;
        }

        .banner-carousel .owl-dots button.owl-dot:focus, .doingu-carousel .owl-dots button.owl-dot:focus {
            outline: none;
        }
.owl-carousel:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.owl-carousel:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.owl-nav .owl-next {
    right: 0;
    display: flex;
    margin-right: 2%;
    font-size: 25px !important;
}

.owl-nav .owl-prev {
    left: 0;
    display: flex;
    margin-left: 2%;
    font-size: 25px !important;
}


.dbcl {
    background-color: #cc4a52;
}
.news-st .item {
    width: 540px;
    height: 540px;
    max-width: 100%;
}
    .news-st .item .img_item {
       /* border-radius:10px;*/
        max-width:100%;
    }
.sitemap-mission {
    padding: 34px 0;
}

    .sitemap-mission .logo_dtu {
        width:auto;
    }

    .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;
        font-size: 16px;
    }

        .sitemap-mission .block_quote p {
            padding: 0;
            margin: 0;
        }

        .sitemap-mission .block_quote:before {
            content: '\f10d';
            color: #999;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            left: 0;
            top: 0;
            font-size: 27px;
            width: 42px;
            height: 60px;
            display: block;
        }

        .sitemap-mission .block_quote:after {
            content: '\f10e';
            color: #999;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            right: -15px;
            bottom: -25px;
            font-size: 27px;
            width: 42px;
            height: 60px;
            display: block;
        }
.header-top {
    background-color: #A9161C;
    padding: 0;
}

  /*  .header-top .box-header {
        display: flex;
        justify-content: space-between;
       
    }*/
        .header-top .box-header h1 {
            text-align: center;
        }
        .header-top .box-header h1 a {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 24px;
            color: white;
           
        }
        .header-top .box-header h1 a:hover {
            color: white;
        }
    .header-top .box-menu-fix {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .header-top .box-menu-fix ul {
            height: 45px;
            display: flex;
            align-items: center;
        }

            .header-top .box-menu-fix ul li {
                border-right: 0.5px solid rgb(255 255 255 / 30%);
                padding: 11px 12px;
            }

                .header-top .box-menu-fix ul li:last-child {
                    border-right: none;
                }

                .header-top .box-menu-fix ul li a {
                    font-size: 14px;
                    color: #FFFFFF;
                }
/*RESPONSIVE*/
@media only screen and (max-width: 1024px) {
    .header-top .box-header .item_img {
        width: 120px;
    }
    .text-banner {
        padding: 60px !important;
        top: 0 !important;
    }

    .title-vinh {
        font-size: 28px ;
    }

    .content-banner {
        font-size: 22px;
    }
    .content {
        
        padding-top: 2em !important;
      
    }
    .chuong-trinh-hoc-cu-nhan .card .card-content{
        height:240px!important;
    }
    .footer_about iframe {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .header{
        padding:20px 0px;
    }
        .header .wrapper {
            justify-content: space-between;
        }
    .header-top .box-header .item_img {
        width: 120px;
    }
    .header-top .box-header h1 a {
        font-size: 20px;
    }
    .chuong-trinh-hoc-cu-nhan .card .card-content {
        height: 290px !important;
    }
    .footer_about iframe {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    /*.header-top .box-header {
       text-align:center;
    }*/
    .header-top .box-header .item_img{
       width:120px;
    }
    .banner-session .banner-content{
        width:100%;
    }
    .banner-session .item {
        min-height:unset;
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
        background-position-x:left!important;
    }
    .text-banner {
        padding: 60px !important;
        top: 0 !important;
    }

    .title-vinh {
        font-size: 28px !important;
    }
    .content-about .box_about .img_about img{
        display:block;
        margin-bottom:30px;
    }
    .content-banner {
        font-size: 16px !important;
    }
    .see-more-wp {
       
        width: 78px;
        font-size: 12px;
        float: right !important;
        margin-top: 0px !important;
    }
    .see-more-wp-vinh {
        background: #b42525;
        padding: 4px;
        border-radius: 4px;
        width: 54px;
        font-size: 10px;
        float: right !important;
        margin-top: 0px !important;
    }
    .content {
        padding-top: 2em !important;
    }
    .footer_about iframe{
        width:100%;
    }
   
}
@media only screen and (max-width: 575px) {
    .chuong-trinh-hoc-cu-nhan .card .card-content:nth-child(2)
    {
        margin-bottom:30px;
    }
}
    @media only screen and (max-width: 425px) {
        .title_name {
            font-size: 24px !important;
        }

        .chuong-trinh-hoc-cu-nhan .card:not(:last-child) {
            margin-bottom: 30px;
        }

        .chuong-trinh-hoc-cu-nhan .card .card-content {
            height: 256px !important;
        }

        .text-banner {
            margin-top: -50px;
            margin-left: -60px;
        }

        .url-vinh {
            font-size: 14px !important;
        }

        .title-vinh {
            width: 146px;
            font-size: 21px !important;
        }

        .content-banner {
            font-size: 16px !important;
            display: none;
        }

        .menu-bottom {
            display: grid !important;
        }

        .see-more-wp-vinh {
            background: #b42525;
            padding: 4px;
            border-radius: 4px;
            width: 54px;
            font-size: 10px;
            float: right !important;
            margin-top: -30px !important;
        }

        .see-more-wp {
            width: 70px;
            font-size: 10px;
            float: right !important;
        }

        .content {
            padding-top: 2em !important;
        }

        .box-trainghiem .main-news {
            margin-bottom: 30px;
        }

        .box-trainghiem .title_name, .box-news .title_name {
            font-size: 24px !important;
            width: 100% !important;
            text-align: center !important;
        }

        .box-trainghiem .item-sukien {
            gap: 10px !important;
            padding-bottom: unset !important;
        }

            .box-trainghiem .item-sukien .text-sukien a {
                font-size: 15px !important;
            }

        .box-trainghiem .title .view-all, .box-news .title .view-all {
            display: none !important;
        }

        .box-trainghiem .item-sukien img.img-sukien {
            width: 130px !important;
        }
    }

    @media only screen and (max-width: 320px) {
        .text-banner {
            margin-top: -50px;
            margin-left: -60px;
        }

        .chuong-trinh-hoc-cu-nhan .card .card-content {
            height: 305px !important;
        }

        .title-vinh {
            width: 146px !important;
            font-size: 16px !important;
        }

        .content-banner {
            font-size: 16px !important;
            display: none;
        }

        .url-vinh {
            padding: 2px !important;
            font-size: 14px !important;
        }

        .see-more-wp {
            width: 54px;
            font-size: 10px;
            float: right !important;
            margin-top: -55px !important;
        }

        .see-more-wp-vinh {
            background: #b42525;
            padding: 4px;
            border-radius: 4px;
            width: 54px;
            font-size: 10px;
            float: right !important;
            margin-top: -30px !important;
        }

        .content {
            padding-top: 2em !important;
        }
    }

    #back-top a {
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 20px;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        background-color: #5D5D5D;
        border-radius: 50%;
        z-index: 9990;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }

        #back-top a i {
            font-size: 10px;
        }

        #back-top a:hover,
        #back-top a:focus {
            background-color: #D9291D;
            opacity: 1;
            filter: alpha(opacity=1);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

    .footer .footer_box {
        padding: 38px 0;
        border-bottom: 1px solid #960309;
    }

        .footer .footer_box .title_img {
            display: flex;
            align-items: flex-start;
        }

            .footer .footer_box .title_img .title_dept {
                font-family: Barlow-SemiBold;
                font-size: 18px;
                line-height: 100%;
                color: #fff;
                text-transform: uppercase;
            }

        .footer .footer_box .menu li {
            font-family: Barlow-Medium;
            font-weight: 500;
            font-size: 14px;
            line-height: 32px;
            color: #fff;
        }

            .footer .footer_box .menu li a:hover {
                color: #fff;
            }





        .footer .footer_box .footer_menu span {
            display: block;
        }

            .footer .footer_box .footer_menu span i {
                margin-right: 5px;
            }


    .footer {
        background-color: #A9161C;
        color: #fff;
        /*padding: 5em 0 2.5em 0;*/
    }

    .footer-logo {
        display: flex;
    }

        .footer-logo .logo-img {
            height: 47px;
            width: auto;
        }

        .footer-logo .footer-logo-text {
            font-family: Barlow-Bold;
            font-weight: 700;
            font-size: 20px;
            line-height: 100%;
            color: #C7383E;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .footer-logo .footer-logo-text2 {
            font-weight: 500;
            font-size: 15px;
            line-height: 100%;
            color: #81868A;
            text-transform: uppercase;
            margin-bottom: 0;
        }

    .footer_about .footer-contact {
        margin-top: 24px;
    }

    .footer .footer-contact-item {
        display: flex;
        gap: 10px;
    }

        .footer .footer-contact-item img {
            width: 20px;
            height: 20px;
        }

        .footer .footer-contact-item p {
            font-family: Barlow-Medium;
            font-size: 14px;
        }

    .footer .social li {
        display: inline-block;
    }

        .footer .social li:not(:last-child) {
            margin-right: 5px;
        }

    .footer .footer_about .social li img {
        width: 40px;
    }

    .footer .footer_copyright {
        background-color: #d9d9d9;
        padding: 20px 0px;
        text-align: center;
    }

        .footer .footer_copyright p {
            margin-bottom: 0;
        }

    .box-header div.lang {
        border-right: 0.5px solid rgba(255, 255, 255, 0.3);
        padding-right: 10px;
        align-content: center;
    }

    .box-header .lang li {
        display: inline-block;
        padding-right: 2px;
    }

    .box-header .topmenu {
        align-content: center;
        display: flex;
        justify-content: end;
    }

        .box-header .topmenu .menutop-item {
            display: inline-block;
            align-content: center;
            border-left: 1px solid rgba(150, 3, 9, 1);
            padding: 0 13px;
            font-family: Barlow-Medium;
            font-size: 14px;
            leading-trim: NONE;
            line-height: 22px;
            letter-spacing: 0%;
            color: #fff;
        }

            .box-header .topmenu .menutop-item:last-child {
                border-right: 1px solid rgba(150, 3, 9, 1);
            }

    .box-header .lang li:last-child {
        padding: unset;
    }

    .box-header .language li {
        display: inline-block;
    }

        .box-header .language li:last-child {
            border-right: unset;
            padding: 0 10px 0 0;
        }

    .lang-mobile {
        padding-left: 1rem;
    }

        .lang-mobile li {
            display: inline-block;
            padding: 0;
        }

            .lang-mobile li:last-child {
                border-right: unset;
                padding: 0 1px;
            }

    .box-header {
        height: 42px;
    }

        .box-header .language {
            align-content: center;
        }

            .box-header .language .hd_contact {
                display: flex;
                align-items: center;
                position: relative;
                align-content: center;
            }

                .box-header .language .hd_contact p {
                    color: #fff;
                    font-family: Barlow-Medium;
                    font-size: 14px;
                    margin-bottom: 0;
                    padding-right: 20px;
                    position: relative;
                    line-height: 22px;
                }

                    .box-header .language .hd_contact p.phone:before {
                        content: url(../images/icon_phone.png);
                        position: absolute;
                        top: 3px;
                    }

                    .box-header .language .hd_contact p.email:before {
                        content: url(../images/icon_email.png);
                        position: absolute;
                        top: 2px;
                    }

                    .box-header .language .hd_contact p span {
                        margin-left: 25px;
                        display: block;
                    }

    .box-thongtindaotao {
        padding: 70px 0;
        background-color: #2b5162;
        background-image: url('/img/line_BG.png');
        background-position: bottom;
        background-size: auto;
    }

        .box-thongtindaotao .list-container {
            background-color: #fff;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

            .box-thongtindaotao .list-container li:first-child {
                padding: 20px 20px 5px 20px;
            }

            .box-thongtindaotao .list-container li {
                padding: 5px 20px 10px 20px;
            }

                .box-thongtindaotao .list-container li div {
                    padding-bottom: 10px;
                }

                .box-thongtindaotao .list-container li:not(:last-child) div {
                    border-bottom: 1px solid rgba(228, 228, 228, 1);
                }

                .box-thongtindaotao .list-container li a {
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 100%;
                    color: #333333;
                }

                    .box-thongtindaotao .list-container li a:hover, .box-thongtindaotao .list-container li a.newArticle {
                        font-weight: 700;
                    }

                    .box-thongtindaotao .list-container li a i {
                        color: #D9D9D9;
                        font-size: 10px;
                        margin-right: 8px;
                    }

                    .box-thongtindaotao .list-container li a:hover i, .box-thongtindaotao .list-container li a.newArticle i {
                        color: #2b5162;
                    }

    .image-container {
        position: relative;
        width: 100%;
        height: 150px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

    .overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #2b5162cf;
        color: white;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .overlay .overlay-title {
            font-weight: 700;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .overlay h2 {
            font-size: 24px;
            margin: 0 0 0 20px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .overlay .btn {
            background-color: #1C88BA;
            color: #fff;
            border-color: #ffffff;
            padding: 6px 12px;
            border-radius: 4px;
            font-size: 12px;
            cursor: pointer;
            text-transform: uppercase;
        }

            .overlay .btn:hover {
                background-color: #fff;
                color: #1C88BA;
            }

    .widget-title {
        margin-bottom: 15px;
        margin-top: 15px;
        display: block;
        width: 100%;
    }

    .box-central {
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .title-central {
        position: relative;
        text-align: left;
        border-bottom: 2px solid #CDCDCD;
        padding-bottom: 10px;
        margin-top: 0;
        margin-bottom: 25px;
    }

        .title-central a {
            font: 500 15px/36px Barlow-Bold;
            line-height: 1.6;
        }

    h3.title-central:before {
        border-right: 3px solid #ffffff;
        bottom: -2px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 32px;
        z-index: 0;
        background-color: #A9161C;
    }

    .research-central .widget-inner p {
        width: 100%;
    }

        .research-central .widget-inner p img {
            width: 100%;
        }

    .notices-dtu .widget-main {
        border-bottom: 1px solid #cdcdcd;
    }

    .notices-dtu .widget-inner {
        margin-bottom: 10px;
    }

        .notices-dtu .widget-inner .desc {
            word-wrap: break-word;
        }


    .notices-dtu ul {
        padding: 0;
        list-style: none;
    }

        .notices-dtu ul li i {
            color: #CDCDCD;
            padding-right: 10px;
        }

        .notices-dtu ul li {
            padding-bottom: 10px;
        }

            .notices-dtu ul li a {
                font: 700 10.5pt/22px Barlow-Bold;
            }

                .notices-dtu ul li a span {
                    font: 500 9pt/22px Barlow-Bold;
                    color: #CDCDCD;
                    font-style: italic;
                    padding-left: 10px;
                    display: inline-block;
                }
    /*lightbox gallery*/
    .lightbox-gallery {
        background-repeat: no-repeat;
        color: #000;
        overflow-x: hidden
    }

        .lightbox-gallery p {
            color: #fff
        }

        .lightbox-gallery h2 {
            font-weight: bold;
            margin-bottom: 40px;
            padding-top: 40px;
            color: #fff
        }

    @media (max-width:767px) {
        .lightbox-gallery h2 {
            margin-bottom: 25px;
            padding-top: 25px;
            font-size: 24px
        }
    }

    .lightbox-gallery .intro {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto 40px
    }

        .lightbox-gallery .intro p {
            margin-bottom: 0
        }

    .lightbox-gallery .photos {
        padding-bottom: 20px
    }

    .lightbox-gallery .item {
        width: 100%;
        height: unset;
        padding-bottom: 15px;
    }

        .lightbox-gallery .item img {
            width: 100%;
            height: unset;
        }

    .form-control:focus {
        outline: 0 !important;
        border-color: initial;
        box-shadow: none;
    }

    .title-content .news-top-title {
        position: absolute;
        top: 40px;
        left: 40px;
        display: inline-block;
        padding: 8px 35px;
        background-color: #A9161C;
        color: #fff;
        font-family: "Barlow-Medium", sans-serif;
        font-size: 18px;
        z-index: 2;
        border-radius: 10px;
    }

    .title-content .overlay a:hover {
        color: unset;
    }

    .news-research .news .news-lg-title {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 20px 20px;
        left: 0;
        font-family: "Barlow-Medium", sans-serif;
        font-size: 20px;
        color: #fff;
        height: 220px;
        background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1))
    }

    .news-research .news .date {
        font-family: "Barlow-Light", sans-serif;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }

    .news-research .news .img_item {
        width: 100% !important;
    }

    .h3_title {
        display: inline-block;
        padding: 8px 35px;
        background-color: #2b5162;
        font-family: "Barlow-Medium", sans-serif;
        z-index: 2;
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        border: 1px solid #2b5162;
    }

    a.h3_title:hover {
        background-color: transparent;
        border: 1px solid #A9161C;
        color: #A9161C;
    }

    #btnSearch {
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 0px;
        color: #A9161C;
    }

        #btnSearch:focus {
            outline: 0 !important;
            border-color: initial;
            box-shadow: none;
        }

    #example-search-input {
        font-family: Barlow-Medium;
        font-size: 14px;
        height: 32px;
        color: #333;
        border-radius: 0px;
    }

        #example-search-input::placeholder {
            color: #fff;
        }
    /*ABOUT INDEX*/

    .content-about {
        padding: 70px 0;
        background-color: #f6f6f6;
    }

        .content-about .box_about {
            display: flex;
            gap: 66px;
        }

            .content-about .box_about .img_about {
                width: 50%;
            }

                .content-about .box_about .img_about img {
                    max-width: 100%;
                }

            .content-about .box_about .text_about {
                width: 50%;
            }

                .content-about .box_about .text_about .title_name {
                    font-family: Barlow-Bold;
                    font-size: 2rem;
                    font-weight: 700;
                    text-align: left;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    border-left: 4px solid #D9D9D9;
                    padding-left: 10px;
                    line-height: 1.2;
                }

    .title_name .bold-red {
        color: #A9161C;
    }

    .title_name .regular-black {
        color: #000;
        font-family: Barlow-Regular;
    }

    .content-about .box_about .text_about .tt-about-uni {
        font-size: 20px;
        font-family: Barlow-Medium;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 100%;
        color: #A9161C;
        margin-bottom: 20px;
    }

    .content-about .box_about .text_about .about-short {
        font-family: Barlow-Regular;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 30px;
        color: #000;
    }
    /*content-quang-cao INDEX*/
    .content-info .info-container .custom-card {
        border: none;
        border-radius: 15px;
        padding: 25px 18px;
        margin-bottom: 20px;
        display: flex;
        gap: 17px;
    }

    .content-info .info-container .nganh-hoc {
        background-color: #FFE6E6; /* Light pink */
    }

    .content-info .info-container .doi-ngu {
        background-color: #F6E6FF; /* Light purple */
    }

    .content-info .info-container .csvc {
        background-color: #D8F5FF; /* Light blue */
    }

    .content-info .info-container .custom-card img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .content-info .info-container .custom-card h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .content-info .info-container .custom-card p {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }

    .content-info .adv-container {
        position: relative;
        background-color: #A9161C;
        padding: 30px 0;
        overflow: hidden;
        margin-top: 70px;
    }

        .content-info .adv-container .overlay-image {
            position: absolute;
            top: 0;
            right: 0;
            width: 30%; /* Adjust size */
            height: 100%;
            opacity: 0.25;
            object-fit: cover;
            pointer-events: none; /* Makes sure it doesn't interfere with clicks */
            mix-blend-mode: lighten;
        }

        .content-info .adv-container .ranking .ranking-ins {
            max-width: 166px;
            max-height: 54px;
            border-radius: 4px;
        }

        .content-info .adv-container .ranking h5 {
            margin-top: 8px;
            font-weight: 700;
            color: #F7A600;
            font-size: 18px;
            line-height: 100%;
        }

        .content-info .adv-container .ranking p, .content-info .adv-container .ranking span {
            font-weight: 600;
            color: #fff;
            font-size: 14px;
            line-height: 100%;
            margin-bottom: 5px;
        }
    /*content-program INDEX*/
    .content-program {
        padding: 60px 0 70px 0;
    }

    .title_name {
        font-family: Barlow-Bold;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .content-program .box_program .item_program {
        margin-bottom: 30px;
        min-height: 280px;
    }

        .content-program .box_program .item_program .box_list {
            border: none;
            color: #fff;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }

            .content-program .box_program .item_program .box_list .box_title {
                height: 130px;
                align-content: end;
                padding-bottom: 10px;
            }

                .content-program .box_program .item_program .box_list .box_title .category-icon {
                    max-width: 60px;
                    margin: auto;
                }

                .content-program .box_program .item_program .box_list .box_title h3 a {
                    font-family: Barlow-Bold;
                    font-size: 18px;
                    leading-trim: NONE;
                    line-height: 100%;
                    letter-spacing: 0%;
                    text-align: center;
                    text-transform: uppercase;
                }

                    .content-program .box_program .item_program .box_list .box_title h3 a:hover {
                        color: #fff;
                        font-weight: 900;
                    }

            .content-program .box_program .item_program .box_list .list-detail {
                font-family: "Barlow-Regular";
                font-weight: 500;
                font-size: 14px;
                line-height: 22px;
                padding: 0 10px;
            }

                .content-program .box_program .item_program .box_list .list-detail .list-scroll {
                    height: 200px;
                    overflow: hidden;
                }

                .content-program .box_program .item_program .box_list .list-detail .view-all {
                    font-family: Barlow-SemiBold;
                    margin-top: 10px;
                    display: block;
                    text-align: right;
                    text-transform: uppercase;
                }

                .content-program .box_program .item_program .box_list .list-detail i {
                    margin-right: 1rem;
                }

                .content-program .box_program .item_program .box_list .list-detail .item-ctrinh {
                    text-align: center;
                    margin-bottom: 10px;
                    padding: 11px 0;
                    background-color: rgba(255, 255, 255, 0.15);
                    border: 1px solid rgba(255, 255, 255, 0.5);
                    font-family: Barlow-SemiBold;
                    font-size: 15px;
                    leading-trim: NONE;
                    line-height: 22px;
                    letter-spacing: 0%;
                    text-align: center;
                }

                    .content-program .box_program .item_program .box_list .list-detail .item-ctrinh:hover {
                        background-color: rgba(169, 22, 28, 1);
                        border: 1px solid rgba(169, 22, 28, 0.5);
                        font-family: Barlow-SemiBold;
                        font-size: 15px;
                        leading-trim: NONE;
                        line-height: 22px;
                        letter-spacing: 0%;
                        text-align: center;
                    }

                    .content-program .box_program .item_program .box_list .list-detail .item-ctrinh .item-ctrinh-icon {
                        width: 15px;
                    }

                .content-program .box_program .item_program .box_list .list-detail a:hover {
                    color: #fff;
                    font-weight: 700;
                }
    /*content-tuyen-sinh INDEX*/
    .content-tuyen-sinh {
        background-color: #F5F5F5;
        padding: 70px 15px;
    }

        .content-tuyen-sinh .item {
            min-height: 400px;
            max-height: 400px;
        }

        .content-tuyen-sinh .news-card {
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s;
            border-bottom-left-radius: 15px !important;
            border-bottom-right-radius: 15px !important;
        }



            .content-tuyen-sinh .news-card img {
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
                object-fit: cover;
                height: 180px;
                width: 100%;
            }

            .content-tuyen-sinh .news-card .card-body {
                min-height: 280px;
                max-height: 280px;
                background-color: #fff;
            }

                .content-tuyen-sinh .news-card .card-body .date {
                    color: #6c757d !important;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 22px;
                    margin-bottom: 10px;
                }

                    .content-tuyen-sinh .news-card .card-body .date i {
                        margin-right: 2px;
                    }

                .content-tuyen-sinh .news-card .card-body .card-title {
                    font-size: 18px;
                    color: #000;
                    font-weight: 600;
                    line-height: 1.2;
                    margin-bottom: 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

                .content-tuyen-sinh .news-card .card-body .card-text {
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    margin-top: 5px;
                    margin-bottom: 0;
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 22px;
                    color: #81868A;
                }

                .content-tuyen-sinh .news-card .card-body .viewmore {
                    position: absolute;
                    bottom: 20px;
                    text-transform: uppercase;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 100%;
                    color: #A9161C;
                }
    /*box-register*/
    .box-register {
        background: url('/content/images/BG-dangky.png'),linear-gradient(180deg, rgba(245, 245, 245, 0) 54.81%, #F5F5F5 96.63%);
        padding: 70px 0;
        background-size: cover;
        height: 517px;
    }

        .box-register form {
            background-color: #fff;
            box-shadow: 3px 4px 11px 0px rgba(0, 0, 0, 0.18);
            border-radius: 20px;
            border: 1px solid #D9D9D9;
            padding: 25px 22px 36px;
        }

            .box-register form .form-group {
                margin-bottom: 20px;
            }

            .box-register form .form-dk-title {
                font-weight: 700;
                font-size: 20px;
                line-height: 100%;
                text-align: center;
                margin-bottom: 18px;
                color: #000;
            }

            .box-register form input, .box-register form select {
                font-weight: 400;
                font-size: 14px;
                line-height: 100%;
            }

            .box-register form .btn-register {
                background: rgba(169, 22, 28, 1);
                border: unset;
                border-radius: 5px;
                padding: 12px 24px;
                color: #fff;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 14px;
                line-height: 100%;
                text-align: center;
                margin-bottom: unset;
            }

            .box-register form .label-receiveNews {
                font-weight: 400;
                font-size: 14px;
                line-height: 100%;
                color: #000000;
            }

                .box-register form .label-receiveNews input[type="checkbox"] {
                    accent-color: #bb0101;
                    transform: scale(1.2);
                    margin-right: 5px;
                }

            .box-register form .captcha {
                display: flex;
                gap: 2px;
                align-items: end;
                margin-bottom: 5px;
                padding: 0 15px;
                width: 100%;
            }

            .box-register form .errCaptcha {
                margin: 0;
                padding: 0 15px;
            }

            .box-register form .captcha .input-captcha {
                width: 100%;
            }

            .box-register form .captcha .img-captcha {
                max-width: 250px;
            }

                .box-register form .captcha .img-captcha img {
                    height: 35px;
                }
    /* .box-register form .label-receiveNews input[type="checkbox"] {
                content: "";
                display: block;
                position: absolute;
                text-align: center;
                height: 20px;
                width: 20px;
                left: 15px;
                top: 0px;
                background-color: #A9161C;
                border-radius: 2px;
                border: 1px solid rgb(150 150 150 / 30%);
            }
            .box-register form .label-receiveNews input[type=checkbox]:checked + label::after {
                content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
                display: block;
                position: absolute;
                left: 3px;
                top: 3px;
            }*/
    /*box-doingu*/
    .box-doingu {
        padding: 70px 0;
        background-color: #fff;
    }

        .box-doingu .doingu .doingu-card {
            margin-right: 15px;
        }

            .box-doingu .doingu .doingu-card img {
                border-radius: 10px;
            }

            .box-doingu .doingu .doingu-card .card-body {
                padding-left: 0px;
            }

                .box-doingu .doingu .doingu-card .card-body .doingu-name {
                    display: inline-block;
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 100%;
                    color: #00354c;
                    margin-bottom: 5px;
                }

                .box-doingu .doingu .doingu-card .card-body .chucvu {
                    font-family: Barlow-Regular;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 100%;
                    color: #333;
                    text-transform: uppercase;
                }
    /*box-news*/
    .box-news {
        padding: 70px 0;
        background-color: #fff;
    }

        .box-news .title {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .box-news .title_name {
            width: 70%;
            font-family: Barlow-Bold;
            font-weight: unset;
            font-size: 28px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: left;
            text-transform: uppercase;
        }

        .box-news .title .view-all {
            width: 30%;
            display: inline-block;
            text-align: right;
            padding-top: 5px;
            font-family: Barlow-Bold;
            font-size: 19px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #A9161C;
        }

        .box-news .title img {
            width: 20px;
            margin-top: -5px;
        }


        .box-news .news-card {
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s;
            border-bottom-left-radius: 15px !important;
            border-bottom-right-radius: 15px !important;
        }

        .box-news .title_name a {
            color: white;
        }

        .box-news .news-card img {
            object-fit: cover;
            height: 230px;
            width: 100%;
        }

        .box-news .news-card .card-body {
            padding: 20px 0;
            background-color: #fff;
        }

            .box-news .news-card .card-body .date {
                color: #81868A !important;
                font-size: 14px;
                line-height: 100%;
                margin-bottom: 10px;
            }

                .box-news .news-card .card-body .date i {
                    margin-right: 2px;
                }

            .box-news .news-card .card-body .card-title {
                font-family: Barlow-SemiBold;
                font-size: 18px;
                color: #000;
                line-height: 1.2;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .box-news .news-card .card-body .card-text {
                font-family: Barlow-Regular;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin-top: 5px;
                margin-bottom: 0;
                font-weight: 400;
                font-size: 15px;
                line-height: 22px;
                color: #000;
            }

            .box-news .news-card .card-body .viewmore {
                position: absolute;
                bottom: 20px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 16px;
                line-height: 100%;
                color: #2b5162;
            }

        .box-news .owl-dots, .doingu-carousel .owl-dots {
            text-align: center;
            padding-top: 15px;
        }

        .box-news .owl-dots {
            position: absolute;
            bottom: -20px; /* Adjust position from bottom */
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            text-align: center;
        }

            .box-news .owl-dots button.owl-dot {
                width: 20px;
                height: 4px;
                border-radius: 2px;
                display: inline-block;
                background: #D9D9D9;
                margin: 0 3px;
            }

                .box-news .owl-dots button.owl-dot.active {
                    background: #A9161C;
                }

                .box-news .owl-dots button.owl-dot:focus {
                    outline: none;
                }

    .box-hoc-vien {
        padding: 70px 0;
    }

        .box-hoc-vien .title_name {
            font-size: 27px;
            text-align: left;
        }

        .box-hoc-vien .hocvien-cat-text {
            font-weight: 400;
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 40px;
        }

        .box-hoc-vien .custom-nav img, .box-hoc-vien .owl-nav img {
            width: 48px;
        }

        .box-hoc-vien .owl-nav .owl-next, .box-hoc-vien .owl-nav .owl-prev {
            position: absolute;
            top: 33%;
        }

        .box-hoc-vien .hoc-vien .doingu-card img {
            border-radius: 10px;
        }

        .box-hoc-vien .hoc-vien .doingu-card .card-body {
            padding-left: 0px;
        }

            .box-hoc-vien .hoc-vien .doingu-card .card-body .doingu-name {
                display: inline-block;
                font-weight: 600;
                font-size: 18px;
                line-height: 100%;
                color: #A9161C;
                margin-bottom: 5px;
            }

            .box-hoc-vien .hoc-vien .doingu-card .card-body .chucvu {
                font-weight: 400;
                font-size: 14px;
                line-height: 100%;
                color: #333;
                text-transform: uppercase;
            }
.box-partners {
    padding: 20px 0 60px 0;
}
.partners-carousel {
    padding: 10px 20px;
}

    .box-info {
        padding: 40px 0;
        text-align: center;
    }

        .box-info .info-img img {
            width: 47px;
        }

        .box-info .info-text .info-text-title {
            margin-top: 1rem;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            text-align: center;
        }

        .box-info .info-text .info-text-info {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #81868A;
        }

            .box-info .info-text .info-text-info p {
                margin-bottom: 5px;
            }

    .dangky-khoahoc .text-danger {
        font-size: 12px;
    }

    .form-search {
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .form-search ul {
            min-width: 70px;
        }

            .form-search ul > li {
                display: inline-block;
                border-right: #fff solid 1px;
                padding: 0 5px;
            }

                .form-search ul > li:last-child {
                    border-right: unset;
                    padding: 0 1px;
                }
    /*pagination*/
    .pagination-sm .page-link {
        padding: 10px 12px;
        font-size: 1rem;
        line-height: 1;
    }

    .page-link {
        color: #A9161C;
    }

        .page-link:hover {
            color: #7d0409;
        }

    .page-item.active .page-link {
        color: #fff;
        background-color: #A9161C;
        border-color: #A9161C
    }

    .searchMobile {
        padding: 0 7px;
    }

        .searchMobile #btnSearchMobile {
            border: none;
            background-color: #fff;
        }

            .searchMobile #btnSearchMobile img {
                width: 16px;
                margin-top: -2px;
            }

    .box_program {
        justify-content: center;
    }

    .list-unstyled {
        height: 291px;
    }

    .scroll {
        overflow-y: auto;
    }

    .keysearch::placeholder {
        color: #121212;
    }

    .box-thongtindaotao .list-container li a:hover {
        color: #00354c;
    }

    .date-italic {
        font-style: italic;
    }

    .box-thongtindaotao .title_name a, .box-thongtindaotao .title_name {
        color: white;
    }

    .box-thongtindaotao .list-container {
        overflow: hidden;
        box-shadow: 0 10px 30px rgb(0 0 0 / 59%);
    }

    ::-webkit-scrollbar {
        width: 7px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .owl-next > .fa-angle-right, .owl-prev > .fa-angle-left {
        color: #2b5162;
        width: 35px;
        height: 35px;
        /*    right: 20px;*/
        /*    bottom: 20px;*/
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffff;
        border-radius: 50%;
        z-index: 9990;
        filter: alpha(opacity=50);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }

    .owl-next > .fa-angle-right {
        right: 0px;
    }

    .bottom-footer {
        background-color: #A9161C;
    }

    .text-bt-footer {
        color: white;
    }

    .header-logo {
        margin: 12px 0;
        width: 100%;
    }

        .header-logo .logo_menu {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .header-logo .logo_menu .header_title {
                text-align: center;
                text-transform: uppercase;
            }

                .header-logo .logo_menu .header_title h2 {
                    font-family: Barlow-SemiBold;
                    font-size: 22px;
                    leading-trim: NONE;
                    line-height: 100%;
                    letter-spacing: 0%;
                    text-align: center;
                    color: #333;
                    margin-bottom: 7px;
                }

                .header-logo .logo_menu .header_title h1 {
                    font-family: Barlow-Bold;
                    font-size: 25px;
                    leading-trim: NONE;
                    line-height: 100%;
                    letter-spacing: 0%;
                    text-align: center;
                    color: #A9161C;
                    margin-top: 0;
                }

    .chuong-trinh-hoc-cu-nhan {
        margin-top: 70px;
    }

        .chuong-trinh-hoc-cu-nhan .card .card-content {
            padding: 25px 20px 30px 20px;
            height: 220px;
        }

            .chuong-trinh-hoc-cu-nhan .card .card-content h3 {
                font-family: Barlow-Bold;
                font-size: 18px;
                leading-trim: NONE;
                line-height: 100%;
                letter-spacing: 0%;
                color: #000;
                text-transform: uppercase;
            }

            .chuong-trinh-hoc-cu-nhan .card .card-content .program-short {
                font-family: Barlow-Medium;
                font-size: 15px;
                leading-trim: NONE;
                line-height: 22px;
                letter-spacing: 0%;
                color: #333;
            }

            .chuong-trinh-hoc-cu-nhan .card .card-content .chuongtrinh-viewmore {
                position: absolute;
                bottom: 20px;
                color: #81868A;
                font-family: Barlow-SemiBold;
                font-size: 15px;
                line-height: 100%;
                letter-spacing: 0%;
                text-transform: uppercase;
            }

                .chuong-trinh-hoc-cu-nhan .card .card-content .chuongtrinh-viewmore img {
                    margin-top: -4px;
                    margin-left: 6px;
                }

    .box-nhanvatnoibat {
        padding: 70px 0;
    }

        .box-nhanvatnoibat .title_name {
            color: #fff;
        }

        .box-nhanvatnoibat .hoatdongvien-carousel .card-img, .card-img-top {
            border-radius: unset;
        }

        .box-nhanvatnoibat .hoatdongvien-carousel .card .card-body {
            padding: 20px 0;
        }

        .box-nhanvatnoibat .hoatdongvien-carousel .card .card-title {
            display: block;
            font-family: Barlow-SemiBold;
            font-size: 18px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
            color: #fff;
            margin-bottom: 10px;
        }

        .box-nhanvatnoibat .hoatdongvien-carousel .card .card-text {
            font-family: Barlow-Regular;
            font-size: 15px;
            line-height: 20px;
            letter-spacing: 0%;
            color: #fff;
        }

        .box-nhanvatnoibat .hoatdongvien-carousel .card .viewmore {
            font-family: Barlow-SemiBold;
            font-size: 15px;
            leading-trim: NONE;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
        }

    .hoatdongvien-carousel .owl-dots, .doingu-carousel .owl-dots {
        text-align: center;
        padding-top: 15px;
    }

    .hoatdongvien-carousel .owl-dots {
        position: absolute;
        bottom: -40px; /* Adjust position from bottom */
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

        .hoatdongvien-carousel .owl-dots button.owl-dot {
            width: 20px;
            height: 4px;
            border-radius: 2px;
            display: inline-block;
            background: #D9D9D9;
            margin: 0 3px;
        }

            .hoatdongvien-carousel .owl-dots button.owl-dot.active {
                background: #FFB13C;
            }

            .hoatdongvien-carousel .owl-dots button.owl-dot:focus {
                outline: none;
            }

    .box-trainghiem {
        padding: 70px 0;
        background-color: #F6F6F6;
    }

        .box-trainghiem .title {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .box-trainghiem .title_name {
            width: 70%;
            font-family: Barlow-Bold;
            font-weight: unset;
            font-size: 28px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: left;
            text-transform: uppercase;
        }

        .box-trainghiem .title .view-all {
            width: 30%;
            display: inline-block;
            text-align: right;
            padding-top: 5px;
            font-family: Barlow-Bold;
            font-size: 19px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            color: #A9161C;
        }

        .box-trainghiem .title img {
            width: 20px;
            margin-top: -5px;
        }

        .box-trainghiem .main-news img {
            max-width: 100%;
        }

        .box-trainghiem .main-news .main-news-content {
            background-color: #A9161C;
            padding: 20px;
            color: #fff;
        }

            .box-trainghiem .main-news .main-news-content .news-title {
                display: block;
                font-family: Barlow-SemiBold;
                font-size: 18px;
                leading-trim: NONE;
                line-height: 100%;
                letter-spacing: 0%;
                margin-bottom: 10px;
            }

                .box-trainghiem .main-news .main-news-content .news-title:hover {
                    color: #fff;
                }

            .box-trainghiem .main-news .main-news-content .date {
                font-family: Barlow-Regular;
                font-size: 14px;
                leading-trim: NONE;
                line-height: 100%;
                letter-spacing: 0%;
                margin-bottom: 10px;
            }

                .box-trainghiem .main-news .main-news-content .date i {
                    margin-right: 4px;
                }

            .box-trainghiem .main-news .main-news-content .news-text {
                font-family: Barlow-Regular;
                font-size: 14px;
                leading-trim: NONE;
                line-height: 1.2;
                letter-spacing: 0%;
            }

        .box-trainghiem .item-sukien {
            display: flex;
            gap: 17px;
            margin-bottom: 23px;
            padding-bottom: 23px;
            border-bottom: 1px solid #D9D9D9
        }

            .box-trainghiem .item-sukien:last-child {
                border-bottom: unset
            }

            .box-trainghiem .item-sukien .text-sukien a {
                color: #000;
                font-family: Barlow-SemiBold;
                font-size: 18px;
                line-height: 24px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .box-trainghiem .item-sukien .text-sukien .date {
                font-family: Barlow-Regular;
                font-size: 14px;
                line-height: 100%;
                letter-spacing: 1%;
                color: #81868A;
            }

            .box-trainghiem .item-sukien img.img-sukien {
                width: 224px;
                object-fit: cover;
            }

            .box-trainghiem .item-sukien .text-sukien .brief {
                font-family: Barlow-Regular;
                font-size: 15px;
                line-height: 20px;
                letter-spacing: 0%;
                color: #000;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }