@font-face {
    font-family: 'BeVietnamPro-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf');
}
@font-face {
    font-family: 'BeVietnamPro-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Bold.ttf');
}
@font-face {
    font-family: 'BeVietnamPro-Medium';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Medium.ttf');
}
@font-face {
    font-family: 'BeVietnamPro-Black';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Black.ttf');
}
@font-face {
    font-family: 'BeVietnamPro-SemiBold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-SemiBold.ttf');
}
@font-face {
    font-family: 'BeVietnamPro-Italic';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Italic.ttf');
}
body {
    font-family: "BeVietnamPro-Regular";
    font-size: 14px;
    color: #000;
}
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: "BeVietnamPro-Black", sans-serif;
}
.bold {
    font-family: "BeVietnamPro-Bold", sans-serif;
}
.medium {
    font-family: "BeVietnamPro-Medium", sans-serif;
}
.italic {
    font-family: "BeVietnamPro-Italic", sans-serif;
}
.text-red {
    color: #C7383E;
}
/*:::::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: 350px;
}
    .brand .logo-dtu {
        height:42px;
    }
    .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: rgba(0, 0, 0, 1);
}

    .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: 19px 0 ;
    }

.header .navbar-cus {
    max-width: 100%;
    height: auto;
}

.header .menu > .menu-item {
    position: relative;
    display: inline-block;
    margin: 0 0.75rem 0 0;
}

    .header .menu > .menu-item > a {
        display: block;
        font-family: BeVietnamPro-Medium, sans-serif;
        font-size: 14px;
        line-height: 22px;
        padding: 1rem 0;
        border: none;
        outline: none;
        color: #fff;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        text-transform:uppercase;
    }




    .header .menu > .menu-item:hover > a {
        color: #C7383E;
    }



    .header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
        color: #C7383E;
    }

    .header .menu > .menu-item > .sub-menu {
        margin-top: 4px;
        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 #C7383E;
        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: "BeVietnamPro-Regular", sans-serif;
        font-size: 14px;
        line-height: inherit;
        padding: 0.5rem 1.25rem;
        color: #121212;
        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: #fff;
    -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: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.li_sub {
    width: 100%;
    display: inline-block;
    text-align: left;
    text-transform: none;
}

    .li_sub span a {
        display: block;
        font-family: "BeVietnamPro-Regular", sans-serif;
        font-size: 14px;
        line-height: inherit;
        padding: 0.5rem 1.25rem;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

        .li_sub span a:hover {
            color: #C7383E;
        }

            .li_sub span a:hover::after {
                background: transparent;
                opacity: 1;
            }


.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: 0;
    left: 215px;
    position: absolute;
    top: -20px;
    width: 250px;
    z-index: 200;
    border-top: 3px solid #C7383E;
}
    .content_li_sub a {
        display: block;
        padding: 0.5rem 1.25rem;
        font-family: "BeVietnamPro-Regular", sans-serif;
        font-size: 14px;
        line-height: inherit;
    }
    .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;
    }

.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: #C7383E;
}
.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: #C7383E;
    padding: 5px;
}
.owl-slider-carousel .owl-stage-outer {
    margin-left: 50px;
}
/*::::: Content :::::*/
.see-more-wp {
    border: 1px solid #C7383E;
    float: right;
    background: #C7383E;
    border-radius: 4px;
}
    .see-more-wp:hover {
        border: 1px solid #C7383E;
        background-color: #FFFFFF;
        color: #000000;
    }
.hr-vinh {
    border-top: 1px solid #C7383E;
}
.card{
    border: none !important;
    border-radius: 0 !important;
    background-color:transparent;
}
.text-muted {
    color: unset !important;
    float: right;
}

a.ex1:hover {
    color: #C7383E;
}
a:hover {
    color: #C7383E;
}

.title-sm {
    font-family: "BeVietnamPro-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: #C7383E;
}

.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: #C7383E;
}
.see-more {
    color: #fff;
    font-family: "BeVietnamPro-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: "BeVietnamPro-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: "BeVietnamPro-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-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: inline-block;
        background: rgba(196, 196, 196, 1);
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: rgba(169, 22, 28, 1);
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }
.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: #C7383E;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none;
}

.footer {
    background-color: #000;
    color:#fff;
    /*padding: 5em 0 2.5em 0;*/
}
    .footer .footer_about{
        margin-top:5px;
    }
    .footer-logo {
        display: flex;
    }
    .footer-logo .logo-img {
        height: 47px;
        width: auto;
    }


.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:BeVietnamPro-Regular;
       font-size:14px;
    }
    .footer .info-wp p:first-child {
        font-family: "BeVietnamPro-Bold", sans-serif;
        font-size: 18px;
        text-align: center;
    }
    .footer .info-wp p:last-child {
        font-family: "BeVietnamPro-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: #000;
}


    .bottom-footer .footer-end .copyright {
        text-align: center;
        border-top: 1px solid rgba(55, 55, 55, 1);
       padding:20px;
    }

.text-bt-footer {
    color: #fff;
    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;
}
.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: 10px;
    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 {
        height: 745px;
        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: 'BeVietnamPro-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: #C7383E;
    border: 1px solid #C7383E;
    color: #FFFFFF;
    border-radius: 24px;
    padding: 13px 30px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}

       .read_more img{
           height:15px;
           margin-left:6px;
           margin-top:-3px;
       }

    .read_more:hover {
        background-color: transparent;
        border: 1px solid #fff;
        color:#fff;
    }

.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(0, 0, 0, 0.5) !important;
    width: 48px;
    cursor: pointer;
    height: 48px;
    display: block;
    z-index: 10000;
    border-radius: 50%;
}

    .banner-carousel .owl-nav .owl-prev img {
        width:24px;

    }

    .banner-carousel .owl-nav .owl-prev:focus {
        outline: 0;
    }

    .banner-carousel .owl-nav .owl-prev:hover {
        background: #C7383E !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(0, 0, 0, 0.5) !important;
    width: 48px;
    cursor: pointer;
    height: 48px;
    display: block;
    z-index: 10000;
    border-radius: 50%;
}

    .banner-carousel .owl-nav .owl-next img {
        width: 24px;
    }

    .banner-carousel .owl-nav .owl-next:focus {
        outline: 0;
    }

    .banner-carousel .owl-nav .owl-next:hover {
        background: #C7383E !important;
    }

.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: #C7383E;
            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: #C7383E;
   
    padding:5px 0;
}

    .header-top .box-header {
        display: flex;
        align-items: center;
        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;
    }
   
   
}
@media only screen and (max-width: 991px) {
   
        .header .wrapper {
            justify-content: space-between;
        }
    .header-top .box-header .item_img {
        width: 120px;
    }
    .header-top .box-header h1 a {
        font-size: 20px;
    }
}
@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 {
       
       height:350px;
    }
    .text-banner {
        padding: 60px !important;
        top: 0 !important;
    }

    .title-vinh {
        font-size: 28px !important;
    }
    .url-vinh {
        font-size: 14px !important;
    }
    .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;
    }
   
   
}
@media only screen and (max-width: 425px) {
    .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;
    }
   
}
@media only screen and (max-width: 320px) {
    .text-banner {
        margin-top: -50px;
        margin-left: -60px;
    }

    .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: #C7383E;
        opacity: 1;
        filter: alpha(opacity=1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }


.footer .footer_box {
    padding: 38px 0;
}

    .footer .footer_box .title_img {
       
        display: flex;
        align-items: flex-start;
    }

        .footer .footer_box .title_img .title_dept {
            font-family:BeVietnamPro-SemiBold;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.2;
            color: #FFF;
            text-transform:uppercase;
        }
    .footer .footer_box .menu li {
        font-family: BeVietnamPro-Regular;
        font-weight: 500;
        font-size: 14px;
        line-height: 32px;
        color: #FFF;
    }
    .footer .footer_box a.btn-register {
        border-radius: 5px;
        display: block;
        background-color: #C7383E;
        color: #fff;
        padding: 12px;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        width: 213px;
    }
        .footer .footer_box a.btn-register:hover {
            background-color: #7d0409;
        }
   

    .footer .footer_box .footer_menu span {
       
        display: block;
    }
    .footer .footer_box .footer_menu span i{
       margin-right:5px;
    }
.footer .social li {
    display: inline-block;
}
.footer .social li:not(:last-child) {
    margin-right:5px;
}
    .footer .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 .language li {
    display: inline-block;
    border-right: #fff solid 1px;
    padding: 0 5px;
}
    .box-header .language li:last-child {
        border-right: unset;
        padding: 0 1px;
    }
    .lang-mobile{
        padding-left:1rem;
    }
.lang-mobile li {
    display: inline-block;
    border-right: #121212 solid 1px;
    padding: 0 5px;
}

    .lang-mobile li:last-child {
        border-right: unset;
        padding: 0 1px;
    }
.box-header .language .hd_contact {
    display: flex;
    align-items: center;
    position: relative;
  
}

    .box-header .language .hd_contact p {
        color: #fff;
        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: #F5F5F5;
}
    .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: #C7383E;
            }
    .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;
}


 .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 BeVietnamPro-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: #C7383E;
}

.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 BeVietnamPro-Bold;
        }

            .notices-dtu ul li a span {
                font: 500 9pt/22px BeVietnamPro-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: #C7383E;
    color: #fff;
    font-family: "BeVietnamPro-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: "BeVietnamPro-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: "BeVietnamPro-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: #C7383E;
    font-family: "BeVietnamPro-Medium", sans-serif;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #C7383E;
}
    a.h3_title:hover {
        background-color: transparent;
        border: 1px solid #C7383E;
        color: #C7383E;
    }
#btnSearch:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}
 #example-search-input {
     font-size:14px;
    background-color: #960309;
    color: #fff;
    border: 1px solid #C7383E!important;
    border-right:none!important;
}
    #example-search-input::placeholder {
        color: #fff;
    }
 #btnSearch {
    background-color: #960309;
    border: 1px solid #C7383E !important;
    border-left:none!important;
    color: #fff;
    padding:3px 10px;
}/*ABOUT INDEX*/

.content-about {
    min-height:533px;
    color:#fff;
    align-content:center;
}
.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%;
            height:100%;
            object-fit:cover;
        }
    .content-about .box_about .text_about {
        width: 50%;
        padding:70px 0;
        align-content:center;
    }
        .content-about .box_about .text_about .title_name {
            font-family:BeVietnamPro-Bold;
           font-size:34px;
           font-weight:700;
           text-align:left;
           margin-bottom:10px;
        }
        .content-about .box_about .text_about .tt-about-uni {
            font-size: 20px;
            font-family: BeVietnamPro-Medium;
            font-weight: 500;
            text-transform:uppercase;
            line-height: 100%;
            color: #C7383E;
            margin-bottom: 20px;
        }
.content-about .box_about .text_about .about-short {
    font-size:15px;
    font-weight:400;
    line-height:22px;
    margin-bottom:30px;
}
/*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: #C7383E;
    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:70px 0;
}
.content-program .program-desc {
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom:26px;
    
}
    .content-program .title_name{
        font-family:BeVietnamPro-Bold;
        font-size:34px;
        font-weight:700;
        line-height:100%;
        color:#000;
    }
        .content-program .title_name .academic-red {
           
            color: #C7383E;
        }
    .content-program .card-overlay-container {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
    }

        .content-program .card-overlay-container img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 18px;
            transition: transform 0.3s ease;
        }

       /* .content-program .card-overlay-container:hover img {
            transform: scale(1.05);
        }*/

    .content-program  .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Dark transparent */
        color: white;
        opacity: 0;
        transition: opacity 0.3s ease;
        display: flex;
        align-items: start;
        text-align: left;
        padding: 24px;
    }
    .content-program .programs_img span.program-name {
        position: absolute;
        left: 24px;
        bottom: 24px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
    }
    .content-program .card-overlay-container:hover .overlay {
        opacity: 1;
    }
    .content-program .card-overlay-container:hover .programs_img span.program-name {
        display:none;
    }
    .content-program .overlay .program h5 {
        font-family:BeVietnamPro-Bold;
        font-weight: 700;
        font-size:18px;
        text-transform: uppercase;
        line-height:22px;
    }

    .content-program .overlay .program .program-des {
        font-size: 16px;
        font-weight:400;

    }

    .content-program .overlay .program-detail {
        color: #fff;
        text-decoration: none;
        padding-top: 10px;
        position:absolute;
        left:24px;
        bottom:24px;
        text-transform:uppercase;
        font-size:15px;
        font-weight:600;
    }
    .content-program .overlay .program-detail img {
       width:24px;display:inline;
    }
/*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: #C7383E;
            }
/*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: #C7383E;
                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 .title_name {
                font-family: BeVietnamPro-Bold;
                font-weight: 700;
                font-size: 34px;
                line-height: 100%;
            }
            .box-doingu .doingu  {
                margin-top: 30px;
            }
          
    .box-doingu .doingu .doingu-card img{
        border-radius:12px;
    }
    .box-doingu .doingu .doingu-card .card-body{
       padding-left:0px;
    }
        .box-doingu .doingu .doingu-card .card-body .doingu-name {
            font-family:BeVietnamPro-SemiBold;
            display:inline-block;
            font-weight: 600;
            font-size: 18px;
            line-height: 100%;
            color: #000;

            margin-bottom:8px;
        }
        .box-doingu .doingu .doingu-card .card-body .chucvu1 {
            font-family: BeVietnamPro-Regular;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.2;
            color: #81868A;
            text-transform: uppercase;
        }
        .box-doingu .read_more:hover{
            background-color:#000;
        }
/*box-news*/
.box-news {
    padding: 56px 0;
    background-size:cover;

}
    .box-news .title_name {
       font-family:BeVietnamPro-Bold;
       font-weight:700;
       font-size:26px;
       line-height:100%;
       color:#fff;
       margin-top:26px;
       margin-bottom:27px;
    }

    

    .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 .news-card img {
            border-radius:10px;
            object-fit: cover;
            height: 235px;
            width: 100%;
        }

        .box-news .news-card .card-body {
            min-height: 220px;
            max-height: 220px;
            color: #fff;
            padding: 16px 0;
        }

            .box-news .news-card .card-body .date {
                font-family: BeVietnamPro-Medium;
                font-weight: 500;
                font-size: 14px;
                line-height: 100%;
                letter-spacing: 1%;
                color: #C4C4C4;
            }

                .box-news .news-card .card-body .date i {
                    margin-right: 2px;
                }

            .box-news .news-card .card-body .card-title {
                font-family:BeVietnamPro-SemiBold;
                font-size: 18px;
                color: #fff;
                font-weight: 600;
                line-height: 24px;
                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 {
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin-top: 5px;
                margin-bottom: 0;
                font-weight: 400;
                font-size: 15px;
                line-height: 22px;
                color: #fff;
            }
            .box-news .news-card .card-body .viewmore {
                position:absolute;
                bottom:20px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 16px;
                line-height: 100%;
                color: #C7383E;
            }
            .box-news .item-sukien{
                display:flex;
                gap:17px;
            }
                .box-news .item-sukien .text-sukien a {
                    color: #fff;
                    font-family: BeVietnamPro-SemiBold;
                    font-size: 15px;
                    line-height: 24px;
                    font-weight: 600;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }
                .box-news .item-sukien .text-sukien .date {
                    font-family: BeVietnamPro-Medium;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 100%;
                    letter-spacing: 1%;
                    color: #C4C4C4;
                }
                .box-news .item-sukien img.img-sukien {
                    width:144px;
                    object-fit:cover;
                    border-radius:10px;
                }
    .box-news .thongbao {
       
        background-color: rgba(199, 56, 62, 0.8);
        border-radius: 10px;
        padding:26px 20px 20px 16px;
    }
        .box-news .thongbao .title_name {
            margin-top: 0;
        }
        .box-news .thongbao .item-thongbao:not(:first-child) {
            margin-top: 14px;
        }
        .box-news .thongbao .item-thongbao .text-thongbao a {
            display: inline-block;
            font-family: BeVietnamPro-SemiBold;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 1%;
            color: #fff;
            margin-bottom: 9px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .box-news .thongbao .item-thongbao .text-thongbao .date {
            font-family: BeVietnamPro-Medium;
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 1%;
            color: #C4C4C4;
            margin-bottom:14px;
        }
       
        .box-news .thongbao .item-thongbao:not(:last-child) {
            border-bottom:  1px solid rgba(145, 0, 6, 1);
        }
        .box-news .thongbao .item-thongbao:last-of-type {
            border-bottom:unset;
        }
        .box-news .thongbao .viewallthongbao{
            display:inline-block;
            margin-top:30px;
            font-family:BeVietnamPro-Medium;
            font-size:15px;
            color:#fff;
            text-transform:uppercase
        }
        .box-news .thongbao .viewallthongbao img{
          
           height:15px;

        }
        .box-partners {
            padding: 70px 0 0 0;
        }
            .box-partners .partner-text {
                text-align: center;
                font-family: BeVietnamPro-Bold;
                font-weight: 700;
                font-size: 34px;
            }
    .box-partners .partner-text .mtud{
       margin-bottom:0;
    }
    .box-partners .partner-desc {
        font-family: BeVietnamPro-Regular;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center
    }
.box-gallery-csvc{
    padding: 70px 0 0 0;
}
    .box-gallery-csvc .title_name {
        margin-bottom: 40px;
        font-family: BeVietnamPro-Bold;
        font-weight: 700;
        font-size: 34px;
        line-height: 100%;
    }
.box-gallery-csvc .item-csvc {
    padding-right: 8px;
    padding-left: 8px;
}
.box-gallery-csvc .chuongtrinh-img {
    width: 100%;
  
}

    .box-gallery-csvc .card-img-overlay-bottom {
        position: absolute;
        bottom: 24px;
        left: 91px;
        right: 91px;
        background: rgba(0, 0, 0, 0.5);
        padding: 17px 10px;
        text-align: center;
        border-radius: 25px;
        font-family: BeVietnamPro-Regular;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        text-transform: uppercase
    }
    .box-gallery-csvc .card-img-overlay-bottom:hover {
        color: #fff;
        background-color: #C7383E
    }
.box-gallery-csvc .image-card {
    position: relative;
    overflow: hidden;
}

    .box-gallery-csvc .image-card img {
        height: 330px;
        object-fit: cover;
        width:100%;
        border-radius:12px;
    }


.box-gallery-chuongtrinh .item-ctrinh {
    padding-right: 3.5px;
    padding-left: 3.5px;
    margin-bottom:7px;
}

.box-gallery-chuongtrinh .chuongtrinh-img {
    width: 100%;
}

.box-gallery-chuongtrinh .card-img-overlay-bottom {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 17px 10px;
    text-align: center;
    border-radius: 25px;
    font-family: BeVietnamPro-Regular;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase
}

    .box-gallery-chuongtrinh .card-img-overlay-bottom:hover {
        color: #fff;
        background-color: #C7383E
    }

.box-gallery-chuongtrinh .image-card {
    position: relative;
    overflow: hidden;
}

    .box-gallery-chuongtrinh .image-card img {
        width: 100%;
        height: auto;
        display: block;
    }
.box-xuongphim{
    padding:70px 0;
    background-size:cover;
    color:#fff;
}

    .box-xuongphim .img-xuongphim img {
        width:100%;
    }
    .box-xuongphim .text-xuongphim  {
        margin-top:20px;
        align-content:center;
        padding-left:30px;
    }
        .box-xuongphim .text-xuongphim h2 {
            font-family: BeVietnamPro-Bold;
            font-weight: 700;
            font-size: 34px;
            line-height: 100%;
            margin-bottom: 20px;
        }
        .box-xuongphim .text-xuongphim .xuongphim-desc {
           
            font-family: BeVietnamPro-Regular;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
            margin-bottom:35px;
        }
.partners-carousel {
    padding: 32px 27px;
    border-radius: 10px;
}
.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;
    gap:25px;
    align-items:center;
}
    .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: #C7383E;
}
    .page-link:hover {
        color: #7d0409;
    }
.page-item.active .page-link {
    color: #fff;
    background-color: #C7383E;
    border-color: #C7383E
}
.searchMobile {
    padding: 0 7px;
}

    .searchMobile #btnSearchMobile {
        border: none;
        background-color: #fff;
    }
.search-form {
    height: 60px;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -ms-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, margin .3s ease-in-out 0s, height .2s ease-in-out 0s;
}

    .search-form form {
        display: inline-block;
        width: 100%;
    }

    .search-form p {
        margin: 0;
    }

    .search-form #error-search {
        border: 0;
        height: 60px;
        font-size: 15px;
        padding: 20px 30px;
        z-index: 10;
        font-size: 30px;
        color: #555;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .search-form input[type="text"] {
        background-color: #fff;
       float: left;
        width: 100%;
        box-sizing: border-box;
        border: 0;
        height:60px;
        padding: 20px 30px;
        z-index: 10;
        font-size: 18px;
        color: #555;
        outline: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .search-form input[type="submit"] {
        position: absolute;
        right: 10px;
        top: 0;
        width: 40px;
        height: 60px;
        border: none;
        background: url(../images/bt_search.png) center center no-repeat;
        z-index: 15;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

.modal-dialog {
    margin: 100px auto;
}
.lienket {
    padding: 80px 0;
    background-size: cover;
}
   
.lienket .menu-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s;
}

    .lienket .menu-box img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        filter: brightness(100%);
        transition: .3s;
    }

    .lienket .menu-box:hover img {
        filter: brightness(75%);
        transform: scale(1.05);
    }

    .lienket .menu-title {
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        text-align: center;
        font-weight: 700;
        padding: 14px 0;
        font-size: 18px;
        text-transform: uppercase;
    }
.box_submenu {
    margin-bottom: 25px;
}

    .box_submenu .title_submenu {
        font-family: BeVietnamPro-SemiBold;
        font-size: 24px;
        color: #c7383e;
        line-height: 1;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .box_submenu .sub_menu {
        padding-left: 0;
    }

        .box_submenu .sub_menu li {
            background-color: #F5F7FA;
            margin-bottom: 4px;
        }

            .box_submenu .sub_menu li a {
                color: #333333;
                font-size: 17px;
                font-family: BeVietnamPro-SemiBold;
                padding: 15px 18px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .box_submenu .sub_menu li a::after {
                    content: "\f054";
                    color: #333333;
                    font-family: "Font Awesome 5 Free";
                    font-weight: 600;
                    font-style: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                }

            .box_submenu .sub_menu li.active a {
                background-color: var(--red);
                color: #FFFFFF;
            }

                 .box_submenu .sub_menu li.active a::after {
                    color: #FFFFFF;
                }

             .box_submenu .sub_menu li a:hover {
                background-color: var(--red);
                color: #FFFFFF;
            }

                 .box_submenu .sub_menu li a:hover:after {
                    color: #FFFFFF;
                }