.swiper-container {
    width: 100%;
    /*height: 600px;*/
}

.swiper-wrapper {
}

.swiper-slide {
}

.swiper-link.swiper-img-container {
    width: 100%;
    height: 0;
    padding-bottom: 31.25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-img {
    width: 100%;
}

.swiper-pagination {
    height: 30px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #000;
    opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
    background-color: #3562A1;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF !important;
    font-size: 20px !important;
}