/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * NEWS
 * ABOUT
 * DEVELOPMENT
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  border-bottom: none;
}
.banner .swiper-banner .swiper-slide {
  text-align: center;
}
.banner .swiper-banner .swiper-slide a {
  display: block;
}
.banner .swiper-banner .swiper-pagination {
  bottom: 10px;
}
.banner .swiper-banner .swiper-pagination-bullet {
  background-color: #ffffff;
  color: #727b7c;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 0.75rem !important;
  display: inline-block;
}
.banner .swiper-banner .swiper-pagination-bullet-active {
  background-color: #5da3b5;
}
@media (min-width: 1400px) {
  .banner .swiper-banner .swiper-pagination {
    bottom: 70px;
  }
}
.banner-pic {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 820px;
  }
}
.banner-txt {
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .banner-txt {
    margin-top: -1.75rem;
  }
}
@media (min-width: 1600px) {
  .banner-txt {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner-txt .company {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .banner-txt .company {
    font-size: 1.25rem;
    margin-bottom: 3.25rem;
  }
}
.banner-txt .title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 6.25rem;
    letter-spacing: 0.25rem;
  }
}
.banner-txt .text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .banner-txt .text {
    font-size: 1.625rem;
    letter-spacing: 0.2rem;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background-color: transparent;
  padding: 0;
}
main > section {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  main > section {
    padding: 5rem 0;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
  background-color: #ffffff;
  background-image: url(../images/index-news.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
.index-news::after {
  content: "";
  background-image: url(../images/index-halo.png);
  width: 540px;
  height: 540px;
  position: absolute;
  right: -310px;
  bottom: -175px;
  z-index: 2;
}
.index-news > * {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .index-news {
    padding: 7rem 0;
  }
}
.index-news .news-list {
  max-width: 100%;
}
.index-news .title {
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.3rem;
  margin-bottom: 2rem;
}
.index-news .title span {
  display: block;
  color: #348746;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.index-news .title span::after {
  content: "";
  background-color: #348746;
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .index-news .title {
    font-size: 1.5rem;
    margin-bottom: 3.5rem;
  }
  .index-news .title span {
    font-size: 5.625rem;
  }
  .index-news .title span::after {
    width: 50px;
  }
}
.index-news .view {
  letter-spacing: 0.125rem;
}
.index-news .view i {
  display: inline-block;
  border-radius: 50%;
  background-color: #f9f5ed;
  color: #348746;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-news .view:hover {
  color: #348746;
}
.index-news .view:hover i {
  line-height: 25px;
  width: 25px;
  height: 25px;
}
@media (min-width: 992px) {
  .index-news .view i {
    line-height: 55px;
    width: 55px;
    height: 55px;
  }
  .index-news .view:hover i {
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-repeat: no-repeat;
  background-position: 80% top;
  min-height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 576px) {
  .index-about {
    background-position: 60% top;
  }
}
.index-about::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
}
@media (min-width: 576px) {
  .index-about::before {
    opacity: 0;
  }
}
.index-about > * {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .index-about .row > [class*=col-] {
    padding-right: 2rem;
  }
}
.index-about .title {
  color: #348746;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .index-about .title {
    font-size: 1.6875rem;
  }
}
.index-about .text {
  line-height: 1.8;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .index-about .text {
    font-size: 1.1875rem;
  }
}

/*------------------------------------*\
    DEVELOPMENT
\*------------------------------------*/
.index-development {
  max-width: 1920px;
  margin: 0 auto;
}
.index-development .item {
  margin-bottom: 0;
}
.index-development .title {
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  .index-development .title {
    font-size: 1.6875rem;
  }
}