  .slider-banner-home .carousel {
    background-color: #f9f9f9;
  }
  
  .slider-banner-home .carousel,
  .slider-banner-home .carousel-inner,
  .slider-banner-home .carousel-item,
  .slider-banner-home .carousel-item img {
    height: 100%;
  }
  
  .slider-banner-home .carousel-indicators {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 28px;
    margin: 0 auto 30px;
  }
  
  .slider-banner-home .carousel-indicators button {
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1;
    border: none;
  }
  
  .slider-banner-home .carousel-indicators button.active {
    width: 25px;
  }
  
  .slider-banner-home .carousel-control-prev,
  .slider-banner-home .carousel-control-next {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 42px;
    height: 42px;
    top: auto;
    right: 37px;
    bottom: 30px;
    left: auto;
    opacity: 1;
  }
  
  .slider-banner-home .carousel-control-next {
    right: 91px;
  }
  
  @media only screen and (max-width: 767px) {
  
    .slider-banner-home .carousel,
    .slider-banner-home .carousel img {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
  }
  
  .slider-banner-home .row>div:nth-child(n + 3) {
    margin-top: 30px;
  }
  
  @media only screen and (max-width: 991px) {
    .slider-banner-home .row>div:nth-child(n + 3) {
        margin-top: 0;
    }
  
    .slider-banner-home .row>div:nth-child(n + 2) {
        margin-top: 30px;
    }
  }

  
.slider-home .swiper-button-next,
.slider-home .swiper-button-prev {
  width: 42px;
  height: 42px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.slider-home .swiper-button-next::after,
.slider-home .swiper-button-prev::after {
  font-size: 13px;
  color: #fff;
}

.slider-home .swiper-button-next {
  left: 50px;
}

.slider-home .swiper-button-prev {
  right: 50px;
}

.slider-banners-ten {
    margin: 49px 0 80px;
  }
  
  .slider-banners-ten .swiper {
    margin-bottom: 30px;
  }
  
  .slider-banners-ten .swiper-bottom {
    right: 0;
    bottom: 30px;
    left: 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  
  .slider-banners-ten .swiper-button-next,
  .slider-banners-ten .swiper-button-prev {
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    line-height: 35px;
    text-align: center;
  }
  
  .slider-banners-ten .swiper-button-next::after,
  .slider-banners-ten .swiper-button-prev::after {
    color: #b3bbc7;
    font-size: 13px;
  }
  
  .slider-banners-ten .swiper-pagination {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 10px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  
  .slider-banners-ten .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  
  .slider-banners-ten .swiper-pagination-bullet-active {
    width: 25px;
  }
  
  @media only screen and (max-width: 767px) {
    .slider-banners-ten-item img {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
  
    .slider-banners-ten .swiper-bottom {
        bottom: 12px;
    }
  
    .slider-banners-ten .row {
        gap: 24px 0;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .slider-banners-ten .swiper-bottom {
        bottom: 8px;
    }
  
    .slider-banners-ten .swiper-button-next,
    .slider-banners-ten .swiper-button-prev {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
        line-height: 30px;
    }
  
    .slider-banners-ten .swiper-button-next::after,
    .slider-banners-ten .swiper-button-prev::after {
        font-size: 11px;
    }
  
    .slider-banners-ten .swiper-pagination {
        padding: 8px 12px;
    }
  }
  