.swiper-container {
  width: 100%;
  /* height: 450px; */
}

.swiper-slide {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide {
  min-height: 610px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}
.bannerbox .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 1;
  vertical-align: middle;
}

.bannerbox .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #e35a26;
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -630px;
  background-image: url("/images/arrowRight.png");
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: 580px;
  background-size: 100% 100%;
  background-image: url("/images/arrowRight.png");
}

@media (min-width: 769px) {
  .swiper-container {
    width: 100%;
    margin: 0 auto;
    height: 610px;
    margin-top: 1px;
  }
}

@media (min-width: 1200px) {
  .swiper-container {
    height: 610px !important;
  }
}

@media (min-width: 1360px) {
  .swiper-container {
    height: 610px;
  }
}
@media (max-width: 768px) {
  .bannerbox {
    width: 100%;
    margin-top: 50px;
    height: 108px;
  }
  .swiper-wrapper {
    height: 100% !important;
  }
  .swiper-slide {
    height: auto !important;
  }
  .bannerbox .swiper-pagination-bullet,
  .bannerbox .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
}
