.swiper-box {
    width: 100%;
    height: 56.875rem;
    overflow: hidden;
}

.bannerSwiper {
    width: 100%;
    height: 56.875rem !important;
}

.swiper-item {
    width: 100%;
    position: relative;
}

.swiper-img {
    width: 100%;
    height: 56.875rem !important;
}
.arrow-down {
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 300ms;
    z-index: 999;
}
.arrow-down:hover {
    transform: translateX(-50%) scale(1.2);
    transition-duration: 300ms;
}
.swiper-pagination-about {
    margin-bottom: 6.25rem;

}
/*.bannerSwiper .swiper-pagination-bullet{*/
/*    transition: all ease 0.3s;*/
/*    transform-origin: left;*/
/*}*/
/*.bannerSwiper .swiper-pagination-bullet-active{*/
/*    width: 40px;*/
/*    height: 9px;*/
/*    border-radius: 5px;*/
/*}*/
.soole-video-introduces {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 18.75rem;
}

