@font-face {
  font-family: proxima;
  src: url(../fonts/ProximaNovaRegular.otf);
}

@font-face {
  font-family: Futura;
  src: url(../fonts/FuturaPTMedium.otf);
}

@font-face {
  font-family: Futura-lt;
  src: url(../fonts/FuturaLTMedium.ttf);
}

@font-face {
  font-family: alata-regular;
  src: url(../fonts/alata-regular.ttf);
}

@font-face {
  font-family: Manrope-Regular;
  src: url(../fonts/Manrope-Regular.woff2);
}

body,
html {
  font-size: 16px;
}

a,
body,
div,
h1,
h2,
h3,
h4,
h5,
header,
html,
li,
nav,
p,
section,
ul {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1,
h2 {
  font-size: 2.375rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.875rem;
  line-height: 3.125rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2.375rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.6;
}

p {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}

ul,
ul li {
  list-style: none;
}

section {
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.125rem;
}

a {
  color: #333;
}

a,
a:hover {
  text-decoration: none !important;
}

a:hover {
  color: #005bac;
}

a:active,
a:visited {
  text-decoration: none !important;
}

.margin-left-15 {
  margin-left: -15px;
}

.margin-right-15 {
  margin-right: -15px;
}

.margin-bottom-50 {
  margin-bottom: 3.125rem;
}

.relative-pos {
  position: relative;
}

.blue-btn {
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  color: #fff;
  font-size: 0.875em;
  line-height: 2.8em;
  border-radius: 3px;
  background: #00aae8;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

.blue-btn:hover {
  color: #fff;
  background: #005bac;
}

.blue-btn-hollow {
  display: inline-block;
  padding: 0.5rem 1.875rem;
  color: #005bac;
  border: 2px solid #005bac;
  border-radius: 1.875rem;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

.blue-btn-hollow:hover {
  color: #fff;
  background: #005bac;
}

.hidescroll {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.grid-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-row .grid-cell {
  width: 50%;
}

.application-wrap {
  background: #fbfbfb;
}

.application-box .txt-wrap {
  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: 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;
  margin: auto;
  width: 60%;
  height: 100%;
}

.header-top-wrap {
  position: fixed;
  z-index: 30;
  top: 0;
  width: 100%;
  height: 5rem;
  background: #fff;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.header-top-wrap.fixeding {
  position: fixed;
  z-index: 100;
  height: 3.75em;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.header-top-wrap.fixeding .header-right-wrap,
.header-top-wrap.fixeding .header-right-wrap a,
.header-top-wrap.fixeding .nav-item a {
  color: #333 !important;
}

.header-top {
  margin: auto;
}

.header-log-wrap,
.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header-log-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
}

.header-log-wrap .logo-img {
  width: 5rem;
  height: auto;
}

.nav-main {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
}

.nav-main,
.nav-main .nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-main .nav-item {
  position: relative;
  height: 100%;
}

.nav-main .nav-item a {
  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-main .nav-item .nav-sub {
  position: absolute;
  left: 60%;
  top: 98%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  min-width: 12em;
  margin-left: -6em;
  padding: 0.625rem 0;
  background: #fff;
  border-top: 2px solid #00aae8;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.nav-main .nav-item .nav-sub .nav-item {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

.nav-main .nav-item .nav-sub .nav-item a {
  display: block;
  padding: 0 1rem;
  line-height: 2.375rem;
  text-align: center;
  white-space: nowrap;
  color: #333;
}

.nav-main .nav-item .nav-sub .nav-item a:hover {
  background: #fbfbfb;
}

.nav-main .nav-item:hover .nav-sub {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nav-main .nav-item:hover .nav-sub .nav-item {
  height: 2.375rem;
}

.header-right-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -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;
}

.header-right-wrap .header-search-box {
  margin-right: 1em;
}

.header-right-wrap .header-search-box #searchicon {
  cursor: pointer;
}

.header-right-wrap .menu-toggle {
  display: none;
}

.header-right-wrap .menu-toggle .iconfont {
  font-size: 1.875rem;
}

.animation-for-link {
  position: relative;
  text-decoration: none;
}

.animation-for-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background: #00aae8;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.animation-for-link.active:before,
.animation-for-link:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nav-side-wrap {
  padding: 0;
  box-shadow: 0 1px 1px #ddd;
}

.nav-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-side li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.nav-side li a {
  display: block;
  line-height: 3.5;
}

.header-banner-wrap {
  margin-top: 5rem;
  width: 100%;
  min-height: 23.75rem;
  color: hsla(0, 0%, 100%, 0.77);
  background-image: url(../images/banner_application_anfang.png);
  background-position: 50%;
  background-size: cover;
}

.header-banner-wrap .coverlay {
  background: rgba(0, 0, 0, 0.5);
}

.header-banner-wrap .coverlay .banner-content {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 23.75rem;
  color: #fff;
}

.header-banner-wrap .coverlay .banner-content h2 {
  line-height: 1.5;
  font-family: Manrope-Regular !important;
}

.header-banner-wrap .coverlay .banner-content p {
  line-height: 1.2;
  font-family: Manrope-Regular !important;
}

.header-banner-wrap.contact {
  background-image: url(../images/contact_banner.jpg);
}

.header-banner-wrap.support {
  background-image: url(../images/support_banner.jpg);
}

.header-banner-wrap.news {
  background-image: url(../images/news_banner.jpg);
}

.header-banner-wrap.application {
  background-image: url(../images/application_banner.png);
}

.header-banner-wrap.about {
  background-image: url(../images/about_banner.jpg);
}

.header-banner-wrap.product {
  background-image: url(../images/product_banner.png);
}

.header-banner-wrap .banner-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 23.75rem;
}

.header-banner-wrap .banner-boxes .banner-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}

.header-banner-wrap .banner-boxes .banner-box.txt {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.header-banner-wrap .banner-boxes .banner-box.txt h2 {
  line-height: 1.5;
  font-family: Manrope-Regular !important;
}

.header-banner-wrap .banner-boxes .banner-box.txt p {
  line-height: 1.2;
  font-family: Manrope-Regular !important;
}

.contact-links {
  margin-top: 3.125rem;
  font-size: 1.125rem;
}

.contact-links .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}

.contact-links .contact-item .iconbox {
  width: 2.375rem;
}

footer {
  padding: 3.125rem 0;
  color: #bbb;
  background: #272727;
}

footer .title {
  margin: 0;
  padding: 0;
  height: 4.375rem;
  font-size: 1rem;
}

.footer-left-wrap .footer-logo {
  width: 8rem;
}

.footer-left-wrap .footer-left-list > li {
  margin-bottom: 2rem;
}

.footer-left-wrap .footer-left-list .follow-links li {
  display: inline-block;
  margin-right: 1rem;
}

.footer-left-wrap .footer-left-list .follow-links li a {
  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;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 2px;
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.footer-middle-wrap .footer-middle-list > li {
  margin-bottom: 1rem;
}

.footer-middle-wrap .footer-middle-list > li a {
  color: #bbb;
}

.pagination {
  margin: 2.375rem 0;
  display: block;
  font-size: 0.875rem;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 8px 18px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > .disabled > a,
.pagination ul > .disabled > a:focus,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > li > a:focus,
.pagination ul > li > a:hover {
  background-color: #f5f5f5;
}

.pagination [class*='fa'],
.pagination [class^='fa'] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.25em;
  line-height: 14px;
}

.search-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0;
  background: hsla(0, 0%, 100%, 0.98);
}

.search-modal.open {
  display: block;
}

.search-modal .close-btn {
  text-align: right;
}

.search-modal .close-btn .iconfont {
  font-size: 2.375rem;
  cursor: pointer;
}

.search-modal .search-tool-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 500px;
  border-bottom: 1px solid #999;
}

.search-modal .search-tool-wrap .search-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2.375rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.search-modal .search-tool-wrap .search-box,
.search-modal .search-tool-wrap .search-btn {
  border: none;
  outline: none;
  background: transparent;
}

.mobile-menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mobile-menu-modal .cover-lay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}

.mobile-menu-modal .nav-mobile-panel {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fff;
}

.mobile-menu-modal .nav-mobile-panel .nav-mobile li {
  width: 100%;
  line-height: 1.125rem;
  padding: 1rem 3.75rem;
  border-bottom: 1px solid #f1f1f1;
}

.mobile-menu-modal .nav-mobile-panel .nav-mobile li a {
  display: block;
}

.mobile-menu-modal .nav-mobile-panel .nav-mobile li .nav-sub {
  display: none;
}

.mobile-menu-modal.open {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.mobile-menu-modal.open .cover-lay {
  height: 100%;
  opacity: 0.3;
  -webkit-transition: none;
  transition: none;
}

.additional-title {
  position: relative;
  margin-bottom: 1.25rem;
}

.additional-title:after {
  content: '';
  display: block;
  width: 3.125rem;
  height: 2px;
  background: #00aae8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.additional-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.additional-item .img-wrap {
  width: 35%;
  text-align: center;
}

.additional-item .txt-wrap {
  width: 60%;
  line-height: 1;
}

.contact-list-wrap {
  margin-top: 2rem;
}

.contact-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.contact-list li .iconfont {
  width: 8%;
  font-size: 1.25rem;
}

.contact-list li .text {
  width: 92%;
}

@media (max-width: 767px) {
  .header-banner-wrap,
  .header-banner-wrap .coverlay .banner-content {
    min-height: 8.625rem;
  }

  .header-banner-wrap .coverlay .banner-content h2 {
    margin-bottom: 0.375rem;
    font-size: 1.5rem;
  }

  .header-banner-wrap .coverlay .banner-content p {
    line-height: 1;
  }

  .header-banner-wrap .banner-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 8.625rem;
  }

  .header-banner-wrap .banner-boxes .img-box img {
    max-width: 60% !important;
  }

  .header-banner-wrap .banner-boxes h2 {
    margin-bottom: 0.375rem;
    font-size: 1.5rem;
  }

  .header-banner-wrap .banner-boxes p {
    line-height: 1;
  }

  .search-modal .search-tool-wrap {
    width: 100%;
  }

  .breadcrumb-wrap {
    display: none;
  }
}

@media (max-width: 991px) {
  section {
    width: 100%;
    height: 100%;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    font-size: 1.125rem;
  }

  .grid-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-row .grid-cell {
    width: 100%;
  }

  .application-box .txt-wrap {
    width: 80%;
  }

  .header-top-wrap,
  .header-top-wrap.fixeding {
    height: 3.125rem;
  }

  .nav-main {
    visibility: hidden;
  }

  .header-right-wrap .header-search-box,
  .header-right-wrap .language-wrap {
    display: none;
  }

  .header-right-wrap .menu-toggle {
    display: block;
  }

  footer .title {
    height: 1.875rem;
  }

  footer .footer-left-wrap,
  footer .footer-middle-wrap {
    margin-bottom: 3.125rem;
  }
}

.breadcrumb-wrap {
  position: absolute;
  left: 15px;
  top: -2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-wrap .breadcrumb {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.header-index {
  width: 100%;
  min-height: 31.25rem;
  background-image: url(../images/support_banner.jpg);
  background-position: top;
  background-size: cover;
}

.header-index.index {
  min-height: 43.75rem;
}

.header-top-index {
  background: transparent;
  -webkit-transition: all 0.5s, box-shadow 0.5s;
  transition: all 0.5s, box-shadow 0.5s;
}

.header-top-index .header-right-wrap,
.header-top-index a {
  color: #fff;
}

.header-top-index:hover {
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.header-top-index:hover .header-right-wrap,
.header-top-index:hover a {
  color: #333;
}

.header-banner-index {
  margin-top: 0;
  min-height: 750px;
}

.header-banner-index .banners-wrapper {
  height: 750px;
}

.header-banner-index .banners-wrapper .banner-item-content {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 120px;
  color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 750px;
}
.header-banner-index .banner-item-content .content-box {
  height: 90%;
  display: flex;
  justify-content: space-between;
}
.header-banner-index .banner-item-content .content-box .text-wrapper,
.header-banner-index .banner-item-content .content-box .img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}

.header-banner-index
  .banner-item-content
  .content-box
  .text-wrapper
  .link-wrapper {
  margin-top: 2rem;
}

.header-banner-index .banners-wrapper .banner-item-content.one {
  background-image: url(../images/index_banner_bg_01.jpg);
  background-color: #a5a5a5;
}

.header-banner-index .banners-wrapper .banner-item-content.two {
  /*
  padding-top: 0;
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#16151a),
    to(#3d3d49)
  );
  background-image: -webkit-linear-gradient(bottom, #16151a, #3d3d49);
  background-image: linear-gradient(0deg, #16151a, #3d3d49);
  */
  background-image: url(../images/face_recognition.jpg);
  background-size: cover;
  background-color: #666;
}

.header-banner-index .banners-wrapper .banner-item-content.two .text-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.header-banner-index .banners-wrapper .banner-item-content.three {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#282c35),
    to(#090b18)
  );
  background-image: -webkit-linear-gradient(bottom, #282c35, #090b18);
  background-image: linear-gradient(0deg, #282c35, #090b18);
}

.header-banner-index .banners-wrapper .banner-item-content .text {
  margin-bottom: 6.25rem;
}

.header-banner-index .banners-wrapper .banner-item-content .img {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-prev-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 10%;
  height: 100%;
}

.banner-prev-control .control-btn-prev {
  opacity: 0;
}

.banner-prev-control:hover .control-btn-prev {
  opacity: 1;
}

.banner-next-control {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 25%;
  height: 100%;
}

.banner-next-control .control-btn-next {
  opacity: 0;
}

.banner-next-control:hover .control-btn-next {
  opacity: 1;
}

.control-btn {
  position: absolute;
  height: 128px;
  width: 64px;
  background-color: hsla(204, 9%, 78%, 0.5);
  top: 50%;
  margin-top: -64px;
  z-index: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
  cursor: pointer;
}

.control-btn .swiper-button-next,
.control-btn .swiper-button-prev {
  color: #fff !important;
}

.control-btn-prev {
  left: 0;
}

.control-btn-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.8;
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0078f0;
}

.home-section-title {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3.5em;
  padding-bottom: 2.5em;
}

.home-section-title .big-title {
  font-size: 2em;
}

.home-section-title .separator {
  position: relative;
  margin: 1.5rem 0;
  width: 28em;
  height: 1px;
  background-color: #ccc;
}

.home-section-title .separator .dec {
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -4em;
  width: 8em;
  height: 2px;
  background-color: #00aae8;
}

.home-title-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
  text-align: center;
}
.home-title-wrap h2 {
  text-transform: uppercase;
}

.home-product-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-product-box .item {
  width: 50%;
}
.home-product-box .item.item1 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.home-product-box .item.item2 {
  border-bottom: 1px solid #ccc;
}
.home-product-box .item.item3 {
  border-right: 1px solid #ccc;
}
.home-product-box .item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.home-product-box .image-wrapper {
  width: 56%;
  height: 20rem;
  display: flex;
  align-items: center;
}
.home-product-box .image-wrapper img {
  transition: all 0.5s;
}
.home-product-box .item a:hover .image-wrapper img {
  transform: scale(1.1, 1.1);
}
.home-product-box .title-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-solution-box {
  margin-bottom: 1.875rem;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-solution-box .image img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}

.home-solution-box .overlay {
  background-color: transparent;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.home-solution-box .overlay-title {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
}

.home-solution-box .overlay-title .title {
  color: #fff;
  line-height: 1;
  text-align: center;
}

.home-solution-box .overlay-text {
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
}

.home-solution-box .overlay-text .text-box {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem;
  height: 100%;
}

.home-solution-box .overlay-text .text-box .title {
  margin-bottom: 0.625rem;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
}

.home-solution-box:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.home-solution-box:hover .overlay-title {
  background: #fff;
}

.home-solution-box:hover .overlay-title .image,
.home-solution-box:hover .overlay-title .title {
  opacity: 0;
}

.home-solution-box:hover .overlay-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.home-solution-box:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.home-advantages-box {
  display: flex;
  justify-content: space-between;
}
.home-advantages-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24%;
  padding: 0 1.65rem;
  background: #fff;
  transition: 0.5s ease;
}
.home-advantages-box li:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.home-advantages-box .icon-wrapper {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 5px;
  color: #005bac;
  font-size: 1.25rem;
  background: #f5f5f5;
  transition: 0.5s ease;
}
.home-advantages-box li:hover .icon-wrapper {
  color: #fff;
  background: #005bac;
}
.home-advantages-box .title {
  margin-top: 2rem;
}
.home-advantages-box .desc {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  text-align: center;
}
/* .home-advantage {
  color: #fbfbfb;
  background-image: url(../images/background-gradient.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-advantage-item-wrap {
  margin-bottom: 3.125rem;
}

.home-advantage-item-wrap,
.home-advantage-item-wrap .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-advantage-item-wrap .icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10rem;
  font-size: 1.875rem;
}

.home-advantage-item-wrap .sqs-block-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
} */

.home-news-list .item {
  margin-bottom: 1.5rem;
}

.home-news-list .item .date {
  font-size: 0.875rem;
}

.home-news-list .item .date .day {
  font-size: 1.6em;
  text-align: center;
}

.home-news-list .item .date .year {
  text-align: center;
  white-space: nowrap;
}

.home-news-list .item .link {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-news-list .item .link span:first-child {
  font-size: 1.125em;
}

.home-news-list .item .link span:nth-child(2) {
  color: #666;
  width: 100%;
}

@media (max-width: 1199px) {
  .home-app-box {
    margin-bottom: 1rem;
    height: 500px;
  }
}

@media (max-width: 991px) {
  .home-title-wrap {
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  .home-app-box {
    height: 450px;
  }

  .featured-article-index {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768) and (max-width: 991) {
  .home-news-list .item .date {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-app-box {
    height: auto;
  }

  .home-product-box .image-wrapper {
    height: 16rem;
  }

  .home-advantages-box {
    flex-wrap: wrap;
  }

  .home-advantages-box li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .header-banner-index {
    min-height: 450px;
  }

  .header-banner-index .banners-wrapper {
    height: 450px;
  }

  .header-banner-index .banners-wrapper .banner-item-content {
    padding-top: 80px;
    background-size: auto 450px;
  }

  .header-banner-index .banners-wrapper .banner-item-content .text {
    margin-bottom: 1.25rem;
  }

  .header-banner-index .banners-wrapper .banner-item-content .img img {
    width: 65% !important;
  }
}

@media (max-width: 576px) {
  .home-product-box .image-wrapper {
    height: 10rem;
  }
  .header-banner-index .banners-wrapper .banner-item-content {
    padding-top: 50px;
  }
  .header-banner-index .banner-item-content .content-box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .header-banner-index .banner-item-content .content-box .text-wrapper {
    width: 80%;
    align-items: center;
  }
  .header-banner-index .banner-item-content .content-box .img-wrapper {
    width: 50%;
  }
  .header-banner-index
    .banner-item-content
    .content-box
    .text-wrapper
    .link-wrapper {
    margin-top: 0.5rem;
  }
}
