@media only screen and (max-width: 1199px) {
    .wrap-content {
        padding: 0px 10px;
    }

    .section-1 .pic:before {
        display: none;
    }
}

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

    .scrollToTop,
    #messages-facebook,
    .btn-frame,
    .menu,
    .section-7 {
        display: none !important;
    }

    .menu-res {
        display: block;
    }

    .contact-input {
        margin-bottom: 15px;
    }

    .cart-fixed {
        bottom: 220px;
    }

    .cart-pro-detail {
        width: 100%;
        margin-top: 10px;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
        z-index: 999;
        padding: 6px 0px;
        background-color: #fff;
    }

    .header-fixed {
        padding: 0;
    }

    .header-logo {
        zoom: 0.5;
    }

    .🐷 {
        margin-top: 32px;
    }

    .othernews {
        position: initial;
    }

    .left-account {
        display: none;
    }

    .right-account {
        width: 100%;
    }

    .grid-pro-detail .left-pro-detail {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .grid-pro-detail .right-pro-detail {
        width: 100%;
    }

    .contact-detail {
        flex-direction: column-reverse;
    }

    .left-contact-detail {
        width: unset;
    }

    .right-contact-detail {
        width: unset;
        margin-bottom: 30px;
    }

    .left-content-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-content-detail {
        width: 100%;
    }

    .row-contact {
        justify-content: center;
    }

    .contact-item {
        width: 100%;
        margin: 5px;
    }

    .contact-item span {
        word-break: break-all;
    }

    .news-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .news-right {
        width: 100%;
    }
}

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

    .left-pro-detail,
    .top-contact .article-contact {
        margin-bottom: 30px;
    }

    .section-1 .about .title p,
    .section-2 .title h2,
    .section-3 .title,
    .section-4 .title h2,
    .section-5 .info .title,
    .section-6 .title h2,
    .section-7 .title h2,
    .section-9 .title {
        font-size: 28px;
    }

    .section-2 .item .name {
        -webkit-line-clamp: 2;
    }

    .section-9 .swiper-khachhang .item {
        border-radius: 10px;
        text-align: center;
    }

    .section-9 .swiper-khachhang .item .info svg {
        display: none;
    }

    .item-construction .info {
        opacity: 1;
        padding: 10px;
        justify-content: center;
        text-align: center;
    }

    .item-construction .info:before,
    .item-construction .info:after {
        display: none;
    }

    .item-construction .info .name,
    .section-3 .item .info .name,
    .section-5 .cat .item .info .name {
        -webkit-line-clamp: 2
    }

    .section-7 .nav-tabs .nav-item {
        flex: auto;
    }

    .section-7 .nav-tabs .nav-link {
        min-width: auto;
        width: 100%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .box-readmore {
        width: calc(100% - 5px);
    }

    .cart-pro-detail {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cart-pro-detail a {
        width: 100%;
        text-align: center;
        margin: 0px !important;
    }

    .cart-pro-detail a:first-child {
        margin-bottom: 5px !important;
    }
}