@media (max-width: 1024px) {
    .footer-container-info-tablet {
        display: flex;
        flex-direction: column;
    }
    .footer-container-info{
        display: none;
    }
    .banner-include-header{
        position: sticky;
        top: 0;
    }
    .banner-include-header.logined{
        position: sticky;
        top: 58.27px;
    }
    #menu-mobile {
        width: 400px;
    }

    #menu-mobile .space-side-menu{
        width: 100%;
        aspect-ratio: 400 / 183;
    }
    .mobile-menu-item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .mobile-menu-item.active > .ace-menu-child {
        top: 100%;
        left: 0;
        display: block;
        width: 100%;
        background: var(--color-accent);
        color: white;
        padding: 0;
    }
    .header-container {
        aspect-ratio: 774 / 96;
    }
    .menu-logo-90 {
        align-items: center;
        height: 100%;
    }
    .logo {
        width: 90px;
    }
    .header-title {
        margin-left: 112px;
    }
    .ttdt-header-1 {
        font-size: clamp(14px, 16vw, 18px);
        line-height: 18px;
    }
    .ttdt-header-2 {
        font-size: 48px;
        line-height: 60px;
    }
    .ttdt-header-3 {
        font-size: 18px;
        line-height: 15px;
    }
    .info {
        justify-content: space-between;
    }
    #mobile-menu .space-side-menu{
        width: 100%;
        aspect-ratio: 400 / 184;
    }
    #menu-mobile .menu-sisde-specific {
        padding: 18px;
    }
    .mobile-search-btn{
        padding: 12px 8px;
        border-radius: 6px;
        background: var(--color-accent);
        color: white;
        min-width: fit-content;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }
    .mobile-search-input {
      width: 100%;
      padding: 12px 10px;
      border: 1px solid #EAEAEA;
      border-radius: 6px;
      background: #fff;
      flex-grow: 1;

      font-size: 14px;
      font-weight: 500;
      color: #000;
      outline: none;
      transition: border-color 0.2s ease, outline-color 0.2s ease;
    }
    .mobile-search-input::placeholder {
        color: #ACB0B3;
        opacity: 1;
    }

    .mobile-search-input:focus,
    .mobile-search-input:not(:placeholder-shown) {
        border-color: var(--color-accent);
        outline: 2px solid var(--color-accent);
        outline-offset: 0;
    }
}

@media (max-width: 992px) {
    .footer-info-detail-tablet {
        font-size: 12px;
    }
    .menu-container{
        grid-template-columns: repeat(3, 1fr);
    }
    #menu-mobile .space-side-menu{
        width: 100%;
        aspect-ratio: 400 / 156;
    }
    .menu-logo-90 {
        display: flex;
        position: relative;
        height: fit-content;
    }
    .menu{
        top: -90px;
        height: 100vh;
    }
    .header-title {
        line-height: 38px;
        letter-spacing: 0.25px;
        margin: auto;
        margin-left: 82px;
    }
    .logo{
        position: absolute;
        width: 70px;
        height: 70px;
        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;
        padding: 0px;
    }
    .search-padding-border{
        font-size: 12px;
        padding-right: 10px;
        padding: 2px 2px 0px;
    }
    .weather-header {
        font-size: 14px;
    }
    .search-padding-border.active{
        color: var(--color-accent);
        border: solid 1px var(--color-accent);
        border-radius: 4px;
    }
    .pre-header a {
        font-size: 12px;
    }
    .pre-header>.header-username{
        font-size: 12px;
    }
    .ttdt-header-1 {
        letter-spacing: 1px;
        font-size: 10px;
    }
    .ttdt-header-2 {
        font-size: 22px;
        line-height: 39px;
        letter-spacing: 3px;
    }
    .ttdt-header-3 {
        font-size: 10px;
        line-height: 10px;
    }
    .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;
    }

    .stricky-fixed.slideInDown.animated {
        animation-duration: 0.5s;
    }
    
    @keyframes slideInDown {
        from {
            transform: translateY(-100%);
            visibility: visible;
        }
        to {
            transform: translateY(0);
        }
    }
}

@media (max-width: 768px) {
    .logo {
        position: absolute;
        width: 70px;
        height: 70px;
        top: 0;
        z-index: 13;
    }
    .text-sm-left {
        text-align: right !important;
    }
    .redirect-container{
        margin: 10px 0 0 0;
    }
    .header-title {
        line-height: 38px;
        letter-spacing: 0.25px;
        margin: auto;
        margin-left: 82px;
    }
    .ttdt-header-1 {
        letter-spacing: 2px;
        font-size: 12px;
        line-height: 22px;
    }
    .ttdt-header-2 {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 8px;
    }
    .ttdt-header-3 {
        font-size: 10px;
        line-height: 8px;
    }
    .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;
    }
}