.banner {
  overflow: hidden;
}

.banner-360 {
  height: 360px;
}

.banner img {
  width: 100%;
  height: 100%;
}

.swiper-banner {
  height: 576px;
}

.swiper-slide a,
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-banner .swiper-pagination-bullet-active {
  background-color: #791f20;
}

.swiper-news .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  opacity: 1;
}

.swiper-news .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-news .swiper-news-pagination {
  bottom: 20px;
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}

.pagination-custom {
  font-size: 28px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  margin-left: 24px;
}

.pagination-custom.active {
  color: #7d2224;
}

.swiper-slide {
  position: relative;
}
