/* swiper  */
.swiper-container {
    width: 615px;
    border-radius: 12px;
    /* border-radius: 6px; */
    /* margin-bottom: 13px; */
}

.swiper-slide {
    height: 216px;
    width: 615px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    /* opacity: 0.2 !important; */
    border-radius: 50% !important;
}

.swiper-pagination-bullet-active {
    width: 24px !important;
    height: 6px !important;
    background: #FC7603 !important;
    border-radius: 5px !important;
}
.swiper-button-next{
   color: #fff !important;
   width: 34px;
   height: 51px;
   background: rgba(19, 19, 19, 0.3);
   border-radius: 6px 0px 0px 6px;
   right: 0;
}
.swiper-button-prev{
    color: #fff !important;
    width: 34px;
    height: 51px;
    background: rgba(19, 19, 19, 0.3);
    border-radius: 0 6px 6px 0;
    left: 0;
 }
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 11px;
}
