@charset "UTF-8";
/*Please import by order 請按照順序導入*/
/*BASE - Base styles, variables, mixins, etc*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes contact_moveout {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

@keyframes contact_moveout {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

@-webkit-keyframes contact_movein {
  0% {
    opacity: 0;
    right: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    right: 90%;
  }
}

@keyframes contact_movein {
  0% {
    opacity: 0;
    right: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    right: 90%;
  }
}

@-webkit-keyframes shooting-star {
  from {
    right: 50%;
  }
  to {
    right: 90%;
  }
}

@keyframes shooting-star {
  from {
    right: 50%;
  }
  to {
    right: 90%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:target {
  padding-top: 85px;
  margin-top: -85px;
}

body {
  background-color: #fff;
  color: #333e48;
  font-size: 18px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif', 'Microsoft YaHei' !important;
  line-height: 1.8;
  position: relative;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 992px) {
  body {
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

a {
  color: #212529;
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

ul.sub-list {
  list-style: circle !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex-block.content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex-block.content-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-justify-content: stretch;
}

.flex-block.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-items: center;
}

.flex-block .col-2 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .flex-block .col-2 {
    width: 100%;
  }
}

.flex-block .col-5 {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .flex-block .col-5 {
    width: 50%;
  }
}

.flex-block .col-6 {
  width: 16.6666%;
}

@media screen and (max-width: 768px) {
  .flex-block .col-6 {
    width: 33.3333%;
  }
}

@media screen and (max-width: 480px) {
  .flex-block .col-6 {
    width: 50%;
  }
}

.table-block {
  display: table;
}

.table-block .table-row {
  display: table-row;
}

.table-block .table-cell {
  display: table-cell;
}

.table-block .table-cell.middle-valign {
  vertical-align: middle;
}

h1 {
  font-size: 64px;
  line-height: 78px;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 58px;
    line-height: 68px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

h3 {
  font-size: 30px;
  line-height: 38px;
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

p {
  margin-bottom: 15px;
}

.btn {
  min-width: 160px;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 6px 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease .2s, -webkit-box-shadow ease .2s;
  transition: background-color ease .2s, -webkit-box-shadow ease .2s;
  transition: background-color ease .2s, box-shadow ease .2s;
  transition: background-color ease .2s, box-shadow ease .2s, -webkit-box-shadow ease .2s;
}

.btn:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.btn.btn-view {
  color: #333333;
  background-color: #ffc502;
}

.btn.btn-view:hover {
  color: #212529;
  background-color: #f5b400;
}

.collapse-title {
  border-bottom: 2px solid #ff8b3e;
  cursor: pointer;
  padding: 5px 10px;
  padding-left: 30px;
  position: relative;
}

.collapse-title::before {
  content: "-";
  display: inline-block;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 3px;
}

.collapse-title.active::before {
  content: "+";
  left: 6px;
  top: 5px;
}

.collapse-content {
  display: none;
  padding: 30px;
}

.wrapper-gdpr {
  width: 100%;
  background-color: #d4d4d4;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .wrapper-gdpr {
    padding: 15px 0;
  }
}

.wrapper-gdpr .info {
  color: #212529;
  font-size: 15px;
  line-height: 1.2;
  padding-right: 30px;
}

.wrapper-gdpr .info a {
  color: #009ece;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .wrapper-gdpr .info {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 15px;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper-gdpr .info, .wrapper-gdpr .btn-area {
    display: block;
    text-align: center;
  }
}

/*MODULES - Individul site components*/
.main-content.lock-scoll {
  height: 0;
  overflow: hidden;
}

.main-content .title-area {
  text-align: center;
  margin-bottom: 40px;
}

.main-content .title-area h2 {
  display: inline-block;
  font-weight: normal;
}

.main-content .title-area h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffc502;
  display: block;
  margin-top: 5px;
}

.main-content .content-area {
  margin: 30px 0;
}

.main-content ul.partner-list {
  margin-bottom: 60px;
}

.main-content ul.partner-list li {
  display: inline-block;
  padding: 15px 30px;
  padding-top: 0;
  vertical-align: middle;
}

.main-content ul.partner-list li.txt {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-content ul.partner-list li {
    width: 49.3%;
    padding: 0 10px 30px 10px;
  }
}

@media screen and (max-width: 480px) {
  .main-content ul.partner-list li.txt {
    width: 100%;
    margin: 15px 0;
  }
}

.main-content .sep-line {
  width: 8%;
  height: 3px;
  background-color: #ffc502;
  margin: 30px auto;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .main-content .sep-line {
    width: 15%;
  }
}

.main-content .sep-line-style-2 {
  border-bottom: 3px solid #ffc502;
  padding: 0 10px;
}

.main-content section {
  width: 100%;
  position: relative;
}

.main-content section .top-area {
  padding-top: 100px;
  padding-bottom: 130px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .main-content section .top-area {
    padding: 100px 0;
  }
}

@media screen and (max-width: 480px) {
  .main-content section .top-area {
    padding: 60px 0;
  }
}

.main-content section .top-area h1 {
  display: inline-block;
}

.main-content section .top-area .sep-line {
  width: 100%;
  margin: 0;
  margin-top: 10px;
}

.main-content.page-index p {
  margin: 15px 0;
}

.main-content.page-index section {
  padding: 100px 0;
}

.main-content.page-index section.sec-a {
  height: 100vh;
  background-image: url(../img/bg_index_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.main-content.page-index section.sec-a .container {
  height: 100%;
}

.main-content.page-index section.sec-a .inner {
  display: inline-block;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.main-content.page-index section.sec-a .inner h1 {
  font-weight: 100;
}

.main-content.page-index section.sec-a .inner h1 span {
  font-weight: 600;
}

.main-content.page-index section.sec-a .inner h2 {
  font-weight: normal;
}

.main-content.page-index section.sec-a .inner .sep-line {
  width: 100%;
  margin: 3% 0;
}

.main-content.page-index section.sec-b {
  background-image: url(../img/bg_index_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-content.page-index section.sec-b h2, .main-content.page-index section.sec-b h3, .main-content.page-index section.sec-b p {
  color: #fff;
}

.main-content.page-index section.sec-b .col-txt {
  width: 100%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .main-content.page-index section.sec-b .col-txt {
    background-color: transparent;
    padding: 0 15px;
  }
}

.main-content.page-index section.sec-b .sol-list {
  width: 100%;
  padding-top: 60px;
}

@media screen and (max-width: 480px) {
  .main-content.page-index section.sec-b .sol-list h4 {
    padding: 15px;
    text-align: center;
  }
}

.main-content.page-index section.sec-b .sol-list ul > li {
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: background-color ease .2s;
  transition: background-color ease .2s;
}

.main-content.page-index section.sec-b .sol-list ul > li:hover {
  background-color: rgba(17, 128, 159, 0.5);
}

.main-content.page-index section.sec-b .sol-list ul > li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .main-content.page-index section.sec-b .sol-list ul > li a {
    padding: 10px;
  }
}

.main-content.page-index section.sec-b .sol-list ul > li a .pic {
  border: 2px solid #fff;
  border-radius: 20px;
  display: block;
  padding: 10px;
}

.main-content.page-index section.sec-b .sol-list ul > li a p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 0;
}

.main-content.page-index section.sec-c {
  background-color: #e6ebef;
  text-align: center;
}

.main-content.page-index section.sec-c .press-wrapper {
  width: 100%;
  height: 380px;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
  .main-content.page-index section.sec-c .press-wrapper {
    height: auto;
    margin-top: 30px;
  }
}

.main-content.page-index section.sec-c .press-wrapper .press-nav {
  width: 100%;
  max-width: 120px;
  height: 100%;
  background-color: #343e48;
  border-left: none;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .main-content.page-index section.sec-c .press-wrapper .press-nav {
    max-width: none;
    background-color: transparent;
    margin: 0 15px;
    margin-top: 10px;
  }
}

.main-content.page-index section.sec-c .press-wrapper .press-nav .btn-prev, .main-content.page-index section.sec-c .press-wrapper .press-nav .btn-next {
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media screen and (max-width: 991px) {
  .main-content.page-index section.sec-c .press-wrapper .press-nav .btn-prev, .main-content.page-index section.sec-c .press-wrapper .press-nav .btn-next {
    width: 40px;
    height: 40px;
    color: #555;
    position: relative;
    right: auto;
    top: auto;
  }
}

.main-content.page-index section.sec-c .press-wrapper .press-nav .btn-next {
  top: 100px;
}

@media screen and (max-width: 991px) {
  .main-content.page-index section.sec-c .press-wrapper .press-nav .btn-next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.main-content.page-index section.sec-c .press-wrapper .press-nav .pagination {
  color: #7f7f7f;
  font-size: 48px;
  font-style: italic;
  line-height: normal;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .main-content.page-index section.sec-c .press-wrapper .press-nav .pagination {
    width: auto;
    padding-right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: auto;
    top: 0;
  }
}

.main-content.page-index section.sec-c .press-wrapper .press-list {
  width: calc( 100% - 120px);
  height: 100%;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .main-content.page-index section.sec-c .press-wrapper .press-list {
    width: 100%;
    height: 380px;
  }
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-container {
  width: 100%;
  height: 100%;
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-slide {
  padding: 0 6px;
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-slide a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  text-align: left;
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-slide a:hover .btn-read {
  background-color: #0975b4;
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-slide a .part-top {
  height: 100%;
  max-height: 140px;
  padding: 15px;
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-slide a .date {
  color: #888;
  font-size: 16px;
  font-weight: 600;
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-slide a .title {
  height: 85px;
  color: #333;
  font-size: 23px;
  line-height: 1.25;
  margin: 6px 0;
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-slide a .info {
  height: 170px;
  border-top: 1px solid #ccc;
  padding: 15px;
}

.main-content.page-index section.sec-c .press-wrapper .press-list .swiper-slide a .btn-read {
  width: 100%;
  background-color: #0e8dc1;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  -webkit-transition: background-color ease .2s;
  transition: background-color ease .2s;
}

.main-content.page-index section.sec-d {
  background-color: #46535f;
  color: #fff;
  text-align: center;
}

.main-content.page-index section.sec-d h3.first {
  margin-top: 60px;
}

.main-content.page-inner section {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .main-content.page-inner section {
    padding-bottom: 60px;
  }
}

.main-content.page-inner section:first-child {
  padding-top: 100px;
}

.main-content.page-solution {
  background-color: #1a3164;
  color: #fff;
}

.main-content.page-solution .title-area {
  margin-top: 80px;
}

.main-content.page-solution .title-area:first-child {
  margin-top: 0;
}

.main-content.page-solution section {
  padding: 60px 0;
}

.main-content.page-solution section.sec-a {
  min-height: 600px;
  background-image: url(../img/bg_solution_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-content.page-solution section.sec-a .title-area {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .main-content.page-solution section.sec-a {
    min-height: 400px;
  }
}

.main-content.page-solution section.sec-b {
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#164072), to(#1a3164));
  background-image: linear-gradient(180deg, #164072, #1a3164);
  background-color: #1a3164;
}

.main-content.page-solution section.sec-b ul.product-list {
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

@media screen and (max-width: 768px) {
  .main-content.page-solution section.sec-b ul.product-list {
    min-height: 400px;
    margin-top: 30px;
  }
}

.main-content.page-solution section.sec-b ul.product-list li {
  background-color: transparent;
  border-radius: 6px;
  cursor: pointer;
  padding: 30px;
  -webkit-transition: background-color ease .25s;
  transition: background-color ease .25s;
}

@media screen and (max-width: 991px) {
  .main-content.page-solution section.sec-b ul.product-list li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .main-content.page-solution section.sec-b ul.product-list li {
    padding: 20px 0;
  }
}

.main-content.page-solution section.sec-b ul.product-list li:hover {
  background-color: rgba(17, 128, 159, 0.5);
}

.main-content.page-solution section.sec-b ul.product-list li a {
  color: inherit;
  display: block;
}

.main-content.page-solution section.sec-b ul.product-list li .icon, .main-content.page-solution section.sec-b ul.product-list li .txt {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .main-content.page-solution section.sec-b ul.product-list li .icon, .main-content.page-solution section.sec-b ul.product-list li .txt {
    display: block;
    text-align: center;
  }
}

.main-content.page-solution section.sec-b ul.product-list li .icon {
  width: 100px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 0;
}

@media screen and (max-width: 480px) {
  .main-content.page-solution section.sec-b ul.product-list li .icon {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
  }
}

.main-content.page-solution section.sec-b ul.product-list li .icon img {
  display: block;
}

.main-content.page-solution section.sec-b ul.product-list li .txt {
  padding-left: 15px;
  width: calc( 100% - 115px);
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  .main-content.page-solution section.sec-b ul.product-list li .txt {
    width: 100%;
    padding: 0;
    padding-top: 15px;
  }
}

.main-content.page-solution section.sec-b ul.product-list li .txt p {
  margin: 0;
}

.main-content.page-solution section.sec-c {
  background-image: url(../img/bg_soluiton_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-content.page-solution section.sec-c > div {
  position: relative;
  z-index: 2;
}

.main-content.page-solution section.sec-c .content-area {
  text-align: center;
}

.main-content.page-solution.sub .title-area {
  text-align: left;
}

.main-content.page-solution.sub section a {
  color: #ffc502;
}

.main-content.page-solution.sub ul {
  list-style: disc;
  margin-bottom: 15px;
  padding-left: 30px;
}

.main-content.page-solution.sub ul li {
  line-height: 1.5;
  margin: 10px 0;
}

.main-content.page-solution.sub section.sec-b {
  background-color: #ecf2f6;
  background-image: none;
  color: #333e48;
}

.main-content.page-privacy section.sec-c .content-area {
  text-align: left;
}

.main-content.page-privacy section.sec-d .content-area {
  text-align: left;
}

.main-content.page-privacy .p1 {
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .main-content.page-privacy .p1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main-content.page-privacy .p1 {
    font-size: 17px;
  }
}

@media screen and (max-width: 480px) {
  .main-content.page-privacy .p1 {
    text-align: left;
  }
}

.main-content.page-privacy .list-content {
  padding-left: 15px;
}

@media screen and (max-width: 480px) {
  .main-content.page-privacy .list-content {
    padding-left: 0;
  }
}

.main-content.page-privacy .list-content h4 {
  color: #9ee7ff;
  font-weight: 700;
  margin-left: -11px;
}

@media screen and (max-width: 480px) {
  .main-content.page-privacy .list-content h4 {
    margin-left: 0;
  }
}

.main-content.page-privacy .note {
  font-size: 16px;
  text-align: right;
}

.main-content.page-partners section {
  padding: 60px 0;
}

.main-content.page-partners section.sec-a {
  min-height: 600px;
  background-image: url(../img/bg_partners.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .main-content.page-partners section.sec-a {
    min-height: 400px;
  }
}

.main-content.page-partners section.sec-a h1, .main-content.page-partners section.sec-a h2 {
  color: #fff;
}

.main-content.page-partners section.sec-a .content-area p {
  color: #fff;
}

.main-content.page-partners section.sec-c {
  background-color: #6a969c;
}

.main-content.page-partners section.sec-c h2 {
  color: #fff;
}

.main-content.page-partners section.sec-c .content-area p {
  color: #fff;
}

.main-content.page-partners section .partner-list a {
  display: block;
  text-align: center;
}

.main-content.page-press {
  background-color: #eee;
}

.main-content.page-press section.sec-a {
  min-height: 400px;
  background-image: url(../img/bg_press.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-content.page-press section.sec-a h1 {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .main-content.page-press section.sec-a h1 {
    font-size: 34px;
    line-height: 42px;
  }
}

.main-content.page-press section.sec-a h4 {
  color: #fff;
  font-size: 22px;
}

.main-content.page-press section.sec-a .content-area {
  margin: 0;
}

.main-content.page-press ul.press-list {
  padding-top: 60px;
}

.main-content.page-press ul.press-list li .inner {
  border-top-left-radius: 6px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: border ease .5s, color ease .5s;
  transition: border ease .5s, color ease .5s;
}

.main-content.page-press ul.press-list li .date {
  background-color: #eee;
  color: #868fac;
  font-size: 24px;
  font-weight: 600;
}

.main-content.page-press ul.press-list li h3.title {
  border-bottom: 3px solid #ffc502;
  display: inline-block;
  padding-bottom: 6px;
}

.main-content.page-press ul.press-list li .content {
  margin: 0;
  margin-top: 15px;
}

.main-content.page-career section.sec-a {
  padding-bottom: 30px;
  background-image: url(../img/bg_career.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-content.page-career section.sec-a h1 {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .main-content.page-career section.sec-a h1 {
    font-size: 33px;
    line-height: 41px;
  }
}

.main-content.page-career section.sec-a .title-area h2 {
  color: #fff;
}

.main-content.page-career section.sec-a .content-area p {
  color: #fff;
}

.main-content.page-career section.sec-b {
  padding-bottom: 30px;
  padding-top: 60px;
}

.main-content.page-career section.sec-c {
  padding: 60px 0;
}

.main-content.page-career a.mail-hr {
  color: #ffaf02;
}

.main-content.page-career .job-list {
  max-width: 920px;
  margin: 0 auto;
  padding: 60px 0;
  padding-top: 0;
}

.main-content.page-career .job-list > li {
  margin-bottom: 15px;
}

.main-content.page-career .job-list h3 {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .main-content.page-career .job-list h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .main-content.page-career .job-list h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.main-content.page-career .job-list h4 {
  font-size: 22px;
  font-weight: 600;
}

.main-content.page-career .job-list .info {
  margin-top: 30px;
}

.main-content.page-career .job-list .info:first-child {
  margin-top: 0;
}

.main-content.page-career .job-list ol {
  list-style: decimal;
  padding-left: 30px;
}

.main-content.page-career .job-table .inner {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .main-content.page-career .job-table .inner {
    width: 100%;
  }
  .main-content.page-career .job-table .inner:first-child .table-block {
    border-bottom: none;
  }
}

.main-content.page-career .job-table .table-block {
  width: 100%;
  border: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
  .main-content.page-career .job-table .table-block {
    border: none;
  }
}

.main-content.page-career .job-table .table-cell {
  width: 50%;
  background-color: #f2f0ec;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.main-content.page-career .job-table .table-cell:first-child {
  background-color: #e5ded2;
  color: #1a3164;
}

@media screen and (max-width: 480px) {
  .main-content.page-career .job-table .table-cell {
    width: 100%;
    display: block;
    border: 1px solid #ccc !important;
    border-top: none !important;
  }
}

.main-content.page-career .job-table .table-row:last-child .table-cell {
  border-bottom: 0;
}

@media screen and (max-width: 480px) {
  .main-content.page-career .job-table .table-row {
    display: block;
    margin-bottom: 15px;
  }
}

.main-content.page-about section {
  padding: 60px 0;
}

.main-content.page-about section.sec-a {
  padding-bottom: 30px;
  background-image: url(../img/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-content.page-about section.sec-a h1 {
  color: #fff;
}

.main-content.page-about section.sec-a .title-area h2 {
  color: #fff;
}

.main-content.page-about section.sec-a .content-area p {
  color: #fff;
}

.main-content.page-about section.sec-b {
  background-color: #dce5ea;
}

.main-content.page-about section.sec-c {
  background-color: #dce5ea;
}

.main-content.page-about section.sec-c .top-area {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 70px;
}

.main-content.page-about section .title-area:first-child {
  margin-top: 0;
}

.main-content.page-about section .pic {
  text-align: center;
}

.main-content.page-about .swiper-container.swiper-about .pagination {
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-content.page-about .swiper-container.swiper-about .pagination {
    padding-bottom: 30px;
  }
}

.main-content.page-about .swiper-container.swiper-about .pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 0 30px;
  padding: 6px 20px;
  opacity: .7;
  outline: none;
}

.main-content.page-about .swiper-container.swiper-about .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #17c3f7;
  border-radius: 30px;
  color: #fff;
  opacity: 1;
  padding: 6px 20px;
}

@media screen and (max-width: 991px) {
  .main-content.page-about .swiper-container.swiper-about .pagination .swiper-pagination-bullet {
    width: 80%;
    max-width: 300px;
    display: block;
    margin: 15px auto;
  }
}

@media screen and (max-width: 480px) {
  .main-content.page-about .swiper-container.swiper-about .pagination .swiper-pagination-bullet {
    width: 100%;
  }
}

.main-content.page-about .swiper-container.swiper-about .pic {
  width: 200px;
  height: 200px;
  border: 1px solid #bbb;
  border-radius: 100px;
}

@media screen and (max-width: 991px) {
  .main-content.page-about .swiper-container.swiper-about .pic {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .main-content.page-about .swiper-container.swiper-about .pic {
    width: calc( 200px - 60px);
    height: calc( 200px - 60px);
  }
}

.main-content.page-about .swiper-container.swiper-about .intro {
  width: calc( 100% - 200px);
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .main-content.page-about .swiper-container.swiper-about .intro {
    width: auto;
    padding: 0;
    padding-top: 30px;
  }
}

.main-content.page-about .swiper-container.swiper-about .intro h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .main-content.page-about .swiper-container.swiper-about .intro h3 {
    text-align: center;
  }
}

.main-content.page-contact section.sec-a {
  background-image: url(../img/bg_contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-content.page-contact section.sec-a h1 {
  color: #fff;
}

.main-content.page-contact section.sec-c .title {
  color: #666;
}

.main-content.page-contact .contact-block {
  margin-top: 60px;
}

.main-content.page-contact .contact-block > div {
  width: 50%;
}

.main-content.page-contact .contact-block > div:first-child {
  padding-right: 15px;
}

.main-content.page-contact .contact-block > div:last-child {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .main-content.page-contact .contact-block > div {
    width: 100%;
  }
  .main-content.page-contact .contact-block > div:first-child, .main-content.page-contact .contact-block > div:last-child {
    padding: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .main-content.page-contact .contact-block > div {
    text-align: center;
  }
}

.main-content.page-contact .contact-block .inner {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .main-content.page-contact .contact-block .inner {
    padding: 30px 15px;
  }
}

.main-content.page-contact .contact-block h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.main-content.page-contact .contact-block p {
  padding: 10px 15px;
}

.main-content.page-contact .contact-block .title-area {
  margin-top: 15px;
}

.main-content.page-contact .contact-block .title-area::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffc502;
  display: block;
  margin-top: 15px;
}

.main-content.page-contact .email-area > div {
  width: 25%;
  padding: 10px 15px;
}

@media screen and (max-width: 991px) {
  .main-content.page-contact .email-area > div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .main-content.page-contact .email-area > div {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}

.main-content.page-legal .title-area:first-child {
  margin-top: 0;
}

.main-content.page-legal .content-area {
  text-align: center;
}

.click-here {
  color: #ff9a02 !important;
  text-decoration: underline;
}

.click-here:hover {
  color: #ff7c02 !important;
}

/* --------------------------------
  
   Header
  
  -------------------------------- */
header {
  -webkit-transition: top ease .2s;
  transition: top ease .2s;
}

.ci-dropdown {
  width: 100%;
  position: fixed;
  background-color: rgba(30, 30, 30, 0.85);
  padding: 0 15px;
  z-index: 99;
}

.ci-dropdown::before {
  /* never visible - used in JS to check mq */
  content: 'mobile';
  display: none;
}

.ci-dropdown .logo {
  width: 200px;
  height: 75px;
  display: block;
  padding: 15px 0;
}

.ci-dropdown .content {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .ci-dropdown .content {
    padding: 15px;
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .ci-dropdown .content {
    padding: 0;
  }
}

.ci-dropdown .content a {
  display: block;
  padding: 6px 20px;
  padding-bottom: 5px;
  border-radius: 30px;
  -webkit-transition: background-color ease .2s, color ease .2s;
  transition: background-color ease .2s, color ease .2s;
}

@media screen and (max-width: 480px) {
  .ci-dropdown .content a {
    padding: 5px 15px;
  }
}

.ci-dropdown .content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.ci-dropdown .content h3 a, .ci-dropdown .content h3.title {
  color: #11809f;
}

.ci-dropdown .content h3.title {
  padding: 6px 20px;
}

.ci-dropdown .content h3 a:hover {
  color: #fff;
  background-color: #17c3f7;
}

.ci-dropdown .content > ul > li {
  margin-top: 5px;
}

.ci-dropdown .content > ul > li a {
  color: #333;
  line-height: normal;
}

.ci-dropdown .content > ul > li a:hover {
  background-color: #666;
  color: #fff;
}

.ci-dropdown #solutions .content ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.ci-dropdown #solutions .content ul li {
  width: 50%;
}

.ci-dropdown #contact .content {
  height: 400px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 480px) {
  .ci-dropdown #contact .content {
    height: auto;
  }
}

.ci-dropdown #contact .content .location-switch > span {
  display: inline-block;
  padding: 0 15px;
}

.ci-dropdown #contact .content .location-switch > div {
  cursor: pointer;
  color: #888;
  display: inline-block;
  font-weight: 600;
}

.ci-dropdown #contact .content .location-switch > div.show {
  color: #11809f !important;
}

.ci-dropdown #contact .content .location-cotent {
  position: relative;
  margin-top: 15px;
}

.ci-dropdown #contact .content .cn, .ci-dropdown #contact .content .us {
  width: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: opacity ease .1s, -webkit-transform ease .3s;
  transition: opacity ease .1s, -webkit-transform ease .3s;
  transition: opacity ease .1s, transform ease .3s;
  transition: opacity ease .1s, transform ease .3s, -webkit-transform ease .3s;
  z-index: 1;
}

.ci-dropdown #contact .content .cn.show, .ci-dropdown #contact .content .us.show {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .ci-dropdown #contact .content .cn, .ci-dropdown #contact .content .us {
    position: absolute !important;
    top: 0;
  }
}

@media screen and (max-width: 480px) {
  .ci-dropdown #contact .content .cn {
    position: relative !important;
  }
}

.ci-dropdown #contact .content .info {
  margin-top: 15px;
}

.ci-dropdown #contact .content .info:first-child {
  margin-top: 0;
}

.ci-dropdown #contact .content .info .icon, .ci-dropdown #contact .content .info .txt {
  display: inline-block;
  vertical-align: top;
}

.ci-dropdown #contact .content .info .icon {
  width: 30px;
  height: 30px;
  background-color: #11809f;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

.ci-dropdown #contact .content .info .icon i {
  line-height: 30px;
}

.ci-dropdown #contact .content .info .txt {
  width: calc( 100% - 60px);
  font-size: 16px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .ci-dropdown #contact .content .info.tel .flex-block > div {
    margin-top: 15px;
  }
}

.ci-dropdown #contact .content .info.email .flex-block {
  font-size: 15px;
  padding-left: 45px;
}

.ci-dropdown #contact .content .info.email .flex-block > div {
  padding: 0 10px 20px 0;
}

@media screen and (max-width: 768px) {
  .ci-dropdown #contact .content .info.email .flex-block > div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .ci-dropdown #contact .content .info.email .flex-block > div {
    width: 100%;
  }
}

.ci-dropdown #contact .content .info.email p {
  color: #888;
  line-height: 20px;
  margin-bottom: 0;
}

.ci-dropdown #contact .content .info.email a {
  padding: 0;
  text-decoration: underline;
}

.ci-dropdown #contact .content .info.email a:hover {
  color: #11809f;
}

.ci-dropdown .nav-mobile-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 60px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.ci-dropdown .nav-mobile-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.ci-dropdown .nav-mobile-trigger span::after, .ci-dropdown .nav-mobile-trigger span::before, .ci-dropdown .nav-mobile-trigger span {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 26px;
}

.ci-dropdown .nav-mobile-trigger span::after, .ci-dropdown .nav-mobile-trigger span::before {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ci-dropdown .nav-mobile-trigger span::before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  -ms-transform: translateY(-9px);
}

.ci-dropdown .nav-mobile-trigger span::after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
  -ms-transform: translateY(9px);
}

.ci-dropdown.nav-open .nav-mobile-trigger span {
  background-color: transparent;
}

.ci-dropdown.nav-open .nav-mobile-trigger span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ci-dropdown.nav-open .nav-mobile-trigger span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ci-dropdown .main-nav {
  display: none;
}

.ci-dropdown .lang {
  width: 140px;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
}

.ci-dropdown .lang .lang-icon, .ci-dropdown .lang .lang-txt {
  display: inline-block;
  vertical-align: middle;
}

.ci-dropdown .lang .lang-icon {
  width: 26px;
  height: 26px;
}

.ci-dropdown .lang .lang-txt {
  color: #FFFFFF;
  padding-left: 5px;
}

.ci-dropdown .lang .lang-txt > div {
  display: none;
}

.ci-dropdown .lang .lang-txt > div.show {
  display: block;
}

.ci-dropdown .lang #to-eng, .ci-dropdown .lang #to-chs {
  padding: 6px 20px;
  border-radius: 30px;
  -webkit-transition: background-color ease .2s, color ease .2s;
  transition: background-color ease .2s, color ease .2s;
}

.ci-dropdown .lang #to-eng:hover, .ci-dropdown .lang #to-chs:hover {
  background-color: #666;
  color: #fff;
}

.ci-dropdown .lang #to-eng {
  margin-bottom: 10px;
}

.ci-dropdown .ci-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  padding-bottom: 100px;
  -webkit-box-shadow: inset 0 1px 0 #e6e6e6;
          box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: white;
}

.ci-dropdown.nav-open:hover {
  background-color: #333;
}

.ci-dropdown.nav-open .ci-dropdown-wrapper {
  height: calc(100vh - 60px);
  display: block;
  overflow-y: scroll;
}

.ci-dropdown.nav-open .lang {
  padding-bottom: 30px;
}

.ci-dropdown .dropdown-list > ul > li {
  margin-bottom: 15px;
}

.ci-dropdown .label {
  display: block;
  color: #ff6c00;
  font-size: 28px;
}

.ci-dropdown .dropdown-list.mobile .content a {
  min-width: 50%;
  display: inline-block;
}

.ci-dropdown .dropdown-list.mobile .content h3 a:hover {
  color: #11809f;
}

.ci-dropdown .dropdown-list.mobile .content ul > li a:hover {
  color: #333;
}

.ci-dropdown .dropdown-list.mobile .content a:hover {
  background-color: transparent !important;
}

.ci-dropdown .dropdown-list.mobile .content a:active {
  color: #fff;
}

.ci-dropdown .dropdown-list.mobile .content h3 a:active {
  background-color: #17c3f7;
}

.ci-dropdown .dropdown-list.mobile .content ul > li a:active {
  background-color: #666;
}

@media only screen and (min-width: 992px) {
  .ci-dropdown {
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .ci-dropdown::before {
    content: 'desktop';
  }
  .ci-dropdown .nav-mobile-trigger {
    display: none;
  }
  .ci-dropdown .main-nav {
    width: 100%;
    max-width: calc( 100% - 200px);
    display: block;
  }
  .ci-dropdown .main-nav > ul {
    width: 100%;
    max-width: calc( 100% - 140px - 20px);
    display: inline-block;
  }
  .ci-dropdown .main-nav > ul > li {
    display: inline-block;
  }
  .ci-dropdown .main-nav > ul > li.active > a {
    background-color: #ff6c00;
  }
  .ci-dropdown .main-nav > ul > li > a {
    display: block;
    font-size: 17px;
    padding: 22px 14px;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .ci-dropdown .main-nav > ul > li > a:hover {
    background-color: #ff6c00;
  }
  .ci-dropdown.is-dropdown-visible .main-nav > ul > li > a, .ci-dropdown .is-dropdown-visible .main-nav .lang > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    opacity: .6;
  }
  .ci-dropdown.is-dropdown-visible .main-nav > ul > li.active > a, .ci-dropdown .is-dropdown-visible .main-nav .lang.active > a {
    opacity: 1;
  }
  .ci-dropdown.is-dropdown-visible .main-nav .lang {
    opacity: .6;
  }
  .ci-dropdown.is-dropdown-visible .main-nav .lang.active {
    opacity: 1;
  }
  .ci-dropdown .ci-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 58px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .ci-dropdown.is-dropdown-visible .ci-dropdown-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .ci-dropdown .dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, width, height;
    -webkit-transition: visibility .3s;
    transition: visibility .3s;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .no-csstransitions .ci-dropdown .dropdown-list {
    display: none;
  }
  .ci-dropdown .dropdown-list::before {
    /* dropdown top triangle */
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .ci-dropdown .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .ci-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
    transition: width .3s, height .3s, -webkit-transform .3s;
    transition: transform .3s, width .3s, height .3s;
    transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;
  }
  .ci-dropdown.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  .ci-dropdown .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
  .ci-dropdown .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .ci-dropdown .dropdown.move-left .content {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .ci-dropdown .dropdown.move-right .content {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  .ci-dropdown .label {
    /* hide the label on bigger devices */
    display: none;
  }
  .ci-dropdown #solutions .content {
    width: 500px;
  }
  .ci-dropdown #about .content {
    width: 280px;
  }
  .ci-dropdown #contact .content {
    width: 480px;
    height: 420px;
  }
  .ci-dropdown #contact.cn .content {
    height: 380px;
  }
  .ci-dropdown #lang .content {
    width: 200px;
  }
  .ci-dropdown .bg-layer {
    /* dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .ci-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
  }
}

@media only screen and (min-width: 1200px) {
  .ci-dropdown .main-nav > ul > li > a {
    font-size: 18px;
    padding: 22px 28px;
  }
}

footer {
  background-color: #343e48;
}

footer .f-map {
  padding: 5vh 0;
}

footer .f-map > div {
  width: 25%;
  padding: 10px 20px;
}

@media screen and (max-width: 992px) {
  footer .f-map > div {
    width: 33.333%;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  footer .f-map > div {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer .f-map > div {
    padding: 10px;
    text-align: left;
  }
}

footer .f-map h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

footer .f-map h4 a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .f-map h4 {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  footer .f-map .sub {
    display: none;
  }
}

footer .f-map ul {
  list-style: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
  footer .f-map ul {
    display: none;
  }
}

footer .f-map ul li {
  color: #84888c;
  font-size: 16px;
  margin-top: 10px;
}

footer .f-map ul li a {
  color: #84888c !important;
}

footer .f-bottom {
  background-color: #6f787c;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
}

footer .f-bottom .police_badge {
  width: 20px;
  height: auto;
  display: inline-block;
  margin-left: 5px;
  margin-right: 3px;
  vertical-align: top;
}

footer .f-bottom a {
  display: inline-block;
  color: #ddd;
}

footer .f-bottom a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=all.css.map */