@media (max-width: 576px) {
    .menu-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .sp-logo-icon{
       top: 0;
       left: 10px;
       width: 89px;
    }
    .ttdt-header-1 {
        letter-spacing: 0;
        font-size: 12px;
    }
    .ttdt-header-2 {
        font-size: 18px;
        line-height: 20px;
    }
    .ttdt-header-3 {
        font-size: 12px;
    }
    .img-logo-hcm {
        width: fit-content;
        height: auto;
    }
    
    .wrapper .header-main{
        background-position: unset;
        background-size: unset;
    }
    .footer-img .ncsc-img{
        padding-top: 0;

    }
    .footer-img .ncsc-img .img-fluid{
        width: 120px;
    }
    .ttdt-header {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 16px;
    }
    .ttdt-header-phuong{
        font-size: 20px;
    }
    .ncsc-img{
        justify-content: center;
    }
    .redirect-container{
        margin: 10px 0 0 0;
    }
    .logo-footer{
        display: none;
    }
    .redirect-container .redirect-item:first-child {
        display: none;
      }
    #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);
    }
    .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);
        }
    }
    .footer-navigation {
        display: none !important;
    }
    .footer-container-info {
        display: none;
    }
    .menu-logo__image-90 {
        width: 60px;
        object-fit: contain;
        top: 0;
    }
    .footer-info-detail-1 span {
        font-size: 14px !important;
    }
    .header-title {
        margin-left: calc(60px + 12px);
    }
    .footer-info-detail-container {
        flex-direction: column;
    }
    .footer-info-detail-1 {
        padding-right: 0;
        align-items: center;
        border: none;
    }
    .footer-info-detail-2 {
        align-items: center;
        padding-left: 0;
    }
    .footer-container-info-mobile {
        display: block;
    }
    .footer-info-detail-container {
        flex-direction: column;
    }
}