.mySwiper{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 80px;
}

.swiper-pagination-bullet-active{
    background-color: #000 !important;

}
.swiper-pagination-bullet{
    background-color: transparent ;
    border: 1px solid #000 !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}
.swiper-pagination{
    padding-bottom: 40px;
}

.swiper-slide{
    padding: 0 40px;
}