.pagination {
    position: absolute;
    z-index: 20;
    bottom: 45px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.swiper-active-switch {
    background: #00d420;
    border: 1px solid #00d420;
}

.swiper-scrollbar {
    background:none;
    position:absolute;
    right:0px;
    top:0;
    height:100%;
    width:5px;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background:#888888;
}