@charset "utf-8";

html {
  height: 100%;
}

body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  color: #4d4a47;
  line-height: 36px;
  font-size: 23px;
}

#main-nav-hold .main-nav .item {
  display: inline-block;
  position: relative;
}

#main-nav-hold .main-nav .item .twoList {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  /* width: 150px; */
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  /* background: #ff6500; */
  background: #192C69;
  box-shadow: 2px 5px 10px rgba(255, 255, 255, 0.3);
  display: none;
  min-width: 150%;
}

/* #main-nav-hold .main-nav .item .twoList:before{
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: -5px;
	transform: translate(-50%,0);
	border-left: 15px solid #ff6500;
	border-top: 15px solid #ff6500;
	transform: rotate(45deg);
	box-shadow: 2px 5px 10px rgba(255,255,255,0.3);
} */
#main-nav-hold .main-nav .item .twoList li a {
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 45px;
  transition: aall 0.3;
}

#main-nav-hold .main-nav .item .twoList li a:hover {
  font-weight: 700;
}

#main-nav-hold .main-nav.nav-light-gray .item .twoList {
  background: #f2f2f2;
  box-shadow: 2px 3px 10px #ccc;
}

#main-nav-hold .main-nav.nav-light-gray .item .twoList li a {
  color: #333;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

#main-nav-hold .main-nav.nav-dark-gray .item .twoList {
  background: #2a2a2a;
  box-shadow: 2px 3px 10px #000;
}

#main-nav-hold .main-nav.nav-dark-gray .item .twoList li a {
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

#main-nav-hold .main-nav .item .twoList li:nth-last-child(1) a {
  border-bottom: none;
}

@media (max-width:1150px) {
  body {
    font-size: 20px;
    line-height: 33px;
  }
}

@media (max-width:767px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }
}

.container {
  margin: auto;
  width: 1200px;
  position: relative;
}

@media (max-width:1300px) {
  .container {
    width: 1100px;
  }
}

@media (max-width:1150px) {
  .container {
    width: 900px;
  }
}

@media (max-width:960px) {
  .container {
    width: 700px;
  }
}

@media (max-width:767px) {
  .container {
    width: 98%;
  }
}

img {
  max-width: 100%;
}

#viewport {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
}

.column-left {
  width: 575px;
  float: left;
}

@media (max-width:1300px) {
  .column-left {
    width: 525px;
  }
}

@media (max-width:1150px) {
  .column-left {
    width: 425px;
  }
}

@media (max-width:960px) {
  .column-left {
    width: 100%;
    float: none;
  }
}

@media (max-width:1300px) {
  .column-right {
    width: 525px;
  }
}

@media (max-width:1150px) {
  .column-right {
    width: 425px;
  }
}

@media (max-width:960px) {
  .column-right {
    width: 100%;
    float: none;
  }
}

a {
  color: #e1382e;
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

.borderbox,
.service-callout .view-item,
header .text,
.contact,
.contact .contact-text,
.contact .formstxt,
.contact .formsbtn,
#design .design-block,
#featured .feature-title,
#featured .feature-count,
#featured .feature-info,
#featured-slider .slide {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.shadow-bottom {
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 20;
}

.service-text {
  margin-bottom: 120px;
}

@media (max-width:767px) {
  .service-text {
    margin-bottom: 60px;
  }
}

.service-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 35px;
  line-height: 45px;
  font-family: "museo_sans700";
  font-weight: 300;
  margin-bottom: 40px;
}

@media (max-width:1150px) {
  .service-list {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width:767px) {
  .service-list {
    font-size: 22px;
    line-height: 30px;
  }

}

.service-sep {
  height: 1px;
  background: #bbbbbb;
  position: relative;
  margin: 50px 0px;
}

.service-sep span {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: -7px;
  border: 2px solid #bbbbbb;
  background: #e2e2e2;
}

.service-callout {
  font-family: "museo_sans700";
  font-size: 18px;
  line-height: 28px;
}

.service-callout .image {
  width: 130px;
  overflow: hidden;
  float: left;
  position: relative;
}

.service-callout .image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width:960px) {
  .service-callout .image {
    width: 170px;
  }

  .provideo video {
    display: none;
  }
}

@media (max-width:767px) {
  .service-callout .image {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .provideo video {
    display: none;
  }
}

.service-callout .view-item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 33px;
  text-align: center;
  top: 0px;
  z-index: 20;
}

@media (max-width:767px) {
  .service-callout .view-item {
    background: none;
  }

  .provideo video {
    display: none;
  }
}

.service-callout .view-item span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 2px solid #e1382d;
}

.service-callout .view-item span img {
  vertical-align: top;
  width: 10px;
  height: 10px;
  padding-top: 9px;
}

@media (max-width:960px) {
  .service-callout .view-item {
    padding-top: 47px;
  }
}

@media (max-width:767px) {
  .service-callout .view-item {
    padding-top: 30%;
  }
}

.service-callout .view-item:hover span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.service-callout .text {
  width: 410px;
  float: right;
}

@media (max-width:1300px) {
  .service-callout .text {
    width: 360px;
  }
}

@media (max-width:1150px) {
  .service-callout .text {
    width: 270px;
    font-size: 16px;
  }
}

@media (max-width:960px) {
  .service-callout .text {
    width: 500px;
  }
}

@media (max-width:767px) {
  .service-callout .text {
    width: 100%;
    float: none;
    font-size: 18px;
    line-height: 28px;
  }
}

.circle-callout {
  width: 55px;
  text-align: center;
}

.circle-callout a {
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  border-radius: 55px;
  display: block;
  width: 55px;
  height: 55px;
  border: 2px solid #e1382d;
}

.circle-callout a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.circle-callout img {
  padding-top: 23px;
  vertical-align: top;
}

@media (max-width:767px) {
  .circle-callout {
    display: none;
  }
}

h1,
h2,
h3 {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  letter-spacing: -2px;
}

h2 {
  font-size: 80px;
  line-height: 80px;
}

@media (max-width:1300px) {
  h2 {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width:1150px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width:767px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

span.sub-text {
  font-size: 20px;
  line-height: 20px;
  display: block;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

span.red-hit {
  color: #e1382d;
}

.heading-sep {
  width: 25px;
  height: 2px;
  background: #202020;
  margin: 30px 0px;
  margin-bottom: 40px;
}

.loading-modal {
  font-family: "museo_sans700";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  z-index: 200;
  text-align: center;
}

.loading-modal .diagonal {
  width: 1800px;
  height: 1800px;
  position: absolute;
  left: 300px;
  top: 0px;
  z-index: 0;
}

@media (max-width:960px) {
  .loading-modal .diagonal {
    left: -100px;
  }
}

@media (max-width:767px) {
  .loading-modal .diagonal {
    display: none;
  }
}

.loading-modal .logo {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 30%;
  z-index: 300;
  line-height: 300px;
}

.loading-modal .percent {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 30%;
  font-size: 300px;
  font-weight: 700;
  line-height: 300px;
  color: #313131;
  z-index: 200;
}

.loading-modal .text {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 50px;
  font-size: 15px;
  letter-spacing: 3px;
}

.trans-all,
.circle-callout a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.trans-bg {
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.trans-opacity {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.trans-transform {
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.trans-nav {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.trans-contact {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.trans-scale,
.service-callout .view-item span {
  -webkit-transition: transform 0.2s, visibility 0.2s;
  -moz-transition: transform 0.2s, visibility 0.2s;
  -ms-transition: transform 0.2s, visibility 0.2s;
  -o-transition: transform 0.2s, visibility 0.2s;
  transition: transform 0.2s, visibility 0.2s;
}

/* Sections */
/*-------------------------------------------------------------MENU*/
.menu {
  font-family: "museo_sans700";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}

.menu .logo-btn {
  width: 120px;
  position: absolute;
  left: 25px;
  top: 27px;
}

@media (max-width:767px) {
  .menu .logo-btn {
    left: 19px;
    top: 19px;
    width: 28px;
  }
}

.menu .logo-btn svg {
  width: 100%;
  height: 35px;
}

@media (max-width:767px) {
  .menu .logo-btn svg {
    height: 28px;
  }
}

.menu .logo-btn svg:hover path {
  fill: #e1382d;
}

.menu .diagonal {
  width: 1800px;
  height: 1800px;
  position: absolute;
  left: 300px;
  top: 0px;
  z-index: 0;
}

@media (max-width:960px) {
  .menu .diagonal {
    left: 0px;
  }
}

@media (max-width:767px) {
  .menu .diagonal {
    display: none;
  }
}

.menu .menu-items {
  text-align: center;
  position: absolute;
  top: 12%;
  left: 0px;
  width: 100%;
  transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform: perspective(500px) rotateX(-20deg);
  -moz-transform: perspective(500px) rotateX(-20deg);
  -webkit-transform: perspective(500px) rotateX(-20deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

@media (max-width:767px) {
  .menu .menu-items {
    top: 40px;
  }

  .menu .menu-items .heading-sep {
    margin-bottom: 10px;
  }
}

.menu .menu-items ul {
  list-style: none;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
}

.menu .menu-items a {
  color: #c5c5c5;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: "museo_sans700";
}

@media (max-width:767px) {
  .menu .menu-items a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

.menu .menu-items span {
  letter-spacing: 2px;
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family: "sylight", "SimHei";
}

.menu .menu-items a:hover {
  color: #ef7015;
}

.menu .menu-items .heading-sep {
  margin: 10px auto;
  margin-bottom: 20px;
}

.menu .close {
  width: 20px;
  position: absolute;
  right: 32px;
  top: 28px;
}

@media (max-width:767px) {
  .menu .close {
    right: 21px;
    top: 25px;
  }
}

.menu .close svg {
  width: 20px;
  width: 20px;
}

.menu .close svg:hover path {
  fill: #e1382d;
}

.menu .menu-bottom {
  color: #f28a83;
  background: #e1382d;
  position: absolute;
  line-height: 80px;
  width: 100%;
  left: 0px;
  bottom: -80px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.menu .menu-bottom a {
  color: #ffffff;
}

.menu .menu-bottom a:hover {
  text-decoration: underline;
}

.menu-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.menu-open .menu-items {
  transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.menu-open .menu-bottom {
  bottom: 0px;
}

/*-------------------------------------------------------------NAVIGATION*/
#main-nav-hold {
  font-family: "museo_sans700";
  /* background: #ff6600; */
  font-size: 16px;
  height: 90px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width:767px) {
  #main-nav-hold {
    display: none;
  }
}

#main-nav-hold .logo-btn {
  height: 40px;
  width: 120px;
  position: absolute;
  left: 25px;
  top: 22px;
}

#main-nav-hold .logo-btn svg {
  width: 100%;
  height: 35px;
}

#main-nav-hold .main-nav {
  -webkit-box-shadow: 0px 1px 2px rgba(24, 99, 87, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(24, 99, 87, 0.1);
  -ms-box-shadow: 0px 1px 2px rgba(24, 99, 87, 0.1);
  box-shadow: 0px 1px 2px rgba(24, 99, 87, 0.1);
  z-index: 100;
  border-bottom: 1px solid #192C69;
  height: 90px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #192C69;
}
#main-nav-hold .main-nav .lang-span {
  margin: 0 !important;
}
#main-nav-hold .main-nav .lang-span.lang-span-active {
  color: #fff;
}

#main-nav-hold .nav-light-gray i {
  color: #969696 !important;
}
#main-nav-hold .nav-light-gray a.lang-span-active {
  color: #333 !important;
}
#main-nav-hold .nav-dark-gray a.lang-span-active {
  color: #fff !important;
}
#main-nav-hold .main-nav i {
  font-style: normal;
  color: #f2f2f2;
  margin: 0 4px;
}
#main-nav-hold .main-nav a.nav-btn {
  color: #f2f2f2;
  line-height: 90px;
  margin: 0px 15px;
}

@media (max-width:1150px) {
  #main-nav-hold .main-nav a.nav-btn {
    font-size: 14px;
  }
}

@media (max-width:960px) {
  #main-nav-hold .main-nav a.nav-btn {
    font-size: 13px;
    margin: 0px 12px;
  }
}

#main-nav-hold .main-nav a.active,
#main-nav-hold .main-nav a.nav-btn:hover {
  color: #ffffff;
  font-weight: bold;
}

#main-nav-hold .menu-btn {
  width: 25px;
  position: absolute;
  right: 30px;
  top: 32px;
  display: block;
}

#main-nav-hold .menu-btn span {
  display: block;
  height: 2px;
  background: #ffffff;
  margin: 4px 0px;
}

#main-nav-hold .menu-btn:hover {
  top: 28px;
}

#main-nav-hold .menu-btn:hover span {
  margin: 6px 0px;
}

#main-nav-hold .fixed-nav {
  position: fixed;
}

#main-nav-hold .main-nav-open {
  left: -600px;
}

#main-nav-hold .nav-light-gray {
  background: #f2f2f2;
  border-bottom: 1px solid #c7c7c7;
}

#main-nav-hold .nav-light-gray .logo-btn a {
  display: inline-block;
}

#main-nav-hold .nav-light-gray .logo-btn .graylogo {
  background: url(../img/logo3.png) no-repeat center center;
  background-size: 70%;
  width: 120px;
  height: 40px;
}

#main-nav-hold .nav-light-gray .logo-btn img {
  display: none;
}

#main-nav-hold .nav-light-gray a.nav-btn {
  color: #969696;
}

#main-nav-hold .nav-light-gray a.active,
#main-nav-hold .nav-light-gray a.nav-btn:hover {
  color: #424242;
}

#main-nav-hold .nav-light-gray .menu-btn span {
  background: #424242;
}

#main-nav-hold .nav-dark-gray {
  background: #2a2a2a;
  border-bottom: 1px solid #191919;
}

#main-nav-hold .nav-dark-gray .logo-btn svg path {
  fill: #ffffff;
}

#main-nav-hold .nav-dark-gray .logo-btn .graylogo {
  background: url(../img/logo.png) no-repeat center center;
  background-size: 70%;
  width: 120px;
  height: 40px;
}

#main-nav-hold .nav-dark-gray a.nav-btn {
  color: #969696;
}

#main-nav-hold .nav-dark-gray a.active,
#main-nav-hold .nav-dark-gray a.nav-btn:hover {
  color: #ffffff;
}

#main-nav-hold .nav-dark-gray .menu-btn span {
  background: #ffffff;
}

/*-------------------------------------------------------------HEADER*/
header {
  height: 100%;
  width: 100%;
  /* background: url(/statics/images/home/header-bg.jpg) center no-repeat;
  background-size: cover; */
  overflow: hidden;
  position: relative;
}

header .parallax-top {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (max-width:767px) {
  header {
    height: 580px;
  }
}

header video.headervid {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: block;
}

@media (max-width:767px) {
  header video.headervid {
    display: block;
  }
}

header .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/header-overlay.png) repeat;
  z-index: 2;
}

@media (max-width:767px) {
  header .overlay {
    display: none;
  }
}

header .logo {
  position: absolute;
  left: 40px;
  top: 50px;
  width: 120px;
  height: 60px;
  z-index: 101;
}

header .logo a img {
  width: 100%;
}

@media (max-width:767px) {
  header .logo {
    top: 5px;
    left: 20px;
    width: 100px;
    position: fixed;
  }

  header .logo a img {
    width: 80%;
  }
}

header .header-nav {
  font-family: "museo_sans700";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  position: absolute;
  right: 50px;
  top: 60px;
  width: 300px;
  text-align: right;
  z-index: 10;
}

@media (max-width:767px) {
  header .header-nav {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #ffffff;
    width: 100%;
    padding-right: 20px;
    height: 70px;
    right: 0px;
    top: 0px;
    position: fixed;
    z-index: 100;
    line-height: 70px;
    border-bottom: 1px solid #191919;
  }

  header .header-nav a.contact-btn,
  header .header-nav .menu-txt {
    display: none;
  }
}

header .header-nav .contact-btn {
  padding-right: 15px;
}

header .header-nav a {
  color: #ffffff;
  line-height: 24px;
  display: inline-block;
  margin-left: 15px;
  font-family: "sylight", "SimHei";
}

header .header-nav a:hover {
  color: #e1382c;
}

header .header-nav a:hover .menu-sandwhich {
  margin-top: -5px;
}

header .header-nav a:hover .menu-sandwhich span {
  margin: 6px 0px;
}

header .header-nav .menu-sandwhich {
  display: inline-block;
  width: 25px;
  vertical-align: top;
  padding-top: 1px;
  margin-left: 5px;
}

header .header-nav .menu-sandwhich span {
  display: block;
  height: 2px;
  background: #6d6c6c;
  margin: 4px 0px;
}

header .text {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 30%;
  line-height: 34px;
  color: #949494;
  z-index: 10;
}

@media (max-width:767px) {
  header .text {
    padding: 0px 15px;
    top: 30%;
    font-size: 18px;
    line-height: 30px;
  }

  header .text br {
    display: none;
  }
}

header h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "museo_sans700";
  font-size: 100px;
  line-height: 109px;
  margin-bottom: 40px;
}

header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 44px;
  font-family: "sybold", "SimHei";
  line-height: 50px;
  margin-bottom: 14px;
}

header p {
  color: #c0c5c9;
  font-size: 26px;
  font-family: "sylight", "SimHei";
}

@media (max-width:1300px) {
  header h1 {
    font-size: 90px;
    line-height: 80px;
  }
}

@media (max-width:1150px) {
  header h1 {
    font-size: 80px;
    line-height: 70px;
  }
}

@media (max-width:960px) {
  header h1 {
    font-size: 70px;
    line-height: 60px;
  }
}

@media (max-width:767px) {
  header h1 {
    font-size: 30px;
    line-height: 30px;
  }

  header h3 {
    font-size: 22px;
    line-height: 22px;
  }

  header p {
    font-size: 18px;
    line-height: 20px;
  }
}

header .scroll {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 60px;
  text-align: center;
  z-index: 10;
}

@media (max-width:767px) {
  header .scroll {
    display: none;
  }
}

header .scroll svg {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

header .scroll a {
  font-family: "museo_sans700";
  font-size: 14px;
  letter-spacing: 4px;
  color: #4d4a47;
  line-height: 14px;
  padding: 0px;
  display: inline-block;
}

header .scroll a:hover {
  color: #ef7015;
}

header .scroll img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

/*-------------------------------------------------------------CONTACT*/
#content {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  /* height: 100%; */
  width: 100%;
}

.contact-open {
  margin-left: -600px;
}

@media (max-width:767px) {
  .contact-open {
    margin-left: -300px;
  }
}

.contact-open .contact {
  right: 0px;
}

.contact-open .contact .contact-text {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

.contact {
  position: fixed;
  width: 600px;
  right: -600px;
  top: 0px;
  height: 100%;
  z-index: 200;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #8c8c8c;
}

@media (max-width:767px) {
  .contact {
    background: #2a2a2a;
    border-left: 2px solid #202020;
  }
}

@media (max-width:767px) {
  .contact {
    width: 300px;
    right: -300px;
  }
}

.contact .contact-text {
  -webkit-transform: perspective(500px) rotateY(-20deg);
  -moz-transform: perspective(500px) rotateY(-20deg);
  -ms-transform: perspective(500px) rotateY(-20deg);
  transform: perspective(500px) rotateY(-20deg);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 100px 50px;
  transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

.contact .contact-form {
  margin-top: 30px;
  padding-bottom: 80px;
}

.contact .contact-form #contact-form-error {
  color: #ffffff;
}

.contact .formstxt {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  outline: none;
  padding: 20px;
  font-family: "museo_sans700";
  font-size: 14px;
  color: #707070;
  border: none;
  background: #313131;
  border: 1px solid #313131;
  width: 100%;
}

.contact .errortxt {
  border: 1px solid #555555;
}

.contact .formstxt:focus {
  background: #383838;
  border: 1px solid #383838;
}

.contact .formsbtn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  outline: none;
  padding: 20px 50px;
  font-size: 18px;
  font-family: "museo_sans700";
  background: #e1382d;
  border: none;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width:767px) {
  .contact .formsbtn {
    padding: 20px 0px;
    width: 100%;
    font-size: 15px;
  }
}

.contact .formsbtn:hover {
  background: #ff473a;
}

.contact .close {
  width: 20px;
  position: absolute;
  right: 31px;
  top: 34px;
}

@media (max-width:767px) {
  .contact .close {
    right: 21px;
    top: 25px;
  }
}

.contact .close svg {
  width: 20px;
  width: 20px;
}

.contact .close svg:hover path {
  fill: #e1382d;
}

.contact h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .contact h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

/*-------------------------------------------------------------ENGINEERING*/
#engineering {
  background: #fff;
  color: #f6c4c1;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: auto;
  width: 100%;
  overflow: hidden;
  /* background: #ff6600 url(../img/header-pro.jpg) center no-repeat; */
  background-size: 100%;
  overflow: hidden;
}

#engineering .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*background:url(../img/header-overlay.png) repeat;*/
  z-index: 2;
}


#engineering .exploded {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#engineering .exploded video.provideo {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: block;
}




.hpro-right {
  width: 500px;
  float: right;
  position: absolute;
  right: 0;
  z-index: 12;
  top: 50%;
  transform: translate(0, -50%);
}

/*home products*/
.hpro-right h3.up-en,
.hpro-right h3.up-en {
  color: #333;
  font-weight: normal;
}

.hpro-right h3.up-en {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'museo_sans700';
}

.hpro-right h3.up-cn {
  font-size: 40px;
  font-family: "sybold", "SimHei";
  font-weight: bold;
  color: #333;
}

.hpro-right i {
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 35px;
}

.hpro-right p {
  font-size: 16px;
  line-height: 1.75em;
  color: #666;
  font-family: "sylight", "SimHei";
  text-align: justify;
}

/*home products nav*/
.home-pronav {
  width: 100%;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
  overflow: hidden;
  margin-bottom: 30px;
}

.home-pronav li {
  float: left;
  text-align: center;
}

.home-pronav li:nth-of-type(2) {
  margin: 0 auto;
  margin-left: 100px;
  margin-right: 95px;
}

.home-pronav li:nth-of-type(3) {
  float: right;
}

.home-pronav li p {
  font-size: 16px;
  text-align: center;
}

.home-pronav li:hover p {
  font-weight: bold;
  color: #fff;
}

.hpro-right a.viwe {
  display: block;
  transition: all 0.5s;
  background-color: #192C69;
  font-family: "sylight", "SimHei";
  color: #fff;
  border: 1px solid #fff;
  width: 98px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  margin: 30px 0;
}

.hpro-right a:hover {
  color: #fff;
  border-color: #fff;
}

.hpro-right a.viwe:hover {
  background-color: #fff;
  color: #192C69;
  border-color: #192C69;
}


/*-------------------------------------------------------------RESEARCH & PROTOTYPING*/
#design {
  background: #e2e2e2;
  padding: 130px 0px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}

.column-left {
  width: 480px;
  float: left;
}

.column-left h3.up-en,
.column-left h3.up-en {
  color: #4d4a47;
  font-weight: normal;
}

.column-left h3.up-en {
  font-size: 60px;
  margin-bottom: 10px;
  font-family: 'museo_sans700';
}

.column-left h3.up-cn {
  font-size: 40px;
  font-family: "sybold", "SimHei";
  font-weight: bold;
  color: #192C69;
}

.column-left i {
  background-color: #4d4a47;
  margin-top: 25px;
  margin-bottom: 35px;
}

#design #owl-demo {
  margin-bottom: 120px;
  margin-top: 60px;
}

#design .rb-hy {
  margin-top: 90px;
}

#design a.viwe {
  display: block;
  float: right;
  transition: all 0.5s;
  background-color: #f2f2f2;
  font-family: "sylight", "SimHei";
  margin-right: 10px;
  color: #878686;
  border: 1px solid #878686;
  width: 98px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

#design a.viwe:hover {
  color: #fff;
  border-color: #192C69;
  background-color: #192C69;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 35px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  top: 35%;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  top: 35%;
}

#design #owl-demo .item {
  position: relative;
  z-index: 9;
  display: inline-block;
  overflow: hidden;
}

#design #owl-demo .item img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  height: 230px;
}

#design #owl-demo .item p {
  position: absolute;
  font-family: "sylight", "SimHei";
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
  height: 58px;
  line-height: 58px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0px;
  text-align: center;
  transition: all 0.5s;
}

#design #owl-demo a:hover p {
  bottom: 0;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

#design #owl-demo a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#design #owl-demo .owl-buttons {
  top: 35%;
}

#design #owl-demo .owl-pagination {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*-------------------------------------------------------------RESEARCH & DEVELOPMENT*/
#research {
  background: #2a2a2a;
  padding: 150px 0px;
  padding-bottom: 0px;
  color: #e2e2e2;
  position: relative;
  overflow: hidden;
}

.grid-news {
  padding: 0;
  padding-bottom: 30px;
}

.grid-news .am-left48 {
  width: 49%;
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
}

.grid-news .am-left482 {
  float: right;
}

.grid-news a.viwe {
  display: block;
  float: right;
  transition: all 0.5s;
  background-color: #2a2a2a;
  color: #4d4a47;
  border: 1px solid #4d4a47;
  width: 98px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "sylight", "SimHei";
}

.grid-news a.viwe:hover {
  color: #fff;
  border-color: #192C69;
  background-color: #192C69;
}

.grid-news {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.grid-news figure {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  /*change here for spacing*/
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
}

.grid-news figure img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
}

.grid-news figure:nth-child(2n) {
  float: right;
}

.grid-news figure figcaption {
  background-color: #3d3d3d;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid-news figure figcaption a {
  background-color: #3d3d3d;
  padding: 20px 30px 10px 30px;
  box-sizing: content-box;
  display: inline-block;
  transition: all 0.5s;
}

.grid-news figure figcaption a h3 {
  font-size: 26px;
  color: #fff;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #343434;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "sybold", "SimHei";
}

.grid-news figure figcaption a p {
  font-size: 14px;
  color: #848484;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "sylight", "SimHei";
}

.grid-news figure figcaption a span {
  font-size: 12px;
  color: #848484;
  font-family: "museo_sans700";
  display: inline-block;
  ;
  margin-top: 25px;
}

.grid-news figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid-news figure figcaption {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-news figure figcaption a {
  position: absolute;
  top: -200%;
  left: 0;
}

figure.effect-oscar:hover img {
  opacity: 0.4;
  width: 100%;
}

figure.effect-oscar:hover figcaption {
  display: inline-block;
  top: 0;
  opacity: 1
}

figure.effect-oscar:hover a {
  display: inline-block;
  top: 0;
}

.grid-news .am-left-half {
  display: block;
  overflow: hidden;
  width: 100%;
}

.grid-news .am-left-half figure {
  float: left;
}

.grid-news .am-left-half figure h3 {
  display: none;
}

.grid-news .am-left-half figure {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  margin-bottom: 20px;
  width: 48%;
  height: 185px;
  text-align: left;
  cursor: pointer;
}

.grid-news .am-left-half figure:nth-child(2n) {
  float: right;
}

.grid-news .am-left-half figure figcaption a p {
  font-size: 14px;
  color: #848484;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.grid-news .am-left-half figure figcaption {
  background-color: #3d3d3d;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s;
}

.grid-news .am-left-half figure figcaption a {
  display: inline-block;
  top: 0;
  height: 185px;
}

.grid-news .am-left-half figure img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0;
}

.grid-news .am-left-half figure figcaption a img {
  display: inline-block;
  top: 0;
  height: 185px;
}

.am-left-half figure.effect-oscar:hover img {
  opacity: 1;
  width: 100%;
}

.am-left-half figure.effect-oscar:hover figcaption {
  display: inline-block;
  top: 0;
  opacity: 0
}

@media (min-width:1930px) {
  #engineering {
    background: #fff;
    color: #f6c4c1;
    position: relative;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    box-sizing: content-box;
    width: auto;
    height: auto;
  }

  .hpro-right {
    width: 400px;
    float: right;
    position: relative;
    right: 0;
    z-index: 12;
    margin-top: 22vh;
    background: #e2e2e2;
  }

}


@media (max-width:1300px) {}

@media (max-width:1150px) {}

@media (max-width:960px) {

  #owl-demo .item {
    width: 90%;
    margin-left: 5%;
  }

  #engineering {
    background: #fff;
    min-height: 400px;
    height: auto;
  }

  .hpro-right {
    width: 96%;
    position: relative;
    left: 0%;
    z-index: 12;
    margin-top: 12vh;
    background: #192c69;
  }

  .home-pronav li {
    width: 20%;
    float: left;
  }

  .home-pronav li:nth-of-type(2) {
    margin: 0 20%;
  }

  #engineering .exploded {
    display: none;
  }
}
@media (min-width:768px) and (max-width:992px) {
  #engineering .swiper-slide {
    background: none !important;
  }
}
@media (max-width:767px) {
  #engineering {
    background: #fff;
    min-height: 400px;
    height: auto;
    height: 100%;
    width: 100%;
    position: relative;
    left: 0px;
    top: 100%;
  }
  #engineering .swiper-slide {
    background: none !important;
  }
  #engineering .exploded {
    display: none;
  }

  .hpro-right {
    width: 96%;
    position: relative;
    left: 0%;
    z-index: 12;
    margin-top: 0;
    background: #fff;
  }

  .hpro-right h3.up-en {
    font-size: 30px;
  }

  .hpro-right h3.up-cn {
    font-size: 30px;
  }

  .column-left h3.up-en {
    font-size: 30px;
  }

  .column-left h3.up-cn {
    font-size: 30px;
  }

  #design {
    padding: 15% 0%;
  }

  #design .rb-hy {
    margin-top: 25px;
  }

  #design #owl-demo {
    margin-bottom: 40px;
  }

  #owl-demo .item {
    width: 90%;
    margin-left: 5%;
  }

  #research {
    padding: 20% 0% 5% 0%;
  }

  .home-pronav li {
    width: 25%;
    float: left;
  }

  .home-pronav li:nth-of-type(2) {
    margin: 0 12.5%;
  }

  .grid-news .am-left48 {
    width: 100%;
  }

  .grid-news .am-left-half figure figcaption a {
    height: 140px;
  }

  .grid-news figure figcaption a {
    padding: 3% 2%;
    width: 96%;
  }

  .grid-news figure figcaption a h3 {
    font-size: 18px;
  }

  .grid-news .am-left-half figure figcaption a p {
    height: 120px;
  }

  .home-pronav li a p {
    font-size: 14px;
  }

  .column-left {
    width: 96%;
    position: relative;
    left: 2%;
  }

  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }

  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }






}

@media (min-height:1100px) {
  header .text {
    padding: 0px 15px;
    top: 35%;
    font-size: 18px;
    line-height: 30px;
  }

  #design {
    background: #e2e2e2;
    padding: 280px 0px;
    padding-bottom: 280px;
    position: relative;
    overflow: hidden;
  }

  #research {
    background: #2a2a2a;
    padding: 280px 0px;
    padding-bottom: 0px;
    color: #e2e2e2;
    position: relative;
    overflow: hidden;
  }
}