.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-prev {
    right: 55px !important;
    left: unset !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    background-color: #000 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem !important;
    font-weight: bold !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 40% !important;
    left: 50px !important;
    width: unset !important;
    display: flex;
    flex-direction: column;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px auto !important;
    border-radius: unset !important;
    height: 20px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
    width: 45px;
    background-color: #c30000;
    height: 5px !important;
}

.swiper-pagination-bullet {
    background-color: #c30000;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}