/* banner */

.banner {
    width: 100%;
    height: 400px;
}

.bannerSwiper {
    width: 100%;
    height: 400px;
}

.swiper-slide {
    width: 100%;
    height: 400px;
}

.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 25px !important;
    border-radius: 10px !important;
}
/* banner end*/