/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * MAIN
 * INFO
 * ABOUT
 * TECHNOLOGY
 * PRODUCTS
 * APPLICATION
 * NEWS
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
body {
  padding-top: 0;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
@media (min-width: 992px) {
  .header {
    background-color: transparent;
    padding-top: 2.25rem;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .header.active {
    background-color: #161619;
    padding-top: 0;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  max-height: 850px;
}

.banner::before,
.banner::after {
  display: none;
}

.banner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.banner .swiper-slide::before {
  content: "";
  background-image: url(../images/banner-bg.png);
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.banner .swiper-slide-video::before {
  display: none;
}

.banner .swiper-slide .page-header {
  opacity: 0;
  -webkit-transform: translate(-50%, 150%);
  -ms-transform: translate(-50%, 150%);
  transform: translate(-50%, 150%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

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

.banner .page-header {
  margin-top: 0;
}

@media (min-width: 992px) {
  .banner .page-header {
    margin-top: 1.5rem;
  }
}

.banner-pic {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 850px;
  }
}

.banner-pic video,
.banner-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* PAGE-HEADER */
.page-header h2 {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .page-header h2 {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .page-header h2 {
    font-size: 6.25rem;
  }
}

.page-header p {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .page-header p {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .page-header p {
    font-size: 1.25rem;
    line-height: 2;
  }
}

/*------------------------------------*\
    INFO
\*------------------------------------*/
.index-info {
  position: relative;
  top: -30px;
  margin-bottom: -60px;
  z-index: 5;
  overflow: hidden;
}

@media (min-width: 992px) {
  .index-info {
    top: -60px;
    margin-bottom: -120px;
  }
}

.index-info .container {
  background-color: #19529d;
  position: relative;
}

.index-info .container::after {
  content: "";
  background-color: #19529d;
  width: 50%;
  height: 120px;
  position: absolute;
  top: 0;
  right: -50%;
}

.index-info .container > .row {
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .index-info .container > .row {
    height: 120px;
  }
}

.index-info .scroll {
  text-align: center;
}

.index-info .scroll a {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
}

.index-info .scroll a span {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  letter-spacing: normal;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-right: 0.75rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.index-info .scroll a:hover span,
.index-info .scroll a:focus span {
  -webkit-animation: fadeInDown 1s ease infinite;
  animation: fadeInDown 1s ease infinite;
}

@media (min-width: 992px) {
  .index-info .scroll {
    text-align: left;
  }
  .index-info .scroll a {
    padding-left: 2.75rem;
  }
}

.index-info .copy {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  text-align: right;
  text-transform: uppercase;
  display: none;
}

@media (min-width: 992px) {
  .index-info .copy {
    display: block;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  background-image: url(../images/index-about-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  padding: 5rem 0 3rem;
}

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

.index-about-pic {
  text-align: center;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .index-about-pic {
    text-align: left;
    margin-top: 8.75rem;
  }
}

.index-about-txt {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .index-about-txt {
    margin-top: 5.5rem;
  }
}

.index-about-txt h3 {
  color: #19529d;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .index-about-txt h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .index-about-txt h3 {
    font-size: 2.25rem;
    letter-spacing: normal;
    line-height: 1.7;
  }
}

.index-about-txt p {
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .index-about-txt p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
  }
}

.index-about-txt a {
  display: inline-block;
  background: #19529d;
  background: -webkit-linear-gradient(left, #19529d 0%, #5684c0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#19529d), to(#5684c0));
  background: -o-linear-gradient(left, #19529d 0%, #5684c0 100%);
  background: linear-gradient(to right, #19529d 0%, #5684c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19529d', endColorstr='#5684c0', GradientType=1);
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 40px;
  width: 205px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.index-about-txt a::before {
  content: "";
  background-color: #ffffff;
  width: 45px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.index-about-txt a:hover::before,
.index-about-txt a:focus::before {
  -webkit-animation: fadeInRight 1s ease infinite;
  animation: fadeInRight 1s ease infinite;
}

@media (min-width: 992px) {
  .index-about-txt a {
    font-size: 1.0625rem;
    line-height: 50px;
    width: 265px;
    height: 50px;
  }
}

/*------------------------------------*\
    TECHNOLOGY
\*------------------------------------*/
.index-technology {
  background-image: url(../images/about-bg-01.jpg);
  background-position: center top;
  background-repeat: repeat;
}

.index-technology-item {
  overflow: hidden;
  position: relative;
}

.index-technology-item::before {
  content: "";
  background-color: rgba(22, 22, 25, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.index-technology-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.index-technology-item:hover::before,
.index-technology-item:focus::before {
  background-color: rgba(86, 132, 192, 0.85);
}

.index-technology-item:hover .index-technology-pic,
.index-technology-item:focus .index-technology-pic {
  -webkit-transform: scale(1.35) rotate(-15deg);
  -ms-transform: scale(1.35) rotate(-15deg);
  transform: scale(1.35) rotate(-15deg);
}

.index-technology-item:hover .index-technology-txt::after,
.index-technology-item:focus .index-technology-txt::after {
  left: auto;
  right: 0;
  -webkit-animation: fadeInLeft 1s ease infinite;
  animation: fadeInLeft 1s ease infinite;
}

.index-technology-pic {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -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-technology-pic img {
  width: 100%;
}

.index-technology-pic img.pic {
  width: 80%;
}

.index-technology-txt {
  color: #ffffff;
  width: 80%;
  height: 80%;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
}

@media (min-width: 576px) {
  .index-technology-txt {
    width: 75%;
    height: 75%;
  }
}

@media (min-width: 768px) {
  .index-technology-txt {
    width: 80%;
    height: 80%;
  }
}

@media (min-width: 992px) {
  .index-technology-txt {
    width: 75%;
    height: 75%;
  }
}

@media (min-width: 1200px) {
  .index-technology-txt {
    width: 90%;
    height: 90%;
  }
}

@media (min-width: 1366px) {
  .index-technology-txt {
    width: 75%;
    height: 75%;
  }
}

.index-technology-txt::after {
  content: "";
  background-color: #19529d;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
}

.index-technology-txt .subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-technology-txt .subtitle span:first-child {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.index-technology-txt .subtitle span:last-child {
  -webkit-text-stroke: 0.5px #ffffff;
  color: transparent;
  color: #ffffff\0;
  opacity: 0.5\0;
  font-size: 2.5rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .index-technology-txt .subtitle span:last-child {
    font-size: 4rem;
  }
}

@media (min-width: 1366px) {
  .index-technology-txt .subtitle span:last-child {
    font-size: 5.5rem;
  }
}

.index-technology-txt .title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.75rem;
}

.index-technology-txt .title h3 {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.index-technology-txt .title h3 span {
  display: block;
  font-size: 0.9375rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .index-technology-txt .title h3 {
    font-size: 2rem;
  }
  .index-technology-txt .title h3 span {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .index-technology-txt .title h3 {
    font-size: 2.6875rem;
    letter-spacing: 0.25rem;
  }
  .index-technology-txt .title h3 span {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  background-attachment: fixed;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.index-products::before {
  content: "";
  background-color: rgba(7, 24, 40, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

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

.index-products .products-item {
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .index-products .products-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.index-products .products-pic {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.index-products .products-pic iframe,
.index-products .products-pic video,
.index-products .products-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .index-products .products-pic {
    height: 600px;
  }
}

.index-products .products-txt {
  padding: 3rem 0;
}

.index-products .products-txt h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.index-products .products-txt h3 span {
  display: block;
  color: #5684c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .index-products .products-txt h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .index-products .products-txt h3 span {
    font-size: 1.3125rem;
    letter-spacing: normal;
  }
}

.index-products .swiper-products .swiper-wrapper,
.index-products .swiper-application .swiper-wrapper {
  flex-direction: column;
}

.index-products .swiper-products .swiper-slide,
.index-products .swiper-application .swiper-slide {
  width: 100% !important;
  height: auto;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.index-products .swiper-products2 .swiper-slide,
.index-products .swiper-application2 .swiper-slide {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.index-products .swiper-products2 .swiper-slide iframe,
.index-products .swiper-products2 .swiper-slide video,
.index-products .swiper-products2 .swiper-slide img,
.index-products .swiper-application2 .swiper-slide iframe,
.index-products .swiper-application2 .swiper-slide video,
.index-products .swiper-application2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .index-products .swiper-products2 .swiper-slide,
  .index-products .swiper-application2 .swiper-slide {
    height: 600px;
  }
}

/*------------------------------------*\
    APPLICATION
\*------------------------------------*/
.index-application .swiper-application .swiper-slide {
  background-image: none;
}

.index-application .swiper-application .swiper-slide:hover span::after {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .index-application > .container-fluid > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news .news-list {
  background-image: none;
}

.index-news .news-list .nav {
  counter-reset: num;
}

.index-news .news-list .nav li::before {
  content: "0" counter(num);
  counter-increment: num;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  width: 80px;
  padding-top: 0.25rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .index-news .news-list .nav li {
    padding-left: 150px;
  }

  .index-news .news-list .nav li::before {
    font-size: 2.625rem;
    width: 115px;
    padding-top: 0.65rem;
    margin-top: -1rem;
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
