/* Responsive */
@media (max-width: 992px) {
    .tt-nav-menu {
        position: fixed;
        left: -100%;
        top: 21%;
        flex-direction: column;
        background: white;
        width: 100%;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        transition: left 0.3s;
        gap: 20px;
        align-items: flex-start;
    }

    .tt-nav-menu.tt-menu-active {
        left: 0;
    }

    .tt-dropdown-list {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 20px;
        display: none;
    }

    .tt-dropdown.tt-dropdown-active .tt-dropdown-list {
        display: block;
    }

    .tt-menu-toggle {
        display: block;
    }

    .tt-slide-content {
        left: 5%;
        max-width: 90%;
    }

    .tt-slide-content h2 {
        font-size: 32px;
    }

    .tt-topbar-wrapper {
        font-size: 12px;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .tt-topbar-info span {
        display: none;
    }

    .tt-topbar-info i {
        font-size: 16px;
    }

    .tt-slider {
        height: 400px;
    }

    .tt-slide-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tt-slide-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media(max-width:1001px) {
    .mota_dknt-item{
        padding: 0;
    }
    .bg-newsletter {
        background-size: cover;
    }

    .fix_head .tt-nav-menu {
        top: 9%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .search-res .icon-search {
        color: #000;
    }

    .content-text img {
        max-width: 100% !important;
        height: auto !important;
    }

    .edit-newsletter>div:nth-child(1),
    .edit-newsletter>div:nth-child(2) {
        width: 100%;
    }

    .edit-newsletter>div:nth-child(2) {
        margin-bottom: 15px;
    }

    .edit-newsletter {
        flex-wrap: wrap;
    }

    .bg-newsletter .wrap-content>div:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
    }

    .bg-newsletter .wrap-content>div:nth-child(2) {
        width: 100%;
    }

    .bg-newsletter .wrap-content {
        flex-wrap: wrap;
    }

    .max-box_banggia {
        background: url(../images/max-box-banggia.png)no-repeat center #fff;
        background-size: contain;
        padding: 20px 0px;
        margin: auto;
        width: 95%;
        position: relative;
    }

    .wrap-product-fix {
        flex-wrap: wrap;
    }

    .menu {
        display: none;
    }

    .menu-res {
        display: block;
    }

    .bg-introduce .wrap-content {
        flex-wrap: wrap;
    }

    .bg-introduce .wrap-content>div:nth-child(1),
    .bg-introduce .wrap-content>div:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }

    .img-intro-two {
        width: 100%;
    }

    .wrap-product.wrap-content>div:nth-child(1),
    .wrap-product.wrap-content>div:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }

    .control-stylist {
        display: none;
    }

    .newsletter-button {
        margin-top: 15px;
    }

    .desc-feedback img.z-feedback {
        display: none;
    }

    .box-feedback>div:nth-child(1) {
        width: 100%;
    }

    .box-feedback.slick-slide {
        flex-wrap: wrap;
    }

    .box-feedback2 {
        padding-left: 0%;
    }

    .row-detail>div:nth-child(1),
    .row-detail>div:nth-child(2) {
        width: 100%;
    }

    .wrap-newsnb .row-detail {
        flex-wrap: wrap;
        gap: 25px;
    }

    .slider-downer {
        position: relative;
        left: 0;
        z-index: 1;
    }

    .footer-article .wrap-content {
        flex-wrap: wrap;
    }

    .footer-news:nth-child(1),
    .footer-news:nth-child(2),
    .footer-news:nth-child(3) {
        width: 100%;
        margin-bottom: 20px;
    }

    .left-pro-detail,
    .right-pro-detail {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(max-width:600px) {
    .title_dknt-item {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .name_vonghoa a,
    .name_tintuc a {
        font-size: 18px;
    }

    .in4_vonghoa,
    .in4_tintuc {
        background: #fff;
        padding: 10px;
    }

    .name_dichvu a {
        font-size: 18px;
    }

    .in4_dichvu {
        background: #fff;
        padding: 10px;
        text-align: center;
    }

    body {
        font-size: 14px;
    }

    .text-intro {
        font-family: 'Inter';
        font-size: 20px;
    }

    .tt-btn {
        display: inline-block;
        padding: 8px 15px;
        border: 2px solid var(--color-main);
        color: white;
        text-decoration: none;
        border-radius: 30px;
        transition: all 0.3s ease;
        font-size: 14px;
    }

    .fix_head .tt-logo img {
        width: auto;
        height: 50px;
        margin-top: 0;
    }

    .title-main span {
        font-size: 25px;
    }

    .name-company {
        font-size: 25px;
    }

    p.title-newsletter {
        font-size: 25px;
    }

    .name-product {
        font-size: 16px;
    }

    .price-new {
        font-size: 16px;
    }
}

@media(max-width:500px) {
    .tt-call-button {
        display: none;
    }
}