
.slideshows-banner {
    padding: 20px 0 0 0;
}
.item-slider-stages {
    border-radius: 5px;
    overflow: hidden;
}
main {
    background: #fff;
    padding-bottom: 40px;
}
.slideshows-banner .ctnr {
    display: flex;
    justify-content: end;
}

.box-slider-loaded-drag {
    border: 2px solid #ff3d3d;
    padding: 0px 0px 0px 20px;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.box-heading.style-1 h2 span {
    color: #FFF;
    font-weight: 600;
    background: #ff3d3d;
    padding: 8px 50px 9px 20px;
    border-radius: 0 100px 0px 0px;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin-bottom: -5px;
}

.box-heading.style-1 {
    position: relative;
    display: block;
}
.name-products a {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
}

.list-masp ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.list-masp ul li {
    text-transform: uppercase;
    font-weight: 500;
    color: #1c1b1b;
}

.price-products span {
    font-weight: 600;
    color: #ff3d3d;
    font-size: 19px;
}

.price-products s {
    font-size: 17px;
    margin-left: 10px;
    color: #444;
}

.price-action-products {
    display: flex;
    justify-content: space-between;
}

.icon-buy-products a {
    display: inline-flex;
    background: #ff312e;
    color: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}

.icon-buy-products a svg {
    width: 20px;
    height: 20px;
}

.icon-buy-products a svg path {
    stroke: #fff;
}


.item-products-hexs {
    width: calc(100% / 3);
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.content-products-all {
    padding: 10px;
}

.list-masp-products-all ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 5px;
}

.list-masp-products-all ul li {
    font-size: 13px;
    font-weight: 500;
}

.price-products-products-all span {
    color: #ff3d3d;
    font-size: 17px;
    font-weight: 600;
}

.icon-buy-products-products-all a {
    display: inline-flex;
    background: #FF312E;
    color: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon-buy-products-products-all a svg path {
    stroke: #fff;
}

.icon-buy-products-products-all a svg {
    width: 20px;
    height: 20px;
}

.price-action-products-products-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-products-hexs {
    display: flex;
    flex-wrap: wrap;
}

.box-products-all {
    position: relative;
}

.box-sale-product span {
    background: #545454;
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.box-sale-product-all span {
    background: #ff3d3d;
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}
.title-partner span {
    font-size: 25px;
    color: #000000;
    display: inline-block;
    padding: 10px 0 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.box-slider-partner {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.item-slider-partner {
    width: calc(96% / 6);
}

.item-slider-partner img {
    padding: 5px;
    border-radius: 3px;
    background: #fff;
}

.title-partner {
    text-align: center;
}

.title-partner span:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #cf3034;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.box-blog-action {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 97%;
}

.images-blog-action img {
    width: 100%;
}

.blog-new {
    padding: 2rem 0px 4rem;
}

.title-blog {
    padding: 10px 0px 5px;
    margin-bottom: 20px;
    position: relative;
}

.title-blog span {
    font-size: 20px;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.title-blog span:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #FF312E;
    bottom: 0;
}
.box-blog-action .content-blog-action {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.box-blog-action img {
    display: block;
    height: 100%;
}

.item-sale-blog span {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background: #FF312E;
    border-radius: 3px;
}

.item-sale-blog {
    margin-bottom: 5px;
}

.item-name-blogs-action span {
    color: #fff;
    font-size: 19px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.3;
    font-weight: 600;
}

.date-blogs-action span {
    color: #fff;
    font-size: 12px;
}


.images-blog-member {
    width: 30%;
}

.item-blog-pages {
    display: flex;
    gap: 0px 10px;
    background: #EEE;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.content-sales-blog-pages {
    width: 70%;
}

.images-blog-member img {
    display: block;
    border-radius: 5px;
}

span.sales-blog-upload {
    font-size: 13px;
}

.name-action-member a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.date-blogs-member span {
    font-size: 13px;
}

.name-action-member {
    min-height: 35px;
}
.cms-banner-img img {
    display: block;
}

.cms-banner-img {
    border-radius: 4px;
    overflow: hidden;
}








.box-products-list-main {
    padding: 2rem 0px 2rem;
}

.home-box {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
}
.home-product-header {
    display: flex;
    width: 100%;
    border-bottom: solid 3px #ff312e;
}
.nemu_produnt_leght {
    display: flex
;
}
.home-box-title {
    margin-bottom: 0;
    padding: 8px 10px 8px 20px;
    background: #ff312e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    margin-right: 55px;
    position: relative;
    border-top-left-radius: 0px;
}
.home-box-title::before {
    content: '';
    background: url(../images/lines1.png) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -57px;
    width: 58px;
}
.home-box-title a {
    white-space: nowrap;
    font-weight: 600;
    color:#fff;
    font-size: 18px;
}
.box-right {
    display: flex;
    justify-content: right;
    width: 100%;
    align-items: center;
}
.box-right a, .header_tin a {
    font-size: 14px;
    transition: all .2s;
    font-weight: 400;
    color: #555;
}

.box-right a {
    white-space: nowrap;
    border-right: 1px solid #EEE;
    height: 20px;
}
.see-more {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.box-form-produstc-slick {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    /* justify-content: space-between; */
    padding: 10px 0px 20px;
}

.box-form-produstc-slick .item-products-hexs {
    width: calc(98% / 5);
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
}
.name-products-all a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    min-height: 40px;
    line-height: 1.3;
}
.price-products-products-all {
    display: flex;
    gap: 0px 10px;
    align-items: end;
    flex-wrap: wrap;
}

.price-products-products-all .old_price {
    color: #444;
    font-size: 15px;
}

.price-products-products-all .old_price span.icon-price {
    color: #444;
}

.images-products-all img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}
.item-slider-partner {
    padding: 5px;
}
.btn-long-arow {
    text-align: center;
}

.btn-long-arow a {
    background: #FFF;
    border: 1px solid #ff312e;
    color: #ff312e;
    text-transform: none;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 22px;
}

.btn-long-arow a svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 1px;
}

.btn-long-arow a svg path {
    fill: #cf3034;
}

.box-products-featured {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.btn-view-all-hedding-featured a {
    color: #ff3d3d;
}

.images-products-action {
    overflow: hidden;
}

.images-products-all {
    overflow: hidden;
}

.images-products-all img {transform: scale(1.0);transition: all 500ms ease;}

.images-products-all:hover img {
    transform: scale(1.1);
    transition: 1.5s ease;
}





















.images-products-action {
    position: relative;
}

.images-products-action:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 2s infinite 2s;
    display: block;

}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.cms-banner-img {
    position: relative;
}

.cms-banner-img:before {
     bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.cms-banner-img:after {
        bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms-banner-img:hover:before {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.cms-banner-img:hover:after {
left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}


.images-blog-member {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.images-blog-member img {
    transform: scale(1);
    transition: 0.5s ease;
    height: 93px;
}

.images-blog-member:hover img {
    transform: scale(1.3);
    transition: 0.5s ease;
}
a.btn.btn-more:hover {
    background: #ff312e;
    color: #fff;
    border: 1px solid #ff312e;
}

a.btn.btn-more:hover svg path {
    fill: #fff;
    stroke: #fff;
}
a.see-more:hover {
    color: #ff312e;
}
.owl-stage-outer-partner .slick-slider {
    margin-bottom: 0px;
}

.slideshows-banner .slick-prev {
    left: 10px;
    opacity: 1;
    width: 30px;
    height: 30px;
    background: #ffffffc9;
    border-radius: 4px;
    z-index: 1;
}

.slideshows-banner .slick-prev svg {
    margin-bottom: -3px;
}

.slideshows-banner .slick-next {
    opacity: 1;
    right: 10px;
    background: #ffffffc9;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.slideshows-banner .slick-next svg {
    margin-bottom: -3px;
}

.box-blog-action a {
    display: block;
    height: 100%;
}

.images-blog-action {
    height: 100%;
}

.sale-products {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.sale-products p {
    background: #ff3d3d;
    padding-bottom: 0px;
    padding: 0px 5px;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

span.icon-price {
    font-size: 11px;
    display: inline-block;
    position: relative;
    top: -7px;
    left: 0px;
}
.price-products s span {
    color: #444;
}

.icon-buy-products {
    cursor: pointer;
}
@media(max-width:990px){

.name-products-all a {
    min-height: 35px;
}

span.icon-price {
    font-size: 12px !important;!i;!;
}
    .blog-new {
        padding: 2rem 0px 2rem;
    }
    
    .btn-view-all-hedding-featured:hover a {
        color: #ff3d3d;
    }
    .list-products-hexs {
        padding-bottom: 10px;
    }
    .slideshows-banner {
        padding: 0px;
    }
    .price-products-products-all span {
        font-size: 15px;
    }
    .list-masp-products-all ul {
        flex-wrap: wrap;
    }
    .box-right {
        display: none;
    }

    .box-member-banners .slick-slider {
        margin-bottom: 0px;
    }
    
    .box-heading.style-1 h2 span {
        font-size: 16px;
    }
    
    .name-products a {
        font-size: 17px;
    }
    
    .box-slider-loaded-drag {
        padding: 0px 8px;
    }
    
    .home-box-title a {
        font-size: 16px;
    }
    
    .title-partner span {
        font-size: 18px;
    }
    
    .title-blog span {
        font-size: 18px;
    }

    .box-member-banners .slick-slider {
        margin-bottom: 0px;
    }
    
   
    

    .cms-banner-inner {
        margin-bottom: 10px;
    }
    .list-news-pages {
        padding-top: 10px;
    }
    
    .images-blog-action img {
        height: 100%;
        object-fit: cover;
    }
    
    .box-blog-action {
        height: 100%;
    }
    
    .images-blog-action {
        height: 100%;
    }

    .images-blog-member img {
        width: 100%;
        height: 100%;
    }
    
    .images-blog-member {
        width: 40%;
    }

    .slideshows-banner .ctnr {
        display: block;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    
    .item-slider-stages {
        border-radius: unset;
    }
    .box-form-produstc-slick .item-products-hexs {
        width: calc(96% / 3);
    }
}
@media (min-width: 980px) {
    .box-member-banners {
          width: calc(100% - 240px);
          float: right;
          padding-left: 20px;
      }
}
@media(max-width:550px){
    .item-products-hexs {
        width: calc(100% / 2);
        border-right: 1px solid #cdcdcd;
    }
    
    .box-form-produstc-slick .item-products-hexs {
        width: calc(96% / 2);
    }
}
  
  @media (min-width: 1200px) {
      .box-member-banners {
          width: calc(100% - 280px);
          float: right;
          padding-left: 20px;
      }
  }
  