@media (max-width: 992px) {
    .menu-container{
        grid-template-columns: repeat(3, 1fr);
    }
    .menu{
        top: -90px;
        height: 100vh;
    }
    .logo{
        position: absolute;
        width: 80px;
        height: 80px;
        top: 0;
        z-index: 13;
    }
    .sp-logo-icon{
           top: 0;
           left: 7px;
           width: 96px;
    }
    .languages a {
        padding: 2px 2px 0px;
    }
    .date {
        font-weight: bold;
        font-size: 14px;
        color: var(--color-accent);
        padding: 0px;
    }
    .search-padding-border{
        font-size: clamp(10px, 12px, 14px);
        padding-right: 10px;
        padding: 2px 2px 0px;
    }
    .search-padding-border.active{
        color: var(--color-accent);
        border: solid 1px var(--color-accent);
        border-radius: 4px;
    }
    .ttdt-header-1 {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .ttdt-header-2 {
        font-size: 24px;
        line-height: 20px;
        letter-spacing: 2px;
    }
    .info {
        height: 80px;
    }
 
    .wrapper .header-main{
        background-size: unset;
        height: 90px;
        border-bottom: 1px solid #cccc;
    }
    .ttdt-header {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 16px;
    }
    .ttdt-header-phuong{
        font-size: 20px;
    }
    .ncsc-img{
        justify-content: center;
    }
    .img-logo-hcm{
        width: 110px;
        height: 110px;
    }
    #headerMainContainer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    #headerMainContainer.logged-in {
        top: 50px;
    }
    .custom-by-portal-basic{
        margin-top: 90px;
    }
    .stricky-fixed.slideInDown.animated {
        animation-duration: 0.5s;
    }
    
    @keyframes slideInDown {
        from {
            transform: translateY(-100%);
            visibility: visible;
        }
        to {
            transform: translateY(0);
        }
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .text-sm-left {
        text-align: right !important;
    }
    .redirect-container{
        margin: 10px 0 0 0;
    }
    .footer-container-info-tablet {
        display: flex;
        flex-direction: column;
    }
    .footer-container-info {
        display: none;
    }
    .footer-navigation {
        color: white;
        padding: 10px;
        gap: 4px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
    }
    .footer-navigation-detail {
        padding: 5px;
        font-size: 15px;
    }
}