@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  src: url('./ProximaNova-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 600;
  src: url('./ProximaNova-Semibold.otf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 700;
  src: url('./ProximaNova-Bold.otf') format('truetype');
}
@font-face {
  font-family: 'BrandonGrotesque';
  font-style: normal;
  font-weight: 400;
  src: url('./Brandon_reg.otf') format('truetype');
}
@font-face {
  font-family: 'BrandonGrotesque';
  font-style: normal;
  font-weight: 700;
  src: url('./Brandon_bld.otf') format('truetype');
}
body {
  font-size: 0;
  font-family: ProximaNova;
}
a, a:hover, a:visited {
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: bold;
}
img {
  display: inline-block;
  vertical-align: middle;
}
.wrapper {
  max-width: 1026px;
  margin: 0 auto;
}
.trbackground div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 1s opacity;
  z-index: -1;
}
.trbackground div.trb {
  opacity: 1;
}
.c2 {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.cr {
  text-align: right;
}
.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  margin-bottom: -70px;
  font-size: 15px;
  text-align: center;
  z-index: 2;
  opacity: .6;
}
.scroll a,.scroll a:hover {
  display: block;
  margin-bottom: 15px;
  color: rgb(200,200,200);
}
.scroll:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 140px;
  background: rgb(200,200,200);
}
body.mobile .scroll {
    display: none;
}
.btn {
  opacity: .75;
  transition-property: opacity;
  transition-duration: .5s;
}
.btn:hover {
  opacity: 1;
}
body.mobile .btn {
  opacity: 1;
}
#box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255,255,255,.8);
  z-index: 1000;
}
#box .wrapper {
  max-width: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
}
#box .close {
  position: absolute;
  display: block;
  left: 40px;
  top: 40px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-shadow: black 0 0 2px;
}
#box .close img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
#box.show {
  display: block;
}
#box video {
  width: 100%;
}
body.mobile #box .close img  {
  width: 15px;
  height: 15px;
}
body.mobile #box .close {
    left: 20px;
    top: 20px;
}
#header {
  padding: 20px 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: white;
  z-index: 900;
  transition-property: padding;
  transition-duration: .1s;
}
#header.sticky  {
  padding: 4px 100%;
}
#header .cr a {
  color: white;
  font-size: 14px;
  font-weight: 600;
}
#header .cr img {
  margin: 0 20px;
}
#header .cr {
  position: relative;
}
body.mobile #header .logo img {
	max-width: 120px;
	height: auto;
}
#header_menu {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  padding-top: 68px;
}
#header.sticky #header_menu {
  padding-top: 52px;
}
#header_menu ul {
  background: rgba(20,20,20,0.9);
}
#header_menu li {
  border-bottom: 1px solid rgba(100,100,100,0.8);
}
#header_menu li:last-child {
  border-bottom: none;
}
#header_menu li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  text-align: center;
  color: rgba(100,100,100,1);
  padding: 25px 0;
}
#header_menu li a:hover {
  background: #4149b6;
  color: #fff;
}
#video video, #video > img {
  width: 100%;
}
#video {
  position: relative;
}
#bannerpopup{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;

}
#bannerpopup.hidden{opacity: 0;}
#bannerpopup img{    width: 100%;}
#bannerpopup .closebanner{
  color: #000;
  position: absolute;
  z-index: 10000;
  right: 6.5%;
  font-size: 45px;
  top: 6%;
}
#video .fs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}
#video .bk {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
/*  background-image: url("../img/video.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
}
#video h1 {
  font-family: 'BrandonGrotesque';
  font-size: 35px;
  letter-spacing: 20px;
  color: #fff;
  text-align: center;
}
#video h2 {
  font-family: 'BrandonGrotesque';
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 50px 0;
}
#video .play {
  display: inline-block;
  width: 120px;
  background: rgba(255,255,255,0.2);
  text-align: center;
  padding: 12px 0;
  color:  #ffffff;
  font-size: 13px;
  font-weight: 600;
}
#video .play img {
  margin-right: 10px;
}
/*#video .close {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
}
#video .close img {
  width: 25px;
  height: 25px;
}*/
/*#video video {
  position: relative;
}*/
#video .scroll {
  opacity: 1;
}
#desc {
  position: relative;
  background-color: #454b8e;
}
#desc .wrapper {
  box-sizing: border-box;
  padding: 160px 115px;
  color:  #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: justify;
}
#hdiw {
  background: #f5f5f5;
}
#hdiw .wrapper {
  box-sizing: border-box;
  padding: 210px 0 210px 0;
}
#hdiw .c2 {
  box-sizing: border-box;
  padding: 0 20px;
}
/*#hdiw .wrapper {
  box-sizing: border-box;
  padding: 210px 0 210px 0;
  background-image: url("../img/hdiw.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#hdiw div {
  padding-left: 60%;
}*/
#hdiw h1 {
  color: #454b8e;
  font-size: 36px;
  font-weight: 700;
  font-family: 'BrandonGrotesque';
}
#hdiw p {
  color: #575b56;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 30px 0;
}
#hdiw a {
  display: inline-block;
  background-color: #cddc7c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 20px;
}
#hdiw img {
  max-width: 100%;
  animation-name: hdiw-img;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
body.mobile #hdiw img {
  animation: none;
}
@keyframes hdiw-img {
  0% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}
#devices {
  position: relative;
  overflow: hidden;
}
#devices .slides {
  width: 200%;
  transition: transform .5s;
  border-bottom: 1px solid white;
}
#devices .slide {
  width: 50%;
  height: 688px;
  vertical-align: top;
  display: inline-block;
  background-repeat: no-repeat;
}
#devices .slide .wrapper {
  box-sizing: border-box;
  padding: 260px 0 260px 0;
}
#devices .slide .wrapper div {
  padding-left: 5px;
  padding-right: 60%;
}
#devices .slide1 {
  background-image: url("../img/mobile.jpg");
  background-color: #363636;
  background-position: center;
  background-size: cover;
}
#devices .slide2 {
  background-image: url("../img/scanner.png");
  background-color: #e4e4e4;
  background-position: right center;
  background-size: auto 100%;
}
#devices h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'BrandonGrotesque';
}
#devices h2 {
  color: #eec10e;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 45px 0 20px 0;
}
#devices p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
#devices .slide1 h1, #devices .slide1 p, #devices .slide1 a {
  color: #fff;
}
#devices .slide2 h1, #devices .slide2 p, #devices .slide2 a {
  color:  #363636;
}
#devices a {
  display: block;
  font-size: 14px;
  margin: 20px 0;
}
#devicesbtn {
  position: relative;
  z-index: 1;
}
#devicesbtn div {
  position: absolute;
  left: 0;
  top: 110px;
}
#devicesbtn a {
  display: inline-block;
  text-align: center;
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background: rgba(217, 217, 217, .3);
  vertical-align: middle;
}
#devicesbtn span {
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: 0 14px;
  background: rgba(150, 150, 150, .6);
  vertical-align: middle;
}
#devices.slide1 #devicesbtn a:first-child {
  background: #e5ba11;
}
#devices.slide2 #devicesbtn a:last-child {
  background: #e5ba11;
}
#devices.slide2 .slides {
  transform: translateX(-50%);
}
#joinus {
  color:  #ffffff;
  text-align: center;
  padding: 180px 0 130px 0;
  position: relative;
}
#joinus h1 {
  font-weight: 700;
  font-size: 36px;
  margin: 30px 0;
  font-family: 'BrandonGrotesque';
}
#joinus h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 37px;
  max-width: 250px;
  margin: 0 auto;
}
#joinus > a {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  font-size: 16px;
  font-weight: 600;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: 50px 0;
}
#joinus .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#joinus .wrapper .scroll {
  right: 0;
  left: auto;
  margin: 0;
}
#joinus .wrapper .scroll:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  background: rgba(200,200,200,.6);
}
#joinus .wrapper .scroll:after {
  display: none;
}
#footer .wrapper {
  padding: 60px 0;
  color: #575b56;
  font-weight: 400;
}
#footer h3 {
  font-size: 16px;
  margin-bottom: 35px;
}
#footer p, #footer li {
  font-size: 14px;
  line-height: 16px;
}
#footer li {
  margin-bottom: 18px;
}
#footer .f1 {
  box-sizing: border-box;
  padding: 0 5px;
}
#footer .f1, #footer .f2, #footer .f3 {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
#footer .f4 {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 5px 0 20%;
}
#footer .f2 p {
  width: 80%;
  line-height: 22px;
}
#footer .f2 .address {
  margin-bottom: 35px;
}
#footer .f4 li {
  display: inline;
  margin-right: 20px;
}
#footer .f4 img {
  height: 25px;
}
#footer .copy {
  background: #eaeaea;
}
#footer .copy .wrapper {
  box-sizing: border-box;
  padding: 15px 5px;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .scroll:after {
    height: 60px;
  }
  .scroll {
    margin-bottom: -35px;
  }
  #video h1 {
    top: 35%;
    font-size: 30px;
  }
  #devices .slide1, #devices .slide2 {
    background-image: none;
  }
  #devices .slide .wrapper div {
    padding: 0 20%;
  }
  #devicesbtn div {
    left: 20%;
  }
  #footer .f4 {
    padding: 0 5px 0 5%;
  }
}

@media screen and (max-width: 570px) {
  .scroll {
    display: none;
  }
  #video h1 {
    top: 25%;
    font-size: 25px;
    letter-spacing: 0;
  }
  #video h2 {
    margin: 20px 0;
  }
  #video {
    overflow: hidden;
  }
  #video > img {
    width: 200%;
    transform: translateX(-50%);
  }
  #desc .wrapper {
    padding: 50px 15px;
  }
  #hdiw .wrapper {
    padding: 50px 0;
  }
  #hdiw .c2 {
    width: 100%;
  }
  #devicesbtn a {
    width: 100%;
    margin: 0;
  }
  #devicesbtn span {
    display: none;
  }
  #devicesbtn div {
    width: 100%;
    left: 0;
    top: 90px;
  }
  #devices .slide {
    height: 600px;
  }
  #joinus {
    padding: 60px 0 50px 0;
  }
  #footer .f1, #footer .f2, #footer .f3, #footer .f4 {
    box-sizing: border-box;
    padding: 0 15%;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 45px;
  }
  #footer .copy {
    text-align: center;
  }
}

#techtop {
  position: relative;
}
#techtop img {
  width: 100%;
}
#techtop div {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
#techtop h1 {
  font-family: 'BrandonGrotesque';
  font-size: 50px;
  letter-spacing: 20px;
  color: #fff;
  margin-bottom: 60px;
}
#techtop h2 {
  color: #cddc7c;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}
#techtop h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 36px;
}
#techmv4d {
  background: #f5f5f5;
}
#techmv4d h1 {
  font-family: 'ProximaNova';
  color: #454a8e;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 80px 0;
}
#techmv4d h1 span {
  border-bottom: 2px solid #cddc7b;
}
#techmv4d .t3p > div {
  width: 30%;
  font-family: 'ProximaNova';
  color: #221e1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
}
#techmv4d .t3p .num {
  color: #cddc7b;
  font-size: 60px;
  font-weight: 600;
  margin: 40px 0;
}
#techmv4d .t3p div:nth-child(1) {
  box-sizing: border-box;
  padding-left: 5px;
}
#techmv4d .t3p div:nth-child(2) {
  margin: 0 5%;
}
#techmv4d .t3p div:nth-child(3) {
  box-sizing: border-box;
  padding-right: 5px;
}
#techmv4d .t2p {
  padding: 100px 0;
}
#techmv4d .t2p > div {
  display: inline-block;
  vertical-align: bottom;
}
#techmv4d .t2p .text {
  width: 35%;
  font-family: 'ProximaNova';
  color: #221e1f;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  padding-left: 5px;
}
#techmv4d .t2p .text p:first-child {
  margin: 25px 0;
}
#techmv4d .t2p .image {
  width: 65%;
  opacity: 0;
}
#techmv4d .t2p .image img {
  width: 100%;
}
#techpatent .c2 {
  box-sizing: border-box;
  padding: 80px 5px;
}
#techpatent p {
  font-family: 'ProximaNova';
  color: #454a8e;
  font-size: 14px;
  line-height: 24px;
  width: 70%;
}
#techpatent img {
  max-width: 100%;
}
#techcnt {
  background: #454b8e;
}
#techcnt h2 {
  font-family: 'ProximaNova';
  color: #cddc7b;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
#techcnt p {
  font-family: 'ProximaNova';
  color: #fff5f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 20px 0 0 0;
}
#techcnt .c2 {
  overflow: hidden;
}
/*#techcnt img {
  cursor: pointer;
}
#techcnt img, #techcnt video {
  max-width: 100%;
}*/
#techcnt video {
  max-width: 100%;
}
#techact {
  background: #f5f5f5;
  text-align: center;
  padding: 80px 0;
}
#techact h1 {
  font-family: 'ProximaNova';
  color: #454a8e;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 80px;
}
#techact a {
  display: inline-block;
  padding: 0 80px;
  color: #454a8e;
  font-size: 16px;
}
#techact span {
  display: inline-block;
  width: 2px;
  height: 100px;
  vertical-align: top;
  margin-top: 20px;
  background: #d1d3e0;
}
#techact p {
  margin: 30px 0;
}


@media screen and (max-width: 960px) {
  #techtop h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #techtop h2, #techtop h3 {
    font-size: 15px;
    line-height: 1.3;
    padding: 0 15px;
  }
  #techmv4d h1, #techact h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 570px) {
  #techtop h1 {
    letter-spacing: 0;
  }
}
body.mobile #techmv4d .t3p > div {
  box-sizing: border-box;
  padding: 0 15px !important;
  margin: 0 !important;
  width: 100%;
}
body.mobile #techmv4d .t2p > div,
body.mobile #techpatent .c2,
body.mobile #techcnt .c2 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px !important;
}
body.mobile #techcnt .wrapper .c2:first-child {
  padding: 0 0 10px 0 !important;
}
body.mobile #techpatent p {
  width: 100%;
}
body.mobile #techpatent .c2:last-child {
  padding-bottom: 20px !important;
}
body.mobile #techcnt .c2:last-child {
  padding-bottom: 20px !important;
}
body.mobile #techact span {
  display: none;
}


#abouttop {
  position: relative;
  background: #88c1b8;
  color: #ffffff;
}
#abouttop .wrapper {
  padding: 245px 0;
}
#abouttop h1 {
  font-family: BrandonGrotesque;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 12px;
}
#abouttop h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: justify;
  text-align: center;
  padding: 0 20%;
}
#abouttop .scroll {
  margin-bottom: -50px;
}
#abouttop .scroll a {
  color: #fff;
}
#abouttop .scroll:after {
  background: #fff;
  height: 100px;
}
#aboutteam {
  background: #f5f5f5;
  padding: 80px 0;
}
#aboutteam h3  {
  text-align: center;
}
#aboutteam h4 {
  color: #88c1b8;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 40px;
}
#aboutteam .person {
  display: inline-block;
  width: 30%;
  margin-bottom: 50px;
}
#aboutteam .person img {
  width: 100%;
}
#aboutteam .person.m {
  margin-left: 5%;
  margin-right: 5%;
}
#aboutteam .name {
  color: #000100;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
#aboutteam .position {
  margin-top: 10px;
  color: rgba(87, 91, 86, 0.7);
  font-size: 16px;
  font-weight: 400;
}
#aboutteam .personfull {
  display: none;
/*  margin-bottom: 50px;
  position: relative;*/
}
#personfull {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  display: none;
  z-index: 1000;
}
#personfull .personfull {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  background: #fff;
  padding: 30px;
}
#personfull .personfull .c2 {
  vertical-align: top;
}
#personfull .personfull p {
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  margin: 20px 0;
  padding-right: 60px;
}
#personfull .personfull .name {
  font-size: 20px;
}
#personfull .personfull .position {
  font-size: 23px;
}
#personfull .personfull img {
  width: 100%;
}
#personfull .personfull .close {
  width: 20px;
  height: 20px;
  background: #000;
  padding: 15px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
body.mobile #personfull .personfull {
  max-height: 100%;
}
body.mobile #personfull .personfull .c2 {
  width: 100%;
}
body.mobile #personfull .personfull p {
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}
body.mobile #personfull .personfull .c2 img {
    width: 50%;
    margin-left: 50%;
}
body.mobile #personfull .personfull .close {
    padding: 5px;
}
/*#aboutteam .person, #aboutteam h3, #aboutteam h4 {
  transition: opacity .5s;
}
#aboutteam.opened .person, #aboutteam.opened h3, #aboutteam.opened h4 {
  opacity: 0.2;
}*/
body.mobile #aboutteam .wrapper .person {
  margin: 5% 0 50px 5%;
  width: 90%;
}
/*body.mobile #aboutteam .wrapper .personfull .c2 {
  width: 90%;
  padding: 0 5%;
}
body.mobile #aboutteam .personfull .close {
  right: 5%;
}
body.mobile #aboutteam .wrapper .personfull .c2:last-child {
  display: none;
} */
#aboutjoin {
  background: #434b90;
  color: #ffffff;
  text-align: center;
  padding: 65px 0;
}
#aboutjoin h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
#aboutjoin p {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 45px 0;
}
#aboutjoin a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  border-bottom: solid 3px #fff;
  padding: 5px 3px;
}

@media screen and (max-width: 570px) {
  #abouttop .wrapper {
    padding: 50px 0;
  }
  #abouttop h1 {
    letter-spacing: 0;
  }
  #abouttop h2 {
    padding: 0 5%;
  }
}

#mobileheader {
  position: relative;
  background-image: url("../img/mobileheader.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 0;
}
#mobileheader .scroll {
  opacity: 1;
}
#mobileheader .scroll a {
  color: #fff;
}
#mobileheader .scroll:after {
  background: #fff;
}
#mobileheader h1 {
  font-family: 'BrandonGrotesque';
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 20px;
  margin-bottom: 70px;
}
#mobileheader h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  padding: 0 10%;
}
#mobilecom {
  text-align: center;
}
#mobilecom h3 {
  padding: 160px 0;
  font-family: 'BrandonGrotesque';
  color: #719a62;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 10px;
}
#mobilecom li {
  display: inline-block;
  width: 50%;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
#mobilecom h4 {
  color: #719a62;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  padding: 50px 0;
}
#mobilecom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 0 15%;
  height: 200px;
}
#mobilecom a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 50px;
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  background-image: url("../img/mobileplaybtn.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 30px;
}
#mobilecom li:hover a {
  background-position: bottom left;
  color: #404041;
}
#mobilecom li:hover video{
	opacity: .25;
}
#mobilecom video {
	position: absolute;
	top: 50%;
	left: 50%;
   /* height: 100%;*/
	z-index: -1000;
	opacity: .1;
    transition-property: opacity;
    transition-duration: 1.5s;
}
#mobilesld {
  background-image: url("../img/mobilesld.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mobilesld .wrapper {
  padding: 250px 0;
  color: #f5f5f5;
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
#mobiletango {
  background: #f5f5f5;
  text-align: center;
}
body.mobile #mobiletango p {
	padding: 0 10%;
}
#mobiletango .ico {
  text-align: center;
  padding-top: 80px;
}
#mobiletango h3 {
  font-family: 'BrandonGrotesque';
  color: #454c8f;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 10px;
  padding: 50px 0;
}
#mobiletango p {
  color: #575b56;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  max-width: 565px;
  margin: 0 auto;
}
#mobiletango a {
  display: inline-block;
  background-color: #454c8f;
  width: 125px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin: 60px 0;
}
#mobiletango img {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  #mobilecom p {
    height: 270px;
  }
}
@media screen and (max-width: 550px) {
  #mobilecom h3 {
    letter-spacing: 0;
    padding: 50px 0;
  }
  #mobilecom li {
    width: 100%;
  }
  #mobileheader {
    padding: 110px 0;
  }
  #mobiletango h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}


#productionheader {
  position: relative;
  background-image: url("../img/productionheader.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 0;
}
#productionheader .scroll {
  opacity: 1;
}
#productionheader .scroll a {
  color: #fff;
}
#productionheader .scroll:after {
  background: #fff;
}
#productionheader h1 {
  font-family: 'BrandonGrotesque';
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 70px;
}
#productionheader h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  padding: 0 10%;
}
#productioncases {
  text-align: center;
}
#productioncases h3 {
  padding: 160px 0 20px 0;
  font-family: 'BrandonGrotesque';
  color: #444b8e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
}
#productioncases img {
  margin: 60px 0;
}
#productioncases li {
  display: inline-block;
  width: 50%;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
#productioncases h4 {
  color:  #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  padding: 75px 0 30px 0;
}
#productioncases p {
  color:  #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  height: 120px;
  padding: 0 5%;
}
#productioncases a {
  display: inline-block;
  height: 13px;
  line-height: 13px;
  margin-bottom: 50px;
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  background-image: url("../img/productionplaybtn.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 30px;
}
#productioncases li:hover a {
  background-position: bottom left;
  color: #fff;
}
#productioncases li:hover .overlay {
    opacity: .7;
}
#productioncases .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
    background: #444b8e;
    opacity: .9;
    transition-property: opacity;
    transition-duration: 1.5s;
}
#productioncases video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1000;
   /* width: 100%;*/
}
#productionslide {
  background-image: url("../img/productionslide.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 580px;
}
#productionpostslide>div {
  margin-bottom: -160px;
  position: relative;
}
#productionpostslide p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: top;
  padding: 70px 0;
}
/*body.mobile #productionpostslide p {
  padding-left: 5%;
} */
#productionpostslide span {
  color: #5793af;
}
#productionpostslide .image {
  position: absolute;
  top: -200px;
  max-width: 100%;
  overflow: hidden;
}
#productionembedding {
  background-image: url("../img/productionembedding.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #454a8e;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 5px;
  text-align: center;
  padding: 237px 0;
}
@media screen and (max-width: 1050px) {
    #productionpostslide  {
        padding-left: 5%;
    }
}
@media screen and (max-width: 550px) {
  #productionheader {
    padding: 110px 0;
  }
  #productionheader h1 {
    letter-spacing: normal;
  }
  #productioncases h3 {
    letter-spacing: 0;
    padding: 50px 0;
  }
  #productioncases li {
    width: 100%;
  }
}

#jobsheader {
  position: relative;
  background-image: url("../img/jobsheader.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 240px 0;
}
#jobsheader h1 {
  font-family: 'BrandonGrotesque';
  color:  #454a8e;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
}
#jobslist {
  background: #f5f5f5;
  padding: 100px 0;
}
#jobslist .wrapper > .c2 {
  box-sizing: border-box;
  vertical-align: top;
}
#jobslist .wrapper > .c2:first-child {
  padding-right: 45px;
}
#jobslist .wrapper > .c2:last-child {
  padding-left: 45px;
}
#jobslist h3 {
  color:  #454a8e;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
#jobslist p {
  color:  #221e1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 40px;
}
#jobslist .list {
  margin-top: 40px;
}
#jobslist .list li {
  border-top: 1px solid #d7d7d7;
}
#jobslist .list li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
#jobslist .list a {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  font-size: 14px;
}
#jobslist .list a:hover {
  background-color: #ededed;
}
#jobslist .list span {
  display: inline-block;
  width: 50px;
  color: #cddc7c;
  font-weight: 600;
}
#jobslist .desc {
  margin-top: 40px;
}
#jobslist .block {
  border-top: 1px solid #d7d7d7;
  padding: 0 5px 20px 5px;
}
#jobslist .block:last-child {
  border-bottom: 1px solid #d7d7d7;
}
#jobslist .block h4 {
  color:  #221e1f;
  font-size: 14px;
  font-weight: 600;
}
#jobslist .block li {
  color:  #221e1f;
  font-size: 14px;
  margin-top: 20px;
}
#jobslist .block ul li:before{
  content: "- ";
}
#jobslist .block h4, #jobslist .block p, #jobslist .block ul {
  margin-top: 20px;
}
#jobslist .block.apply {
  padding: 20px 0;
}
#jobslist .block.apply a {
  display: inline-block;
  width: 125px;
  color:  #ffffff;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color:  #454a8e;
}
#jobslist .nav {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0;
}
#jobslist .nav a {
  color:  #bdbebc;
  font-size: 14px;
  font-weight: 400;
}
#jobslist .nav a:hover {
  color:  #6a6e6a;
}
#jobslist img {
  width: 100%;
}
@media screen and (max-width: 1050px) {
  #jobslist .wrapper {
     padding: 0 5%;
  }
}
@media screen and (max-width: 800px) {
  #jobslist .c2 {
    width: 100%;
  }
  #jobslist .c2:first-child {
    padding-bottom: 50px;
  }
}
#contactus {
  background: #88c1b8;
  position: relative;
}
#contactus p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#contactus>div:last-child {
  /*background-image: url(../img/map.jpg);
  background-size: cover;
  background-position: center;*/
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
}
/*#contactus>div:last-child div {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 33%;
  padding: 15px 30px 35px;
  opacity: .9;
  background: white;
}
#contactus>div:last-child p {
  text-align: center;
  padding-top: 30px;
}
#contactus>div:last-child p:last-child {
  padding: 30px 30px 0;
}*/
#contactus .c2 {
  color: white;
   padding: 155px 0 120px;
}
#contactus .c2 h1 {
  padding-bottom: 50px;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 20px;
}
#contactus .c2 p {
  max-width: 260px;
  padding: 10px 0;
}
#contactus .send input {
  display: block;
  padding: 30px 0 10px;
  width: 60%;
  background: none;
  border: none;
  border-bottom: solid 1px white;
  font-size: 14px;
  font-weight: 400;
  color: white;
}
#contactus .send input:focus {
  outline: none;
}
#contactus ::-webkit-input-placeholder {color: white;}
#contactus ::-moz-placeholder                 {color: white;}
#contactus :-moz-placeholder                   {color: white;}
#contactus :-ms-input-placeholder          {color: white;}
#contactus .send button {
    border: none;
    background: #575b56;
    color: white;
    padding: 13px 44px;
    margin-top: 65px;
    cursor: pointer;
}
#contactus .send {
  position: relative;
  height: 430px;
}
#contactus .send form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 45px;
  opacity: 1;
  z-index: 100;
}
#contactus .send div {
  position: absolute;
  top: 0;
  left: 0;
  color: #454c8f;
  padding-top: 110px;
  opacity: 0;
}
#contactus .send h4 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 20px;
}
body.mobile #contactus .c2 {
  width: 100%;
}
body.mobile #contactus .c2  p {
  margin-left: 5%;
}
body.mobile #contactus>div:last-child {
  position: static;
  left: 0;
  height: 600px;
}
#news h1 {
  padding: 135px 0;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 20px;
  color: white;
  background: url(../img/newshd_bg.png);
  text-align: center;
}
#news .newslist {
  background: #f5f5f5;
  color: #454c8f;
  padding: 55px 0 175px;
}
#news .newslist .wrapper {
  max-width: 981px;
}
#news li div {
  text-align: center;
  margin: 15px;
  background: #e1e1e1;
  padding-bottom: 30px;
  /* for img*/
  overflow: hidden;
  position: relative;
  height: 465px;
}
#news li img {
  margin-bottom: 35px;
  height: 227px;
  width: auto;
  min-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#news li span {
  font-size: 15px;
  font-weight: 400;
}
#news li h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  height: 55px;
}
#news li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: 80px;
  padding-top: 20px;
}
#news li a {
  font-size: 14px;
  font-weight: bold;
}
#aboutjoin.news p{
  font-size: 14px;
  margin: 25px 0 0;
}
#aboutjoin.news a {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
body.mobile #news .c2 {
  width: 100%;
}
#news .concrete {
  padding: 50px 0 95px;
  line-height: 23px;
}
#news .concrete .image {
  display: inline-block;
  max-width: 45%;
/*   min-height: 280px; */
max-width: 450px;
  vertical-align: top;
  border: solid 1px #f2f2f2;
  overflow: hidden;
}
#news .concrete img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#news .concrete .head {
  display: inline-block;
  width: 55%;
}
#news .concrete .head>* {
  margin-left: 30px;
}
#news .concrete .head h4 {
  padding-top: 16px;
}
#news .concrete h2 {
  padding-bottom: 10px;
  color: #454c8f;
  font-size: 18px;
  font-weight: 600;
}
#news .concrete span {
  color: #454c8f;
  font-size: 15px;
  font-weight: 400;
}
#news .concrete p {
   font-size: 14px;
   font-weight: 400;
}
#news .concrete .social>* {
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 65px;
}
#news .concrete h4 {
  font-size: 14px;
  font-weight: 700;
}
#news .concrete .body {
  padding: 60px 105px;
}
#news h3 {
  margin-bottom: 27px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 400;
}
body.mobile #news .concrete .image  {
  max-width: 90%;
  margin: 0 5%;
}
body.mobile #news .concrete div {
  width: 90%;
  margin: 5% 5% 0;
}
body.mobile #news .concrete div >* {
  margin-left: 0;
}
body.mobile #news .concrete .body {
  padding: 0;
}
#policy h1 {
  padding: 75px 0;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 20px;
  color: white;
  background: url(../img/newshd_bg.png);
  text-align: center;
}
#policy .wrapper {
  padding: 60px 0 185px;
  line-height: 23px;
}
#policy .wrapper>* {
  margin: 0 10%;
}
#policy h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0;
}
#policy h4 {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
}
#policy p {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  text-align: justify;
}
