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

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

    .scrollToTop,
    #messages-facebook,
    .btn-frame,
    .menu,
    .slideshow .info .view,
    .slideshow .info .content,
    .section-3 .center,
    .section-5 .swiper-slide-visible+.swiper-slide-visible .item .numb:after,
    .section-7 {
        display: none !important;
    }

    .menu_mobi_add {
        display: block;
    }

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

    .cart-fixed {
        bottom: 220px;
    }

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

    .header {
        padding: 0px;
        background-color: #fff;
    }

    .header-logo {
        margin-bottom: -24px;
    }

    .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;
    }

    .title-main h2,
    .section-2 .about .title h2 {
        font-size: 24px;
    }

    .slideshow .info .content,
    .slideshow .info .desc {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 20px;
    }

    .slideshow .info .desc {
        margin: 16px 0px;
    }

    .slideshow .info .name {
        font-size: 24px;
    }

    .section-2 .statistics .item .number {
        font-size: 28px;
    }

    .footer-title {
        font-size: 34px;
    }

    .section-3 .left,
    .section-3 .right {
        background: none;
    }

    .section-3 .item,
    .section-3 .right .item {
        padding: 0;
    }

    .section-3 .item .numb {
        font-size: 75px;
        line-height: 85px;
    }

    .product-name a {
        -webkit-line-clamp: 2;
    }
}

@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;
    }
}