a {
  color: inherit;
}
#nav {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  min-width: 1000px;
  z-index: 10;
  background: transparent;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
#nav.with-back {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
}
#nav.with-back .logo {
  background-image: url("../img/logo-blue_24bf98b6fe.png");
}
#nav.with-back .tabs .tab {
  color: #546e7a;
}
#nav.with-back .tabs .tab.active {
  color: #006fff;
}
#nav.with-back .tabs .tab:hover {
  color: #006fff;
}
#nav .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .logo {
  display: inline-block;
  width: 216px;
  height: 24px;
  background-image: url("../img/logo-white_17a83465bb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#nav .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  border: none;
}
#nav .tabs .tab {
  height: 100%;
  text-align: center;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.64px;
  line-height: 80px;
  display: inline-block;
  border: none;
  margin-right: 60px;
}
#nav .tabs .tab.active {
  color: #fff;
  font-weight: 500;
}
#nav .tabs .tab:hover {
  color: #fff;
}
.home-footer {
  height: 337px;
  background: #000e4b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: Roboto, Roboto-Medium;
  padding: 0 140px;
}
.home-footer a:hover {
  color: #006fff;
}
.home-footer .content {
  margin-top: 60px;
  width: 100%;
  max-width: 1640px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 20px;
}
.home-footer .content .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 40px 40px;
  background-image: url("../../img/index/en/footer_e87ccb4aec.png");
}
.home-footer .content .left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home-footer .content .left .title {
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 50px;
  margin-top: 0;
}
.home-footer .content .left .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}
.home-footer .content .left .contact-item .icon-phone {
  background-position: 0 0;
}
.home-footer .content .left .contact-item .icon-email {
  background-position: 0 -20px;
}
.home-footer .content .left .contact-item .text {
  margin-left: 10px;
  display: inline-block;
}
.home-footer .content .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  margin-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-footer .content .right .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 0;
}
.home-footer .content .right .follow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}
.home-footer .content .right .follow-item .icon-linkedin {
  background-position: -20px 0;
}
.home-footer .content .right .follow-item .icon-twitter {
  background-position: -20px -20px;
}
.home-footer .content .right .follow-item .text {
  margin-left: 10px;
  display: inline-block;
}
.home-footer .content .right .why-item,
.home-footer .content .right .company-item {
  display: block;
  margin-top: 17px;
}
.home-footer .bottom {
  max-width: 1640px;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.2);
  height: 70px;
  text-align: center;
  font-weight: 500;
  line-height: 70px;
}
