@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-lg-15,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: var(--r);
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 600px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-20 {
    float: left;
  }
  .col-xs-20 {
    width: 20%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-0 {
    width: 0%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-20 {
    float: left;
  }
  .col-sm-20 {
    width: 20%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-0 {
    width: 0%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-20 {
    float: left;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-15,
  .col-lg-20 {
    float: left;
  }
  .col-lg-20 {
    width: 20%;
  }
  .col-lg-15 {
    width: 12.5%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2?v=4.6.1") format("woff2"), url("../fonts/icomoon.woff?v=4.6.1") format("woff"),
    url("../fonts/icomoon.ttf?v=4.6.1") format("truetype"), url("../fonts/icomoon.svg?v=4.6.1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa,
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-search1:before {
  content: "\f002";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-home:before {
  content: "\f015";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-edit:before {
  content: "\f044";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-gears:before {
  content: "\f085";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before {
  content: "\f1d7";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-server:before {
  content: "\f233";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-braille:before {
  content: "\f2a1";
}
.icon-handshake-o:before {
  content: "\f2b5";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-user-circle-o:before {
  content: "\f2be";
}
.icon-storage:before {
  content: "\e90b";
}
.icon-vertical_align_top:before {
  content: "\e90d";
}
.icon-laptop_mac:before {
  content: "\e911";
}
.icon-thumb_up_alt:before {
  content: "\e91b";
}
.icon-arrow_right_alt:before {
  content: "\e923";
}
.icon-double_arrow:before {
  content: "\e924";
}
.icon-park:before {
  content: "\e925";
}
.icon-auto_awesome:before {
  content: "\e926";
}
.icon-grass:before {
  content: "\e927";
}
.icon-miscellaneous_services:before {
  content: "\e92a";
}
.icon-groups:before {
  content: "\e92d";
}
.icon-cog:before {
  content: "\e92e";
}
.icon-news-paper:before {
  content: "\e936";
}
.icon-arrow-long-left:before {
  content: "\e900";
}
.icon-arrow-long-right:before {
  content: "\e901";
}
.icon-shopping-cart1:before {
  content: "\e902";
}
.icon-gift1:before {
  content: "\e903";
}
.icon-picture:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e986";
}
.icon-fire:before {
  content: "\e9a9";
}
.icon-lab:before {
  content: "\e9aa";
}
.icon-bin:before {
  content: "\e9ac";
}

@media (min-width: 768px) {
  @font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway.ttf") format("truetype"), url("../fonts/Raleway.woff2") format("woff2"),
      url("../fonts/Raleway.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway.woff") format("woff"),
      url("../fonts/Raleway.svg#Raleway") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Raleway-Bold";
    src: url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.woff2") format("woff2"),
      url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff") format("woff"),
      url("../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
}

:root {
  --m: #695aa2;
  --v: #56429a;
  --y: #ff9800;
  --w: #ffffff;
  --b: #333333;
  --b1: #555555;
  --b2: #787878;
  --g: #f9f9f9;
  --g1: #e1deec;
  --i: inline-block;
  --t: all 0.3s ease-in-out;
  --s: 0 0 20px rgba(0, 0, 0, 0.1);
  --r: relative;
  --a: absolute;
  --f: "Raleway", Arial, Helvetica, Verdana, Tahoma, sans-serif;
  --f1: "Raleway-Boldy", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
html {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 300 15.5px/1.6875 var(--f);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  color: var(--b1);
  letter-spacing: 0;
  overflow-x: hidden;
}
.backtop {
  position: fixed;
  right: 5px;
  bottom: 66px;
  cursor: pointer;
  z-index: 99999;
  background: var(--v);
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font: bold 14px var(--f);
  padding: 8px 5px 0 5px;
  display: none;
  transition: var(--t);
}
.backtop span {
  display: block;
  padding-bottom: 2px;
  font-size: 16px;
}
.backtop:hover {
  background: var(--m);
}
h1,
h2,
h3,
h4,
h5,
h6,
.pg-tit1,
.pg-tit2,
.pg-tit3,
.pg-tit4,
.pg-tit5,
.pg-tit6 {
  font: bold 1rem/1.25 var(--f1);
  color: var(--b);
}
h1,
.pg-tit1 {
  font-size: 38px;
  margin: 0 0 20px;
}
h2,
.pg-tit2 {
  font-size: 38px;
  margin: 0 0 15px;
}
h3,
.pg-tit3 {
  font-size: 28px;
  margin: 0 0 15px;
  transition: var(--t);
}
h4,
.pg-tit4 {
  font-size: 20px;
  margin: 0 0 15px;
}
a {
  color: #3e0375;
  text-decoration: none;
  cursor: pointer;
  transition: var(--t);
}
a:hover {
  color: var(--v);
}
p {
  margin: 0 0 15px;
  padding: 0;
}
img {
  display: var(--i);
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
sub,
sup {
  position: var(--r);
  font-size: 50%;
  line-height: 0;
}
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0;
}
.btn {
  position: var(--r);
  font: bold 16px/1.5 var(--f);
  display: var(--i);
  color: var(--w);
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  border: 0;
  background: var(--m);
  transition: var(--t);
  border-radius: 80px;
  overflow: hidden;
  z-index: 2;
}
.btn:hover {
  background: var(--g1);
  color: var(--m);
}
.btn-line {
  background: none;
  border: 1px solid var(--m);
  color: var(--m);
}
.btn-line:hover {
  border: 1px solid var(--m);
  background: var(--m);
  color: var(--w);
}
.btn-w {
  background: var(--w);
  color: var(--m);
}
.btn-w:hover {
  color: var(--w);
}
.btn .fa {
  padding-left: 5px;
}
.btn .insider {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.btn .insider:after {
  content: "";
  background-color: var(--w);
  width: 100%;
  height: 20px;
  position: absolute;
  left: -100%;
  top: 50%;
  margin-top: -10px;
  transform: rotateZ(45deg);
  opacity: 0.5;
}
.btn:hover .insider:after {
  left: 100%;
  transition: all 0.5s ease;
}
.greybg {
  background-color: rgba(225, 222, 236, 0.2);
}
.blackbg {
  background: var(--b);
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.mar0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pad0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.colorw {
  color: var(--w) !important;
}
.colorm {
  color: var(--m) !important;
}
.clear {
  clear: both;
}

.nav-line {
  height: 80px;
}
.nav {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: var(--t);
  background-color: rgba(255, 255, 255, 0);
}
.auto-head {
  position: var(--r);
  max-width: 2000px;
  padding: 0 15px;
  min-height: 58px;
  margin: 0 auto;
}
.logo {
  display: block;
  width: 240px;
  position: var(--a);
  left: 15px;
  top: 14px;
  z-index: 9999;
  background-image: url(../images/logo-w.svg);
  background-size: 240px 49px;
  background-repeat: no-repeat;
  background-position: left top;
}
.logo img {
  opacity: 0;
}
.head-search,
.head-close {
  font-size: 20px;
  cursor: pointer;
  transition: all linear 0.4s;
  position: var(--a);
  top: 21px;
  right: 15px;
  color: var(--w);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: var(--m);
  z-index: 9999;
}
.head-search:hover,
.head-close:hover {
  background: var(--v);
  color: var(--w);
}
.head-hide {
  display: none;
}
.nav-search {
  display: none;
  padding: 8px;
  width: 400px;
  border-radius: 5px;
  position: var(--a);
  right: 15px;
  bottom: -64px;
  z-index: 9999;
  background: var(--w);
  box-shadow: var(--s);
}
.nav-search .nav-searchbox {
  position: var(--r);
}
.nav-search input {
  width: 100%;
  border: 1px solid var(--m);
  line-height: 36px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  padding: 5px 40px 5px 15px;
  color: var(--b);
  background-color: rgba(255, 255, 255, 0.95);
}
.nav-search button {
  border: none;
  cursor: pointer;
  margin: 0 auto;
  position: var(--a);
  bottom: 0;
  right: 0;
  outline: none;
  background: none;
  font-size: 1.1rem;
  color: var(--m);
  width: 42px;
  height: 42px;
  transition: all ease 0.6s;
}
.fixed,
.nav:hover {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: var(--s);
}
.fixed .logo,
.nav:hover .logo {
  background: none;
}
.fixed .logo img,
.nav:hover .logo img {
  opacity: 1;
}
.nav-search button:hover,
.nav-search button:focus,
.nav-search button:active {
  color: var(--v);
}
.nav-top {
  padding: 12px 0;
  font-size: 15px;
  line-height: 20px;
  background: var(--m);
  color: var(--w);
}
.top-left {
  padding-bottom: 10px !important;
}
.top-left .fa {
  padding-right: 5px;
}
.nav-link {
  text-align: left;
}
.nav-link li {
  display: var(--i);
  font-size: 16px;
  margin-left: 0;
  margin-right: 15px;
}
.nav-link li a {
  color: var(--w);
}
.fixed .nav-top {
  display: none;
}
.menu-mobile {
  display: none;
  padding: 12px 20px;
  color: var(--w);
  text-align: left;
}
.menu-mobile:after {
  content: "\f0c9";
  font-family: "icomoon";
  font-size: 1.25rem;
  padding: 0;
  float: right;
  position: var(--r);
  top: 6px;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  color: var(--w);
}
.menu {
  width: 100%;
  margin: 0 auto;
}
.menu ul {
  list-style: none;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  list-style: none;
  position: var(--r);
  box-sizing: border-box;
  padding-right: 60px;
  text-align: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  padding: 0;
  margin: 0;
  display: var(--i);
  text-align: left;
  transition: var(--t);
  font-weight: bold;
}
.menu > ul > li > a {
  display: var(--i);
  font-family: var(--f);
  color: var(--w);
  padding: 26px 20px;
  font-size: 17px;
  transition: var(--t);
}
.fixed .menu > ul > li > a,
.nav:hover .menu > ul > li > a {
  color: var(--b);
}
.fixed .menu > ul > li > a:hover,
.nav:hover .menu > ul > li > a:hover {
  color: var(--m);
}
.menu > ul > li > ul {
  display: none;
  opacity: 1 !important;
  width: 100%;
  background: var(--w);
  padding: 10px 0;
  position: var(--a);
  z-index: 9999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  height: auto;
  box-shadow: var(--s);
}
@media (min-width: 1025px) {
  .menu > ul > li > ul {
    height: 360px;
  }
  .menu > ul > li > ul::before {
    display: var(--i);
    content: "";
    width: 1px;
    height: 360px;
    position: var(--a);
    top: 0;
    left: 34%;
    z-index: 99;
    background: var(--g1);
  }
  .menu > ul > li > a {
    position: var(--r);
  }
  .menu > ul > .menu-dropdown-icon > a:before {
    content: "\f078";
    font-family: "icomoon";
    cursor: pointer;
    position: var(--a);
    top: 50%;
    right: 0;
    margin-top: -10px;
    font-size: 12px;
    font-weight: normal;
  }
  .menu > ul > li > ul > li {
    display: block;
    width: 34%;
    height: 42px;
    float: none;
    padding: 0;
  }
  .menu > ul > li > ul > li > a {
    display: block;
    border: 0;
    padding: 8px 10px 5px 15px;
    line-height: 26px;
    width: 100%;
    color: var(--b);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .menu > ul > li > ul > li.menu-on {
    cursor: pointer;
    background: var(--g);
  }
  .menu > ul > li > ul > li:hover {
    background: var(--g);
  }
  .menu > ul > li > ul > li.menu-on > a {
    color: var(--m);
    border-right: 6px solid var(--m);
  }
  .menu ul ul ul {
    display: none;
    width: 65%;
    height: 360px;
    position: var(--a);
    top: 0;
    left: 35%;
    z-index: 99;
    padding: 10px 5px;
    background: var(--w);
    max-height: 510px;
    overflow-x: auto;
  }
  .menu ul ul ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .menu ul ul ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset var(--s);
    background: rgba(0, 0, 0, 0.2);
  }
  .menu ul ul ul::-webkit-scrollbar-track {
    box-shadow: inset var(--s);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .menu ul ul ul > li {
    width: 49.5%;
    float: left;
    line-height: 30px;
  }
  .menu ul ul ul > li > a {
    display: var(--i);
    width: 100%;
    padding: 6px 10px 0;
    line-height: 26px;
    font-size: 15px;
    color: var(--b);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .menu ul ul ul > li > a:hover {
    color: var(--m);
  }
  .menu ul ul ul ul {
    display: block;
    width: 100%;
    position: var(--r);
    left: auto;
    padding: 0;
    height: auto;
  }
  .menu ul ul ul ul > li {
    width: 100%;
    position: var(--r);
    line-height: 25px;
    padding-left: 25px;
  }
  .menu ul ul ul ul > li::before {
    content: "|";
    display: var(--i);
    position: var(--a);
    top: 2px;
    left: 24px;
    color: var(--m);
  }
  .menu ul ul ul ul a {
    display: block;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: normal;
    color: var(--b);
  }
  .menu ul ul ul ul a:hover {
    color: var(--m);
  }
  .menu ul ul ul ul ul a {
    display: none;
  }
}

.menu > ul > li > ul.normal-sub {
  width: 300px;
  height: auto;
  left: auto;
  padding: 0;
  font-size: 15px;
}
.menu > ul > li > ul.normal-sub::before {
  display: none;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
  height: auto;
  background: var(--w);
}
.menu > ul > li > ul.normal-sub > li a {
  width: 100%;
  border: 0;
  padding: 8px 12px;
  color: var(--b);
  line-height: 24px;
  text-overflow: inherit;
  white-space: normal;
}
.menu > ul > li > ul.normal-sub > li:hover {
  background: var(--m);
  transition: var(--t);
}
.menu > ul > li > ul.normal-sub > li:hover a {
  color: var(--w);
}
.li-two {
  position: var(--r);
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.li-two li {
  position: var(--r);
  padding-left: 45px;
  margin-bottom: 6px;
  text-align: left;
}
.foot .li-two a,
.li-one a {
  color: var(--w);
}
.li-two a:hover {
  text-decoration: underline;
}
.li-two .fa {
  position: var(--a);
  top: 4px;
  left: 0;
  font-size: 20px;
  background: var(--v);
  color: var(--w);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  text-align: center;
}
.li-two .fa.icon-envelope,
.li-two .fa.icon-fax {
  font-size: 16px;
}
.li-two strong {
  font-weight: normal;
  text-transform: uppercase;
}
.li-one {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.li-one li {
  margin-bottom: 10px;
  width: 50%;
}
.li-one .fa {
  padding-right: 5px;
}
.sol-two {
  padding: 5px 0 20px;
  list-style: none;
  height: auto;
  overflow: hidden;
}
.sol-two li {
  display: var(--i);
  margin-right: 12px;
}
.sol-two a {
  display: var(--i);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  text-align: center;
  color: var(--w);
  background-color: var(--m);
}
.sol-two a:hover {
  background: var(--v);
}
.foot {
  padding-top: 50px;
  overflow: hidden;
  background: var(--m);
  color: var(--w);
}
.foot .con_box {
  padding-top: 30px !important;
  padding-bottom: 0px;
}
.foot .pg-tit4 {
  font-size: 1.15rem;
}
.foot .f-logo {
  margin-bottom: 15px;
}
.foot .li-two li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.foot .li-one li,
.foot p,
.foot .li-two strong {
  transition: var(--t);
}
.foot .li-one li:hover {
  transform: translateX(10px);
  opacity: 1;
}
.f-fluid {
  padding: 15px 0;
  margin-top: 30px;
  background: var(--m);
  border-top: 1px solid #7b6abd;
}
.iq_form label {
  display: inline-block;
  width: auto;
  padding: 8px 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--b);
  font-size: 15px;
  line-height: 20px !important;
}
.iq_form input,
.iq_form textarea {
  font-family: var(--f);
  width: 100%;
  background: var(--w);
  color: var(--b);
  border: 1px solid var(--g1);
  border-left: 2px solid var(--m);
  outline: none;
  border-radius: 5px;
  padding: 12px 30px 12px 10px;
  font-size: 15px;
  font-weight: 500;
}
.iq_form input {
  height: 50px;
  margin-bottom: 10px;
}
.iq_form textarea {
  margin-bottom: 1px;
}
.iq_form input::-webkit-input-placeholder {
  color: var(--b);
}
.iq_form input::-moz-placeholder {
  color: var(--b);
}
.iq_form input::-ms-input-placeholder {
  color: var(--b);
}
.iq_form textarea::-webkit-input-placeholder {
  color: var(--b);
}
.iq_form textarea::-moz-placeholder {
  color: var(--b);
}
.iq_form textarea::-ms-input-placeholder {
  color: var(--b);
}
.iq_form input:focus,
.iq_form textarea:focus {
  border: 1px solid var(--m);
  border-left: 2px solid var(--m);
}
.iq_form .submit {
  display: block;
  width: 200px;
  margin: 15px auto 6px;
  overflow: hidden;
}
.iq_form .form-box {
  position: relative;
}
.iq_form .form-box::after {
  font-family: "icomoon";
  font-size: 16px;
  position: var(--a);
  bottom: 22px;
  right: 10px;
  color: #aaaaaa;
}
.iq-1::after {
  content: "\f234";
}
.iq-2::after {
  content: "\f0e0";
}
.iq-3::after {
  content: "\f1ac";
}
.iq-4::after {
  content: "\f004";
}
.iq_form .check-input {
  width: max-content;
  height: auto;
}
.note-part {
  font-size: 0.8em;
  line-height: 1.35;
  color: var(--b2);
  display: block;
  padding-top: 5px;
}
.in-tit {
  display: block;
  margin-bottom: 20px;
}
.in-tit h1,
.in-tit .pg-tit1 {
  position: var(--r);
  margin: 0;
  padding-bottom: 15px;
  color: var(--b);
}
.c-fixbg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.pic-table {
  width: 100%;
  display: table;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, 0.2);
}
.pic-cell {
  display: table-cell;
  vertical-align: middle;
}
.pack {
  position: var(--r);
}
.con_box {
  position: var(--r);
  max-width: 2000px;
  padding: 100px 15px;
  margin: 0 auto;
}
.con_box:after {
  display: table;
  content: " ";
}
.con_box:after {
  clear: both;
}

@media (max-width: 1200px) {
  .menu > ul > li > a {
    padding: 26px 16px;
  }
  body {
    font-size: 14px;
  }
  h1,
  .pg-tit1 {
    font-size: 30px;
  }
  h2,
  .pg-tit2,
  .ser-pg h2 {
    font-size: 25px;
  }
  h3,
  .pg-tit3 {
    font-size: 20px;
  }
  h4,
  .pg-tit4 {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .nav-line {
    height: 0;
  }
  .nav,
  .nav:hover {
    position: var(--r);
    background: var(--w);
  }
  .logo {
    position: var(--r);
    width: 240px;
    top: 10px;
    background: none;
    left: 15px;
  }
  .logo img {
    opacity: 1;
  }
  .head-search,
  .head-close {
    top: 18px;
    right: 15px;
  }
  .auto-head {
    min-height: 117px;
    padding: 0 !important;
  }
  .menu-mobile {
    display: block;
    color: var(--w);
    background: var(--m);
  }
  .menu-mobile:hover {
    color: var(--w);
  }
  .menu-dropdown-icon:before {
    display: block;
    padding: 1.5em 2em;
  }
  .menu > ul {
    display: none;
    padding: 0;
    background: var(--w);
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    position: var(--r);
  }
  .menu > ul > li > a {
    padding: 10px !important;
    border-bottom: 1px solid var(--g1);
  }
  .menu > ul > li a {
    padding: 5px 10px;
    width: 100%;
    display: block;
    color: var(--b);
  }
  .menu > ul > li > ul {
    position: var(--r);
  }
  .menu > ul > li > ul {
    max-height: 360px;
    overflow-x: auto;
  }
  .menu > ul > li > ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .menu > ul > li > ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset var(--s);
    background: rgba(0, 0, 0, 0.2);
  }
  .menu > ul > li > ul::-webkit-scrollbar-track {
    box-shadow: inset var(--s);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .menu ul ul ul {
    position: var(--r);
  }
  .menu ul ul ul > li {
    float: none;
  }
  .menu ul ul ul > li > a {
    padding-left: 30px;
    font-weight: normal;
  }
  .menu ul ul ul ul > li a {
    padding-left: 50px;
    font-size: 14px;
    font-weight: normal;
  }
  .menu > ul > li .submenu-button {
    position: var(--a);
    z-index: 299;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .menu > ul > li .submenu-button::after {
    content: "";
    position: var(--a);
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #444;
    z-index: 99;
  }
  .menu > ul > li .submenu-button::before {
    content: "";
    position: var(--a);
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #444;
    z-index: 99;
  }
  .menu > ul > li:hover .submenu-button::before {
    content: "";
  }
  .menu > ul > li .submenu-button.submenu-opened:after {
    display: none;
  }
  .show-on-mobile {
    display: block !important;
  }
  .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .pic-table {
    padding-top: 0;
  }
  .nav-top {
    font-size: 13px;
  }
  .nav-search {
    right: 60px;
    top: 4px;
    bottom: auto;
    background: none;
  }
  .menu {
    margin-top: 25px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .logo {
    position: var(--r);
    left: auto;
    margin: 0 auto 10px;
  }
  .nav-search {
    width: 100%;
    left: 0;
    top: 72px;
    bottom: auto;
    padding: 4px 20px;
    display: block;
    box-shadow: none;
  }
  .menu {
    margin-top: 82px;
    text-align: left;
  }
  .head-search,
  .head-close {
    display: none;
  }
  .auto-head {
    min-height: 175px;
  }
}
@media (min-width: 600px) {
  .top-left {
    padding-bottom: 0 !important;
  }
  .nav-link {
    text-align: right;
  }
  .nav-link li {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .foot .f-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .f-1 {
    max-width: 400px;
    padding-right: 10px;
  }
  .f-3 {
    width: 270px;
  }
}
@media (min-width: 800px) {
  .con_box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1000px) {
  .auto-head,
  .con_box {
    padding-left: 5%;
    padding-right: 5%;
  }
  .logo {
    left: 5%;
  }
  .head-search,
  .head-close,
  .nav-search {
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .auto-head,
  .con_box {
    padding-left: 9%;
    padding-right: 9%;
  }
  .logo {
    left: 9%;
  }
  .head-search,
  .head-close,
  .nav-search {
    right: 9%;
  }
}
@media (min-width: 1580px) {
  .auto-head,
  .con_box {
    padding-left: 12%;
    padding-right: 12%;
  }
  .logo {
    left: 12%;
  }
  .head-search,
  .head-close,
  .nav-search {
    right: 12%;
  }
}
@media (min-width: 2000px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1;
    -ms-zoom: 1 !important;
    zoom: 1;
  }
}
@media (min-width: 2400px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1.05;
    -ms-zoom: 1 !important;
    zoom: 1.05;
  }
}
@media (min-width: 2700px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1.2;
    -ms-zoom: 1 !important;
    zoom: 1.2;
  }
}
@media (min-width: 4600px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1.3;
    -ms-zoom: 1 !important;
    zoom: 1.3;
  }
}
@media (min-width: 5400px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1.4;
    -ms-zoom: 1 !important;
    zoom: 1.4;
  }
}

span.inquiry-button {
  color: var(--m);
  cursor: pointer;
}
.indent {
  padding-left: 18px;
}
.s-text .row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.s-text .row > div {
  padding: 0 10px;
  margin-bottom: 24px;
}
.s-text .iq_form .row {
  margin-left: -15px;
  margin-right: -15px;
}
.s-text .iq_form .row > div {
  padding: 0 15px;
  margin-bottom: 0;
}
.s-text > .bg-box > .row > div,
.s-text > .border-box > .row > div {
  margin-bottom: 0;
}
.s-text ul,
.s-text ol {
  padding-left: 18px;
  margin: 0;
}
.s-text > ul,
.s-text > ol {
  margin: 15px 0;
}
.s-text .row ul,
.s-text .row ol,
.s-text .row > div > ul > li,
.s-text .row > div > div > ul > li {
  margin: 0;
}
.s-text ul.indent {
  margin-left: 18px !important;
  padding-right: 18px;
}
.s-text ul.circle > li {
  list-style: circle;
}
.noul,
.noul > li {
  list-style: none !important;
}
.s-text ul li > .noul {
  padding-left: 0 !important;
}
.con-row1 {
  padding-left: 0 !important;
  list-style: none !important;
}
.s-text ul li,
.s-text ol li {
  margin-bottom: 15px;
}
.s-text ul ul li {
  list-style: circle;
}
.s-text ul ul ul li {
  list-style: square;
}
.s-text ul ul li,
.s-text ol ul li,
.s-text ul ol li {
  margin-bottom: 0;
}
.s-text ul ul ul li,
.s-text ul.circle ul li {
  margin-bottom: 0;
}
.s-text ul ul,
.s-text ol ul,
.s-text ul ol {
  margin-bottom: 0;
}
.red {
  color: red;
}
.orange {
  color: var(--yellow);
}
.gray {
  color: var(--b2);
}
.mtop10,
.mt-10 {
  margin-top: 10px;
}
.mtop15,
.mt-15 {
  margin-top: 15px;
}
.mtop20,
.mt-20 {
  margin-top: 20px;
}
.mtop30,
.mt-30 {
  margin-top: 30px;
}
.mtop40,
.mt-40 {
  margin-top: 40px;
}
.mtop50,
.mt-50 {
  margin-top: 50px;
}
.mbottom10,
.mb-10 {
  margin-bottom: 10px;
}
.mbottom15,
.mb-15 {
  margin-bottom: 15px;
}
.mbottom20,
.mb-20 {
  margin-bottom: 20px;
}
.mbottom30,
.mb-30 {
  margin-bottom: 30px;
}
.mbottom40,
.mb-40 {
  margin-bottom: 40px;
}
.mbottom50,
.mb-50 {
  margin-bottom: 50px;
}
.show-center {
  display: block;
}
.show-center,
.show-left,
.show-right {
  color: var(--b2);
  text-align: center;
  font-size: 0.95em;
  line-height: 1.7em !important;
}
.show-center img {
  display: block;
  margin: 0 auto 10px;
}
.show-left img,
.show-right img {
  display: block;
  margin: 0 auto;
}
.s-text > .border-box > .row .show-center img {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .show-left,
  .show-right {
    display: var(--i);
  }
  .show-right {
    float: right;
    margin-left: 15px;
  }
  .show-left {
    float: left;
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .show-right,
  .show-left {
    width: 100%;
    margin: 0;
  }
}
.Reference,
.reference {
  color: var(--b2);
  font-size: 0.95em;
}
.Reference p,
.reference p {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.Reference ol,
.reference ol {
  margin-bottom: 15px;
  padding-left: 15px;
}
.border-box ul li,
ul.border-box > li {
  margin-bottom: 0;
}
ul.border-box {
  padding: 15px 15px 15px 30px;
}
.border-box {
  border: 1px solid var(--m);
  padding: 10px !important;
  border-radius: 5px 0 5px 0;
}
.dashed-box {
  border: 2px dashed var(--m);
  padding: 10px !important;
  border-radius: 5px;
  margin: 10px 0 20px;
}
.s-text .row .dashed-box {
  border: 1px dashed var(--m);
}
.bg-box {
  display: block;
  background: linear-gradient(to bottom, rgb(200, 197, 223), rgb(255, 255, 255));
  padding: 15px !important;
}
.bg-box:nth-child(2n) {
  background: #f2f2f2;
}
.bg-box:hover .show-center img {
  transform: scale(1.1);
}
div.bg-box,
div.border-box {
  margin-bottom: 20px;
}
.high-unify {
  margin: 0 -2px !important;
}
.high-unify > div {
  padding: 0 2px !important;
}
.s-text .row .border-box,
.s-text .row .dashed-box,
.s-text .row .bg-box {
  height: 100%;
  margin: 0 !important;
}
.high-unify .bg-box h3 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .list-box,
  .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  .list-box div[class*="col-md"] {
    display: flex;
  }
}
.flex-box .border-box {
  margin-bottom: 0;
  height: 100%;
}
.flex-box h3 {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}
.flex-box a h3 {
  color: var(--m) !important;
}
.flex-box a:hover h3 {
  color: var(--v) !important;
}
.list-box div[class*="col-md"],
.flex-box div[class*="col-md"] {
  margin-bottom: 20px;
}
.list-box a {
  display: flex;
  align-items: center;
  border: 1px solid var(--g1);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  transition: var(--t);
  text-align: left;
  overflow: hidden;
}
.list-box a:before {
  position: absolute;
  content: "";
  background: var(--m);
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 1;
  border: solid 2px var(--m);
  transition: var(--t);
}
.list-box a:hover {
  color: var(--w);
  border: 1px solid transparent;
}
.list-box a:hover:before {
  right: 0;
  width: 100%;
  border-radius: 5px;
}
.flex-box p {
  margin-bottom: 15px;
  color: var(--b1);
}
.flex-box li {
  margin: 0 !important;
  color: var(--b1);
}
.flex-box p:last-child {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .bg-box > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .border-box ul:last-child,
  .border-box p:last-child,
  .bg-box div[class*="col-md"] > p:last-child,
  .bg-box div[class*="col-md"] img,
  .bg-box ul:last-child {
    margin-bottom: 0;
  }
}
.bg-box > .row .ServiceShowPic,
.high-unify .show-center {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 140px;
}
.bg-box > .row .ServiceShowPic img,
.high-unify .show-center img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--t);
}
.high-unify .show-center {
  position: var(--r);
  height: 170px;
  margin-bottom: 15px;
}
.high-unify .show-center h3,
.high-unify .show-center p {
  position: var(--a);
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 10px;
  background-color: rgba(105, 90, 162, 0.45);
  color: var(--w);
}
.high-unify .bg-box:hover .show-center h3,
.high-unify .bg-box:hover .show-center p {
  background-color: rgba(105, 90, 162, 1);
}
.next-box a {
  display: flex;
  align-items: center;
  height: 180px;
  position: relative;
  width: 100%;
  color: var(--w);
  text-align: center;
  border-radius: 5px;
  transition: var(--t);
}
.next-box h2,
.next-box h3,
.next-box p {
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.2em;
  color: var(--w);
}
.next-box a:hover {
  box-shadow: 0 0 10px #ccc;
  transform: scale(1.02);
}
table p,
table td ul,
table td ol {
  margin-bottom: 15px;
}
table td > ul:last-child,
table td ol:last-child,
table td p:last-child,
table td > ul:last-child > li:last-child,
table td ol:last-child > li:last-child {
  margin-bottom: 0;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 8px;
  border-top: 1px solid var(--g1);
  vertical-align: middle;
  line-height: 1.428571429;
}
.service-table tr:first-child,
.service-tr,
.service-table.table-striped tr:first-child {
  background-color: var(--m) !important;
  color: var(--w);
}
.service-table tr:first-child td {
  background: none;
  color: var(--w);
}
.service-table tr:first-child a,
.service-tr a {
  color: var(--w);
}
.service-table.table-striped > tbody > tr:nth-child(1) > td,
.service-table.table-striped > tbody > tr:nth-child(1) > th {
  background-color: transparent;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid var(--g1);
}
.table .table {
  background-color: var(--w);
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid var(--g1);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid var(--g1);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: var(--g);
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: var(--g);
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.no-border,
.no-border tr,
.no-border td {
  border: none;
}
.no-border td {
  border-top: 1px solid var(--g1);
}
.no-border td:last-child {
  border-bottom: 1px solid var(--g1);
}
.img-show .service-box {
  position: var(--r);
  padding-bottom: 140px;
}
.img-show .show-left {
  position: var(--a);
  left: 15px;
  bottom: 15px;
  overflow: hidden;
  width: 240px;
  height: 120px;
  margin: 0;
  padding: 0;
}
.img-show .show-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: var(--a);
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 900px;
  border: 1px solid var(--g1);
}
table tr,
table th,
table td {
  border: 1px solid var(--g1);
}
table th,
table td {
  padding: 6px 12px;
  line-height: 26px;
  text-align: left;
}
table th {
  background-color: var(--m);
  color: var(--w);
}
table td {
  font-size: 0.95rem;
  line-height: 1.5;
}
table td a {
  color: var(--m);
}
table p {
  margin: 0;
}
table.bt th,
table.bt td {
  font-size: 0.875rem;
  padding: 0;
}
table.bt th:before,
table.bt td:before {
  padding: 6px 2%;
}
table.bt thead,
table.bt tbody th {
  display: none;
}
table.bt th,
table.bt td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}
table.bt th:before,
table.bt td:before {
  content: attr(data-th) ":";
  font-weight: bold;
  width: 30%;
  display: var(--i);
}
table.bt .bt-hide {
  display: none;
}
table.bt .bt-content {
  vertical-align: top;
  width: 62%;
  display: var(--i);
  padding: 6px 2%;
}
.td-top {
  vertical-align: top;
}

.s-pack h2,
.s-pack .pg-tit2 {
  padding: 0;
  margin: 0 0 15px;
  font-size: 20px;
}
.s-pack h2 a,
.s-pack .h2 {
  display: block;
  padding: 10px;
  color: var(--m);
  background: var(--g);
  border-left: 3px solid var(--m);
}
.s-pack .h2 {
  color: var(--b);
}
.s-pack h2 a:hover {
  color: var(--y);
  border-left: 3px solid var(--y);
}
.s-text h3 {
  font-size: 16px;
  font-family: var(--f);
}
.s-text h4 {
  font-size: 1rem;
}
.s-pack strong,
.s-pack b {
  font-weight: bold;
}
.pic_pg {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
}
.about_bg {
  background-image: url(../images/aboutbg.jpg);
}
.contact_bg {
  background-image: url(../images/contactbg.jpg);
  background-position: bottom center !important;
}
.careers_bg {
  background-image: url(../images/careersbg.jpg);
}
.services_bg {
  background-image: url(../images/servicesbg.jpg);
}
.pic_pg .a-pack {
  position: var(--r);
  padding-top: 160px;
  padding-bottom: 160px;
  margin: 0 auto;
}
.pic_pg .a-pack h1,
.pic_pg .a-pack .pg-tit1 {
  color: var(--w);
  margin: 0;
  font-weight: normal;
}
.bread-crumb {
  padding: 10px 0 0;
}
.bread-crumb li {
  position: var(--r);
  display: var(--i);
  z-index: 1;
  margin-right: 24px;
  color: var(--w);
  line-height: 30px;
}
.bread-crumb li:last-child {
  margin-right: 0;
}
.bread-crumb li:after {
  content: "\f105";
  font: normal 16px/26px "icomoon";
  position: var(--a);
  right: -18px;
  top: 2px;
  width: 10px;
  color: var(--w);
}
.bread-crumb li:last-child:after {
  display: none;
}
.bread-crumb li a {
  color: var(--w);
  font-weight: 400;
  transition: var(--t);
}
.bread-crumb li a:hover {
  text-decoration: underline;
}

.ullist {
  padding-left: 18px;
}
.pic-bg2 {
  background-image: url(../images/about-7.jpg);
}
.cd-fixbg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.section > .con_box {
  padding: 0 15px !important;
}
.h-light {
  font-weight: 400;
}
.in-two {
  margin: 0 -15px;
}
.in-two .in2-1 {
  background-image: url(../images/about-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 300px;
}
.in-two > .col-lg-7 {
  padding: 20px 15px;
}
.in1-row {
  margin: 0;
}
.in-one,
.in1-row .col-lg-7 {
  padding: 0;
}
.in1-3 {
  position: var(--r);
}
.in1-3:after {
  display: table;
  content: " ";
}
.in1-3:after {
  clear: both;
}
.in1-3 img {
  display: none;
  float: right;
  max-width: none;
}
.in1-10,
.in1-10::before,
.in1-12::after {
  background-color: rgba(51, 51, 51, 0.7) !important;
}
.in1-10 {
  display: flex;
  align-items: center;
}
.in1-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 5000px;
  height: 100%;
}
.in1-10 ul,
.in4-6 ul {
  margin: 0;
}
.in1-10 ul li,
.in4-6 ul li {
  padding: 0;
  padding-right: 30px;
}
.in1-11 {
  padding: 40px 20px;
}
.ab-one {
  margin: 0;
}
.ab-one > div {
  padding: 0;
  overflow: hidden;
}
.ab-one h3,
.ab-one p {
  position: var(--a);
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 25px;
  transition: var(--t);
}
.ab-one h3 {
  opacity: 1;
}
.ab-one p {
  opacity: 0;
}
.ab-one > div:hover h3 {
  opacity: 0;
}
.ab-one > div:hover p {
  opacity: 1;
}
.ab-one > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  transition: var(--t);
}
.ab-one > div:hover:after {
  background-color: rgba(105, 90, 162, 0.75);
}
.ab1-1 {
  height: 370px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ab1-1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-img {
  position: relative;
  height: 100%;
  min-height: 240px;
  overflow: hidden;
}
.cover-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--t);
}
.ina-3 {
  padding: 50px 0;
}
.tit-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tit-icon:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/title-icon1.png) no-repeat center center/contain;
  flex-shrink: 0;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.in-five {
  margin: 0 -15px;
}
.greybg {
  padding-top: 1px;
}
.chat-map {
  margin-top: 50px;
}
.in-two .in2-2 {
  background-image: url(../images/contact-1.jpg);
}
.ul-check {
  list-style: none !important;
  padding-left: 25px;
  margin: 0;
}
.ul-check > li {
  position: var(--r);
  margin-bottom: 10px;
  color: var(--b);
}
.ul-check > li::after {
  font-family: "icomoon";
  position: var(--a);
  left: -25px;
  top: 5px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  color: var(--m);
  border: 1px solid var(--m);
  content: "\f00c";
  font-size: 10px;
}
.inc-box {
  position: var(--r);
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px 15px;
  box-shadow: var(--s);
  border: 1px solid var(--w);
  border-radius: 5px;
  transition: var(--t);
  z-index: 2;
  background: var(--w);
}
.inc-box::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 5px;
  content: "";
  border-radius: 7px;
  position: absolute;
  transition: var(--t);
  background-color: var(--m);
}
.inc-box::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 7px;
  position: absolute;
  background-color: #bbbbbe;
  transition: var(--t);
}
.inc-img {
  width: 70px;
  height: 70px;
  line-height: 75px;
  font-size: 36px;
  color: var(--m);
  margin: 15px auto 30px;
  border-radius: 50%;
  position: relative;
}
.inc-img::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  opacity: 0.07;
  border-radius: 50%;
  position: absolute;
  transition: var(--t);
  background-color: var(--m);
}
.inc-img::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  transition: var(--t);
  background-color: var(--m);
}
.inc-img .icon-envelope {
  font-size: 30px;
}
.inc-box:hover::before {
  width: 100%;
}
.inc-box:hover::after {
  width: 0;
}
.inc-box:hover .inc-img::after {
  transform: scale(1);
}
.inc-box:hover .inc-img {
  color: var(--w);
}
.info-1 .submit {
  width: 100%;
}
.jobform label {
  display: block;
}
.jobform input {
  margin-bottom: 10px;
}
.jobform textarea {
  margin-bottom: 0;
}

.side-filter input[type="checkbox" i] {
  width: 14px;
  height: 14px;
  background: none;
  margin-right: 6px;
  flex-shrink: 0;
  margin-bottom: 2px;
}
.resources-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.resources-item .list-item {
  display: inline-block;
  width: 100%;
  border: 1px solid #f0f0f0;
  transition: opacity 0.5s ease;
  margin: 0 5px 30px;
}
.resources-item .list-item .pic {
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.resources-item .list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s;
}
.resources-item .list-item .pic span {
  position: absolute;
  top: 0px;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
.resources-item .list-item .text {
  padding-left: 15px;
}
.resources-item .list-item .text h2 {
  font-size: 16px;
}
.resources-item .list-item:hover {
  border: 1px solid var(--m);
}
.resources-item .list-item:hover .pic img {
  transform: scale(1.1);
}
.resources-item .list-item:hover .text h2 {
  color: var(--m);
}

.leftnav {
  margin-bottom: 40px;
  padding: 15px;
  background: var(--w);
  box-shadow: var(--s);
  border-top: 4px solid var(--m);
  overflow: hidden;
}
.leftnav .iqbox .row > div,
.leftnav .iq_form .submit {
  width: 100%;
}
.form-check {
  padding-left: 25px;
}
.form-check input {
  position: absolute;
  left: 0;
  top: 8px;
}
.navtitle {
  position: relative;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--g1);
  margin-bottom: 20px;
  font-family: var(--f);
  font-weight: bold;
  color: var(--b);
}
.navtitle a {
  color: var(--b);
}
.navtitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: var(--m);
}
.navmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navmenu .arrow:before {
  cursor: pointer;
  content: "\f105";
  font-weight: bold;
  position: var(--a);
  top: 0;
  right: -10px;
  z-index: 1;
  padding: 9px 10px;
  display: inline;
  font-family: "icomoon";
  color: var(--b);
}
.navmenu > li > .arrow:before {
  right: 0;
}
.navmenu .arrow.open:before {
  cursor: pointer;
  padding: 9px 10px;
  display: inline;
  font-family: "icomoon";
  content: "\f107";
  color: var(--m);
}
.navmenu > li > .arrow.open:before,
.navmenu > li:hover > .arrow:before {
  color: var(--w);
}
.navmenu > li > ul > li .arrow:before {
  padding: 8px 10px;
}
.navmenu > li > ul > li .arrow.open:before {
  padding: 8px 10px;
}
.navmenu ul {
  list-style: none;
  padding-left: 0;
}
.navmenu > li > ul {
  padding: 0 10px;
  margin: 0;
  display: none;
}
.navmenu li {
  position: var(--r);
  padding: 4px 0;
  line-height: 22px;
}
.navmenu a {
  position: var(--r);
  display: block;
  color: var(--b);
}
.navmenu > li > ul a::after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  position: var(--a);
  left: 0;
  bottom: -8px;
}
.navmenu > li {
  padding: 0;
  border: 1px dashed var(--g1);
  background: var(--g);
  margin-bottom: 15px;
  border-radius: 5px;
}
.navmenu > li > a {
  padding: 10px 20px 10px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.navmenu > li.open > a,
.navmenu > li:hover > a {
  background: var(--m);
  color: var(--w) !important;
}
.navmenu > li.open > ul {
  padding: 0 10px;
  margin-top: 10px;
}
.navmenu ul li {
  padding: 0;
}
.navmenu ul li > a {
  padding: 4px 20px 4px 0;
  font-size: 0.9rem;
  position: var(--r);
  color: var(--b);
}
.navmenu ul li > a::after {
  width: 94%;
  left: 3%;
  bottom: 0;
}
.navmenu ul ul {
  display: none;
}
.navmenu ul ul li > a {
  color: var(--b2);
  padding: 4px 20px 4px 10px;
}
.navmenu ul ul ul li > a {
  padding-left: 20px;
  font-size: 0.8rem;
  color: var(--b);
}
.navmenu ul a:hover {
  color: var(--m) !important;
}
.ser-tit h1,
.ser-tit .pg-tit1 {
  position: var(--r);
  font-size: 25px;
  line-height: 1.25;
  text-transform: none;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.ser-tit h1::before,
.ser-tit .pg-tit1::before {
  content: "";
  display: var(--i);
  width: 100px;
  height: 2px;
  background: var(--m);
  position: var(--a);
  bottom: 0;
  left: 0;
}
.ser-tit .pro_btn {
  margin: 0;
  display: var(--i);
  float: right;
  color: var(--w);
  width: auto;
  height: auto;
}
.ser-tit .pro_btn:hover {
  color: var(--m);
}
.con-row1 {
  width: 100%;
  margin: 20px 0 10px;
}
.con-row1 li {
  position: var(--r);
  margin-bottom: 15px;
  break-inside: avoid;
  padding: 12px 8px 12px 30px;
  border-radius: 5px;
  background: var(--w);
  transition: var(--t);
  box-shadow: var(--s);
}
.con-row1 li span {
  position: var(--a);
  top: 12px;
  left: 13px;
  display: var(--i);
  float: left;
  line-height: 26px;
}
.con-row1 li a {
  color: var(--b);
  display: block;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con-row1 li:hover {
  background: var(--m);
  color: var(--w);
}
.con-row1 li:hover a {
  color: var(--w);
}
.project-notes {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--b);
  background: var(--g);
  margin: 25px 0;
}
.pagenav,
.nav-links {
  text-align: right;
  font-size: 14px;
  margin: 10px 0;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}
.pagenav li {
  display: var(--i);
}
.pagenav .active a {
  padding: 4px 12px;
  margin-right: 0;
  border-radius: 5px;
  color: var(--w);
  background: var(--m);
}
.pagenav a,
.nav-links a,
.nav-links .current {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: var(--b);
  padding: 4px 12px;
  border-radius: 5px;
  background: var(--g);
}
.pagenav a:hover,
.nav-links a:hover,
.nav-links .current {
  color: var(--w);
  background: var(--m);
}
.search-list {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--g1);
}
.search-list .pg-tit4 {
  font-size: 16px;
}
.searchform input[type="text"] {
  padding: 8px 10px;
}
.searchform input[type="submit"] {
  font-family: var(--f);
  display: var(--i);
  text-align: center;
  padding: 8px 20px;
  margin-bottom: 0;
  clear: both;
  color: var(--w);
  text-decoration: none;
  background-color: var(--m);
  border: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 0.2px;
  letter-spacing: 1px;
  border-radius: 0;
}
.searchform input[type="submit"]:hover {
  color: var(--w);
  transition: var(--t);
  background-color: var(--b1);
  font-weight: bold;
  border-radius: 0;
}
table ul,
table ol,
table li {
  margin: 0 !important;
}
.ul-arrow > li,
.ul-diamond > li {
  list-style: none !important;
  position: var(--r);
}
.ul-arrow > li::after,
.ul-diamond > li::after {
  font-family: "icomoon";
  position: var(--a);
  left: -18px;
  top: 0;
  width: 10px;
  font-size: 15px;
}
.ul-arrow > li::after {
  content: "\f0da";
  font-size: 16px;
}
.ul-diamond > li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--b1);
  margin-top: 10px;
  transform: rotate(45deg);
}
.reference {
  padding-bottom: 0;
  color: var(--b2) !important;
}
.reference-ol li {
  list-style: decimal;
  font-size: 14px !important;
  line-height: 22px !important;
  color: var(--b2) !important;
  padding-bottom: 4px !important;
}
.successinfo {
  padding-left: 15px;
  line-height: 30px;
  line-height: 22px;
  color: var(--b2);
  padding-right: 20px;
  padding-bottom: 20px;
}
.successinfo .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--m);
  color: var(--w);
  line-height: 40px;
  font-weight: bold;
  font-size: 22px;
  position: var(--r);
  z-index: 9;
}
.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: var(--m);
  display: block;
}
.successinfo .iconunit img {
  top: 10px;
  left: 5px;
  position: var(--a);
  z-index: 10;
}
.e404 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.e404 {
  width: 520px;
  margin: 0 auto 20px auto;
}
.e404 .btn {
  padding: 8px 10px;
  margin-right: 10px;
  font-size: 13px;
}

* {
  box-sizing: border-box;
}
h2.bluebg,
h2.titlebg {
  background: var(--m);
  text-align: center;
  color: var(--w);
  padding: 10px;
}
.table-responsive {
  margin: 15px 0 20px;
  overflow-y: auto;
}
.flow-1 {
  position: relative;
  --childWidth: 23%;
}
.flow-1 > div {
  position: relative;
  padding: 10px;
  margin: 16px 0;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
  width: 100%;
}
.flow-2 {
  margin: 32px 0;
  --childWidth: 33.3333%;
}
.flow-2 > div {
  position: relative;
  border: 1px solid #c8c5df;
  max-height: 200px;
  overflow: hidden;
}
.flow-2 > div img {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flow-2 .word {
  padding: 16px;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-3 {
  display: flex;
  justify-content: space-between;
}
.f3-1 {
  position: relative;
  text-align: center;
}
.f3-1::after {
  content: "\e901";
  display: block;
  font-family: "icomoon";
  color: var(--m);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -15px;
  font-size: 30px;
}
.f-last::after {
  opacity: 0;
}
.f3-2 {
  width: calc(100% - 80px);
}
.tit-img {
  display: flex;
  align-items: center;
}

.td-p0 {
  padding: 0 !important;
}
.td-arrow {
  display: block;
  position: relative;
}
.td-arrow::after {
  content: "";
  display: block;
  height: 10px;
  background: var(--m);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.td-arrow::before {
  content: "\f0da";
  display: block;
  font-family: "icomoon";
  color: var(--m);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  line-height: 40px;
}
.td-a1::after {
  width: 405%;
}
.td-a1::before {
  left: calc(405% - 2px);
}
.td-a2::after {
  width: 395%;
}
.td-a2::before {
  left: calc(395% - 2px);
}
.td-a3::after {
  width: 300%;
}
.td-a3::before {
  left: calc(300% - 2px);
}
.td-a4::after {
  width: 250%;
}
.td-a4::before {
  left: calc(250% - 2px);
}
.td-a5::after {
  width: 225%;
}
.td-a5::before {
  left: calc(225% - 2px);
}
.td-a6::after {
  width: 265%;
}
.td-a6::before {
  left: calc(265% - 2px);
}
.td-a7::after {
  width: 165%;
}
.td-a7::before {
  left: calc(165% - 2px);
}
.td-a8::after {
  width: 145%;
}
.td-a8::before {
  left: calc(145% - 2px);
}
.td-a9::after {
  width: 115%;
}
.td-a9::before {
  left: calc(115% - 2px);
}
.td-a10::after {
  width: 115%;
}
.td-a10::before {
  left: calc(115% - 2px);
}
.info-item10 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-item10 .list-item {
  width: 48%;
  margin-bottom: 25px;
  padding: 20px 20px 5px;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  margin-top: 30px;
}
.info-item10.info-item10-a .list-item {
  border: 2px #bfbfbf dotted;
  margin-top: 0px;
}
.info-item10.info-item10-b .list-item {
  width: 49%;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  border-radius: 0;
  margin-top: 0px;
  background: #f6f4fe;
  border: none;
  border-top: 11px solid var(--m);
}
.info-item10.info-item10-mt0 .list-item {
  margin-top: 0px;
  margin-bottom: 20px;
}
.info-item10 .list-item .style1 {
  width: 80%;
  max-width: 100%;
  margin-left: 10%;
  margin-top: -30px;
  padding: 5px 10px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #e6e0ec;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
  border-radius: 10px;
}
.info-item10 .pic1 {
  margin-right: 15px;
}
.info-item10-b.info-style3 .list-item {
  justify-content: flex-start;
  column-gap: 2%;
  flex-wrap: wrap;
  padding: 20px 10px 5px;
}
.info-item10-b.info-style3 .list-item {
  width: 32%;
}
.info-item12 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 25px;
  border: 1px solid var(--m);
}
.info-item12 .pic {
  width: 140px;
  position: relative;
}
.info-item12 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s;
}
.info-item12 .text {
  width: calc(100% - 140px);
  padding: 45px 15px 10px;
  background: var(--w);
  position: relative;
}
.info-item12 .text:before {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 15px;
  top: 25px;
  background: var(--m);
}
.info-item12 .text ul {
  margin-bottom: 0px;
}
.info-item37 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 2%;
  flex-wrap: wrap;
}
.info-item37 .li {
  border-radius: 12px;
  padding: 15px 15px 5px;
  border: #e1dcf1 solid 1px;
  background: linear-gradient(180deg, transparent, #f5f3fd);
  margin-bottom: 15px;
  width: 32%;
}
.info-item37 .li p {
  text-align: center;
}
.info-item37.info-style2 .li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .info-item10.info-item10-b .list-item {
    width: 100%;
  }
  .info-item10 .list-item {
    width: 100%;
  }
  .info-item12 {
    flex-wrap: wrap;
  }
  .info-item12 .pic {
    width: 100%;
    height: 150px;
  }
  .info-item12 .text {
    width: 100%;
  }
  .info-item37 .li {
    width: 100%;
  }
  .info-item37.info-style2 .li {
    width: 100%;
  }
}

.inpage-nav {
  position: sticky;
  top: 80px;
  z-index: 9;
  margin-bottom: 20px;
  background: var(--w);
}
.inpage-nav .con_box {
  padding-top: 0;
  padding-bottom: 0;
}
.inpage-show {
  padding: 10px 0;
  border-bottom: 3px solid var(--m);
  overflow-x: auto;
}
.inpage-navbox {
  width: max-content;
}
.inpage-nav span {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 5px;
  font-family: var(--f1);
  border-radius: 50px;
  background: #eee;
  color: var(--m);
  cursor: pointer;
}
.inpage-nav .inpage-act {
  background: var(--m);
  color: var(--w);
}
.new-box h2 a {
  padding: 0;
  background: none;
  border-left: 0 !important;
}
.shadow-box {
  height: 100%;
  background: var(--w);
  box-shadow: var(--s);
  padding: 15px;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
}
.flex .show-center {
  width: 160px;
  margin: 0;
}
.flex .show-center img,
.flex .text p:last-child {
  margin-bottom: 0;
}
.flex .text {
  width: calc(100% - 180px);
}
.faq-nav {
  margin: 0 0 20px;
  padding: 0;
}
.faq-nav > .faq-list {
  line-height: 26px;
  position: var(--r);
  background: var(--w);
  margin-bottom: 15px;
}
.faq-nav > .faq-list:last-child {
  margin-bottom: 0;
}
.faq-nav > .faq-list > span {
  display: block;
  padding: 12px 55px 12px 15px;
  font-family: var(--f1);
  line-height: 24px;
  color: var(--b1);
  background: #eee;
  border-radius: 0;
  transition: all 0.3s;
  position: var(--r);
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
}
.faq-nav > .faq-list > span::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--m);
  color: var(--w);
  content: "+";
  font-weight: bold;
  font-size: 18px;
  position: var(--a);
  right: 15px;
  top: 9px;
  border-radius: 50%;
}
.faq-nav > .faq-list.open > span::before {
  content: "-";
}
.faq-nav > .faq-list.open > span,
.faq-nav > .faq-list > span:hover {
  color: var(--m);
}
.faq-nav > .faq-list > .sub-menu {
  display: none;
  list-style: none;
  clear: both;
  overflow: visible !important;
  margin: 20px 0 0;
  padding: 15px;
  border: 1px solid #ccc;
  position: relative;
}
.faq-nav > .faq-list > .sub-menu::before {
  display: block;
  position: absolute;
  z-index: 10;
  content: "";
  left: 0;
  top: 0;
  width: 1em;
  aspect-ratio: 1;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  border: 1px solid #ccc;
  transform: rotateZ(45deg) translate3d(1em, -1.7em, 0);
}
@media (max-width: 1024px) {
  .inpage-nav {
    top: 0;
  }
}
@media (max-width: 500px) {
  .flex {
    display: block;
  }
  .flex .show-center {
    margin-bottom: 15px;
  }
  .flex .show-center,
  .flex .text {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .e404 {
    width: 90%;
    margin: 0px auto auto auto;
    padding: 15px;
  }
  .grey-1 {
    padding: 25px;
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .ser-tit .pro_btn {
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive table {
    width: 700px;
  }
  .con-row1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-width: 100%;
    column-gap: 0;
  }
  .ser-tit h1,
  .ser-tit .pg-tit1 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  table.bt th:before,
  table.bt td:before {
    width: 100%;
  }
  table.bt .bt-content {
    width: 100%;
  }
  .flow-3 {
    display: block;
  }
  .f3-1 {
    text-align: left;
  }
  .f3-1::after {
    opacity: 0;
  }
  .f3-2 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .inc- {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .it-center {
    align-items: center;
  }
  .con-row1 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-width: 50%;
    column-gap: 20px;
  }
  .row.ser-pg {
    display: block;
  }
  .in-one,
  .in-two .col-lg-5 {
    padding-right: 45px;
  }
  .in1-12::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: var(--b);
  }
  .in1-11 {
    padding: 40px;
  }
  .resources-item .list-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .cd-fixbg {
    background-attachment: fixed;
    height: 100%;
  }
  .in1-3 img {
    display: block;
  }
  .ab1-1 {
    height: 420px;
  }
  .inc-box {
    padding: 20px 20px 15px;
  }
  .s-text .row {
    display: flex !important;
  }
  .ser-pg {
    display: block;
  }
  .flow-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
  .flow-2 > div {
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .chat-map {
    margin-top: 0;
  }
  .ser-pg > .col-lg-3 {
    float: left;
    width: 330px;
  }
  .ser-pg > .col-lg-9 {
    float: right;
    width: calc(100% - 340px);
  }
  .flow-1 {
    max-width: 850px;
    margin: 0 auto 20px;
    display: flex;
    flex-basis: var(--childWidth);
    justify-content: center;
  }
  .flow-1 > div {
    margin: 16px;
    padding: 32px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .flow-1 > div:not(:last-child)::before {
    position: absolute;
    content: "";
    background-image: url("../img/platform-2.jpg");
    width: 48px;
    aspect-ratio: 1;
    left: calc(100% - 8px);
    background-size: cover;
    z-index: 1;
  }
  .resources-item .list-item {
    width: calc(33.3% - 10px);
  }
}
@media (min-width: 1440px) {
  .con-row1 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-width: 50%;
    column-gap: 20px;
  }
  .bread-crumb li {
    font-size: 1.1rem;
  }
  .ab1-1 {
    height: 320px;
  }
  .ser-pg > .col-lg-3 {
    width: 360px;
  }
  .ser-pg > .col-lg-9 {
    width: calc(100% - 380px);
  }
}

#xload-policy {
  display: inline-block !important;
}
.zsiq_floatmain.siq_bR {
  z-index: 99 !important;
}
.privacy-policy-message-layer {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.privacy-policy-message-layer .content {
  padding: 0 30px;
  font-size: 14px;
}
.privacy-policy-message-layer .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #1d294c;
}
.privacy-policy-message-layer .content p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.privacy-policy-link {
  color: #1d294c !important;
  text-decoration: underline !important;
}
#privacy-policy-btn-close {
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 15px;
}
#privacy-policy-btn-close:hover {
  background-color: #000;
  color: #fff;
}
.privacy-policy-btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 25px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  margin-right: 15px;
  cursor: pointer;
}
.privacy-policy-btn:hover {
  background-color: #000;
  color: #fff;
}
.privacy-policy-btn.primary {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}
.privacy-policy-btn.primary:hover {
  background-color: #16a8db;
  border: 1px solid #16a8db;
  color: #fff;
}
.privacy-policy-message-popup {
  position: fixed;
  z-index: 2147483647;
  top: 15%;
  left: 5%;
  width: 90%;
  height: 500px;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-size: 15px;
}
.privacy-policy-message-popup .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.privacy-policy-message-popup h3 {
  font-size: 20px;
  padding: 0 20px;
  margin: 0;
}
.privacy-policy-message-popup h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 992px) {
  .privacy-policy-message-popup {
    width: 650px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.privacy-policy-message-popup .content {
  height: 355px;
  overflow-y: auto;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 20px 0 5px 0;
  box-sizing: border-box;
}
.privacy-policy-message-popup .content p {
  margin: 0 0 15px 0;
  padding: 0 20px;
  font-size: 15px;
}
.privacy-policy-message-popup .toolbar {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.privacy-policy-always-active {
  color: #3371be;
  float: right;
}
.privacy-policy-gray-text {
  color: #666;
}
.privacy-policy-message-layer .privacy-info {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
.privacy-policy-message-layer .privacy-info .privacy-text {
  max-width: 1000px;
}
.privacy-policy-message-layer .privacy-info .privacy-text p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #1d294c;
}
.privacy-policy-message-layer .privacy-info .privacy-btn {
  flex-shrink: 0;
  margin-left: 100px;
}
@media screen and (max-width: 1000px) {
  .privacy-policy-message-layer .content {
    padding: 0 15px;
  }
  .privacy-policy-message-layer .privacy-info .privacy-btn {
    margin-left: 0;
  }
  .privacy-policy-message-layer .privacy-info .privacy-text {
    margin-bottom: 15px;
    padding-right: 30px;
  }
  .privacy-policy-message-layer .privacy-info .privacy-text p {
    font-size: 13px;
  }
  .privacy-policy-message-layer .privacy-info {
    flex-wrap: wrap;
    padding: 0;
  }
  .privacy-policy-btn {
    padding: 2px 15px;
  }
  .privacy-policy-btn.primary {
    font-size: 12px;
    padding: 2px 15px;
  }
}

.related-services-container {
  margin: 30px 0 50px 0;
}
.related-services-container h2 {
  color: #000;
  margin-bottom: 15px;
  font-size: 22px;
}
.related-services-container ul {
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 20px; */
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.related-services-container ul > li {
  width: 49%;
  /* list-style: disc; */
  padding: 3px 0;
  margin-bottom: 10px;
  list-style: none;
}
.related-services-container ul > li a {
  color: #6959a1;
  display: block;
  padding: 10px 10px 10px 30px;
  line-height: 26px;
  background: #f0f1f2;
  break-inside: avoid;
  position: relative;
  transition: all ease-out 0.3s;
  border-radius: 5px;
}
.related-services-container ul > li a:hover {
  background: #e6e0ec;
  transition: all ease-out 0.3s;
}
.related-services-container ul > li a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  border-left: 3px solid #1f2632;
  border-top: 3px solid #1f2632;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotateZ(135deg);
  transition: border-left-color ease-out 0.3s, border-top-color ease-out 0.3s;
}

.intended-for-container {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  background: #d8d2ef9e;
}
.intended-for-container > i {
  font-size: 20px;
  color: #8a7ac6;
  margin-right: 10px;
  padding-top: 2px;
}
.related-services-out-container {
  padding-top: 0;
  padding-bottom: 60px;
  margin-top: -90px;
}
