:root {
  --m: #054175;
  --v: #2fa0c8;
  --y: #ff9800;
  --w: #ffffff;
  --b: #333333;
  --b1: #555555;
  --b2: #787878;
  --g: #f9f9f9;
  --g1: #d1edf7;
  --light-bg-color:#dce6f2;
  --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;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.inline-block {
  display: inline-block;
}
.\!inline-block {
  display: inline-block !important;
}
.align-center {
  align-items: center;
}
.\!before-top-auto::before {
  top: auto !important;
}
.flex {
  display: flex;
}
.\!flex {
  display: flex !important;
}
.text-lg {
  font-size: 1.125rem;
}
.font-bold {
  font-weight: 700;
}
.grid-item {
  --width-child: 32%;
  row-gap: 1em;
}

@media screen and (min-width: 768px) {
  .grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
  }
}
.grid {
  --rate: 70% 25%;
}

@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: var(--rate);
    justify-content: space-between;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.block {
  display: block;
}
.w-full {
  width: 100%;
}
.\!w-full {
  width: 100% !important;
}



* {
  -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-caret-up:before{
  content: "\e96e";
}
.icon-close:before {
  content: "\2716";
}
.icon-search:before {
  content: "\e99a";
}
.icon-facebook:before {
  content: "\e948";
}
.icon-twitter:before {
  content: "\e9a9";
}
.icon-linkedin:before {
  content: "\e94e";
}
.icon-blog:before {
  content: "\e945";
}
.icon-youtube:before {
  content: "\e958";
}
.icon-check:before {
  content: "\e990";
}
.icon-location:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e91a";
}
.icon-email:before {
  content: "\e922";
}
.icon-fax:before {
  content: "\e90c";
}
.icon-shopping-cart:before {
  content: "\e92f";
}
.icon-trash:before {
content: "\e99d";
}

/* .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;
  }
}

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: var(--m);
  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 .5s ease;
}

.greybg {
  background-color: rgba(225, 222, 236, .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)
}

.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 var(--v);
}
.foot-iso-pic{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 50px;
	margin-top: 25px;
}
.foot-iso-pic img{
	width: 100px;
	height: auto;
}
.foot-link-icon{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
}
.foot-link-icon a,.foot-link-icon span{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--v);
	font-size: 17px;
	transition: all .3s;
	border-radius: 5px;
  cursor: pointer;
}

.foot-link-icon a:hover,.foot-link-icon span:hover{
	background: var(--v);
	color: #fff;
}
.foot-link-icon .icon-youtube{
  font-size:22px;
}
.foot-subscribe{
	width: 420px;
	max-width: 100%;
}
.foot-email-form{
	width: 100%;
	margin-bottom: 30px;
}
.foot-email-form form{
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	padding: 0px 0px;
	overflow: hidden;
}
.foot-email-form form button{
	width: 80px;
	height: 100%;
	border: none;
	box-shadow: none;
	color: #fff;
	background: var(--v);
	border-radius: 0px 5px 5px 0px;
	font-weight:bold;
	cursor: pointer;
}
.foot-email-form form button:hover{
	background: var(--g1);
	color: #74B755;
}
.foot-email-form form input{
	width:calc(100% - 80px);
	height: 100%;
	border: 1px solid #fff;
	border-right: none;
	background: none;
	box-shadow: none;
	color: #fff;
	padding: 0px 10px;
	border-radius: 5px 0px 0px 5px;
}
.foot-email-form form input::-webkit-input-placeholder {
  color: #ccc;
}
.foot-email-form form input:-moz-placeholder {
  color: #ccc;
}
.foot-email-form form input::-moz-placeholder {
  color: #ccc;
}
.foot-email-form form input::-ms-input-placeholder {
  color: #ccc;
}
.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;
}
/*
---------css from ray begin---------
*/
.row.center {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.info-pic-left {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.info-pic-left .pic {
	width: auto;
	flex-shrink: 0;
	margin-right: 25px;
	max-width: 100%;
}

.info-pic-left .pic img {
	height: auto;
	max-width: 100%;
}

.info-pic-left .text {
	width: 100%;
}
.info-pic-left .text ul{
	margin-left:10px;
	padding-left:10px;
  }
.info-pic-left .text ul li{
	list-style:disc;
}

.info-pic-left .text p:last-child {
	padding-bottom: 0px;
}

.info-pic-left .text ul:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.info-pic-left .text h2:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.info-pic-left .text h3:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.info-pic-right {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.info-pic-right .pic {
	width: auto;
	flex-shrink: 0;
	margin-left: 25px;
	max-width: 100%;
}

.info-pic-right .pic img {
	height: auto;
	max-width: 100%;
}

.info-pic-right .text {
	width: 100%;
}

.info-pic-right .text p:last-child {
	padding-bottom: 0px;
}

.info-pic-right .text ul:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.info-pic-right .text h2:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.info-pic-right .text h3:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

@media screen and (max-width:1000px) {

	.row.center {
		display: block;
	}

	.info-pic-right {
		flex-wrap: wrap;
		justify-content: center;
	}

	.info-pic-right .pic {
		max-width: 100%;
		margin-top: 20px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.info-pic-right .pic img {
		max-width: 100%;
		height: auto;
	}

	.info-pic-right .text {
		width: 100%;
	}

	.info-pic-left {
		flex-wrap: wrap;
		justify-content: center;
	}

	.info-pic-left .pic {
		max-width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.info-pic-left .pic img {
		max-width: 100%;
		height: auto;
	}

	.info-pic-left .text {
		width: 100%;
	}
}
/*
---------css from ray end---------
*/

