body .pc {
  display: block !important;
}
body .mobile {
  display: none !important;
}
body #header-main {
  padding: 0px;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
body #header-main .container {
  display: flex;
}
@media screen and (min-width: 1440px) {
  body #header-main .container {
    width: 1280px;
  }
}
body #header-main .container.index-container > a:last-child {
  margin-right: 0;
}
body #header-main .navbar-default {
  background-color: transparent;
  border: none;
}
body #header-main .navbar-brand {
  padding: 0;
  margin-top: 1rem;
}
body #header-main .navbar-brand img {
  width: 37rem;
}
body #header-main .navbar-icon {
  padding: 0;
  margin-top: 3rem;
  display: none;
}
body #header-main .navbar {
  display: none;
}
body #header-main .navbar-nav {
  font-size: 2rem;
  font-weight: 300;
  color: #78A0F4;
  border: 1px solid #78A0F4;
  border-radius: 2rem;
  padding: 0 3rem;
  margin: 4.5rem 0 auto auto;
}
body #header-main .navbar-nav:hover, body #header-main .navbar-nav.active {
  color: #fff;
  background-color: #78A0F4;
}
body .slider-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 12rem;
}
body .slider-wrap .tparrows, body .slider-wrap .tp-bannertimer {
  background: none;
}
body .slider-wrap.slider-wrap-inside {
  overflow: visible;
}
body .slider-wrap .inside-banner {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-top: 12rem;
}
body .slider-wrap .inside-banner img {
  width: 100%;
}
body .slider-wrap .inside-banner .tp-caption, body .slider-wrap .inside-banner .slider-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .slider-wrap .inside-banner .tp-caption span, body .slider-wrap .inside-banner .slider-logo span {
  display: block;
}
body .slider-wrap .inside-banner .tp-caption span.title1, body .slider-wrap .inside-banner .slider-logo span.title1 {
  color: #005AA0;
  font-size: 4rem;
  letter-spacing: 1rem;
}
body .slider-wrap .inside-banner .tp-caption span.title2, body .slider-wrap .inside-banner .slider-logo span.title2 {
  color: #292929;
  font-size: 1.8rem;
  letter-spacing: 0.45rem;
}
body .slider-wrap .inside-banner .slider-logo {
  top: 100%;
}
body .slider-wrap .inside-banner .slider-logo img {
  width: 13rem;
}
body section.section-about {
  padding-top: 6rem;
}
body section.section-about h3 {
  padding-bottom: 1.2rem;
  border-bottom: solid 1px #a0a0a0;
  color: #292929;
}
body section.section-about > p {
  width: 90%;
  margin: 1rem auto;
  font-size: 1.6rem;
  line-height: 2;
  color: #4a4a4a;
}
body section.section-create .soft-section p {
  width: 90%;
  margin: 1rem auto;
  font-size: 1.6rem;
  color: #4a4a4a;
}
body section.section-create .soft-section .container.container-create {
  margin: 5rem auto 0;
}
body section.section-create .soft-section .create-content span {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  padding-top: 1.4rem;
  font-size: 4rem;
  background: #fdfdfd;
  text-align: center;
  margin: 0 auto;
  display: table;
  position: relative;
  transition: 0.3s;
}
body section.section-create .soft-section .create-content span:after {
  content: "";
  width: 100px;
  height: 100px;
  background: #228dff;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  top: -10px;
  bottom: 0px;
  right: -10px;
  border-radius: 50%;
}
body section.section-create .soft-section .create-content span i {
  position: relative;
  z-index: 888;
}
body section.section-create .soft-section .create-content:hover span {
  background: #228dff;
  color: #fff;
  transition: 0.3s;
}
body section.section-create .soft-section .create-content:hover span:after {
  content: "";
  width: 80px;
  height: 80px;
  background: #228dff;
  position: absolute;
  opacity: 1;
  transition: 0.6s;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
body section.section-create .soft-section .create-content h2 {
  font-size: 1.5rem;
}
body section.section-create .soft-section .create-content > div > p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #878787;
}
body section.section-maintain {
  background: url(../images/bg/parallax/5.jpg) no-repeat center center fixed;
  position: relative;
  background-size: cover;
}
body section.section-maintain .container p {
  margin: 1rem auto;
  font-size: 1.7rem;
  font-weight: 300;
}
body section.section-maintain .maintain-block {
  padding: 2rem 8rem 0 2rem;
}
body section.section-maintain .maintain-block .feature-content {
  display: flex;
  align-items: center;
}
body section.section-maintain .maintain-block .feature-content i {
  width: 7rem;
  min-width: 7rem;
  height: 7rem;
  color: #fff;
  border-radius: 50%;
  line-height: 7rem;
  font-size: 30px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  display: block;
  background: transparent;
  border: 1px dashed #eee;
  background: none;
  filter: none;
}
body section.section-maintain .maintain-block .feature-content h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
body section.section-maintain .maintain-block .feature-content p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0;
}
body section.section-maintain .maintain-block .fc-inner {
  margin-left: 1.5rem;
}
body section.section-maintain .maintain-block .fc-inner .lite-white {
  color: #fff;
  opacity: 0.7;
}
body section.section-customer .container .text-center p {
  margin: 1rem auto;
  font-size: 1.7rem;
}
body section.section-customer .container .feature-box {
  min-height: 80px;
  display: flex;
  align-items: center;
}
body section.section-customer .container .feature-box .feature-box-icon {
  float: left;
  font-size: 4rem;
  color: #228dff;
  position: relative;
  display: flex;
}
body section.section-customer .container .feature-box .feature-box-info {
  margin-left: 0.5rem;
}
body section.section-customer .container .feature-box .feature-box-info h4 {
  font-size: 1.6rem;
  color: #4a4a4a;
  font-weight: bold;
}
body section.section-info.section-gray .container .stats-info {
  text-align: center;
}
body section.section-info.section-gray .container .stats-info i {
  font-size: 6rem;
  color: #228dff;
}
body section.section-info.section-gray .container .stats-info h4 {
  font-size: 1.6rem;
  color: #4a4a4a;
}
body section.section-art {
  padding-top: 3rem;
}
body section.section-art .container {
  width: 100%;
  padding: 0%;
}
body section.section-art .container #portfolio-section h3 {
  font-size: 30px;
  margin: 30px auto 0;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item {
  float: left;
  width: 33.3333333%;
  overflow: hidden;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item .overlay-folio {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item .overlay-folio .project-info {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: table;
  margin: 0 auto;
  padding: 20px;
  right: 0;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item .overlay-folio .project-info h2 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  transition: 0.3s;
  margin: 0;
  cursor: default;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item .overlay-folio .project-info h2:hover {
  color: #228dff;
  transition: 0.3s;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item .overlay-folio .project-info p {
  margin: 0;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: 0.3s;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item:hover .overlay-folio {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item:hover .project-info {
  bottom: 40%;
  transition: 0.3s;
}
body section.section-art .container #portfolio-section .folio-boxed .project-item:hover .project-info h2 {
  color: #228dff;
}
body section.section-art .container .folio-boxed-3col .project-item {
  width: 33.3333%;
}
body section.section-sample {
  margin: 4rem auto;
}
body section.section-sample .container-sample {
  max-width: 1280px;
  margin: auto;
}
body section.section-sample .container-sample .stats-sample {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  max-width: 560px;
  margin: auto;
  cursor: pointer;
}
body section.section-sample .container-sample .stats-sample:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1607843137);
}
body section.section-sample .container-sample .stats-sample:hover .text h3 {
  transition: 0.3s;
  color: #228dff;
}
body section.section-sample .container-sample .stats-sample .text {
  padding: 0 3rem 1rem;
}
body section.section-sample .container-sample .stats-sample .text h3 {
  line-height: 2;
}
body section.section-sample .container-sample .stats-sample .text p {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0 0 3rem;
}
body section.section-sample .container-sample .stats-sample img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}
body section.section-gray {
  background: #f2f2f2;
  overflow: hidden;
}
body footer {
  background: #F6F9FE;
  width: 100%;
}
body footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
  padding: 8vh 2vw;
}
body footer .footer .logo img {
  width: 30rem;
}
body footer .footer .content {
  text-align: center;
  margin-left: -25rem;
}
body footer .footer .content p {
  font-size: 1.6rem;
  color: #343434;
}
body footer .footer .content p:last-child {
  margin: 0;
}
body footer .footer .content p span {
  color: #1489FC;
}
body footer .footer .link ul {
  text-align: center;
}
body footer .footer .link .list .item {
  display: inline-block;
  background: #1489FC;
  width: 56px;
  height: 56px;
  margin: 5px 15px;
  transition: 0.3s;
}
body footer .footer .link .list .item:hover {
  filter: brightness(1.15);
}
body .section-inside .container {
  display: flex;
  margin: 18rem auto;
}
body .section-inside .container:first-child {
  margin: 18rem auto 30rem;
}
body .section-inside .container .text-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
body .section-inside .container .text-inner.text-inner-banner > h3 {
  line-height: 2;
  color: #4a4a4a;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}
body .section-inside .container .text-inner > h1 {
  font-size: 4rem;
  line-height: 3;
  color: #878787;
  text-align: center;
}
body .section-inside .container .text-inner > h3 {
  line-height: 2;
  color: #000;
}
body .section-inside .container .text-inner > p {
  font-size: 1.6rem;
  line-height: 2;
  color: #4a4a4a;
}
body .section-inside .container .text-inner > ul li {
  line-height: 2;
  color: #878787;
}
body .section-inside .container .text-inner > ul li > span {
  padding-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  body .pc {
    display: none !important;
  }
  body .mobile {
    display: block !important;
  }
  body .container {
    width: 100%;
    margin: 0 auto;
  }
  body .header-wrap {
    height: 6rem;
  }
  body .header-wrap #header-main .navbar-icon {
    margin-top: 1rem;
  }
  body .header-wrap #header-main .navbar-icon img {
    width: 4rem;
  }
  body .header-wrap #header-main .navbar-brand {
    margin-top: 0.5rem;
  }
  body .header-wrap #header-main .navbar-brand img {
    width: 19rem;
    height: auto;
  }
  body .header-wrap #header-main .navbar-nav.navbar-nav1 {
    font-size: 1.5rem;
    padding: 0.35rem 1.6rem;
    margin-top: 1.5rem;
  }
  body .header-wrap #header-main .index-container.span-inside {
    margin-top: 75%;
  }
  body .header-wrap #header-main .index-container > a:last-child.navbar-nav {
    position: absolute;
    font-size: 2rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: 32.5rem;
    width: 50%;
    text-align: center;
    white-space: nowrap;
  }
  body .slider-wrap {
    margin-top: 6rem;
  }
  body .slider-wrap .inside-banner {
    margin-top: 6rem;
  }
  body .slider-wrap .inside-banner .slider-logo img {
    width: 6rem;
  }
  body .slider-wrap .inside-banner .tp-caption {
    white-space: inherit;
  }
  body .slider-wrap .inside-banner .tp-caption span.title1 {
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }
  body .slider-wrap .inside-banner .tp-caption span.title2 {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  body section {
    overflow-x: hidden;
  }
  body section.section-about {
    padding-top: 9rem;
  }
  body section.section-about p {
    font-size: 1.7rem;
    line-height: 2;
    padding-top: 2rem;
  }
  body section.section-create .soft-section .text-center > p {
    width: 80%;
    margin: 3rem auto;
    line-height: 2;
  }
  body section.section-create .soft-section .create-content p {
    padding: 1rem 0 3.5rem;
    line-height: 1.5;
    margin: auto;
  }
  body section.section-maintain .maintain-block {
    padding: 5rem 2rem;
  }
  body section.section-maintain p {
    line-height: 4;
  }
  body section.section-customer p {
    line-height: 4;
  }
  body section.section-customer .feature-box {
    flex-direction: column;
    margin: 0 auto 5rem;
  }
  body section.section-customer .feature-box.feature-box-last {
    margin: 0 auto;
  }
  body section.section-customer .feature-box .feature-box-icon {
    margin-bottom: 2rem;
  }
  body section.section-info .container .row > div {
    margin-bottom: 5rem;
  }
  body section.section-info .container .row > div .stats-info h4 {
    line-height: 3;
  }
  body section.section-info .container > div:not(:last-child) {
    margin: 0 auto 5rem;
  }
  body section.section-art {
    padding-top: 4rem;
  }
  body section.section-art .container > div {
    margin-bottom: 3rem;
  }
  body section.section-art .container #portfolio-section .folio-boxed .project-item {
    width: 100%;
  }
  body section.section-art .container #portfolio-section .folio-boxed .project-item:hover .project-info h2 {
    color: #4A4A4A;
    font-size: 1.5rem;
  }
  body section.section-sample {
    margin: 4rem auto 0;
  }
  body section.section-sample .container-sample.padding80 {
    padding: 2rem 0 0;
  }
  body section.section-sample .container-sample.padding80 .stats-sample {
    width: 85%;
    margin: 0 auto 5rem;
  }
  body section.section-sample .container-sample.padding80 .stats-sample .text {
    padding: 0 2rem 1rem;
  }
  body section.section-sample .container-sample.padding80 .stats-sample .text p {
    margin: 0 0 2rem;
  }
  body footer .footer {
    flex-direction: column;
    padding: 4vh 0;
  }
  body footer .footer .logo {
    text-align: center;
  }
  body footer .footer .content {
    margin: 2rem auto;
  }
  body footer .footer .content p {
    font-size: 1.4rem;
  }
  body .section-inside .container .text-inner.text-inner-banner > h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: left;
  }
  body .section-inside .container .text-inner.text-inner-banner > h3 {
    font-size: 1.7rem;
    line-height: 1.75;
    text-align: left;
  }
  body .section-inside .container.row {
    display: block;
    margin: 3rem auto 6rem;
  }
  body .section-inside .container.row > div {
    display: block;
  }
  body .section-inside .container.row > div .text-inner {
    position: relative;
    top: auto;
    transform: translateY(0%);
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  body .section-inside .container.row > div .text-inner > p {
    font-size: 1.7rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 414px) {
  body #header-main .index-container > a:last-child.navbar-nav {
    margin-top: 31.5rem;
  }
}
@media screen and (max-width: 380px) {
  body #header-main .index-container > a:last-child.navbar-nav {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 360px) {
  body #header-main .index-container > a:last-child.navbar-nav {
    margin-top: 29rem;
  }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 390px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  body #header-main .index-container > a:last-child.navbar-nav {
    margin-top: 30.5rem;
  }
}
@media only screen and (min-device-width: 430px) and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  body #header-main .index-container > a:last-child.navbar-nav {
    margin-top: 32.5rem;
  }
}/*# sourceMappingURL=style.css.map */

.ai {
  .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
	.left {
		display: flex;
		flex-direction: column;
		justify-content: center;
    padding-right: 5%;
    .feature-box-icon {
      padding: 10px;
      img {
        transform: scale(.8);
      }
      &:before {
        content: '';
        position: absolute;
        border: 5px dotted #228dff;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translate(-10px, -10px);
      }
    }
	}
	.right {
		display: flex;
	}
}

@media (max-width: 768px) {
  .ai {
    .row {
      margin: 0;
    }
    .left {
      padding: 0;
    }
  }
}