.home-new-banner-sl {
  position: relative;
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 0 70px !important;
}

@media only screen and (max-width: 767px) {
  .home-new-banner-sl {
    padding: 20px 0 32px !important;
  }
}

.home-new-banner-sl .swiper-wrapper {
  align-items: stretch;
}

.home-new-banner-sl .swiper-slide {
  height: auto;
}

.home-new-banner-sl-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .home-new-banner-sl-pagination {
    display: flex;
  }
}

.home-new-banner-sl-pagination.swiper-pagination-bullets {
  left: 50%;
  bottom: -8px;
  width: auto;
}

@media only screen and (max-width: 1360px) {
  .home-new-banner-sl-pagination.swiper-pagination-bullets {
    bottom: -30px;
  }
}

.home-new-banner-sl-pagination .swiper-pagination-bullet {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 !important;
  border-radius: 0;
  background: none;
}

.home-new-banner-sl-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--lightblue);
  transform: translate(-50%, -50%);
}

.home-new-banner-sl-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: var(--accent);
}

.home-new-banner__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 23px;
}

.home-new-banner__picture {
  display: block;
  width: 100%;
}

.home-new-banner__img {
  display: block;
  width: 100%;
  height: auto;
}
