* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: "Helvetica_normal";
  src: url("../fonts/Helvetica_normal.ttf"), url("../fonts/Helvetica_normal.ttf") format("truetype"); }
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../fonts/HelveticaNeueBold.ttf"), url("../fonts/HelveticaNeueBold.ttf") format("truetype"); }
@font-face {
  font-family: "HelveticaLt";
  src: url("../fonts/HelveticaLt.ttf"), url("../fonts/HelveticaLt.ttf") format("truetype"); }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 26px;
  color: #45494b;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif; }

.pc {
  display: block; }

.sp {
  display: none; }

.nav-area {
  padding: 1% 5% 1%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .nav-area .nav-logo {
    flex-basis: 20%; }
    .nav-area .nav-logo a {
      text-decoration: none; }
      .nav-area .nav-logo a img {
        width: 40%; }
  .nav-area .nav-contact {
    flex-basis: 50%;
    align-self: flex-end; }
    .nav-area .nav-contact .menu-language {
      text-align: right;
      padding-top: 0px;
      padding-right: 3%;
      padding-bottom: 10px; }
      .nav-area .nav-contact .menu-language a {
        margin: 0;
        border: 1px solid #e2e6e8;
        padding: 0 10px;
        color: #374fa1;
        font-weight: 700;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 12px;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif; }
        .nav-area .nav-contact .menu-language a.active {
          color: #ffffff;
          background-color: #374fa1;
          border-color: #374fa1; }
        .nav-area .nav-contact .menu-language a:first-child {
          border-bottom-left-radius: 3px;
          border-top-left-radius: 3px;
          border-right: none; }
        .nav-area .nav-contact .menu-language a:last-child {
          border-bottom-right-radius: 3px;
          border-top-right-radius: 3px;
          border-left: none; }
    .nav-area .nav-contact .nav-menu {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      .nav-area .nav-contact .nav-menu li {
        flex-basis: 20%;
        text-align: center; }
        .nav-area .nav-contact .nav-menu li a {
          text-decoration: none;
          color: black;
          line-height: 1.5;
          font-size: 16px;
          font-weight: 600;
          font-family: Arial, Helvetica, sans-serif; }
          .nav-area .nav-contact .nav-menu li a span {
            color: #54bae1;
            display: block;
            font-size: 13px; }

.top-header .top-header-area {
  background-image: url("../img/top_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 550px;
  position: relative; }
  .top-header .top-header-area .top-header-content .top-header-img {
    padding-top: 4em;
    text-align: center; }
    .top-header .top-header-area .top-header-content .top-header-img img {
      width: 350px; }
    .top-header .top-header-area .top-header-content .top-header-img .top-logo-title {
      padding-top: 1em;
      line-height: 1.5;
      font-size: 18px;
      color: white;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif; }
    .top-header .top-header-area .top-header-content .top-header-img .top-header-desc {
      padding-top: 3em; }
      .top-header .top-header-area .top-header-content .top-header-img .top-header-desc h1 {
        letter-spacing: 4px;
        line-height: 1.7;
        font-size: 32px;
        color: white;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif; }

.top-company-area {
  margin-top: -1px;
  background-image: url("../img/top_company_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 850px;
  position: relative; }
  .top-company-area .top-company-container {
    margin: 0 auto;
    max-width: 1250px;
    padding-top: 12em;
    padding-left: 2%;
    padding-right: 2%; }
    .top-company-area .top-company-container .top-company-title {
      background: transparent;
      font-size: 30px;
      width: 300px;
      border: 1px solid white;
      text-align: center;
      position: relative;
      line-height: 2;
      margin: 0 auto;
      color: white;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif; }
      .top-company-area .top-company-container .top-company-title .gap1 {
        background-color: #7dd1e1;
        position: absolute;
        width: 7px;
        height: 10px;
        bottom: -2%;
        right: 0%; }
      .top-company-area .top-company-container .top-company-title .gap2 {
        background-color: #7dd1e1;
        position: absolute;
        width: 7px;
        height: 10px;
        top: -2%;
        right: 0%; }
      .top-company-area .top-company-container .top-company-title .gap3 {
        background-color: #7dd1e1;
        position: absolute;
        width: 7px;
        height: 10px;
        bottom: -2%;
        left: 0%; }
      .top-company-area .top-company-container .top-company-title .gap4 {
        background-color: #7dd1e1;
        position: absolute;
        width: 7px;
        height: 10px;
        top: -2%;
        left: 0%; }
    .top-company-area .top-company-container .top-company-subt {
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      color: white;
      line-height: 2.5;
      font-size: 18px;
      font-weight: 600; }
    .top-company-area .top-company-container .top-company-desc {
      margin-top: 7em; }
      .top-company-area .top-company-container .top-company-desc p {
        text-align: center;
        line-height: 2.2;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 600; }
    .top-company-area .top-company-container .top-company-btn-area {
      max-width: 200px;
      margin: 0 auto;
      cursor: pointer; }
      .top-company-area .top-company-container .top-company-btn-area a {
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-size: 12px;
        color: #7dd1e1;
        font-weight: 300;
        background-color: red; }
        .top-company-area .top-company-container .top-company-btn-area a .top-company-btn {
          background-color: white;
          margin-top: 7em;
          text-align: center;
          padding: 15px 2px;
          position: relative;
          box-shadow: inset 0 0 0 0 #374fa1;
          -webkit-transition: ease-out 0.4s;
          -moz-transition: ease-out 0.4s;
          transition: ease-out 0.4s; }
          .top-company-area .top-company-container .top-company-btn-area a .top-company-btn:hover {
            box-shadow: inset 400px 0 0 0 #374fa1;
            color: white; }
            .top-company-area .top-company-container .top-company-btn-area a .top-company-btn:hover::after {
              color: white; }
          .top-company-area .top-company-container .top-company-btn-area a .top-company-btn::after {
            content: "\f04b";
            font-family: FontAwesome;
            color: #7dd1e1;
            position: absolute;
            right: 20px;
            top: 16px;
            font-size: 10px; }

#slideout-menu {
  display: none;
  background: white;
  z-index: 100;
  transition: 0.4s;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 1%;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  position: absolute; }
  #slideout-menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    padding-right: 2%; }
    #slideout-menu ul li {
      text-align: center;
      border-right: 1px solid #232323;
      flex-basis: 12%; }
      #slideout-menu ul li:last-child {
        border-right: none; }
      #slideout-menu ul li a {
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        color: #232323; }

.top-business-area .top-business-container {
  margin: 0 auto;
  max-width: 1250px;
  padding-top: 10em;
  padding-bottom: 10em;
  padding-left: 2%;
  padding-right: 2%; }
  .top-business-area .top-business-container .top-business-title {
    background: transparent;
    font-size: 30px;
    width: 300px;
    border: 1px solid #7dd1e1;
    text-align: center;
    position: relative;
    line-height: 2;
    margin: 0 auto;
    color: #7dd1e1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600; }
    .top-business-area .top-business-container .top-business-title .gap1 {
      background-color: white;
      position: absolute;
      width: 7px;
      height: 10px;
      bottom: -2%;
      right: 0%; }
    .top-business-area .top-business-container .top-business-title .gap2 {
      background-color: white;
      position: absolute;
      width: 7px;
      height: 10px;
      top: -2%;
      right: 0%; }
    .top-business-area .top-business-container .top-business-title .gap3 {
      background-color: white;
      position: absolute;
      width: 7px;
      height: 10px;
      bottom: -2%;
      left: 0%; }
    .top-business-area .top-business-container .top-business-title .gap4 {
      background-color: white;
      position: absolute;
      width: 7px;
      height: 10px;
      top: -2%;
      left: 0%; }
  .top-business-area .top-business-container .top-business-subt {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #7dd1e1;
    line-height: 2.5;
    font-size: 18px;
    font-weight: 600; }
  .top-business-area .top-business-container .top-business-desc {
    padding-top: 3em; }
    .top-business-area .top-business-container .top-business-desc p {
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.7;
      font-size: 18px;
      color: #7dd1e1;
      font-weight: 600; }
  .top-business-area .top-business-container .top-business-box {
    padding-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top-business-area .top-business-container .top-business-box .top-business-box-area {
      margin-top: 4%;
      flex-basis: 22%;
      background-color: #7dd1e1;
      padding: 3% 2% 2%;
      text-align: center;
      align-self: stretch;
      text-decoration: none;
      position: relative;
      height: auto;
      transition: 0.3s; }
      .top-business-area .top-business-container .top-business-box .top-business-box-area:hover {
        -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
        -moz-box-shadow: 0px 0px 4px 0px #8f8f8f;
        box-shadow: 0px 0px 4px 0px #8f8f8f;
        transition: 0.3s; }
      .top-business-area .top-business-container .top-business-box .top-business-box-area.fire .box-image {
        height: 45px; }
        .top-business-area .top-business-container .top-business-box .top-business-box-area.fire .box-image img {
          margin-bottom: 5px;
          width: 35px; }
      .top-business-area .top-business-container .top-business-box .top-business-box-area::after {
        content: "\f04b";
        font-family: FontAwesome;
        color: white;
        position: absolute;
        right: 15px;
        top: 45%;
        font-size: 10px; }
      .top-business-area .top-business-container .top-business-box .top-business-box-area .box-image {
        height: 45px; }
        .top-business-area .top-business-container .top-business-box .top-business-box-area .box-image img {
          width: 45px; }
      .top-business-area .top-business-container .top-business-box .top-business-box-area p {
        margin-top: 10px;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 600;
        color: white;
        font-family: Arial, Helvetica, sans-serif; }
        .top-business-area .top-business-container .top-business-box .top-business-box-area p span {
          position: relative; }
          .top-business-area .top-business-container .top-business-box .top-business-box-area p span::after {
            content: "\f04b";
            font-family: FontAwesome;
            color: white;
            position: absolute;
            right: -20px;
            top: 0px;
            font-size: 10px; }
      .top-business-area .top-business-container .top-business-box .top-business-box-area.center-text {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center; }

.footer-scroll {
  background-color: #e6e6e4;
  padding: 2%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer-scroll img {
    width: 30px; }

.footer-sec {
  background-color: #6fccdd;
  padding: 5% 7% 1%; }
  .footer-sec .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .footer-sec .footer-container .footer-logo {
      flex-basis: 20%; }
      .footer-sec .footer-container .footer-logo img {
        width: 40%; }
    .footer-sec .footer-container .footer-menu {
      flex-basis: 60%; }
      .footer-sec .footer-container .footer-menu .sitemap a {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none; }
      .footer-sec .footer-container .footer-menu ul {
        padding-top: 10px;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .footer-sec .footer-container .footer-menu ul li {
          list-style: none;
          padding-top: 2%; }
          .footer-sec .footer-container .footer-menu ul li.active {
            border-top: 1px solid white; }
          .footer-sec .footer-container .footer-menu ul li a {
            font-weight: 600;
            padding-left: 12px;
            padding-right: 12px;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            color: white;
            font-size: 14px !important;
            border-right: 2px solid white; }
            .footer-sec .footer-container .footer-menu ul li a.firstchild {
              padding-left: 0px; }
            .footer-sec .footer-container .footer-menu ul li a.lastchild {
              border-right: 0px solid white; }
  .footer-sec .footer-copyright {
    padding-top: 5%; }
    .footer-sec .footer-copyright p {
      font-weight: 600;
      line-height: 1.5;
      font-family: Arial, Helvetica, sans-serif;
      color: white;
      font-size: 14px !important;
      text-align: center; }

.service-header .service-banner {
  background-image: url("../img/service_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
  position: relative; }
  .service-header .service-banner .service-title {
    position: absolute;
    top: 140px;
    right: 0px;
    left: 0px;
    text-align: center; }
    .service-header .service-banner .service-title img {
      width: 350px; }
    .service-header .service-banner .service-title p {
      color: white;
      line-height: 2;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 18px; }
.service-header .service-bottom-menu {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 0%; }
  .service-header .service-bottom-menu .service-menu-area {
    max-width: 1200px;
    margin: 0 auto; }
    .service-header .service-bottom-menu .service-menu-area ul {
      display: flex;
      flex-direction: row;
      font-family: Arial, Helvetica, sans-serif; }
      .service-header .service-bottom-menu .service-menu-area ul li {
        padding-left: 5px;
        padding-right: 15px;
        list-style: none;
        position: relative; }
        .service-header .service-bottom-menu .service-menu-area ul li::after {
          content: ">";
          position: absolute;
          right: 0%;
          font-family: Fontawesome;
          color: #54bae1;
          font-size: 12px;
          top: 2px; }
        .service-header .service-bottom-menu .service-menu-area ul li:last-child::after {
          content: "";
          position: absolute;
          right: 0%;
          font-family: Fontawesome;
          color: #54bae1;
          font-size: 10px;
          top: 5px; }
        .service-header .service-bottom-menu .service-menu-area ul li a {
          text-decoration: none;
          color: #54bae1;
          line-height: 1.5;
          font-size: 14px; }

.service-maintenance {
  margin: 0 auto;
  max-width: 1250px; }
  .service-maintenance .service-maintenance-title {
    padding-top: 5%; }
    .service-maintenance .service-maintenance-title h1 {
      margin: 0 auto;
      border-top: 5px solid #73c044;
      border-bottom: 5px solid #374fa1;
      width: 390px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      color: black;
      position: relative; }
      .service-maintenance .service-maintenance-title h1::before {
        position: absolute;
        content: url(../img/service_ic1.png);
        top: -20px;
        right: 103%;
        transform: scale(0.9); }
    .service-maintenance .service-maintenance-title h2 {
      margin-top: 5px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .service-maintenance .service-maintenance-category-title {
    margin-top: 7%;
    background-color: #f4fafd;
    padding-left: 2%; }
    .service-maintenance .service-maintenance-category-title h1 {
      color: #61acbd;
      line-height: 2;
      font-size: 25px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif; }
  .service-maintenance .service-maintenance-category-body {
    margin-top: 4%; }
    .service-maintenance .service-maintenance-category-body .maintenance-category-title {
      line-height: 1.5;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      color: black; }
      .service-maintenance .service-maintenance-category-body .maintenance-category-title span {
        font-weight: normal;
        font-size: 16px; }
    .service-maintenance .service-maintenance-category-body .maintenance-category-area {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding-bottom: 2%; }
      .service-maintenance .service-maintenance-category-body .maintenance-category-area .maintenance-basis {
        margin-top: 1%;
        flex-basis: 24%;
        background-color: #f0f0f1;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.5;
        text-align: center;
        padding: 10px;
        color: black; }
    .service-maintenance .service-maintenance-category-body .maintenance-triangle-area {
      padding-bottom: 5%;
      margin: 0 auto;
      position: relative; }
      .service-maintenance .service-maintenance-category-body .maintenance-triangle-area .maintenance-triangle {
        background: #e6e7e8;
        width: 100%;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0em; }
        .service-maintenance .service-maintenance-category-body .maintenance-triangle-area .maintenance-triangle:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          padding-bottom: 10%;
          background: #e6e7e8;
          clip-path: polygon(50% 40%, 0 0, 100% 0); }
    .service-maintenance .service-maintenance-category-body .service-maintenance-other-category {
      max-width: 900px;
      margin: 0 auto; }
      .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-title {
        margin-top: 5%;
        line-height: 1.5;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: black; }
      .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-area {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 2%; }
        .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-area .other-category-basis {
          margin-top: 2%;
          flex-basis: 32%;
          background-color: #f0f0f1;
          font-size: 16px;
          font-family: Arial, Helvetica, sans-serif;
          line-height: 1.5;
          text-align: center;
          padding: 10px;
          color: black; }
      .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-triangle-area {
        padding-bottom: 7%;
        margin: 0 auto;
        position: relative; }
        .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-triangle-area .other-category-triangle {
          background: #e6e7e8;
          width: 100%;
          position: absolute;
          top: 0%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 0em; }
          .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-triangle-area .other-category-triangle:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            padding-bottom: 10%;
            background: #e6e7e8;
            clip-path: polygon(50% 60%, 0 0, 100% 0); }
      .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .maintenance-below-text {
        padding-top: 3%;
        text-align: center;
        color: #73c044;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        font-family: Arial, Helvetica, sans-serif; }
        .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .maintenance-below-text span {
          border-bottom: 1px solid #73c044;
          padding-bottom: 7px; }

.service-engineer {
  padding-top: 7%;
  margin: 0 auto;
  max-width: 1250px; }
  .service-engineer .service-engineer-title {
    padding-top: 5%; }
    .service-engineer .service-engineer-title h1 {
      margin: 0 auto;
      border-top: 5px solid #73c044;
      border-bottom: 5px solid #374fa1;
      width: 390px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      color: black;
      position: relative; }
      .service-engineer .service-engineer-title h1::before {
        position: absolute;
        content: url(../img/service_ic2.png);
        top: -20px;
        right: 103%;
        transform: scale(0.9); }
    .service-engineer .service-engineer-title h2 {
      margin-top: 5px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .service-engineer .service-engineer-category-title {
    margin-top: 5%;
    background-color: #f4fafd;
    padding-left: 2%; }
    .service-engineer .service-engineer-category-title h1 {
      color: #61acbd;
      line-height: 2;
      font-size: 25px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif; }
  .service-engineer .service-engineer-body {
    padding-top: 7%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    .service-engineer .service-engineer-body .service-engineer-basis {
      flex-basis: 19%; }
      .service-engineer .service-engineer-body .service-engineer-basis .engineer-title {
        background-color: #f0f0f1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: black;
        line-height: 2;
        text-align: center;
        padding: 4px; }
      .service-engineer .service-engineer-body .service-engineer-basis .engineer-desc {
        margin-top: 10%; }
        .service-engineer .service-engineer-body .service-engineer-basis .engineer-desc p {
          font-family: Arial, Helvetica, sans-serif;
          text-align: center;
          line-height: 1.5;
          color: black;
          font-size: 16px; }
  .service-engineer .service-engineer-text-below {
    padding-top: 5%;
    text-align: center;
    color: #73c044;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif; }
    .service-engineer .service-engineer-text-below span {
      border-bottom: 1px solid #73c044;
      padding-bottom: 7px; }

.service-automation {
  padding-top: 7%;
  margin: 0 auto;
  max-width: 1250px; }
  .service-automation .service-automation-title {
    padding-top: 5%; }
    .service-automation .service-automation-title h1 {
      margin: 0 auto;
      border-top: 5px solid #73c044;
      border-bottom: 5px solid #374fa1;
      width: 390px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      color: black;
      position: relative; }
    .service-automation .service-automation-title h2 {
      margin-top: 5px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .service-automation .service-automation-body {
    margin-top: 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .service-automation .service-automation-body .automation-body-basis {
      margin-top: 1%;
      flex-basis: 24%;
      background-color: #f0f0f1;
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.4;
      text-align: center;
      padding: 15px 10px;
      color: black;
      height: 45px; }
      .service-automation .service-automation-body .automation-body-basis.no-bg {
        background-color: transparent !important; }
      .service-automation .service-automation-body .automation-body-basis.double-line {
        padding: 6px 5px !important; }

.service-fire {
  padding-top: 7%;
  margin: 0 auto;
  max-width: 1250px; }
  .service-fire .service-fire-title {
    padding-top: 5%; }
    .service-fire .service-fire-title h1 {
      margin: 0 auto;
      border-top: 5px solid #73c044;
      border-bottom: 5px solid #374fa1;
      width: 600px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      color: black;
      position: relative; }
      .service-fire .service-fire-title h1::before {
        position: absolute;
        content: url(../img/service_ic3.png);
        top: -20px;
        right: 103%;
        transform: scale(0.9); }
    .service-fire .service-fire-title h2 {
      margin-top: 5px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .service-fire .service-fire-category-title {
    margin-top: 5%;
    background-color: #f4fafd;
    padding-left: 2%; }
    .service-fire .service-fire-category-title h1 {
      color: #61acbd;
      line-height: 2;
      font-size: 25px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif; }
  .service-fire .service-fire-body {
    padding-top: 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .service-fire .service-fire-body .service-fire-basis {
      margin-top: 1%;
      flex-basis: 18%;
      background-color: #f0f0f1;
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.4;
      text-align: center;
      padding: 15px 10px;
      color: black; }
      .service-fire .service-fire-body .service-fire-basis.large-text {
        flex-basis: 23% !important; }
  .service-fire .service-fire-text-below {
    padding-top: 5%;
    text-align: center;
    color: #73c044;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif; }
    .service-fire .service-fire-text-below span {
      border-bottom: 1px solid #73c044;
      padding-bottom: 7px; }

.service-equipment {
  padding-top: 7%;
  margin: 0 auto;
  max-width: 1250px; }
  .service-equipment .service-equipment-title {
    padding-top: 5%; }
    .service-equipment .service-equipment-title h1 {
      margin: 0 auto;
      border-top: 5px solid #73c044;
      border-bottom: 5px solid #374fa1;
      width: 600px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      color: black;
      position: relative; }
      .service-equipment .service-equipment-title h1::before {
        position: absolute;
        content: url(../img/service_ic4.png);
        top: -20px;
        right: 103%;
        transform: scale(0.9); }
    .service-equipment .service-equipment-title h2 {
      margin-top: 5px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .service-equipment .service-equipment-body {
    margin-top: 5%;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    color: black;
    font-family: Arial, Helvetica, sans-serif; }

.service-agent {
  padding-top: 7%;
  margin: 0 auto;
  max-width: 1250px; }
  .service-agent .service-agent-title {
    padding-top: 5%; }
    .service-agent .service-agent-title h1 {
      margin: 0 auto;
      border-top: 5px solid #73c044;
      border-bottom: 5px solid #374fa1;
      width: 750px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      color: black;
      position: relative; }
      .service-agent .service-agent-title h1::before {
        position: absolute;
        content: url(../img/service_ic5.png);
        top: -20px;
        right: 103%;
        transform: scale(0.9); }
    .service-agent .service-agent-title h2 {
      margin-top: 5px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .service-agent .service-agent-body {
    margin-top: 5%;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5%; }

.service-factory {
  padding-top: 7%;
  margin: 0 auto;
  max-width: 1250px; }
  .service-factory .service-factory-title {
    padding-top: 5%; }
    .service-factory .service-factory-title h1 {
      margin: 0 auto;
      border-top: 5px solid #73c044;
      border-bottom: 5px solid #374fa1;
      width: 480px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      color: black;
      position: relative; }
    .service-factory .service-factory-title h2 {
      margin-top: 5px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .service-factory .service-factory-body {
    margin-top: 5%;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    color: black;
    font-family: Arial, Helvetica, sans-serif; }

.service-environment {
  padding-top: 7%;
  margin: 0 auto;
  max-width: 1250px;
  padding-bottom: 10%; }
  .service-environment .service-environment-title {
    padding-top: 5%;
    padding-bottom: 5%; }
    .service-environment .service-environment-title h1 {
      margin: 0 auto;
      border-top: 5px solid #73c044;
      border-bottom: 5px solid #374fa1;
      width: 650px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      color: black;
      position: relative; }
    .service-environment .service-environment-title h2 {
      margin-top: 5px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
      font-size: 16px;
      color: black;
      font-weight: 600; }
  .service-environment .service-enviroment-body-title {
    margin-top: 2%;
    border-left: 3px solid #60acbc;
    padding-left: 10px;
    color: black;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif; }
    .service-environment .service-enviroment-body-title span {
      font-weight: normal;
      font-size: 16px; }
  .service-environment .service-environment-body {
    padding-bottom: 3%;
    padding-top: 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .service-environment .service-environment-body .service-environment-basis {
      margin-top: 1%;
      flex-basis: 24%;
      background-color: #f0f0f1;
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.4;
      text-align: center;
      padding: 15px 10px;
      color: black;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center; }

.company-header .company-banner {
  background-image: url("../img/company_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
  position: relative; }
  .company-header .company-banner .company-title {
    position: absolute;
    top: 140px;
    right: 0px;
    left: 0px;
    text-align: center; }
    .company-header .company-banner .company-title img {
      width: 250px; }
    .company-header .company-banner .company-title p {
      color: white;
      line-height: 2;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 18px; }
.company-header .company-bottom-menu {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 0%; }
  .company-header .company-bottom-menu .company-menu-area {
    max-width: 1200px;
    margin: 0 auto; }
    .company-header .company-bottom-menu .company-menu-area ul {
      display: flex;
      flex-direction: row;
      font-family: Arial, Helvetica, sans-serif; }
      .company-header .company-bottom-menu .company-menu-area ul li {
        padding-left: 5px;
        padding-right: 15px;
        list-style: none;
        position: relative; }
        .company-header .company-bottom-menu .company-menu-area ul li::after {
          content: ">";
          position: absolute;
          right: 0%;
          font-family: Fontawesome;
          color: #54bae1;
          font-size: 12px;
          top: 2px; }
        .company-header .company-bottom-menu .company-menu-area ul li:last-child::after {
          content: "";
          position: absolute;
          right: 0%;
          font-family: Fontawesome;
          color: #54bae1;
          font-size: 10px;
          top: 5px; }
        .company-header .company-bottom-menu .company-menu-area ul li a {
          text-decoration: none;
          color: #54bae1;
          line-height: 1.5;
          font-size: 14px; }

.company-section {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5%;
  padding-bottom: 5%; }
  .company-section .company-title {
    border-top: 6px solid #73c044;
    border-left: 6px solid #73c044;
    border-right: 6px solid #374fa1;
    border-bottom: 6px solid #374fa1;
    width: 230px;
    margin: 0 auto; }
    .company-section .company-title h1 {
      text-align: center;
      line-height: 1.7;
      font-size: 30px;
      letter-spacing: 2px;
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600; }
  .company-section .company-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dotted #45494b; }
    .company-section .company-body.first-child {
      padding-top: 7%; }
    .company-section .company-body.last-details {
      border-bottom: 0px dotted #45494b; }
    .company-section .company-body .company-name {
      padding-top: 14px;
      padding-left: 14px;
      padding-bottom: 12px;
      flex-basis: 40%;
      font-size: 14px;
      color: black;
      line-height: 1.5;
      font-family: Arial, Helvetica, sans-serif;
      color: #374fa1;
      font-weight: 600; }
    .company-section .company-body .company-details {
      padding: 12px;
      font-family: Arial, Helvetica, sans-serif;
      flex-basis: 60%;
      font-size: 14px;
      color: black;
      line-height: 1.8; }

.contact-header .contact-banner {
  background-image: url("../img/contact_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
  position: relative; }
  .contact-header .contact-banner .contact-title {
    position: absolute;
    top: 140px;
    right: 0px;
    left: 0px;
    text-align: center; }
    .contact-header .contact-banner .contact-title img {
      width: 280px; }
    .contact-header .contact-banner .contact-title p {
      color: white;
      line-height: 2;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 18px; }
.contact-header .contact-bottom-menu {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 0%; }
  .contact-header .contact-bottom-menu .contact-menu-area {
    max-width: 1200px;
    margin: 0 auto; }
    .contact-header .contact-bottom-menu .contact-menu-area ul {
      display: flex;
      flex-direction: row;
      font-family: Arial, Helvetica, sans-serif; }
      .contact-header .contact-bottom-menu .contact-menu-area ul li {
        padding-left: 5px;
        padding-right: 15px;
        list-style: none;
        position: relative; }
        .contact-header .contact-bottom-menu .contact-menu-area ul li::after {
          content: ">";
          position: absolute;
          right: 0%;
          font-family: Fontawesome;
          color: #54bae1;
          font-size: 12px;
          top: 2px; }
        .contact-header .contact-bottom-menu .contact-menu-area ul li:last-child::after {
          content: "";
          position: absolute;
          right: 0%;
          font-family: Fontawesome;
          color: #54bae1;
          font-size: 10px;
          top: 5px; }
        .contact-header .contact-bottom-menu .contact-menu-area ul li a {
          text-decoration: none;
          color: #54bae1;
          line-height: 1.5;
          font-size: 14px; }

.contact-section {
  padding-top: 5%;
  max-width: 1250px;
  margin: 0 auto; }
  .contact-section .contact-map-information {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; }
    .contact-section .contact-map-information .contact-map {
      flex-basis: 50%;
      padding-right: 2%; }
      .contact-section .contact-map-information .contact-map iframe {
        width: 100%;
        height: 400px; }
    .contact-section .contact-map-information .contact-information {
      padding-top: 2%;
      padding-left: 2%;
      flex-basis: 50%; }
      .contact-section .contact-map-information .contact-information .info-title {
        font-size: 18px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        border-left: 2px solid #61acbd;
        color: black;
        font-family: Arial, Helvetica, sans-serif; }
      .contact-section .contact-map-information .contact-information .company-address {
        margin-top: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: black; }
      .contact-section .contact-map-information .contact-information .contact-number-title {
        margin-bottom: 3%;
        margin-top: 10%;
        display: flex;
        flex-direction: row;
        align-items: flex-end; }
        .contact-section .contact-map-information .contact-information .contact-number-title .icon-img img {
          width: 80%; }
        .contact-section .contact-map-information .contact-information .contact-number-title .icon-text {
          font-size: 17px;
          color: black;
          font-family: Arial, Helvetica, sans-serif;
          line-height: 1.5;
          font-weight: 600; }
      .contact-section .contact-map-information .contact-information .contact-tel-fax {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .contact-section .contact-map-information .contact-information .contact-tel-fax .tel-name {
          padding-top: 10px;
          flex-basis: 7%;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 14px;
          text-align: right; }
        .contact-section .contact-map-information .contact-information .contact-tel-fax .tel-detail {
          padding-top: 10px;
          flex-basis: 40%;
          padding-left: 2%;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 20px;
          font-weight: 600;
          letter-spacing: 1px; }
      .contact-section .contact-map-information .contact-information .contact-email {
        padding-top: 6%; }
        .contact-section .contact-map-information .contact-information .contact-email p {
          font-size: 12px !important;
          font-family: Arial, Helvetica, sans-serif; }
          .contact-section .contact-map-information .contact-information .contact-email p span {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            line-height: 2; }

.contact-form {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 8%; }
  .contact-form .contact-form-title {
    background: transparent;
    font-size: 30px;
    width: 300px;
    border: 1px solid #374fa1;
    text-align: center;
    position: relative;
    line-height: 2;
    margin: 0 auto;
    color: black;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif; }
    .contact-form .contact-form-title .gap1 {
      background-color: white;
      position: absolute;
      width: 7px;
      height: 10px;
      bottom: -2%;
      right: 0%; }
    .contact-form .contact-form-title .gap2 {
      background-color: white;
      position: absolute;
      width: 7px;
      height: 10px;
      top: -2%;
      right: 0%; }
    .contact-form .contact-form-title .gap3 {
      background-color: white;
      position: absolute;
      width: 7px;
      height: 10px;
      bottom: -2%;
      left: 0%; }
    .contact-form .contact-form-title .gap4 {
      background-color: white;
      position: absolute;
      width: 7px;
      height: 10px;
      top: -2%;
      left: 0%; }
  .contact-form .contact-subt {
    padding-top: 1%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    line-height: 2; }
  .contact-form .inquire-text {
    padding-bottom: 2%;
    padding-top: 7%;
    font-size: 12px;
    color: #54bae1;
    font-family: Arial, Helvetica, sans-serif; }
  .contact-form .form-content {
    padding-top: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .contact-form .form-content .form-label {
      flex-basis: 20%;
      font-size: 16px;
      line-height: 1.5;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600; }
      .contact-form .form-content .form-label.text-area {
        align-self: flex-start; }
    .contact-form .form-content .form-input {
      flex-basis: 80%; }
      .contact-form .form-content .form-input .input-text-style {
        border-radius: 10px;
        height: 35px;
        background: #f3f3f3;
        width: 100%;
        outline: none;
        font-size: 16px;
        padding-left: 10px;
        border: 0px;
        font-family: Arial, Helvetica, sans-serif; }
      .contact-form .form-content .form-input .input-textarea {
        padding-top: 10px;
        border-radius: 10px;
        height: 300px;
        background: #f3f3f3;
        width: 100%;
        outline: none;
        font-size: 16px;
        padding-left: 10px;
        border: 0px;
        font-family: Arial, Helvetica, sans-serif;
        resize: none; }
      .contact-form .form-content .form-input .input {
        display: none; }
      .contact-form .form-content .form-input .label {
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 14px; }
      .contact-form .form-content .form-input .label span {
        position: relative;
        line-height: 22px; }
      .contact-form .form-content .form-input .label span:before,
      .contact-form .form-content .form-input .label span:after {
        content: ""; }
      .contact-form .form-content .form-input .label span:before {
        background-color: #f3f3f3;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top; }
      .contact-form .form-content .form-input .label span:after {
        background: #54bae1;
        width: 18px;
        height: 18px;
        position: absolute;
        top: -2px;
        left: 1px;
        transition: 300ms;
        opacity: 0; }
      .contact-form .form-content .form-input .label input:checked + span:after {
        opacity: 1; }
    .contact-form .form-content .form-btn {
      margin: 0 auto;
      padding-top: 10%; }
      .contact-form .form-content .form-btn button {
        text-align: center;
        padding: 5px 60px;
        border: none;
        background-color: #7dd1e1;
        font-size: 16px;
        color: white;
        line-height: 2;
        font-family: Arial, Helvetica, sans-serif;
        box-shadow: inset 0 0 0 0 transparent;
        -webkit-transition: ease-out 0.4s;
        -moz-transition: ease-out 0.4s;
        transition: ease-out 0.4s; }
        .contact-form .form-content .form-btn button:hover {
          box-shadow: inset 400px 0 0 0 #374fa1;
          color: white; }

.thanks-sec .thanks-area {
  padding-top: 7%;
  padding-bottom: 7%;
  max-width: 750px;
  margin: 0 auto; }
  .thanks-sec .thanks-area .thanks-body {
    border: 2px solid #eee;
    padding: 10% 10%; }
    .thanks-sec .thanks-area .thanks-body h1 {
      color: black;
      text-align: center;
      font-size: 30px;
      line-height: 1.5; }
    .thanks-sec .thanks-area .thanks-body p {
      color: black;
      padding-top: 5%;
      text-align: center;
      line-height: 1.5;
      font-size: 20px; }
    .thanks-sec .thanks-area .thanks-body .goto {
      padding-top: 10%;
      text-align: center;
      font-size: 15px; }
      .thanks-sec .thanks-area .thanks-body .goto a {
        color: black;
        text-decoration: none; }

@media only screen and (max-width: 700px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .nav-area {
    padding: 2% 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .nav-area .nav-logo {
      flex-basis: 25%; }
      .nav-area .nav-logo a {
        text-decoration: none; }
        .nav-area .nav-logo a img {
          width: 100%; }
    .nav-area .nav-contact {
      flex-basis: 50%;
      align-self: flex-end; }
      .nav-area .nav-contact .nav-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; }
        .nav-area .nav-contact .nav-menu li {
          flex-basis: 20%;
          text-align: center; }
          .nav-area .nav-contact .nav-menu li a {
            text-decoration: none;
            color: black;
            line-height: 1.5;
            font-size: 16px;
            font-weight: 600;
            font-family: Arial, Helvetica, sans-serif; }
            .nav-area .nav-contact .nav-menu li a span {
              color: #54bae1;
              display: block;
              font-size: 13px; }
    .nav-area .nav-menu-sp .icon-set a {
      display: block;
      width: 80px;
      height: 80px;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .nav-area .nav-menu-sp .icon-set a span {
        display: block;
        width: 30px;
        height: 3px;
        background: #555;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
        .nav-area .nav-menu-sp .icon-set a span:nth-child(1) {
          top: 30px;
          opacity: 1;
          transition: 0.1s ease-in-out 0s; }
        .nav-area .nav-menu-sp .icon-set a span:nth-child(2) {
          top: 38.4px;
          transform: rotate(0deg);
          transition: 0.1s ease-in-out; }
        .nav-area .nav-menu-sp .icon-set a span:nth-child(3) {
          top: 30px;
          transform: rotate(0deg);
          transition: 0.1s ease-in-out; }
        .nav-area .nav-menu-sp .icon-set a span:nth-child(4) {
          bottom: 30px;
          opacity: 1;
          transition: 0.1s ease-in-out 0s; }
      .nav-area .nav-menu-sp .icon-set a.is-active span {
        display: block;
        width: 30px;
        height: 3px;
        background: #555;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
        .nav-area .nav-menu-sp .icon-set a.is-active span:nth-child(1) {
          top: 26px;
          opacity: 0;
          transition: 0.1s ease-in-out; }
        .nav-area .nav-menu-sp .icon-set a.is-active span:nth-child(2) {
          top: 40px;
          transform: rotate(45deg);
          transition: 0.1s ease-in-out 0s; }
        .nav-area .nav-menu-sp .icon-set a.is-active span:nth-child(3) {
          top: 40px;
          transform: rotate(-45deg);
          transition: 0.1s ease-in-out 0s; }
        .nav-area .nav-menu-sp .icon-set a.is-active span:nth-child(4) {
          bottom: 26px;
          opacity: 0;
          transition: 0.1s ease-in-out; }

  #slideout-menu {
    display: block;
    background: white;
    z-index: 100;
    transition: 0.4s;
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 1%;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding-top: 10%;
    height: 100vh;
    overflow-x: hidden; }
    #slideout-menu ul {
      padding-left: 2%;
      padding-right: 2%;
      display: flex;
      flex-direction: column;
      align-items: center;
      list-style: none;
      justify-content: center;
      padding-right: 2%; }
      #slideout-menu ul li {
        padding-top: 10%;
        text-align: center;
        border-right: 0px solid #232323;
        flex-basis: 12%; }
        #slideout-menu ul li a {
          font-weight: 600;
          font-family: Arial, Helvetica, sans-serif;
          text-align: center;
          text-decoration: none;
          font-size: 25px;
          color: #232323;
          line-height: 1.5; }
          #slideout-menu ul li a span {
            line-height: 1.5;
            font-size: 12px;
            display: block; }
        #slideout-menu ul li .menu-language {
          text-align: right;
          padding-top: 10px;
          padding-right: 0%;
          padding-bottom: 10px; }
          #slideout-menu ul li .menu-language a {
            margin: 0;
            border: 1px solid #e2e6e8;
            padding: 0 10px;
            color: #374fa1;
            font-weight: 700;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            font-size: 16px;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif; }
            #slideout-menu ul li .menu-language a.active {
              color: #ffffff;
              background-color: #374fa1;
              border-color: #374fa1; }
            #slideout-menu ul li .menu-language a:first-child {
              border-bottom-left-radius: 3px;
              border-top-left-radius: 3px;
              border-right: none; }
            #slideout-menu ul li .menu-language a:last-child {
              border-bottom-right-radius: 3px;
              border-top-right-radius: 3px;
              border-left: none; }

  .top-header .top-header-area {
    background-image: url("../img/top_banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
    position: relative; }
    .top-header .top-header-area .top-header-content .top-header-img {
      padding-top: 4em;
      text-align: center; }
      .top-header .top-header-area .top-header-content .top-header-img img {
        width: 40%; }
      .top-header .top-header-area .top-header-content .top-header-img .top-logo-title {
        padding-top: 1em;
        line-height: 1.5;
        font-size: 16px;
        color: white;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif; }
      .top-header .top-header-area .top-header-content .top-header-img .top-header-desc {
        padding-top: 3em; }
        .top-header .top-header-area .top-header-content .top-header-img .top-header-desc h1 {
          letter-spacing: 2px;
          line-height: 1.5;
          font-size: 18px;
          color: white;
          font-weight: 600;
          font-family: Arial, Helvetica, sans-serif; }

  .top-company-area {
    background-image: url("../img/top_company_banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
    position: relative; }
    .top-company-area .top-company-container {
      margin: 0 auto;
      max-width: 1250px;
      padding-top: 4em;
      padding-left: 2%;
      padding-right: 2%; }
      .top-company-area .top-company-container .top-company-title {
        background: transparent;
        font-size: 25px;
        width: 230px;
        border: 1px solid white;
        text-align: center;
        position: relative;
        line-height: 2;
        margin: 0 auto;
        color: white;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif; }
        .top-company-area .top-company-container .top-company-title .gap1 {
          background-color: #7dd1e1;
          position: absolute;
          width: 7px;
          height: 10px;
          bottom: -2%;
          right: 0%; }
        .top-company-area .top-company-container .top-company-title .gap2 {
          background-color: #7dd1e1;
          position: absolute;
          width: 7px;
          height: 10px;
          top: -3%;
          right: 0%; }
        .top-company-area .top-company-container .top-company-title .gap3 {
          background-color: #7dd1e1;
          position: absolute;
          width: 7px;
          height: 10px;
          bottom: -2%;
          left: 0%; }
        .top-company-area .top-company-container .top-company-title .gap4 {
          background-color: #7dd1e1;
          position: absolute;
          width: 7px;
          height: 10px;
          top: -2%;
          left: 0%; }
      .top-company-area .top-company-container .top-company-subt {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        line-height: 2.5;
        font-size: 16px;
        font-weight: 600; }
      .top-company-area .top-company-container .top-company-desc {
        margin-top: 4em;
        margin-left: 2%;
        margin-right: 2%; }
        .top-company-area .top-company-container .top-company-desc p {
          text-align: left;
          line-height: 1.5;
          color: white;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 600; }
      .top-company-area .top-company-container .top-company-btn-area {
        max-width: 200px;
        margin: 0 auto;
        cursor: pointer; }
        .top-company-area .top-company-container .top-company-btn-area a {
          font-family: Arial, Helvetica, sans-serif;
          text-decoration: none;
          font-size: 12px;
          color: #7dd1e1;
          font-weight: 300;
          background-color: red; }
          .top-company-area .top-company-container .top-company-btn-area a .top-company-btn {
            margin-top: 4em;
            background-color: white;
            text-align: center;
            padding: 15px 2px;
            position: relative;
            box-shadow: inset 0 0 0 0 transparent;
            -webkit-transition: ease-out 0.4s;
            -moz-transition: ease-out 0.4s;
            transition: ease-out 0.4s; }
            .top-company-area .top-company-container .top-company-btn-area a .top-company-btn:hover {
              box-shadow: inset 400px 0 0 0 #374fa1;
              color: white; }
              .top-company-area .top-company-container .top-company-btn-area a .top-company-btn:hover::after {
                color: white; }
            .top-company-area .top-company-container .top-company-btn-area a .top-company-btn::after {
              content: "\f04b";
              font-family: FontAwesome;
              color: #7dd1e1;
              position: absolute;
              right: 20px;
              top: 16px;
              font-size: 10px; }

  .top-business-area .top-business-container {
    margin: 0 auto;
    max-width: 1250px;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 2%;
    padding-right: 2%; }
    .top-business-area .top-business-container .top-business-title {
      background: transparent;
      font-size: 25px;
      width: 250px;
      border: 1px solid #7dd1e1;
      text-align: center;
      position: relative;
      line-height: 2;
      margin: 0 auto;
      color: #7dd1e1;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600; }
      .top-business-area .top-business-container .top-business-title .gap1 {
        background-color: white;
        position: absolute;
        width: 7px;
        height: 10px;
        bottom: -2%;
        right: 0%; }
      .top-business-area .top-business-container .top-business-title .gap2 {
        background-color: white;
        position: absolute;
        width: 7px;
        height: 10px;
        top: -2%;
        right: 0%; }
      .top-business-area .top-business-container .top-business-title .gap3 {
        background-color: white;
        position: absolute;
        width: 7px;
        height: 10px;
        bottom: -2%;
        left: 0%; }
      .top-business-area .top-business-container .top-business-title .gap4 {
        background-color: white;
        position: absolute;
        width: 7px;
        height: 10px;
        top: -2%;
        left: 0%; }
    .top-business-area .top-business-container .top-business-subt {
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      color: #7dd1e1;
      line-height: 2.5;
      font-size: 16px;
      font-weight: 600; }
    .top-business-area .top-business-container .top-business-desc {
      padding-top: 3em;
      margin-left: 2%;
      margin-right: 2%; }
      .top-business-area .top-business-container .top-business-desc p {
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.5;
        font-size: 16px;
        color: #7dd1e1;
        font-weight: 600; }
    .top-business-area .top-business-container .top-business-box {
      padding-top: 2em;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .top-business-area .top-business-container .top-business-box .top-business-box-area {
        margin-top: 2%;
        flex-basis: 100%;
        background-color: #7dd1e1;
        padding: 5% 2% 5%;
        text-align: center;
        align-self: stretch;
        height: 110px; }
        .top-business-area .top-business-container .top-business-box .top-business-box-area.fire {
          padding: 4% 2% 5%; }
        .top-business-area .top-business-container .top-business-box .top-business-box-area .box-image {
          display: flex;
          justify-content: center;
          align-items: center;
          height: auto; }
          .top-business-area .top-business-container .top-business-box .top-business-box-area .box-image img {
            width: 45px; }
        .top-business-area .top-business-container .top-business-box .top-business-box-area p {
          margin-top: 4%;
          line-height: 1.5;
          font-size: 14px;
          font-weight: 600;
          color: white;
          font-family: Arial, Helvetica, sans-serif; }
          .top-business-area .top-business-container .top-business-box .top-business-box-area p span {
            position: relative; }
            .top-business-area .top-business-container .top-business-box .top-business-box-area p span::after {
              content: "\f04b";
              font-family: FontAwesome;
              color: white;
              position: absolute;
              right: -20px;
              top: 0px;
              font-size: 10px; }
        .top-business-area .top-business-container .top-business-box .top-business-box-area.center-text {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          color: red; }
          .top-business-area .top-business-container .top-business-box .top-business-box-area.center-text p {
            margin-top: 0px; }

  .footer-scroll {
    background-color: #e6e6e4;
    padding: 4%;
    width: 100%;
    text-align: center; }
    .footer-scroll img {
      width: 30px; }

  .footer-sec {
    background-color: #6fccdd;
    padding: 10% 7% 10%; }
    .footer-sec .footer-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      .footer-sec .footer-container .footer-logo {
        flex-basis: 20%;
        text-align: center; }
        .footer-sec .footer-container .footer-logo img {
          width: 40%; }
      .footer-sec .footer-container .footer-menu {
        padding-top: 10%;
        flex-basis: 60%; }
        .footer-sec .footer-container .footer-menu .sitemap a {
          font-family: Arial, Helvetica, sans-serif;
          color: white;
          font-size: 14px;
          font-weight: 600;
          text-decoration: none; }
        .footer-sec .footer-container .footer-menu ul {
          padding-top: 10px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap; }
          .footer-sec .footer-container .footer-menu ul li {
            flex-basis: 45%;
            list-style: none;
            padding-top: 2%;
            text-align: center; }
            .footer-sec .footer-container .footer-menu ul li.active {
              border-top: 0px solid white; }
            .footer-sec .footer-container .footer-menu ul li a {
              font-weight: 600;
              padding-left: 12px;
              padding-right: 12px;
              font-family: Arial, Helvetica, sans-serif;
              text-decoration: none;
              color: white;
              font-size: 12px !important;
              border-right: 0px solid white; }
              .footer-sec .footer-container .footer-menu ul li a.firstchild {
                padding-left: 0px; }
              .footer-sec .footer-container .footer-menu ul li a.lastchild {
                border-right: 0px solid white; }
    .footer-sec .footer-copyright {
      padding-top: 15%; }
      .footer-sec .footer-copyright p {
        font-weight: 600;
        line-height: 1.5;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        font-size: 12px !important;
        text-align: center; }

  .service-header .service-banner {
    background-image: url("../img/service_banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
    position: relative; }
    .service-header .service-banner .service-title {
      position: absolute;
      top: 35px;
      right: 0px;
      left: 0px;
      text-align: center; }
      .service-header .service-banner .service-title img {
        width: 250px; }
      .service-header .service-banner .service-title p {
        color: white;
        line-height: 2;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 16px; }
  .service-header .service-bottom-menu {
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 5%; }
    .service-header .service-bottom-menu .service-menu-area {
      max-width: 1200px;
      margin: 0 auto; }
      .service-header .service-bottom-menu .service-menu-area ul {
        display: flex;
        flex-direction: row;
        font-family: Arial, Helvetica, sans-serif; }
        .service-header .service-bottom-menu .service-menu-area ul li {
          padding-left: 5px;
          padding-right: 15px;
          list-style: none;
          position: relative; }
          .service-header .service-bottom-menu .service-menu-area ul li::after {
            content: ">";
            position: absolute;
            right: 0%;
            font-family: Fontawesome;
            color: #54bae1;
            font-size: 14px;
            top: 1px; }
          .service-header .service-bottom-menu .service-menu-area ul li:last-child::after {
            content: "";
            position: absolute;
            right: 0%;
            font-family: Fontawesome;
            color: #54bae1;
            font-size: 10px;
            top: 5px; }
          .service-header .service-bottom-menu .service-menu-area ul li a {
            text-decoration: none;
            color: #54bae1;
            line-height: 1.5;
            font-size: 14px; }

  .service-maintenance {
    margin: 0 auto;
    max-width: 1250px;
    padding-left: 2%;
    padding-right: 2%; }
    .service-maintenance .service-maintenance-title {
      padding-top: 5%; }
      .service-maintenance .service-maintenance-title h1 {
        margin: 0 auto;
        border-top: 5px solid #73c044;
        border-bottom: 5px solid #374fa1;
        width: 280px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: 1.5;
        font-size: 18px;
        color: black;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
        .service-maintenance .service-maintenance-title h1::before {
          position: absolute;
          content: url(../img/service_ic1.png);
          top: -25px;
          right: 90%;
          transform: scale(0.37); }
      .service-maintenance .service-maintenance-title h2 {
        margin-top: 5px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
        font-size: 14px;
        color: black;
        font-weight: 600; }
    .service-maintenance .service-maintenance-category-title {
      margin-top: 7%;
      background-color: #f4fafd;
      padding-left: 2%; }
      .service-maintenance .service-maintenance-category-title h1 {
        color: #61acbd;
        line-height: 2;
        font-size: 18px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif; }
    .service-maintenance .service-maintenance-category-body {
      margin-top: 10%; }
      .service-maintenance .service-maintenance-category-body .maintenance-category-title {
        line-height: 1.5;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: black; }
        .service-maintenance .service-maintenance-category-body .maintenance-category-title span {
          display: block;
          font-weight: normal;
          font-size: 16px; }
      .service-maintenance .service-maintenance-category-body .maintenance-category-area {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 2%; }
        .service-maintenance .service-maintenance-category-body .maintenance-category-area .maintenance-basis {
          margin-top: 2%;
          flex-basis: 49%;
          background-color: #f0f0f1;
          font-size: 14px;
          font-family: Arial, Helvetica, sans-serif;
          line-height: 1.5;
          text-align: center;
          padding: 10px;
          color: black; }
      .service-maintenance .service-maintenance-category-body .maintenance-triangle-area {
        padding-bottom: 5%;
        margin: 0 auto;
        position: relative; }
        .service-maintenance .service-maintenance-category-body .maintenance-triangle-area .maintenance-triangle {
          background: #e6e7e8;
          width: 100%;
          position: absolute;
          top: 0%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 0em; }
          .service-maintenance .service-maintenance-category-body .maintenance-triangle-area .maintenance-triangle:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            padding-bottom: 10%;
            background: #e6e7e8;
            clip-path: polygon(50% 70%, 0 0, 100% 0); }
      .service-maintenance .service-maintenance-category-body .service-maintenance-other-category {
        max-width: 900px;
        margin: 0 auto; }
        .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-title {
          margin-top: 10%;
          line-height: 1.5;
          font-family: Arial, Helvetica, sans-serif;
          text-align: center;
          font-size: 16px;
          font-weight: 600;
          color: black; }
        .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-area {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: stretch;
          flex-wrap: wrap;
          padding-bottom: 2%; }
          .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-area .other-category-basis {
            margin-top: 2%;
            flex-basis: 49%;
            background-color: #f0f0f1;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.5;
            text-align: center;
            padding: 10px;
            color: black; }
        .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-triangle-area {
          padding-bottom: 7%;
          margin: 0 auto;
          position: relative; }
          .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-triangle-area .other-category-triangle {
            background: #e6e7e8;
            width: 100%;
            position: absolute;
            top: 0%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 0em; }
            .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .other-category-triangle-area .other-category-triangle:after {
              content: "";
              position: absolute;
              top: 100%;
              left: 0;
              right: 0;
              padding-bottom: 10%;
              background: #e6e7e8;
              clip-path: polygon(50% 70%, 0 0, 100% 0); }
        .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .maintenance-below-text {
          padding-top: 5%;
          text-align: center;
          color: #73c044;
          font-size: 14px;
          font-weight: 600;
          line-height: 1.5;
          font-family: Arial, Helvetica, sans-serif; }
          .service-maintenance .service-maintenance-category-body .service-maintenance-other-category .maintenance-below-text span {
            border-bottom: 1px solid #73c044;
            padding-bottom: 7px; }

  .service-engineer {
    padding-top: 7%;
    margin: 0 auto;
    max-width: 1250px;
    padding-left: 2%;
    padding-right: 2%; }
    .service-engineer .service-engineer-title {
      padding-top: 5%; }
      .service-engineer .service-engineer-title h1 {
        margin: 0 auto;
        border-top: 5px solid #73c044;
        border-bottom: 5px solid #374fa1;
        width: 280px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: 1.7;
        font-size: 18px;
        color: black;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
        .service-engineer .service-engineer-title h1::before {
          position: absolute;
          content: url(../img/service_ic2.png);
          top: -20px;
          right: 92%;
          transform: scale(0.4); }
      .service-engineer .service-engineer-title h2 {
        margin-top: 5px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
        font-size: 14px;
        color: black;
        font-weight: 600; }
    .service-engineer .service-engineer-category-title {
      margin-top: 5%;
      background-color: #f4fafd;
      padding-left: 2%; }
      .service-engineer .service-engineer-category-title h1 {
        color: #61acbd;
        line-height: 2;
        font-size: 18px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif; }
    .service-engineer .service-engineer-body {
      padding-top: 2%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .service-engineer .service-engineer-body .service-engineer-basis {
        flex-basis: 100%; }
        .service-engineer .service-engineer-body .service-engineer-basis .engineer-title {
          margin-top: 5%;
          background-color: #f0f0f1;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 14px;
          color: black;
          line-height: 2;
          text-align: center;
          padding: 4px;
          width: 100%; }
        .service-engineer .service-engineer-body .service-engineer-basis .engineer-desc {
          margin-top: 5%; }
          .service-engineer .service-engineer-body .service-engineer-basis .engineer-desc p {
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            line-height: 1.5;
            color: black;
            font-size: 14px; }
    .service-engineer .service-engineer-text-below {
      padding-top: 5%;
      text-align: center;
      color: #73c044;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      font-family: Arial, Helvetica, sans-serif; }
      .service-engineer .service-engineer-text-below span {
        border-bottom: 1px solid #73c044;
        padding-bottom: 7px; }

  .service-automation {
    padding-top: 7%;
    margin: 0 auto;
    max-width: 1250px;
    padding-left: 2%;
    padding-right: 2%; }
    .service-automation .service-automation-title {
      padding-top: 5%; }
      .service-automation .service-automation-title h1 {
        margin: 0 auto;
        border-top: 5px solid #73c044;
        border-bottom: 5px solid #374fa1;
        width: 280px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: 1.4;
        font-size: 18px;
        color: black;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
      .service-automation .service-automation-title h2 {
        margin-top: 5px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
        font-size: 14px;
        color: black;
        font-weight: 600; }
    .service-automation .service-automation-body {
      margin-top: 4%;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      .service-automation .service-automation-body .automation-body-basis {
        margin-top: 2%;
        flex-basis: 100%;
        background-color: #f0f0f1;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.4;
        text-align: center;
        padding: 15px 10px;
        color: black;
        height: auto; }
        .service-automation .service-automation-body .automation-body-basis.no-bg {
          display: none;
          background-color: transparent !important; }
        .service-automation .service-automation-body .automation-body-basis.double-line {
          padding: 6px 5px !important; }

  .service-fire {
    padding-top: 7%;
    margin: 0 auto;
    max-width: 1250px;
    padding-left: 2%;
    padding-right: 2%; }
    .service-fire .service-fire-title {
      padding-top: 5%; }
      .service-fire .service-fire-title h1 {
        margin: 0 auto;
        border-top: 5px solid #73c044;
        border-bottom: 5px solid #374fa1;
        width: 280px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: 1.2;
        font-size: 18px;
        color: black;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
        .service-fire .service-fire-title h1::before {
          position: absolute;
          content: url(../img/service_ic3.png);
          top: -15px;
          right: 92%;
          transform: scale(0.4); }
      .service-fire .service-fire-title h2 {
        margin-top: 5px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
        font-size: 14px;
        color: black;
        font-weight: 600; }
    .service-fire .service-fire-category-title {
      margin-top: 5%;
      background-color: #f4fafd;
      padding-left: 2%; }
      .service-fire .service-fire-category-title h1 {
        color: #61acbd;
        line-height: 2;
        font-size: 18px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif; }
    .service-fire .service-fire-body {
      padding-top: 3%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
      .service-fire .service-fire-body .service-fire-basis {
        margin-top: 2%;
        flex-basis: 100%;
        background-color: #f0f0f1;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.4;
        text-align: center;
        padding: 15px 10px;
        color: black; }
        .service-fire .service-fire-body .service-fire-basis.large-text {
          flex-basis: 100% !important; }
    .service-fire .service-fire-text-below {
      padding-top: 5%;
      text-align: center;
      color: #73c044;
      font-size: 11px;
      font-weight: 600;
      line-height: 1.7;
      font-family: Arial, Helvetica, sans-serif; }
      .service-fire .service-fire-text-below span {
        border-bottom: 1px solid #73c044;
        padding-bottom: 7px; }

  .service-equipment {
    padding-top: 7%;
    margin: 0 auto;
    max-width: 280px;
    padding-left: 2%;
    padding-right: 2%; }
    .service-equipment .service-equipment-title {
      padding-top: 5%; }
      .service-equipment .service-equipment-title h1 {
        margin: 0 auto;
        border-top: 5px solid #73c044;
        border-bottom: 5px solid #374fa1;
        width: auto;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: 1.2;
        font-size: 18px;
        color: black;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
        .service-equipment .service-equipment-title h1::before {
          position: absolute;
          content: url(../img/service_ic4.png);
          top: -15px;
          right: 93%;
          transform: scale(0.5); }
      .service-equipment .service-equipment-title h2 {
        margin-top: 5px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
        font-size: 14px;
        color: black;
        font-weight: 600; }
    .service-equipment .service-equipment-body {
      margin-top: 5%;
      text-align: left;
      line-height: 1.5;
      font-size: 14px;
      color: black;
      font-family: Arial, Helvetica, sans-serif; }

  .service-agent {
    padding-top: 7%;
    margin: 0 auto;
    max-width: 280px;
    padding-right: 2%;
    padding-left: 2%; }
    .service-agent .service-agent-title {
      padding-top: 5%; }
      .service-agent .service-agent-title h1 {
        margin: 0 auto;
        border-top: 5px solid #73c044;
        border-bottom: 5px solid #374fa1;
        width: auto;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: 1.2;
        font-size: 18px;
        color: black;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
        .service-agent .service-agent-title h1::before {
          position: absolute;
          content: url(../img/service_ic5.png);
          top: -15px;
          right: 93%;
          transform: scale(0.4); }
      .service-agent .service-agent-title h2 {
        margin-top: 5px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
        font-size: 14px;
        color: black;
        font-weight: 600; }
    .service-agent .service-agent-body {
      margin-top: 5%;
      text-align: left;
      line-height: 1.5;
      font-size: 14px;
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      margin-bottom: 5%; }

  .service-factory {
    padding-top: 3%;
    margin: 0 auto;
    max-width: 280px;
    padding-left: 2%;
    padding-right: 2%; }
    .service-factory .service-factory-title {
      padding-top: 5%; }
      .service-factory .service-factory-title h1 {
        margin: 0 auto;
        border-top: 5px solid #73c044;
        border-bottom: 5px solid #374fa1;
        width: auto;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: 1.2;
        font-size: 18px;
        color: black;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
      .service-factory .service-factory-title h2 {
        margin-top: 5px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
        font-size: 14px;
        color: black;
        font-weight: 600; }
    .service-factory .service-factory-body {
      margin-top: 5%;
      text-align: left;
      line-height: 1.5;
      font-size: 14px;
      color: black;
      font-family: Arial, Helvetica, sans-serif; }

  .service-environment {
    padding-top: 7%;
    margin: 0 auto;
    max-width: 1250px;
    padding-bottom: 15%;
    padding-left: 2%;
    padding-right: 2%; }
    .service-environment .service-environment-title {
      padding-top: 5%;
      padding-bottom: 2%; }
      .service-environment .service-environment-title h1 {
        margin: 0 auto;
        border-top: 5px solid #73c044;
        border-bottom: 5px solid #374fa1;
        width: 280px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: 1.2;
        font-size: 18px;
        color: black;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
      .service-environment .service-environment-title h2 {
        margin-top: 5px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2;
        font-size: 14px;
        color: black;
        font-weight: 600; }
    .service-environment .service-enviroment-body-title {
      margin-top: 5%;
      border-left: 3px solid #60acbc;
      padding-left: 10px;
      color: black;
      line-height: 1.5;
      font-size: 18px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif; }
      .service-environment .service-enviroment-body-title span {
        display: block;
        font-weight: normal;
        font-size: 16px; }
    .service-environment .service-environment-body {
      padding-bottom: 3%;
      padding-top: 3%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .service-environment .service-environment-body .service-environment-basis {
        margin-top: 1%;
        flex-basis: 49%;
        background-color: #f0f0f1;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.4;
        text-align: center;
        padding: 15px 10px;
        color: black;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center; }

  .company-header .company-banner {
    background-image: url("../img/company_banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
    position: relative; }
    .company-header .company-banner .company-title {
      position: absolute;
      top: 50px;
      right: 0px;
      left: 0px;
      text-align: center; }
      .company-header .company-banner .company-title img {
        width: 180px; }
      .company-header .company-banner .company-title p {
        color: white;
        line-height: 2;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 14px; }
  .company-header .company-bottom-menu {
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 5%; }
    .company-header .company-bottom-menu .company-menu-area {
      max-width: 1200px;
      margin: 0 auto; }
      .company-header .company-bottom-menu .company-menu-area ul {
        display: flex;
        flex-direction: row;
        font-family: Arial, Helvetica, sans-serif; }
        .company-header .company-bottom-menu .company-menu-area ul li {
          padding-left: 5px;
          padding-right: 15px;
          list-style: none;
          position: relative; }
          .company-header .company-bottom-menu .company-menu-area ul li::after {
            content: ">";
            position: absolute;
            right: 0%;
            font-family: Fontawesome;
            color: #54bae1;
            font-size: 14px;
            top: 1px; }
          .company-header .company-bottom-menu .company-menu-area ul li:last-child::after {
            content: "";
            position: absolute;
            right: 0%;
            font-family: Fontawesome;
            color: #54bae1;
            font-size: 10px;
            top: 5px; }
          .company-header .company-bottom-menu .company-menu-area ul li a {
            text-decoration: none;
            color: #54bae1;
            line-height: 1.5;
            font-size: 14px; }

  .company-section {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5%;
    padding-bottom: 10%; }
    .company-section .company-title {
      border-top: 4px solid #73c044;
      border-left: 4px solid #73c044;
      border-right: 4px solid #374fa1;
      border-bottom: 4px solid #374fa1;
      width: 210px;
      margin: 0 auto;
      padding-top: 5px;
      padding-bottom: 5px; }
      .company-section .company-title h1 {
        text-align: center;
        line-height: 1.5;
        font-size: 20px;
        letter-spacing: 2px;
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600; }
    .company-section .company-body {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      border-bottom: 1px dotted #45494b; }
      .company-section .company-body.first-child {
        padding-top: 7%; }
      .company-section .company-body.last-details {
        border-bottom: 0px dotted #45494b; }
      .company-section .company-body .company-name {
        padding-top: 5%;
        padding-left: 14px;
        padding-bottom: 0px;
        flex-basis: 100%;
        font-size: 16px;
        color: black;
        line-height: 1.2;
        font-family: Arial, Helvetica, sans-serif;
        color: #374fa1;
        font-weight: 600; }
      .company-section .company-body .company-details {
        padding: 12px;
        padding-top: 2%;
        font-family: Arial, Helvetica, sans-serif;
        flex-basis: 100%;
        font-size: 14px;
        color: black;
        line-height: 1.5; }

  .contact-header .contact-banner {
    background-image: url("../img/contact_banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
    position: relative; }
    .contact-header .contact-banner .contact-title {
      position: absolute;
      top: 45px;
      right: 0px;
      left: 0px;
      text-align: center; }
      .contact-header .contact-banner .contact-title img {
        width: 210px; }
      .contact-header .contact-banner .contact-title p {
        color: white;
        line-height: 2;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 14px; }
  .contact-header .contact-bottom-menu {
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 5%; }
    .contact-header .contact-bottom-menu .contact-menu-area {
      max-width: 1200px;
      margin: 0 auto; }
      .contact-header .contact-bottom-menu .contact-menu-area ul {
        display: flex;
        flex-direction: row;
        font-family: Arial, Helvetica, sans-serif; }
        .contact-header .contact-bottom-menu .contact-menu-area ul li {
          padding-left: 5px;
          padding-right: 15px;
          list-style: none;
          position: relative; }
          .contact-header .contact-bottom-menu .contact-menu-area ul li::after {
            content: ">";
            position: absolute;
            right: 0%;
            font-family: Fontawesome;
            color: #54bae1;
            font-size: 14px;
            top: 1px; }
          .contact-header .contact-bottom-menu .contact-menu-area ul li:last-child::after {
            content: "";
            position: absolute;
            right: 0%;
            font-family: Fontawesome;
            color: #54bae1;
            font-size: 10px;
            top: 5px; }
          .contact-header .contact-bottom-menu .contact-menu-area ul li a {
            text-decoration: none;
            color: #54bae1;
            line-height: 1.5;
            font-size: 14px; }

  .contact-section {
    padding-top: 0%;
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%; }
    .contact-section .contact-map-information {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contact-section .contact-map-information .contact-map {
        padding-right: 0%;
        flex-basis: 100%; }
        .contact-section .contact-map-information .contact-map iframe {
          width: 100%;
          height: 300px; }
      .contact-section .contact-map-information .contact-information {
        padding-top: 10%;
        flex-basis: 100%;
        padding-left: 2%;
        padding-right: 2%; }
        .contact-section .contact-map-information .contact-information .info-title {
          font-size: 18px;
          padding-top: 3px;
          padding-bottom: 3px;
          padding-left: 10px;
          border-left: 2px solid #61acbd;
          color: black;
          font-family: Arial, Helvetica, sans-serif;
          font-weight: 600; }
        .contact-section .contact-map-information .contact-information .company-address {
          margin-top: 10px;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 16px;
          line-height: 1.4;
          color: black; }
        .contact-section .contact-map-information .contact-information .contact-number-title {
          margin-bottom: 3%;
          margin-top: 5%;
          display: flex;
          flex-direction: row;
          align-items: flex-end; }
          .contact-section .contact-map-information .contact-information .contact-number-title .icon-img img {
            width: 60%; }
          .contact-section .contact-map-information .contact-information .contact-number-title .icon-text {
            font-size: 14px;
            color: black;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.5;
            font-weight: 600; }
        .contact-section .contact-map-information .contact-information .contact-tel-fax {
          display: flex;
          flex-direction: row;
          align-items: center; }
          .contact-section .contact-map-information .contact-information .contact-tel-fax .tel-name {
            padding-top: 10px;
            flex-basis: 10%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            text-align: right; }
          .contact-section .contact-map-information .contact-information .contact-tel-fax .tel-detail {
            padding-top: 10px;
            flex-basis: 80%;
            padding-left: 2%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 1px; }
        .contact-section .contact-map-information .contact-information .contact-email {
          padding-top: 6%; }
          .contact-section .contact-map-information .contact-information .contact-email p {
            font-size: 12px !important;
            font-family: Arial, Helvetica, sans-serif; }
            .contact-section .contact-map-information .contact-information .contact-email p span {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              line-height: 2; }

  .contact-form {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 8%;
    padding-left: 2%;
    padding-right: 2%; }
    .contact-form .contact-form-title {
      background: transparent;
      font-size: 20px;
      width: 200px;
      border: 1px solid #374fa1;
      text-align: center;
      position: relative;
      line-height: 2;
      margin: 0 auto;
      color: black;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif; }
      .contact-form .contact-form-title .gap1 {
        background-color: white;
        position: absolute;
        width: 7px;
        height: 10px;
        bottom: -5%;
        right: 0%; }
      .contact-form .contact-form-title .gap2 {
        background-color: white;
        position: absolute;
        width: 7px;
        height: 10px;
        top: -3%;
        right: 0%; }
      .contact-form .contact-form-title .gap3 {
        background-color: white;
        position: absolute;
        width: 7px;
        height: 10px;
        bottom: -5%;
        left: 0%; }
      .contact-form .contact-form-title .gap4 {
        background-color: white;
        position: absolute;
        width: 7px;
        height: 10px;
        top: -4%;
        left: 0%; }
    .contact-form .contact-subt {
      padding-top: 1%;
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      font-family: Arial, Helvetica, sans-serif;
      color: black;
      line-height: 2; }
    .contact-form .inquire-text {
      padding-bottom: 5%;
      padding-top: 10%;
      font-size: 12px;
      color: #54bae1;
      font-family: Arial, Helvetica, sans-serif; }
    .contact-form .form-content {
      padding-left: 4%;
      padding-right: 4%;
      padding-top: 2%;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contact-form .form-content .form-label {
        flex-basis: 100%;
        font-size: 14px;
        line-height: 1.5;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600; }
        .contact-form .form-content .form-label.text-area {
          align-self: flex-start; }
      .contact-form .form-content .form-input {
        flex-basis: 100%;
        padding-top: 2%;
        padding-bottom: 2%; }
        .contact-form .form-content .form-input .input-text-style {
          border-radius: 10px;
          height: 35px;
          background: #f3f3f3;
          width: 100%;
          outline: none;
          font-size: 16px;
          padding-left: 10px;
          border: 0px;
          font-family: Arial, Helvetica, sans-serif; }
        .contact-form .form-content .form-input .input-textarea {
          padding-top: 10px;
          border-radius: 10px;
          height: 250px;
          background: #f3f3f3;
          width: 100%;
          outline: none;
          font-size: 16px;
          padding-left: 10px;
          border: 0px;
          font-family: Arial, Helvetica, sans-serif;
          resize: none; }
        .contact-form .form-content .form-input .form-btn {
          flex-basis: 100%;
          margin: 0 auto;
          padding-top: 6%; }
          .contact-form .form-content .form-input .form-btn button {
            text-align: center;
            padding: 5px 60px;
            border: none;
            background-color: #7dd1e1;
            font-size: 12px;
            color: white;
            line-height: 1.5;
            font-family: Arial, Helvetica, sans-serif; }
        .contact-form .form-content .form-input .input {
          display: none; }
        .contact-form .form-content .form-input .label {
          font-family: Arial, Helvetica, sans-serif;
          display: inline-block;
          padding: 5px 10px;
          cursor: pointer;
          font-size: 14px; }
        .contact-form .form-content .form-input .label span {
          position: relative;
          line-height: 22px; }
        .contact-form .form-content .form-input .label span:before,
        .contact-form .form-content .form-input .label span:after {
          content: ""; }
        .contact-form .form-content .form-input .label span:before {
          background-color: #f3f3f3;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          display: inline-block;
          vertical-align: top; }
        .contact-form .form-content .form-input .label span:after {
          background: #54bae1;
          width: 18px;
          height: 18px;
          position: absolute;
          top: -2px;
          left: 1px;
          transition: 300ms;
          opacity: 0; }
        .contact-form .form-content .form-input .label input:checked + span:after {
          opacity: 1; }

  .thanks-sec .thanks-area {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15%;
    padding-bottom: 20%;
    max-width: 750px;
    margin: 0 auto; }
    .thanks-sec .thanks-area .thanks-body {
      border: 2px solid #eee;
      padding: 10% 5%; }
      .thanks-sec .thanks-area .thanks-body h1 {
        color: black;
        text-align: center;
        font-size: 20px;
        line-height: 1.5; }
      .thanks-sec .thanks-area .thanks-body p {
        color: black;
        padding-top: 5%;
        text-align: center;
        line-height: 1.5;
        font-size: 14px; }
      .thanks-sec .thanks-area .thanks-body .goto {
        padding-top: 10%;
        text-align: center;
        font-size: 10px; }
        .thanks-sec .thanks-area .thanks-body .goto a {
          color: black;
          text-decoration: none; } }

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