/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * ADVANTAGES
 * PRODUCTS
 * SOLUTIONS
 * NEWS
 * COMPANY
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner>.container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.banner .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 13px;
  height: 13px;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background-color: #df0012;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 0;
}

main>section {
  padding: 4rem 0;
}

main>section>.container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  main>section>.container {
    max-width: 1000px;
  }
}

/* PAGE-TITLE */
.page-title h2 {
  border-bottom: 1px solid #0a769d;
  color: #0a769d;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  padding-bottom: 0.75rem;
  margin-bottom: 3rem;
  position: relative;
}

.page-title h2::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #df0012;
  position: absolute;
  right: 0;
  bottom: -5px;
}

/*------------------------------------*\
    ADVANTAGES
\*------------------------------------*/
.index-adv .page-title h2 {
  border-bottom: none;
  color: #6e7275;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  padding-bottom: 0;
  margin-bottom: 8rem;
}

.index-adv .page-title h2::after {
  display: none;
}

.index-adv-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-adv-item {
  text-align: center;
  margin-bottom: 2rem;
}

.index-adv-item p {
  color: #0a769d;
  font-size: 1.3125rem;
  letter-spacing: 0.05rem;
  margin: 3.5rem 0 00;
}

@media (min-width: 992px) {
  .index-adv-item {
    margin-bottom: 0;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  background-color: #efefef;
  padding: 3rem 0;
}

.index-products>.container {
  position: relative;
}

.index-products>.container::before {
  content: '';
  width: 80px;
  height: 110px;
  background: url(../images/index-products-icon.png);
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 2;
}

@media (min-width: 576px) {
  .index-products>.container::before {
    top: -20px;
  }
}

@media (min-width: 1200px) {
  .index-products>.container::before {
    top: 0;
    right: -50px;
  }
}

.index-products-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-products-pic {
  margin-bottom: 2rem;
  text-align: center;
}

.index-products-pic a img {
  /* border: 2px solid #ffffff; */
  border-radius: 50%;
}

.index-products-pic a:hover img,
.index-products-pic a:focus img {
  /* border: 2px solid #842615; */
}

.index-products-txt h2 {
  color: #0a769d;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.35rem;
  padding-bottom: 2.25rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.index-products-txt h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #df0012;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index-products-txt h3 a {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 1.5rem;
}

.index-products-txt h3 a:hover,
.index-products-txt h3 a:focus {
  color: #842615;
}


.index-products-txt p {
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 992px) {
  .index-products-pic {
    margin-bottom: 0;
  }

  .index-products-pic img {
    width: 480px;
  }
}

/*------------------------------------*\
    SOLUTIONS
\*------------------------------------*/
.index-solutions {
  padding-bottom: 2rem;
}

.index-solutions .solutions-list-item {
  margin-bottom: 0;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .index-news .news-list-item {
    margin-bottom: 0;
  }
}

/*------------------------------------*\
    COMPANY
\*------------------------------------*/
.index-company {
  padding-top: 1rem;
}

.index-company .btn-more {
  display: none;
}