@media (min-width: 992px) {
    header .menuwrap .menu .menulink > li .sub {
        position: absolute;
        top: calc(100% + 5px);
        z-index: 3;
        -webkit-transition: all, .3s;
        transition: all, .3s;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        background: #fff;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    header .main-header {
        padding: 0;
    }
    .main-header .menu-inner .logo{
        max-width: 300px;
    }
}

@media (max-width: 1440px) {
    .main-header .menu-inner {
        margin: 25px 0 10px;
    }

    .main-header .menu-inner .search-wrap {
        width: 450px;
    }

    .block .title-block {
        font-size: 1.75rem;
        margin: 35px 0;

    }
    .product-item .product-title {
        line-height: 25px;
        height: 50px;
    }
    .product-item .product-tem .percent-discount {
        height: 21px;
        font-size: 0.75rem;
    }
    .block .view-all {
        font-size: 1rem;
    }
    .product-item .price-home{
    margin: 15px 0 10px;
    }
    .product-item .product-title {
        line-height: 25px;
        height: 50px;
    }
    .product-item .product-image a .label-sold {
        max-width: 60%;
    }
    .block .product-slide .owl-nav .owl-next {
        right: -35px;
    }
    .block .product-slide .owl-nav .owl-prev {
        left: -35px;
    }
    .footer .footer-bottom {
        font-size: 0.875rem;
        padding: 15px 10px;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
    .list-product {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .product-item .product-title{
    line-height: 20px;
    }
}
@media (max-width: 543px) {
    .product-item .product-tem .percent-discount{
        height: 18px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .block .product-slide .owl-nav .owl-next {
        right: 10px;
    }
    .block .product-slide .owl-nav .owl-prev {
        left: 10px;
    }
    .product-item .price-home{
        font-size: 0.75rem;
    }
    .product-item .product-title{
        font-size: 0.75rem;
        height: 46px;
    }
    .product-item .product-tem .percent-discount{
    font-size: 0.5625rem;
    margin-right: 10px;
    line-height: 1;
    padding: 0 10px;
    height: 21px;
    }
    .product-item .price-home span{
        margin-right: 10px;
    }
}