.swiper-pagination {
    position: absolute;
    text-align: center;
    right: 45px;
    bottom: 173px;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 15px;
    overflow: hidden;
    height: auto;
    color: #fff;
    font-size: 14px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: url(../images/bg2.png) no-repeat center center;
    border: none;
    position: relative;
    border-radius: 100px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: url(../images/bg1.png) no-repeat center center;
}

.swiper-pagination-current {
    color: #fff;
    font-size: 14px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1s ease;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/bg7.jpg) no-repeat center center;
    left: 0;
    bottom: 0;
    border: 1px solid #999999;
    /* border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/bg8.jpg) no-repeat center center;
    left: 60px;
    bottom: 0;
    border: 1px solid #999999;
    /* border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
}

.fwo_b .swiper-container {
    overflow: inherit;
}

@media(max-width:1024px) {
    .fwo_b .swiper-container {
        overflow: hidden;
    }
    .fwo_b .swiper-slide {
        padding: 10px
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        width: 35px;
        height: 35px;
        margin-top: 0px;
        z-index: 10;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 1s ease;
    }
}

@media(max-width:540px) {
    .swiper5 {
        width: auto;
        height: auto;
    }
    .fwo_b .swiper-slide {
        background-position: center;
        background-size: cover;
    }
}

@media(max-width:450px) {
    .swiper5 {
        width: auto;
        height: auto;
    }
    .fwo_b .swiper-slide {
        background-position: center;
        background-size: cover;
    }
}

@media(max-width:414px) {
    .swiper5 {
        width: auto;
        height: auto;
    }
    .fwo_b .swiper-slide {
        background-position: center;
        background-size: cover;
    }
}

@media(max-width:360px) {
    .swiper5 {
        width: 320px;
        height: auto;
    }
    .fwo_b .swiper-slide {
        background-position: center;
        background-size: cover;
    }
}


/* .swiper7 .swiper-slide {
    height: auto;
    border-left: 1px solid #626262;
} */

.swiper-button-next1,
.swiper-button-prev1 {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-size: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.swiper-button-next1.swiper-button-disabled,
.swiper-button-prev1.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
    background: url(../images/bg5.png) no-repeat center center;
    left: .23rem;
    bottom: 1.8rem;
}

.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
    background: url(../images/bg6.png) no-repeat center center;
    left: 1.43rem;
    bottom: 1.8rem;
}

@media(max-width:1024px) {
    .swiper-button-prev1 {
        left: 0;
    }
    .swiper-button-next1 {
        left: 1rem;
    }
}

@media(max-width:540px) {
    .swiper-button-prev1 {
        left: 0;
        bottom: 0rem
    }
    .swiper-button-next1 {
        left: 1rem;
        bottom: 0rem
    }
}

.swiper6 {
    padding: 20px 30px 20px 0;
}