@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/* line 6, ../scss/main.scss */
html {
  font-family: "Roboto", 微軟正黑體, sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  min-height: 100%;
  color: #333;
  outline: none;
}

/* line 18, ../scss/main.scss */
body {
  font: 16px "Roboto", 微軟正黑體, sans-serif;
  line-height: 1;
  box-sizing: border-box;
  height: 100%;
  text-decoration: none;
  color: #333;
  outline: none;
}

/* line 28, ../scss/main.scss */
a {
  font-family: "Roboto", 微軟正黑體, sans-serif;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
  color: #333;
  outline: none;
}
/* line 41, ../scss/main.scss */
a.red:hover {
  opacity: .7;
}

/* line 47, ../scss/main.scss */
::selection {
  color: #fff;
  background: #8c8c8c;
}

/* line 52, ../scss/main.scss */
input[type=text], input[type=search] {
  font-family: "Roboto", 微軟正黑體, sans-serif;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 0;
  letter-spacing: .5px;
  color: #333;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  outline: none;
  background: transparent;
}
/* line 68, ../scss/main.scss */
input[type=text]:focus, input[type=search]:focus {
  border-color: #15184e;
}
/* line 71, ../scss/main.scss */
input[type=text]:focus::placeholder, input[type=search]:focus::placeholder {
  opacity: 0;
}
/* line 76, ../scss/main.scss */
input[type=text]:focus + .label, input[type=search]:focus + .label {
  color: #15184e;
}

/* line 81, ../scss/main.scss */
::placeholder {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .5px;
  color: #c3c3c3;
}

/* line 90, ../scss/main.scss */
textarea {
  font-family: "Roboto", 微軟正黑體, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  max-height: 100px;
  padding: 9px 0;
  resize: none;
  color: #333;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  outline: none;
  background: transparent;
}
/* line 108, ../scss/main.scss */
textarea:focus {
  border-color: #15184e;
}
/* line 111, ../scss/main.scss */
textarea:focus::placeholder {
  opacity: 0;
}
/* line 116, ../scss/main.scss */
textarea:focus + .label {
  color: #15184e;
}

/* line 171, ../scss/main.scss */
input[type=submit] {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  padding: 7px 120px;
  cursor: pointer;
  transition: .3s ease;
  color: #696969;
  border-color: 1px solid #c3c3c3;
  outline: none;
}

/* line 184, ../scss/main.scss */
.submit-wrap {
  position: relative;
  display: inline-block;
}
/* line 188, ../scss/main.scss */
.submit-wrap:before {
  content: '\f002';
  font-family: 'fontAwesome';
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 40px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 203, ../scss/main.scss */
.submit-wrap:hover:before {
  color: #fff;
}
/* line 207, ../scss/main.scss */
.submit-wrap:hover input[type=submit] {
  color: #fff;
}

/* line 214, ../scss/main.scss */
button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}

/* line 228, ../scss/main.scss */
[type='radio']:checked, [type='radio']:not(:checked), [type='checkbox']:checked, [type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

/* line 232, ../scss/main.scss */
[type='radio']:checked + label, [type='radio']:not(:checked) + label, [type='checkbox']:checked + label, [type='checkbox']:not(:checked) + label {
  line-height: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 238, ../scss/main.scss */
[type='radio']:checked + label:before, [type='radio']:not(:checked) + label:before, [type='checkbox']:checked + label:before, [type='checkbox']:not(:checked) + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: transparent;
}

/* line 250, ../scss/main.scss */
[type='radio']:checked + label:after, [type='radio']:not(:checked) + label:after, [type='checkbox']:checked + label:after, [type='checkbox']:not(:checked) + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 15px;
  height: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 100%;
}

/* line 262, ../scss/main.scss */
[type='radio']:not(:checked) + label:after, [type='checkbox']:not(:checked) + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* line 267, ../scss/main.scss */
[type='radio']:checked + label:after, [type='checkbox']:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 273, ../scss/main.scss */
[type='checkbox']:checked + label:before, [type='checkbox']:not(:checked) + label:before, [type='checkbox']:checked + label:after, [type='checkbox']:not(:checked) + label:after {
  border-radius: 0;
}

/* line 288, ../scss/main.scss */
.scroll-bar::-webkit-scrollbar-track {
  border: 1px solid transparent;
  background: #eee;
}

/* line 295, ../scss/main.scss */
.scroll-bar::-webkit-scrollbar {
  width: 8px;
}

/* line 309, ../scss/main.scss */
h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}
/* line 316, ../scss/main.scss */
h1.huge {
  font-size: 150px;
  line-height: 1;
  margin-bottom: -15px;
}

/* line 324, ../scss/main.scss */
h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
  color: #15184e;
}

/* line 332, ../scss/main.scss */
h3 {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: .5px;
  color: #464646;
}

/* line 340, ../scss/main.scss */
h4 {
  font-size: 19px;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: .5px;
}

/* line 348, ../scss/main.scss */
h5 {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}

/* line 356, ../scss/main.scss */
p {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .5px;
  color: #333;
}

/* line 365, ../scss/main.scss */
b {
  font-weight: bold;
}

/* line 369, ../scss/main.scss */
i {
  font-style: italic;
}

/* line 373, ../scss/main.scss */
.bold {
  font-weight: bold;
}

/* line 377, ../scss/main.scss */
.italic {
  font-style: italic;
}

/* line 381, ../scss/main.scss */
.left {
  text-align: left;
}

/* line 385, ../scss/main.scss */
.right {
  text-align: right;
}

/* line 389, ../scss/main.scss */
.center {
  text-align: center;
}

/* line 393, ../scss/main.scss */
.upper {
  text-transform: uppercase;
}

/* line 397, ../scss/main.scss */
.straight {
  font-style: unset !important;
}

/* line 432, ../scss/main.scss */
.text-editor-wrap {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
/* line 438, ../scss/main.scss */
.text-editor-wrap ul {
  box-sizing: border-box;
  padding-left: 20px;
  list-style-type: disc;
}
/* line 443, ../scss/main.scss */
.text-editor-wrap ul > li {
  line-height: 1.5;
  box-sizing: border-box;
  margin-top: 15px;
  padding-left: 20px;
}

/* line 458, ../scss/main.scss */
.btn {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  box-sizing: border-box;
  padding: 10px 45px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background: #15184e;
}
/* line 477, ../scss/main.scss */
.btn:hover {
  opacity: .8;
}

/* line 483, ../scss/main.scss */
.border-btn {
  padding: 8px 42px 8px 50px;
  border: 1px solid #fff;
  background: transparent;
}
/* line 489, ../scss/main.scss */
.border-btn span {
  margin-left: 5px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  color: #fff;
}
/* line 498, ../scss/main.scss */
.border-btn:hover {
  opacity: 1;
  color: #151927;
  background: #fff;
}
/* line 503, ../scss/main.scss */
.border-btn:hover span {
  opacity: 1;
  color: #151927;
}
/* line 509, ../scss/main.scss */
.border-btn.grey {
  color: #696969;
  border-color: #c3c3c3;
}
/* line 513, ../scss/main.scss */
.border-btn.grey:hover {
  color: #fff;
  background: #15184e;
}
/* line 519, ../scss/main.scss */
.border-btn.grey:hover span {
  color: #fff;
}
/* line 525, ../scss/main.scss */
.border-btn.blue {
  color: #696969;
  border-color: #c3c3c3;
}
/* line 531, ../scss/main.scss */
.border-btn.blue:hover {
  color: #fff;
  background: #15184e;
}
/* line 535, ../scss/main.scss */
.border-btn.blue:hover span {
  color: #fff;
}
/* line 541, ../scss/main.scss */
.border-btn.wider {
  padding: 10px 90px 10px 100px;
}

/* line 547, ../scss/main.scss */
.bg-btn {
  position: relative;
  z-index: 1;
  padding: 15px 65px;
  color: #fff;
}

/* line 559, ../scss/main.scss */
.btn-wrap {
  text-align: center;
}

/* line 569, ../scss/main.scss */
.white {
  color: #fff;
}

/* line 573, ../scss/main.scss */
.grey {
  color: #464646;
}

/* line 577, ../scss/main.scss */
.light-grey {
  color: #8c8c8c;
}

/* line 581, ../scss/main.scss */
.blue {
  color: #15184e;
}

/* line 585, ../scss/main.scss */
.white-bg {
  background: #fff;
}

/* line 589, ../scss/main.scss */
.blue-bg {
  background: #151927 !important;
}

/* line 599, ../scss/main.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s ease;
  background: rgba(0, 0, 0, 0.5);
}
/* line 609, ../scss/main.scss */
.overlay.overlay-blue {
  background: rgba(38, 48, 63, 0.6) !important;
}

/* line 614, ../scss/main.scss */
.slick-dots {
  bottom: -40px;
}
/* line 617, ../scss/main.scss */
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 20px 10px;
  transition: .3s ease;
  background: rgba(255, 255, 255, 0.5);
}
/* line 624, ../scss/main.scss */
.slick-dots li button {
  width: 100%;
  height: 100%;
}
/* line 628, ../scss/main.scss */
.slick-dots li button:before {
  display: none;
}
/* line 633, ../scss/main.scss */
.slick-dots li:hover {
  background: rgba(255, 255, 255, 0.7);
}
/* line 637, ../scss/main.scss */
.slick-dots li.slick-active {
  background: #1237af;
}

/* line 645, ../scss/main.scss */
.blue-dots .slick-dots li {
  background: rgba(18, 55, 175, 0.5);
}
/* line 648, ../scss/main.scss */
.blue-dots .slick-dots li:hover {
  background: rgba(18, 55, 175, 0.7);
}
/* line 652, ../scss/main.scss */
.blue-dots .slick-dots li.slick-active {
  background: #1237af;
}

/* line 659, ../scss/main.scss */
.slick-prev, .slick-next {
  z-index: 5;
  width: 30px;
  height: 40px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 670, ../scss/main.scss */
.slick-prev:before, .slick-next:before {
  display: none;
}
/* line 674, ../scss/main.scss */
.slick-prev:hover, .slick-next:hover {
  opacity: .7;
}

/* line 679, ../scss/main.scss */
.slick-prev {
  background-image: url(../img/common/prev-btn.png) !important;
}

/* line 683, ../scss/main.scss */
.slick-next {
  background-image: url(../img/common/next-btn.png) !important;
}

/* line 687, ../scss/main.scss */
.slick-disabled {
  display: none !important;
}

/* line 691, ../scss/main.scss */
.slick-slide {
  outline: none;
}

/* line 695, ../scss/main.scss */
.lightbox {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 10% auto 100px;
  padding: 70px 130px 100px;
  background: #fff;
}

/* line 705, ../scss/main.scss */
.lightbox-wrapper {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

/* line 717, ../scss/main.scss */
.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  box-sizing: border-box;
  height: 30px;
  padding-top: 13px;
  cursor: pointer;
}
/* line 726, ../scss/main.scss */
.close-btn > li {
  width: 30px;
  height: 1px;
  transition: .3s ease;
  transform: rotate(45deg);
  background: #15184e;
}
/* line 733, ../scss/main.scss */
.close-btn > li:last-child {
  margin-top: -1px;
  transform: rotate(135deg);
}
/* line 740, ../scss/main.scss */
.close-btn:hover > li {
  transform: rotate(135deg);
}
/* line 744, ../scss/main.scss */
.close-btn:hover > li:last-child {
  transform: rotate(45deg);
}

/* line 751, ../scss/main.scss */
.breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 60px;
  align-items: center;
}
/* line 759, ../scss/main.scss */
.breadcrumbs a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .5px;
}
/* line 764, ../scss/main.scss */
.breadcrumbs a:hover {
  color: #1237af;
}
/* line 769, ../scss/main.scss */
.breadcrumbs > li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
/* line 774, ../scss/main.scss */
.breadcrumbs > li:after {
  content: '>';
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 783, ../scss/main.scss */
.breadcrumbs > li:last-child a {
  font-weight: 500;
  color: #15184e;
}
/* line 788, ../scss/main.scss */
.breadcrumbs > li:last-child:after {
  display: none;
}
/* line 795, ../scss/main.scss */
.breadcrumbs.white a {
  color: #fff;
}
/* line 801, ../scss/main.scss */
.breadcrumbs.white > li:last-child a {
  color: #4e8ff1;
}

@keyframes drawHoriLine {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 60px);
  }
}
@keyframes drawVertLine {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 60px);
  }
}
@-webkit-keyframes drawHoriLine {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 60px);
  }
}
@-webkit-keyframes drawVertLine {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 60px);
  }
}
@keyframes drawHoriLine40 {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 40px);
  }
}
@keyframes drawVertLine40 {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 40px);
  }
}
@keyframes drawHoriLine30 {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
@keyframes drawVertLine30 {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 30px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 5, ../scss/_structure.scss */
* {
  box-sizing: border-box;
}

/* line 9, ../scss/_structure.scss */
#global-container {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: auto;
  transition: .3s ease;
}

/* line 22, ../scss/_structure.scss */
.container {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

/* line 31, ../scss/_structure.scss */
.loader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: visible;
  width: 0;
  width: 100%;
  height: 0;
  height: 100vh;
  transition: 1s ease-in-out;
  opacity: 1;
  background: #151927;
}

/* line 46, ../scss/_structure.scss */
.loader.loaded {
  visibility: hidden;
  opacity: 0;
}

/* line 57, ../scss/_structure.scss */
.header {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 150px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #fff;
}
/* line 70, ../scss/_structure.scss */
.header a {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  font-size: 14px;
  font-weight: 600;
  opacity: .5;
  color: #fff;
}
/* line 77, ../scss/_structure.scss */
.header a:hover {
  opacity: 1;
}
/* line 82, ../scss/_structure.scss */
.header.scroll {
  padding: 15px 150px;
}
/* line 85, ../scss/_structure.scss */
.header.scroll:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 25, 39, 0.8);
}
/* line 101, ../scss/_structure.scss */
.header.scroll .main-nav {
  padding: 15px 75px 0;
}
/* line 105, ../scss/_structure.scss */
.header.scroll .upper-header {
  padding-bottom: 15px;
}
/* line 114, ../scss/_structure.scss */
.header.location-on {
  background: #151927;
}
/* line 118, ../scss/_structure.scss */
.header.active {
  background: rgba(21, 25, 39, 0.9);
}

/* line 124, ../scss/_structure.scss */
.logo a {
  display: block;
  opacity: 1;
}
/* line 129, ../scss/_structure.scss */
.logo img {
  max-width: 100%;
}

/* line 134, ../scss/_structure.scss */
.social-nav {
  display: flex;
  padding-right: 10px;
  align-items: center;
}
/* line 140, ../scss/_structure.scss */
.social-nav > li {
  margin-right: 30px;
}
/* line 144, ../scss/_structure.scss */
.social-nav > li:last-child a {
  font-size: 14px;
  opacity: 1;
}
/* line 148, ../scss/_structure.scss */
.social-nav > li:last-child a:hover {
  opacity: .8;
}
/* line 155, ../scss/_structure.scss */
.social-nav a {
  font-size: 16px;
}

/* line 160, ../scss/_structure.scss */
.upper-header {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}

/* line 169, ../scss/_structure.scss */
.lang-nav {
  display: flex;
  border-left: 1px solid #fff;
  align-items: center;
}
/* line 175, ../scss/_structure.scss */
.lang-nav > li {
  margin-left: 40px;
}
/* line 179, ../scss/_structure.scss */
.lang-nav > li.active a {
  opacity: 1;
}
/* line 185, ../scss/_structure.scss */
.lang-nav a {
  text-transform: uppercase;
}

/* line 190, ../scss/_structure.scss */
.right-header {
  display: flex;
  align-items: center;
}

/* line 196, ../scss/_structure.scss */
.main-nav {
  display: inline-flex;
  padding: 25px 75px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
}
/* line 204, ../scss/_structure.scss */
.main-nav > li {
  position: relative;
  margin: 0 25px;
}
/* line 209, ../scss/_structure.scss */
.main-nav > li.active a {
  opacity: 1;
}
/* line 216, ../scss/_structure.scss */
.main-nav > li.has-sub:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
/* line 224, ../scss/_structure.scss */
.main-nav .sub-menu {
  position: absolute;
  left: 50%;
  visibility: hidden;
  min-width: 250px;
  margin-top: 27px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* line 241, ../scss/_structure.scss */
.main-nav .sub-menu:before {
  content: '';
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
  height: 27px;
  background: transparent;
}
/* line 251, ../scss/_structure.scss */
.main-nav .sub-menu:after {
  content: '';
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(16, 17, 24, 0.9);
  border-left: 12px solid transparent;
}
/* line 263, ../scss/_structure.scss */
.main-nav .sub-menu > li {
  padding: 20px 40px;
  background: rgba(16, 17, 24, 0.9);
}
/* line 268, ../scss/_structure.scss */
.main-nav .sub-menu a {
  font-weight: 500;
  position: relative;
  letter-spacing: .5px;
}
/* line 273, ../scss/_structure.scss */
.main-nav .sub-menu a:before {
  content: '\f105';
  font-family: 'fontAwesome';
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: -17px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  color: #4e8ff1;
}
/* line 287, ../scss/_structure.scss */
.main-nav .sub-menu a:hover {
  color: #4e8ff1;
}
/* line 290, ../scss/_structure.scss */
.main-nav .sub-menu a:hover:before {
  opacity: 1;
}

/* line 298, ../scss/_structure.scss */
.lower-header {
  text-align: center;
}

/* line 302, ../scss/_structure.scss */
.location-section {
  position: absolute;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  max-height: 100vh;
  padding: 60px 0;
  background: #151927;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
/* line 313, ../scss/_structure.scss */
.location-section .divider {
  margin: 10px auto;
}
/* line 317, ../scss/_structure.scss */
.location-section .content-wrap {
  display: flex;
  margin-top: 35px;
}
/* line 321, ../scss/_structure.scss */
.location-section .content-wrap .left-wrap {
  width: 50%;
  padding-right: 45px;
}
/* line 325, ../scss/_structure.scss */
.location-section .content-wrap .left-wrap .tab-list {
  flex-direction: column;
  margin: 0;
  align-items: flex-end;
}
/* line 331, ../scss/_structure.scss */
.location-section .content-wrap .left-wrap .tab-list > li {
  position: relative;
  margin: 0 0 20px;
  opacity: 1;
}
/* line 336, ../scss/_structure.scss */
.location-section .content-wrap .left-wrap .tab-list > li:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: -20px;
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4e8ff1;
}
/* line 353, ../scss/_structure.scss */
.location-section .content-wrap .left-wrap .tab-list > li.active {
  color: #4e8ff1;
}
/* line 356, ../scss/_structure.scss */
.location-section .content-wrap .left-wrap .tab-list > li.active:after {
  visibility: visible;
  opacity: 1;
}
/* line 365, ../scss/_structure.scss */
.location-section .content-wrap .right-wrap {
  width: 50%;
  padding-left: 45px;
  border-left: 1px solid #fff;
}
/* line 372, ../scss/_structure.scss */
.location-section a {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  opacity: 1;
}
/* line 378, ../scss/_structure.scss */
.location-section a:after {
  content: '\f105';
  font-family: 'fontAwesome';
  font-size: 17px;
  position: absolute;
  top: -2px;
  left: -20px;
  color: #4e8ff1;
}
/* line 388, ../scss/_structure.scss */
.location-section a:hover {
  color: #4e8ff1;
}

/* line 395, ../scss/_structure.scss */
.location-list > li {
  margin-bottom: 15px;
}

/* line 406, ../scss/_structure.scss */
.footer {
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  z-index: 49;
  bottom: 0;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 150px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
/* line 426, ../scss/_structure.scss */
.footer a {
  color: rgba(0, 0, 0, 0.5);
}
/* line 429, ../scss/_structure.scss */
.footer a:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 435, ../scss/_structure.scss */
.btt-btn {
  font-size: 35px;
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 45px;
  display: flex;
  visibility: hidden;
  width: 45px;
  height: 45px;
  padding: 0 0 5px 0;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  color: #fff;
  background: #294086;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
}
/* line 458, ../scss/_structure.scss */
.btt-btn:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 465, ../scss/_structure.scss */
.btt-btn.stop {
  bottom: 90px;
}
/* line 469, ../scss/_structure.scss */
.btt-btn.show {
  visibility: visible;
  opacity: 1;
}

/* line 5, ../scss/_pages.scss */
.home-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
  background-position: center;
  background-size: cover;
}
/* line 13, ../scss/_pages.scss */
.home-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 28, ../scss/_pages.scss */
.home-banner {
  position: relative;
  overflow: hidden;
  height: 800px;
}
/* line 34, ../scss/_pages.scss */
.home-banner .overlay-wrap .overlay {
  background: rgba(0, 0, 0, 0.2);
}
/* line 39, ../scss/_pages.scss */
.home-banner .text-wrap {
  padding: 5px 0;
}
/* line 42, ../scss/_pages.scss */
.home-banner .text-wrap h5 {
  margin-bottom: 25px;
  opacity: .5;
}
/* line 48, ../scss/_pages.scss */
.home-banner .home-text-slider {
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 50%;
  width: calc(100% - 300px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 59, ../scss/_pages.scss */
.home-banner .home-text-slider:before, .home-banner .home-text-slider:after {
  content: '';
  position: absolute;
  width: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
/* line 70, ../scss/_pages.scss */
.home-banner .home-text-slider:before {
  top: -120px;
  left: 450px;
  height: 140px;
}
/* line 76, ../scss/_pages.scss */
.home-banner .home-text-slider:after {
  bottom: -420px;
  left: 40px;
  height: 450px;
}
/* line 83, ../scss/_pages.scss */
.home-banner .particles-overlay {
  height: 50%;
}

/* line 88, ../scss/_pages.scss */
.black-polygon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 550px solid rgba(0, 0, 0, 0.3);
  border-right: 550px solid transparent;
  border-bottom: 550px solid transparent;
  border-left: 550px solid rgba(0, 0, 0, 0.3);
}

/* line 102, ../scss/_pages.scss */
.home-slider .slick-dots {
  z-index: 3;
  bottom: 150px;
}
/* line 107, ../scss/_pages.scss */
.home-slider .slick-prev {
  left: 55px;
}
/* line 111, ../scss/_pages.scss */
.home-slider .slick-next {
  right: 55px;
}

/* line 116, ../scss/_pages.scss */
.particles-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 124, ../scss/_pages.scss */
.slant-section {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin: -55px -70px;
  -webkit-transform: perspective(1px) rotate(-4deg);
  -ms-transform: perspective(1px) rotate(-4deg);
  -o-transform: perspective(1px) rotate(-4deg);
  transform: perspective(1px) rotate(-4deg);
}

/* line 135, ../scss/_pages.scss */
.slant-content {
  width: calc(100% - 90px);
  margin: -70px auto;
  padding: 200px 0;
  -webkit-transform: perspective(1px) rotate(4deg);
  -ms-transform: perspective(1px) rotate(4deg);
  -o-transform: perspective(1px) rotate(4deg);
  transform: perspective(1px) rotate(4deg);
  background: white;
}

/* line 146, ../scss/_pages.scss */
.slant-above {
  margin-bottom: -80px;
}

/* line 150, ../scss/_pages.scss */
.slant-under {
  margin-top: -80px;
}

/* line 154, ../scss/_pages.scss */
.photo {
  background-position: center;
  background-size: cover;
}
/* line 158, ../scss/_pages.scss */
.photo:after {
  content: '';
  display: block;
  padding-top: 75%;
}
/* line 164, ../scss/_pages.scss */
.photo.has-shadow {
  position: relative;
  z-index: unset;
  width: calc(100% - 25px);
  margin: 0 0 25px auto;
}
/* line 170, ../scss/_pages.scss */
.photo.has-shadow:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 45px;
  left: -25px;
  width: calc(100% - 45px);
  height: calc(100% - 20px);
  background: #15184e;
}

/* line 183, ../scss/_pages.scss */
.white-gradient-box {
  background: #fff;
  box-shadow: 0 0 50px #fff;
}

/* line 189, ../scss/_pages.scss */
.home-about .container {
  display: flex;
  flex-wrap: wrap;
}
/* line 195, ../scss/_pages.scss */
.home-about .photo-wrap {
  position: relative;
  z-index: 2;
  width: 55%;
  display: flex;
  align-items: center;
}
/* line 201, ../scss/_pages.scss */
.home-about .text-wrap {
  width: 45%;
  padding-left: 45px;
}
/* line 205, ../scss/_pages.scss */
.home-about .text-wrap .btn {
  margin-top: 25px;
}
/* line 210, ../scss/_pages.scss */
.home-about .vert-line-list {
  width: 100%;
  margin-top: 70px;
}

/* line 216, ../scss/_pages.scss */
.divider {
  width: 200px;
  height: 1px;
  margin: 25px 0;
  background: #b1b1b1;
}
/* line 222, ../scss/_pages.scss */
.divider.divider-100 {
  width: 100px;
}
/* line 226, ../scss/_pages.scss */
.divider.white {
  background: #fff;
}
/* line 230, ../scss/_pages.scss */
.divider.short {
  width: 35px;
  height: 3px;
}
/* line 235, ../scss/_pages.scss */
.divider.blue {
  background: #4e8ff1;
}

/* line 240, ../scss/_pages.scss */
.vert-line-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* line 247, ../scss/_pages.scss */
.vert-line-list > li {
  display: flex;
  margin-right: 30px;
  padding: 15px 30px 15px 0;
  border-right: 1px solid #b1b1b1;
  align-items: center;
}
/* line 255, ../scss/_pages.scss */
.vert-line-list > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
/* line 262, ../scss/_pages.scss */
.vert-line-list h3 {
  margin-left: 8px;
}

/* line 267, ../scss/_pages.scss */
.home-quote {
  position: relative;
  z-index: 1;
}
/* line 271, ../scss/_pages.scss */
.home-quote .photo-wrap {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
}
/* line 278, ../scss/_pages.scss */
.home-quote .text-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
}
/* line 293, ../scss/_pages.scss */
.home-quote .text-wrap h3 {
  font-weight: 500;
}
/* line 297, ../scss/_pages.scss */
.home-quote .text-wrap .divider {
  margin: 15px 0 10px;
}

/* line 303, ../scss/_pages.scss */
.home-quote-text-slider {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 311, ../scss/_pages.scss */
.home-quote-text-slider .slick-list {
  height: 100%;
}
/* line 315, ../scss/_pages.scss */
.home-quote-text-slider .slick-track {
  height: 100%;
}

/* line 320, ../scss/_pages.scss */
.home-quote-text-slide {
  height: 100%;
}
/* line 323, ../scss/_pages.scss */
.home-quote-text-slide > div {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
/* line 332, ../scss/_pages.scss */
.home-quote-text-slide .white {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
/* line 341, ../scss/_pages.scss */
.home-quote-text-slide .divider {
  margin: 15px 0 10px;
}
/* line 345, ../scss/_pages.scss */
.home-quote-text-slide h3 {
  font-weight: 500;
}

/* line 350, ../scss/_pages.scss */
.has-deco-line {
  position: relative;
}
/* line 353, ../scss/_pages.scss */
.has-deco-line:before, .has-deco-line:after {
  content: '';
  position: absolute;
  width: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #c3c3c3;
}
/* line 364, ../scss/_pages.scss */
.has-deco-line:before {
  top: -120px;
  left: 200px;
  height: 140px;
}
/* line 370, ../scss/_pages.scss */
.has-deco-line:after {
  bottom: -410px;
  left: -190px;
  height: 450px;
}
/* line 377, ../scss/_pages.scss */
.has-deco-line.right:before {
  top: -410px;
  right: -190px;
  left: auto;
  height: 450px;
}
/* line 384, ../scss/_pages.scss */
.has-deco-line.right:after {
  right: 275px;
  bottom: -150px;
  left: auto;
  height: 140px;
}
/* line 393, ../scss/_pages.scss */
.has-deco-line.white:before, .has-deco-line.white:after {
  background: #fff;
}

/* line 399, ../scss/_pages.scss */
.home-services {
  padding-top: 33px;
}
/* line 402, ../scss/_pages.scss */
.home-services h2 {
  margin-bottom: 15px;
}

/* line 407, ../scss/_pages.scss */
.box-go {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 30px;
  vertical-align: bottom;
  border: 1px solid #15184e;
}
/* line 416, ../scss/_pages.scss */
.box-go:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/other/box-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 433, ../scss/_pages.scss */
.box-go:hover {
  opacity: .7;
}
/* line 437, ../scss/_pages.scss */
.box-go.white {
  border-color: #fff;
}
/* line 440, ../scss/_pages.scss */
.box-go.white:before {
  background-image: url(../img/common/next-btn.png);
}

/* line 446, ../scss/_pages.scss */
.block-list {
  display: flex;
  width: calc(100% + 50px);
  margin-left: -25px;
  flex-wrap: wrap;
}
/* line 453, ../scss/_pages.scss */
.block-list > li {
  position: relative;
  width: calc(25% - 50px);
  margin: 0 25px 45px;
}
/* line 459, ../scss/_pages.scss */
.block-list > li:hover .overlay-blue {
  background: transparent !important;
}
/* line 463, ../scss/_pages.scss */
.block-list > li:hover .photo {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  filter: grayscale(30%);
}
/* line 480, ../scss/_pages.scss */
.block-list .photo {
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
}
/* line 492, ../scss/_pages.scss */
.block-list .photo:after {
  content: '';
  display: block;
  padding-top: 100%;
}
/* line 499, ../scss/_pages.scss */
.block-list .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 506, ../scss/_pages.scss */
.block-list a {
  display: block;
}
/* line 510, ../scss/_pages.scss */
.block-list h4 {
  font-weight: 600;
  font-style: inherit;
  text-shadow: 0 0 15px black;
}
/* line 516, ../scss/_pages.scss */
.block-list .block {
  overflow: hidden;
}

/* line 521, ../scss/_pages.scss */
.home-services-slider {
  width: calc(100% - 150px);
  margin: 50px auto;
}
/* line 525, ../scss/_pages.scss */
.home-services-slider .slick-prev {
  left: -75px;
}
/* line 529, ../scss/_pages.scss */
.home-services-slider .slick-next {
  right: -75px;
}
/* line 533, ../scss/_pages.scss */
.home-services-slider .slick-dots {
  bottom: -50px;
}

/* line 539, ../scss/_pages.scss */
.blue-arrows .slick-prev {
  background-image: url(../img/common/prev-btn-blue.png) !important;
}
/* line 543, ../scss/_pages.scss */
.blue-arrows .slick-next {
  background-image: url(../img/common/next-btn-blue.png) !important;
}

/* line 550, ../scss/_pages.scss */
.dark-dots .slick-dots li {
  background: rgba(41, 64, 134, 0.5);
}
/* line 553, ../scss/_pages.scss */
.dark-dots .slick-dots li.slick-active {
  background: #294086;
}

/* line 560, ../scss/_pages.scss */
.home-client-text {
  max-width: 750px;
  margin: 120px 0 25px auto;
}

/* line 565, ../scss/_pages.scss */
.home-client-slide {
  width: calc(25% - 30px);
  margin: 0 15px;
}
/* line 569, ../scss/_pages.scss */
.home-client-slide a {
  display: block;
}
/* line 573, ../scss/_pages.scss */
.home-client-slide .thumb-wrap {
  overflow: hidden;
}
/* line 577, ../scss/_pages.scss */
.home-client-slide .thumb {
  position: relative;
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-position: center;
  background-size: cover;
}
/* line 587, ../scss/_pages.scss */
.home-client-slide .thumb:after {
  content: '';
  display: block;
  padding-top: 75%;
}
/* line 593, ../scss/_pages.scss */
.home-client-slide .thumb i {
  font-size: 56px;
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .8;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
/* line 606, ../scss/_pages.scss */
.home-client-slide h4 {
  margin-top: 15px;
}
/* line 611, ../scss/_pages.scss */
.home-client-slide:hover i {
  opacity: 1;
}
/* line 615, ../scss/_pages.scss */
.home-client-slide:hover .thumb {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* line 626, ../scss/_pages.scss */
.home-client-slider {
  width: calc(100% - 120px);
  margin: 0 auto 70px !important;
}
/* line 630, ../scss/_pages.scss */
.home-client-slider .slick-prev {
  left: -75px;
}
/* line 634, ../scss/_pages.scss */
.home-client-slider .slick-next {
  right: -75px;
}

/* line 640, ../scss/_pages.scss */
.white-btn .slick-prev {
  background-image: url(../img/common/prev-btn-white.png) !important;
}
/* line 644, ../scss/_pages.scss */
.white-btn .slick-next {
  background-image: url(../img/common/next-btn-white.png) !important;
}

/* line 649, ../scss/_pages.scss */
.two-cols {
  display: flex;
  flex-wrap: wrap;
}
/* line 654, ../scss/_pages.scss */
.two-cols > li {
  width: 50%;
}
/* line 658, ../scss/_pages.scss */
.two-cols h3 {
  font-weight: 500;
}

/* line 663, ../scss/_pages.scss */
.news-list {
  margin: 15px 0 40px;
}
/* line 666, ../scss/_pages.scss */
.news-list h5 {
  margin-bottom: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 672, ../scss/_pages.scss */
.news-list h5.date {
  font-size: 20px;
  font-style: inherit;
  width: 85px;
  margin-right: 25px;
  text-transform: uppercase;
  color: #8c8c8c;
}
/* line 681, ../scss/_pages.scss */
.news-list h5.title {
  overflow: hidden;
  width: calc(100% - 85px);
  height: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 690, ../scss/_pages.scss */
.news-list > li {
  padding: 25px 0;
  border-bottom: 1px solid #8c8c8c;
}
/* line 694, ../scss/_pages.scss */
.news-list > li a {
  display: flex;
  align-items: center;
}
/* line 700, ../scss/_pages.scss */
.news-list > li a:hover h5 {
  color: #15184e !important;
}

/* line 708, ../scss/_pages.scss */
.home-news {
  padding: 180px 0 0;
}
/* line 711, ../scss/_pages.scss */
.home-news .two-cols {
  width: calc(100% + 100px);
  margin-left: -50px;
}
/* line 715, ../scss/_pages.scss */
.home-news .two-cols > li {
  width: calc(50% - 100px);
  margin: 0 50px;
}


/* line 721, ../scss/_pages.scss */
.home-news .has-deco-line {
  margin-bottom: 35px;
}

/* line 726, ../scss/_pages.scss */
.white-gradient-part {
  position: relative;
  padding: 200px 0 120px;
  background-position: center;
  background-size: cover;
}
/* line 732, ../scss/_pages.scss */
.white-gradient-part:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  pointer-events: none;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

/* line 749, ../scss/_pages.scss */
.home-awards {
  background-position: 0 100%;
}
/* line 752, ../scss/_pages.scss */
.home-awards h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
/* line 759, ../scss/_pages.scss */
.home-awards h5 {
  margin-bottom: 0;
}
/* line 763, ../scss/_pages.scss */
.home-awards .box-go {
  margin-top: 30px;
}

/* line 769, ../scss/_pages.scss */
.home-client .slant-content {
  padding: 110px 0 0;
}
/* line 773, ../scss/_pages.scss */
.home-client .slant-content.has-shade {
  margin-bottom: 125px;
}
/* line 776, ../scss/_pages.scss */
.home-client .slant-content.has-shade:before {
  top: 5%;
  height: 85%;
}
/* line 783, ../scss/_pages.scss */
.home-client .has-shade {
  margin-bottom: 0;
  padding: 95px 0;
}
/* line 787, ../scss/_pages.scss */
.home-client .has-shade:before {
  top: 0;
  left: 0;
  height: 80%;
  margin: 90px 0 0;
}

/* line 802, ../scss/_pages.scss */
.page-banner {
  position: relative;
  overflow: hidden;
}
/* line 806, ../scss/_pages.scss */
.page-banner .banner {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
}
/* line 813, ../scss/_pages.scss */
.page-banner .text-wrap {
  position: absolute;
  z-index: 2;
  top: 47%;
  right: 0;
  left: 0;
  width: calc(100% - 40px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 826, ../scss/_pages.scss */
.page-banner .overlay {
  background: rgba(0, 0, 0, 0.2);
}
/* line 831, ../scss/_pages.scss */
.page-banner .has-deco-line:before {
  left: 280px;
}
/* line 835, ../scss/_pages.scss */
.page-banner .has-deco-line:after {
  bottom: -390px;
  left: 0;
}

/* line 843, ../scss/_pages.scss */
.chairman-section .container {
  display: flex;
  align-items: flex-start;
}
/* line 849, ../scss/_pages.scss */
.chairman-section .container .photo-wrap {
  position: relative;
  width: 35%;
}
/* line 854, ../scss/_pages.scss */
.chairman-section .container .photo-wrap .photo {
  width: 100%;
}
/* line 857, ../scss/_pages.scss */
.chairman-section .container .photo-wrap .photo:after {
  content: '';
  display: block;
  padding-top: 100%;
}
/* line 865, ../scss/_pages.scss */
.chairman-section .container .text-wrap {
  width: 65%;
  padding-left: 45px;
}
/* line 870, ../scss/_pages.scss */
.chairman-section .container .text-wrap .btn {
  margin-top: 30px;
}
/* line 876, ../scss/_pages.scss */
.chairman-section .slant-content {
  padding: 200px 0 70px;
}

/* line 885, ../scss/_pages.scss */
.management .chairman-section .container .text-wrap p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

/* line 899, ../scss/_pages.scss */
.tab-list {
  display: flex;
  margin: 30px 0 70px;
  align-items: center;
  justify-content: center;
}
/* line 906, ../scss/_pages.scss */
.tab-list > li {
  margin: 0 15px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .5;
}
/* line 914, ../scss/_pages.scss */
.tab-list > li:hover {
  opacity: .9;
}
/* line 918, ../scss/_pages.scss */
.tab-list > li.active {
  opacity: 1;
}

/* line 924, ../scss/_pages.scss */
.straight-section {
  padding-top: 20px;
}



@media screen and (max-width: 768px) { 

  .straight-section {
    padding-top: 40px;
  }

}



/* line 928, ../scss/_pages.scss */
.mgt-section {
  padding-bottom: 100px;
}

/* line 932, ../scss/_pages.scss */
.card-slide {
  margin: 0 35px 100px;
}
/* line 936, ../scss/_pages.scss */
.card-slide .photo:after {
  padding-top: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 944, ../scss/_pages.scss */
.card-slide .photo-wrap {
  position: relative;
}
/* line 947, ../scss/_pages.scss */
.card-slide .photo-wrap .overlay {
  background: rgba(0, 0, 0, 0.2);
}
/* line 952, ../scss/_pages.scss */
.card-slide .text-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  background: #d0d1d4;
}
/* line 965, ../scss/_pages.scss */
.card-slide .text-wrap .btn {
  margin-top: 30px;
}
/* line 970, ../scss/_pages.scss */
.card-slide .card {
  position: relative;
}
/* line 974, ../scss/_pages.scss */
.card-slide .card:hover .text-wrap {
  height: auto;
  margin-top: -100px;
  padding: 20px 30px 30px;
  opacity: 1;
}
/* line 982, ../scss/_pages.scss */
.card-slide .card:hover .photo-wrap .overlay {
  background: rgba(255, 255, 255, 0.3);
}

/* line 990, ../scss/_pages.scss */
.card-slider {
  width: calc(100% - 80px);
  margin: auto;
}
/* line 995, ../scss/_pages.scss */
.card-slider .slick-prev, .card-slider .slick-next {
  top: calc(50% - 50px);
}
/* line 999, ../scss/_pages.scss */
.card-slider .slick-prev {
  left: -40px;
}
/* line 1003, ../scss/_pages.scss */
.card-slider .slick-next {
  right: -40px;
}

/* line 1009, ../scss/_pages.scss */
.tab-content > li {
  display: none;
}

/* line 1014, ../scss/_pages.scss */
.blue-slant-wrap {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: calc(100% + 120px);
}
/* line 1022, ../scss/_pages.scss */
.blue-slant-wrap .slant-content {
  padding: 365px 0;
}

/* line 1028, ../scss/_pages.scss */
.center .divider {
  margin: 25px auto;
}

/* line 1039, ../scss/_pages.scss */
.full-section {
  width: 100%;
}
/* line 1042, ../scss/_pages.scss */
.full-section.bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}

/* line 1053, ../scss/_pages.scss */
.about-section .bg {
  margin-top: 50px;
}
/* line 1058, ../scss/_pages.scss */
.about-section.slant-section .slant-content {
  padding: 200px 0 130px;
}

/* line 1065, ../scss/_pages.scss */
.services-section.straight-section {
  position: relative;
  z-index: 5;
  background: #fff;
}
/* line 1071, ../scss/_pages.scss */
.services-section .btn {
  margin-top: 60px;
}

/* line 1076, ../scss/_pages.scss */
.four-cols {
  display: flex;
  flex-wrap: wrap;
}
/* line 1081, ../scss/_pages.scss */
.four-cols > li {
  width: 25%;
}

/* line 1086, ../scss/_pages.scss */
.service-block-list {
  width: calc(100% + 40px);
  margin-left: -20px;
}
/* line 1090, ../scss/_pages.scss */
.service-block-list a {
  display: block;
  height: 100%;
}
/* line 1095, ../scss/_pages.scss */
.service-block-list > li {
  width: calc(25% - 40px);
  margin: 0 20px 40px;
}

/* line 1105, ../scss/_pages.scss */
.service-block {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px 20px 65px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid transparent;
  background: #0c1628;
  align-items: center;
  justify-content: center;
}
/* line 1120, ../scss/_pages.scss */
.service-block:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: 0;
  border: 1px solid #0c1628;
}
/* line 1134, ../scss/_pages.scss */
.service-block .icon-wrap {
  position: relative;
  width: 120px;
  margin: 0 auto 10px;
}
/* line 1141, ../scss/_pages.scss */
.service-block .icon-wrap img {
  max-width: 100%;
}
/* line 1145, ../scss/_pages.scss */
.service-block .icon-wrap .hover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
/* line 1159, ../scss/_pages.scss */
.service-block .icon-wrap .no-hover {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 1166, ../scss/_pages.scss */
.service-block .text-wrap {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 1172, ../scss/_pages.scss */
.service-block h5 {
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 1177, ../scss/_pages.scss */
.service-block:hover {
  border-color: #0c1628;
  background: #fff;
}
/* line 1181, ../scss/_pages.scss */
.service-block:hover:after {
  opacity: 1;
}
/* line 1185, ../scss/_pages.scss */
.service-block:hover .hover {
  opacity: 1;
}
/* line 1189, ../scss/_pages.scss */
.service-block:hover .no-hover {
  opacity: 0;
}
/* line 1193, ../scss/_pages.scss */
.service-block:hover .text-wrap {
  color: #0c1628 !important;
}

/* line 1199, ../scss/_pages.scss */
.short-text-wrap {
  max-width: 700px;
}
/* line 1202, ../scss/_pages.scss */
.short-text-wrap h2 {
  margin-bottom: 20px;
}

/* line 1207, ../scss/_pages.scss */
.milestones-section {
  position: relative;
  padding: 100px 0;
}

/* line 1212, ../scss/_pages.scss */
.milestones {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
/* line 1217, ../scss/_pages.scss */
.milestones > li {
  position: relative;
  display: flex;
  padding: 35px 0;
  align-items: center;
}
/* line 1224, ../scss/_pages.scss */
.milestones > li:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 2.5px);
  width: 5px;
  height: 100%;
  background: #bfbfbf;
}
/* line 1235, ../scss/_pages.scss */
.milestones > li:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #151927;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/* line 1248, ../scss/_pages.scss */
.milestones > li:first-child:before {
  top: auto;
  bottom: 0;
  height: calc(100% - 45px);
}
/* line 1254, ../scss/_pages.scss */
.milestones > li:first-child:after {
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
}
/* line 1261, ../scss/_pages.scss */
.milestones > li:first-child .photo-wrap:before {
  content: '';
  position: absolute;
  top: -14px;
  left: calc(50% - 30px);
  width: 50px;
  height: 50px;
  border: 5px solid #151927;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/* line 1277, ../scss/_pages.scss */
.milestones > li:last-child .photo-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #151927;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/* line 1292, ../scss/_pages.scss */
.milestones > li:nth-child(odd) .inner-wrap {
  margin-left: auto;
}
/* line 1296, ../scss/_pages.scss */
.milestones > li:nth-child(odd) .text-wrap {
  margin-right: auto;
}
/* line 1300, ../scss/_pages.scss */
.milestones > li:nth-child(odd) .photo-wrap {
  margin-left: auto;
}
/* line 1305, ../scss/_pages.scss */
.milestones > li:nth-child(odd).mile-style-1 .photo {
  margin-right: auto;
}
/* line 1311, ../scss/_pages.scss */
.milestones > li:nth-child(odd).mile-style-2 .photo {
  margin: 0 auto 0 -120px;
}
/* line 1317, ../scss/_pages.scss */
.milestones > li:nth-child(even) {
  flex-direction: row-reverse;
}
/* line 1320, ../scss/_pages.scss */
.milestones > li:nth-child(even) .inner-wrap {
  margin-right: auto;
}
/* line 1324, ../scss/_pages.scss */
.milestones > li:nth-child(even) .text-wrap {
  margin-left: auto;
}
/* line 1328, ../scss/_pages.scss */
.milestones > li:nth-child(even) .photo-wrap {
  margin-right: auto;
}
/* line 1333, ../scss/_pages.scss */
.milestones > li:nth-child(even).mile-style-1 .photo {
  margin-left: auto;
}
/* line 1339, ../scss/_pages.scss */
.milestones > li:nth-child(even).mile-style-2 .photo {
  margin: 0 -120px 0 auto;
}
/* line 1346, ../scss/_pages.scss */
.milestones > li.mile-style-1 .photo {
  max-width: 550px;
}
/* line 1349, ../scss/_pages.scss */
.milestones > li.mile-style-1 .photo:after {
  padding-top: 65%;
}
/* line 1356, ../scss/_pages.scss */
.milestones > li.mile-style-2 .photo {
  max-width: 690px;
}
/* line 1359, ../scss/_pages.scss */
.milestones > li.mile-style-2 .photo:after {
  padding-top: 50%;
}
/* line 1366, ../scss/_pages.scss */
.milestones .text-wrap {
  position: relative;
  width: calc(50% - 45px);
  padding: 100px 40px;
}
/* line 1371, ../scss/_pages.scss */
.milestones .text-wrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
  background: #151927;
}
/* line 1386, ../scss/_pages.scss */
.milestones .text-wrap h3 {
  margin-bottom: 5px;
  color: #fff;
}
/* line 1391, ../scss/_pages.scss */
.milestones .text-wrap p {
  color: #fff;
}
/* line 1395, ../scss/_pages.scss */
.milestones .text-wrap .inner-wrap {
  width: calc(100% - 20px);
  max-width: 650px;
}
/* line 1401, ../scss/_pages.scss */
.milestones .photo-wrap {
  width: calc(50% - 45px);
}
/* line 1404, ../scss/_pages.scss */
.milestones .photo-wrap .photo {
  width: 100%;
}
/* line 1407, ../scss/_pages.scss */
.milestones .photo-wrap .photo:after {
  padding-top: 45%;
}

/* line 1420, ../scss/_pages.scss */
.global-map-wrap {
  margin: 50px 0;
  text-align: center;
}
/* line 1424, ../scss/_pages.scss */
.global-map-wrap img {
  max-width: 100%;
}

/* line 1430, ../scss/_pages.scss */
.global-map-section .slant-content {
  padding: 200px 0 0;
}

/* line 1443, ../scss/_pages.scss */
.has-shade {
  position: relative;
  margin-bottom: 175px;
}
/* line 1447, ../scss/_pages.scss */
.has-shade:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 70%;
  margin: 120px 0 0;
  transform: skewY(-4deg);
  background: #151927;
}

/* line 1461, ../scss/_pages.scss */
.office-block-list {
  width: calc(100% + 24px);
  margin-top: 50px;
  margin-left: -12px;
}
/* line 1466, ../scss/_pages.scss */
.office-block-list > li {
  width: calc(20% - 24px);
  margin: 0 12px 24px;
}
/* line 1470, ../scss/_pages.scss */
.office-block-list > li.width-3x {
  width: calc(60% - 24px);
}
/* line 1474, ../scss/_pages.scss */
.office-block-list > li.width-3x .photo:after {
  padding-top: 31.3%;
}
/* line 1480, ../scss/_pages.scss */
.office-block-list > li.width-2x {
  width: calc(40% - 24px);
}
/* line 1484, ../scss/_pages.scss */
.office-block-list > li.width-2x .photo:after {
  padding-top: 47.6%;
}

/* line 1492, ../scss/_pages.scss */
.office-list-section {
  position: relative;
  padding: 60px 0 100px;
}

/* line 1497, ../scss/_pages.scss */
.side-nav {
  flex-direction: column !important;
  width: 20%;
  margin: 0 !important;
}
/* line 1502, ../scss/_pages.scss */
.side-nav > li {
  width: 100%;
  margin: 0 !important;
  padding: 25px 45px;
  cursor: pointer;
  opacity: 1 !important;
}
/* line 1509, ../scss/_pages.scss */
.side-nav > li:hover {
  opacity: .9 !important;
  background: #15184e;
}
/* line 1513, ../scss/_pages.scss */
.side-nav > li:hover a {
  color: #fff;
}
/* line 1518, ../scss/_pages.scss */
.side-nav > li.active {
  background: #15184e;
}
/* line 1521, ../scss/_pages.scss */
.side-nav > li.active a {
  color: #fff;
}
/* line 1527, ../scss/_pages.scss */
.side-nav a {
  font-size: 17px;
  color: #696969;
}

/* line 1533, ../scss/_pages.scss */
.left-nav-wrap {
  display: flex;
  padding: 20px 0;
  border-top: 5px solid #15184e;
  align-items: flex-start;
}
/* line 1540, ../scss/_pages.scss */
.left-nav-wrap .tab-content {
  width: 80%;
  padding-left: 30px;
}

/* line 1547, ../scss/_pages.scss */
.office-link-list > li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
  align-items: flex-start;
}
/* line 1555, ../scss/_pages.scss */
.office-link-list .place {
  font-size: 17px;
  font-weight: 600;
  line-height: 1 !important;
  width: 135px;
  margin-right: 35px;
  letter-spacing: -.5px;
  color: #000;
}
/* line 1565, ../scss/_pages.scss */
.office-link-list .link-list {
  width: calc(100% - 170px);
  color: #696969;
}
/* line 1569, ../scss/_pages.scss */
.office-link-list .link-list a {
  font-size: 15px;
  color: #696969;
}
/* line 1573, ../scss/_pages.scss */
.office-link-list .link-list a:hover {
  color: #15184e;
}
/* line 1578, ../scss/_pages.scss */
.office-link-list .link-list > li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 15px;
}
/* line 1583, ../scss/_pages.scss */
.office-link-list .link-list > li:last-child {
  margin-bottom: 0;
}
/* line 1587, ../scss/_pages.scss */
.office-link-list .link-list > li:before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1598, ../scss/_pages.scss */
.global-bottom.white-gradient-part {
  padding: 250px 0 200px;
}
/* line 1601, ../scss/_pages.scss */
.global-bottom.white-gradient-part:before {
  height: 300px;
}

/* line 1607, ../scss/_pages.scss */
.careers-block-list {
  position: relative;
  width: calc(100% + 20px);
  max-width: 1100px;
  margin: 50px auto 0;
}
/* line 1613, ../scss/_pages.scss */
.careers-block-list > li {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
/* line 1618, ../scss/_pages.scss */
.careers-block-list a {
  display: block;
}
/* line 1622, ../scss/_pages.scss */
.careers-block-list .photo {
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 1628, ../scss/_pages.scss */
.careers-block-list .photo:after {
  content: '';
  display: block;
  padding-top: 60%;
}
/* line 1634, ../scss/_pages.scss */
.careers-block-list .photo .content-wrap {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  align-items: flex-end;
  justify-content: flex-start;
}
/* line 1647, ../scss/_pages.scss */
.careers-block-list .photo .content-wrap h1 {
  font-size: 270px;
  line-height: .75;
  color: rgba(255, 255, 255, 0.8);
}
/* line 1655, ../scss/_pages.scss */
.careers-block-list .block {
  position: relative;
  overflow: hidden;
}
/* line 1659, ../scss/_pages.scss */
.careers-block-list .block > .overlay {
  display: flex;
  padding: 20px 50px;
  opacity: 0;
  align-items: center;
  justify-content: center;
}
/* line 1669, ../scss/_pages.scss */
.careers-block-list .block:hover > .overlay {
  opacity: 1;
}
/* line 1673, ../scss/_pages.scss */
.careers-block-list .block:hover .photo {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* line 1679, ../scss/_pages.scss */
.careers-block-list .block:hover .photo .content-wrap {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  opacity: 0;
}
/* line 1690, ../scss/_pages.scss */
.careers-block-list h3 {
  margin-bottom: 10px;
}
/* line 1694, ../scss/_pages.scss */
.careers-block-list p {
  line-height: 1.8;
}
/* line 1698, ../scss/_pages.scss */
.careers-block-list .text-wrap {
  position: relative;
  z-index: 1;
}

/* line 1705, ../scss/_pages.scss */
.career-top-section .has-shade {
  margin-bottom: 0;
}
/* line 1708, ../scss/_pages.scss */
.career-top-section .has-shade:before {
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0, -50%) skewY(-4deg);
  -ms-transform: translate(0, -50%) skewY(-4deg);
  -o-transform: translate(0, -50%) skewY(-4deg);
  transform: translate(0, -50%) skewY(-4deg);
}
/* line 1718, ../scss/_pages.scss */
.career-top-section .slant-content {
  padding: 200px 0 90px;
}

/* line 1723, ../scss/_pages.scss */
.filter-block {
  display: flex;
  align-items: center;
}
/* line 1728, ../scss/_pages.scss */
.filter-block h4 {
  font-weight: 500;
  margin-right: 20px;
  letter-spacing: 0;
}

/* line 1735, ../scss/_pages.scss */
.filter-wrap {
  display: flex;
  margin: 45px 0;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 1744, ../scss/_pages.scss */
.vacancy-top-section.straight-section {
  padding-top: 90px;
}

/* line 1749, ../scss/_pages.scss */
.vacancy-section {
  position: relative;
  padding-bottom: 100px;
}

/* line 1754, ../scss/_pages.scss */
.in-para-link {
  text-decoration: underline;
  color: #1237af;
}
/* line 1758, ../scss/_pages.scss */
.in-para-link:hover {
  opacity: .7;
}
/* line 1762, ../scss/_pages.scss */
.in-para-link.inherit-color {
  color: inherit;
}

/* line 1767, ../scss/_pages.scss */
.career-list-head {
  position: relative;
}
/* line 1770, ../scss/_pages.scss */
.career-list-head .career-list-row {
  padding: 35px 0 !important;
  color: #fff !important;
  border-bottom: none;
}
/* line 1776, ../scss/_pages.scss */
.career-list-head .career-list-row > li:nth-child(2) {
  text-align: center;
}

/* line 1783, ../scss/_pages.scss */
.career-list-row {
  font-weight: 500;
  display: flex;
  padding: 40px 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  letter-spacing: .5px;
  color: #696969;
  border-bottom: 1px solid #b1b1b1;
  align-items: center;
}
/* line 1796, ../scss/_pages.scss */
.career-list-row > li {
  position: relative;
  width: 27%;
  padding: 0 30px;
  text-align: center;
}
/* line 1802, ../scss/_pages.scss */
.career-list-row > li:first-child {
  width: 16%;
}
/* line 1806, ../scss/_pages.scss */
.career-list-row > li:nth-child(2) {
  width: 30%;
  padding-right: 10px;
  text-align: left;
}
/* line 1812, ../scss/_pages.scss */
.career-list-row > li a {
  width: 100%;
  color: #696969;
}
/* line 1818, ../scss/_pages.scss */
.career-list-row p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  color: #696969;
}
/* line 1826, ../scss/_pages.scss */
.career-list-row:hover {
  padding: 65px 0;
  color: #fff;
  background: #151927;
}
/* line 1831, ../scss/_pages.scss */
.career-list-row:hover p {
  color: #fff;
}
/* line 1836, ../scss/_pages.scss */
.career-list-row:hover .border-btn.grey {
  color: #fff;
  border-color: #fff;
}

/* line 1847, ../scss/_pages.scss */
.career-list > li:last-child .career-list-row {
  border-bottom: none;
}
/* line 1855, ../scss/_pages.scss */
.career-list .border-btn.grey:hover {
  background: transparent;
}

/* line 1862, ../scss/_pages.scss */
.dot-list {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

/* line 1870, ../scss/_pages.scss */
.careers .lightbox .btn {
  margin-top: 50px;
}

/* line 1876, ../scss/_pages.scss */
.vacancy-head {
  margin-bottom: 30px;
}

/* line 1887, ../scss/_pages.scss */
.awards-top-section .container {
  display: flex;
}
/* line 1890, ../scss/_pages.scss */
.awards-top-section .container .left-wrap {
  display: flex;
  width: 55%;
  padding-right: 70px;
  border-right: 1px solid #fff;
  align-items: center;
}
/* line 1899, ../scss/_pages.scss */
.awards-top-section .container .right-wrap {
  display: flex;
  width: 45%;
  padding-left: 70px;
  align-items: center;
}

/* line 1910, ../scss/_pages.scss */
.awards-list > li {
  display: flex;
  min-height: 160px;
  padding: 20px 30px;
  border-bottom: 1px solid #b1b1b1;
  align-items: center;
}
/* line 1919, ../scss/_pages.scss */
.awards-list .logo-wrap {
  display: flex;
  width: 170px;
  height: 75px;
  margin-right: 100px;
  align-items: center;
  justify-content: center;
}
/* line 1930, ../scss/_pages.scss */
.awards-list .logo-wrap > img {
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  object-fit: scale-down;
}
/* line 1939, ../scss/_pages.scss */
.awards-list h3 {
  font-weight: 500;
  letter-spacing: 0;
}
/* line 1944, ../scss/_pages.scss */
.awards-list h5 {
  margin-bottom: 0;
}
/* line 1948, ../scss/_pages.scss */
.awards-list .info-wrap {
  width: calc(100% - 150px);
}

/* line 1954, ../scss/_pages.scss */
.client-name {
  font-size: 18px;
  margin: 5px 0;
}

/* line 1959, ../scss/_pages.scss */
.year-section {
  max-width: 1100px;
  margin: 0 auto 80px;
}
/* line 1964, ../scss/_pages.scss */
.year-section:last-child {
  margin-bottom: 0;
}
/* line 1968, ../scss/_pages.scss */
.year-section .divider {
  margin: 10px auto;
}

/* line 1973, ../scss/_pages.scss */
.awards-section {
  padding: 10px 0 150px;
}

/* line 1983, ../scss/_pages.scss */
.underline-nav {
  display: flex;
  margin: 30px 0 70px;
  align-items: flex-end;
  justify-content: center;
}
/* line 1990, ../scss/_pages.scss */
.underline-nav > li {
  margin: 0 15px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .5;
}
/* line 1997, ../scss/_pages.scss */
.underline-nav > li:hover {
  opacity: 1;
}
/* line 2001, ../scss/_pages.scss */
.underline-nav > li.active {
  opacity: 1;
}
/* line 2006, ../scss/_pages.scss */
.underline-nav a {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  color: #15184e;
  border-bottom: 2px solid #15184e;
}

/* line 2015, ../scss/_pages.scss */
.detail-news-list {
  max-width: 1200px;
  margin: auto;
}
/* line 2019, ../scss/_pages.scss */
.detail-news-list h4 {
  font-size: 25px;
  font-weight: 500;
  margin: 8px 0 10px;
}

/* line 2026, ../scss/_pages.scss */
.news-item {
  display: flex;
  padding: 40px 30px 40px 0;
  border-bottom: 1px solid #b1b1b1;
  align-items: center;
  justify-content: space-between;
}
/* line 2034, ../scss/_pages.scss */
.news-item .box-go {
  width: 50px;
  margin-left: auto;
}
/* line 2039, ../scss/_pages.scss */
.news-item .news-info {
  width: calc(100% - 50px);
  padding-right: 80px;
}
/* line 2044, ../scss/_pages.scss */
.news-item h5 {
  margin-bottom: 0;
}
/* line 2048, ../scss/_pages.scss */
.news-item .client-name {
  line-height: 1.3;
}

/* line 2054, ../scss/_pages.scss */
.news-section .slant-content {
  padding: 200px 0 60px;
}

/* line 2059, ../scss/_pages.scss */
.news-list-section {
  padding-bottom: 150px;
}
/* line 2062, ../scss/_pages.scss */
.news-list-section.straight-section {
  padding-top: 40px;
}

/* line 2073, ../scss/_pages.scss */
.video-grid-list {
  display: flex;
  width: calc(100% + 30px);
  margin-left: -15px;
  flex-wrap: wrap;
}
/* line 2080, ../scss/_pages.scss */
.video-grid-list > li {
  width: calc(25% - 30px);
  margin: 0 15px 40px;
}
/* line 2084, ../scss/_pages.scss */
.video-grid-list > li.video-50 {
  width: calc(50% - 30px);
}
/* line 2088, ../scss/_pages.scss */
.video-grid-list > li.video-35 {
  width: calc(35% - 30px);
}
/* line 2091, ../scss/_pages.scss */
.video-grid-list > li.video-35 .thumb {
  height: 410px;
}
/* line 2096, ../scss/_pages.scss */
.video-grid-list > li.video-65 {
  width: calc(65% - 30px);
}
/* line 2099, ../scss/_pages.scss */
.video-grid-list > li.video-65 .thumb {
  height: 410px;
}
/* line 2105, ../scss/_pages.scss */
.video-grid-list .thumb {
  width: 100%;
  height: 300px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-position: center;
  background-size: cover;
}
/* line 2115, ../scss/_pages.scss */
.video-grid-list .photo-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
/* line 2121, ../scss/_pages.scss */
.video-grid-list .photo-wrap:hover .thumb {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* line 2128, ../scss/_pages.scss */
.video-grid-list .photo-wrap:hover .overlay {
  background: transparent;
}
/* line 2131, ../scss/_pages.scss */
.video-grid-list .photo-wrap:hover .overlay > img {
  opacity: 1;
}
/* line 2137, ../scss/_pages.scss */
.video-grid-list .photo-wrap .overlay {
  display: flex;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: rgba(255, 255, 255, 0.3);
  align-items: center;
  justify-content: center;
}
/* line 2147, ../scss/_pages.scss */
.video-grid-list .photo-wrap .overlay > img {
  width: 130px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .65;
}

/* line 2158, ../scss/_pages.scss */
.line-title-wrap {
  display: flex;
  margin-bottom: 7px;
  align-items: center;
}
/* line 2164, ../scss/_pages.scss */
.line-title-wrap h5 {
  width: 130px;
  margin-bottom: 0;
  padding-right: 25px;
  text-transform: uppercase;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -o-text-transform: uppercase;
}
/* line 2176, ../scss/_pages.scss */
.line-title-wrap .line {
  width: calc(100% - 130px);
  height: 1px;
  background: #8c8c8c;
}

/* line 2183, ../scss/_pages.scss */
.video-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* line 2189, ../scss/_pages.scss */
.video-info {
  margin-top: 20px;
}

/* line 2200, ../scss/_pages.scss */
.contact-map-section .slant-content {
  padding: 0 0 120px;
}
/* line 2204, ../scss/_pages.scss */
.contact-map-section a {
  color: #fff;
}
/* line 2207, ../scss/_pages.scss */
.contact-map-section a:hover {
  color: #4e8ff1;
}

/* line 2213, ../scss/_pages.scss */
.contact-info-block {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: 100%;
  max-width: 700px;
  padding: 110px 80px;
  -webkit-transform: skewY(-4deg) translate(0, -50%);
  -ms-transform: skewY(-4deg) translate(0, -50%);
  -o-transform: skewY(-4deg) translate(0, -50%);
  transform: skewY(-4deg) translate(0, -50%);
  background: #151927;
  align-items: center;
  justify-content: flex-end;
}
/* line 2230, ../scss/_pages.scss */
.contact-info-block .skew-content {
  width: 100%;
  max-width: 480px;
}
/* line 2234, ../scss/_pages.scss */
.contact-info-block .skew-content h3 {
  line-height: 1.1;
  margin-bottom: 15px;
  color: #fff;
}
/* line 2240, ../scss/_pages.scss */
.contact-info-block .skew-content p {
  color: #fff;
}
/* line 2245, ../scss/_pages.scss */
.contact-info-block .divider {
  margin: 25px 0 15px;
  background: #fff;
}
/* line 2250, ../scss/_pages.scss */
.contact-info-block .contact-info-list {
  margin-top: 5px;
}

/* line 2255, ../scss/_pages.scss */
.skew-content {
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
}

/* line 2263, ../scss/_pages.scss */
.contact-info-list > li {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
}
/* line 2269, ../scss/_pages.scss */
.contact-info-list > li:last-child {
  margin-bottom: 0;
}
/* line 2274, ../scss/_pages.scss */
.contact-info-list .icon-wrap {
  width: 20px;
  margin: 3px 10px 0 0;
  margin-right: 10px;
  text-align: center;
}
/* line 2281, ../scss/_pages.scss */
.contact-info-list p {
  line-height: 1.3;
}

/* line 2286, ../scss/_pages.scss */
.contact-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
/* line 2292, ../scss/_pages.scss */
.contact-item h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
}
/* line 2298, ../scss/_pages.scss */
.contact-item h5 {
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 2303, ../scss/_pages.scss */
.contact-item p {
  color: #fff;
}
/* line 2307, ../scss/_pages.scss */
.contact-item a {
  opacity: .6;
  color: #fff;
}
/* line 2311, ../scss/_pages.scss */
.contact-item a p {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #fff;
}
/* line 2318, ../scss/_pages.scss */
.contact-item a:hover {
  opacity: 1;
  color: #4e8ff1;
}
/* line 2322, ../scss/_pages.scss */
.contact-item a:hover p {
  color: #4e8ff1;
}
/* line 2328, ../scss/_pages.scss */
.contact-item .left-wrap {
  width: 60%;
}
/* line 2332, ../scss/_pages.scss */
.contact-item .right-wrap {
  width: 40%;
}
/* line 2335, ../scss/_pages.scss */
.contact-item .right-wrap a {
  display: flex;
  margin-left: auto;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
/* line 2344, ../scss/_pages.scss */
.contact-item .right-wrap i {
  font-size: 30px;
  margin-right: 15px;
}
/* line 2349, ../scss/_pages.scss */
.contact-item .right-wrap p {
  line-height: 1.5;
}

/* line 2356, ../scss/_pages.scss */
.contact-list > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 2361, ../scss/_pages.scss */
.contact-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 2369, ../scss/_pages.scss */
.contact-list-section {
  position: relative;
  z-index: 6;
  padding-top: 60px;
  padding-bottom: 100px;
}

/* line 2376, ../scss/_pages.scss */
.contact-form-section {
  position: relative;
  padding: 100px 0 150px;
}
/* line 2380, ../scss/_pages.scss */
.contact-form-section .container {
  max-width: 720px;
}
/* line 2383, ../scss/_pages.scss */
.contact-form-section .container h2 {
  margin-bottom: 10px;
}

/* line 2389, ../scss/_pages.scss */
.selectric-white .selectric .label {
  color: #fff;
}

/* line 2393, ../scss/_pages.scss */
.contact-form-list {
  max-width: 470px;
  margin: 35px auto 45px;
  text-align: left;
}
/* line 2398, ../scss/_pages.scss */
.contact-form-list label {
  font-family: "Open Sans", 微軟正黑體, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 5px;
  letter-spacing: 0;
  color: #8c8c8c;
}
/* line 2408, ../scss/_pages.scss */
.contact-form-list > li {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
/* line 2413, ../scss/_pages.scss */
.contact-form-list > li:last-child {
  margin-bottom: 0;
}

/* line 2425, ../scss/_pages.scss */
.input-wrap {
  position: relative;
}
/* line 2428, ../scss/_pages.scss */
.input-wrap > button {
  position: absolute;
  top: 0;
  right: 8px;
  width: 29px;
  height: 100%;
  padding: 0 7px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .5;
}
/* line 2440, ../scss/_pages.scss */
.input-wrap > button > img {
  max-width: 100%;
}
/* line 2444, ../scss/_pages.scss */
.input-wrap > button:hover {
  right: 3px;
  opacity: 1;
}
/* line 2450, ../scss/_pages.scss */
.input-wrap input[type=text] {
  margin-bottom: 0;
  padding: 9px 50px 9px 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 2457, ../scss/_pages.scss */
.input-wrap ::placeholder {
  font-style: normal;
}

/* line 2462, ../scss/_pages.scss */
.subscribe-form {
  max-width: 400px;
  margin: 20px auto 0;
}

/* line 2467, ../scss/_pages.scss */
.subscribe-section {
  margin-top: -70px;
}
/* line 2471, ../scss/_pages.scss */
.subscribe-section .blue-bg {
  padding: 50px 0 110px;
}
/* line 2476, ../scss/_pages.scss */
.subscribe-section h2 {
  margin-bottom: 10px;
}
/* line 2480, ../scss/_pages.scss */
.subscribe-section .slant-content {
  padding: 180px 0 250px;
}

/* line 2485, ../scss/_pages.scss */
.spotlight-list-section {
  padding-bottom: 220px;
}

/* line 2496, ../scss/_pages.scss */
.management-detail .chairman-section {
  padding-bottom: 150px;
}
/* line 2499, ../scss/_pages.scss */
.management-detail .chairman-section .thoughtinner {
  align-items: center;
}


.management-detail .chairman-section .text-desc {
  align-items: unset;
  display: block;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) { 
  .management-detail .chairman-section .text-desc ul{
    width: 98%;
    margin-left: 2%;
  }

}

.management-detail .chairman-section .text-desc ul li{
      list-style-type: disc;
      font-family: "Open Sans", 微軟正黑體, sans-serif;
     font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .5px;
    color: #333;
    margin: 5px 0;
}

.management-detail .chairman-section .text-desc p{
      list-style-type: disc;
      font-family: "Open Sans", 微軟正黑體, sans-serif;
     font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .5px;
    color: #333;
    margin: 5px 0;
}

.management-detail .chairman-section .text-desc p img{
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
}


/* line 2503, ../scss/_pages.scss */
.management-detail .chairman-section .thoughtinner .text-wrap p {
  display: block;
  overflow: auto;
  text-overflow: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

/* line 2522, ../scss/_pages.scss */
.enquiry-form-section {
  margin-top: 70px;
}

/* line 2532, ../scss/_pages.scss */
.snapshot-list {
  width: calc(100% + 36px);
  margin-left: -13px;
}
/* line 2536, ../scss/_pages.scss */
.snapshot-list .photo {
  position: relative;
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 2543, ../scss/_pages.scss */
.snapshot-list .photo:after {
  content: '';
  display: block;
  padding-top: 45%;
}
/* line 2550, ../scss/_pages.scss */
.snapshot-list > li {
  width: calc(50% - 36px);
  margin: 0 16px 75px;
}
/* line 2555, ../scss/_pages.scss */
.snapshot-list > li > a {
  display: block;
}
/* line 2560, ../scss/_pages.scss */
.snapshot-list .text-wrap {
  margin-top: 20px;
  padding: 0 45px;
}
/* line 2564, ../scss/_pages.scss */
.snapshot-list .text-wrap h4 {
  margin-bottom: 20px;
  letter-spacing: 0;
}
/* line 2570, ../scss/_pages.scss */
.snapshot-list .text-wrap h5.straight {
  margin-bottom: 10px;
}
/* line 2574, ../scss/_pages.scss */
.snapshot-list .text-wrap h5.date {
  font-size: 15px;
  margin-bottom: 25px;
}
/* line 2581, ../scss/_pages.scss */
.snapshot-list .photo-wrap {
  overflow: hidden;
}
/* line 2585, ../scss/_pages.scss */
.snapshot-list .photo-wrap:hover .photo {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* line 2595, ../scss/_pages.scss */
.snapshot-section {
  position: relative;
  z-index: 5;
  padding: 30px 0 140px;
}

/* line 2607, ../scss/_pages.scss */
.clients-say-section {
  position: relative;
  z-index: 5;
  padding-top: 30px;
  padding-bottom: 80px;
}

/* line 2613, ../scss/_pages.scss */
.clients-say-list {
  display: flex;
  flex-wrap: wrap;
}


#clients #tablist {
   overflow:hidden;
   display: flex;
   justify-content: center;
}
#clients #tablist li {
   float:left;
   padding:20px 40px;
   cursor:pointer;
    color: #294086;
    border: 2px solid #294086;
   transition:all ease .3s;
    border-right: none;
}

#clients #tablist li:last-child{
    border-right:2px solid #294086;
}


#clients .box {
   width:100%;
   margin:10px auto;
   position:relative
}
#clients #tablist li:hover {
   background:#294086;
   color:#fff;
}
#clients #tablist li.tabin {
   background:#294086;
   color:#fff
}
#clients .content-box {
   width:100%;
   /*height:250px;*/
   position:relative;
   left:0;
   top:55px;
   /*overflow:hidden;*/
}
#clients .content {
   clear:both;
   color:#fff;
   opacity:0;
   transition:all ease .3s;
   position:relative;
   top:0;
   left:0;
   max-height:0;
}
#clients .contentin {
   opacity:1;
   max-height:unset;
}


.globalsectiontext{
  margin: 200px 0 0 0;
}


@media screen and (max-width: 768px) { 
    #clients #tablist {
     overflow:hidden;
     display: flex;
     justify-content: center;
     flex-direction: column;
  }
   #clients #tablist li {
       float:left;
       color:#294086;
       padding:20px 40px;
       margin-right:0;
       margin-bottom:15px;
       cursor:pointer;
       border:2px solid #294086;
       transition:all ease .3s;
       text-align: center;
    }

    .company-snapshot-section h2 {
      margin-bottom: 35px !important;
    }

    #clients .content-box {
        position: relative;
        left: 0;
        top: 25px;
    }

    .globalsectiontext{
      margin: 0;
    }

}


/*.globalsectiontext .container p{
  font-size: 22px;
  font-weight: bold;
  color: #15184e;
  line-height: 1.6;
}*/


/* line 2618, ../scss/_pages.scss */
.clients-say-list > li {
  position: relative;
  width: calc(100% / 3 - 20px);
  margin: 20px 10px 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 2626, ../scss/_pages.scss */
.clients-say-list > li:nth-child(5n-4) {
  width: calc(60% - 20px);
}
/* line 2629, ../scss/_pages.scss */
.clients-say-list > li:nth-child(5n-4) .card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 2636, ../scss/_pages.scss */
.clients-say-list > li:nth-child(5n-4) .icon-wrap {
  width: 40%;
}
/* line 2640, ../scss/_pages.scss */
.clients-say-list > li:nth-child(5n-4) .text-wrap {
  width: 60%;
  margin-top: 0;
  padding-left: 20px;
  text-align: left;
}
/* line 2647, ../scss/_pages.scss */
.clients-say-list > li:nth-child(5n-4) .divider {
  margin: 25px 0 15px;
}
/* line 2652, ../scss/_pages.scss */
.clients-say-list > li:nth-child(5n-4) .quote-icon-wrap img {
  width: auto;
}
/* line 2658, ../scss/_pages.scss */
.clients-say-list > li:nth-child(5n-3) {
  width: calc(40% - 20px);
}
/* line 2662, ../scss/_pages.scss */
.clients-say-list > li:nth-child(5n-3) .quote-icon-wrap img {
  width: auto;
}
/* line 2668, ../scss/_pages.scss */
.clients-say-list > li:hover {
  margin: 0 10px 20px;
}
/* line 2671, ../scss/_pages.scss */
.clients-say-list > li:hover .card {
  border-top: 5px solid #151927;
}
/* line 2677, ../scss/_pages.scss */
.clients-say-list .card {
  width: 100%;
  height: 100%;
  padding: 30px 40px 55px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  text-align: center;
  border-top: 5px solid transparent;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
/* line 2690, ../scss/_pages.scss */
.clients-say-list h4 {
  line-height: 1.5;
  color: #151927;
}
/* line 2695, ../scss/_pages.scss */
.clients-say-list h5 {
  margin-bottom: 5px;
  color: #151927;
}
/* line 2700, ../scss/_pages.scss */
.clients-say-list p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
/* line 2706, ../scss/_pages.scss */
.clients-say-list .quote-icon-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
/* line 2711, ../scss/_pages.scss */
.clients-say-list .quote-icon-wrap img {
  width: 70px;
  max-width: 100%;
  margin: auto;
}
/* line 2718, ../scss/_pages.scss */
.clients-say-list .divider {
  margin: 25px auto 10px;
}
/* line 2722, ../scss/_pages.scss */
.clients-say-list .text-wrap {
  margin-top: 30px;
}
/* line 2726, ../scss/_pages.scss */
.clients-say-list .btn-wrap {
  width: 100%;
  margin-top: 40px;
}
/* line 2731, ../scss/_pages.scss */
.clients-say-list .icon-wrap {
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
}
/* line 2738, ../scss/_pages.scss */
.clients-say-list .icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  object-fit: scale-down;
}
/* line 2749, ../scss/_pages.scss */
.clients-say-list .border-btn.grey:hover {
  background: #15184e;
}

/* line 2756, ../scss/_pages.scss */
.clients-say-slide {
  padding: 20px;
}

/* line 2760, ../scss/_pages.scss */
.clients-say-slider {
  width: calc(100% + 40px);
  margin-bottom: 40px !important;
  margin-left: -20px;
}
/* line 2766, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list {
  width: calc(100% + 50px);
  margin-left: -25px;
}
/* line 2770, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list > li {
  width: calc(25% - 50px) !important;
  margin: 0 25px;
}




.company-profile .clients-say-slider.four-cols .clients-say-list {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.company-profile .clients-say-slider.four-cols .clients-say-list > li {
    width: calc(33.33% - 30px) !important;
    margin: 0 15px 30px 15px;
}

.company-profile  .clients-say-slider.four-cols .clients-say-list > li:hover {
   margin: 0 15px 30px 15px;
}

.company-profile  .clients-say-slider .slick-list{width: 100%;}

 .company-profile  .clients-say-slider .slick-list .slick-track{width: 100% !important;}

 .company-profile  .clients-say-slider .slick-list .clients-say-slide{width: 100%;}

@media screen and (max-width: 1200px) { 
  .company-profile .clients-say-slider.four-cols .clients-say-list > li {
      width: calc(50% - 30px) !important;
      margin: 0 15px 30px 15px;
  }
}  

@media screen and (max-width: 768px) { 
  .company-profile .clients-say-slider.four-cols .clients-say-list {
    width: calc(100% - 10px);
    margin-left: 0;
}
  .company-profile .clients-say-slider.four-cols .clients-say-list > li {
      width: 100% !important;
      margin: 0 5px 30px 5px;
  }
  .company-profile  .clients-say-slider.four-cols .clients-say-list > li:hover {
        margin: 0 5px 30px 5px;
  }
}  


/* line 2774, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list > li .text-wrap {
  margin-top: 30px !important;
  padding-left: 0 !important;
  text-align: center !important;
}
/* line 2781, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list > li:nth-child(5n-4) .card {
  display: block;
}
/* line 2785, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list > li:nth-child(5n-4) .icon-wrap {
  width: 100%;
}
/* line 2789, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list > li:nth-child(5n-4) .text-wrap {
  width: 100%;
}
/* line 2794, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list > li:hover {
  margin: 0 25px;
}
/* line 2799, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list h5 {
  line-height: 1.5;
}
/* line 2803, ../scss/_pages.scss */
.clients-say-slider.four-cols .clients-say-list .card {
  padding: 55px 40px;
  cursor: pointer;
}

/* line 2811, ../scss/_pages.scss */
.five-cols {
  display: flex;
  flex-wrap: wrap;
}
/* line 2816, ../scss/_pages.scss */
.five-cols > li {
  width: 20%;
}

/* line 2821, ../scss/_pages.scss */
.clients-show-list {
  align-items: center;
}
/* line 2824, ../scss/_pages.scss */
.clients-show-list > li {
  position: relative;
}
/* line 2828, ../scss/_pages.scss */
.clients-show-list img {
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  object-fit: scale-down;
}
/* line 2836, ../scss/_pages.scss */
.clients-show-list .block {
  position: relative;
  padding: 20px;
  text-align: center;
}

/* line 2843, ../scss/_pages.scss */
.clients-show-section {
  padding: 100px 0;
}
/* line 2846, ../scss/_pages.scss */
.clients-show-section h2 {
  margin-bottom: 20px;
}

/* line 2851, ../scss/_pages.scss */
.company {
  font-weight: 600;
  color: #151927;
}

/* line 2857, ../scss/_pages.scss */
.lightbox .icon-wrap {
  max-width: 270px;
  margin: 50px auto 30px;
}
/* line 2861, ../scss/_pages.scss */
.lightbox .icon-wrap img {
  max-width: 100%;
}
/* line 2867, ../scss/_pages.scss */
.lightbox p.position {
  line-height: 1.6;
}
/* line 2872, ../scss/_pages.scss */
.lightbox h5 {
  margin-bottom: 5px;
}

/* line 2878, ../scss/_pages.scss */
.clients-snapshot-section h2 {
  margin-bottom: 35px;
}

/* line 2883, ../scss/_pages.scss */
.anchor-list {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center;
}
/* line 2890, ../scss/_pages.scss */
.anchor-list > li {
  padding: 0 30px;
  border-right: 1px solid #b1b1b1;
}
/* line 2894, ../scss/_pages.scss */
.anchor-list > li:last-child {
  border-right: 0;
}
/* line 2899, ../scss/_pages.scss */
.anchor-list h5 {
  margin-bottom: 0;
}
/* line 2904, ../scss/_pages.scss */
.anchor-list a:hover {
  color: #15184e;
}

/* line 2916, ../scss/_pages.scss */
.snapshot-detail-section {
  position: relative;
  z-index: 5;
  padding: 30px 0 150px;
}
/* line 2921, ../scss/_pages.scss */
.snapshot-detail-section h2 {
  margin-bottom: 20px;
}
/* line 2925, ../scss/_pages.scss */
.snapshot-detail-section .grid-list {
  margin-top: 50px;
}

/* line 2930, ../scss/_pages.scss */
.grid-list {
  display: flex;
  width: calc(100% + 30px);
  margin-left: -15px;
  flex-wrap: wrap;
}
/* line 2937, ../scss/_pages.scss */
.grid-list > li {
  position: relative;
  overflow: hidden;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .7;
}
/* line 2952, ../scss/_pages.scss */
.grid-list > li:hover {
  opacity: 1;
}
/* line 2955, ../scss/_pages.scss */
.grid-list > li:hover .grid {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* line 2964, ../scss/_pages.scss */
.grid-list a {
  display: block;
}
/* line 2968, ../scss/_pages.scss */
.grid-list .grid {
  width: 100%;
  height: 300px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-position: center;
  background-size: cover;
}
/* line 2979, ../scss/_pages.scss */
.grid-list.block-list > li {
  opacity: 1;
}
/* line 2983, ../scss/_pages.scss */
.grid-list.block-list .overlay {
  padding: 0 20px;
}

/* line 2989, ../scss/_pages.scss */
.higher-section {
  position: relative;
  z-index: 10;
}

/* line 3000, ../scss/_pages.scss */
.services-landing-section {
  padding-bottom: 150px;
}

/* line 3010, ../scss/_pages.scss */
.parall-section {
  position: relative;
  padding: 120px 50px 120px 0;
}
/* line 3015, ../scss/_pages.scss */
.parall-section:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
  background: #151927;
}

/* line 3032, ../scss/_pages.scss */
.company-intro-section .full-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
/* line 3039, ../scss/_pages.scss */
.company-intro-section .full-section .title-wrap {
  width: 30%;
  margin-top: 10px;
}
/* line 3043, ../scss/_pages.scss */
.company-intro-section .full-section .title-wrap .inner-wrap {
  max-width: 250px;
  margin-left: auto;
  padding-left: 20px;
}
/* line 3050, ../scss/_pages.scss */
.company-intro-section .full-section .text-wrap {
  width: calc(70% - 30px);
  max-width: calc(1300px * .7);
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #b1b1b1;
}
/* line 3057, ../scss/_pages.scss */
.company-intro-section .full-section .text-wrap p {
  letter-spacing: 0;
}
/* line 3061, ../scss/_pages.scss */
.company-intro-section .full-section .text-wrap span {
  font-weight: 500;
}
/* line 3064, ../scss/_pages.scss */
.company-intro-section .full-section .text-wrap span a {
  font-weight: 500;
}
/* line 3067, ../scss/_pages.scss */
.company-intro-section .full-section .text-wrap span a:hover {
  color: #1237af;
}

/* line 3077, ../scss/_pages.scss */
.company-mgt-section h2 {
  margin-bottom: 50px;
}
/* line 3081, ../scss/_pages.scss */
.company-mgt-section.has-shade {
  margin-bottom: 120px;
}
/* line 3084, ../scss/_pages.scss */
.company-mgt-section.has-shade:before {
  top: 20%;
}

/* line 3090, ../scss/_pages.scss */
.company-bottom-white {
  position: relative;
}

/* line 3095, ../scss/_pages.scss */
.company-say-section h2 {
  margin-bottom: 20px;
}

/* line 3100, ../scss/_pages.scss */
.company-snapshot-section {
  padding: 50px 0 0 0;
}
/* line 3103, ../scss/_pages.scss */
.company-snapshot-section h2 {
  margin-bottom: 55px;
  text-align: center;
}
/* line 3108, ../scss/_pages.scss */
.company-snapshot-section .video-grid-list p {
  line-height: 1.4;
}
/* line 3112, ../scss/_pages.scss */
.company-snapshot-section .video-grid-list > li {
  width: calc(50% - 30px);
}
/* line 3117, ../scss/_pages.scss */
.company-snapshot-section .video-title {
  margin-bottom: 5px;
}
/* line 3121, ../scss/_pages.scss */
.company-snapshot-section .thumb {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .7;
}
/* line 3130, ../scss/_pages.scss */
.company-snapshot-section .photo-wrap:hover .thumb {
  opacity: 1;
}

/* line 3137, ../scss/_pages.scss */
.expertise-slide {
  margin: 0 20px;
}
/* line 3140, ../scss/_pages.scss */
.expertise-slide a {
  display: block;
  width: 100%;
}
/* line 3145, ../scss/_pages.scss */
.expertise-slide .icon-wrap {
  position: relative;
  display: flex;
  height: 220px;
  margin-bottom: 20px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: #e9e9e9;
  align-items: center;
  justify-content: center;
}
/* line 3158, ../scss/_pages.scss */
.expertise-slide .icon-wrap > img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  flex: 0 0 auto;
  object-fit: scale-down;
}
/* line 3169, ../scss/_pages.scss */
.expertise-slide .icon-wrap > div {
  position: relative;
}
/* line 3173, ../scss/_pages.scss */
.expertise-slide .icon-wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 3181, ../scss/_pages.scss */
.expertise-slide h4 {
  font-weight: 500;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* line 3189, ../scss/_pages.scss */
.expertise-slide:hover .icon-wrap {
  background: #15184e;
}
/* line 3192, ../scss/_pages.scss */
.expertise-slide:hover .icon-wrap .hover {
  opacity: 1;
}
/* line 3196, ../scss/_pages.scss */
.expertise-slide:hover .icon-wrap .no-hover {
  opacity: 0;
}
/* line 3201, ../scss/_pages.scss */
.expertise-slide:hover h4 {
  color: #15184e;
}

/* line 3207, ../scss/_pages.scss */
.expertise-slider {
  width: calc(100% + 40px);
  margin-left: -20px;
}
/* line 3211, ../scss/_pages.scss */
.expertise-slider .slick-prev {
  left: -50px;
}
/* line 3215, ../scss/_pages.scss */
.expertise-slider .slick-next {
  right: -50px;
}

/* line 3221, ../scss/_pages.scss */
.expertise-slider-list > li {
  margin-top: 60px;
}
/* line 3225, ../scss/_pages.scss */
.expertise-slider-list h3 {
  margin-bottom: 20px;
  letter-spacing: 0;
}

/* line 3231, ../scss/_pages.scss */
.expertise-section {
  padding-top: 80px;
}

/* line 3236, ../scss/_pages.scss */
.video-grid-list a {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */



 #enquiry-floating {
   background: #294086;
    position: fixed;
    right: 10px;
    top: 35%;
    z-index: 9999;
    padding: 12px 12px 9px 12px;
    color: #fff;
    border-radius:50%;
    width: 60px;
    /*padding: 20px 15px;*/
    }


 #enquiry-floating a {
    color: #fff;
    color: #fff;
    font-size: 16px;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    /*-moz-transform: rotate(-180deg);*/
    /*-webkit-transform: rotate(-180deg);*/
}
    
@media screen and (max-width: 768px) { 
    #enquiry-floating {
        display:none;
    }
}


#about .milestones .text-wrap a{
  text-decoration: underline;
  color: #fff;
  font-weight: inherit;
}



/*    .home-quote-slider .photo-wrap {
        background-image: url('/img/home/2022banner/banner-2022-en.jpeg');
        background-position: left;

    }

    @media screen and (max-width: 1024px) {
        .home-quote-slider .photo-wrap {
            background-image: url('/img/home/2022banner/banner-2022-en.jpeg');
            background-position: left;
        }

    }
    @media screen and (max-width: 500px) {
        .home-quote-slider .photo-wrap {
            background-image: url('/img/home/2022banner/banner-2022-en-mobile.jpeg');
            background-position: left;
        }

    }*/



.home-quote-bgimg{
  margin: 80px 0;
}

.home-quote-bgimg img{
  width: 100%;
}


.boxvideo {
    position: relative;
}

.videos {
    width: 100%;
    /*height: 500px;*/
    object-fit: cover;
}

.videoimg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/common/video-btn.png) rgba(0,0,0,0.4) center no-repeat;
    /*background: url(../img/vv.png) rgba(0,0,0,0.4) center no-repeat;*/
    cursor: pointer;
    z-index: 999;
}

.photovideo:after{
  display: none;
}

.videos::-webkit-media-controls-fullscreen-button {
    display: none;
}
.videos::-webkit-media-controls-play-button {
    display: none;
}
.videos::-webkit-media-controls-timeline {
    display: none;
}
.videos::-webkit-media-controls-current-time-display{
    display: none;           
}
.videos::-webkit-media-controls-time-remaining-display {
    display: none;           
}
.videos::-webkit-media-controls-mute-button {
    display: none;           
}
.videos::-webkit-media-controls-toggle-closed-captions-button {
    display: none;           
}
.videos::-webkit-media-controls-volume-slider {
    display: none;           
}
.videos::-webkit-media-controls-enclosure{
    display: none;
}


.mediatit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 25px 0;
}


.mediatit h3{
  font-weight: 500;
}

.mediatit a{
  display: inline-block;
  width: unset;
}

.block-list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 50px;
}

.thoughtuul .block{
  position: relative;
}

.thoughtuul  > li .line-title-wrap{
  margin-top: 15px;
}

.thoughtuul  > li:hover div.overlay{
  opacity: 0;
}


.thoughtuul > li {
    position: relative;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
}

.thoughtuul  .photo{
     -webkit-filter: unset; 
    -o-filter: unset;
     filter: unset; 
}

.home-news .two-cols {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.home-news .two-cols > li {
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
}

.home-news .two-cols.Chatroomuul > li {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
}

.home-news .two-cols.Chatroomuul > li h5.video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.thoughtuul h4{
  padding: 0 15px;
}


@media screen and (max-width: 992px) { 
#home  .video-grid-list > li {
      width: calc(100% / 2 - 20px) !important;
      margin: 0 10px 40px;
  }

  .thoughtuul > li {
      position: relative;
      width: calc(33.33% - 20px);
      margin: 0 10px 30px;
  }

  .mediatit h3 {
      font-size:24px;
  }

  #home  .border-btn {
      padding: 10px 25px 10px 25px;
  }


  .home-about .photo-wrap {
    width: 50%;
  }

  .home-about .text-wrap {
      width: 50%;
      padding-left: 25px;
  }


.home-quote-bgimg{
  margin: 50px 0 70px 0;
}

.home-quote-bgimg img{
  width: 100%;
  height: 370px;
  object-fit: cover;
}



}




@media screen and (max-width: 768px) { 
#home  .video-grid-list > li {
   width: 100% !important;
    margin: 0 0 35px;
  }

 #home  .thoughtuul{
   width: 100%;
  margin-left: 0;
  }

 #home  .thoughtuul > li {
      position: relative;
      width: 100% !important;
    margin: 0 0 35px;
  }


.home-news .two-cols > li {
      width: 100% !important;
      margin: 0 0 35px !important;
}

  .mediatit h3 {
      font-size:22px;
  }

  #home  .border-btn {
      padding: 7px 15px 7px 15px;
  }

  .home-quote-bgimg img{
    width: 100%;
    height: 240px;
    object-fit: cover;
  }


}



@media screen and (max-width: 380px) { 
  .home-quote-bgimg img{
    width: 100%;
    height: 190px;
    object-fit: cover;
  }

}



.yearbooklist .thumb{
  height: unset;
}

.yearbooklist .thumb img{
  width: 100%;
}

.yearbooklist > li{
      width: calc(33% - 30px);
}


.chatroomlist li{
  width: calc(33.33% - 30px);
  margin: 15px;
}

.chatroomlist li a{
  display: block;
}

@media screen and (max-width: 768px) { 
  .chatroomlist li{
    width: 100%;
    margin: 0 0 20px 0;
  }

}


.thoughtinner .nameh3{
  font-weight: bold;
  padding-bottom: 20px;
  color: #15184e;
}


 .chatroomlist li  a .img{
    width: 100%;
    padding-bottom: 0;
  }
.Chatroomuul li a .img{
  width: 100%;
  padding-bottom: 0;
}

.locationsection .contact-item .left-wrap h4{
font-family: "Open Sans", 微軟正黑體, sans-serif !important;
}

.locationsection .contact-item .left-wrap h4 i{
  width: 26px;
  height: 26px;
  font-size: 32px;
  border: 2px solid #fff;
  background: #fff;
  margin-right: 10px;
  line-height: 20px;
  text-align: center;
  color: #151927;
}

.locationsection .contact-item .left-wrap a:hover i{
  border: 2px solid #4e8ff1;
  background: #4e8ff1;
}

@media screen and (max-width: 768px) { 
  .locationsection .contact-item .left-wrap h4 {
    margin-bottom: 10px;
  }

}


.scsrnetwork{
    padding-right: 40px;
}

.social-nav{
    display: flex;
    border-left: 1px solid #fff;
    align-items: center;
    padding-left: 40px;
}


@media screen and (max-width: 400px) { 
    .scsrnetwork{
      padding-right: 10px;
  }
}



@media screen and (max-width: 768px) { 
 .social-nav{
    display: flex;
    border-left: unset;
    align-items: unset;
    padding-left: 0;
}


}


.home .home-client-slide h4{
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}