.section-slide {
    width: 100%;
    height: calc(100vh - 10rem);
    /* min-height: 600px; */
    border-radius: 0 0 0 18rem;
    overflow: hidden;
    cursor: grab;
}

@media screen and (max-width: 576px) {
    .section-slide {
        height: calc(100vh - 5rem);
    }
}

@media screen and (max-height: 932px) {
    .section-slide {
      
        min-height: 600px;
       
    }
}

.section-slide:active {
    cursor: grabbing;
}

@media (max-width: 768px) {
    .section-slide {
        border-radius: 0 0 0 10rem;
    }
}

@media (max-width: 576px) {
    .section-slide {
        border-radius: 0 0 0 0;
    }
}

.swiper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-banner-prev,
.btn-banner-next {
    color: #ffffff !important;
    display: none !important;
    visibility: hidden;
}

.dot-banner-pagination {
    transform: translateY(-15px) !important;
}

.dot-banner-pagination .swiper-pagination-bullet {
    background: #ffffff;
    height: 10px;
    width: 10px;
    opacity: .4;
    transition: all .3s ease-in;
}

.dot-banner-pagination .swiper-pagination-bullet-active {
    background: #ffffffd4 !important;
    border-radius: 6px !important;
    width: 20px;
    opacity: 1;
}