body {
  font-family: Barlow, sans-serif;
  color: #2d2a26;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #002e6d;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
}

a {
  color: #2d2a26;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.all {
  display: block;
  overflow: hidden;
  padding-top: 85px;
}

.all.tech {
  overflow: visible;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  background-color: #fff;
}

.logo {
  height: auto;
  margin-top: 23px;
  margin-bottom: 18px;
}

.nav-link {
  z-index: 1;
  padding: 27px 40px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #0082ca;
  color: #fff;
}

.nav-link.w--current {
  color: #0082ca;
}

.nav-link.w--current:hover {
  background-color: transparent;
}

.container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container.shatin {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.menu-btn {
  margin-top: 5px;
  padding: 20px 0px;
  background-color: transparent;
}

.menu-btn.w--open {
  background-color: transparent;
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-content.collaborate {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/collaborate-bg1.5x.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-content.our-partners {
  padding-bottom: 55px;
}

.section-content.blue {
  background-color: rgba(0, 130, 202, 0.05);
}

.section-content.shatin {
  position: relative;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 0px;
  background-color: rgba(0, 130, 202, 0.05);
  background-image: url('../images/path.png');
  background-position: 0% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-link-b {
  position: relative;
}

.logo-img {
  width: auto;
  height: 44px;
  max-width: none;
}

.menu-line01 {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #002e6d;
}

.menu-line02 {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #002e6d;
}

.menu-line03 {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #002e6d;
}

.header-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 5px;
  background-color: #0082ca;
}

.nav-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  width: 0px;
  height: 5px;
  background-color: #002e6d;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-lang-b {
  padding-left: 40px;
  border-top: 1px solid #ccc;
}

.lang-dropdown {
  display: none;
  margin-top: 5px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.lang-toggle {
  padding: 0px 17px 0px 0px;
  font-weight: 600;
  letter-spacing: 1px;
}

.lang-dropdown-list {
  overflow: hidden;
  margin-top: 27px;
  margin-left: -20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(28, 102, 204, 0.4);
}

.lang-dropdown-link {
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.nav-lang-line {
  display: none;
  width: 1px;
  height: 20px;
  margin-top: 5px;
  background-color: #ccc;
}

.nav-lang-link {
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.nav-lang-link:hover {
  color: #0082ca;
}

.nav-lang-mobile {
  display: block;
  text-align: left;
}

.section-footer {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #002e6d;
}

.footer-txt {
  display: inline-block;
  margin-right: 2px;
  float: left;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.header-1280 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  background-color: #fff;
}

.home-banner-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.home-slider {
  width: 100%;
  height: auto;
}

.slide-nav {
  margin-bottom: 10px;
}

.arrow-l {
  display: none;
  width: 40px;
}

.arrow-r {
  display: none;
  width: 40px;
}

.home-slide {
  width: 100%;
  padding-top: 42.5%;
}

.slide-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(60%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, transparent 60%);
}

.slide-mask.video {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 60%);
}

.heading-line {
  width: 50px;
  height: 5px;
  background-color: #0082ca;
}

.heading-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-logo-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners-logo-col.mobile {
  display: none;
}

.partners-logo-b {
  width: 25%;
  max-width: 250px;
  margin-bottom: 25px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.partners-logo-b._20 {
  width: 20%;
  padding-right: 1%;
  padding-left: 1%;
}

.news-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 688px;
  background-color: transparent;
}

.news-slide-nav {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 116px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-slide {
  width: 344px;
  padding-right: 12px;
  padding-bottom: 80px;
  padding-left: 12px;
}

.news-link {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(28, 102, 204, 0.2);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.news-link:hover {
  box-shadow: 0 5px 30px 0 rgba(28, 102, 204, 0.5);
}

.container-full {
  width: 100%;
  max-width: 100%;
}

.news-slide-txt-b {
  height: 240px;
  padding: 20px 25px;
}

.news-slide-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 65%;
}

.news-slide-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 130, 202, 0.3);
}

.news-slide-bar-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 0px;
  height: 5px;
  background-color: #0082ca;
}

.news-slide-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.btn-read-more {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  height: 39px;
  margin-bottom: 25px;
  margin-left: 25px;
  padding: 7px 30px;
  border-radius: 46px;
  background-color: #0082ca;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-slider-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-mask {
  overflow: visible;
  width: 100%;
}

.arrow-l-news {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-right: 62px;
  border-style: solid;
  border-width: 1px;
  border-color: #0082ca;
  border-radius: 40px;
  background-image: url('../images/arrow-l-blue.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.arrow-l-news:hover {
  background-color: #0082ca;
  background-image: url('../images/arrow-l-white.svg');
}

.arrow-r-news {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #0082ca;
  border-radius: 40px;
  background-image: url('../images/arrow-r-blue.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.arrow-r-news:hover {
  background-color: #0082ca;
  background-image: url('../images/arrow-r-white.svg');
}

.footer-link {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-logo-img {
  width: auto;
  height: 40px;
  max-width: none;
}

.footer-logo {
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-logo:hover {
  opacity: 1;
}

.footer-logo.left {
  margin-right: 30px;
}

.footer-logo-b {
  margin-bottom: 30px;
}

.footer-social-link {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 1;
}

.footer-social-link.in {
  background-image: url('../images/icon-social-linkedin.svg');
}

.footer-social-link.fb {
  background-image: url('../images/icon-social-fb.svg');
}

.footer-social-link.yt {
  background-image: url('../images/icon-social-youtube.svg');
}

.footer-social-link.wc {
  background-image: url('../images/icon-social-wechat.svg');
}

.footer-social-link.email {
  background-image: url('../images/icon-social-email.svg');
  background-position: 50% 50%;
  background-size: 27px;
}

.footer-social-b {
  margin-bottom: 25px;
}

.footer-col-01 {
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer-col-02 {
  margin-right: 100px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-col-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-sitemap-link {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #002e6d;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-sitemap-link:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer-sitemap-link.no-bottom-margin {
  margin-bottom: 0px;
}

.footer-line {
  width: 1px;
  height: 14px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact-link {
  position: relative;
  padding-top: 2px;
  padding-left: 35px;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footer-contact-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer-contact-link.location {
  padding-top: 0px;
}

.footer-bottom-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 130, 202, 0.5);
}

.footer-contact-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  opacity: 0.75;
}

.footer-col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.collaborate-form {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collaborate-b {
  width: 55%;
  max-width: 620px;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 46, 109, 0.85)), to(rgba(28, 102, 204, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 46, 109, 0.85) 40%, rgba(28, 102, 204, 0.85));
}

.txt-field {
  height: 44px;
  margin-bottom: 20px;
  padding: 7px 20px 7px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 22px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 15px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.txt-field:focus {
  border-color: #0082ca;
}

.txt-field.email {
  background-image: url('../images/icon-collaborate-email.svg');
}

.txt-field.tel {
  background-image: url('../images/icon-collaborate-tel.svg');
}

.txt-field.name {
  background-image: url('../images/icon-collaborate-name.svg');
}

.txt-field.company {
  background-image: url('../images/icon-collaborate-company.svg');
}

.hide {
  display: none;
}

.txt-area {
  min-height: 160px;
  margin-bottom: 0px;
  padding: 9px 20px 9px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #0082ca;
  border-radius: 22px;
  background-image: url('../images/icon-collaborate-message.svg');
  background-position: 15px 10px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.txt-area:focus {
  border-color: #0082ca;
}

.txt-white {
  color: #fff;
}

.collaborate-txt-b {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.form-dropdown {
  width: 100%;
}

.dropdown-b {
  width: 100%;
  margin-bottom: 20px;
}

.dropdown-list {
  overflow: hidden;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(28, 102, 204, 0.4);
}

.dropdown-toggle {
  width: 100%;
  height: 44px;
  padding: 7px 40px 7px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 22px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 15px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.dropdown-toggle:focus {
  border-color: #0082ca;
}

.dropdown-toggle.enquiry {
  background-image: url('../images/icon-collaborate-enquiry.svg');
}

.dropdown-toggle.interest {
  background-image: url('../images/icon-collaborate-interest.svg');
}

.dropdown-link {
  padding-left: 50px;
}

.dropdown-link:hover {
  background-color: #0082ca;
  color: #fff;
  font-weight: 400;
}

.dropdown-scroll-b {
  overflow: auto;
  height: 210px;
  border-radius: 22px;
}

.arrow-dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.btn {
  display: inline-block;
  height: 39px;
  padding: 7px 30px;
  border-radius: 46px;
  background-color: #002e6d;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #fff;
  color: #002e6d;
}

.btn-b {
  margin-top: 40px;
  text-align: center;
}

.dropdown-txt-b {
  overflow: hidden;
  width: 100%;
}

.icon-tech {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
}

.tech-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tech-col {
  width: 33.33%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.home-tech-b {
  width: 100%;
  max-width: 1032px;
  margin-right: auto;
  margin-left: auto;
}

.tech-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #eee;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tech-circle-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shatin-txt-b {
  width: 60%;
  max-width: 1440px;
  margin-bottom: 100px;
  float: right;
  text-align: center;
}

.home-slide-txt-b {
  z-index: 20;
  max-width: 1400px;
  color: #fff;
}

.home-slide-btn {
  display: inline-block;
  height: 39px;
  margin-top: 20px;
  padding: 7px 30px;
  border-radius: 46px;
  background-color: #0082ca;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-slide-btn:hover {
  background-color: #fff;
  color: #0082ca;
}

.home-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-banner-img._02 {
  background-image: url('../images/home-banner-021.5x.jpg');
}

.home-banner-img._03 {
  background-image: url('../images/home-banner-031.5x.jpg');
}

.home-slide-txt {
  max-width: 530px;
}

.home-slide-heading {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.inner-banner {
  position: relative;
  overflow: hidden;
  padding-top: 20%;
}

.inner-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/tech-banner1.5x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.inner-heading {
  margin-bottom: 0px;
}

.home-slide-copy {
  width: 100%;
  padding-top: 42.5%;
}

.banner-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-top: 42.5%;
}

.tech-answer-b {
  margin-left: 35px;
  text-align: justify;
}

.tech-question-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tech-row {
  margin-bottom: 35px;
}

.list {
  list-style-type: none;
}

.list-item {
  margin-bottom: 13px;
  padding-left: 12px;
  background-image: url('../images/bullet.svg');
  background-position: 0% 10px;
  background-size: 6px;
  background-repeat: no-repeat;
}

.tech-no-b {
  width: 30px;
}

.tech-no {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #eee;
  text-align: center;
}

.tech-title {
  margin-bottom: 0px;
  line-height: 30px;
}

.tech-col-l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tech-img-b {
  position: -webkit-sticky;
  position: sticky;
  top: 155px;
  width: 30%;
  float: right;
  box-shadow: -25px 25px 0 0 #0082ca;
}

.tech-b {
  width: 65%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0.4)), color-stop(40%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 10%, transparent 40%);
}

.banner-mask.video {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 60%);
}

.div-block {
  text-align: center;
}

.collaborate-thankyou-b {
  display: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.tech-img {
  width: 100%;
  padding-top: 130%;
  background-image: url('../images/tech-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.tech-ab {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.shatin-img-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 45%;
  margin-left: 5%;
  float: left;
  box-shadow: -25px 25px 0 0 #0082ca;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.shatin-content-b {
  position: relative;
  z-index: 10;
  width: 55%;
  margin-top: 70px;
  margin-right: 35px;
  padding: 70px;
  float: right;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(28, 102, 204, 0.5);
}

.shatin-b {
  position: relative;
  margin-top: -35px;
  margin-bottom: 35px;
}

.shatin-blue-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 45%;
  height: 100%;
  margin-bottom: -35px;
  background-color: #002e6d;
}

.pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 46, 109, 0.95);
}

.pop.pop-scroll {
  display: block;
}

.pop.popup-scroll {
  overflow: auto;
}

.news-video {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 30px;
  margin-right: 40px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.btn-close:hover {
  opacity: 1;
}

.video-b {
  position: relative;
  top: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.partners-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.click-box-b {
  width: 100%;
  padding: 7px 15px 10px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 22px;
  background-color: #fff;
  background-image: url('../images/icon-collaborate-interest.svg');
  background-position: 15px 7px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.click-box-b:focus {
  border-color: #0082ca;
}

.click-box-b.enquiry {
  background-image: url('../images/icon-collaborate-enquiry.svg');
}

.click-box-b.interest {
  background-image: url('../images/icon-collaborate-interest.svg');
}

.click-box {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #002e6d;
  border-radius: 4px;
}

.click-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 22px;
}

.click-col {
  width: 50%;
  margin-top: 10px;
  padding-right: 10px;
  float: left;
}

.icon-check {
  display: none;
  width: 16px;
  height: 16px;
}

.text-main-content {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-text-heading {
  margin-bottom: 50px;
  color: #000;
  text-shadow: none;
}

html.w-mod-js *[data-ix="fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-from-bottom-shatin"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-from-bottom-shatin-bg"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="0-opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="shatin-img"] {
  opacity: 0;
  -webkit-transform: translate(0px, -55%);
  -ms-transform: translate(0px, -55%);
  transform: translate(0px, -55%);
}

html.w-mod-js *[data-ix="home-slide-txt"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="banner-img-scale"] {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media screen and (min-width: 1280px) {
  .header {
    display: none;
  }

  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 5px solid #0082ca;
  }

  .nav-link:hover {
    background-color: transparent;
    color: #2d2a26;
  }

  .nav-link.w--current {
    color: #2d2a26;
  }

  .nav-menu {
    width: 66%;
  }

  .section-content.shatin {
    padding-top: 40%;
  }

  .nav-lang-b {
    padding-left: 0px;
    border-top-style: none;
  }

  .lang-dropdown {
    display: block;
  }

  .lang-dropdown-link:hover {
    background-color: #0082ca;
    color: #fff;
  }

  .nav-lang-line {
    display: block;
    margin-right: -1.5%;
    margin-left: -1.5%;
  }

  .nav-lang-mobile {
    display: none;
  }

  .header-1280 {
    display: block;
  }

  .home-slider {
    height: auto;
    background-color: transparent;
  }

  .partners-logo-col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-logo-b {
    width: 16.66%;
    padding-right: 1.5%;
    padding-left: 1.5%;
    float: left;
  }

  .news-slider {
    max-width: 1032px;
  }

  .footer-col-02 {
    padding-bottom: 50px;
  }

  .collaborate-b {
    padding-right: 60px;
    padding-left: 60px;
  }

  .arrow-dropdown-lang {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .home-slide-btn.hide {
    display: none;
  }

  .text-main-content {
    width: 100%;
  }

  .list-2 {
    list-style-type: decimal;
  }

  .text-link {
    text-decoration: underline;
  }

  .inner-text-heading {
    margin-bottom: 50px;
    color: #2d2a26;
    text-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding: 20px 5%;
    border-top-style: none;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container.collaborate {
    padding-left: 0%;
  }

  .container.shatin {
    position: static;
    display: block;
  }

  .container.banner {
    padding-bottom: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    min-width: 0px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .section-content.collaborate {
    background-position: 15% 50%;
  }

  .section-content.shatin {
    padding-top: 70px;
    padding-bottom: 100px;
    background-position: 0% 90%;
  }

  .nav-line {
    display: none;
  }

  .nav-lang-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .lang-dropdown {
    display: none;
  }

  .nav-lang-line {
    display: none;
  }

  .nav-lang-link {
    margin-right: 20px;
  }

  .nav-lang-mobile {
    text-align: left;
  }

  .arrow-l {
    width: 5%;
  }

  .arrow-r {
    width: 5%;
  }

  .home-slide {
    padding-top: 70vh;
  }

  .slide-mask {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.2) 80%);
  }

  .slide-mask.video {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 80%);
  }

  .partners-logo-b {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .partners-logo-b._20 {
    padding-right: 0.5%;
    padding-left: 0.5%;
  }

  .news-slider {
    max-width: 80%;
  }

  .news-slide {
    width: 50%;
  }

  .news-slide-txt-b {
    height: 260px;
    padding: 15px 20px;
  }

  .btn-read-more {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .footer-logo-img {
    height: 30px;
  }

  .footer-logo.left {
    margin-right: 20px;
  }

  .footer-social-link {
    margin-right: 21px;
  }

  .footer-col-02 {
    margin-right: 30px;
  }

  .collaborate-b {
    width: 66%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .shatin-txt-b {
    margin-bottom: 0px;
  }

  .home-slide-txt {
    line-height: 22px;
  }

  .inner-banner {
    padding-top: 40%;
  }

  .home-slide-copy {
    padding-top: 70vh;
  }

  .tech-img-b {
    display: none;
  }

  .tech-b {
    width: 100%;
  }

  .banner-mask.video {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 80%);
  }

  .tech-img {
    background-position: 70% 50%;
  }

  .shatin-img-b {
    width: 60%;
    margin-left: 0%;
  }

  .shatin-content-b {
    width: 65%;
    margin-right: 0px;
    padding: 35px 5%;
  }

  .shatin-blue-bg {
    margin-right: -35px;
  }

  .btn-close {
    margin-top: 30px;
    margin-right: 5%;
  }

  .video-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-main-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-weight: 400;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 1px;
  }

  h2 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .all {
    padding-top: 65px;
  }

  .logo {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 0px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.collaborate {
    padding-right: 0%;
  }

  .container.banner {
    padding-bottom: 30px;
  }

  .menu-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-content.collaborate {
    background-position: 50% 50%;
  }

  .section-content.shatin {
    padding-top: 75px;
    padding-bottom: 52%;
    background-position: 0% 98%;
    background-size: 150%;
  }

  .logo-img {
    height: 30px;
  }

  .nav-lang-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-footer {
    padding-top: 25px;
  }

  .slide-nav {
    margin-bottom: -40px;
  }

  .heading-line {
    height: 3px;
  }

  .heading-b {
    margin-bottom: 25px;
  }

  .partners-logo-col {
    display: none;
  }

  .partners-logo-col.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partners-logo-b {
    width: 50%;
    margin-bottom: 10px;
  }

  .news-slider {
    max-width: 88%;
  }

  .news-slide {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .news-slide-txt-b {
    height: 240px;
  }

  .btn-read-more {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .footer-logo.left {
    margin-right: 30px;
  }

  .footer-logo-b {
    margin-bottom: 25px;
  }

  .footer-col-01 {
    margin-bottom: 25px;
    padding-top: 0px;
  }

  .footer-col-02 {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .footer-col-03 {
    display: block;
  }

  .footer-sitemap-link {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-top-b {
    display: block;
    padding-bottom: 0px;
  }

  .footer-contact-link {
    margin-bottom: 10px;
    padding-top: 1px;
    padding-left: 28px;
  }

  .footer-contact-link.email {
    padding-top: 0px;
  }

  .footer-bottom-b {
    display: block;
    margin-top: 15px;
  }

  .footer-contact-icon {
    width: 20px;
    height: 20px;
  }

  .footer-col-r {
    display: block;
  }

  .collaborate-b {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .txt-field {
    margin-bottom: 15px;
    padding-left: 42px;
    background-position: 10px 50%;
  }

  .txt-area {
    padding-left: 42px;
    background-position: 10px 8px;
  }

  .dropdown-toggle {
    padding-left: 42px;
    background-position: 10px 50%;
  }

  .dropdown-link {
    padding-left: 42px;
  }

  .btn-b {
    margin-top: 30px;
  }

  .shatin-txt-b {
    width: 100%;
  }

  .home-slide-btn {
    margin-top: 17px;
  }

  .home-slide-txt {
    max-width: none;
  }

  .home-slide-heading {
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 1px;
  }

  .inner-banner {
    padding-top: 60%;
  }

  .tech-answer-b {
    margin-left: 29px;
  }

  .tech-no {
    width: 24px;
    height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tech-title {
    line-height: 24px;
  }

  .collaborate-thankyou-b {
    font-size: 18px;
  }

  .shatin-img-b {
    display: none;
  }

  .shatin-content-b {
    width: auto;
    margin-top: 40px;
    margin-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .shatin-b {
    margin-top: -40px;
    margin-bottom: 0px;
  }

  .shatin-blue-bg {
    width: 70%;
    margin-right: 0px;
    margin-bottom: -20px;
  }

  .btn-close {
    margin-top: 20px;
  }

  .video-b {
    padding-right: 0px;
    padding-left: 0px;
  }

  .click-box-b {
    padding-left: 42px;
    background-position: 10px 7px;
  }

  .click-col {
    width: 100%;
    padding-right: 0px;
  }

  .inner-text-heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section-content.shatin {
    padding-bottom: 70%;
    background-size: 200%;
  }

  .tech-col {
    width: 100%;
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-tech-b {
    margin-top: -25px;
  }

  .tech-row {
    margin-bottom: 20px;
  }
}

