@media only screen and (min-width: 993px) {
    .header .menu > .menu-item > a .expand::after,
    .header .menu > .menu-item > a .expand::before {
        content: none;
    }
    .header .menu > .menu-item > a .expand-desktop {
        position: relative;
        display: inline-block;
        height: 0.75rem;
        width: 0.75rem;
        margin-left: 0.35rem;
        border: none;
        outline: none;
        pointer-events: none;
    }
    .header .menu > .menu-item-has-children > a .expand-desktop:before {
        position: unset;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-style: normal;
    }
}

@media only screen and (min-width: 993px) {
    .header .menu > .menu-item-has-children:hover > .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    /*.header .menu > .menu-item-has-children:hover > a .expand::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }*/
    .hide-desktop{
        display:none!important;
    }
}

@media only screen and (max-width: 992px) {
    .owl-banner .owl-theme .owl-dots {
        display: none;
    }
    .contact-page {
        margin-bottom: 20px;
    }
    .content-page {
        margin-bottom: 20px;
    }
    .news-page {
        margin-bottom: 20px;
    }
    .see-more-wp {
        float: none;
        text-align:center;
        width:87px;
    }
}
@media only screen and (max-width: 1024px) {
    .hide-mobile {
        display: none!important;
    }
    .box-gallery-chuongtrinh .card-img-overlay-bottom {
        position: absolute;
        bottom: 58px;
        left: 5px;
        right: 5px;
    }
    .box-gallery-csvc .card-img-overlay-bottom {
        position: absolute;
        bottom: 24px;
        left: 15px;
        right: 15px;
    }
    .header .menu > .menu-item > a .expand {
        position: relative;
        display: inline-block;
        height: 0.75rem;
        width: 0.75rem;
        margin-left: 0.35rem;
        border: none;
        outline: none;
        pointer-events: none;
    }

    .header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
        position: absolute;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        content: '';
        left: 50%;
        top: 50%;
        width: 100%;
        height: 2px;
        background: #121212;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {
        background: #1386bc;
    }

    .header .menu > .menu-item > a .expand::after {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-cus {
        position: fixed;
        top: 0;
        left: -18rem;
        width: 18rem;
        height: 100%;
        padding: 1rem 0;
        z-index: 999;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        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-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .navbar-cus.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-cus::-webkit-scrollbar {
        width: 5px;
    }
    .header .navbar-cus::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background: #e6e6e6;
        -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
    }
    .header .menu {
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }
    .header .menu > .menu-item {
        display: block;
        margin: 0;
    }
    .header .menu > .menu-item-has-children > a {
        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;
    }
    .header .menu > .menu-item > a {
        padding: 0.75rem 1rem;
        color: #121212;
        border-bottom: 1px solid #f2f2f2;
    }
        .header .menu > .menu-item > form {
            padding: 0.75rem 1rem;
        }
    .header .menu > .menu-item:first-child > a {
        border-top: 1px solid #f2f2f2;
    }
    .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
        background: #121212;
    }
    .header .menu > .menu-item-has-children.active > a .expand:after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .header .menu > .menu-item > .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
        .header .menu > .menu-item > .sub-menu > .menu-item > a, .header .menu > .menu-item > .sub-menu > .li_sub > span a {
            padding: 0.75rem 2rem;
            color: #121212;
            border-bottom: 1px solid #f2f2f2;
        }
    .header .opened-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header .closed-menu {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 1rem;
        right: 0.5rem;
    }
    .content-page table td {
        max-width: 200px !important;
    }
    .footer .social li img {
        width: 24px;
    }
    .footer .social li:not(:last-child) {
        margin-right: 2px;
    }
}
@media only screen and (max-width: 768px) {

    .content-about{
        background-position-x:right!important;
    }
   
    .box-news .news-card img {
       
        height: 150px;
        width: 100%;
    }
    .box-news .item-sukien {
        gap: 5px;
    }
    .box-news .item-sukien img.img-sukien {
        width: 80px;
        
    }
        .box-news .item-sukien .text-sukien a {
            font-size: 14px;
            margin-bottom:5px;
        }
    .box-news .thongbao .item-thongbao .text-thongbao a {
        
        font-size: 14px;
       
        margin-bottom: 9px;
    }
}
    @media only screen and (max-width: 431px) {
        .contact-info-warp {
            position: absolute;
            width: 92%;
            background: rgb(199 56 62 / 80%);
            text-align: center;
            z-index: 1;
            padding: 20px 0;
        }

        .brand .logo-dtu {
            height: 30px;
        }

        .content-about .box_about {
            display: block;
        }

        .box-header .language .hd_contact {
            flex-direction: column;
            align-items: flex-start;
        }

        .content-about .box_about {
            display: block;
        }

            .content-about .box_about .img_about {
                width: 100%;
                margin-bottom: 1rem;
            }

            .content-about .box_about .text_about {
                width: 100%;
            }

        .footer .footer_about {
            margin-bottom: 1rem;
            padding-right: 0;
        }

        .footer-logo .logo-img {
            height: 40px;
            width: auto;
        }

        .footer-logo .footer-logo-text {
            font-size: 18px;
        }

        .box-register form .form-group {
            margin-bottom: 0;
        }

            .box-register form .form-group > div {
                margin-bottom: 20px;
            }

        .content-info .adv-container {
            padding: 62px 0;
        }

            .content-info .adv-container .ranking:not(:last-child) {
                margin-bottom: 35px;
            }

            .content-info .adv-container .overlay-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0.25;
                object-fit: cover;
                pointer-events: none;
                mix-blend-mode: lighten;
            }

        .box-gallery-chuongtrinh .card-img-overlay-bottom {
            position: absolute;
            bottom: 58px;
            left: 15px;
            right: 15px;
        }

        .box-gallery-csvc .card-img-overlay-bottom {
            position: absolute;
            bottom: 24px;
            left: 15px;
            right: 15px;
        }

        .box-register {
            background-size: cover;
            background-position-x: right;
        }

        .box-news .title_name {
            margin-top: 0;
        }

        .bottom-footer .footer-end {
            display: block;
        }

            .bottom-footer .footer-end .copyright {
                width: 100%;
                margin-bottom: 1rem;
            }

            .bottom-footer .footer-end .social {
                width: 100%;
                text-align: left;
            }

        .news-page .news-item .img-part {
            width: 40%;
        }

        .news-page .news-item .content-part .desc {
            display: none;
        }

        .box-xuongphim .text-xuongphim {
            margin-top: 20px;
        }

        .box-news .col-sm-4:not(:last-child) {
            margin-bottom: 20px;
        }

        .content-program .title_name, .content-about .box_about .text_about .title_name, .box-partners .partner-text, .box-xuongphim .text-xuongphim h2, .box-doingu .title_name, .box-gallery-csvc .title_name, .breadcrumb-page h5 {
            font-size: 28px;
        }

        .box-xuongphim .text-xuongphim .xuongphim-desc, .read_more, .box-gallery-csvc .card-img-overlay-bottom {
            font-size: 14px;
        }

        .footer .social li img {
            width: 40px;
        }

        .footer .social li:not(:last-child) {
            margin-right: 5px;
        }
    }

    @media only screen and (max-width: 320px) {
        .content-page table td {
            max-width: 80px !important;
            font-size: 10px !important;
        }
    }