@charset "utf-8";
/* ------------------------------------------------------------------
BANNER SECTION
--------------------------------------------------------------------- */
.index_flash .swiper {
  width: 100%;
  height: 100%;
}

.index_flash .swiper-slide {
  background-position: center;
  background-size: cover;
}

.index_flash .swiper {
  margin-left: auto;
  margin-right: auto;
}

.index_flash .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.index_flash .swiper-pagination-bullet-active {
  background: #fff;
}

.index_flash .swiper-button-next,
.index_flash .swiper-button-prev {
  margin-top: -35px;
  width: 41px;
  height: 69px;
}

.index_flash .swiper-button-prev {
  background: url("../images/icon-slides.png") no-repeat -84px 50%;
  left: 0;
}

.index_flash .swiper-button-prev:hover {
  background-position: 0 50%
}

.index_flash .swiper-button-next {
  background: url("../images/icon-slides.png") no-repeat -125px 50%;
  right: 0;
}

.index_flash .swiper-button-next:hover {
  background-position: -42px 50%
}

.index_flash .swiper-button-prev::after,
.index_flash .swiper-button-next::after {
  content: '';
}

/* ------------------------------------------------------------------
NEWS SECTION
--------------------------------------------------------------------- */
.news-section .swiper {
  width: 100%;
  height: 100%;
}

.news-section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease-out;
}

.news-section .swiper .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
}

.news-section .swiper .swiper-pagination-bullets {
  text-align: right;
  left: auto;
  right: 10px;
  width: auto;
}

.news-section .swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: white;
  opacity: 1;
  margin: 0 3px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.news-section .swiper .swiper-pagination-bullet-active {
  color: #fff;
  background:#EE121B;
}

.news-section .swiper .swiper-slide .cover {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 40px;
  line-height: 40px;
  top: auto;
  bottom: 0;
  z-index: 20;
  transform: translateY(0);
}

.news-section .swiper .swiper-slide .cover .caption {
  width: calc(100% - 150px);
  color: white;
  padding-left: 15px;
}