#nav-logo-megamenu-2 .bg-wrap {
    background: #ffffff;
}
@media (min-width: 992px) {
    nav.fixed-top:not(.sticky-top):not(.show-menu) .bg-wrap {
        opacity: 0 !important;
    }
}#product-4col .product-item .product-img{
    height: 270px;
    -o-object-fit: contain;
       object-fit: contain;
}
#product-4col .product-item a:not(.btn), #product-4col .product-item a:not(.btn):hover{
    text-decoration: none;
}
#product-4col .product-item .title-product{
    min-height: 45px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#product-4col .product-item .desc-product{
    min-height: 105px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#footer-text-4 .bg-wrap {
    background: linear-gradient(to right, #021b79, #0575e6);
}
#footer-text-4 .bg {
    background-position: center bottom;
    background-repeat: No-repeat;
    background-size: contain;
    background-image: url(../images/135/home-banner-bg-3.png);
}
