.swiper{position: relative;width: 100%;}
.swiper-pagination-bullet{
    height: 3px;
    width: 28px;
    background: #A1AEB7;
    border-radius: 18px;
    margin: 0 5px;
    opacity: 1;
}
.swiper-pagination-bullet-active{background: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 75px;}