@media only screen and (max-width: 1199px) {
    .container {
        max-width: 720px;
    }

    #footer .footer-col-title {
        margin: 1rem 0;
    }

    #footer .footer-contact-social,
    #footer .copyright {
        text-align: center;
    }

    #mega-menu .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .product-list .product-list-item .product-variants .variant-thumb {
        width: 20px;
        height: 20px;
        margin: 0 .25rem .25rem 0;
    }

    .hashtag {
        padding-top: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        padding-bottom: 0;
        margin-bottom: 2rem;
    }

    .hashtag a {
        white-space: nowrap;
    }

    .cta-button {
        bottom: 4rem;
    }

    .cta-button .cta-support-dropdown {
        margin-top: 1.5rem;
    }

    #product~#footer {
        padding-bottom: 5rem;
    }

    .toc .toc-body ul {
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 767px) {
    .row {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .container-fuild,
    .container,
    [class*="col-"] {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    #footer .footer-col-title .footer-col-collapsed {
        display: block;
    }

    #footer .footer-link {
        height: 0;
        overflow: hidden;
        transition: all .25s ease-in-out;
    }

    #footer .footer-link.show {
        height: 100%;
    }

    .cta-button {
        right: 1rem;
    }

    .section-title {
        font-size: 1.35rem;
        font-weight: bold;
    }
}

@media only screen and (max-width: 572px) {
    .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .container-fuild,
    .container,
    [class*="col-"] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .review .thong-ke .thong-ke-detail .timneline {
        --tk-timneline-width: calc(60% - 1px);
    }

    .form-search-mobile {
        max-width: 65%;
    }

    .topbar {
        padding: .5rem 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1200px) {
    a.apect-ratio:hover::before {
        -webkit-animation: circle 1.25s;
        animation: circle 1.25s;
    }

    a.apect-ratio:hover img {
        transform: scale(1.1);
    }
}