.pagination {
    z-index: 20;
    bottom: 15px;
    width: 100%;
    text-align: center;
    position: absolute;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    cursor: pointer;
    border-radius:50%;
    border:1px solid #ffffff;
}
.swiper-active-switch {
    background: #0088f1;
    border:1px solid #208be6;
}
.pagination6{
    z-index: 20;
    bottom: 21px;
    width: 100%;
    text-align: center;
    position: absolute;
}
.pagination6 .swiper-pagination-switch{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    cursor: pointer;
    border-radius:50%;
    background:#716b65;
    border:1px solid #716b65;
}
.pagination6 .swiper-active-switch{
    background: #ffffff;
    border:1px solid #b0ada8;
}
