.section-shopby-banner .swiper-container {
    /* height: 100vh; */
    width: 100vw;
    overflow: hidden;
}

.section-shopby-banner .content {
    width: 100%;
    height: 100%;
    color: #fff;
}

.section-shopby-banner .content .text-info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.section-shopby-banner .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: absolute;
    left: 0;
    top: 0;
    z-index: -1; */
}

.section-shopby-banner .swiper-slide-active .content .text-info {
    bottom: 50%;
    transform: translateY(50%);
    padding: 0 13%;
    background: none;
}

.section-shopby-banner .swiper-slide-active .content .text-info p {
    font-size: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.54);
    margin-bottom: 22px;
    animation: fadeInUp 0.8s linear;
}

.section-shopby-banner .swiper-slide-active .content .text-info .title-h4 {
    width: 100%;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 59px;
    text-align: left;
    text-transform: uppercase;
    animation: fadeInUp 0.8s linear;
}

.section-shopby-banner .swiper-slide-active .content .text-info .btn-learn-more {
    display: block;
    width: 180px;
    height: 52px;
    border: 1px solid #FFFFFF;
    font-family: AlibabaPuHuiTi;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.86);
    text-align: center;
    margin-top: 9vw;
    animation: fadeInUp 0.8s linear;
}
.animation-fadeInUp-fa {
    overflow: hidden;
}

.section-shopby-banner .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    height: 4px;
}

.section-shopby-banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 15px !important;
    border-radius: 4px;
    position: relative;
}
.section-shopby-banner .swiper-pagination-bullet::after {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.section-shopby-banner .swiper-pagination-bullet-active::after {
    width: 100%;
    background: #ff8b00;
    /* transition: width 5s linear; */
    animation: widthGrowth 3.5s linear;
}

@keyframes fadeInUp {
    0% {
        /* opacity: 0; */
        transform: translate3d(0, 100%, 0);
    }

    30% {
        /* opacity: 0; */
        transform: translate3d(0, 100%, 0);
    }

    100% {
        /* opacity: 1; */
        transform: none;
    }
}

@keyframes widthGrowth {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.section-shopby-banner .fadeInUp {
    animation: fadeInUp 1s;
}



.shopby-catagory-div {
    width: 100vw;
    /* min-height: 100vh; */
    padding: 200px 16.66% 50px;
    position: relative;
}
.shopby-catagory-div:first-of-type {
    margin-top: -40px;
}
.shopby-catagory-div .title-h4 {
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    line-height: 51px;
    text-transform: uppercase;
}
.shopby-catagory-div .title-h4+p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #000000;
    margin: 20px 0 80px;
}
.shopby-catagory-div .swiper-container {
    padding: 10px 0;
}
.shopby-catagory-div .swiper-slide {
    margin-right: 3.125vw !important;
    /* width: calc((66.68vw - 6.25vw)/3) !important; */
    width: calc((66.9vw - 6.25vw)/3) !important;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.05);
}
.shopby-catagory-div .swiper-slide .grey-transparent-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.shopby-catagory-div .swiper-slide .grey-transparent-bg img {
    width: 100%;
    transition: all 0.6s;
}

.shopby-catagory-div .swiper-slide .grey-transparent-bg:hover img {
    transform: scale(1.05);
}
.shopby-catagory-div .swiper-slide .text-info {
    height: 75px;
    padding: 16px 32px;
}
.shopby-catagory-div .swiper-slide .text-info .title-h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 8px;
    position: absolute;
    top: 24px;
    left: 32px;
}
.shopby-catagory-div .swiper-slide .text-info .text-clamp {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    letter-spacing: normal;
}
.shopby-catagory-div .swiper-button-next,.shopby-catagory-div .swiper-button-prev{
    /* top: calc(50% - 90px); */
    top: 50%;
}

.shopby-catagory-div .swiper-scrollbar {
    height: 3px;
    /* width: 386px; */
    width: calc((66.67vw - 6.25vw)/3);
    background-color: #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.shopby-catagory-div .swiper-scrollbar-drag {
    /* width: 25%; */
    background-color: #FF8B00;
    transform: translateX(0px);
    transition: all 0.6s;
}
.shopby-catagory-div .swiper-button-next{
    right: -90px !important;
    border-radius: 50%;
    width: 180px !important;
    height: 180px !important;
    border: 1px solid #E6E6E6 !important;
    color: #000 !important;
    padding-right: 60px;
    clip: rect(0px 90px 180px 0px);
}
.shopby-catagory-div .swiper-button-prev{
    left: -90px !important;
    border-radius: 50%;
    width: 180px !important;
    height: 180px !important;
    border: 1px solid #E6E6E6 !important;
    color: #000 !important;
    padding-left: 60px;
    clip: rect( 0px 180px 180px 90px);
}
.shopby-catagory-div .swiper-button-next::after,.shopby-catagory-div .swiper-button-prev::after{
    font-size: 20px !important;
}
.shopby-catagory-div .swiper-button-next.swiper-button-disabled, .shopby-catagory-div .swiper-button-prev.swiper-button-disabled{
    opacity:0 !important;
}
.shopby-catagory-div .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    height: 12px;
}
.shopby-catagory-div .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #949494;
    margin: 0 11px !important;
}
.shopby-catagory-div .swiper-pagination-bullet-active {
    background: #333333;
}

@media screen and (max-width: 1440px) {
    .section-shopby-banner .swiper-slide-active .content .text-info .btn-learn-more {
        margin-top: 5vw;
    }
}
#footer_first {
    margin-top: 140px;
}
