@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff "/images/ajax-loader.gif" center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: "/fonts/slick.eot";
  src: "/fonts/slick.eot?#iefix" format("embedded-opentype"), "/fonts/slick.woff" format("woff"), "/fonts/slick.ttf" format("truetype"), "/fonts/slick.svg#slick" format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  font-family: "Calibri Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}
body .zh {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body .zh {
    font-size: 14px;
    line-height: 1.6;
  }
}
body.no-scroll {
  overflow: hidden;
}
body.is-mobile-nav {
  overflow: hidden;
}
body.background-grey {
  background-color: #F5F5F6;
}
body.background-white {
  background-color: #ffffff;
}

.page-overlay {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  overflow: hidden;
  transition: z-index 0.3s ease;
}
.is-mobile-nav .page-overlay {
  z-index: 3;
  left: 0;
  width: 100%;
  height: 100vh;
}

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

ul {
  list-style-type: square;
}

button,
input[type=submit] {
  border: 0;
  -webkit-appearance: none;
  /* Remove -webkit default styling  */
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  font-weight: unset;
}

.main-content-container {
  z-index: 2;
  min-height: 500px;
  margin-top: -64px;
  margin-bottom: 64px;
}
@media all and (max-width: 991px) {
  .main-content-container {
    padding: 0 16px;
    margin-top: -32px;
    margin-bottom: 32px;
  }
}
.article-page .main-content-container {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .article-page .main-content-container {
    margin-top: 0;
  }
}

.background-graphics-style-1 {
  background-image: url("/images/bg-home1-new.svg");
}

.background-graphics-style-2 {
  background-image: url("/images/bg-page-new.svg");
}

.bg-graphics-ht {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 300px;
  width: 55%;
}
@media all and (max-width: 991px) {
  .bg-graphics-ht {
    display: none;
  }
}

.page {
  overflow: hidden;
}

/** =================== MONTSERRAT =================== **/
/** Calibri Light **/
@font-face {
  font-family: "Calibri Light";
  src: url("/fonts/calibri/Calibri_light.eot");
  src: url("/fonts/calibri/Calibri_light.eot?#iefix") format("embedded-opentype"), url("/fonts/calibri/Calibri_light.woff2") format("woff2"), url("/fonts/calibri/Calibri_light.woff") format("woff");
  font-weight: 300;
}
/** Calibri Regular **/
@font-face {
  font-family: "Calibri Regular";
  src: url("/fonts/calibri/Calibri-Regular.eot");
  src: url("/fonts/calibri/Calibri-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/calibri/Calibri-Regular.woff2") format("woff2"), url("/fonts/calibri/Calibri-Regular.woff") format("woff");
  font-weight: 400;
}
/** Calibri Bold **/
@font-face {
  font-family: "Calibri Bold";
  src: url("/fonts/calibri/Calibribold.eot");
  src: url("/fonts/calibri/Calibribold.eot?#iefix") format("embedded-opentype"), url("/fonts/calibri/Calibribold.woff2") format("woff2"), url("/fonts/calibri/Calibribold.woff") format("woff");
}
/* ===========================
   Barlow
=========================== */
@font-face {
  font-family: "Barlow Light";
  src: url("/fonts/barlow/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Barlow Regular";
  src: url("/fonts/barlow/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Barlow Medium";
  src: url("/fonts/barlow/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Barlow SemiBold";
  src: url("/fonts/barlow/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Barlow Bold";
  src: url("/fonts/barlow/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* ===========================
 Titillium Web
=========================== */
@font-face {
  font-family: "Titillium Light";
  src: url("/fonts/titillium/TitilliumWeb-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Titillium Regular";
  src: url("/fonts/titillium/TitilliumWeb-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Titillium SemiBold";
  src: url("/fonts/titillium/TitilliumWeb-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Titillium Bold";
  src: url("/fonts/titillium/TitilliumWeb-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* ===========================
 Lora
=========================== */
@font-face {
  font-family: "Lora Regular";
  src: url("/fonts/lora/static/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Lora Medium";
  src: url("/fonts/lora/static/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Lora SemiBold";
  src: url("/fonts/lora/static/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Lora Bold";
  src: url("/fonts/lora/static/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* ========================================================================
   #LAYOUT - GRID
   ======================================================================== */
/*==========================================================================
    Section
 =======================================================================*/
.l-section {
  width: 100%;
  clear: both;
  max-width: 1600px !important;
  margin: 0 auto;
}

/* Grid layout variables
========================================================================== */
/* Container, cleafix and row settings
========================================================================== */
.l-clearfix:before,
.l-clearfix:after,
.l-container:before,
.l-container:after,
.l-container-fluid:before,
.l-container-fluid:after,
.l-row:before,
.l-row:after {
  content: " ";
  display: table;
}

.l-clearfix:after,
.l-container:after,
.l-container-fluid:after,
.l-row:after {
  clear: both;
}

.l-container {
  max-width: 1600px !important;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 991px) {
  .l-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .l-container.l-container-no-p-m {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.l-max-width-container {
  max-width: 1600px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-container-s {
  max-width: 1048px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1280px) {
  .l-container-s {
    max-width: 960px !important;
  }
}
@media all and (max-width: 1048px) {
  .l-container-s {
    max-width: 820px !important;
  }
}

.l-container-fluid {
  margin: 0 auto;
  padding: 0 70px;
}

.l-container-fluid--grey,
.l-container--grey {
  background: #DDD;
}

.l-row {
  margin: 0 -12px;
}

/* Cell main settings - All devices
========================================================================== */
.l-cell-x-1, .l-cell-s-1, .l-cell-m-1, .l-cell-l-1, .l-cell-x-2, .l-cell-s-2, .l-cell-m-2, .l-cell-l-2, .l-cell-x-3, .l-cell-s-3, .l-cell-m-3, .l-cell-l-3, .l-cell-x-4, .l-cell-s-4, .l-cell-m-4, .l-cell-l-4, .l-cell-x-5, .l-cell-s-5, .l-cell-m-5, .l-cell-l-5, .l-cell-x-6, .l-cell-s-6, .l-cell-m-6, .l-cell-l-6, .l-cell-x-7, .l-cell-s-7, .l-cell-m-7, .l-cell-l-7, .l-cell-x-8, .l-cell-s-8, .l-cell-m-8, .l-cell-l-8, .l-cell-x-9, .l-cell-s-9, .l-cell-m-9, .l-cell-l-9, .l-cell-x-10, .l-cell-s-10, .l-cell-m-10, .l-cell-l-10, .l-cell-x-11, .l-cell-s-11, .l-cell-m-11, .l-cell-l-11, .l-cell-x-12, .l-cell-s-12, .l-cell-m-12, .l-cell-l-12 {
  position: relative;
  min-height: 1px;
  padding: 0 12px;
}

/* Cell X settings - Extra small devices
========================================================================== */
.l-cell-x-1, .l-cell-x-2, .l-cell-x-3, .l-cell-x-4, .l-cell-x-5, .l-cell-x-6, .l-cell-x-7, .l-cell-x-8, .l-cell-x-9, .l-cell-x-10, .l-cell-x-11, .l-cell-x-12 {
  float: left;
}

.l-cell-x-12 {
  width: 100%;
}

.l-cell-x-11 {
  width: 91.66666667%;
}

.l-cell-x-10 {
  width: 83.33333333%;
}

.l-cell-x-9 {
  width: 75%;
}

.l-cell-x-8 {
  width: 66.66666667%;
}

.l-cell-x-7 {
  width: 58.33333333%;
}

.l-cell-x-6 {
  width: 50%;
}

.l-cell-x-5 {
  width: 41.66666667%;
}

.l-cell-x-4 {
  width: 33.33333333%;
}

.l-cell-x-3 {
  width: 25%;
}

.l-cell-x-2 {
  width: 16.66666667%;
}

.l-cell-x-1 {
  width: 8.33333333%;
}

/* Cell X offset settings - Extra small devices
========================================================================== */
.l-cell-x-off-12 {
  margin-left: 100%;
}

.l-cell-x-off-11 {
  margin-left: 91.66666667%;
}

.l-cell-x-off-10 {
  margin-left: 83.33333333%;
}

.l-cell-x-off-9 {
  margin-left: 75%;
}

.l-cell-x-off-8 {
  margin-left: 66.66666667%;
}

.l-cell-x-off-7 {
  margin-left: 58.33333333%;
}

.l-cell-x-off-6 {
  margin-left: 50%;
}

.l-cell-x-off-5 {
  margin-left: 41.66666667%;
}

.l-cell-x-off-4 {
  margin-left: 33.33333333%;
}

.l-cell-x-off-3 {
  margin-left: 25%;
}

.l-cell-x-off-2 {
  margin-left: 16.66666667%;
}

.l-cell-x-off-1 {
  margin-left: 8.33333333%;
}

.l-cell-x-off-0 {
  margin-left: 0%;
}

/* Cell S settings - Small devices
========================================================================== */
@media (min-width: 768px) {
  .l-cell-s-1, .l-cell-s-2, .l-cell-s-3, .l-cell-s-4, .l-cell-s-5, .l-cell-s-6, .l-cell-s-7, .l-cell-s-8, .l-cell-s-9, .l-cell-s-10, .l-cell-s-11, .l-cell-s-12 {
    float: left;
  }

  .l-cell-s-12 {
    width: 100%;
  }

  .l-cell-s-11 {
    width: 91.66666667%;
  }

  .l-cell-s-10 {
    width: 83.33333333%;
  }

  .l-cell-s-9 {
    width: 75%;
  }

  .l-cell-s-8 {
    width: 66.66666667%;
  }

  .l-cell-s-7 {
    width: 58.33333333%;
  }

  .l-cell-s-6 {
    width: 50%;
  }

  .l-cell-s-5 {
    width: 41.66666667%;
  }

  .l-cell-s-4 {
    width: 33.33333333%;
  }

  .l-cell-s-3 {
    width: 25%;
  }

  .l-cell-s-2 {
    width: 16.66666667%;
  }

  .l-cell-s-1 {
    width: 8.33333333%;
  }

  /* Cell S offset settings - Small devices
  ========================================================================== */
  .l-cell-s-off-12 {
    margin-left: 100%;
  }

  .l-cell-s-off-11 {
    margin-left: 91.66666667%;
  }

  .l-cell-s-off-10 {
    margin-left: 83.33333333%;
  }

  .l-cell-s-off-9 {
    margin-left: 75%;
  }

  .l-cell-s-off-8 {
    margin-left: 66.66666667%;
  }

  .l-cell-s-off-7 {
    margin-left: 58.33333333%;
  }

  .l-cell-s-off-6 {
    margin-left: 50%;
  }

  .l-cell-s-off-5 {
    margin-left: 41.66666667%;
  }

  .l-cell-s-off-4 {
    margin-left: 33.33333333%;
  }

  .l-cell-s-off-3 {
    margin-left: 25%;
  }

  .l-cell-s-off-2 {
    margin-left: 16.66666667%;
  }

  .l-cell-s-off-1 {
    margin-left: 8.33333333%;
  }

  .l-cell-s-off-0 {
    margin-left: 0%;
  }
}
/* Cell M settings - Medium devices
========================================================================== */
@media (min-width: 992px) {
  .l-cell-m-1, .l-cell-m-2, .l-cell-m-3, .l-cell-m-4, .l-cell-m-5, .l-cell-m-6, .l-cell-m-7, .l-cell-m-8, .l-cell-m-9, .l-cell-m-10, .l-cell-m-11, .l-cell-m-12 {
    float: left;
  }

  .l-cell-m-12 {
    width: 100%;
  }

  .l-cell-m-11 {
    width: 91.66666667%;
  }

  .l-cell-m-10 {
    width: 83.33333333%;
  }

  .l-cell-m-9 {
    width: 75%;
  }

  .l-cell-m-8 {
    width: 66.66666667%;
  }

  .l-cell-m-7 {
    width: 58.33333333%;
  }

  .l-cell-m-6 {
    width: 50%;
  }

  .l-cell-m-5 {
    width: 41.66666667%;
  }

  .l-cell-m-4 {
    width: 33.33333333%;
  }

  .l-cell-m-3 {
    width: 25%;
  }

  .l-cell-m-2 {
    width: 16.66666667%;
  }

  .l-cell-m-1 {
    width: 8.33333333%;
  }

  /* Cell M offset settings - Medium devices
  ========================================================================== */
  .l-cell-m-off-12 {
    margin-left: 100%;
  }

  .l-cell-m-off-11 {
    margin-left: 91.66666667%;
  }

  .l-cell-m-off-10 {
    margin-left: 83.33333333%;
  }

  .l-cell-m-off-9 {
    margin-left: 75%;
  }

  .l-cell-m-off-8 {
    margin-left: 66.66666667%;
  }

  .l-cell-m-off-7 {
    margin-left: 58.33333333%;
  }

  .l-cell-m-off-6 {
    margin-left: 50%;
  }

  .l-cell-m-off-5 {
    margin-left: 41.66666667%;
  }

  .l-cell-m-off-4 {
    margin-left: 33.33333333%;
  }

  .l-cell-m-off-3 {
    margin-left: 25%;
  }

  .l-cell-m-off-2 {
    margin-left: 16.66666667%;
  }

  .l-cell-m-off-1 {
    margin-left: 8.33333333%;
  }

  .l-cell-m-off-0 {
    margin-left: 0%;
  }
}
/* Cell L settings - Large devices
========================================================================== */
@media (min-width: 1200px) {
  .l-cell-l-1, .l-cell-l-2, .l-cell-l-3, .l-cell-l-4, .l-cell-l-5, .l-cell-l-6, .l-cell-l-7, .l-cell-l-8, .l-cell-l-9, .l-cell-l-10, .l-cell-l-11, .l-cell-l-12 {
    float: left;
  }

  .l-cell-l-12 {
    width: 100%;
  }

  .l-cell-l-11 {
    width: 91.66666667%;
  }

  .l-cell-l-10 {
    width: 83.33333333%;
  }

  .l-cell-l-9 {
    width: 75%;
  }

  .l-cell-l-8 {
    width: 66.66666667%;
  }

  .l-cell-l-7 {
    width: 58.33333333%;
  }

  .l-cell-l-6 {
    width: 50%;
  }

  .l-cell-l-5 {
    width: 41.66666667%;
  }

  .l-cell-l-4 {
    width: 33.33333333%;
  }

  .l-cell-l-3 {
    width: 25%;
  }

  .l-cell-l-2 {
    width: 16.66666667%;
  }

  .l-cell-l-1 {
    width: 8.33333333%;
  }

  /* Cell L offset settings - Large devices
  ========================================================================== */
  .l-cell-l-off-12 {
    margin-left: 100%;
  }

  .l-cell-l-off-11 {
    margin-left: 91.66666667%;
  }

  .l-cell-l-off-10 {
    margin-left: 83.33333333%;
  }

  .l-cell-l-off-9 {
    margin-left: 75%;
  }

  .l-cell-l-off-8 {
    margin-left: 66.66666667%;
  }

  .l-cell-l-off-7 {
    margin-left: 58.33333333%;
  }

  .l-cell-l-off-6 {
    margin-left: 50%;
  }

  .l-cell-l-off-5 {
    margin-left: 41.66666667%;
  }

  .l-cell-l-off-4 {
    margin-left: 33.33333333%;
  }

  .l-cell-l-off-3 {
    margin-left: 25%;
  }

  .l-cell-l-off-2 {
    margin-left: 16.66666667%;
  }

  .l-cell-l-off-1 {
    margin-left: 8.33333333%;
  }

  .l-cell-l-off-0 {
    margin-left: 0%;
  }
}
/* Grid layout - Flexbox
========================================================================== */
.l-row--flex {
  display: flex;
  flex-wrap: wrap;
}

.l-container-view-centered {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.l-container-flex {
  display: flex;
  justify-content: center;
  height: 100%;
  clear: both;
  max-width: 100%;
}
.l-container-flex.align-left {
  justify-content: left;
}
.l-container-flex.align-right {
  justify-content: right;
}
.l-container-flex.align-middle {
  align-items: center;
}
.l-container-flex .vertical-center {
  align-self: center;
}

.l-flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.vertical-center {
  align-self: center;
}

.flex-vertical {
  flex-direction: column;
}

/* ========================================================================
   #LAYOUT - UTILITIES
   ======================================================================== */
/* Margin: All
==========================================================================*/
.u-m-auto {
  margin: 0 auto;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-15 {
  margin: 15px;
}

.u-m-30 {
  margin: 30px;
}

.u-m-60 {
  margin: 60px;
}

.u-m-90 {
  margin: 90px;
}

.u-m-120 {
  margin: 120px;
}

/* Margin: Top
==========================================================================*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-27 {
  margin-top: 27px;
}

.u-mt-30 {
  margin-top: 30px !important;
}
@media (max-width: 991px) {
  .u-mt-30 {
    margin-top: 15px !important;
  }
}

@media (max-width: 991px) {
  .u-mt-30--responsive {
    margin-top: 30px;
  }
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-44 {
  margin-top: 44px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mt-50 {
  margin-top: 45px;
}

.u-mt-60 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .u-mt-60 {
    margin-top: 30px;
  }
}

.u-mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .u-mt-70 {
    margin-top: 35px;
  }
}

.u-mt-90 {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .u-mt-90 {
    margin-top: 45px;
  }
}

.u-mt-120 {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .u-mt-120 {
    margin-top: 60px;
  }
}

.u-mt-30--responsive {
  margin-top: 0;
}
@media (max-width: 991px) {
  .u-mt-30--responsive {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .u-mt--20 {
    margin-top: -20px;
  }
}

.u-mt--4 {
  margin-top: -4px;
}

/* Margin: Bottom
==========================================================================*/
.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .u-mb-5--responsive {
    margin-bottom: 5px;
  }
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .u-mb-30 {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .u-mb-30--responsive {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .u-mb-30--responsive-l {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .u-mb-30--responsive-l {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .u-mb-30--responsive-m {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .u-mb-30--responsive-m {
    margin-bottom: 15px;
  }
}

.u-mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .u-mb-50 {
    margin-bottom: 25px;
  }
}

.u-mb-60 {
  margin-bottom: 60px !important;
}
@media (max-width: 991px) {
  .u-mb-60 {
    margin-bottom: 30px !important;
  }
}

.u-mb-90 {
  margin-bottom: 90px !important;
}
@media (max-width: 991px) {
  .u-mb-90 {
    margin-bottom: 45px !important;
  }
}

.u-mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .u-mb-0--responsive {
    margin-bottom: 0px;
  }
}

.u-mb-30--responsive {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .u-mb-30--responsive {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .u-mb-10--responsive {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .u-mb-10--responsive {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .u-mb-10--responsive {
    margin-bottom: 15px;
  }
}

.u-mb-20 {
  margin-bottom: 20px;
}

/* Margin: Left
==========================================================================*/
.u-ml-0 {
  margin-left: 0;
}

.u-ml-5 {
  margin-left: 5px;
}

.u-ml-15 {
  margin-left: 15px;
}

.u-ml-30 {
  margin-left: 30px;
}

.u-ml-60 {
  margin-left: 60px;
}

.u-ml-90 {
  margin-left: 90px;
}

.u-ml-120 {
  margin-left: 120px;
}

/* Margin: Left + Right
==========================================================================*/
.u-mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

/* Margin: Right
==========================================================================*/
.u-mr-0 {
  margin-right: 0;
}

.u-mr-6 {
  margin-right: 6px;
}

.u-mr-15 {
  margin-right: 15px;
}

.u-mr-30 {
  margin-right: 30px;
}

.u-mr-60 {
  margin-right: 60px;
}

.u-mr-90 {
  margin-right: 90px;
}

.u-mr-120 {
  margin-right: 120px;
}

/* Margin: Top + Bottom
==========================================================================*/
.u-mtb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.u-mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.u-mtb-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-mtb-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media all and (max-width: 991px) {
  .u-mtb-64 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.u-mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.u-mtb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .u-mtb-120 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.u-mtb-120__responsive {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1279px) {
  .u-mtb-120__responsive {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 991px) {
  .u-mtb-120__responsive {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/* Padding: All
==========================================================================*/
.u-p-0 {
  padding: 0;
}

.u-p-5 {
  padding: 5px;
}

.u-p-10 {
  padding: 10px;
}

.u-p-12 {
  padding: 12px;
}

.u-p-15 {
  padding: 15px;
}

.u-p-18 {
  padding: 18px;
}

.u-p-25 {
  padding: 25px;
}

.u-p-30 {
  padding: 30px;
}

.u-p-60 {
  padding: 60px;
}

.u-p-90 {
  padding: 90px;
}

.u-p-120 {
  padding: 120px;
}

@media (max-width: 991px) {
  .u-p-30--responsive {
    padding: 30px;
  }
}

/* Padding: Top
==========================================================================*/
.u-pt-0 {
  padding-top: 0;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pt-15 {
  padding-top: 15px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pt-30 {
  padding-top: 30px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pt-50 {
  padding-top: 50px;
}

.u-pt-60 {
  padding-top: 60px;
}

.u-pt-70 {
  padding-top: 70px;
}

.u-pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .u-pt-90 {
    padding-top: 45px;
  }
}

.u-pt-120 {
  padding-top: 120px;
}

/* Padding: Bottom
==========================================================================*/
.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-pb-15 {
  padding-bottom: 15px;
}

.u-pb-30 {
  padding-bottom: 30px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pb-60 {
  padding-bottom: 60px;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}
@media (max-width: 991px) {
  .u-pb-90 {
    padding-bottom: 45px !important;
  }
}

.u-pb-120 {
  padding-bottom: 120px;
}

.u-pb-120__m {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .u-pb-120__m {
    padding-bottom: 0;
  }
}

.u-pb-200 {
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .u-pb-200 {
    padding-bottom: 100px;
  }
}

/* Padding: Left
==========================================================================*/
.u-pl-0 {
  padding-left: 0;
}

.u-pl-10 {
  padding-left: 10px;
}

.u-pl-15 {
  padding-left: 15px;
}

.u-pl-30 {
  padding-left: 30px;
}

.u-pl-40 {
  padding-left: 40px;
}

.u-pl-60 {
  padding-left: 60px;
}

.u-pl-90 {
  padding-left: 90px;
}

.u-pl-120 {
  padding-left: 120px;
}

/* Padding: Right
==========================================================================*/
.u-pr-0 {
  padding-right: 0;
}

.u-pr-5 {
  padding-right: 5px;
}

.u-pr-15 {
  padding-right: 15px;
}

.u-pr-30 {
  padding-right: 30px;
}

.u-pr-60 {
  padding-right: 60px;
}

.u-pr-90 {
  padding-right: 90px;
}

.u-pr-120 {
  padding-right: 120px;
}

/* Padding: Left + Right
==========================================================================*/
@media (max-width: 991px) {
  .u-plr-60--responsive {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .u-plr-60--responsive {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.u-plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.u-plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.u-pl-30--m {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .u-pl-30--m {
    padding-left: 0;
  }
}

.u-pr-30--m {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .u-pr-30--m {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .u-plr-15--responsive {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.u-plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media (max-width: 991px) {
  .u-plr-0--responsive {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Padding: Top + Bottom
==========================================================================*/
.u-ptb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.u-ptb-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.u-ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-ptb-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.u-ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .u-ptb-30 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.u-ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .u-ptb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.u-ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.u-ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Typography
==========================================================================*/
.u-text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-text-center--responsive {
    text-align: center;
  }
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-text-left--responsive {
    text-align: left;
  }
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

.u-text-lowercase {
  text-transform: lowercase;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-capital {
  text-transform: capitalize;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-italic {
  font-style: italic;
}

.u-fs-25 {
  font-size: 25px;
}

.u-fs-18 {
  font-size: 18px;
}

.u-fs-16 {
  font-size: 16px;
}

.u-fs-14 {
  font-size: 14px;
}

/* Float
==========================================================================*/
.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

@media screen and (max-width: 991px) {
  .u-float-right-s {
    float: right;
  }
}
/* Flex
==========================================================================*/
.u-flex-none {
  flex: none;
}
@media screen and (max-width: 767px) {
  .u-flex-none {
    flex: 100%;
  }
}

@media (max-width: 991px) {
  .u-flex-none--responsive {
    flex: 100%;
  }
}

.u-flex,
.u-flex-one {
  flex: 1;
}

.u-flex-cell-m {
  flex: 1;
}
@media (max-width: 991px) {
  .u-flex-cell-m {
    flex: 100%;
  }
}

/* Visible
==========================================================================*/
.u-visible-x,
.u-visible-s,
.u-visible-m,
.u-visible-l {
  display: none;
}

@media (max-width: 767px) {
  .u-visible-x {
    display: block;
  }

  table.u-visible-x {
    display: table;
  }

  tr.u-visible-x {
    display: table-row;
  }

  th.u-visible-x,
td.u-visible-x {
    display: table-cell;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-visible-s {
    display: block;
  }

  table.u-visible-s {
    display: table;
  }

  tr.u-visible-s {
    display: table-row;
  }

  th.u-visible-s,
td.u-visible-s {
    display: table-cell;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-visible-m {
    display: block;
  }

  table.u-visible-m {
    display: table;
  }

  tr.u-visible-m {
    display: table-row;
  }

  th.u-visible-m,
td.u-visible-m {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .u-visible-l {
    display: block;
  }

  table.u-visible-l {
    display: table;
  }

  tr.u-visible-l {
    display: table-row;
  }

  th.u-visible-l,
td.u-visible-l {
    display: table-cell;
  }
}
/* Hidden
==========================================================================*/
.u-invisible {
  visibility: hidden;
}

.u-hidden {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 767px) {
  .u-hidden-x {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-hidden-s {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-hidden-m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .u-hidden-l {
    display: none !important;
  }
}
/* Widths
==========================================================================*/
.u-max-width {
  max-width: 100% !important;
}

.u-full-width {
  width: 100%;
}

.u-view-width {
  width: 100vw;
}

.u-width-80 {
  width: 80%;
}

.u-width-70 {
  width: 70%;
}

.u-width-60 {
  width: 60%;
}

.u-half-width {
  width: 50%;
}

@media (max-width: 1199px) {
  .u-half-width--responsive {
    width: 50%;
  }
}

.u-width-40 {
  width: 40%;
}

@media (max-width: 991px) {
  .u-width-40--responsive {
    width: 40%;
  }
}

.u-width-35 {
  width: 35%;
}

.u-width-33 {
  width: 33.3%;
}

.u-width-30 {
  width: 30%;
}

.u-width-25 {
  width: 25%;
}

.u-width-20 {
  width: 20%;
}

.u-min-width-130 {
  min-width: 130px;
}

/* Display
==========================================================================*/
.u-display-table {
  display: table;
  margin: 0 auto;
}

.u-display-inline {
  display: inline-block;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-flex {
  display: inline-flex;
}

.u-display-inline__m {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-display-inline__m {
    display: block;
  }
}

/* Position
==========================================================================*/
.u-p-relative {
  position: relative;
}

.u-p-absolute {
  position: absolute;
}

.u-top-5 {
  top: 5px;
}

.u-top-6 {
  top: 6px;
}

/* Clear
==========================================================================*/
.u-clear-both {
  clear: both;
}

/* Border
==========================================================================*/
.u-border-bottom--grey {
  border-bottom: 1px solid #DDDDDD;
}

.u-border-top--grey {
  border-top: 1px solid #DDDDDD;
}

.u-border-none {
  border: none !important;
}

/* Height
==========================================================================*/
.u-height-40 {
  height: 40px;
}

.u-height-50 {
  height: 50px;
}

.u-min-height-275 {
  min-height: 275px;
}

.u-min-height-300 {
  min-height: 300px;
}

.u-min-height-305 {
  min-height: 305px;
}

.u-full-height {
  height: 100%;
}

/* Lists
==========================================================================*/
.u-list-style-bullet {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1em;
}

@media all and (max-width: 1199px) {
  .u-width-80px {
    width: 80px;
  }
}
/* Box-Shadow{
============================================================================
 */
.u-box-shadow-0 {
  box-shadow: none !important;
}

.u-lock-scroll {
  overflow: hidden;
}

.u-wh-full {
  width: 100%;
  height: 100%;
}

.u-trans-all {
  transition: all 0.3s ease-in-out;
}

.overlay-dark1 {
  background: rgba(0, 0, 0, 0.26);
}

.overlay-dark-2 {
  background: rgba(0, 0, 0, 0.36);
}

.overlay-dark2 {
  background: rgba(40, 40, 40, 0.58);
}

/* clear default style{
============================================================================
 */
.u-default-none {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

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

.u-overflow-hide {
  overflow: hidden;
}

.u-bg-white {
  background: #ffffff;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.eot?8ovvqt");
  src: url("/fonts/icomoon/icomoon.eot?8ovvqt#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?8ovvqt") format("truetype"), url("/fonts/icomoon/icomoon.woff?8ovvqt") format("woff"), url("/fonts/icomoon/icomoon.svg?8ovvqt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chev-r:before, .is-mobile-nav header .btn-menu:before {
  content: "";
}

.icon-chev-l {
  content: "";
  display: inline-block;
  transform: rotate(180deg);
}

.icon-menu:before, header .btn-menu:before {
  content: "";
}

.icon-plus-slim:before {
  content: "";
}

.icon-plus:before, .story-accordion .story-accordion-inner .story-content .cta__read-more i:before {
  content: "";
}

.icon-minus:before, .story-accordion.open .story-content .cta__read-more i:before {
  content: "";
}

.icon-wechat:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-ic-direction:before {
  content: "";
}

.icon-ic-mail:before {
  content: "";
}

.icon-ic-twitter:before {
  content: "";
}

.icon-ic-down-ar:before {
  content: "";
}

.icon-ic-delete:before {
  content: "";
}

.icon-attach:before {
  content: "";
}

.icon-close {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.icon-close:before, .icon-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #3C3737;
  border-radius: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  transition: transform 0.3s ease-in-out;
}
.icon-close:before {
  transform: rotate(-45deg);
}
.icon-close:after {
  transform: rotate(45deg);
}
.icon-close:hover:before, .icon-close:hover:after {
  background-color: #053C6C;
}
.icon-close:hover:before {
  transform: rotate(45deg);
}
.icon-close:hover:after {
  transform: rotate(-45deg);
}
.icon-close:active:before, .icon-close:active:after {
  background-color: #001741;
}

html {
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-family: "Calibri Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

pre {
  display: block;
  padding: 15px;
  font-size: 0.9em;
  white-space: pre-line;
  line-height: 1.6;
  font-family: arial, sans-serif;
  color: #fff;
  background: #FFFFFF;
}

blockquote {
  position: relative;
  quotes: "“" "”" "‘" "’";
}

cite {
  display: inline-block;
}

p {
  margin: 0 0 0 0;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

.text--normal {
  font-weight: 400;
}

.text--medium {
  font-weight: 500;
}

.text--black, .subtitle {
  font-weight: 800;
}

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

.text--justify {
  text-align: justify;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--xxxl, .hero-container .hero-title {
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .text--xxxl, .hero-container .hero-title {
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .text--xxxl, .hero-container .hero-title {
    font-size: 32px;
    line-height: 34px;
  }
}

.text--xxl {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .text--xxl {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 420px) {
  .text--xxl {
    font-size: 28px;
    line-height: 30px;
  }
}

.text--xl {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .text--xl {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 420px) {
  .text--xl {
    font-size: 24px;
    line-height: 1.2;
  }
}

.text--l, .subtitle {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .text--l, .subtitle {
    font-size: 22px;
    line-height: 1.2;
  }
}

.text--m {
  font-size: 18px;
  line-height: 1.3;
}

.text--s {
  font-size: 17px;
  line-height: 1.3;
}

.text--xs {
  font-size: 16px;
  line-height: 1.4;
}
.zh .text--xs {
  font-size: 18px;
  line-height: 1.4;
}

.text--xxs {
  font-size: 15px;
  line-height: 1.5;
}

.text--xxxs {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .text--xxxs {
    font-size: 12px;
    line-height: 1.6;
  }
}
.zh .text--xxxs {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .zh .text--xxxs {
    font-size: 14px;
    line-height: 1.6;
  }
}

.text--xxxxs {
  font-size: 12px;
  line-height: 1.6;
}

.text--strong {
  font-weight: 800;
}

.text--emph {
  font-style: italic;
}

.text--caps {
  text-transform: uppercase;
}

.text--white {
  color: #ffffff;
}

/*.text--body {
  color: color(greyDarkestest);
}

.text--muted {
  color: color(greyDarkest);
}


.text--highlighted {
  color: color(yellow);
}

.text--dark {
  color: color(blueDarker);
}

.text--darker {
  color: color(blueDarkest);
}

.text--darkest {
  color: color(blueDarkestest);
}*/
.text--shadow-m {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.subtitle {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 420px) {
  .subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
}

.text__header {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .text__header {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 550px) {
  .text__header {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

.text__header-2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .text__header-2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 550px) {
  .text__header-2 {
    font-size: 26px;
    letter-spacing: -1px;
  }
}

.text-no-break--responsive {
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .text-no-break--responsive {
    white-space: unset;
  }
}

h1 {
  font-family: "Calibri Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  font-family: "Calibri Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

.link-base {
  cursor: pointer;
  transition: color 0.3s;
}

.btn-wrap {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0 32px;
}

.btn {
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  .btn {
    margin-bottom: 30px;
  }
}

.btn-primary, .btn-fb, .btn-linkin, .btn-wechat {
  padding: 15px 50px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Barlow SemiBold";
  border-radius: 4px;
  background-color: #75625C;
  color: #ffffff;
}
.btn-primary:hover, .btn-fb:hover, .btn-linkin:hover, .btn-wechat:hover {
  background-color: #36324b;
}
.btn-primary:active, .btn-fb:active, .btn-linkin:active, .btn-wechat:active {
  background-color: #001741;
}
@media all and (max-width: 991px) {
  .btn-primary, .btn-fb, .btn-linkin, .btn-wechat {
    width: 100%;
  }
}

.btn-secondary {
  padding: 15px 50px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  font-family: "Barlow SemiBold";
  background-color: #75625C;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #9C5B4F;
}
.btn-secondary:active {
  background-color: #9C5B4F;
}
@media all and (max-width: 991px) {
  .btn-secondary {
    width: 100%;
  }
}

.btn-trans {
  padding: 15px 50px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #75625C;
  color: #ffffff;
}
.btn-trans:hover {
  background-color: #9C5B4F;
  border: 2px solid #9C5B4F;
}
.btn-trans:active {
  background-color: #9C5B4F;
  border: 2px solid #9C5B4F;
}

.btn-nav-sqr {
  width: 72px;
  height: 72px;
  line-height: 72px;
  display: inline-block;
  float: left;
  color: #ffffff;
  background-color: #003B6E;
  font-family: "Calibri Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-nav-sqr.active {
  background-color: #9C5B4F;
}
@media all and (max-width: 991px) {
  .btn-nav-sqr {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}

.btn--link {
  color: #75625C;
  font-family: "Barlow Regular";
}
.btn--link:hover {
  color: #003B6E;
}
.btn--link:focus {
  color: #75625C;
  text-decoration: underline;
}
.btn--link:active {
  color: #75625C;
}

.btn-menu {
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  float: left;
  color: #3C3737;
  background-color: #ffffff;
  font-family: "Calibri Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  cursor: pointer;
}

.btn-wechat {
  width: 100%;
  border: 2px solid #76B23D;
  background-color: #76B23D;
}
.btn-wechat i {
  margin-left: 15px;
}
.btn-wechat:hover {
  background-color: #ffffff;
  color: #76B23D;
}
@media all and (max-width: 991px) {
  .btn-wechat i {
    margin-left: 8px;
  }
}

.btn-linkin {
  width: 100%;
  border: 2px solid #0077B5;
  background-color: #0077B5;
}
.btn-linkin i {
  margin-left: 15px;
}
.btn-linkin:hover {
  background-color: #ffffff;
  color: #0077B5;
}
@media all and (max-width: 991px) {
  .btn-linkin i {
    margin-left: 8px;
  }
}

.btn-fb {
  width: 100%;
  border: 2px solid #4267B2;
  background-color: #4267B2;
}
.btn-fb i {
  margin-left: 15px;
}
.btn-fb:hover {
  background-color: #ffffff;
  color: #4267B2;
}
@media all and (max-width: 991px) {
  .btn-fb i {
    margin-left: 8px;
  }
}

.bg-full-white {
  background-color: #ffffff;
  color: #3C3737;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 64px;
  margin: 64px auto;
}
@media all and (max-width: 991px) {
  .bg-full-white {
    padding: 32px 16px;
    margin: 32px 16px 64px;
  }
}

.sitemap-list {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.sitemap-list li {
  display: block;
}
.sitemap-list li a {
  display: inline-block;
  padding: 15px;
  text-align: left;
}
.sitemap-list li a:hover {
  background-color: #D7D0CC;
}

.block-container {
  margin: 64px auto;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 991px) {
  .block-container {
    margin: 32px auto;
  }
}

.slick-track {
  float: left;
  display: flex !important;
  min-width: 100%;
}

.slick-slide {
  height: inherit !important;
}

header {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
header .btn-menu {
  font-family: "icomoon";
}
.is-mobile-nav header .btn-menu {
  transform: rotate(180deg);
  display: inline-block;
  font-size: 18px;
}

.navbar {
  display: flex;
  height: 72px;
  justify-content: left;
}
@media (min-width: 1300px) {
  .navbar {
    justify-content: space-between;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
    height: 56px;
  }
}

.logo-container {
  z-index: 1;
}

.logo {
  width: 240px;
  padding: 0;
  transition: width 0.3s linear, padding 0.6s ease-in-out;
}
.logo .logo-image {
  width: 95%;
  height: auto;
}
.scrolled .logo {
  width: 76px;
}
@media all and (max-width: 991px) {
  .logo {
    width: 160px;
    float: left;
  }
  .scrolled .logo, .is-mobile-nav .logo {
    width: 59px;
  }
}

.nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Barlow Regular";
}
.nav > ul > li {
  height: 100%;
  position: relative;
}
.nav > ul > li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 16px;
}
.nav > ul > li a:hover {
  background-color: #D7D0CC;
}
.nav > ul > li a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 8px;
  background-color: transparent;
  transition: width 0.3s;
}
.nav > ul > li.active a span:before {
  width: calc(100% - 32px);
  background-color: #9C5B4F;
}
.nav > ul > li.active a:hover {
  background-color: #ffffff;
}
.nav > ul > li.has-dropdown > a {
  cursor: pointer;
}
.nav > ul > li.has-dropdown > a:after {
  display: none;
}
.nav > ul > li.has-dropdown .dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 10;
  border-top: 3px solid #9C5B4F;
}
.nav > ul > li.has-dropdown .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  min-width: 220px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 10;
  border-top: 3px solid #9C5B4F;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.nav > ul > li.has-dropdown .dropdown-menu li {
  display: block;
  height: auto;
  float: none;
}
.nav > ul > li.has-dropdown .dropdown-menu li a {
  display: block;
  height: auto;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 14px;
  background-color: #ffffff;
  transition: background-color 0.2s, padding-left 0.2s;
}
.nav > ul > li.has-dropdown .dropdown-menu li a:hover {
  background-color: #D7D0CC;
  padding-left: 24px;
}
.nav > ul > li.has-dropdown .dropdown-menu li a span:before {
  display: none;
}
.nav > ul > li.has-dropdown .dropdown-menu li.active a {
  color: #9C5B4F;
  font-weight: 600;
}
.nav > ul > li.has-dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media all and (max-width: 991px) {
  .nav {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 70%;
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    transition: left 0.3s ease-in-out;
  }
  .is-mobile-nav .nav {
    left: 0;
  }
  .nav > ul {
    display: block;
    margin: 56px 0;
  }
  .nav ul li {
    height: auto;
  }
  .nav ul li a {
    height: 48px;
    line-height: 48px;
  }
  .nav ul li a span {
    position: relative;
  }
  .nav ul li.active a span:before {
    width: 100%;
  }
  .nav ul li.has-dropdown .dropdown-panel {
    position: static;
    box-shadow: none;
    border-top: none;
    min-width: auto;
  }
  .nav ul li.has-dropdown .dropdown-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
    border-top: none;
    min-width: auto;
    transition: none;
  }
  .nav ul li.has-dropdown.is-open > .dropdown-menu {
    display: block;
  }
  .nav ul li.has-dropdown:hover > .dropdown-menu {
    display: none;
    visibility: hidden;
  }
  .nav ul li.has-dropdown.is-open:hover > .dropdown-menu {
    display: block;
    visibility: visible;
  }
  .nav ul li.has-dropdown .dropdown-menu li a {
    padding-left: 32px;
  }
  .nav ul li.has-dropdown .dropdown-menu li a:hover {
    padding-left: 36px;
  }
}

.language-switch {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}

footer {
  padding: 64px 0 120px;
  background-color: #D7D0CC;
  position: relative;
  font-family: "Barlow Regular";
}
footer .nav {
  height: 72px;
  float: right;
}
footer .nav ul li a {
  background-color: transparent;
  color: #000000;
}
footer .nav ul li a:hover {
  color: #3C3737;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
footer .footer-logo {
  width: 152px;
  display: inline-block;
  padding: 0;
  transition: width 0.3s linear, padding 0.6s ease-in-out;
}
footer .footer-logo .footer-logo-image {
  width: 100%;
  height: auto;
  min-height: 150px;
}
footer .copy-right {
  margin: 20px 2px 120px 5px;
}
footer .copy-right span, footer .copy-right a {
  color: #000000;
  padding: 0 10px;
  font-size: 16px;
  position: relative;
}
footer .copy-right span:before, footer .copy-right a:before {
  content: "";
  width: 2px;
  font-weight: bold;
  position: absolute;
  top: 4px;
  right: 0;
  height: 13px;
  background-color: #000000;
}
footer .copy-right a:last-child:before {
  display: none;
}
@media all and (max-width: 991px) {
  footer {
    padding: 40px 16px;
  }
  footer .footer-inner {
    justify-content: left;
    flex-direction: column;
  }
  footer .copy-right {
    max-width: 100%;
    margin: 30px -10px 0;
  }
  footer .nav {
    display: block;
    width: 100%;
    margin-top: 30px;
    height: auto;
    float: left;
    position: relative;
    left: auto;
    background: transparent;
    box-shadow: none;
  }
  footer .nav ul {
    display: block;
    margin: 0;
  }
  footer .nav ul li {
    padding: 0;
    margin: 0;
  }
  footer .nav ul li a {
    height: 48px;
    line-height: 48px;
    padding: 0;
    display: inline-block;
  }
  footer .nav ul li a span {
    display: block;
  }
}

.footer-eim-safeguard {
  display: flex;
  color: #000000;
  flex-direction: column;
  gap: 8px;
  margin: 32px 0 0 14px;
}
.footer-eim-safeguard .safeguard-title {
  font-size: 18px;
  font-weight: 600;
}
.footer-eim-safeguard .safeguard-intro {
  font-size: 16px;
  max-width: 600px;
}
.footer-eim-safeguard .safeguard-intro a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .footer-eim-safeguard {
    margin: 24px 0 0 0;
  }
}

main {
  display: flex;
  flex-direction: column;
  margin-top: 72px;
}
@media all and (max-width: 991px) {
  main {
    margin-top: 56px;
  }
}

.hero-container {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 35%;
  position: relative;
  overflow: hidden;
}
.hero-container .hero-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-container.no-banner {
  padding-bottom: 27.6%;
}
.hero-container.no-banner .hero-title-mid {
  top: 62%;
}
@media all and (max-width: 991px) {
  .hero-container.no-banner {
    padding-bottom: 42%;
  }
}
.hero-container .hero-title-mid {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-container .hero-title {
  width: 70%;
  color: #383047;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
  font-family: "Lora Regular";
}
.hero-container .hero-title.blue {
  color: #383047;
  text-shadow: none;
}
.hero-container .hero-title.text-white {
  color: #ffffff;
  text-shadow: none;
}
.hero-container .hero-title span {
  display: block;
}
@media all and (max-width: 991px) {
  .hero-container {
    padding-bottom: 75.6%;
  }
  .hero-container .hero-image {
    min-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .hero-container .hero-title-mid {
    top: unset;
    bottom: 32px;
    padding: 0 16px;
  }
  .hero-container .hero-title {
    width: 95%;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
@media all and (max-width: 800px) {
  .cards {
    margin: -8px;
  }
}
@media all and (max-width: 640px) {
  .cards {
    margin: -8px;
  }
}

.card {
  position: relative;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(33% - 24px);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
  margin: 12px;
  overflow: hidden;
  border-radius: 2px;
  display: flex;
  background-color: #ffffff;
}
.card:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.card:hover .card__image, .card:hover .card-image {
  transform: scale(1.1);
}
@media all and (max-width: 800px) {
  .card {
    flex-basis: calc(50% - 32px);
    margin: 8px;
  }
}
@media all and (max-width: 640px) {
  .card {
    flex-basis: calc(100% - 16px);
    margin: 8px;
  }
}
.card.card--s {
  flex-basis: calc(25% - 24px);
}
@media all and (max-width: 800px) {
  .card.card--s {
    flex-basis: calc(50% - 32px);
    margin: 8px;
  }
}
@media all and (max-width: 640px) {
  .card.card--s {
    flex-basis: calc(100% - 16px);
    margin: 8px;
  }
}
.card.card--l {
  flex-basis: calc(50% - 24px);
}
@media all and (max-width: 800px) {
  .card.card--l {
    flex-basis: calc(50% - 32px);
    margin: 8px;
  }
}
@media all and (max-width: 640px) {
  .card.card--l {
    flex-basis: calc(100% - 16px);
    margin: 8px;
  }
}

.card__image {
  width: 100%;
  height: auto;
}

.card__bg {
  padding-bottom: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.card--s .card__bg {
  padding-bottom: 62%;
}
.card--l .card__bg {
  padding-bottom: 62%;
}
.card__bg .card-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
}
.card__bg .card-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card__bg:before {
  background-image: unset;
}

.card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-self: flex-end;
}
@media all and (max-width: 991px) {
  .card__content {
    padding: 15px;
  }
  .card__content .title {
    padding-bottom: 15px;
  }
  .card__content .intro {
    padding-bottom: 15px;
  }
  .card__content .cta__link {
    padding-bottom: 15px;
  }
  .card__content .description {
    margin-bottom: unset;
  }
}
.card__content .title {
  font-family: "Titillium Regular";
  font-size: 20px;
  line-height: 1.3;
  color: #9C5B4F;
  margin-bottom: 8px;
  height: auto;
  overflow: hidden;
}
.card__content .intro {
  font-family: "Barlow Regular";
  font-size: 13px;
  line-height: 16px;
  color: #3C3737;
  padding-bottom: 8px;
  height: auto;
  overflow: hidden;
}
.card__content .date {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "Barlow Regular";
}
.card__content .author {
  font-family: "Calibri Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow Regular";
}
.card__content .description {
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: "Titillium Regular";
  font-size: 20px;
  line-height: 26px;
  height: 76px;
  overflow: hidden;
  color: #9C5B4F;
}
.card__content .cta__link {
  padding: 24px 24px 0;
  margin-left: -24px;
  font-size: 16px;
  font-family: "Barlow SemiBold";
  color: #75625C;
}

.brand-container {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.brand-container .brand-item {
  background-color: #D7D0CC;
  position: relative;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(33.3% - 8px);
  flex-direction: column;
  margin: 4px;
  padding: 32px;
}
.brand-container .brand-item img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1280px) {
  .brand-container .brand-item {
    padding: 16px;
  }
}
@media all and (max-width: 991px) {
  .brand-container .brand-item {
    flex-basis: calc(50% - 8px);
  }
}

.community-slider {
  display: block;
}
@media all and (max-width: 640px) {
  .community-slider {
    width: 80%;
    position: relative;
    display: block;
  }
  .community-slider .slick-list {
    overflow: visible;
  }
}

.title-container {
  display: flex;
  margin: 0 auto 24px;
  position: relative;
  flex-direction: column;
}
.title-container .title, .title-container h2 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "Lora Regular";
  color: #ffffff;
}
.title-container .intro, .title-container h3, .title-container p {
  font-size: 32px;
  line-height: 34px;
  font-family: "Lora Regular";
  color: #ffffff;
  margin-top: 52px;
}
.title-container .intro:first-child, .title-container h3:first-child, .title-container p:first-child {
  margin-top: 0;
}
.title-container.blue .title, .title-container.blue .intro {
  color: #383047;
}
@media all and (max-width: 991px) {
  .title-container {
    margin: 0px auto 24px;
  }
  .title-container .title, .title-container h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .title-container .intro, .title-container h3, .title-container p {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
}

.bg-leading {
  position: absolute;
  top: -64px;
  background-color: #9C5B4F;
}
.bg-leading.left {
  left: -80px;
  width: 70%;
  padding-bottom: 40%;
}
.bg-leading.right {
  right: -80px;
  width: 70%;
  padding-bottom: 40%;
}
.bg-leading.full {
  width: calc(100% + 160px);
  margin: 0 -80px;
  padding-bottom: 35%;
}
@media all and (max-width: 1048px) {
  .bg-leading.full {
    padding-bottom: 42%;
  }
}
@media all and (max-width: 991px) {
  .bg-leading.left {
    top: -32px;
    left: -16px;
    width: calc(100% + 16px);
    padding-bottom: 77%;
  }
  .bg-leading.full {
    top: -32px;
    left: -16px;
    margin: 0;
    width: calc(100% + 16px);
    padding-bottom: 77%;
  }
}

.bg-leading-intro {
  position: relative;
  width: calc(100% + 160px);
  margin: 0 -80px;
  padding: 64px 80px 120px;
  background-color: #383047;
  font-size: 32px;
  line-height: 34px;
  font-family: "Lora Regular";
  color: #ffffff;
}
@media all and (max-width: 991px) {
  .bg-leading-intro {
    font-size: 24px;
    line-height: 30px;
    width: calc(100% + 16px);
    margin-left: -16px;
    padding: 32px 16px 64px;
  }
}

.large-promo {
  margin: 64px -80px;
  display: flex;
}
.large-promo:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.large-promo:last-child {
  margin-bottom: 0;
}
.large-promo .large-promo__image {
  z-index: 1;
}
.large-promo .large-promo__content {
  position: relative;
  margin: 64px 0 0px -120px;
  padding: 64px 80px 64px 144px;
  background-color: #383047;
  min-width: 60%;
}
.large-promo .large-promo__content .title {
  color: #ffffff;
  font-family: "Titillium Regular";
  font-size: 24px;
  line-height: 30px;
}
.large-promo .large-promo__content .desc {
  font-size: 24px;
  line-height: 30px;
  font-family: "Barlow Regular";
  color: #D7D0CC;
  margin-top: 24px;
}
.large-promo .large-promo__content .desc-small {
  font-size: 16px;
  font-family: "Barlow Regular";
  color: #ffffff;
  margin-top: 24px;
}
.large-promo .large-promo__content .desc-small strong {
  font-family: "Calibri Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.large-promo .large-promo__content .cta {
  margin-top: 24px;
}
.large-promo.right {
  direction: rtl;
}
.large-promo.right .large-promo__content {
  direction: ltr;
  text-align: left;
  margin: 64px -120px 0px 0px;
  padding: 64px 144px 64px 80px;
}
.large-promo.large-promo-accordion .cta {
  display: none;
}
.large-promo.large-promo-accordion .cta .btn {
  width: 100%;
  position: relative;
  text-align: left;
  padding-left: 24px;
}
.large-promo.large-promo-accordion .cta .btn i {
  position: absolute;
  top: 19px;
  right: 24px;
}
@media all and (max-width: 991px) {
  .large-promo {
    margin: 32px -16px;
    flex-direction: column;
  }
  .large-promo:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .large-promo:last-child {
    margin-bottom: 0;
  }
  .large-promo.right .large-promo__content {
    margin: 0 auto;
    padding: 40px 16px;
  }
  .large-promo.large-promo-accordion .cta {
    display: block;
  }
  .large-promo.large-promo-accordion .cta .btn span {
    display: inline-block;
  }
  .large-promo.large-promo-accordion .cta .btn span.active {
    display: none;
  }
  .large-promo.large-promo-accordion .desc-small {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .large-promo.large-promo-accordion.open .desc-small {
    max-height: 1000px;
  }
  .large-promo.large-promo-accordion.open .cta .btn span {
    display: none;
  }
  .large-promo.large-promo-accordion.open .cta .btn span.active {
    display: inline-block;
  }
  .large-promo.large-promo-accordion.open .cta .btn i:before {
    content: "";
    width: 15px;
    height: 1.5px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 7px;
  }
  .large-promo .large-promo__image {
    display: flex;
    flex-direction: column;
  }
  .large-promo .large-promo__image img {
    width: 100%;
    height: auto;
  }
  .large-promo .large-promo__content {
    margin: 0 auto;
    padding: 40px 16px;
    width: 100%;
  }
  .large-promo .large-promo__content .desc {
    font-size: 20px;
    line-height: 26px;
    margin-top: 16px;
  }
  .large-promo .large-promo__content .desc-small {
    margin-top: 16px;
  }
}

.body-copy-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 704px;
  position: relative;
  color: #3C3737;
  font-family: "Barlow Regular";
  margin: 24px 0;
}
.body-copy-container h2, .body-copy-container h3, .body-copy-container p {
  position: relative;
}
.body-copy-container h1 {
  font-family: "Lora Regular";
  color: #383047;
}
.body-copy-container h2 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "Titillium Regular";
  color: #383047;
  margin-bottom: 20px;
}
.body-copy-container h3 {
  font-size: 24px;
  line-height: 30px;
  color: #75625C;
  font-family: "Barlow Regular";
  z-index: 1;
  margin-top: 32px;
  font-weight: unset;
}
.body-copy-container h3:first-of-type {
  margin-top: 0px;
}
.body-copy-container p {
  margin: 30px auto 0;
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.body-copy-container p.quote-box {
  background: #D7D0CC;
  border-left: 5px solid #9C5B4F !important;
}
.body-copy-container p.quote-name {
  color: #9C5B4F;
}
.body-copy-container a {
  color: #9C5B4F;
  transition: color 0.3s;
}
.body-copy-container a:hover {
  color: #9C5B4F;
}
.body-copy-container a:active {
  color: #9C5B4F;
}
.body-copy-container.leading-top {
  margin-top: -64px;
}
.body-copy-container.leading-top.on-banner {
  margin-top: 0;
}
.body-copy-container.leading-top .leading-white {
  width: 832px;
  height: 66px;
  margin: 0 -64px;
  position: absolute;
  top: 0;
  background-color: #ffffff;
}
.body-copy-container.leading-top h3:first-of-type {
  margin-top: 32px;
}
@media all and (max-width: 991px) {
  .body-copy-container.leading-top {
    margin-top: -32px;
  }
  .body-copy-container.leading-top.on-banner {
    margin-top: 0px;
  }
  .body-copy-container.leading-top .leading-white {
    width: 100%;
    margin: 0 auto;
    height: 33px;
  }
  .body-copy-container.leading-top h3:first-of-type {
    padding-left: 16px;
    margin-top: 16px;
  }
}
.body-copy-container.leading-top.white {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .body-copy-container {
    margin: 32px auto 10px;
  }
  .body-copy-container h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .body-copy-container h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 16px;
  }
  .body-copy-container p {
    margin: 16px auto 0;
  }
}

.story-container {
  position: relative;
  margin-bottom: 32px;
}
.story-container.leading {
  margin-top: -64px;
}
@media all and (max-width: 991px) {
  .story-container.leading {
    margin-top: -32px;
  }
}
@media all and (max-width: 991px) {
  .story-container {
    margin-bottom: 16px;
  }
}

.story-accordion {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 24px 24px 16px;
  margin-bottom: 24px;
}
.story-accordion .story-accordion-inner {
  display: flex;
  min-height: 192px;
}
.story-accordion .story-accordion-inner .story-image {
  width: 192px;
  display: inline-block;
  float: left;
  margin-right: 48px;
}
.story-accordion .story-accordion-inner .story-image img {
  width: 100%;
  height: auto;
}
.story-accordion .story-accordion-inner .story-content {
  display: flex;
  float: left;
  flex-direction: column;
  position: relative;
}
.story-accordion .story-accordion-inner .story-content .title {
  font-family: "Lora Regular";
  color: #383047;
  font-size: 40px;
  line-height: 1.1;
}
.story-accordion .story-accordion-inner .story-content .role {
  margin-top: 12px;
  font-family: "Titillium Regular";
  font-size: 20px;
  line-height: 1.3;
  color: #9C5B4F;
}
.story-accordion .story-accordion-inner .story-content .cta__read-more {
  color: #383047;
  font-size: 16px;
  font-family: "Barlow SemiBold";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding-right: 24px;
  cursor: pointer;
  min-width: 97px;
}
.story-accordion .story-accordion-inner .story-content .cta__read-more span {
  display: inline;
}
.story-accordion .story-accordion-inner .story-content .cta__read-more span.active {
  display: none;
}
.story-accordion .story-accordion-inner .story-content .cta__read-more i {
  font-family: "icomoon";
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 0;
}
.story-accordion .story-accordion-collapse {
  display: block;
  margin-left: 240px;
  position: relative;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.story-accordion .story-accordion-collapse .story-collapse-inner {
  padding: 24px 24px 24px 0;
  color: #3C3737;
}
.story-accordion .story-accordion-collapse .story-collapse-inner p {
  font-family: "Barlow Regular";
}
.story-accordion.no-image .story-accordion-collapse {
  margin-left: unset;
}
.story-accordion.open .story-content .cta__read-more span {
  display: none;
}
.story-accordion.open .story-content .cta__read-more span.active {
  display: inline;
}
.story-accordion.open .story-accordion-collapse {
  max-height: 1000px;
}
@media all and (max-width: 991px) {
  .story-accordion {
    padding: 16px 16px 30px;
    margin-bottom: 16px;
  }
  .story-accordion .story-accordion-inner {
    min-height: 80px;
  }
  .story-accordion .story-accordion-inner .story-image {
    width: 72px;
    margin-right: 16px;
  }
  .story-accordion .story-accordion-inner .story-content .title {
    font-size: 24px;
    line-height: 26px;
  }
  .story-accordion .story-accordion-inner .story-content .role {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
  }
  .story-accordion .story-accordion-inner .story-content .cta__read-more {
    font-size: 14px;
    bottom: -20px;
    min-width: 88px;
  }
  .story-accordion .story-accordion-collapse {
    margin-left: unset;
  }
  .story-accordion .story-accordion-collapse .story-collapse-inner {
    padding: 16px 0;
  }
}

.news-header {
  margin-top: 216px;
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
}
.news-header .news-title-container {
  display: flex;
  flex-direction: column;
  margin-right: 10%;
}
.news-header .news-title-container .title {
  color: #383047;
  font-size: 48px;
  line-height: 48px;
  font-family: "Titillium Regular";
}
.news-header .news-title-container .date, .news-header .news-title-container .author {
  font-size: 13px;
  line-height: 16px;
  color: #3C3737;
  font-family: "Barlow Regular";
}
.news-header .news-title-container .date {
  font-family: "Barlow Regular";
  margin-top: 16px;
}
.news-header .news-social-share {
  display: flex;
  flex-direction: column;
  min-width: 240px;
  float: right;
}
@media all and (max-width: 991px) {
  .news-header {
    margin-top: 48px;
    display: block;
  }
  .news-header .news-title-container {
    margin: 0;
    padding: 0 16px 16px;
  }
  .news-header .news-title-container .title {
    font-size: 32px;
    line-height: 34px;
  }
  .news-header .news-social-share {
    min-width: 100%;
    flex-direction: row;
    padding-bottom: 16px;
    padding-right: 16px;
    margin: 0 -4px;
  }
  .news-header .news-social-share .btn {
    max-width: calc(33.3% - 8px);
    margin: 0 4px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
}

.lightbox-lite {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.lightbox-lite.open {
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 1;
}
.lightbox-lite.lightbox-lite-s .lightbox-lite__box {
  padding: 64px 24px 24px;
  background-color: #ffffff;
  display: inline-block;
  max-width: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox-lite.lightbox-lite-s .lightbox-lite__box .lightbox-lite-close {
  position: absolute;
  right: 0;
  top: 0;
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .cookie-popup {
    bottom: auto;
    top: 0;
    padding: 0 15px;
  }
}

.cookie-consent {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .cookie-consent {
    display: flex;
    flex-direction: column;
  }
}

.cookie-consent__message {
  display: block;
  color: #ffffff;
  font-family: "Calibri Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.cookie-consent__message a {
  color: #75625C;
  text-decoration: underline;
}

.cookie-consent__agree {
  cursor: pointer;
  margin: 30px 0;
  font-family: "Calibri Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.find-job-container {
  padding: 10px 0;
  position: relative;
}
.find-job-container #ourJobs {
  width: 2px;
  height: 2px;
  background: transparent;
  position: absolute;
  top: -50px;
}
.find-job-container .title-container {
  margin: 0 auto 24px;
}
.find-job-container .multiselect {
  position: relative;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  border: none;
  transition: 0.3s ease-in-out;
  outline: none;
}
.find-job-container .multiselect > .title {
  padding: 20px;
  background: #383047;
  border-radius: 4px;
  color: #ffffff;
}
.find-job-container .multiselect > .title > .text {
  max-width: 17ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 30px;
  display: block;
  float: left;
  position: relative;
  font-family: "Titillium Regular";
  width: 80%;
  top: -12px;
}
.find-job-container .multiselect > .title .click-down {
  width: 14px;
}
@media all and (max-width: 680px) {
  .find-job-container .multiselect > .title > .text {
    max-width: 36ch;
  }
  .find-job-container .multiselect > .title > .text.short {
    max-width: 5ch;
  }
}
.find-job-container .multiselect.pointer {
  cursor: pointer;
}
.find-job-container .multiselect > .title > .expand-icon,
.find-job-container .multiselect > .title > .close-icon {
  float: right;
  border: none;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  display: none;
  position: relative;
  top: -10px;
  right: -6px;
}
.find-job-container .multiselect > .title > .expand-icon .icon-ic-down-ar,
.find-job-container .multiselect > .title > .close-icon .icon-ic-down-ar {
  font-size: 16px;
  font-weight: bolder;
}
.find-job-container .multiselect > .title > .expand-icon .icon-ic-delete,
.find-job-container .multiselect > .title > .close-icon .icon-ic-delete {
  font-size: 16px;
  font-weight: bolder;
}
.find-job-container .multiselect.selection > .title > .expand-icon {
  display: none;
}
.find-job-container .multiselect > .title > .expand-icon,
.find-job-container .multiselect.selection > .title > .close-icon {
  display: block;
}
.find-job-container .multiselect > .title > .expand-icon:hover,
.find-job-container .multiselect > .title > .close-icon:hover {
  transform: scale(1.3);
}
.find-job-container .multiselect > .cus-dropdown {
  max-height: 300px;
  overflow: hidden;
  font-family: "Barlow regular";
  width: 100%;
  transition: 0.2s;
  position: absolute;
  z-index: 99;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
  font-weight: 500;
}
.find-job-container .multiselect.active:hover > .cus-dropdown {
  border-color: rgba(0, 0, 0, 0.3);
}
.find-job-container .multiselect > .cus-dropdown {
  display: none;
  cursor: pointer;
  transition: 0.2s;
}
.find-job-container .multiselect > .cus-dropdown > span {
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 500;
  white-space: pre-wrap;
  transition: 0.3s ease-in-out;
  line-height: 1.2;
}
.find-job-container .multiselect > .cus-dropdown > span.selected {
  background: #383047;
  color: #ffffff;
  position: relative;
}
.find-job-container .multiselect > .cus-dropdown > span.selected::before {
  content: "✔";
  position: absolute;
  right: 15px;
  top: 6px;
}
.find-job-container .multiselect > .cus-dropdown > span:hover {
  background: #383047;
  color: #ffffff;
}
.find-job-container .multiselect.active > .cus-dropdown {
  display: flex;
  flex-direction: column;
}
.find-job-container #DataTable {
  position: relative;
  box-sizing: border-box;
}
.find-job-container table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Barlow regular";
}
.find-job-container th {
  background: #ffffff;
  text-align: center;
  font-weight: bold;
}
.find-job-container td {
  padding: 6px 2px 6px 20px;
  text-align: left;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #000000;
  font-size: 18px;
  max-width: 100px;
  line-height: 1.3;
}
@media all and (max-width: 800px) {
  .find-job-container td {
    font-size: 16px;
    padding: 10px 2px;
  }
}
@media all and (max-width: 700px) {
  .find-job-container td {
    width: 70%;
  }
}
@media all and (max-width: 500px) {
  .find-job-container td {
    font-size: 14px;
    padding: 10px 10px;
  }
}
.find-job-container tr:nth-of-type(odd) {
  background: #D7D0CC;
}
.find-job-container .btn-ok {
  display: flex;
  justify-content: end;
}
.find-job-container .btn-ok .tbl-btn {
  background: #383047;
  margin: 6px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Barlow regular";
  padding: 4px 14px;
  border-radius: 4px;
  cursor: pointer;
}
.find-job-container .btn-ok .tbl-btn:hover {
  background: #36324b;
}
@media all and (max-width: 800px) {
  .find-job-container .title-container {
    margin: 0 auto 20px;
  }
}

.jobRow {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.loadMoreJobs {
  cursor: pointer;
}
@media all and (max-width: 700px) {
  .loadMoreJobs {
    padding: 10px 50px;
  }
}

.job-details-container {
  margin: 40px auto;
}
.job-details-container .jobs-detail-header {
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  align-items: baseline;
}
.job-details-container .jobs-detail-header .jobs-header-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.job-details-container .jobs-detail-header .jobs-header-left .jobs-title {
  font-size: 40px;
  font-weight: 600;
  color: #003B6E;
  line-height: 1.1;
  transition: 0.3s ease-in-out;
}
.job-details-container .jobs-detail-header .jobs-header-left .jobs-organize-name {
  font-size: 30px;
  font-weight: 500;
  color: #003B6E;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.job-details-container .jobs-detail-header .jobs-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: end;
}
.job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 12px;
  transition: 0.3s ease-in-out;
  min-width: 300px;
  justify-content: end;
}
.job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn {
  margin-bottom: unset;
}
.job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn-primary, .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn-wechat, .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn-linkin, .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn-fb {
  padding: 12px 26px;
  cursor: pointer;
}
.job-details-container .jobs-detail-header .jobs-header-right .jobs-closeDate {
  font-size: 20px;
  font-weight: 500;
  color: #003B6E;
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 1280px) {
  .job-details-container {
    margin: 30px auto;
  }
  .job-details-container .jobs-detail-header {
    align-items: unset;
  }
  .job-details-container .jobs-detail-header .jobs-header-left .jobs-title {
    font-size: 30px;
  }
  .job-details-container .jobs-detail-header .jobs-header-left .jobs-organize-name {
    font-size: 24px;
  }
  .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn {
    gap: 12px;
  }
  .job-details-container .jobs-detail-header .jobs-header-right .jobs-closeDate {
    font-size: 18px;
  }
}
@media all and (max-width: 997px) {
  .job-details-container {
    margin: unset;
    padding: 24px;
  }
  .job-details-container .jobs-detail-header {
    flex-direction: column;
    gap: 16px;
  }
  .job-details-container .jobs-detail-header .jobs-header-left {
    text-align: left;
    gap: 12px;
  }
  .job-details-container .jobs-detail-header .jobs-header-left .jobs-title {
    font-size: 20px;
  }
  .job-details-container .jobs-detail-header .jobs-header-left .jobs-organize-name {
    font-size: 18px;
  }
  .job-details-container .jobs-detail-header .jobs-header-right {
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
  .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn {
    gap: 10px;
    width: 100%;
  }
  .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn-primary, .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn-wechat, .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn-linkin, .job-details-container .jobs-detail-header .jobs-header-right .jobs-aply-btn .btn-fb {
    padding: 12px;
  }
  .job-details-container .jobs-detail-header .jobs-header-right .jobs-closeDate {
    font-size: 18px;
    justify-content: center;
    text-align: center;
  }
  .job-details-container #SuccessFactorContent {
    font-size: 14px;
  }
}
.job-details-container .btn-primary, .job-details-container .btn-wechat, .job-details-container .btn-linkin, .job-details-container .btn-fb {
  padding: 5px 50px;
}
@media all and (max-width: 1280px) {
  .job-details-container {
    padding: 24px;
  }
}

#SuccessFactorContent {
  color: #003B6E;
  padding: 24px 0 0;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
#SuccessFactorContent p:not(:last-child) {
  margin-bottom: unset;
}
#SuccessFactorContent p {
  margin-bottom: 16px;
}
#SuccessFactorContent h2 {
  font-weight: 600;
}
@media all and (max-width: 800px) {
  #SuccessFactorContent {
    font-size: 14px;
  }
  #SuccessFactorContent p {
    margin-bottom: 12px;
  }
}

.jobs-social-links {
  display: flex;
  justify-content: end;
  transition: 0.3s ease-in-out;
}
.jobs-social-links .widget-right {
  display: flex;
  color: #003B6E;
  align-items: center;
  padding: 5px 20px 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  margin: 12px 0;
  height: 50px;
}
.jobs-social-links .widget-right ul {
  list-style-type: none;
  display: flex;
  align-items: end;
  gap: 14px;
  font-size: 24px;
}
.jobs-social-links .widget-right ul a {
  color: #9C5B4F;
}
.jobs-social-links .widget-right ul a:hover {
  color: #003B6E;
}
.jobs-social-links .widget-right ul .icon-ic-mail {
  position: relative;
  top: 3px;
}
@media all and (max-width: 1280px) {
  .jobs-social-links .widget-right {
    gap: unset;
    font-size: 14px;
  }
}
@media all and (max-width: 1080px) {
  .jobs-social-links {
    justify-content: center;
  }
}

.table-container {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto;
}
.table-container .table-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  gap: 12px;
}
@media all and (max-width: 700px) {
  .table-container .table-row {
    flex-direction: column;
    gap: unset;
  }
  .table-container .table-row .hide-tab {
    display: none;
  }
}
.table-container .heading {
  font-weight: bold;
}
.table-container .row-item {
  display: flex;
  flex: 1;
  font-size: 14px;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
@media all and (max-width: 800px) {
  .table-container .row-item {
    padding: 4px 0;
  }
}
@media all and (max-width: 400px) {
  .table-container .row-item {
    padding: 0;
  }
}
.table-container .row-sub-container {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
}
.table-container .row-sub-container .row-item {
  padding: 8px 0;
}

.btn-btm {
  display: flex;
  align-items: center;
  gap: 16px;
}
.btn-btm .icon-ic-direction {
  font-size: 16px;
  font-weight: 900;
  position: relative;
  top: 2px;
}
.btn-btm .btn {
  margin-bottom: unset;
  line-height: 1.5;
}
@media all and (max-width: 700px) {
  .btn-btm {
    flex-direction: column;
  }
}

.hide-print {
  display: none;
}

.table-row-mob {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.table-row-mob .mbl-tbl-left {
  flex: 65%;
}
.table-row-mob .mbl-tbl-right {
  flex: 35%;
}
.table-row-mob .text {
  font-weight: 800;
}
@media all and (min-width: 700px) {
  .table-row-mob {
    display: none;
  }
}

.eim-mbl-social {
  display: none;
}

.eim-desk-social {
  display: block;
}

@media all and (max-width: 700px) {
  .hide-tbl-col {
    display: none;
  }
}
@media all and (max-width: 997px) {
  .eim-mbl-social {
    display: block;
    background: aliceblue;
    border: 1px solid #e8f1f8;
  }

  .eim-desk-social {
    display: none;
  }
}
.loadmore-div .btn {
  margin-bottom: unset;
}

.nav_bottom {
  position: sticky;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0 0 15px #999;
  background-color: #ffffff;
  bottom: 0;
  z-index: 1;
}
.nav_bottom .btn--links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.nav_bottom .btn--links .jobs-aply-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav_bottom .btn--links .jobs-aply-btn .btn {
  margin-bottom: unset;
}
.nav_bottom .btn--links .jobs-aply-btn .btn-primary, .nav_bottom .btn--links .jobs-aply-btn .btn-wechat, .nav_bottom .btn--links .jobs-aply-btn .btn-linkin, .nav_bottom .btn--links .jobs-aply-btn .btn-fb {
  font-family: "Barlow Regular";
  padding: 6px 38px;
  line-height: 26px;
}
@media all and (max-width: 997px) {
  .nav_bottom .btn--links {
    transition: 0.3s ease-in-out;
    justify-content: center;
    padding: 18px 0;
  }
  .nav_bottom .btn--links .jobs-aply-btn {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .nav_bottom .btn--links .jobs-aply-btn .btn-primary, .nav_bottom .btn--links .jobs-aply-btn .btn-wechat, .nav_bottom .btn--links .jobs-aply-btn .btn-linkin, .nav_bottom .btn--links .jobs-aply-btn .btn-fb {
    padding: 6px 14px;
    line-height: 26px;
    min-width: 150px;
    width: 100%;
  }
}
@media all and (max-width: 449px) {
  .nav_bottom .btn--links {
    padding: 24px;
  }
  .nav_bottom .btn--links .jobs-aply-btn {
    gap: 16px;
    width: 100%;
  }
  .nav_bottom .btn--links .jobs-aply-btn .btn-primary, .nav_bottom .btn--links .jobs-aply-btn .btn-wechat, .nav_bottom .btn--links .jobs-aply-btn .btn-linkin, .nav_bottom .btn--links .jobs-aply-btn .btn-fb {
    min-width: unset;
    padding: 6px 10px;
  }
}

.job_attachment {
  color: #003B6E;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 24px;
}
.job_attachment .job_heading {
  font-size: 20px;
  font-weight: 600;
}
.job_attachment ul {
  padding: 6px 0px;
  margin: 0;
  list-style: none;
}
.job_attachment ul li {
  word-break: break-word;
}
.job_attachment ul li:before {
  font-size: 18px;
  padding-right: 10px;
  content: "";
  font-family: "icomoon";
  position: relative;
  top: 2px;
}
.job_attachment ul li a {
  text-decoration: underline;
  padding-left: 3px;
  color: #003B6E;
}
.job_attachment ul li a:hover {
  color: #306798;
  cursor: pointer;
}
