@charset "UTF-8";
.navbar,
.title,
.title-text,
.solution-title,
.number-word-art,
.number-word-art-shadow {
  font-family: "Raleway-ExtraBold", Microsoft YaHei, 微软雅黑, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans, sans-serif;
}

@font-face {
  font-family: "Raleway-Bold";
  src: url("../../resources/font/Raleway-Bold.ttf");
}

@font-face {
  font-family: "Raleway-ExtraBold";
  src: url("../../resources/font/Raleway-ExtraBold.ttf");
}

@font-face {
  font-family: "Open Sans";
  src: url("../../resources/font/OpenSans-Regular.ttf");
}

a {
  color: #F7F8F8;
}

a:hover {
  color: #F7F8F8;
}

button {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video .video-wrap {
  position: relative;
}

.video .video-wrap .video-element {
  width: 640px;
}

.video .video-wrap .close-button {
  position: absolute;
  right: -1.5rem;
  top: 0;
  background-color: transparent;
  color: white;
}

.header-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 12;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

.header-session .contact-info {
  font-size: 14px;
  width: 1441px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  color: #F7F8F8;
}

.header-session .contact-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-session .contact-info .company-logo {
  width: 72px;
  height: 24px;
}

.header-session .contact-info .contact-phone .text {
  margin-left: 8px;
  line-height: 19px;
  font-size: 14px;
  color: #F7F8F8;
}

.header-session .contact-info .contact-email .text {
  margin-left: 8px;
  line-height: 19px;
  font-size: 14px;
  color: #F7F8F8;
}

.header-session .contact-info .find-us {
  width: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-session .contact-info .find-us .text {
  font-size: 14px;
  line-height: 19px;
  color: #F7F8F8;
}

.header-session .contact-info .find-us i {
  font-size: 26px;
}

.header-session .row {
  width: 1442px;
  background-color: white;
  color: black;
  height: 60px;
}

.header-session .row .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-session .row .navbar:after {
  position: absolute;
}

.header-session .row .navbar:before {
  position: absolute;
}

.header-session .row .navbar .navbar-header .navbar-brand .site-logo {
  display: block;
  width: 120px;
  height: 54px;
  background: url("../../resources/img/velocity.svg") no-repeat center center;
  background-size: contain;
}

.header-session .row .navbar .navbar-action {
  padding: 0;
}

.header-session .row .navbar .navbar-action .language-menu .language-menu-items .language-menu-item {
  font-size: 16px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-weight: normal;
  color: #2F2F2F;
}

.header-session .row .navbar .navbar-action .site-in-button {
  width: 200px;
  height: 60px;
  background-color: #D85100;
  font-size: 16px;
  right: 0;
  color: white;
  border-radius: 1px;
}

.header-session .row .navbar .navbar-action .site-in-button:hover {
  background: #FF6000;
}

.header-session .row .navbar .site-in-button {
  width: 200px;
  height: 60px;
  background-color: #D85100;
  font-size: 16px;
  right: 0;
  color: white;
  border-radius: 1px;
}

.header-session .row .navbar .site-in-button:hover {
  background: #FF6000;
}

.full-width-fixed-top {
  width: 100vw;
  position: fixed;
  top: 0;
}

.full-width-fixed-top .contact-info {
  display: none;
}

.full-width-fixed-top .row {
  width: 100vw !important;
}

.site-banner {
  z-index: 2;
}

.site-banner .swiper {
  width: 100%;
  height: 100vh;
}

.site-banner .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-banner .swiper .swiper-wrapper .swiper-slide .animate__animated {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.site-banner .swiper .swiper-wrapper .swiper-slide .title {
  text-align: center;
  font-weight: 800;
  font-size: 80px;
  width: 1120px;
  line-height: 94px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F7F8F8;
  display: none;
}

.site-banner .swiper .swiper-wrapper .swiper-slide .subtitle {
  margin-top: 20px;
  text-align: center;
  width: 700px;
  line-height: 33px;
  font-weight: normal;
  font-size: 24px;
  color: #F7F8F8;
  display: none;
}

.site-banner .swiper .swiper-wrapper .swiper-slide .action-buttons {
  width: 422px;
  height: 50px;
  color: #F7F8F8;
  line-height: 22px;
  font-size: 16px;
  margin-top: 60px;
  display: none;
}

.site-banner .swiper .swiper-wrapper .swiper-slide .action-buttons .view-demo-button {
  width: 200px;
  height: 100%;
  background-color: #2F2F2F;
  color: white;
}

.site-banner .swiper .swiper-wrapper .swiper-slide .action-buttons .view-demo-button:hover {
  background: #4B4B4B;
}

.site-banner .swiper .swiper-wrapper .swiper-slide .action-buttons .subscribe-button {
  margin-left: 16px;
  width: 200px;
  height: 100%;
  background-color: #D85100;
  color: white;
  border-radius: 1px;
}

.site-banner .swiper .swiper-wrapper .swiper-slide .action-buttons .subscribe-button:hover {
  background: #FF6000;
}

.solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 47, 47, 0.8)), to(rgba(47, 47, 47, 0.8)));
  background: linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0.8));
}

.solution .solution-item {
  height: 480px;
  width: 33.3%;
  background: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution .solution-item:nth-child(odd) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 47, 47, 0.8)), to(rgba(47, 47, 47, 0.8))), url("../../resources/img/solutions/solution-bg1.png");
  background: linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0.8)), url("../../resources/img/solutions/solution-bg1.png");
}

.solution .solution-item .solution-img {
  width: 180px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.solution .solution-item .solution-title {
  line-height: 28px;
  font-size: 24px;
  font-weight: 800;
  color: white;
  margin-top: 28px;
}

.solution .solution-item .solution-describe {
  padding: 0 82px;
  line-height: 30px;
  font-size: 18px;
  margin-top: 25px;
  font-weight: normal;
  color: #EEEEEE;
}

.solution .solution-item:nth-child(even) {
  background: #4B4B4B;
  opacity: 1.0;
}

.solution .solution-item:hover {
  -webkit-box-shadow: 0 0 38px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 38px 12px rgba(0, 0, 0, 0.5);
}

.solution .solution-item:hover .solution-img {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.solution .solution-item:hover .solution-title {
  color: #F15B00;
}

.solution .more-solution {
  width: 33.3%;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: no-repeat center/cover url("../../resources/img/solutions/solution-more.png");
}

.solution .more-solution .more-solution-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution .more-solution .more-solution-text .sub-text {
  width: 383px;
  font-size: 18px;
  line-height: 30px;
  color: #EEEEEE;
}

.solution .more-solution .more-solution-text .title-text {
  width: 383px;
  line-height: 53px;
  font-size: 45px;
  font-weight: 800;
  color: white;
}

.solution .more-solution:hover {
  -webkit-box-shadow: 0 0 38px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 38px 12px rgba(0, 0, 0, 0.5);
}

.solution .more-solution:hover .title-text {
  color: #F15B00;
}

.achievement {
  height: 480px;
  width: 100%;
  background: #2F2F2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 150px;
  padding-right: 190px;
}

.achievement .font-wrap {
  position: relative;
  height: 100%;
  width: 33.3%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.achievement .font-wrap .number-word-art {
  z-index: 5;
  color: #D85100;
  line-height: 113px;
  font-size: 96px;
  font-weight: 800;
  font-style: normal;
  margin-left: 80px;
}

.achievement .font-wrap .number-word-art-shadow {
  color: #FFFFFF;
  opacity: 0.06;
  font-size: 200px;
  font-weight: 800;
  position: absolute;
}

.achievement .font-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}

.achievement .font-wrap .info .sub-text {
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
}

.achievement .font-wrap .info .title-text {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 61px;
  font-size: 45px;
}

.alliances {
  height: 561px;
  width: 100%;
  background: center/cover url("../../resources/img/alliances/companylogo-bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.certification-swiper {
  position: relative;
  width: 100%;
  height: 639px;
  background: center/cover url("../../resources/img/certification/certification-bg.jpg");
  --swiper-theme-color: #F7F8F8;
}

.certification-swiper .certification {
  width: 100%;
  height: 639px;
  padding: 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.certification-swiper .certification .certification-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.certification-swiper .certification .certification-title .decoration-art-world {
  bottom: 0;
  position: absolute;
  color: white;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-size: 100px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.08);
}

.certification-swiper .certification .certification-title .certification-title-text {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 53px;
  color: white;
}

.certification-swiper .certification .certification-title .orange-high-light {
  color: #FF6B00;
}

.certification-swiper .certification .certification-content {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 274px;
}

.certification-swiper .certification .certification-content .certification-img {
  width: 474px;
  height: 274px;
}

.certification-swiper .certification .certification-content .certification-describe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 64px;
  width: 882px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.certification-swiper .certification .certification-content .certification-describe .title-text {
  display: block;
  color: white;
}

.certification-swiper .certification .certification-content .certification-describe .sub-text {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #EEEEEE;
}

.certification-swiper .certification .certification-content .certification-describe .view-more {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #FF6B00;
}

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-subscribe {
  width: 100%;
  height: 200px;
  background: #D85100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 200px;
}

.footer .footer-subscribe .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-subscribe .text .title-text {
  color: #F7F8F8;
  line-height: 53px;
  font-size: 45px;
  font-weight: 800;
}

.footer .footer-subscribe .text .sub-text {
  margin-top: 12px;
  line-height: 25px;
  font-weight: normal;
  color: #F7F8F8;
}

.footer .footer-subscribe .subscribe-button {
  width: 160px;
  height: 50px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F7F8F8;
  background: #D85100;
  color: #F7F8F8;
  line-height: 22px;
  font-size: 16px;
}

.footer .footer-subscribe .subscribe-button:hover {
  background: #FF6000;
}

.footer .footer-info {
  width: 100%;
  height: 200px;
  background: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 200px;
  color: #F7F8F8;
}

.footer .footer-info .brand-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-info .brand-icons img {
  width: 140px;
  height: 46px;
}

.footer .footer-info .copyright-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-info .copyright-info .features {
  font-size: 14px;
  line-height: 19px;
}

.footer .footer-info .copyright-info .copyright {
  margin-top: 12px;
  font-size: 14px;
  line-height: 19px;
}

.footer .footer-info .find-us-on .text {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 24px;
  font-weight: 800;
}

.footer .footer-info .find-us-on .icons {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}

.footer .footer-info .find-us-on .icons i:first-child {
  margin-right: 16px;
}

@media screen and (min-width: 992px) {
  .header-session .row .navbar .navbar-action {
    display: none !important;
  }
  .header-session .row .navbar #navbar-menu .sign-in-menu {
    display: none;
  }
  .header-session .row .navbar #navbar-menu ul li a {
    color: #2F2F2F;
  }
  .header-session .row .navbar #navbar-menu ul .language-menu-items {
    display: none;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1480px) {
  .header-session .row {
    width: 1206px;
  }
  .header-session .contact-info {
    width: 1206px;
  }
  .solution .solution-item .solution-title {
    font-size: 28px;
    line-height: 33px;
    padding: 0 24px;
  }
  .solution .solution-item .solution-describe {
    padding: 0 48px;
  }
  .solution .more-solution .more-solution-text .title-text {
    width: 246px;
    font-size: 36px;
    line-height: 42px;
  }
  .solution .more-solution .more-solution-text .sub-text {
    width: 246px;
    line-height: 30px;
    font-size: 18px;
  }
  .achievement {
    padding: 0 20px;
    overflow: auto;
  }
  .achievement .font-wrap:nth-child(2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .certification-swiper .certification {
    overflow: auto;
    height: 729px;
    padding: 64px 0px 120px;
  }
  .certification-swiper .certification .certification-content {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 320px;
  }
  .certification-swiper .certification .certification-content .certification-img {
    width: 474px;
    height: 274px;
  }
  .certification-swiper .certification .certification-content .certification-describe {
    margin-left: 64px;
    width: 580px;
  }
  .certification-swiper .certification .certification-content .certification-describe .title-text {
    width: 580px;
    display: block;
    color: white;
  }
  .certification-swiper .certification .certification-content .certification-describe .sub-text {
    width: 580px;
    font-size: 24px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .view-more {
    width: 580px;
  }
  .footer .footer-subscribe {
    padding: 0 80px;
  }
  .footer .footer-info {
    padding: 64px 80px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header-session .row {
    width: 100vw;
  }
  .header-session .contact-info {
    width: 100vw;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .title {
    width: 664px;
    font-size: 48px;
    line-height: 56px;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .subtitle {
    font-size: 18px;
    line-height: 25px;
  }
  .solution .solution-item .solution-title {
    font-size: 24px;
    line-height: 28px;
    padding: 0 24px;
  }
  .solution .solution-item .solution-describe {
    padding: 0 48px;
  }
  .solution .more-solution .more-solution-text .title-text {
    width: 246px;
    font-size: 36px;
    line-height: 42px;
  }
  .solution .more-solution .more-solution-text .sub-text {
    width: 246px;
    line-height: 30px;
    font-size: 18px;
  }
  .alliances {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .alliances .company-logo-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .certification-swiper .certification {
    height: 647px;
    padding: 0 124px;
  }
  .certification-swiper .certification .certification-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .certification-swiper .certification .certification-title .decoration-art-world {
    font-size: 72px;
    line-height: 85px;
  }
  .certification-swiper .certification .certification-title .certification-title-text {
    font-size: 36px;
    line-height: 42px;
  }
  .certification-swiper .certification .certification-title .orange-high-light {
    color: #FF6B00;
  }
  .certification-swiper .certification .certification-content {
    margin-top: 73px;
    height: 314px;
  }
  .certification-swiper .certification .certification-content .certification-img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 313px;
    height: 180px;
  }
  .certification-swiper .certification .certification-content .certification-describe {
    width: 399px;
    font-size: 18px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .sub-text {
    font-size: 18px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .view-more {
    font-size: 24px;
    line-height: 33px;
    color: #FF6B00;
  }
  .achievement {
    padding: 0 20px;
  }
  .achievement .font-wrap .number-word-art {
    margin-left: 30px;
    font-size: 72px;
    line-height: 85px;
  }
  .achievement .font-wrap .number-word-art-shadow {
    font-size: 121px;
    line-height: 100px;
  }
  .achievement .font-wrap .info .title-text {
    line-height: 49px;
    font-size: 36px;
  }
  .achievement .font-wrap .info .sub-text {
    line-height: 25px;
    font-size: 18px;
  }
  .footer .footer-subscribe {
    padding: 0 24px;
  }
  .footer .footer-info {
    padding: 64px 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header-session .row {
    width: 100vw;
  }
  .header-session .row .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .header-session .row .navbar .navbar-header .navbar-toggle {
    top: 0;
    padding: 0 0 0 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .header-session .row .navbar .navbar-collapse {
    max-height: 100vh;
    background-color: #2F2F2F !important;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav {
    border: 0;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .sign-in-menu a {
    color: #D85100;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items {
    margin-top: 84px;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle:after {
    display: none;
  }
  .header-session .row .navbar .site-in-button {
    display: none;
  }
  .header-session .row .navbar {
    position: relative;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-session .contact-info {
    display: none;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .title {
    line-height: 56px;
    font-size: 48px;
    width: 529px;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .subtitle {
    line-height: 25px;
    font-size: 18px;
    width: 481px;
  }
  .solution .solution-item {
    width: 50%;
  }
  .solution .solution-item:nth-child(n) {
    background: #4B4B4B;
    opacity: 1.0;
  }
  .solution .solution-item:nth-child(4n+1) {
    background: url("../../resources/img/solutions/solution-bg1.png");
  }
  .solution .solution-item:nth-child(4n) {
    background: url("../../resources/img/solutions/solution-bg1.png");
  }
  .solution .solution-item .solution-title {
    font-size: 24px;
    line-height: 28px;
    padding: 0 24px;
  }
  .solution .solution-item .solution-describe {
    padding: 0 48px;
  }
  .solution .more-solution {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 64px;
  }
  .solution .more-solution .more-solution-text {
    width: 656px;
  }
  .solution .more-solution .more-solution-text .title-text {
    width: 656px;
    font-size: 36px;
    line-height: 42px;
  }
  .solution .more-solution .more-solution-text .sub-text {
    width: 656px;
    line-height: 30px;
    font-size: 18px;
  }
  .alliances {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .alliances .company-logo-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .achievement {
    padding: 0 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .achievement .font-wrap .number-word-art {
    margin-left: 30px;
    font-size: 72px;
    line-height: 85px;
  }
  .achievement .font-wrap .number-word-art-shadow {
    font-size: 121px;
    line-height: 100px;
  }
  .achievement .font-wrap .info .title-text {
    line-height: 49px;
    font-size: 36px;
  }
  .achievement .font-wrap .info .sub-text {
    line-height: 25px;
    font-size: 18px;
  }
  .certification-swiper {
    height: 836px;
  }
  .certification-swiper .certification {
    height: 836px;
    padding: 64px;
  }
  .certification-swiper .certification .certification-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .certification-swiper .certification .certification-title .decoration-art-world {
    font-size: 72px;
    line-height: 85px;
  }
  .certification-swiper .certification .certification-title .certification-title-text {
    font-size: 36px;
    line-height: 42px;
  }
  .certification-swiper .certification .certification-title .orange-high-light {
    color: #FF6B00;
  }
  .certification-swiper .certification .certification-content {
    margin-top: 73px;
    height: 503px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .certification-swiper .certification .certification-content .certification-img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 313px;
    height: 180px;
  }
  .certification-swiper .certification .certification-content .certification-describe {
    margin-top: 40px;
    height: 283px;
    margin-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 519px;
    font-size: 18px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .title-text {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
  }
  .certification-swiper .certification .certification-content .certification-describe .sub-text {
    font-size: 18px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .view-more {
    font-size: 24px;
    line-height: 33px;
    color: #FF6B00;
  }
  .footer .footer-subscribe {
    padding: 0 64px;
  }
  .footer .footer-subscribe .text {
    width: 476px;
  }
  .footer .footer-subscribe .text .title-text {
    line-height: 42px;
    font-size: 36px;
  }
  .footer .footer-subscribe .text .sub-text {
    line-height: 25px;
    font-size: 18px;
  }
  .footer .footer-info {
    padding: 64px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 262px;
  }
  .footer .footer-info .copyright-info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .footer-info .find-us-on {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .header-session .row {
    width: 100vw;
  }
  .header-session .row .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    width: calc(100% - 200px);
  }
  .header-session .row .navbar .navbar-header .navbar-toggle {
    top: 0;
    padding: 0 0 0 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .header-session .row .navbar .navbar-collapse {
    max-height: 100vh;
    background-color: #2F2F2F !important;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav {
    border: 0;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items {
    margin-top: 84px;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle:after {
    display: none;
  }
  .header-session .contact-info {
    display: none;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .title {
    width: 416px;
    line-height: 42px;
    font-size: 36px;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .subtitle {
    font-size: 18px;
    line-height: 25px;
    width: 368px;
  }
  .solution .solution-item {
    width: 50%;
    height: 480px;
  }
  .solution .solution-item .solution-img {
    height: 58px;
  }
  .solution .solution-item:nth-child(n) {
    background: #4B4B4B;
    opacity: 1.0;
  }
  .solution .solution-item:nth-child(4n+1) {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 47, 47, 0.8)), to(rgba(47, 47, 47, 0.8))), url("../../resources/img/solutions/solution-bg1.png");
    background: linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0.8)), url("../../resources/img/solutions/solution-bg1.png");
  }
  .solution .solution-item:nth-child(4n) {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 47, 47, 0.8)), to(rgba(47, 47, 47, 0.8))), url("../../resources/img/solutions/solution-bg1.png");
    background: linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0.8)), url("../../resources/img/solutions/solution-bg1.png");
  }
  .solution .solution-item .solution-title {
    font-size: 24px;
    line-height: 28px;
    padding: 0 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .solution .solution-item .solution-describe {
    padding: 0 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .solution .more-solution {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 64px;
  }
  .solution .more-solution .more-solution-text {
    width: 464px;
  }
  .solution .more-solution .more-solution-text .title-text {
    width: 464px;
    font-size: 36px;
    line-height: 42px;
  }
  .solution .more-solution .more-solution-text .sub-text {
    width: 464px;
    line-height: 30px;
    font-size: 18px;
  }
  .alliances {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 685px;
  }
  .alliances .company-logo-container {
    width: 100%;
    height: 171px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .achievement {
    padding: 0 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .achievement .font-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .achievement .font-wrap .number-word-art {
    margin-left: 30px;
    font-size: 72px;
    line-height: 85px;
  }
  .achievement .font-wrap .number-word-art-shadow {
    font-size: 121px;
    line-height: 100px;
  }
  .achievement .font-wrap .info .title-text {
    line-height: 49px;
    font-size: 36px;
  }
  .achievement .font-wrap .info .sub-text {
    line-height: 25px;
    font-size: 18px;
  }
  .certification-swiper {
    height: 847px;
  }
  .certification-swiper .swiper-button-next,
  .certification-swiper .swiper-button-prev {
    display: none;
  }
  .certification-swiper .certification {
    height: 847px;
    padding: 64px;
  }
  .certification-swiper .certification .certification-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .certification-swiper .certification .certification-title .decoration-art-world {
    font-size: 72px;
    line-height: 85px;
  }
  .certification-swiper .certification .certification-title .certification-title-text {
    font-size: 36px;
    line-height: 42px;
  }
  .certification-swiper .certification .certification-title .orange-high-light {
    color: #FF6B00;
  }
  .certification-swiper .certification .certification-content {
    margin-top: 73px;
    height: 534px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 448px;
  }
  .certification-swiper .certification .certification-content .certification-img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 313px;
    height: 180px;
  }
  .certification-swiper .certification .certification-content .certification-describe {
    width: 448px;
    margin-top: 40px;
    height: 283px;
    margin-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .title-text {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
  }
  .certification-swiper .certification .certification-content .certification-describe .sub-text {
    font-size: 18px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .view-more {
    font-size: 24px;
    line-height: 33px;
    color: #FF6B00;
  }
  .footer .footer-subscribe {
    padding: 0 64px;
    height: 307px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-subscribe .text .sub-text {
    font-size: 18px;
    line-height: 25px;
  }
  .footer .footer-subscribe .text .title-text {
    line-height: 42px;
    font-size: 36px;
  }
  .footer .footer-subscribe .subscribe-button {
    margin-bottom: auto;
  }
  .footer .footer-info {
    padding: 64px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 262px;
  }
  .footer .footer-info .brand-icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .footer-info .brand-icons .company-logo {
    width: 109px;
  }
  .footer .footer-info .brand-icons .company-logo:first-child {
    margin-right: 16px;
  }
  .footer .footer-info .copyright-info {
    margin-top: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .footer-info .find-us-on {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .video .video-wrap .video-element {
    width: 550px;
  }
}

@media screen and (max-width: 575px) {
  .header-session .row {
    width: 100vw;
  }
  .header-session .row .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-session .row .navbar .navbar-header .navbar-brand {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .header-session .row .navbar .navbar-header .navbar-toggle {
    top: 0;
    padding: 0 0 0 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .header-session .row .navbar .navbar-collapse {
    max-height: 100vh;
    background-color: #2F2F2F !important;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav {
    border: 0;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .sign-in-menu a {
    color: #D85100;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items {
    margin-top: 84px;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-session .row .navbar .navbar-collapse .navbar-nav .language-menu-items .dropdown-toggle:after {
    display: none;
  }
  .header-session .row .navbar .site-in-button {
    display: none;
  }
  .header-session .contact-info {
    display: none;
  }
  .site-banner .swiper .swiper-button-next {
    display: none;
  }
  .site-banner .swiper .swiper-button-prev {
    display: none;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .title {
    width: 296px;
    line-height: 42px;
    font-size: 36px;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .subtitle {
    font-size: 18px;
    line-height: 25px;
    width: 296px;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .action-buttons {
    margin-top: 26px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-banner .swiper .swiper-wrapper .swiper-slide .action-buttons .subscribe-button {
    margin: 18px 90px 0;
  }
  .solution .solution-item {
    width: 100%;
    height: 440px;
  }
  .solution .solution-item .solution-img {
    height: 119px;
  }
  .solution .solution-item:nth-child(even) {
    background: #4B4B4B;
    opacity: 1.0;
  }
  .solution .solution-item:nth-child(odd) {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 47, 47, 0.8)), to(rgba(47, 47, 47, 0.8))), url("../../resources/img/solutions/solution-bg1.png");
    background: linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0.8)), url("../../resources/img/solutions/solution-bg1.png");
  }
  .solution .solution-item .solution-title {
    font-size: 24px;
    line-height: 28px;
    padding: 0 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .solution .solution-item .solution-describe {
    padding: 0 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .solution .more-solution {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 64px;
  }
  .solution .more-solution .more-solution-text {
    width: 263px;
  }
  .solution .more-solution .more-solution-text .title-text {
    width: 263px;
    font-size: 36px;
    line-height: 42px;
  }
  .solution .more-solution .more-solution-text .sub-text {
    width: 263px;
    line-height: 30px;
    font-size: 18px;
  }
  .alliances {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 685px;
  }
  .alliances .company-logo-container {
    width: 100%;
    height: 171px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .achievement {
    padding: 0 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .achievement .font-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .achievement .font-wrap .number-word-art {
    margin-left: 30px;
    font-size: 72px;
    line-height: 85px;
  }
  .achievement .font-wrap .number-word-art-shadow {
    font-size: 121px;
    line-height: 100px;
  }
  .achievement .font-wrap .info .title-text {
    line-height: 49px;
    font-size: 36px;
  }
  .achievement .font-wrap .info .sub-text {
    line-height: 25px;
    font-size: 18px;
  }
  .certification-swiper {
    height: 847px;
  }
  .certification-swiper .swiper-button-next,
  .certification-swiper .swiper-button-prev {
    display: none;
  }
  .certification-swiper .certification {
    height: 871px;
    padding: 64px 48px;
  }
  .certification-swiper .certification .certification-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .certification-swiper .certification .certification-title .decoration-art-world {
    font-size: 48px;
    line-height: 56px;
  }
  .certification-swiper .certification .certification-title .certification-title-text {
    font-size: 24px;
    line-height: 28px;
  }
  .certification-swiper .certification .certification-title .orange-high-light {
    color: #FF6B00;
  }
  .certification-swiper .certification .certification-content {
    margin-top: 73px;
    height: 623px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 279px;
  }
  .certification-swiper .certification .certification-content .certification-img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 279px;
    height: 180px;
  }
  .certification-swiper .certification .certification-content .certification-describe {
    width: 279px;
    margin-top: 40px;
    height: 403px;
    margin-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .title-text {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
  }
  .certification-swiper .certification .certification-content .certification-describe .sub-text {
    font-size: 18px;
    line-height: 30px;
    color: #EEEEEE;
  }
  .certification-swiper .certification .certification-content .certification-describe .view-more {
    font-size: 24px;
    line-height: 33px;
    color: #FF6B00;
  }
  .footer .footer-subscribe {
    padding: 0 48px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-subscribe .text {
    padding: 23px 0;
  }
  .footer .footer-subscribe .text .sub-text {
    font-size: 18px;
    line-height: 25px;
    width: 279px;
  }
  .footer .footer-subscribe .text .title-text {
    line-height: 42px;
    font-size: 36px;
    width: 279px;
  }
  .footer .footer-subscribe .subscribe-button {
    margin-bottom: auto;
    font-size: 16px;
    width: 160px;
    height: 50px;
  }
  .footer .footer-info {
    padding: 32px 48px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 324px;
  }
  .footer .footer-info .brand-icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-info .brand-icons .company-logo {
    width: 98px;
  }
  .footer .footer-info .copyright-info {
    margin-top: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .footer-info .find-us-on {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 21px;
    font-size: 18px;
  }
  .video .video-wrap .video-element {
    width: 330px;
  }
}
/*# sourceMappingURL=index.css.map */