    .slide_2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    margin: 40px;
    overflow: hidden;
}
.text_slide_left {
    bottom: unset;
    top: 20%;
}
.slide-sub-heading-2 {
        color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 17px;
}

.slide_2 .slide-heading{
    font-size: 68px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}
.slide_1 .slide-heading {
    font-size: 80px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}
.swiper-button-prev:after,.swiper-button-next:after {
    color: white;
}
.wrapper__main {
     padding: 120px 20px;
    background-color: #222d35;
}
.wrapper__list {
    display: grid;
    grid-template-columns: repeat(4,auto);
}
.wrapper__list .wrapper__item {
    border-right: 1px solid #39424a;
    transition: all .5s ease;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px;
}
.wrapper__list .wrapper__item h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
        margin-top: 35px;
    margin-bottom: 20px;
    transition: all .5s ease;
}
.wrapper__list .wrapper__item p {
        font-size: 14px;
    max-width: 400px;
    line-height: 1.8;
    color: #ffffff;
}
.wrapper__list .wrapper__item img{
    width: 80px;
    height: 70px;
    transition: all .5s ease;
}
.wrapper__item:hover img {
        transform: rotateY(180deg);
}
.wrapper__item:hover h3 {
    color: #1face1;
}
.shipping-main-heading {
    max-width: 750px;
    margin-bottom: 40px;
}
.theme_main_heading {
    color: #ffffff;
    font-size: 54px;
    line-height: 68px;
    font-weight: 800;
    text-transform: uppercase;
}
.theme_main_description {
        font-size: 16px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.theme_main_subheading {
    color: #1face1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.slide__product-home .theme_main_heading {
    color: #222d35;
    font-weight: 900;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 40px;
}

.featured_title {
    margin-bottom: 40px;
    text-align: center;
}
.slide__product-home {
        padding-top: 65px;
    padding-bottom: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
}
.banner {
        padding-top: 230px;
    padding-bottom: 200px;
    margin-top: 60px;
    margin-bottom: 0px;
    background-image: url('/files_upload/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner__heading {
    margin-top: 40px;
    line-height: 80px;
}
.bp_hot_news_slide_img {
    position: relative;
}
.bp_hot_news_slide_img a {
    width: 100%;
}
.blog-date-comment {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.article-card__info {
        display: flex;
    background: white;
    padding: 10px 20px;
    align-items: center;
    gap: 15px;
    border-radius: 4px ;
}
.circle-divider,.article-card__info i {
    color: #1face1;
    font-size: 14px;
}
.blog__home .card-text > p {
        margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #666666;
    height: 60px;
}
.blog__home .card-title {
    text-align: left !important;
}
.blog__home .card-title h5 a {
    font-size: 24px;
    transition: all .5s ease;
    font-weight: 700;
    text-transform: uppercase;
    color: #222d35;
    letter-spacing: 0;
    margin: 4px 0;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog__home .card-body {
    padding: 16px 0;
}
.blog__home .card {
    box-shadow: none !important;
}
.blog__home .cls-click-xem {
        background: #222d35;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    margin-top: 20px;
}
.owl-nav,.owl-dots {
    display: none;
}
.blog__home .theme_main_heading {
    color: #222d35;
    font-weight: 900;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 40px;
}
.brand {
        padding-top: 60px;
    padding-bottom: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.brand img {
    cursor: pointer;
    opacity: 0.6;
    transition: all .5s ease;
}
.brand img:hover {
    opacity: 1;
}
@media screen and (max-width:992px) {
    .wrapper__list {
    display: grid;
    grid-template-columns: repeat(2,auto);
    }
    .text_slide_left {
        top: 5%;
        left: 5%;
    }
    .blog__home .card-title h5 a {
           width: 100%;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    }
    .slide_2 .slide-heading {
        font-size: 52px;
    }
}
@media screen and (max-width:768px) {
     .text_slide_left {
        left: 0%;
    }
    .header {
        padding: 10px 0;
    }
    .wrapper__list {
    display: grid;
    grid-template-columns: repeat(1,auto);
    }
    .slide_2 .slide-heading {
        font-size: 46px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .slide_1,.slide_2 {
        margin: 20px;
    }
    .slide_1 .slide-heading {
        font-size: 42px;
    }
    #carousel_fav img {
        height: 300px;
    }
    .theme_main_heading {
        font-size: 42px;
    }
      .wrapper__list .wrapper__item p {
        font-size: 12px;
    }
    .theme_main_description {
        font-size: 14px;
    }
    .blog__home .theme_main_heading {
        font-size: 36px;
    }
    
}
@media screen and (max-width:456px) {
    #carousel_fav img {
        height: 300px;
    }
       .theme_main_heading {
        font-size: 36px;
    }
  
}
