@charset "utf-8";
/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */

/* Desktop menu*/
.nav li a,.nav li a:link,.nav li a:visited {
  font-family: "Helvetica-Neue", "Helvetica", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  font-size:0.9em;
  font-weight:300;
}

/* Mobile menu*/

.slicknav_menu {
  font-size: 16px;
  font-family: "Helvetica-Neue", "Helvetica", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}


body {
  font-size:16px;
  font-family: "Helvetica-Neue", "Helvetica", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
  font-weight:400;
  line-height: 1.35;
}

h1,h2,h3,h4,h5,h6 {
  font-weight:400;
  font-family: "Trebuchet MS", "Helvetica", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}

h1 {
  font-size:1.5em;
}


h2 {
  font-size:1.3em;
  line-height: 1;
}

h4 {
  font-size:0.9em;
}

h6{
  font-size:0.6em;
  font-size: 300;
  letter-spacing:0.8px;
  font-family: "Helvetica-Neue", "Helvetica", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}

.p-title{
  font-size:0.9em;
}

p {
  font-size:0.85em;
  font-weight:400;
  text-align: justify; 
  text-justify:inter-ideograph;
}

.ul-center-nobullet{
  font-size:0.8em;
  font-weight:300;
}

.ul-left-bullet-viqua {
  font-size:0.8em;
  font-weight:300;
} 

.circle{
  font-size:12px;
}

.banner h1 {
  font-size:1.4em;
  line-height: 140%;
  text-align: justify; 
}

.banner h1 p{
    letter-spacing: 0.6px;
    font-size:0.6em;
    line-height: 140%;
   text-align: justify; 
}

  .banner h1 ul{
    letter-spacing: 0.6px;
    font-size:0.6em;
    line-height: 140%;
}

.language {
  font-size:0.75em;
  font-weight:400;
}

.footer h1 {
  font-size:1.8em;
}

.copyright p {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:0.6em;
  letter-spacing:1.8px;
  text-align: center;
}

.copyright h6 {
  font-size:0.6em;
  font-weight: 300;
  letter-spacing:0.8px;
}

.copyright a {
  color:#e2e5ed;
}

@media screen and (max-width: 920px) {
  h1 {
    font-size:1.1em;
  }

  h2 {
    font-size:1.4em;
    font-weight: 400;
  }

  h3 {
    font-size:1em;
  }
  
  .banner h1 {
    font-size:1.6em;
    line-height: 130%;
  }

  .banner h1 ul{
    line-height: 120%;
  }
  
  .banner h1 p{
    line-height: 110%;
  }

  .banner-h1-xs{
    font-size:1.6em;
    line-height: 120%;
}
  
  .footer h1 {
    font-size:1.4em;
  }

  .footer h2 {
    font-size:1.4em;
  }
      
}

@media screen and (max-width: 767px) {
  h1 {
    font-size:1.1em;
  }

  h2 {
    font-size:1.4em;
    font-weight: 400;
  }

  h3 {
    font-size:1em;
  }
  
  .banner h1 {
    font-size:1.6em;
    line-height: 115%;
  }
  
  .banner h1 ul{
    line-height: 120%;
    font-size: 0.5em;
  }

 .banner-h1-xs{
    font-size:1.5em;
    line-height: 110%;
}

  
  .footer h1 {
    font-size:1.2em;
  }
}

