.slider-featured-product {
    position: relative;
}

.slider-featured-product .page-width {
    width: 94%;
    position: relative;
}

.slider-featured-product .text_position {
    position: absolute;
    left: 0;
    top: 80px;
    /* font-family: 'Poppin SemiBold'; */
    text-transform: uppercase;
    line-height: 26px;
}

.slider-featured-product .bgs {
    position: absolute;
    left: 30px;
    bottom: 35px;
}

.slider-featured-product .maintitle {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    color: #333;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    /* font-family: 'Poppin SemiBold'; */
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.slider-featured-product .index-text {
    max-width: 1000px;
    max-height: 44px;
    color: #666666;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    width: 45%;
    text-align: left;
    margin: 10px 0 20px;
}

.slider-featured-product .tabs {
    position: absolute;
    right: 0;
    top: 30px;
}

.slider-featured-product .tabs a {
    display: inline-block;
    width: auto;
    padding: 0 30px;
    line-height: 47px;
    border-radius: 25px;
    /* background: #fff; */
    margin-right: 5px;
    /* color: #333; */
    font-size: 16px;
    /* font-family: 'Poppin SemiBold'; */
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
}


.hot_content .hot_pro .swiper-slide {
    width: 25%;
    padding: 0 13px;
    overflow: inherit;
}

.hot_content .swiper-slide {
    list-style: none;
}

.hot_content .hot_pro .swiper-slide .module a.images img {
    display: block;
    width: 100%;
    transition: all .5s;
    min-height: 238px;
    max-height: 238px;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.hot_content .hot_pro .swiper-slide .module {
    width: 100%;
    margin: 0 auto;
    border: 2px #f0f0f0 solid;
    position: relative;
    padding-bottom: 95px;
    background: #f2f2f2;
}

.hot_content .hot_pro .swiper-slide .module a.images {
    display: block;
    width: 100%;
    overflow: hidden;
}

.hot_content .hot_pro .swiper-slide .module .overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 160px;
    background: -webkit-linear-gradient(left, #3d6be4, #b67eff);
    background: linear-gradient(left, #3d6be4, #b67eff);
    left: 0;
    bottom: -100%;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

.hot_content .hot_pro .swiper-slide .module .wrap {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 10px 15px 15px;
    z-index: 2;
    transition: all .5s;
}

.hot_content .hot_pro .swiper-slide .module .wrap a.title {
    display: block;
    color: #333333;
    font-size: 15px;
    /* font-family: 'Poppin SemiBold'; */
    line-height: 22px;
    max-height: 22px;
    overflow: hidden;
    transition: all .5s;
    margin-top: 10px;
}

.hot_content .hot_pro .swiper-slide .module .wrap .text {
    display: block;
    width: 100%;
    color: #888888;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    transition: all .5s;
    max-height: 22px;
    overflow: hidden;
}

.hot_content .hot_pro .swiper-slide .module .wrap .more_btn {
    margin-top: 0;
    justify-content: center;
    opacity: 0;
    transition: all .5s;
    display: flex;
    position: relative;
    align-items: center;
}

.hot_content .hot_pro .swiper-slide .module:hover a.images img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
}

.hot_content .hot_pro .swiper-slide .module:hover .overlay {
    opacity: 1;
    bottom: -36px;
}

.hot_content .hot_pro .swiper-slide .module:hover .wrap {
    bottom: -30px;
}

.hot_content .hot_pro .swiper-slide .module:hover .wrap a.title,
.hot_content .hot_pro .swiper-slide .module:hover .wrap .text,
.hot_content .hot_pro .swiper-slide .module:hover .wrap .text span {
    color: #fff !important;
}

.hot_content .hot_pro .swiper-slide .module:hover .wrap .more_btn {
    margin-top: 20px;
    opacity: 1;
}

.hot_content .hot_pro .swiper-slide .module:hover .wrap .more_btn a {
    line-height: 36px;
}

.hot_content .hot_pro .swiper-slide .module .wrap .text p {
    margin: 0;
}

.hot_content .hot_pro .swiper-slide .module:hover .wrap .more_btn a.button {
    background: #fff;
    color: #3d6be4;
    min-height: 36px;
}
.hot_content .hot_pro .swiper-slide .module .wrap .more_btn a.button{
    line-height: 0;
    min-height: 0;
}
.hot_content .hot_pro .swiper-slide .module .wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 100% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 99%, 100% 100%, 0 0);
    left: 0;
    top: -7px;
}
.hot_content ul.swiper-wrapper {
    padding-bottom: 50px;
    padding-left: 0;
}

.hot_content .hot_pro .swiper-slide .module:hover .wrap:before{
    content: unset;
}
.hot_content .swiper-button-next:after,
.hot_content .swiper-button-prev:after {
    font-size: 24px;
}
.hot_content .swiper-button-prev,
.hot_content .swiper-button-next {
    left: 15px;
    top: 46%;
    color: #333;
}
.hot_content .swiper-button-next {
    left: auto;
    right: 15px;
}
.hot_pro_mob{
    display: none;
}
li.tabs-items-inner-slide img,
.content-slides-items img{
    display: block;
    width: 100%;
    max-width: 100%;
}
ul.tabs-items-inner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 0;
}
li.tabs-items-inner-slide {
    border: 1px #f0f0f0 solid;
    list-style: none;
}
li.tabs-items-inner-slide .wrap {
    width: 100%;
    display: block;
    padding: 10px;
}
li.tabs-items-inner-slide a {
    display: block;
    color: #333;
    font-size: 13px;
    /* font-family: 'Poppin SemiBold'; */
    line-height: 22px;
    text-align: center;
}
@media(max-width: 1024px){
    .slider-featured-product .tabs a{
        padding: 0 19px;
    }
}

@media only screen and (max-width: 992px) {
    .hidden_mob {
        display: none;
    }
    .hot_pro_mob {
        display: block;
    }
    .text_position{
        display: none;
    }
    .slider-featured-product .maintitle{
        font-size: 26px;
        margin: 0 0 15px 0;
        text-transform: capitalize;
    }
    .slider-featured-product .index-text{
        font-size: 14px;
        text-align: center;
        margin: 0px 0 20px;
    }
    .slider-featured-product .index-text,
    .slider-featured-product .maintitle{
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 768px){
    ul.tabs-items-inner-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}