/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * HEADER
 * BANNER
 * MAIN
 * NEWS
 * ABOUT
 * PRODUCTS
 **/
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  border-bottom-color: #251714;
}

.navbar-fixed {
  border-bottom-color: #c9242b;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner .scroll {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.banner .scroll a {
  display: block;
  width: 10px;
  height: 190px;
}
@media (min-width: 1800px) {
  .banner .scroll {
    display: inline-block;
    padding-left: 8.5rem;
  }
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner .swiper-pagination {
  width: 100%;
  max-width: 1660px;
  padding: 0 0.75rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .banner .swiper-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.banner .swiper-pagination-bullet {
  background-color: transparent;
  color: #444444;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.0625rem;
  font-weight: bold;
  width: auto;
  height: auto;
  margin: 0 0.5rem !important;
  opacity: 1;
  position: relative;
}
.banner .swiper-pagination-bullet::before {
  content: "";
  background-color: #c9242b;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  display: none;
}
.banner .swiper-pagination-bullet-active {
  color: #c9242b;
}
@media (min-width: 992px) {
  .banner .swiper-pagination-bullet {
    margin: 0.25rem 0 !important;
    bottom: 55px;
  }
  .banner .swiper-pagination-bullet-active::before {
    display: inline-block;
  }
}
.banner-pic {
  height: 400px;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 840px;
  }
}
.banner-txt {
  color: #000000;
  padding: 0 0.75rem;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}
@media (min-width: 1800px) {
  .banner-txt {
    max-width: 1640px;
    padding-left: 0;
    margin-top: -4rem;
  }
}
.banner-txt .title {
  color: #c9242b;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 1rem;
  max-width: 100%;
}
.banner-txt .title::before {
  display: none;
}
.banner-txt .title span {
  color: #faa618;
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 5.875rem;
  }
}
.banner-txt .text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.banner-txt .text strong {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
}
@media (min-width: 768px) {
  .banner-txt .text {
    font-size: 1.125rem;
    letter-spacing: 0.075rem;
  }
  .banner-txt .text strong {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 0;
}

/* SWIPER */
.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  border: 1px solid #c9242b;
  background-color: #ffffff;
  color: #c9242b;
  top: 0;
  margin-top: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0.75rem;
}

.swiper-button-prev {
  left: auto;
}

/* BUTTON */
.button i {
  line-height: 65px;
  width: 65px;
  height: 65px;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
  border-bottom: 1px solid #c9242b;
  padding: 1.75rem 0;
}
.index-news .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-news .subtitle {
  color: #000000;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 1rem;
}
.index-news .subtitle span {
  letter-spacing: normal;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .index-news .subtitle {
    margin-bottom: 0;
  }
}
.index-news .swiper-slide {
  background-color: #ffffff;
  padding-right: 100px;
  padding: 0.25rem 0;
}
.index-news .swiper-button-next,
.index-news .swiper-button-prev {
  width: 30px;
  height: 30px;
}
.index-news .swiper-button-prev {
  right: 50px;
}
.index-news .news-list .item {
  border-bottom: none;
  padding: 0;
}
.index-news .news-list .item::after {
  display: none;
}
@media (min-width: 768px) {
  .index-news .news-list .title {
    margin-left: 1rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .index-about {
    padding: 6rem 0 10rem;
  }
}
.index-about::before {
  top: auto;
  bottom: 0;
}
.index-about .about-content {
  padding-top: 0;
}
.index-about .about-content > [class*=col]:last-child {
  margin-top: 0;
}
.index-about .about-content .text {
  margin-top: 1rem;
}
.index-about .button {
  color: #444444;
}
.index-about .button:hover {
  color: #c9242b;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .index-products {
    padding: 6rem 0 5rem;
  }
}
.index-products .row {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .index-products .row {
    margin-bottom: 4.5rem;
  }
}
.index-products .subtitle {
  color: #c9242b;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.index-products .subtitle span {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .index-products .subtitle {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .index-products .subtitle {
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    margin-bottom: 0;
  }
  .index-products .subtitle span {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .index-products .subtitle span {
    display: inline-block;
  }
}
.index-products .button {
  border-radius: 50rem;
  border: 1px solid #c9242b;
  color: #c9242b;
  padding: 0.75rem 1.25rem;
}
.index-products .button i {
  background-color: transparent;
  color: #c9242b;
  line-height: 1;
  width: auto;
  height: auto;
  margin-left: 1rem;
  margin-right: 0;
}
.index-products .button:hover {
  background-color: #c9242b;
  color: #ffffff;
}
.index-products .button:hover i {
  color: #ffffff;
}
.index-products .swiper-slide {
  margin-bottom: 3rem;
}
.index-products .swiper-button-next,
.index-products .swiper-button-prev {
  font-weight: bold;
  margin-top: 2.5rem;
  width: 40px;
  height: 40px;
}
@media (min-width: 576px) {
  .index-products .swiper-button-next,
  .index-products .swiper-button-prev {
    margin-top: 0;
    width: 50px;
    height: 50px;
  }
}
.index-products .swiper-button-next {
  right: 0.75rem;
}
@media (min-width: 768px) {
  .index-products .swiper-button-next {
    right: 210px;
  }
}
.index-products .swiper-button-prev {
  right: 70px;
}
@media (min-width: 768px) {
  .index-products .swiper-button-prev {
    right: 270px;
  }
}