﻿body {
    font-family: "Roboto Regular", sans-serif;
    font-size: 15px;
    color: #000;
}

a, p, li {
    color: #000;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: unset;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

:root {
    --color-red: #a9161c;
    --color-main: #000000;
    --color-white: #ffffff;
    --color-menu: #333333;
    --color-date: #969696;
    --font-family-all: "Roboto Regular";
    --font-family-RobotoMedium: "Roboto Medium";
    --font-family-RobotoBold: "Roboto Bold";
    --font-family-RobotoBlack: "Roboto Black";
    --font-family-RobotoItalic: "Roboto Italic";
}

.container {
    max-width: 1200px;
}

.mt-top-bottom {
    margin: 2em 0;
}

.header-top {
    padding: 10px 0;
    background-color: var(--color-red);
}

.language {
}

    .language ul.lang {
    }

        .language ul.lang li {
            display: inline-block;
            outline: none;
            padding-right: 5px;
        }

            .language ul.lang li a {
            }

                .language ul.lang li a:hover img {
                    transition: linear 0.3s;
                    -webkit-filter: grayscale(0);
                    filter: none;
                }

                .language ul.lang li a img {
                    filter: gray;
                    -webkit-filter: grayscale(0.4);
                    filter: grayscale(0.4);
                }

            .language ul.lang li.active img {
                transition: linear 0.3s;
                -webkit-filter: grayscale(0);
                filter: none;
            }

.header-top .box-menu-fix {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .header-top .box-menu-fix ul li {
        display: inline-block;
        padding: 3px 15px;
    }

        .header-top .box-menu-fix ul li a {
            color: #fff;
            padding: 5px 0px;
            font-size: 13px;
        }
            .header-top .box-menu-fix ul li a:hover {
                color: #f4a228;
            }

    .header-top .box-menu-fix .search {
        margin-top: 5px;
    }

        .header-top .box-menu-fix .search .btn-primary {
            text-indent: -9999999px;
            background-image: url(../images/search.png);
            background-repeat: no-repeat;
            background-position: center;
            background-color: inherit;
            display: inline-block;
            border: 0;
            outline: none;
            width: 18px;
            height: 18px;
            cursor: pointer;
        }

        .header-top .box-menu-fix .search .modal {
            z-index: 9999;
        }

        .header-top .box-menu-fix .search .modal-dialog {
            margin: 100px auto;
        }

    .header-top .box-menu-fix .search-form {
        height: 88px;
        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;
    }

        .header-top .box-menu-fix .search-form form {
            display: inline-block;
            width: 100%;
        }

        .header-top .box-menu-fix .search-form .textsearch {
            border: 0;
            height: 88px;
            width: 100%;
            z-index: 10;
            padding: 10px 15px;
            background-color: var(--color-white);
            outline: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .header-top .box-menu-fix .search-form input::placeholder {
            color: var(--color-gray);
        }

        .header-top .box-menu-fix .search-form input[type="submit"] {
            position: absolute;
            right: 0;
            top: 0;
            width: 60px;
            height: 88px;
            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;
        }

.header-menu {
    padding: 15px 0;
}

    .header-menu .logo_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.navigation-dtu {
    z-index: 9996;
    position: relative;
    padding-right: 10px;
}

    .navigation-dtu .nav-dtu {
        padding: 0;
        display: block;
        overflow-x: visible;
        position: relative;
    }

        .navigation-dtu .nav-dtu > li {
            display: inline-block;
            position: relative;
            
        }

        .navigation-dtu .nav-dtu li a {
            padding: 0 6px;
            line-height: 20px;
            display: block;
            font-size: 15px;
            color: var(--color-menu);
            font-family: var(--font-family-RobotoMedium);
            text-transform: uppercase;
        }

        .navigation-dtu .nav-dtu > li:first-child a {
            padding-left: 0;
        }

        .navigation-dtu .nav-dtu > li:last-child a {
            padding-right: 0;
        }

        .navigation-dtu .nav-dtu li a:hover, .navigation-dtu .nav-dtu li a:focus, .navigation-dtu .nav-dtu li.active a {
            color: #000000;
        }

        .navigation-dtu .nav-dtu li:hover .nav-dtu-child {
            opacity: 0.95;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            transition-delay: 0s, 0s, 0.3s;
        }

        .navigation-dtu .nav-dtu li .nav-dtu-child {
            background-color: #fff;
            opacity: 0;
            transform: translateY(-0.5rem);
            transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
            visibility: hidden;
            display: block !important;
            padding: 15px;
            left: 0;
            position: absolute;
            top: 100%;
            min-width: 200px; /* tối thiểu 200px */
            width: max-content; /* giãn theo nội dung dài nhất */
            white-space: nowrap; /* không xuống dòng */
            z-index: 200;
            margin: 0;
        }
        .navigation-dtu .nav-dtu li .nav-dtu-child {
            background-color: #fff;
            border: 1px solid #e5e5e5;
            box-shadow: 0 4px 12px rgba(0,0,0,0.12);
            border-bottom: 3px solid #c80000; /* đổi theo màu thương hiệu */
            margin-top: 20px;
        }

            .navigation-dtu .nav-dtu li .nav-dtu-child > li {
                padding-bottom: 10px;
                padding-top: 10px;
            }
            .navigation-dtu .nav-dtu li:last-child .nav-dtu-child {
            right: 0;
            left: auto;
        }

        .navigation-dtu .nav-dtu li .nav-dtu-child .menu-list-item {
            margin-bottom: 12px;
            width: 100%;
            display: block;
        }

            .navigation-dtu .nav-dtu li .nav-dtu-child .menu-list-item:last-child {
                margin-bottom: 0;
            }

            .navigation-dtu .nav-dtu li .nav-dtu-child .menu-list-item a {
                width: 100%;
                display: inline-block;
                text-transform: none;
                padding: 0;
                padding-left: 12px;
            }


.nav-dtu-child .menu-list-item a.menu-link:hover:after, .nav-dtu-child .menu-list-item a.menu-link:focus:after, .nav-dtu-child .menu-list-item a.menu-link:active:after {
    background: transparent;
    opacity: 1;
}

.hide_desktop {
    display: none;
}

.icon_menu_repo {
    display: none;
    top: -11px;
    right: 0;
    position: absolute;
    z-index: 9996;
}

    .icon_menu_repo i {
        cursor: pointer;
        font-size: 24px;
    }

        .icon_menu_repo i.show_menu_icon {
            display: block;
        }


.icon_menu_inpo {
    display: none;
    top: 15px;
    right: 15px;
    position: absolute;
    z-index: 9996;
}

    .icon_menu_inpo i {
        cursor: pointer;
        font-size: 24px;
    }

        .icon_menu_inpo i.show_hide_icon {
            display: none;
        }

.content_repo {
    width: 100%;
    position: relative;
    height: auto;
}

    .content_repo .ovelay_menu {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(169,169,169,0.45);
        display: none;
        z-index: 8888;
    }

.hiden_ove {
    overflow: hidden;
}

.title_block {
    display: block;
}

.banner {
    position: relative;
}

    .banner .item {
        min-height: 494px;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position-x: center !important;
        background-position-y: top !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .banner .item .banner_left {
            flex: 0 0 100%;
            max-width: 100%;
            position: relative;
            background: linear-gradient(to right, rgb(255 255 255 / 90%) 50%,rgb(0 0 0 / 20%) 50%);
            display: flex;
            align-items: center;
        }

    .banner .nivo-caption {
        width: 100%;
        z-index: 8;
        overflow: hidden;
        -moz-opacity: 0.8;
        filter: alpha(0.8);
        webkit-filter: alpha(0.8);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .banner .item .nivo-caption .slide-dtu {
        font-size: 20px;
    }

    .banner .item .nivo-caption .slide-h2 {
        color: var(--color-main);
        font-size: 40px;
        font-family: var(--font-family-RobotoBold);
    }

    .banner .item .nivo-caption p.slide-p {
        padding-top: 10px;
        margin: 0;
    }

    .banner .item .nivo-caption p.slide-hotline {
        padding-top: 10px;
        margin: 0;
        font-family: var(--font-family-RobotoBold);
        font-size: 20px;
        color: var(--color-red);
    }

    .banner .item .nivo-caption a.slide-read-more {
        display: inline-block;
        margin-top: 20px;
        color: #fff;
        padding: 10px 65px 10px 25px;
        font-family: var(--font-family-RobotoBold);
        background: linear-gradient(to right, #363636 70%,#464646 30%);
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
    }

        .banner .item .nivo-caption a.slide-read-more:after {
            content: "\f178";
            color: #FFF;
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            right: 0;
            top: 10px;
            display: block;
            padding-right: 14px;
        }

        .banner .item .nivo-caption a.slide-read-more:hover {
            opacity: 0.8;
        }


    .banner .item_detail {
        min-height: 280px;
    }

        .banner .item_detail .bread_crumb {
            text-transform: uppercase;
        }

            .banner .item_detail .bread_crumb > li {
                display: inline-block;
                color: #fff;
                font-family: var(--font-family-RobotoBold);
                font-size: 15px;
            }

            .banner .item_detail .bread_crumb li.home:before {
                content: '\f015';
                font-family: 'Font Awesome 5 Pro';
                color: #FFF;
                padding-right: 5px;
            }

            .banner .item_detail .bread_crumb > li + li:before {
                color: #fff;
                content: "/";
                padding: 0 5px;
            }

            .banner .item_detail .bread_crumb li.active {
                color: var(--color-date);
            }

                .banner .item_detail .bread_crumb li.active:before {
                    color: var(--color-date);
                }

            /*.banner .item_detail .bread_crumb li a {
                color: #fff;
            }*/

.banner-carousel .owl-controls {
    position: absolute;
    width: 50%;
    bottom: 40px;
}

.banner-carousel .owl-dots .owl-dot span {
    background: #FFF;
    border: 2px solid #c2c2c2;
}

.banner-carousel .owl-dots .owl-dot.active span, .banner-carousel .owl-dots .owl-dot:hover span {
    background: var(--color-red);
    border: 0;
}


.title {
    text-align: center;
}

/*.title_sub {
    font-family: var(--font-family-RobotoBold);
    font-size: 25px;
    text-align: center;
}*/

.title_name {
    font-family: var(--font-family-RobotoBold);
    font-size: 25px;
    color: var(--color-main);
    display: inline-block;
    text-transform: uppercase;
}

.date_time {
    color: var(--color-date);
    font-family: var(--font-family-CondensedRegular);
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    padding-left: 18px;
}

    .date_time:before {
        content: "\f133";
        color: var(--color-date);
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        font-weight: 700;
        font-style: normal;
    }


.box_item, .view {
    margin-top: 20px;
}

.box-program {
    margin: 40px 0 50px;
}

    .box-program .item_program {
        position: relative;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
        border: 1px solid #f8f8f8;
        box-shadow: 1px 1px 4px 4px #fafafa;
    }

        .box-program .item_program .box-title {
            padding: 20px;
            background: #FFF;
            display: flex;
            align-items: center;
        }

            .box-program .item_program .box-title .item_icon {
                width: auto;
                max-width: 65px;
            }

            .box-program .item_program .box-title .item_info {
                padding-left: 20px;
            }

                .box-program .item_program .box-title .item_info .title_item {
                    margin-bottom: 5px;
                }

                    .box-program .item_program .box-title .item_info .title_item a {
                        display: inline-block;
                        color: var(--color-main);
                        font-size: 20px;
                        font-family: var(--font-family-RobotoMedium);
                    }
                        .box-program .item_program .box-title .item_info .title_item a:hover {
                            color: #f4a228;
                        }

                .box-program .item_program .box-title .item_info p {
                    margin: 0;
                }

.programs-carousel .owl-dots .owl-dot span {
    height: 4px;
    width: 30px;
    border-radius: 0;
}

.programs-carousel .owl-dots .owl-dot.active span, .programs-carousel .owl-dots .owl-dot:hover span {
    background: var(--color-red);
    border: 0;
}


.box-news {
    margin: 40px 0 50px;
    background: linear-gradient(to right, #ebebeb 50%,#ffffff 50%);
}

    .box-news .box_item_news {
        background-color: #ebebeb;
    }

        .box-news .box_item_news .box_achievement {
            display: none;
            padding: 30px 15px 15px 0;
        }

            .box-news .box_item_news .box_achievement:first-child {
                display: block;
            }

        .box-news .box_item_news .item_news {
            position: relative;
            margin-bottom: 15px;
        }

            .box-news .box_item_news .item_news .box-title {
                background-image: linear-gradient(to bottom, transparent, rgb(0 0 0 / 70%));
                background-size: cover;
                padding: 15px;
                position: absolute;
                bottom: 0;
                width: 100%;
            }

            .box-news .box_item_news .item_news:hover .box-title {
                height: 100%;
                background: rgba(85, 85, 85, 0.5);
                display: flex;
                align-items: flex-end;
                cursor: pointer;
            }

            .box-news .box_item_news .item_news .box-title .title_item a {
                display: inline-block;
                color: var(--color-white);
                font-size: 15px;
                font-family: var(--font-family-RobotoBold);
                line-height: 1.4;
            }
                .box-news .box_item_news .item_news .box-title .title_item a:hover {
                    color: #f4a228;
                }

            .box-news .box_item_news .item_news .date_news {
                background-color: #b0343a;
                display: inline-block;
                position: absolute;
                top: 15px;
                left: 15px;
                padding: 8px;
                color: #FFF;
                text-align: center;
            }

                .box-news .box_item_news .item_news .date_news span {
                    display: block;
                    font-family: var(--font-family-RobotoBlack);
                    font-size: 13px;
                    line-height: 1.2;
                }

    .box-news .category_news {
        padding-left: 45px;
        padding-top: 40px;
    }

        .box-news .category_news .tab_cat {
           /* margin: 15px 0;*/
        }

            .box-news .category_news .tab_cat .buffer_tab {
                font-size: 16px;
                cursor: pointer;
                text-transform: uppercase;
                margin-bottom: 0;
                padding: 15px 0;
                position: relative;
            }
                .box-news .category_news .tab_cat .buffer_tab:hover {
                    color: #f4a228;
                }

                .box-news .category_news .tab_cat .buffer_tab:before {
                    content: '';
                    background-color: #ccc;
                    width: 100%;
                    height: 1px;
                    bottom: 0;
                    left: 0;
                    position: absolute;
                }

            .box-news .category_news .tab_cat .active_tab {
                color: var(--color-red);
            }

                .box-news .category_news .tab_cat .active_tab:after {
                    content: '';
                    background-color: #a9161c;
                    width: 50px;
                    height: 1px;
                    bottom: 0;
                    left: 0;
                    position: absolute;
                }

        .box-news .category_news .view_all {
            margin-top: 40px;
        }

            .box-news .category_news .view_all a.read-more {
                display: inline-block;
                color: #fff;
                padding: 15px 70px 15px 25px;
                font-family: var(--font-family-RobotoBold);
                background: linear-gradient(to right, #a9161c 70%,#be1c22 30%);
                position: relative;
                text-transform: uppercase;
                font-size: 13px;
            }

                .box-news .category_news .view_all a.read-more:after {
                    content: "\f178";
                    color: #FFF;
                    font-family: "Font Awesome 5 Pro";
                    position: absolute;
                    right: 0;
                    top: 13px;
                    display: block;
                    padding-right: 18px;
                    font-size: 16px;
                }

.box-enroll {
    margin: 40px 0 50px;
}

    .box-enroll .item_enroll {
        position: relative;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
        border: 1px solid #f8f8f8;
        box-shadow: 1px 1px 4px 4px #f8f8f8;
    }

        .box-enroll .item_enroll .box-title {
        }

            .box-enroll .item_enroll .box-title .title_item {
                padding: 15px 20px;
                margin-bottom: 0;
                border-bottom: 1px solid #e2e2e2;
            }

                .box-enroll .item_enroll .box-title .title_item a {
                    display: inline-block;
                    color: var(--color-main);
                    font-size: 15px;
                    font-family: var(--font-family-RobotoMedium);
                    position: relative;
                    padding-left: 27px
                }
                    .box-enroll .item_enroll .box-title .title_item a:hover {
                        color: #f4a228;
                    }

                    .box-enroll .item_enroll .box-title .title_item a:before {
                        content: url('../images/icon_enroll.png');
                        position: absolute;
                        left: 0;
                        top: 1px;
                    }

            .box-enroll .item_enroll .box-title .item_info {
                padding: 15px 20px;
            }

                .box-enroll .item_enroll .box-title .item_info .news_title a {
                    font-family: var(--font-family-RobotoMedium);
                    font-size: 18px;
                    display: block;
                }
                .box-enroll .item_enroll .box-title .item_info .news_title a:hover {
                   color: #f4a228;
                }

.enroll-carousel .owl-dots .owl-dot span {
    height: 4px;
    width: 30px;
    border-radius: 0;
}

.enroll-carousel .owl-dots .owl-dot.active span, .enroll-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--color-red);
    border: 0;
}

.box-student {
    margin: 50px 0;
    background: url(../images/bg_student.png) no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
    display: flex;
}

    .box-student .bg_gradient {
        background: linear-gradient(to right, rgb(0 0 0 / 20%) 50%,rgb(0 0 0 / 80%) 50%);
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-student .item {
        position: relative;
    }

    .box-student .width50 {
        width: 50%;
    }

    .box-student .img_student {
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
        background-size: cover;
        min-height: 450px;
    }

    .box-student .info_student {
        padding-bottom: 50px;
    }

        .box-student .info_student .box_info {
            padding: 50px 0 30px 50px;
            margin-left: -15px;
        }

            .box-student .info_student .box_info .title_name {
                color: var(--color-white);
            }

            .box-student .info_student .box_info .desc {
                position: relative;
                margin-top: 20px;
            }

                .box-student .info_student .box_info .desc:before {
                    content: '“';
                    display: inline-block;
                    font-family: "NewsGothicBT";
                    font-size: 95px;
                    color: #646363;
                    position: absolute;
                    left: 0px;
                    top: -8px;
                    line-height: 1;
                }

                .box-student .info_student .box_info .desc p.note {
                    font-family: var(--font-family-RobotoItalic);
                    font-size: 16px;
                    color: var(--color-white);
                    padding-left: 50px;
                }

                .box-student .info_student .box_info .desc p.author {
                    font-family: var(--font-family-RobotoMedium);
                    font-size: 18px;
                    color: #fe7200;
                    padding-left: 50px;
                    text-transform: uppercase;
                }

.student-carousel .owl-controls {
    position: absolute;
    left: 50%;
    padding-left: 95px;
    bottom: 20px;
}

    .student-carousel .owl-controls .owl-nav {
        display: flex;
    }

        .student-carousel .owl-controls .owl-nav [class*='owl-'] {
            background: transparent;
            border: 1px solid #ffffff;
            padding: 6px 12px;
        }

            .student-carousel .owl-controls .owl-nav [class*='owl-']:hover {
                background-color: var(--color-red);
                border: 0;
            }

        .student-carousel .owl-controls .owl-nav i {
            font-size: 18px;
            font-weight: 100;
        }

.box-research {
    margin: 50px 0;
}

    .box-research .list_research {
        padding-right: 20px;
    }

        .box-research .list_research .item_research {
            border-bottom: 1px solid #cccccc;
            padding: 15px 0;
        }

            .box-research .list_research .item_research:last-child {
                border: none;
            }

            .box-research .list_research .item_research .rs_title a {
                display: block;
                font-family: var(--font-family-RobotoMedium);
                font-size: 20px;
                color: #333333;
            }
            .box-research .list_research .item_research .rs_title a:hover {
                color: #f4a228;
            }

            .box-research .list_research .item_research .info_more {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                padding-top: 10px;
            }

                .box-research .list_research .item_research .info_more .date_time {
                    font-family: var(--font-family-RobotoMedium);
                    color: var(--color-main);
                    font-size: 15px;
                }

                    .box-research .list_research .item_research .info_more .date_time:before {
                        color: var(--color-red);
                    }

                    .box-research .list_research .item_research .info_more .date_time:after {
                        color: #dfdfdf;
                        content: "|";
                        padding-left: 20px;
                    }

                .box-research .list_research .item_research .info_more .author {
                    font-family: var(--font-family-RobotoMedium);
                    margin-left: 20px;
                    position: relative;
                    padding-left: 18px;
                    text-transform: uppercase;
                }

                    .box-research .list_research .item_research .info_more .author:before {
                        color: var(--color-red);
                        content: "\f007";
                        font-family: "Font Awesome 5 Pro";
                        position: absolute;
                        left: 0;
                        top: 0;
                        display: block;
                        font-weight: 700;
                        font-style: normal;
                    }

    .box-research .view_all {
        margin-top: 40px;
    }

        .box-research .view_all a.read-more {
            display: inline-block;
            color: #fff;
            padding: 15px 70px 15px 25px;
            font-family: var(--font-family-RobotoBold);
            background: linear-gradient(to right, #a9161c 70%,#be1c22 30%);
            position: relative;
            text-transform: uppercase;
            font-size: 13px;
            margin-bottom:20px;
        }

            .box-research .view_all a.read-more:after {
                content: "\f178";
                color: #FFF;
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                right: 0;
                top: 13px;
                display: block;
                padding-right: 18px;
                font-size: 16px;
            }

.box-galery {
    margin: 50px 0;
}

    .box-galery .gl_item {
        position: relative;
        cursor: pointer;
        margin-top: 30px;
    }

        .box-galery .gl_item a.view_more .box_view_more {
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0.5;
            background: #000;
        }

        .box-galery .gl_item a.view_more {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
        }

            .box-galery .gl_item a.view_more:hover .box_view_more {
                -webkit-transform: scale(1);
                transform: scale(1);
                z-index: 20;
            }

.box-partners {
    margin: 50px 0;
}

    .box-partners .partner-carousel {
        margin: 30px 0 50px;
    }

        .box-partners .partner-carousel .item .logo_uni {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            flex: 0 0 100%;
        }

            .box-partners .partner-carousel .item .logo_uni img {
                width: auto;
                display: inline;
                max-width: 100%;
            }


.center {
    text-align: center;
}

.item_img {
    width: 100%;
}

.item_img_50 {
    width: 49%;
}

.footer {
    background-color: #ebebeb;
}

    .footer .footer_about {
        padding-right: 10%;
    }

    .footer .footer_box {
        padding: 40px 0;
        background-color: var(--color-blue);
    }

        .footer .footer_box .title_img {
            border-bottom: 1px solid #cccccc;
            padding-bottom: 10px;
            margin-bottom: 10px;
            height: 63px;
            display: flex;
            align-items: flex-end;
        }

            .footer .footer_box .title_img .title_footer {
                font-family: var(--font-family-RobotoBold);
                font-size: 20px;
                margin-bottom: 0;
            }

        .footer .footer_box p {
            margin-bottom: 0.5rem;
            position: relative;
        }
        .footer .footer_box .footer_menu ul.menu li{
            padding-bottom:5px;
        }
        .footer .footer_box .footer_menu ul.menu li a {
            display: block;
        }
            .footer .footer_box .footer_menu ul.menu li a:hover {
               color: #f4a228;
            }

        .footer .footer_box .footer_menu .address:before {
            content: "\f3c5";
            font-family: "Font Awesome 5 Pro";
            font-size: 15px;
            position: absolute;
            top: 3px
        }

        .footer .footer_box .footer_menu .phone:before {
            content: "\f879";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            top: 3px
        }

        .footer .footer_box .footer_menu .email:before {
            content: "\f0e0";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            top: 3px
        }

        .footer .footer_box .footer_menu span {
            margin-left: 25px;
            display: block;
        }

        .footer .footer_box .footer-social ul {
            padding: 0;
            margin: 0;
        }

            .footer .footer_box .footer-social ul li {
                display: inline-block;
                background-color: transparent;
            }

                .footer .footer_box .footer-social ul li a {
                    width: 30px;
                    height: 30px;
                    display: flex;
                    color: #fff;
                    justify-content: center;
                    align-items: center;
                    background-color: #5d6d8c;
                    margin-bottom: 10px;
                    opacity: 0.8;
                    -webkit-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -ms-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    transition: all .2s ease-out;
                    z-index: 8888;
                    position: relative;
                }

                .footer .footer_box .footer-social ul li:hover a {
                    opacity: 1;
                }

                .footer .footer_box .footer-social ul li a i {
                    font-size: 20px;
                }

    .footer .footer_copyright {
        background-color: #d9d9d9;
        padding: 20px 0px;
        text-align: center;
    }

        .footer .footer_copyright p {
            margin-bottom: 0;
        }






/*----------------------------------BACK TO TOP---------------------------------*/
#back-top a {
    width: 45px;
    height: 45px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    padding-top: 10px;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #5D5D5D;
    border-radius: 50%;
    z-index: 9999;
    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: var(--color-title);
        opacity: 1;
        filter: alpha(opacity=1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
/*--------------------------------END BACK TO TOP-------------------------------*/


.content_detail {
    margin: 50px 0;
}

    .content_detail p {
        margin-bottom: 5px;
    }

    .content_detail .title_right {
        font-family: var(--font-family-RobotoBold);
        font-size: 25px;
        border-bottom: 0.0625rem solid #c2c2c2;
        display: block;
        position: relative;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }

        .content_detail .title_right:after {
            content: '';
            background-color: #33aed4;
            width: 90px;
            height: 1px;
            position: absolute;
            bottom: -1px;
            left: 0;
        }

    .content_detail .news_list {
        margin-top: 2rem;
    }

        .content_detail .news_list .box_item {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .content_detail .news_list .box_item .img_news {
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
                margin: 0;
            }

            /*.content_detail .news_list .box_item .item_news {
                flex: 0 0 66.666667%;
                max-width: 66.666667%;
                padding-left: 15px;
            }*/

                .content_detail .news_list .box_item .item_news a {
                    font-family: var(--font-family-RobotoBold);
                    display: block;
                    margin-bottom: 2px;
                    line-height: 1.3;
                }

                    .content_detail .news_list .box_item .item_news a:hover {
                        color: var(--color-blue);
                    }

                .content_detail .news_list .box_item .item_news .date {
                    margin: 0;
                    color: #969696;
                }

    .content_detail .box_search {
    }

        .content_detail .box_search .box_item {
            position: relative;
        }

        .content_detail .box_search .textsearch {
            border: 1px solid #ccc;
            width: 100%;
            padding: 11px 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .content_detail .box_search input[type="submit"] {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            border: none;
            background: url(../images/search.png) center center no-repeat;
            background-color: #21a7d0;
            padding: 20px;
        }

    .content_detail .list_news_other {
        margin-top: 2rem;
    }

        .content_detail .list_news_other ul > li {
            padding-left: 1rem;
            position: relative;
            margin-bottom: 0.5rem;
        }

            .content_detail .list_news_other ul > li:before {
                color: var(--color-date);
                content: '\2022';
                font-size: 1.25rem;
                left: 0;
                top: -2px;
                position: absolute;
            }

            .content_detail .list_news_other ul > li a {
                display: block;
            }

                .content_detail .list_news_other ul > li a:hover {
                    color: var(--color-blue);
                }

    .content_detail .box_tags {
        margin-top: 2rem;
    }

        .content_detail .box_tags .tags {
            margin-top: 1.5rem;
        }

            .content_detail .box_tags .tags a {
                border: 1px solid #21a7d0;
                color: #21a7d0;
                padding: 10px 20px;
                border-radius: 4px;
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 10px;
            }

                .content_detail .box_tags .tags a:hover {
                    opacity: 0.8;
                }

    .content_detail .box_content {
        margin-bottom: 20px;
    }

        .content_detail .box_content .post_news {
            display: flex;
            flex-wrap: wrap;
            margin-top: 10px;
        }

            .content_detail .box_content .post_news .post1 {
                padding-right: 30px;
            }

                .content_detail .box_content .post_news .post1 span {
                    color: #969696;
                }

                    .content_detail .box_content .post_news .post1 span.post2 {
                        color: #21a7d0;
                    }

        .content_detail .box_content .content_item {
            margin-top: 10px;
        }

            .content_detail .box_content .content_item img {
                margin-bottom: 10px;
                max-width:100%;
            }

        .content_detail .box_content .title_news {
            font-family: var(--font-family-RobotoBold);
            font-size: 18px;
            line-height: 1.6;
        }

        .content_detail .box_content .box_item_news .title_news {
        }

        .content_detail .box_content .content_item .content {
            margin: 20px 0;
        }

        .content_detail .box_content .content_item .tags a:hover {
            color: var(--color-date);
        }

.paging-dtu {
    padding: 15px;
    text-align: center;
}

/*.content_detail .box_content .box_item_news {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
*/

.pagination {
    margin: 0;
    display: inline-block;
}

    .pagination li {
        display: inline-block;
        border: 1px solid #969696;
        border-radius: 4px;
        min-width: 40px;
        padding: 6px 12px;
        font-family: var(--font-family-CondensedBold);
        font-size: 13px;
        color: #969696;
    }

        .pagination li:not(:first-child), .pagination li:not(:last-child) {
            margin-right: 2px;
            margin-left: 2px;
        }

        .pagination li a {
            display: block;
        }

    .pagination > li.current {
        border: 1px solid #28457e;
        color: #28457e;
    }

        .pagination > li:hover, .pagination > li.current:focus {
            background-color: #28457e;
            color: #FFF;
        }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

.margin_top_50 {
    margin-top: 50px;
}

.mg_bt_10 {
    margin-bottom: 10px;
}

.mg_bt_15 {
    margin-bottom: 15px;
}

.mg_bt_20 {
    margin-bottom: 20px;
}

.flex_center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
}

.flex_space {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.box_about_detail {
    margin: 50px 0;
}

    .box_about_detail .about_item {
        margin-bottom: 50px;
    }

        .box_about_detail .about_item .title_about {
            font-family: var(--font-family-CondensedBold);
            font-size: 30px;
            color: var(--color-blue);
        }

    .box_about_detail .about_two {
        background-color: #f3f8f9;
        padding: 50px 0;
    }

    .box_about_detail .about_item img {
        margin-bottom: 20px;
    }

.content_detail .contact_info {
}

    .content_detail .contact_info p {
        margin-bottom: 0.5rem;
        position: relative;
    }

    .content_detail .contact_info .address:before {
        content: "\f3c5";
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        position: absolute;
        top: 3px;
        color: #a9161c;
    }

    .content_detail .contact_info .phone:before {
        content: "\f879";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 3px;
        color: #a9161c;
    }

    .content_detail .contact_info .email:before {
        content: "\f0e0";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 2px;
        color: #a9161c;
    }


    .content_detail .contact_info p span {
        margin-left: 25px;
        display: block;
    }



    .content_detail .contact_info ul.social_right {
        margin-bottom: 20px;
    }

        .content_detail .contact_info ul.social_right li {
            display: inline-block;
            margin-right: 5px;
        }

            .content_detail .contact_info ul.social_right li a {
                width: 44px;
                height: 44px;
                display: flex;
                color: #969696;
                justify-content: center;
                align-items: center;
                background-color: #ebebeb;
                opacity: 1;
                border-radius: 4px;
            }

            .content_detail .contact_info ul.social_right li:hover a {
                opacity: 0.8;
            }

            .content_detail .contact_info ul.social_right li a i {
                font-size: 25px;
            }

.content_detail .box_content .title_detail {
    font-family: var(--font-family-RobotoBold);
    font-size: 30px;
    text-transform: uppercase;
}

.content_form .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_form input[type="text"], input[type="password"], input[type="number"], select {
    display: table-cell;
    width: 49%;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.content_form input::placeholder {
    color: #969696;
}

.content_form textarea {
    display: table-cell;
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

    .content_form textarea::placeholder {
        color: #969696;
    }

.content_form .btt_register {
    background-color: var(--color-date);
    color: var(--color-white);
    font-family: var(--font-family-CondensedBold);
    padding: 12px 30px;
    border: 0;
    border-radius: 4px;
}

    .content_form .btt_register:hover {
        color: var(--color-white);
    }

.box-project {
    margin: 50px 0;
}

    .box-project .item_project {
        position: relative;
        margin-bottom: 2rem;
    }

        .box-project .item_project a:hover .title_team p {
            opacity: 0.8;
        }

        .box-project .item_project .thumb_img {
            text-align: center;
        }

            .box-project .item_project .thumb_img img {
                width: 100%;
            }

        .box-project .item_project .title_team {
            padding: 10px;
            text-align: center;
            background-color: var(--color-blue);
        }

            .box-project .item_project .title_team p {
                font-family: var(--font-family-CondensedBold);
                color: var(--color-white);
                display: block;
                font-size: 20px;
                margin-bottom: 0;
                line-height: 1.2;
            }

        .box-project .item_project .view_project {
            background-color: var(--color-date);
            color: var(--color-white);
            font-family: var(--font-family-CondensedBold);
            padding: 10px 20px;
            border-radius: 4px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            -webkit-transform: translate(-50%, -50%) scale(0);
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
        }

        .box-project .item_project a:hover .view_project {
            -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
            z-index: 20;
        }

.content_detail .box_content .publication_item {
    margin-bottom: 20px;
    margin-top: 10px;
}

    .content_detail .box_content .publication_item .year {
        font-family: var(--font-family-RobotoBold);
        font-size: 20px;
        color: var(--color-blue);
        margin-bottom: 0.5rem;
    }

    .content_detail .box_content .publication_item ul.list_publication > li {
        padding-left: 1rem;
        position: relative;
        margin-bottom: 0.5rem;
    }

        .content_detail .box_content .publication_item ul.list_publication > li:before {
            color: var(--color-date);
            content: '\2022';
            font-size: 1.25rem;
            left: 0;
            top: -2px;
            position: absolute;
        }

        .content_detail .box_content .publication_item ul.list_publication > li a {
            display: inline-block;
            padding-left: 10px;
            color: var(--color-date);
            text-decoration: underline;
        }

            .content_detail .box_content .publication_item ul.list_publication > li a:hover {
                opacity: 0.8;
            }

.content_center {
    justify-content: center
}
.content_detail .menu_cat {
    margin-bottom: 15px;
}
    .content_detail .menu_cat .active_tab {
        color: var(--color-red);
    }
    .content_detail .menu_cat .item_menu {
        font-size: 16px;
        cursor: pointer;
        text-transform: uppercase;
        margin-bottom: 0;
        padding: 15px 0;
        position: relative;
    }
        .content_detail .menu_cat .item_menu:hover {
            color: #f4a228;
        }
        .content_detail .menu_cat .item_menu:before {
            content: '';
            background-color: #ccc;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            position: absolute;
        }
    .content_detail .menu_cat .active_tab:after {
        content: '';
        background-color: #a9161c;
        width: 50px;
        height: 1px;
        bottom: 0;
        left: 0;
        position: absolute;
    }

.box_item_news .news_item {
    display: flex;
    align-items: flex-start; /* căn giữa theo chiều cao */
    gap: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.box_item_news .news_thumb {
    flex: 0 0 250px; /* rộng 250px cố định */
    height: 160px; /* cao cố định để cân với text */
    overflow: hidden;
    border-radius: 6px;
}

    .box_item_news .news_thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* hình cắt vừa khung */
        display: block;
    }

.box_item_news .news_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* căn giữa nội dung theo chiều dọc */
}

.box_item_news .title_news {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.4;
}

    .box_item_news .title_news a {
        text-decoration: none;
        color: #222;
    }
        .box_item_news .title_news a:hover {
            color: #f4a228;
        }

.box_item_news .date_time {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.box_item_news .news_content p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}
.paging-dtu {
    padding: 15px;
    text-align: center;
}

.pagination {
    margin: 0;
    display: inline-block;
}

    .pagination li {
        display: inline-block;
        border: 1px solid #969696;
        border-radius: 4px;
        min-width: 40px;
        padding: 6px 12px;
        font-family: var(--font-family-RobotoMedium);
        font-size: 13px;
        color: #969696;
    }

        .pagination li:not(:first-child), .pagination li:not(:last-child) {
            margin-right: 2px;
            margin-left: 2px;
        }

        .pagination li a {
            display: block;
        }

    .pagination > li.active {
        border: 1px solid #a9161c;
        color: #a9161c;
    }

        .pagination > li:hover, .pagination > li.active:focus {
            background-color: #a9161c;
            color: #FFF;
        }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

.content_detail .box_academic {
}

    .content_detail .box_academic .item_program {
        position: relative;
        margin-bottom: 30px;
        border: 1px solid #f8f8f8;
        box-shadow: 1px 1px 4px 4px #fafafa;
    }

        .content_detail .box_academic .item_program .box-title {
            padding: 20px;
            background: #FFF;
            display: flex;
            align-items: center;
        }

            .content_detail .box_academic .item_program .box-title .item_icon {
                width: auto;
                max-width: 65px;
            }

            .content_detail .box_academic .item_program .box-title .item_info {
                padding-left: 20px;
            }

                .content_detail .box_academic .item_program .box-title .item_info .title_item {
                    margin-bottom: 3px;
                }

                    .content_detail .box_academic .item_program .box-title .item_info .title_item a {
                        display: inline-block;
                        color: var(--color-main);
                        font-size: 18px;
                        font-family: var(--font-family-RobotoMedium);
                    }

                        .content_detail .box_academic .item_program .box-title .item_info .title_item a:hover {
                            color: var(--color-red);
                        }

                .content_detail .box_academic .item_program .box-title .item_info p {
                    margin: 0;
                }

.content_detail .box_admission .item_admission {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 20px; /* thêm khoảng cách giữa ảnh và nội dung */
}

    .content_detail .box_admission .item_admission:last-child {
        border-bottom: none;
    }

    /* Khi ảnh được bọc trong thẻ a */
    .content_detail .box_admission .item_admission a {
        /*display: block;*/
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        text-decoration: none;
    }

    /* Ảnh */
    .content_detail .box_admission .item_admission .img_news {
        width: 100%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
        display: block;
    }

    .content_detail .box_admission .item_admission .info_admission {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 15px;
    }

    .content_detail .box_admission .item_admission .title_news {
        margin-bottom: 10px;
        font-family: var(--font-family-RobotoBold);
        font-size: 20px;
    }

        .content_detail .box_admission .item_admission .title_news a:hover {
            color: var(--color-red);
        }

    .content_detail .box_admission .item_admission a.read-more {
        display: inline-block;
        color: var(--color-red);
        font-family: var(--font-family-RobotoBold);
        position: relative;
        padding-right: 20px;
    }

        .content_detail .box_admission .item_admission a.read-more:after {
            content: "\f178";
            color: #a9161c;
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            padding-left: 18px;
            font-size: 16px;
        }

        .content_detail .box_admission .item_admission a.read-more:hover {
            opacity: 0.8;
        }

.box-galery .tab_cat {
    text-align: center;
}

    .box-galery .tab_cat .item_cat {
        font-size: 20px;
        font-family: var(--font-family-RobotoMedium);
        cursor: pointer;
        text-transform: uppercase;
        display: inline-block;
        padding: 0 20px;
    }

        .box-galery .tab_cat .item_cat:hover {
            color: var(--color-red);
        }

    .box-galery .tab_cat .active_tab {
        color: var(--color-red);
    }

.box-galery .box_facilities {
    display: none;
}

    .box-galery .box_facilities:first-child {
        display: block;
    }

    .box-galery .box_facilities .tab_mobile {
        display: none;
        font-size: 25px;
        font-family: var(--font-family-RobotoBold);
        text-transform: uppercase;
    }

/* Tiêu đề nổi bật với tông #a9161c */
.title_name {
    color: #a9161c;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
    position: relative;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(169, 22, 28, 0.15);
}

    /* Gạch nhấn dưới tiêu đề */
    .title_name::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 48px;
        height: 3px;
        background: #a9161c;
        border-radius: 2px;
    }

    /* Tùy chọn 1: kiểu “thanh dọc” – thêm class -bar nếu muốn */
    .title_name.-bar {
        border-bottom: 0;
        padding-left: 12px;
        padding-bottom: 0;
        border-left: 4px solid #a9161c;
    }

        .title_name.-bar::after {
            display: none;
        }

    /* Tùy chọn 2: kiểu “chip” nền nhẹ – thêm class -chip nếu muốn */
    .title_name.-chip {
        border: 1px solid rgba(169, 22, 28, 0.25);
        background: rgba(169, 22, 28, 0.06);
        border-radius: 8px;
        padding: 8px 12px;
    }

        .title_name.-chip::after {
            display: none;
        }

/*a {
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
    cursor: pointer;
}*/


.content_center {
    justify-content: center
}

.content_detail .box_faculty {
    margin-bottom: 30px;
}

    .content_detail .box_faculty .item_team {
        position: relative;
        margin-bottom: 10px;
    }

        .content_detail .box_faculty .item_team:hover .title_team a {
            opacity: 0.8;
        }

        .content_detail .box_faculty .item_team .thumb_img {
            text-align: center;
        }

    .content_detail .box_faculty .thumb_img img {
        width: 100%;
        max-width: 276px;
    }

    .content_detail .box_faculty .item_team .title_team {
        padding-top: 15px;
        text-align: center;
    }

        .content_detail .box_faculty .item_team .title_team a {
            font-family: var(--font-family-RobotoBold);
            color: var(--color-main);
            display: block;
            font-size: 18px;
            margin-bottom: 5px;
        }

            .content_detail .box_faculty .item_team .title_team a:hover {
                color: var(--color-red);
            }

        .content_detail .box_faculty .item_team .title_team p {
            margin-bottom: 5px;
        }

            .content_detail .box_faculty .item_team .title_team p span {
                font-weight: 600;
                font-style: italic;
                padding-right: 5px;
            }

.content_detail .staff_detail .box_img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .content_detail .staff_detail .box_img .img_staff {
        margin-right: 20px;
        /*width: 50%;*/
    }

        .content_detail .staff_detail .box_img .img_staff img {
            max-width: 276px;
        }

    .content_detail .staff_detail .box_img .box {
    }

        .content_detail .staff_detail .box_img .box .name {
            font-family: var(--font-family-RobotoBold);
            font-size: 25px;
        }

        .content_detail .staff_detail .box_img .box p {
            margin-bottom: 5px;
            overflow-wrap: anywhere;
        }

            .content_detail .staff_detail .box_img .box p span {
                font-style: italic;
                padding-right: 5px;
            }

        .content_detail .staff_detail .box_img .box .phone:before {
            content: "\f879";
            color: var(--color-date);
            font-family: "Font Awesome 5 Pro";
            top: 3px;
            padding-right: 8px;
            font-weight: 500;
            font-size: 16px;
        }

        .content_detail .staff_detail .box_img .box .email:before {
            content: "\f0e0";
            color: var(--color-date);
            font-family: "Font Awesome 5 Pro";
            top: 3px;
            padding-right: 8px;
            font-weight: 500;
            font-size: 16px;
        }


.content_detail .staff_detail p {
    margin-bottom: 0;
}

.content_detail .staff_detail .info_staff {
    margin-bottom: 20px;
}

    .content_detail .staff_detail .info_staff .overview {
        font-family: var(--font-family-RobotoBold);
        font-size: 25px;
    }

    .content_detail .staff_detail .info_staff .component {
        margin-top: 0.5rem;
    }

        .content_detail .staff_detail .info_staff .component .accordion__title {
            font-family: var(--font-family-RobotoMedium);
            font-size: 20px;
            border-bottom: 0.0625rem solid #c2c2c2;
            transition-property: border-bottom, color;
            transition-duration: 0.3s;
            transition-timing-function: ease-in;
            display: block;
            position: relative;
            width: 100%;
            padding-bottom: 0.5rem;
            margin-bottom: 0.5rem;
        }

            .content_detail .staff_detail .info_staff .component .accordion__title:after {
                content: '';
                background-color: #33aed4;
                width: 90px;
                height: 1px;
                position: absolute;
                bottom: -1px;
                left: 0;
            }

       

            .content_detail .staff_detail .info_staff .component .accordion__content .user-markup {
                opacity: 0;
                transition-property: opacity;
                transition-delay: 0.1s;
                transition-duration: 0.3s;
                transition-timing-function: ease-in;
            }

                .content_detail .staff_detail .info_staff .component .accordion__content .user-markup.user-markup--is-visible {
                    opacity: 1;
                }

                .content_detail .staff_detail .info_staff .component .accordion__content .user-markup ul > li {
                    line-height: 1.5rem;
                    padding-left: 0.75rem;
                    position: relative;
                    margin-bottom: 0.5rem;
                }


                    .content_detail .staff_detail .info_staff .component .accordion__content .user-markup ul > li i {
                        color: var(--color-date);
                    }
/* Icon trước các dòng thông tin nhân sự */
.content_detail .staff_detail .box_img .box .position:before {
    content: "\f508"; /* fa-user-tie */
    color: var(--color-date);
    font-family: "Font Awesome 5 Pro";
    padding-right: 8px;
    font-weight: 500;
    font-size: 16px;
}

.content_detail .staff_detail .box_img .box .academic_title:before {
    content: "\f19d"; /* fa-graduation-cap */
    color: var(--color-date);
    font-family: "Font Awesome 5 Pro";
    padding-right: 8px;
    font-weight: 500;
    font-size: 16px;
}

.content_detail .staff_detail .box_img .box .job_title:before {
    content: "\f0b1"; /* fa-briefcase */
    color: var(--color-date);
    font-family: "Font Awesome 5 Pro";
    padding-right: 8px;
    font-weight: 500;
    font-size: 16px;
}

.partner_item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.partner_logo {
    flex: 0 0 200px; /* Cố định độ rộng logo */
    text-align: center;
}

    .partner_logo img {
        max-width: 180px;
        height: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

        .partner_logo img:hover {
            transform: scale(1.08);
        }

.partner_info {
    flex: 1;
}

.partner_name a {
    font-size: 18px;
    font-weight: 700;
    color: #004b40;
    text-transform: uppercase;
    text-decoration: none;
}

    .partner_name a:hover {
        color: #a9161c;
    }

.partner_desc {
    color: #333;
    margin: 6px 0 14px;
    line-height: 1.5;
}

.partner_btns {
    display: flex;
    gap: 10px;
}

.btn {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.btn-yellow {
    background-color: #ffbf00;
}

.btn-red {
    background-color: #a9161c;
}

.btn-yellow:hover {
    background-color: #e0ac00;
    transform: translateY(-1px);
}

.btn-red:hover {
    background-color: #850000;
    transform: translateY(-1px);
}


.des_staff {
    border-radius: 12px;
    margin-top: 30px;
    
}

    .des_staff section.component {
        margin-bottom: 30px;
    }

    .des_staff .user-markup {
        color: #333;
        line-height: 1.75;

    }

    .des_staff h2.h5.uppercase {
        font-size: 25px;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        font-family: var(--font-family-RobotoMedium);
    }

    .des_staff hr.hr--small {
        width: 50px;
        border: 1px solid;
        border-radius: 5px;
        margin: 0 0 15px 0;
    }

    .des_staff p {
        margin-bottom: 15px;
    }

    .des_staff img {
        max-width: 100%;
        border-radius: 10px;
        margin: 10px 0;
    }

    .des_staff ul {
        list-style: disc inside;
        margin: 10px 0 10px 20px;
    }

    .des_staff strong {
        color: #000;
        font-weight: 600;
    }

#facility-gallery .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

    #facility-gallery .owl-nav .nav-btn {
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,0.4);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        pointer-events: all;
        transition: 0.3s;
    }

        #facility-gallery .owl-nav .nav-btn:hover {
            background: rgba(0,0,0,0.7);
        }

#facility-gallery .owl-prev {
    background:unset;
}

#facility-gallery .owl-next {
    background: unset;
}


.related-articles {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.related-articles__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.related-articles__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-articles__item {
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
}

    .related-articles__item:last-child {
        border-bottom: none;
    }

.related-articles__link {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .related-articles__link:hover {
        color: #f4a228;
    }

.related-articles__date {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

.related-articles__link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .related-articles__link:hover {
        text-decoration: underline;
    }