.banner_swiper {
  padding-top: 100px;
  background-image: url(../images/background.png);
}

.banner_swiper .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.banner_swiper .swiper-slide .img {
  width: 50%;
}

.banner_swiper .swiper-slide .data {
  width: 50%;
  padding-left: 100px;
}

.banner_swiper .swiper-slide .data h2 {
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: .4rem;
  line-height: 1.5;
}

.banner_swiper .swiper-slide .data span {
  color: #4d88f8;
  text-shadow: 0 2px 15px rgba(56, 125, 255, 0.3);
}

.banner_swiper .swiper-slide .data p {
  font-size: 1.2rem;
  line-height: 3;
}

.template-btn {
  display: inline-block;
  color: #fff;
  padding: 16px 40px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  border-radius: 50px;
  -webkit-box-shadow: 0 16px 30px -15px rgba(56, 125, 255, 0.8);
  box-shadow: 0 16px 30px -15px rgba(56, 125, 255, 0.8);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5690FF), to(#3271E6));
  background: linear-gradient(180deg, #5690FF 0, #3271E6 100%);
}

.template-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6EA0FF), to(#518DFF));
  background: linear-gradient(180deg, #6EA0FF 0, #518DFF 100%);
  -webkit-box-shadow: 0 3px 9px #387dff80;
  box-shadow: 0 3px 9px #387dff80;
  color: #fff;
  text-decoration: none;
}

/* banner_animate */
.banner_swiper .swiper-slide-active .data h2 {
  -webkit-animation: fadeInUp 2s ease;
  animation: fadeInUp 2s ease;
}

.banner_swiper .swiper-slide-active .data p {
  -webkit-animation: fadeInDown 3s ease;
  animation: fadeInDown 3s ease;
}

.banner_swiper .swiper-slide-active .img img {
  -webkit-animation: bounceInRight 2s ease;
  animation: bounceInRight 2s ease;
}

.function .title h2 {
  position: relative;
  padding: 20px 0px;
  font-size: 2.3rem;
  color: #2f4f9c;
  letter-spacing: .2rem;
}

.function .title h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -9px;
  width: 18px;
  height: 3px;
  background-color: #2f4f9c;
}

.function .title p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  position: relative;
  font-size: 1.2rem;
  color: #8b8b8c;
  letter-spacing: .2rem;
}

.function h5 {
  padding-bottom: 5px;
  font-size: .5rem;
  letter-spacing: .05em;
  color: #b2b2b2;
}

.function h3 {
  font-size: 1.5rem;
  letter-spacing: .5rem;
}

.function p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .2rem;
  color: #585858;
  line-height: 1.7;
}

.feature {
  background-image: url(../images/background_1.png);
  position: relative;
}

.feature:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  height: 100px;
  width: 100%;
  position: absolute;
}

.feature:after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.feature .title h2 {
  position: relative;
  padding: 20px 0px;
  font-size: 2.8rem;
  color: #2f4f9c;
  letter-spacing: .2rem;
}

.feature .title h2::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #2f4f9c;
}

.feature .title p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: .2rem;
  margin-top: 20px;
}

.feature .feature_swiper {
  height: 60vh;
}

.feature .feature_swiper .swiper-slide {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
}

.feature .feature_swiper .swiper-slide .box {
  position: relative;
  padding: 15px;
}

.feature .feature_swiper .swiper-slide .box .img {
  border-radius: 50%;
  background-color: #d7f7fc;
  -webkit-box-shadow: 0 0px 12px rgba(96, 118, 186, 0.2);
  box-shadow: 0 0px 12px rgba(96, 118, 186, 0.2);
  width: 100px;
  height: 100px;
  padding: 14px;
  position: absolute;
  left: 0;
  top: 16%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature .feature_swiper .swiper-slide .box .img img {
  width: 100%;
}

.feature .feature_swiper .swiper-slide .box .data {
  position: relative;
  left: 10%;
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
  -webkit-box-shadow: 0 12px 10px rgba(37, 46, 72, 0.1);
  box-shadow: 0 12px 10px rgba(37, 46, 72, 0.1);
}

.feature .feature_swiper .swiper-slide .box .data h3 {
  color: #22366d;
  font-size: 1.5rem;
  margin-top: 10px;
}

.feature .feature_swiper .swiper-slide .box .data p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  color: #545F7E;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.feature .feature_swiper .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.project .title {
  height: 100%;
  position: relative;
  padding: 20px;
}

.project .title h2 {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 3rem;
  color: #2f4f9c;
  position: relative;
}

.project .title h2::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 80%;
  height: 1px;
  background-color: #2f4f9c;
}

.project .title p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #8b8b8c;
  letter-spacing: .2rem;
}

.project .title .count {
  position: absolute;
  right: 0;
  bottom: 8%;
  color: #2f4f9c;
  text-align: end;
}

.project .title .count span {
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 3px;
}

.project .title .count .counting {
  font-size: 4rem;
}

.project .imghvr {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 6px;
}

.project .imghvr * {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.project .imghvr img {
  vertical-align: top;
  max-width: 100%;
}

.project .imghvr figcaption {
  background-color: #2f509cb8;
  padding: 5px 10px;
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0px;
  left: 0px;
  border: none;
  opacity: 0;
  font-weight: 400;
  color: #eee;
}

.project .imghvr figcaption h3 {
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project .imghvr figcaption p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  font-size: .5rem;
  letter-spacing: .2rem;
}

.project .imghvr:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.project .imghvr:hover figcaption {
  opacity: 1;
}

.project .last {
  text-decoration: none;
  color: #2f4f9c;
  border: 1px solid #2f4f9c;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 6px;
}

.project .last i {
  font-size: 2rem;
  padding: 15px;
}

.project .last:hover {
  color: #eee;
  background-color: #2f4f9c;
}

.client {
  background-image: url(../images/background_blue.png);
  position: relative;
}

.client .title h2 {
  position: relative;
  padding: 20px 0px;
  font-size: 2.3rem;
  color: #2f4f9c;
  letter-spacing: .2rem;
}

.client .title h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -9px;
  width: 18px;
  height: 3px;
  background-color: #2f4f9c;
}

.client .title p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  position: relative;
  font-size: 1.2rem;
  color: #8b8b8c;
  letter-spacing: .2rem;
}

.client .client_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.client .client_swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(37, 46, 72, 0.1);
  box-shadow: 0 6px 12px rgba(37, 46, 72, 0.1);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 190px;
}

.custom-shape-divider-top-1651569914 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-shape-divider-top-1651569914 svg {
  position: relative;
  display: block;
  width: calc(141% + 1.3px);
  height: 122px;
}

.custom-shape-divider-top-1651569914 .shape-fill {
  fill: #FFFFFF;
}

.contact .title h2 {
  position: relative;
  padding: 20px 0px;
  font-size: 2.3rem;
  color: #2f4f9c;
  letter-spacing: .2rem;
}

.contact .title h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -9px;
  width: 18px;
  height: 3px;
  background-color: #2f4f9c;
}

.contact .title p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  position: relative;
  font-size: 1.2rem;
  color: #8b8b8c;
  letter-spacing: .2rem;
}

.contact .title .phone i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: #007bff;
  border: 2px solid #007bff;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  outline: none;
  margin: 5px 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.contact .title .phone a {
  font-size: 2.5rem;
}

.contact .title .phone:hover a {
  text-decoration: none;
}

.contact .title .phone:hover i {
  background-color: #007bff;
  color: #fff;
}

.contact .formBox .inputBox {
  border: 1px solid #EBEBEB;
  padding: 14px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}

.contact .formBox .inputBox label {
  font-family: Montserrat, 'Open Sans', sans-serif;
  font-size: 1.2rem;
  padding-right: 10px;
  color: #666666;
  white-space: nowrap;
  margin: 0;
  border-right: 1px solid #DDDDDD;
}

.contact .formBox .inputBox input,
.contact .formBox .inputBox textarea {
  border: none;
  width: 100%;
  border: 0;
  font-size: 16px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

footer .content {
  position: relative;
  background-color: #518dff;
}

/* 20220927 */
.system .title {
  position: relative;
  padding: 20px;
}

.system .title h2 {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 2.5rem;
  color: #2f4f9c;
  position: relative;
}

.system .title h2::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 30%;
  height: 1px;
  background-color: #2f4f9c;
}

.system .title p {
  font-family: Montserrat, 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #8b8b8c;
  letter-spacing: .2rem;
}

.system .showBox {
  position: absolute;
  top: 41%;
  left: 50%;
  width: 73.8%;
  height: 67%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  z-index: 15;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Animation */
.parallax>use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 992px) {
  .banner_swiper .swiper-slide .data h2 {
    font-size: 1.8rem;
  }

  .banner_swiper .swiper-slide .data p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .template-btn {
    font-size: .8rem;
    padding: 16px 30px;
  }

  .feature:before {
    height: 50px;
  }

  .feature:after {
    height: 50px;
  }

  .feature .title {
    text-align: center;
  }

  .feature .title h2 {
    font-size: 1.8rem;
  }

  .feature .title h2::after {
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 3px;
  }

  .feature .feature_swiper {
    height: 100%;
    padding-bottom: 100px;
  }

  .feature .feature_swiper .swiper-slide .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .feature .feature_swiper .swiper-slide .box .img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0%;
  }

  .feature .feature_swiper .swiper-slide .box .data {
    position: relative;
    left: 0%;
    top: 50px;
    width: 100%;
    padding: 40px 20px 16px 20px;
  }

  .project .title,
  .system .title {
    text-align: center;
  }

  .project .title h2,
  .system .title h2 {
    font-size: 1.8rem;
  }

  .project .title h2::after,
  .system .title h2::after  {
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 3px;
  }

  .client .title {
    text-align: center;
  }

  .client .title h2 {
    font-size: 1.8rem;
  }

  .contact .title h2 {
    font-size: 1.8rem;
  }

  .contact .title p {
    font-size: 1rem;
  }

  .contact .title .phone i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
  }

  .contact .title .phone a {
    font-size: 1.8rem;
  }

  .contact .formBox .inputBox {
    padding: 10px;
  }

  .contact .formBox .inputBox label {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .banner_swiper {
    background-image: url(../images/background_sm.png);
  }

  .banner_swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner_swiper .swiper-slide .img {
    width: 100%;
  }

  .banner_swiper .swiper-slide .data {
    width: 100%;
    padding: 80px;
    text-align: center;
  }

  .banner_swiper .swiper-slide .data h2 {
    font-size: 3rem;
  }

  .function .title h2 {
    font-size: 1.8rem;
  }

  .function .title p {
    font-size: 1rem;
  }

  .function h5 {
    font-size: .1rem;
  }

  .function h3 {
    font-size: 1.1rem;
    letter-spacing: .2rem;
  }

  .function p {
    font-size: .7rem;
    letter-spacing: .1rem;
  }

  .project .title {
    padding: 20px 10px;
  }

  .project .title .count {
    position: relative;
    text-align: center;
    padding-top: 20px;
  }

  .project .imghvr {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
  }

  .project .imghvr img {
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  }

  .project .imghvr figcaption {
    background-color: transparent;
    padding: 5px 10px;
    position: relative;
    opacity: 1;
    color: #585858;
  }

  .project .imghvr figcaption h3 {
    font-size: 1rem;
  }

  .project .imghvr figcaption p {
    color: #2f4f9c;
  }

  .project .imghvr:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  footer .waves {
    height: 40px;
    min-height: 40px;
  }
}

@media (max-width: 575px) {
  .banner_swiper .swiper-slide .data {
    padding: 30px 20px;
  }

  .banner_swiper .swiper-slide .data h2 {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=index.css.map */
