/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * ABOUT
 * SOLUTION
 * PRODUCTS
 * NEWS
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner .swiper-slide .banner-txt {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -o-transition-duration: .1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.banner .swiper-slide-active .banner-txt {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.banner .swiper-button-prev {
  left: 28%;
}

.banner .swiper-button-next {
  right: 28%;
}

.banner .swiper-button-prev {
  left: 28%;
}

@media (min-width: 576px) {
  .banner .swiper-button-next {
    right: 18%;
  }

  .banner .swiper-button-prev {
    left: 18%;
  }
}

@media (min-width: 1200px) {
  .banner .swiper-button-next {
    right: 0;
  }

  .banner .swiper-button-prev {
    left: 0;
  }
}

.banner-txt {
  color: #ffffff;
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 1rem;
  margin-top: -3rem;
}

.banner-txt h3 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
}

.banner-txt p {
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.025rem;
  margin-bottom: 0;
  word-break: break-all;
}

@media (min-width: 768px) {
  .banner-txt {
    width: 70%;
    margin-top: -5rem;
  }

  .banner-txt h3 {
    font-size: 3rem;
    letter-spacing: 0.125rem;
    margin-bottom: 1rem;
  }

  .banner-txt p {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 992px) {
  .banner-txt {
    margin-top: 0;
  }

  .banner-txt h3 {
    margin-bottom: 0;
  }

  .banner-txt p {
    font-size: 1.625rem;
  }
}

.banner-scroll {
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1000;
}

.banner-scroll span {
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 20px;
  width: 20px;
  height: 35px;
}

.banner-scroll span::before {
  content: '';
  width: 2px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10%;
  -webkit-animation: moveDown 1s ease-out infinite both;
  animation: moveDown 1s ease-out infinite both;
}

.banner-scroll img {
  width: 15px;
}

@media (min-width: 1200px) {
  .banner-scroll {
    bottom: 5%;
  }
}

@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    opacity: 0;
  }
}

@keyframes moveDown {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    opacity: 0;
  }
}

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

main::before,
main::after {
  display: none;
}

/* PAGE-TITLE */
.page-title {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.page-title::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #00ada9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.page-title h2 {
  color: #00949b;
  font-size: 2.1875rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  margin-bottom: 0;
}

.page-title h2 span {
  display: block;
  color: #393939;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

.page-title h3 {
  color: #9ea0a0;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.225rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.page-title-secondary::after {
  background-color: #ffffff;
}

.page-title-secondary h2 {
  color: #ffffff;
  letter-spacing: 0.1rem;
}

.page-title-secondary h2::after {
  background-color: #ffffff;
}

.page-title-secondary h2 span {
  color: #ffffff;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about .container {
  max-width: 100%;
}

.index-about-company {
  background: url(../images/index-about-bg.jpg) center bottom no-repeat #f4f6f9;
  padding: 2rem 1rem;
  font-size: 0.9375rem;
  line-height: 1;
}

.index-about-company .about-company-pic h3 {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.index-about-company .about-company-pic h3 span {
  font-weight: normal;
  letter-spacing: 0.075rem;
}

.index-about-company-txt p {
  line-height: 1.6;
}

@media (min-width: 576px) {
  .index-about-company {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .index-about-company {
    padding: 5rem;
  }

  .index-about-company .page-title {
    text-align: left;
  }

  .index-about-company .page-title::after {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .index-about-company .about-company-pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1600px) {
  .index-about-company {
    padding: 7rem 0 7rem 20%;
  }

  .index-about-company-txt {
    max-width: 485px;
  }

  .index-about-company .about-company-pic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }

  .index-about-company .about-company-pic h3 {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.index-about-core {
  background: url(../images/index-about-bg-02.jpg) center bottom no-repeat #ffffff;
  padding: 2rem 1rem;
  position: relative;
}

.index-about-core-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-about-core-item {
  margin: 0 1rem 2rem;
}

.index-about-core-item a {
  border: 1px solid #3EC1BE;
  width: 200px;
  height: 195px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-about-core-item a img.hover {
  display: none;
}

.index-about-core-item a h3 {
  color: #878989;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
}

.index-about-core-item a:hover,
.index-about-core-item a:focus {
  background-color: #00ada9;
}

.index-about-core-item a:hover img.show,
.index-about-core-item a:focus img.show {
  display: none;
}

.index-about-core-item a:hover img.hover,
.index-about-core-item a:focus img.hover {
  display: block;
}

.index-about-core-item a:hover h3,
.index-about-core-item a:focus h3 {
  color: #ffffff;
}

.index-about-core .btn-wrap {
  position: relative;
  text-align: right;
  margin-top: 1.5rem;
  margin-right: 1rem;
}

.index-about-core .btn-wrap::before {
  content: '';
  width: auto;
  height: 1px;
  border-top: 1px dashed #3EC1BE;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 1rem;
}

.index-about-core .btn-wrap .btn {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.index-about-core .btn-wrap .btn:hover,
.index-about-core .btn-wrap .btn:focus {
  background-color: #3EC1BE;
}

@media (min-width: 576px) {
  .index-about-core {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .index-about-core {
    padding: 5rem 0;
  }

  .index-about-core::before {
    content: '';
    width: 500px;
    height: 30px;
    background: url(../images/index-text-s.svg) no-repeat;
    position: absolute;
    top: 5%;
    left: 10%;
  }

  .index-about-core-content {
    padding: 4rem;
  }
}

@media (min-width: 1600px) {
  .index-about-core {
    padding: 13rem 19% 13rem 0;
  }

  .index-about-core::before {
    width: 960px;
    height: 55px;
    background: url(../images/index-text.svg) no-repeat;
    top: 8%;
  }

  .index-about-core-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
  }
}

@media (min-width: 1700px) {
  .index-about-core-content {
    padding: 0;
  }

  .index-about-core-item a {
    width: 230px;
  }
}

/*------------------------------------*\
    SOLUTION
\*------------------------------------*/
.index-solution-title {
  background: url(../images/about-core-bg.jpg) center center no-repeat;
  background-attachment: fixed;
  padding: 6.5rem 0 3rem;
  position: relative;
  z-index: 1000;
}

.index-solution-content {
  background: url(../images/index-solution-bg.jpg) center bottom no-repeat #ffffff;
  padding: 3rem 0;
  position: relative;
}

.index-solution-content>.container {
  position: relative;
}

.index-solution-content>.container .row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.index-solution-content .news-list-item {
  padding: 0 1.5rem;
}

.index-solution-content .news-list-pic {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.index-solution-content .news-list-txt {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 1.5rem 1rem;
}

.index-solution-content .news-list-txt h3 {
  color: #00ada9;
  text-align: center;
  letter-spacing: 0.05rem;
  height: 35px;
  -webkit-line-clamp: 1;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.index-solution-content .news-list-txt p {
  font-size: 1rem;
  height: 85px;
  -webkit-line-clamp: 3;
}

.index-solution-content .swiper-button-prev,
.index-solution-content .swiper-button-next {
  width: 50px;
  height: 50px;
}

.index-solution-content .swiper-button-prev {
  background: url(../images/prev.svg);
}

.index-solution-content .swiper-button-next {
  background: url(../images/next.svg);
}



@media (min-width: 576px) {
  .index-solution-content::before {
    content: '';
    width: 500px;
    height: 30px;
    background: url(../images/index-text-s.svg) no-repeat;
    position: absolute;
    top: -1%;
    left: -1%;
  }

  .index-solution-content .news-list-txt {
    padding: 1.5rem 2.5rem 2rem;
  }
}

@media (min-width: 992px) {
  .index-solution-content {
    padding: 7rem 0 2rem;
  }
}

@media (min-width: 1200px) {
  .index-solution-content>.container {
    max-width: 1170px;
  }
}

@media (min-width: 1280px) {
  .index-solution-content .swiper-button-prev {
    left: -4rem;
  }

  .index-solution-content .swiper-button-next {
    right: -4rem;
  }
}


@media (min-width: 1600px) {
  .index-solution-content::before {
    width: 960px;
    height: 55px;
    background: url(../images/index-text.svg) no-repeat;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  background: url(../images/index-products-bg.jpg) center top no-repeat #00949b;
  padding: 3rem 0;
}

.index-products>.container {
  position: relative;
}

.index-products .page-title {
  margin-bottom: 4rem;
}

.index-products .products-list-group {
  margin: 0 -0.75rem;
}

.index-products .products-list-item {
  padding: 0 0.75rem;
}

.index-products .products-list-txt h3 {
  color: #ffffff;
}

.index-products .products-list-txt p {
  color: #ffffff;
}

@media (min-width: 992px) {
  .index-products {
    padding: 6.5rem 0 2rem;
  }
}

@media (min-width: 1280px) {
  .index-products .swiper-button-prev {
    left: -4rem;
  }

  .index-products .swiper-button-next {
    right: -4rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
  background: url(../images/index-news-bg.jpg) center top no-repeat #ffffff;
  padding: 3rem 0;
}

.index-news .page-title {
  margin-bottom: 4rem;
}

.index-news .news-list-item {
  width: 70% !important;
  max-width: 850px;
}

.index-news .news-list-txt {
  padding: 1.5rem 1rem !important;
}

.index-news .news-list-txt h3 {
  font-size: 1.375rem;
  line-height: 2.25rem;
  margin-bottom: 5rem;
}

.index-news .news-list-txt p {
  font-size: 1rem;
  margin-bottom: 5rem;
}

.index-news .news-list-txt .btn-wrap {
  text-align: left;
}

.index-news .swiper-slide {
  opacity: 0.5;
}

.index-news .swiper-slide-active {
  opacity: 1;
}

.index-news .swiper-button-next,
.index-news .swiper-button-prev {
  width: 45px;
  height: 45px;
}

.index-news .swiper-button-next {
  background: url(../images/products-icon.svg) no-repeat;
}

.index-news .swiper-button-prev {
  background: url(../images/products-icon.svg) no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .index-news .news-list-txt {
    padding: 1.5rem 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .index-news {
    padding: 7.5rem 0 3rem;
  }

  .index-news .news-list-txt {
    padding: 5rem 4rem 3rem !important;
  }

  .index-news .swiper-button-next {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 425px;
  }

  .index-news .swiper-button-prev {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    margin-left: -425px;
  }
}

@media (min-width: 1880px) {
  .index-news .news-list-item {
    max-width: 1320px;
  }

  .index-news .news-list-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63.5%;
    -ms-flex: 0 0 63.5%;
    flex: 0 0 63.5%;
    max-width: 63.5%;
  }

  .index-news .news-list-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.5%;
    -ms-flex: 0 0 36.5%;
    flex: 0 0 36.5%;
    max-width: 36.5%;
  }

  .index-news .swiper-button-next {
    margin-left: 660px;
  }

  .index-news .swiper-button-prev {
    margin-left: -660px;
  }
}