@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,700,700i,800,900&display=swap');

body {
  overflow-x: hidden;
  line-height: 1.5em;
  font-family: 'Poppins', 'Noto Sans TC', 'Noto Sans SC', 'Montserrat', 'Roboto Condensed', 'Calibri', Helvetica, sans-serif !important; 
}

html,
body {
  touch-action: manipulation;
}

.font-helvetica {
  font-family: Helvetica !important;
}

.tooltip_templates {
  display: none;
}

a {
  color: #008ad1;
  text-decoration: none !important;
}

a:hover {
  color: #0d90d3;
}

b {
  font-weight: bold;
}

img {
  vertical-align: middle;
}

input {
  min-height: 36px;
}

.grey {
  color: #343434;
}

.highlight {
  color: #0d90d3 !important;
}

.highlight.dark {
  color: #008ad1 !important;
}

.highlight b {
  font-weight: 800;
}

.bg-primary {
  background: #0d90d3 !important;
}

.bg-primary-light {
  background: rgba(147, 194, 65, 0.2) !important;
}

.bg-lightgrey {
  background: #f0f0f0;
}

.bg-color-block-1 {
  background: #ededed;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}


.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 42px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-50 {
  font-size: 50px !important;
}


.font-60 {
  font-size: 60px !important;
}

.font-72 {
  font-size: 72px !important;
  line-height: 80px !important;
}

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

  .font-72 {
    font-size: 6vw !important;
    line-height: 7vw !important;
  }

}

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

  .font-72 {
    font-size: 5vw !important;
    line-height: 6vw !important;
  }

}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.line-height-98 {
  line-height: 98px !important;
}

.text-black {
  color: #000;
}

.paging {
  width: 100%;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
}

.current-page,
.total-page {
  color: #fff;
  z-index: 2000;
  cursor: pointer;
}

.current-page {
  margin-right: 10px;
}

.total-page {
  margin-left: 10px;
}

.nav-icon {
  width: 90px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.news-swiper-container {
  width: 100%;
  height: 280px;
}

.center {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.banner1 {
  background-image: url("../img/banner.png");
}

.bg-img {
  height: calc(100vh - 90px);
  min-height: 939px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  margin-top: 0px;
  padding-top: 0;
  z-index: 1;
  text-align: left;
}

.inner-bg {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  margin-top: 90px;
  padding-top: 0;
  z-index: 1;
  text-align: left;
}

.inner-bg-2 {
  height: auto;
}

@media screen and (max-width: 1600px) {
  .bg-img {
    width: 100%;
    height: calc(100vh - 90px);
  }

  .swiper-container {
    height: calc(100vh - 90px);
  }
}

@media screen and (max-width: 1199px) {
  .bg-img {
    min-height: unset;
  }
}

.banner-slogan {
  text-align: center;
  position: relative;
}

.slogan-container {
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
  font-family: 'Montserrat';
}

.slogan-container.page-title {
  height: auto;
}

.slogan-container h1 {
  font-size: 117px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 117px;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.65);
}

.slogan-container.page-title h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 36px;
  color: #008ad1;
  text-shadow: none
}

.slogan-container.decor::after {
  content: ' ';
  width: 130px;
  height: 12px;
  background: #83ad3a;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.slogan-container h2 {
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
  text-transform: uppercase;
  color: #fff;
}
.slogan-container h2,  .slogan-container span {
  font-family: 'Montserrat' !important;
}

.slogan-container h3 {
  text-transform: uppercase;
  font-weight: 900;
  color: #0dcde9;
  white-space: pre-wrap;
}

.slogan-container h4 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  white-space: pre-wrap;
}

.slogan-container h6 {
  font-size: 22px;
  color: #fff;
}

.slogan-container p {
  font-size: 14px;
  color: #fff;
  margin: 1.5rem 7.5vw;
}

.arrow-down {
  background-color: rgba(255, 255, 255, 0.49);
  position: absolute;
  bottom: 40px;
  left: calc(50% - 54px / 2);
  height: 58px;
  width: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-banner {
  height: 380px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-title{
  min-height: 480px;
}

@media screen and (max-width: 767px) {
  .inner-title{
    padding-top: 3rem;
    min-height: unset;
  }
}

.top-img {
  height: auto;
  min-height: 380px;
  width: 100%;
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  margin-top: 96px;
  padding-top: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 90px);
  overflow-y: hidden;
  margin-top: 90px;
}

.video-banner {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

  .inner-banner {
    max-height: 380px;
    overflow: hidden;
  }

  .top-img {
    margin-top: 0px;
    height: auto;
    min-height: 30vw;
    width: 100vw;
  }
}

.sub-section {
  background: #0d90d3;
  min-height: 85px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub-section h5 {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
}

.footer {
  padding-top: 8px;
  padding-bottom: 0px;
  height: auto;
  line-height: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #008ad1;
  background-position: center center;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.footer .row.bottom {
  width: 100%;
  margin: 0 7.5vw;
}

@media screen and (max-width: 1316px) {
  .footer .row.bottom {
    margin: 0 6vw;
  }
}

@media screen and (max-width: 1271px) {
  .footer .row.bottom {
    margin: 0 4vw;
  }
}

@media screen and (max-width: 1217px) {
  .footer .row.bottom {
    margin: 0 2.5vw;
  }
}

.footer .white-logo {
  margin-top: -30px;
  margin-left: 48px;
}

.footer .dropdown {
  border: 1px solid white;
  color: white;
  padding: 8px;
}

.footer .dropdown .dropdown-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.footer .dropdown.show .dropdown-toggle {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.footer p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

.footer-bottom p {
  font-size: 12px;
  color: #58595B;
}

.footer a {
  font-size: 16px;
  color: #58595B;
}

.footer-bottom a {
  font-size: 12px;
  color: #58595B;
}
.footer a:hover {
  color: #008ad1;
}

.footer a.highlight {
  color: #008ad1 !important;
}

.footer h4 {
  font-size: 35px;
}

.footer-decor {
  margin-top: -80px
}

.sitemap a {
  color: white;
}

.sitemap a:hover {
  color: rgb(53, 53, 53);
}

.sitemap p {
  font-size: 16px;
  padding: 0;
}

.sitemap b {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}

.sitemap b a {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}


/* 
.sitemap b:before {
  content: '›';
  font-size: 32px;
  margin-left: -20px;
  margin-right: 10px;
  color: #2a3670;
  vertical-align: -3px;
} */

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-content.limit {
  margin: 0 auto;
  max-width: 821px;
}

.main-content .block {
  width: 100%;
}

.main-content ul {
  font-size: 16px;
  list-style-type: disc;
  padding-left: 20px;
}

.block.section {
  padding-top: 152px;
  padding-bottom: 152px;
}

.middle {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
}

.move-up {
  margin-top:-100px;
}

.report-bg-move-up {
  margin-top: 80px;
  z-index: 8999;
  margin-bottom: 80px;
}

.send-to-front {
  z-index: 9000;
}

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

  .send-to-front {
    flex-wrap: wrap;
  }

  .move-up {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.block-img {
  height: auto;
  max-height: 337px;
}

.main-content h1 {
  font-size: 117px;
  font-weight: 900;
}

.main-content h2 {
  font-size: 72px;
}

.main-content h3 {
  font-size: 60px;
}

.main-content h4 {
  font-size: 48px;
}

.main-content h5 {
  font-size: 36px;
  font-weight: bold;
}

.main-content h6 {
  font-size: 24px;
}

.light-title {
  color: #03b5cc;
}

.title-decor {
  height: 77px;
  border-left: 1px solid #008ad1;
  color: #008ad1;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 15px;
  line-height: 24px;
}

.title-decor.white {
  border-left: 1px solid #fff;
  color: #fff;
}

.ico-quote {
  display: flex;
  align-items: flex-start;
}

.ico-quote::before {
  content: ' ';
  width: 16px;
  height: 30px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  margin-right: 8px;
}

.ico-quote-1::before {
  background-image: url(../img/ico-quote-1.png);
}

.ico-quote-2::before {
  background-image: url(../img/ico-quote-2.png);
}

.ico-quote-3::before {
  background-image: url(../img/ico-quote-3.png);
}

.ico-quote-4::before {
  background-image: url(../img/ico-quote-4.png);
}
@media screen and (max-width: 480px) {
  .main-content h5 {
    font-size: 30px;
  }
}

.w-fit {
  width: fit-content;
  display: inline-flex;
}

.container-right-padding {
  padding-right: 7.5vw
}

.stroke {
  color: #01b5cc;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

h1.stroke {
  font-size: 179px !important;
  font-weight: 900;
}

h2.stroke {
  font-size: 105px !important;
  font-weight: 900;
}

.stroke.title-shadow {
  opacity: 0.29;
  padding-bottom: 20px;
  white-space: nowrap;
}

@media screen and (max-width:580px) {
  .slogan-container h1 {
    font-size: 72px;
    line-height: 72px;
  }

  .slogan-container h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .slogan-container h6 {
    font-size: 14px;
  }
}


ul.desc {
  list-style: disc;
}

ul.desc li {
  font-size: 16px;
}

.news-container {
  height: 451px;
  padding-right: 7.5vw;
  overflow: hidden;
}

.news-image-container {
  width: calc(100vw - 720px - 7.5vw);
  height: 451px;
  z-index: 200;
}

.news-image-container img {
  width: 100%;
  height: auto;
  min-height: 451px;
  min-width: 1159px;
}

.news-swiper-container {
  margin: 0 auto;
  min-width: 360px;
  max-width: 720px;
  height: 100%;
  white-space: nowrap;
}

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

  .news-image-container {
    width: 1159px;
    margin-left: calc(100vw - 1885px);
  }
}

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

  .news-image-container {
    margin-left: calc(40px - 1159px);
  }

  .news-container {
    padding-right: 40px;
  }

  .news-swiper-container {
    width: auto;
    min-width: 320px;
    max-width: 720px;
  }
}

@media screen and (max-width: 480px) {
  h1.stroke {
    font-size: 105px !important;
  }

  h2.stroke {
    font-size: 72px !important;
  }

  .stroke.title-shadow {
    padding-bottom: 10px;
  }

  .title-container .title {
    position: absolute;
    left: 140px;
    margin-top: -20px;
    font-weight: bold;
    white-space: nowrap;
  }

  .main-content h2 {
    font-size: 32px;
  }

  .main-content h3 {
    font-size: 28px;
  }
}

.bg-strength {
  background-color: #eef9fa;
  background-image: url(../img/strength_bg.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 781px;
  width: 100%;
}

.strength-container {}

.strength-figure-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 1920px) {
  .stocks-col {
    zoom: 1;
  }

  .strength-figure-row {
    zoom: 1
  }
}

@media screen and (max-width: 1600px) {
  .stocks-col {
    zoom: 0.8;
  }

  .strength-figure-row {
    zoom: 0.8
  }
}

@media screen and (max-width: 1440px) {
  .stocks-col {
    zoom: 0.6;
  }

  .strength-figure-row {
    zoom: 0.6
  }
}

@media screen and (max-width: 1200px) {
  .stocks-col {
    zoom: 1;
  }

  .strength-figure-row {
    zoom: 1
  }
}

.strength-figure-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 300px;
  width: 300px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.color-1 .strength-figure-container {
  background-image: url(../img/color-1.png);
}

.color-2 .strength-figure-container {
  background-image: url(../img/color-2.png);
}

.color-3 .strength-figure-container {
  background-image: url(../img/color-3.png);
}

.color-4 .strength-figure-container {
  background-image: url(../img/color-4.png);
}

@media (max-width: 1200px) {

  .col-lg-12.color-1,
  .col-lg-12.color-2,
  .col-lg-12.color-3,
  .col-lg-12.color-4 {
    max-width: 300px;
    margin: 0 20px;
  }
}

.strength-figure {
  display: flex;
}

.color-1 .strength-figure {
  color: #807c0e !important;
}

.color-2 .strength-figure {
  color: #0d8270 !important;
}

.color-3 .strength-figure {
  color: #a85c1b !important;
}

.color-4 .strength-figure {
  color: #b79339 !important;
}

.strength-figure span {
  text-align: right !important;
}

h1.strength-figure {
  font-size: 45px;
  line-height: 100px;
  white-space: nowrap;
}

.strength-desc {
  color: #1f425d;
  white-space: nowrap;
  min-width: 153px;
  padding-bottom: 10px;
}

.color-1 .strength-desc {
  color: #807c0e;
}

.color-2 .strength-desc {
  color: #0d8270;
}

.color-3 .strength-desc {
  color: #a85c1b;
}

.color-4 .strength-desc {
  color: #b79339;
}

h6.strength-desc {
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  left: 85px;
  top: 20px;
}

.strength-figure-container .strength-desc {
  position: relative !important;
  left: unset;
  top: unset;
}


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

  h1.strength-figure {
    font-size: 40px;
    line-height: 40px;
    white-space: nowrap;
  }

  h6.strength-desc {
    font-size: 20px;
    line-height: 20px;
  }

}

/* .odometer {
  font-family: 'Montserrat', 'Helvetica Neue', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif !important;
} */

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

  h1.strength-figure {
    font-size: 32px;
    line-height: 32px;
  }

  h6.strength-desc {
    font-size: 16px;
    line-height: 16px;
  }
}

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

  h1.strength-figure {
    font-size: 28px;
    line-height: 28px;
  }

  .strength-desc {

    min-width: auto;
  }

  h6.strength-desc {
    font-size: 14px;
    line-height: 14px;
  }
}

.bg-points {
  background-image: url(../img/point_bg.jpg);
  /* background-attachment: fixed; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 730px;
  width: 100%;
}

.point-container .title-decor {
  padding-top: 0px;
}

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

  .points-row {
    flex-wrap: wrap-reverse;
  }

  .point-container .title-decor {
    padding-top: 84px;
  }
}

.point {
  margin-left: 7.5vw;
  position: relative;
  text-shadow:
    0 0 6px rgba(202, 228, 225, 0.98),
    0 0 30px rgba(202, 228, 225, 0.42),
    0 0 12px rgba(30, 132, 242, 0.58),
    0 0 22px rgba(30, 132, 242, 0.84),
    0 0 38px rgba(30, 132, 242, 0.88),
    0 0 60px rgba(30, 132, 242, 1);
}

/* 
.point:hover {
  animation: neon .08s ease-in-out infinite alternate;
} */

@keyframes neon {
  from {
    text-shadow:
      0 0 6px rgba(202, 228, 225, 0.92),
      0 0 30px rgba(202, 228, 225, 0.34),
      0 0 12px rgba(30, 132, 242, 0.52),
      0 0 21px rgba(30, 132, 242, 0.92),
      0 0 34px rgba(30, 132, 242, 0.78),
      0 0 54px rgba(30, 132, 242, 0.92);
  }

  to {
    text-shadow:
      0 0 6px rgba(202, 228, 225, 0.98),
      0 0 30px rgba(202, 228, 225, 0.42),
      0 0 12px rgba(30, 132, 242, 0.58),
      0 0 22px rgba(30, 132, 242, 0.84),
      0 0 38px rgba(30, 132, 242, 0.88),
      0 0 60px rgba(30, 132, 242, 1);
  }
}

.point::before {
  content: ' ';
  width: 7.5vw;
  height: 1px;
  background: white;
  position: absolute;
  left: -7.5vw;
  top: 50%;
}

.point h5 {
  position: relative;
  margin-left: 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}

@media screen and (max-width: 580px) {
  .point h5 {
    font-size: 24px !important;
  }
}

.point h5::before {
  content: '•';
  position: absolute;
  margin-top: -2px;
  height: 100%;
  left: -32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stock-quote {
  margin: 0 15px;
}

@media screen and (max-width: 1280px) {
  .stock-quote {
    margin: 0px;
  }
}

.stock-quote .company {
  color: #000;
  font-size: 18px;
  line-height: 18px;
}

.stock-quote .price {
  font-weight: 900;
}

.stock-quote .stock-up {
  color: #25a00d
}

.stock-quote .stock-down {
  color: red
}

.stock-quote .stock-up,
.stock-quote .stock-down {
  font-size: 12px;
}

.stock-title,
.stock-change {
  font-size: 14px;
  font-weight: bold;
}

.stock-quote .desc {
  color: #64696d;
}

.stock-quote a {
  color: #64696d;
}

.stock-quote a:hover {
  color: #008ad1 !important;
}

.reports div a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.reports div a>img {
  margin-right: 10px;
  max-width: 200px;
}


.reports div:hover a>img {
  border: 5px solid #0d90d3;
  margin-top: -20px;
  margin-right: 10px;
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1480px) {
  /* .report-col {
    -ms-flex: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  } */

  .reports div a>img {
    margin-right: 10px;
    max-width: 120px;
  }
}

.reports div:hover a .download {
  margin-top: 24px;
}

.reports .download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
}

.contacts .title {
  min-width: 110px;
}

.contacts.extend .title {
  min-width: 280px;
  font-weight: bold;
}

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

  .contacts.extend .title {
    min-width: 100%;
    padding-top: 8px
  }
}

.contacts .desc,
.contacts .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}

.main-content p {
  font-size: 18px;
  line-height: 23px;
}

.main-content ul.inner {
  text-indent: 8px;
  margin-left: 16px;
}

.main-content ul.inner li {
  font-size: 18px;
  line-height: 23px;
}

.main-content ul.inner li::before {
  content: "•";
  color: #0dcde9;
  font-size: 32px;
  vertical-align: -4px;
  line-height: 23px;
  padding-right: 8px;
  margin-left: -24px
}

.bg-about {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #A2C853;
  min-height: 32vw;
  border-bottom: 90px solid #008ad1
}

.bg-about .about-img {
  position: absolute;
  right: 0;
  top: 0px;

}

.bg-section {
  background-image: url(../img/section_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-esg {
  background-image: url(../img/bg_esg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 880px;
}

.bg-about-seperate {
  background-image: url(../img/about1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 630px;
  width: 100%;
}

.bg-forward-seperate {
  background-image: url(../img/forward.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  width: 100%;
}

.bg-hub-seperate {
  background-image: url(../img/hub.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  width: 100%;
}

.bg-ef-seperate {
  background-image: url(../img/ef.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  width: 100%;
}

.bg-eff-seperate {
  background-image: url(../img/efullfill.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  width: 100%;
}

.bg-semi-white {
  background-color: rgba(255, 255, 255, 0.79);
}

.report-block {
  background-color: #03b5cc;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

h2.head {
  margin-top: 56px;
  margin-bottom: 16px;
}

.more-button {
  position: relative;
  width: 116px;
  height: 34px;
  font-size: 12.2px;
  line-height: 34px;
  font-weight: bold;
  background: #005393;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-self: center;
  border: 1px solid #005393;
}

.more-button a {
  color: #fff;
}

.more-button span {
  padding-left: 12px;
  font-size: 20px;
  vertical-align: 0px;
}

.more-button:hover {
  background: #fff;
}

.more-button:hover a {
  color: #005393
}

.more a>span {
  line-height: 30px;
  font-size: 16px;
}

.more.index-about-more {
  position: absolute;
  left: 7.5vw;
  bottom: -68px;
  padding: 8px;
  border-radius: 8px;
}

.more.index-about-more img {
  /* filter: brightness(100) */
}

.more.index-about-more:hover span {
  /* box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.65); */
  color: #008ad1;
}

.block .image-card {
  margin: 0 auto;
  width: 100%;
  max-width: 437px;
  height: 100%;
  max-height: 437px;
}

.block .image-card img {
  width: 100%;
  height: 100%;
}

.block .image-card .overlay {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  max-width: 437px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .block .image-card .overlay {
    top: 0;
    padding: 0;
    width: auto;
    max-width: auto;
    margin: 0 auto;
    left: 5%;
    right: 5%;
  }
}

ul.inline-list {
  list-style: disc;
}

ul.inline-list li {
  list-style-position: outside;
  font-size: 14px;
}

/* ol.inline-list {
  list-style: decimal;
}

ol.inline-list li {
  list-style-position: outside;
  font-size: 16px;
} */

        
ol.inline-list {
  counter-reset: li; 
  list-style: none; 
  padding: 0;
  /* text-shadow: 0 1px 0 rgba(255,255,255,.5); */
}

ol.inline-list a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: rgba(0, 138, 209, 0.4);
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s ease-out;
  font-size: 16px;
}

ol.inline-list a:hover { background: rgba(0, 138, 209, 1); 
  color: #fff !important; }
ol.inline-list a:hover:before { transform: rotate(360deg); }
ol.inline-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: rgba(0, 138, 209, 1);
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}

.divider {
  background: #2a3670;
  width: 100%;
}

.thin.divider {
  height: 16px;
}

.thick.divider {
  height: 42px;
}

ul.item-list {
  list-style: disc;
  margin-left: 20px;
}

ul.item-list li {
  font-size: 15px;
  line-height: 30px;
}

@media only screen and (max-width: 1200px) {
  .swiper-container {
    margin-top: 0px;
  }

  .main-content.limit {
    margin: 0 40px;
    max-width: 1160px;
  }
}

.circle {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 240px;
  height: 240px;
}

.sub {
  position: absolute;
  top: 116px;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

/* .odometer {
  margin-top: -260px;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
} */

.mask {
  height: 60px;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 20;
  font-weight: bold;
}

.mask div {
  margin-top: -12px;
}

.border-top,
.border-bottom {
  border-color: #000 !important;
}

.text-box {
  border-radius: 0px;
  border: none;
  font-size: 16px;
  height: 48px;
  padding: 0 20px !important;
}

.submit-button {
  background-color: #34517f;
  height: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.submit-button:hover {
  animation: neon .08s ease-in-out infinite alternate;
}

.bottom-0 {
  bottom: 0;
}

.h-280 {
  height: 280px;
}

.reports-card {
  margin-right: 120px;
}

@media screen and (max-width:767px) {
  .reports-card {
    margin-right: 40px;
    flex: 1 0 100%;
  }
}

.reports-card-img {}

.reports-card-img img {
  max-height: 298px;
  width: auto;
}

.reports-card-text {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -18px;
  position: relative;
}

.reports-card-text div {
  height: 57px;
}

.reports-card-text p {
  position: absolute;
  bottom: 0;
}

.b_logo {
  max-width: 173px;
  max-height: 50px;
  height: auto;
  width: 100%;
  margin: auto;
}

@keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #2a3670;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #2a3670;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #2a3670;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #2a3670;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    padding-top: 30px;
    border-bottom: none;
  }

  to {
    padding-top: 20px;
    border-bottom: 10px solid #2a3670;
  }
}

.hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hover a {
  font-weight: bold;
}

.hover:hover {
  filter: none;
}

.hover:hover a {
  font-weight: bold;
  color: #2a3670;
}

.main-content .dropdown {
  max-width: 120px;
  width: 100%;
}

.main-content .dropdown .dropdown-toggle {
  max-width: 120px;
  width: 100%;

  background: #008ad1;
  color: #fff;
  border-radius: 4px;
  border: none;
  padding-left: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16.5px;
}

.main-content .dropdown.show .dropdown-toggle {

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main-content .dropdown .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
  margin-right: 12px;
}

.main-content .dropdown .dropdown-menu {
  max-width: 120px;
  min-width: 120px;
  width: 100%;
  background: #0d90d3;
  border: none;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 4px 0 0 0;
}

.main-content .dropdown-menu .dropdown-item {
  color: #fff;
  max-width: 120px;
  font-size: 16.5px;
  padding-left: 37px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-content .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.main-content .dropdown-menu .dropdown-item:hover {
  background: #008ad1;
}

.main-content .dropdown .dropdown-menu.show:before {
  width: 0;
  height: 0;
  margin-top: -14px;
  margin-left: 8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0d90d3;
  position: absolute;
}

.large {
  max-width: 240px !important;
}

.table {
  width: 100%;
}

.table .th {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 5px solid #008ad1;
}

.table .td {
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #008ad1;
}

.table .pagination {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.table .pagination .page {
  font-size: 18px;
  color: #008ad1;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
}

.table .pagination .page:hover,
.table .pagination .page.active {
  color: #fff;
  background: #008ad1;
  border-radius: 50%;
}

i.fa-file-pdf-o {
  color: #008ad1;
  font-size: 18px;
}

.form {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.form span {
  color: red;
}

.form .row {
  margin: 10px 0;
}

.form .field {
  width: 100%;
  background: #e4e4e4;
  border: none;
}

.form .button {
  background: #2a3670;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  width: 120px;
}

.form .button:last-child {
  margin-left: 30px;
}

.contact-block .col-1 {
  max-width: 30px;
}

.email-form td {
  display: flex;
  margin: 4px 0px;
  align-items: center;
}

.email-form input[type="checkbox"] {
  flex: 1 0 24px;
  min-height: 24px;
  max-width: 24px;
  margin-right: 8px;
}

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

.ui input {
  min-height: unset;
}

.ir_stock_box {
  width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}

.ir_stock_box_2 {
  width: 700px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  text-align: center;
}

.stock_text {
  font-size: 13px;
  text-transform: none;
  color: #666666;
  line-height: 18px;
}

.stock_text_green {
  font-size: 30px;
  text-transform: none;
  line-height: 22px;
  color: #009E20;
  font-weight: bold;
}

.stock_text_green_s {
  font-size: 24px;
  text-transform: none;
  line-height: 22px;
  color: #009E20;
}

.border-left-dashed {

  border-left: dashed;
  border-left-width: 1px;
  border-left-color: #cfcfcf;
}

.stock_text_big {
  font-size: 22px;
  text-transform: none;
  color: #666666;
  line-height: 18px;
  font-weight: bold;
}

.stock_text_footer {
  font-size: 12px;
  text-transform: none;
  line-height: 22px;
  color: #b1b1b1;
  text-align: center;
}

.btn-default {
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

.btn-default:hover {
  border-bottom: 2px solid #2a3670;
  color: #2a3670
}

.line_report {
  width: 100%;
  height: 2px;
  background: #2a3670;
}

.select_butt_o:link {
  color: #ffffff;
  text-decoration: none;
}

.select_butt_o {
  font-size: 14px;
  color: #ffffff;
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: 1px solid #2a3670;
  height: 28px;
  display: block;
  font-weight: bold;
  background: #2a3670;
  margin-bottom: 12px;
}

.check_box {
  font-size: 14px;
  text-transform: none;
  color: #444444;
  line-height: 28px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select_butt:link {
  color: #2a3670;
  text-decoration: none;
}

.select_butt {
  font-size: 14px;
  color: #2a3670;
  width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: 1px solid #2a3670;
  height: 28px;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}

.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.check_box input:checked~.checkmark {
  background-color: #2a3670;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.check_box input:checked~.checkmark:after {
  display: block;
}

.check_box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.text_date {
  font-size: 13px;
  text-transform: none;
  color: #2a3670;
  line-height: 22px;
  font-weight: bold;
}

.text {
  font-size: 14px;
  text-transform: none;
  color: #000000;
  line-height: 22px;
  text-align: justify;
}

.line_1 {
  width: 100%;
  height: 1px;
  background: #2a3670;
}

.sticky>.row {
  align-items: center;
}

.logos {
  margin: 100px 0px;
}

.logos img {
  height: 108px;
}

.logos p {
  margin-top: 20px;
}

.modal-backdrop {
  z-index: 10000;
}

.ui.modal {
  margin: 25vh auto;
  z-index: 10001;
  position: fixed;
  height: 50vh;
}

.lg-backdrop {
  z-index: 10000;
}

.lg-outer {
  z-index: 10001;
}

.image-holder {
  height: 360px;
  max-width: 100%;
  overflow: hidden;
}

.active.title {
  color: #2a3670 !important;
}

.extra {
  font-size: 13px;
  color: #666666
}

.contents-news .card .image {
  max-height: 200px;
  overflow: hidden;
}

.clickable {
  cursor: pointer;
}

/* .clickable:hover {
  color: #01b5cc !important;
} */

.collapse.show+div .reverse {
  display: none;
}

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

  .ui.tabular.menu {
    display: flex;
    flex-direction: column;
  }

  .ui.buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .font-60 {
    font-size: 32px !important;
  }
}

.stock-info {
  background-color: #f5f5f5;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  padding: 30px;
}

.presentation-title {
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e5e5
}

.download-item {
  cursor: pointer;
  background-color: #f5f5f5;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px;
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
}

.block-item {
  transition: background-position .2s ease-in-out;
  background-size: 100% 200%;
  background-image: linear-gradient(180deg, #f5f5f5 50%, #2a3670 0);
  padding: 1.5em 2em;
  border-top: 4px solid #2a3670;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .1);
  margin: 15px 0;
}

.block-item .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-item .block-content .block-text-wrapper {
  padding-left: 1.5em;
  text-align: left;
}

.block-item .block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.block-item .link-icon-btn {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-right: .5em;
}

.brand-tab:hover {
  color: #e81e25 !important;
}

.bottom-line-indicator {
  width: 148px;
  height: 38px;
  border-bottom: 1px solid #2a3670;
}

.bottom-line-indicator-w {
  width: 148px;
  height: 38px;
  border-bottom: 1px solid #fff;
}

.bottom-line-indicator-w.long {
  flex: 1 0 auto;
}

.flex-1 {
  flex: 1;
}

.big-logo-wrapper {
  position: absolute;
  margin-top: 65px;
}

.underline {
  padding-bottom: 14px;
  border-bottom: 8px solid #4c0901;
}

.news-wrapper {
  background: url(../img/news.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 650px;
}

.news-content {
  text-align: left;
  padding-top: 60px;
}

.news-content h4 {
  margin-left: 12px;
  padding-right: 12px;
  font-size: 30px;
  min-width: 120px;
}

.news-content .news-row {
  padding-left: 160px;
  padding-right: 20px
}

.news-content .news-row p {
  font-size: 20px;
  text-align: justify;
  line-height: 22px;
  margin-top: 32px;
}

.news-content .news-row span {
  font-size: 18px;
}

.news-content .news-row span a {
  color: white;
}

.news-content .news-row span a:hover {
  color: #2a3670;
}

.border-top-b {
  border-top: 1px solid #1f425d;
}

.border-top-g {
  border-top: 1px solid #ececec;
}

.border-left-g {
  border-left: 3px solid #0d90d3;
}
.border-bottom-b {
  border-bottom: 1px solid #0d90d3;
}

.border-bottom-b.light {
  border-bottom: 1px solid #DAECAD;
}

.border-bottom-b.heavy {
  border-bottom: 3px solid #0d90d3;
}

.border-bottom-b.superthick {
  border-bottom: 60px solid #008ad1;
}

.margin-left-12 {
  margin-left: 12px;
}

.email-alert-input {
  position: relative;
  height: 60px;
  flex: 1 0 auto;
  border: none;
  padding: 20px;
}

.email-alert-input-arrow {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  right: 68px;
  top: 18px;
  color: #2a3670;
  vertical-align: -3px;
}

.chevron::before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  border-color: #2a3670;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.sitemap-logo {
  padding-top: 52px;
}

.d-flex.align-center {
  flex-direction: column;
  align-items: center;
}

.transparent-button {
  background: transparent;
  border: 1px solid #fff;
}

.left-block {
  /* min-height: 600px; */
  text-align: left !important;
}

.right-block {
  /* min-height: 600px; */
  text-align: left !important;
  padding-left: 7.5vw;
}

.announce-swiper {
}
.announce-swiper .date {
  background-color: #fff;
  width: 105px;
  height: 105px;
  font-size: 30px;
  font-family: 'Montserrat';
  font-weight: 900;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.announce-swiper p{
  color: white
}

.white-circle span {
  color: #2a3670;
  font-size: 36px;
}

.justify-content-end {
  justify-content: flex-end;
}

.announcements {
  text-align: left;
}

.announcements .date {
  font-size: 20px;
  font-weight: bold;
  color: #008ad1;
}

.announcements .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ir-section {
  background: url(../img/ir.jpg);
  min-height: 1168px
}

.white-box {
  background: #fff;
  width: 100%;
  padding: 32px 16px;
}

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

.event-row .title {
  font-size: 22px;
  font-weight: normal;
  line-height: 37px;
}

.event-row .desc {
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}

.sub-menu {
  background: url(../img/menu-bg.jpg);
  position: absolute;
  width: 365px;
  min-height: 365px;
  border: 18px solid #fff;
  right: 7.5vw;
  bottom: -180px;
  z-index: 1000;
}

.sub-menu .white-box {
  min-height: calc(365px - 4rem);
}

.sub-menu ul li a {
  text-transform: uppercase;
  line-height: 32px;
  font-size: 18.5px;
}

.scroll-down-button {
  position: absolute;
  bottom: 32px;
  z-index: 100;
  color: #008ad1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.scroll-down-button span {
  margin-bottom: 8px;
}

@media screen and (max-width: 940px) {
  .scroll-down-button {
    height: 40px;
  }

  .scroll-down-button span {
    display: none;
  }

  .scroll-down-button img {
    height: 24px;
  }
}

@media screen and (max-width: 600px) {
  .scroll-down-button {
    display: none;
  }
}

.t-button {
  background-color: rgba(39, 122, 54, 0.9);
  color: #fff;
  min-width: 400px;
}

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

  .t-button {
    min-width: 240px;
  }
}

.t-button a {
  color: #fff
}

.float-up {
  margin-top: -40px;
}

.float-up-2 {
  margin-top: calc(12vw * -1);
}

.brands img {
  width: auto;
  max-height: 42px;
}

.socials {
  justify-content: flex-end;
  align-items: center;
}

.socials.flex-s {
  justify-content: flex-start;
  display: flex;
}

.socials div {
  text-align: center;
  margin: 0 8px;
}


.socials.flex-s div {
  margin: 0 8px 0px 0
}


#btn_downloadmap {
  display: block;
  width: 176px;
  height: 36px;
  background-image: url(../img/btn_downloadmap.jpg);
  background-position: 0 0;
  overflow: hidden;
}

a#btn_downloadmap:hover {
  background-position: 176px 0;
}

a .alt {
  display: none;
}

.award-table {
  width: 100%;
}

.award-table th {
  background-color: #A2C853;
  color: #fff;
  width: 40%;
  padding: 8px;
}

.award-table th:first-child {
  width: 20%;
}

.award-table td {
  background-color: #EFF2EE;
  padding: 8px;
  border: 1px solid #fff;
}

.award-table tr:nth-child(2n+1) td:not(:first-child) {
  background-color: #EFF2EE;
}

.award-table tr:nth-child(2n) td:not(:first-child) {
  background-color: #daeed4;
}

.award-table tr:nth-child(2+1) td.awards-bold {
  background-color: #EFF2EE;
}

.award-table tr:nth-child(2n) td.awards-bold {
  background-color: #daeed4;
}


.award-table td.awards-bold {
  font-weight: bold;
}

.sb_gallery_thumb-green {
  width: 78px;
  height: 78px;
  position: relative;
  overflow: hidden;
}

.sb_gallery_thumb-green img {
  width: 78px;
  height: 78px;
  object-fit: cover;
}

.tooltip-img {
  max-width: 260px;
}

.map-tt-inner {
  font-size: 18px;
}

#accordion {
  min-height: 400px;
}

.peoples {
  justify-content: space-between;
  margin: 0 20px;
}

.peoples div {
  cursor: pointer;
}

.peoples .collapsed:hover>div img {
  opacity: 0.68;
}

.peoples .collapsed:hover>.desc span {
  color: #0d90d3 !important;
}

.peoples div>div {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #0d90d3;
}

.peoples div>div.paragraph {

  border-bottom: none
}

.peoples div>section.desc {
  text-align: center;
  padding-top: 24px;
}

.peoples div>div section {
  display: none;
  margin: 0 40px;
}

.peoples div>section div {
  display: block;
}

.peoples div>section h6 {
  margin-top: 0 !important;
  color: #008ad1 !important;
  font-weight: bold !important;
  font-size: 20px !important;
}

.peoples div>section p {
  margin-top: 24px !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

.peoples div>section span {
  margin-top: 8px !important;
  font-weight: normal !important;
  font-size: 20px !important;
}

.peoples div>div.expanded {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #0d90d3;
}

.peoples div img {
  padding: 0;
}



.loading {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0d90d3;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}


.staffs {
  justify-content: space-between;
  margin: 0 20px;
}

.staffs div {
  cursor: pointer;
}

.staffs .collapsed:hover>div img {
  opacity: 0.68;
}

.staffs .collapsed:hover>.desc span {
  color: #0d90d3 !important;
}

.staffs div>div {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  /* border-bottom: 1px solid #0d90d3; */
}

.staffs div>div.paragraph {

  border-bottom: none
}

.staffs div>section.desc {
  text-align: center;
  padding-top: 24px;
}

.staffs div>section.desc>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 114px;
}

.staffs div>div section {
  display: none;
  margin: 0 40px;
}

.staffs div>section div {
  display: block;
}

.staffs div>section h6 {
  margin-top: 0 !important;
  color: #008ad1 !important;
  font-weight: bold !important;
  font-size: 20px !important;
}

.staffs div>section p {
  margin-top: 0px !important;
  font-weight: normal !important;
  font-size: 18px !important;
  margin-bottom: 16px !important;
}

.staffs div>section span {
  margin-top: 8px !important;
  font-weight: normal !important;
  font-size: 20px !important;
}

.staffs div>div.expanded {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #0d90d3;
}

.staffs div img {
  padding: 0;
}

.resort-detail-swiper-container {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}

.resort-swiper-button-next,
.resort-swiper-button-prev {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}

img.shadow {
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.3) !important;
}


/*新闻列表*/
.news_part1 {
  margin-bottom: 40px;
}

.cf:before {
  content: '';
  display: table;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
}

.big-news-swiper-container {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.news_part1 dl {
  background-color: #008ad1;
  background-position: center right;
  background-repeat: no-repeat;
}

.news_part1 dt {
  float: left;
  width: 60%;
  position: relative;
  height: 450px;
  overflow: hidden;
}

.news_part1 dt img {
  position: absolute;
  top:0;
  left:0;
}

.news_part1 dd {
  overflow: hidden;
  padding: 0 40px;
  height: 450px;
  text-align: left;
}

.news_part1 dd .titm {
  color: #fff;
  padding: 30px 0;
}

.news_part1 dd .titm b {
  display: block;
  font-size: 48px;
  line-height: 48px;
}

.news_part1 dd .titm i {
  display: block;
  line-height: 12px;
}

.news_part1 dd .txt {
  padding-bottom: 20px;
}

.news_part1 dd .txt a {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.news_part1 dd .tet {
  color: #fff;
  line-height: 24px;
  padding-bottom: 20px;
}

.news_part1 dd .tat a {
  display: block;
  width: 31px;
  height: 10px;
  background: url(../img/ico_21.png) no-repeat right center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.news_part1 dl:hover dd .tat a {
  width: 90px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.news_part1 .pagination {
  position: absolute;
  left: 50%;
  margin-left: 250px;
  bottom: 30px;
}

.news_part1 .pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
}

.news_part1 .pagination .swiper-active-switch {
  background: #000
}

.news_part1 dd div {
  transform: translateY(200px);
  transition: 0.7s;
  opacity: 0
}

.news_part1 dd .titm {
  transition-delay: 0.1s;
}

.news_part1 dd .txt {
  transition-delay: 0.2s;
}

.news_part1 dd .tet {
  transition-delay: 0.3s;
}

.news_part1 dd .tat {
  transition-delay: 0.4s;
}

.news_part1 .swiper-slide-active dd div {
  transform: translateY(0);
  opacity: 1
}

.news_part2>ul {
  margin: -10px;
}

.news_part2>ul>li {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}

.news_part2 dl {
  height: 470px;
  background: #fff;
  transition: 0.3s;
}

.news_part2 dt {
  display: block;
  position: relative;
}

.news_part2 dt img {
  position: absolute;
  top: 0;
  left: 0;
}

.news_part2 .titm {
  color: #008ad1;
  /* font-family: 'Conv_COPYFONTS.COM_NETTO-OT', Sans-Serif; */
  /* position: absolute;
  left: 0;
  top: 0; */
  padding: 25px 0px;
  text-align: left;
  /* display: none; */
}

.news_part2 .titm b {
  display: block;
  font-size: 48px;
  line-height: 48px;
}

.news_part2 .titm i {
  display: block;
  line-height: 12px;
}

.news_part2 dd {
  padding: 0px 40px 0 40px;
}

.news_part2 dd .iph_time {
  display: none;
}

.news_part2 dd .txt {
  padding-top: 25px;
  padding-bottom: 32px;
  padding-left: 16px;
  font-size: 18px;
  color: #333;
}

.news_part2 dd .tat i {
  display: block;
  width: 31px;
  height: 10px;
  background: url(../img/ico_02.png) no-repeat right center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.news_part2 a:hover dd .tat i {
  width: 90px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.news_part2 .on_pic dd {
  padding: 25px 40px 0 40px;
}

.news_part2 .on_pic dt {
  height: 106px;
}

.news_part2 .on_pic dt img {
  display: none;
}

.news_part2 .on_pic dt .titm {
  color: #333;
}

.news_part2 .on_pic .txt {
  padding-bottom: 20px;
}

.news_part2 .on_pic .tet {
  line-height: 22px;
  color: #333;
  height: 150px;
  margin-bottom: 40px;
  overflow: hidden;
}

.news_part2 dl:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.news_part2 .page {
  position: relative;
  margin-top: 50px;
}

.news_part2 .page .but {
  text-align: center;
}

.news_part2 .page .but a {
  width: 154px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #008ad1;
  display: inline-block;
  border-radius: 4px;
  margin: 0 5px;
}

.news_part2 .page .but a:hover {
  background: #b80914
}

.news_part2 .page .paging {
  position: absolute;
  right: 0;
  top: 0
}

.news_part2 .page .paging span {
  float: left;
}

.news_part2 .page .paging .p1 {
  border: 1px solid #b5b5b5;
  background: #fff;
  border-radius: 4px;
}

.news_part2 .page .paging i {
  cursor: pointer;
  float: left;
  width: 30px;
  height: 32px;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 32px;
}

.news_part2 .page .paging i:hover {
  color: #008ad1
}

.news_part2 .page .paging b {
  float: left;
  width: 90px;
  line-height: 32px;
  text-align: center;
}

.news_part2 .page .paging .p2 {
  padding: 5px 0 0 10px;
}


/*新闻正文*/
.news_con {
  margin-top: 60px
}

.news_con .page {
  background: #f7f6f6;
  padding: 30px 0;
}

.news_con .page .li1 {
  float: left;
  background: url(../img/ico_12.png) center left no-repeat
}

.news_con .page .li2 {
  float: right;
  background: url(../img/ico_13.png) center right no-repeat
}

.news_con .page li {
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
}

.news_con .page a {
  color: #333;
  font-size: 16px;
}

.news_con .page a:hover {
  color: #008ad1
}

.news_con .con {
  padding: 40px 230px 120px 230px;
}

.news_con .con .txt {
  font-size: 36px;
  line-height: 48px;
  border-bottom: 2px solid #008ad1;
  padding-bottom: 20px;
}

.news_con .con .tit {
  padding: 15px 0;
  font-size: 12px;
}

.news_con .con .tit span {
  padding-right: 20px;
}

.news_con .con .tit span a {
  color: #333;
}

.news_con .con .tit span a:hover {
  color: #009E20;
}

.news_con .con .tet {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.news_con .con .tet img {
  max-width: 100%
}

.flow-chart .btn {
  white-space: pre-wrap;
}

.flow-chart .btn a {
  color: #fff;
}

.border-green {
  border: 1px solid #008ad1;
}

.image-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: pulse 1.4s ease-in;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.image-mask div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 144px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(39, 122, 54, 0.8);
  color: white;
}

.map {
  background-repeat: no-repeat;
}

.w-24 {
  width: 24px;
  height: auto;
}

#productsShowcase .showcase-inner {
  min-height: 80vh; 
  background-color: #0d90d3;
  position: relative;
}
#productsShowcase>div .product-desc {
  display: none;
}
#productsShowcase>div .product-more {
  display: none;
  z-index: 11;
}
div.bg-container {
  overflow: hidden;
}

#productsShowcase>div .product-bg {
  transition: all 1s;
}
#productsShowcase>div.active .product-bg, #productsShowcase>div:hover .product-bg {
  transform: scale(1.2);
}

.about-hover-box {
  position: relative;
}

.lineAni {
  display: inline-block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  overflow: hidden;
}

.lineAni2 {
  display: inline-block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  overflow: hidden;
}

.lineAni3 {
  display: inline-block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: 8px;
  overflow: hidden;
  z-index:11;
}

.lineAni4 {
  display: inline-block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  overflow: hidden;
  z-index:11;
}
/*-------------------- AniClass --------------------*/
.lineAni3 .lineAni_top{
  content:'';display:inline-block;position:absolute;z-index:1;top: 0;left: 0;width:0%;height:1px;background:#008ad1;opacity:0;transition:all .5s ease-out;
}
.lineAni3 .lineAni_bottom{
  content:'';display:inline-block;position:absolute;z-index:1;bottom: 0;left: 0;width:0%;height:1px;background:#008ad1;opacity:0;transition:all .5s ease-out;
}
.orange .lineAni_top{
  content:'';display:inline-block;position:absolute;z-index:1;top: 0;left: 0;width:0%;height:1px;background:#FF891E;opacity:0;transition:all .5s ease-out;
}
.orange .lineAni_bottom{
  content:'';display:inline-block;position:absolute;z-index:1;bottom: 0;left: 0;width:0%;height:1px;background:#FF891E;opacity:0;transition:all .5s ease-out;
}
.lineAni_top, .white .lineAni_top, .always-shown:hover .lineAni_top{
  content:'';display:inline-block;position:absolute;z-index:1;top: 0;left: 0;width:0%;height:1px;background:#fff;opacity:0;transition:all .5s ease-out;
}
.lineAni_bottom, .white .lineAni_bottom, .always-shown:hover .lineAni_bottom{
  content:'';display:inline-block;position:absolute;z-index:1;bottom: 0;left: 0;width:0%;height:1px;background:#fff;opacity:0;transition:all .5s ease-out;
}
a:focus .lineAni .lineAni_top,.lineAni:hover .lineAni_top, #productsShowcase>div.active .lineAni_top, .lineAni2.active .lineAni_top, .cultures .content-card:hover .lineAni_top{
  width:100%;opacity:1;transition:all .5s ease-in-out;
}
a:focus .lineAni .lineAni_bottom,.lineAni:hover .lineAni_bottom, #productsShowcase>div.active .lineAni_bottom, .lineAni2.active .lineAni_bottom, .cultures .content-card:hover .lineAni_bottom{
  width:100%;opacity:1;transition:all .5s ease-in-out;
}
.lineAni3 .lineAni_right{
  content:'';display:inline-block;position:absolute;z-index:1;top: 0;right: 0;width:1px;height:0%;background:#008ad1;opacity:0;transition:all .5s ease-out;
}
.lineAni3 .lineAni_left{
  content:'';display:inline-block;position:absolute;left: 0;z-index:1;width:1px;height:0%;background:#008ad1;opacity:0;transition:all .5s ease-out;
}
.orange .lineAni_right{
  content:'';display:inline-block;position:absolute;z-index:1;top: 0;right: 0;width:1px;height:0%;background:#FF891E;opacity:0;transition:all .5s ease-out;
}
.orange .lineAni_left{
  content:'';display:inline-block;position:absolute;left: 0;z-index:1;width:1px;height:0%;background:#FF891E;opacity:0;transition:all .5s ease-out;
}
.lineAni_right, .white .lineAni_right, .always-shown:hover .lineAni_right{
  content:'';display:inline-block;position:absolute;z-index:1;top: 0;right: 0;width:1px;height:0%;background:#fff;opacity:0;transition:all .5s ease-out;
}
.lineAni_left, .white .lineAni_left, .always-shown:hover .lineAni_left{
  content:'';display:inline-block;position:absolute;left: 0;z-index:1;width:1px;height:0%;background:#fff;opacity:0;transition:all .5s ease-out;
}
a:focus .lineAni .lineAni_right,.lineAni:hover .lineAni_right, #productsShowcase>div.active .lineAni_right, .lineAni2.active .lineAni_right, .cultures .content-card:hover .lineAni_right{
  height:100%;opacity:1;transition:all .5s ease-in-out;
}
a:focus .lineAni .lineAni_left,.lineAni:hover .lineAni_left, #productsShowcase>div.active .lineAni_left, .lineAni2.active .lineAni_left, .cultures .content-card:hover .lineAni_left{
  height:100%;opacity:1;transition:all .5s ease-in-out;
}

#productsShowcase>div.active .product-desc, #productsShowcase>div:hover .product-desc {
  display: initial;
}
#productsShowcase>div.active .product-more, #productsShowcase>div:hover .product-more {
  display: initial;
}

.always-shown .lineAni_top, .always-shown .lineAni_bottom{
  width: 100%;
  z-index:11;
  opacity:1;transition:all .5s ease-in-out;
}
.always-shown .lineAni_right, .always-shown .lineAni_left{
  height: 100%;
  z-index:11;
  opacity:1;transition:all .5s ease-in-out;
}
.product-btn {
  border-radius: 5000px;
  margin: 8px;
  height: 106px;
  width: 169px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-btn .product-img{
  height: 90px;
  width: 153px;
  border-radius: 5000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-btn .btn-title {
  display: none;
}

/* .product-btn:hover {
  border: 1px solid #0d90d3
} */

.product-btn:hover .product-img::before{
  content: ' ';
  position: absolute;
  background-color: rgba(13, 144, 211, 0.902);
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 5000px;
}

.product-btn:hover .btn-title {
  display: initial;
  z-index: 10;
}


/* .product-btn.active{
  border: 1px solid #0d90d3
} */

.product-btn.active .product-img::before{
  content: ' ';
  position: absolute;
  background-color: rgba(13, 144, 211, 0.902);
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 5000px;
}

.product-btn.active .btn-title {
  display: initial;
  z-index: 10;
}

.esg-btn {
  background-image: url(../img/decor-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 395px;
  width: 100%;
  height: 56.7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 20;
  margin: auto;
}

.esg-btn:hover {
  background-image: url(../img/decor-btn-hover.png);
}

.news-card {
  background-color: rgba(154, 202, 60, 0.05);
  padding: 20px 24px 20px 0; 
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.10);
  cursor: pointer;
  min-height: 195px;
}

.news-card:hover {
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.10);
}

.news-date {
  font-family: 'Poppins';
  color: #FF891E;
  position: relative;
  line-height: 23px;
}

.news-date::before {
  content: ' ';
  position: absolute;
  width: 6px;
  height: 23px;
  background-color: #0d90d3;
}

.news-date>span {
  margin-left: 24px;
}

.news-card>p {
  margin-left: 24px;
  line-height: 20px;
}
.move-right {
  position: relative;
  animation-name: stop-move-right;
  animation-duration:1.5s;
}
a:hover .move-right, #productsShowcase>div.active .move-right, #productsShowcase>div:hover .move-right, #esgSection:hover .move-right, .news-card:hover .move-right{
  position: relative;
  animation: move-right 1.5s infinite;
}

@keyframes stop-move-right {
  0%,
  100% {right: 0}
}

@keyframes move-right {
  0%,
  100% {
    right: 0;
  }

  50% {
    right: -10px;
  }
}

.move-up-down {
  position: relative;
  animation-name: move-up-down;
  animation-duration:1.5s;
  animation-iteration-count: infinite;
}

@keyframes stop-move-up-down {
  0%,
  100% {bottom: 0}
}

@keyframes move-up-down {
  0%,
  100% {
    bottom: 5px;
  }

  50% {
    bottom: -5px;
  }
}

.morimatsu-tooltips {
  background: #ffffff !important;
  border-radius: 8px;
  border: 1px solid #008ad1;
  padding: 16px;
}

.ui-widget-header {
  background: fcf5 !important;
}

.move-to-top {
  width: 42px;
  height: 42px;
  background: #0d90d3;
  position: fixed;
  right: 0;
  bottom:0;
  cursor: pointer;
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  z-index: 1200;
}

.move-to-top.scroll {
  display: flex;
}

.about-hover-box img{
  opacity: 50%;
}
.about-hover-box:hover img {
  opacity: 100%;
}

.year-selector-container.scroll {
  position: fixed;
  top: 70px;
  z-index: 13;
}
.year-selector-container.scroll~.year-selector-padding{
  display: block;
}

.year-selector-padding {
  height: 120px;
  width: 100%;
  display: none;
}

.year-selector {
  line-height: 70px; 
}

@media screen and (max-width: 767px) {
  .year-selector {
  line-height: 30px; 
  }
}

.year-selector .prev-btn, .year-selector .next-btn {
  cursor: pointer;
}

.year-selector .year {
  color: #fff;
  font-family: 'Poppins';
  font-weight: bold;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

@media screen and (max-width: 767px) {
  .year-selector .year {
    padding: 0 8px;
  }
}

.year-selector .year.active, .year-selector .year:hover {
  color: #fff;
}

.year-selector .year.active {
  border-bottom: 3px solid #fff
}

.year-selector-container.awards .year-selector .year{
  border-bottom: 5px solid transparent;
  text-align: left;
}

.year-selector-container.awards .year-selector .year.active, 
.year-selector-container.awards .year-selector .year.active + .year, 
.year-selector-container.awards .year-selector .year.active + .year + .year,
.year-selector-container.awards .year-selector .year.active + .year + .year + .year,
.year-selector-container.awards .year-selector .year.active + .year + .year + .year + .year,
.year-selector-container.awards .year-selector .year.active + .year + .year + .year + .year + .year{
  border-bottom: 5px solid #008ad1 !important;
}

.year-selector-container.awards .year-selector .next-btn{
  border-bottom: 5px solid #008ad1;
}
.year-scroller .section{
  position: relative;
}

.year-scroller .year .bg{
  color: #D6EAB1;
  font-family: 'Poppins';
  font-weight: 900;
  font-size: 220px;
  line-height: 180px;
  position: absolute;
  top:0;
  left:-40px;
  right:-160px;
  bottom:0;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 680px;
  padding-right:140px;
}
.year-scroller .year .bg.text-left {
  left:-160px;
  right:-40px;
  padding-left:160px;
  padding-right:0;
  background-position: bottom right;
}
.year-scroller .year .bg.text-right {
}

.year-scroller .year .content .content-card{
  position: relative;
  background-color: #0d90d3;
  min-height:244px;
}
.year-scroller .timeline .year .content .content-card{
  position: relative;
  background-color: #fff;
  color: #666666;
  min-height:100px;
}
.year-scroller .year .content .content-card .mask, .gov .content-card .mask{
  display: none;
  width: 100%;
  height: auto;
  background-color: rgba(13, 144, 211, 0.8);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10;
}

.year-scroller .year .content .content-card:hover .mask, .gov .content-card:hover .mask{
  display: block;
}
.year-scroller .year .content .content-card .year-tag, .gov .content-card .year-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: auto;
  text-align: right;
  color: #008ad1;
  font-weight: bold;
  font-size: 20px;
  padding-right: 8px;
  padding-left: 8px;
  z-index: 12;
  border: 1px solid #008ad1;
}

.year-scroller .timeline .year .content .content-card .year-tag{
  line-height: 29px;
  font-size: 14px;
}
.year-scroller .year .content .content-card:hover .year-tag {
  background-image: url(../img/bg-milestone-year.png);
}
.year-scroller .year .content .content-card:hover .img p{
  display: none;
}

.year-scroller.awards .month-el {
  margin: auto;
  width: 98px;
  height: 43px;
  border-radius: 5000px;
  border: 1.5px solid #008ad1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.year-scroller.awards .month-el p {
  font-size: 33px;
  font-weight: 900;
  font-family: 'Poppins';
  color: #FF801E;
  line-height: 43px;
  text-align: center;
  letter-spacing: 4px;
}

.year-scroller.awards .liner {
  border-right: 2px solid #008ad1
}

.year-scroller.awards .move-upward.small {
  margin-top: -40px;
}

.year-scroller.awards .move-upward {
  margin-top: -80px;
}

.year-scroller.awards .move-upward.double {
  margin-top: -160px;
}

.year-scroller.awards .year .content .content-card, .gov .content-card {
  width: 280px;
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  min-height:121px;
}

.year-scroller.awards .year .content .content-card-container:before{
  content: ' ';
  display: block;
  position: absolute;
  left: -8px;
  top: 20px;
  width: 14.5px;
  height: 14.5px;
  border-radius: 50%;
  border: 2px solid #008ad1;
  background-color: #0d90d3;
}
.year-scroller.awards .year .content .content-card-container.active:before{
  background-color: #FF801E;
}

.year-scroller.awards .year .content .content-card .title, .gov .content-card .title{
  color: #0d90d3;
  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
  display: flex;
  padding-right: 8px;
}

.year-scroller.awards .year .content .liner .content-card .title{
  padding-left: 24px;
  padding-right: 0px;
  justify-content: space-between
}
.year-scroller.awards .year .content .liner .content-card .title:after {
  content: ' ';
  display: block;
  width: 6px;
  height:23px;
  background-color: #0d90d3;
  min-width: 6px;
  margin-left: 8px;
}

.year-scroller.awards .year .content .content-card-container.active .content-card .title, .year-scroller.awards .year .content .liner.active .content-card .title{
  color: #FF801E;
}

.year-scroller.awards .year .content .content-card-container .content-card .title:before {
  content: ' ';
  display: block;
  margin-right: 18px;
  width: 6px;
  height:23px;
  background-color: #0d90d3;
}

.year-scroller.awards .year .content .content-card-container.active .content-card .title:before, .year-scroller.awards .year .content .liner.active .content-card .title:after {
  background-color: #FF801E;
}

#map~.overlay .pin{
  display: none !important;
}

#map~.overlay .pin.active{
  display: flex !important;
}

#map~.overlay .pin.active~div.active p{
  color: #FF801E !important;
}

.legend {
  position: absolute;
  top: 16px;
  left: 32px;
}

.legend-btn {
  background-image: url(../img/bg-button.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 247px;
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 20;
  margin: 16px auto;
}

.legend-btn:hover, .legend-btn.active {
  background-image: url(../img/bg-button-active.png);
}

.plant:nth-child(2n) {
  background-color: #F2F9F5;
}

.plant:nth-child(2n+1) {
  background-color: #F5FAEC;
}

.plant .content {
  background-image: url(../img/decor-1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
}

.culture-box {
  width: 22vw;
  height: 22vw;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

@media screen and (min-width: 1280px) {
  .culture-box {
    width: 20vw;
    height: 20vw;
  }
}

.culture-box .s-line {
  background-color: #008ad1;
  height: 2px;
  min-height: 2px;
  width: 40px;
}

.cultures .content-card {
  position: relative;
  background-color: #FAFCF5;
  min-height:244px;
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.cultures .content-card .content {
  background-image: url(../img/decor-1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
}

.cultures .content-card .title{
  color: #008ad1;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
  display: flex;
  padding-right: 8px;
}

.cultures .content-card.active .title{
  color: #FF801E;
}

.cultures .content-card .title:before {
  content: ' ';
  display: block;
  margin-right: 18px;
  width: 6px;
  height:32px;
  background-color: #FF801E;
}

.cultures .content-card.active .title:before, .year-scroller.awards .year .content .liner.active .content-card .title:after {
  background-color: #FF801E;
}

.job-box {
  background-color: rgba(0, 87, 17, 0.9);
}
.job-btn-container {
  z-index: 20;
}
.job-btn {
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 48px;
  display: flex;
  border-radius: 5000px;
  border: 1.5px solid white;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.job-btn-container:hover .job-btn{
  background-color: #0d90d3;
}

.inner-border {
  margin: 10px;
  border: 1px solid white;
  padding: 0px;
}
.structures{
  margin: 0 -20px;
}

.structures .box{
  background-color: #F2F9F5;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.structures .box:hover a p{
  /* color: #0d90d3 !important */
}

.structures .flex-row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 0 100%;
  align-items: center;
  margin: 0 20px;
}
.structures .flex-row>div:nth-child(2n+1) {
  flex: 1 0 10%;
  min-width: 10%;
}
.structures .flex-row>.flex2 {
  flex: 2 0 calc(20% + 28px) !important;
  min-width: calc(20% + 28px) !important;
}
.structures .empty {
  min-width: 28px
}
.structures .line {
  height: 1px;
  min-width: 28px
}
.structures .line p{
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-color: #0d90d3;
}
.structures .line p,  .structures .vline p{
  text-align: center;
  font-size: 14px;
  line-height: 20px !important;
  color: white;
  margin: auto;
}

.structures .line::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0d90d3;
  margin: 0;
  margin-bottom: -10px;
}
.structures .line.short-l::before {
  margin-left: calc(15% + 4px);
}
.structures .line.short-r::before {
  width: calc(65% - 10px);
}
.structures .vline{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.structures .vline p{
  border-radius: 50%;
  min-width: 20px;
  max-width: 20px;
  background-color: #0d90d3;
  margin: auto;
}

.structures .vline::before {
  content: ' ';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #0d90d3;
  min-height: 10px;
  margin: auto;
}
.structures .vline::after {
  content: ' ';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #0d90d3;
  min-height: 10px;
  margin: auto;
}
.structures .vline.line {
  position: relative;
}
.structures .vline.line p {
  margin-right: 15%;
  margin-top: calc((33% - 20px) / 2);
}

.structures .vline.line::before {
  content: ' ';
  display: block;
  position: absolute;
  height: 50%;
  width: 1px;
  background-color: #0d90d3;
  min-height: 1px;
  margin: auto;
  margin-top: calc(-33% + calc((33% - 1px) / 2));
}
.structures .vline.line::after {
  content: ' ';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #0d90d3;
  margin: 0;
  margin-top: -10px;
  margin-bottom: calc((33% - 1px) / 2);
  margin-left: 50%;
  min-height: 1px;

}



.long-decor-btn {
  background-image: url(../img/bg-button-e.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: auto;
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  z-index: 20;
  margin: 16px auto;
}

.long-decor-btn:hover {
  background-image: url(../img/bg-button-e-active.png);
}

.boards .person .title{
  align-items: center;
  line-height: 40px;
  border-bottom: 5px solid #0d90d3;
}
.boards .person.active .title{
  border-bottom: 5px solid #008ad1;
}

.boards .person.active .title h6, .boards .person.active .title p{
  color: #008ad1 !important;
}

.boards .person .arrows {
  border-bottom: 1px solid #0d90d3;
  align-items: center;
}

.boards .person .content {
}
.boards .person .content .box {
  display: flex;
  background-color: rgba(0, 138, 209, 0.05);
}
/* .boards .person .content .box::after {
  content: ' ';
  display: block;
  width: 8px;
  height:60px;
  background-color: #008ad1;
  min-width: 8px;
  margin-left: 8px;
  margin-top:8px;
} */


.a-swiper-container {
  width: 100%;
  height: 524px;
}

.a-swiper-container .slide-img {
  height: 524px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.b-swiper-container {
  width: 100%;
  height: 367px;
}

.b-swiper-container .slide-img {
  height: 367px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.b-swiper-container.taller {
  height: 500px;
}

.b-swiper-container.taller .slide-img{
  height: 500px;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #008ad1;
}


.business .title{
  color: #008ad1;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
  display: flex;
  padding-right: 8px;
}

.business .title:before {
  content: ' ';
  display: block;
  margin-right: 18px;
  width: 6px;
  height:32px;
  background-color: #FF801E;
}

.a-connect {
  color: #58595B;
}

.a-connect:hover {
  color: #008ad1;
}

@media screen and (max-width:540.98px){
  .sitemap{
    flex-direction: column;
    line-height: 1.5;
  }
    .socials {
        border-left: 0!important;
    }
    .socials div {
        width: 100%;
    }
    .footer-bottom > .bottom > div{
        justify-content:center!important;
    }
    .footer-bottom > .bottom > div > p {
        text-align: center !important;
    }
}

.bottom > div > p > a{
  font-size: 16px;
}
.m_contact > a:hover,
.m_hover >a:hover > span,
.m_hover >a:hover{
  color:#58595B;
}

.m_footer_dropdown_menu{
  width: 100%;
  transform: translate3d(0px, 25px, 0px)!important;
}
.m_footer_dropdown_menu > .dropdown-item:hover {
  background-color: #008ad1!important;
  color: white;
}

.socials>div>div>a{
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.fa-linkedin, .fa-youtube, .fa-weixin{
  color:#008ad1;
}
.socials>div>div>a>i{
  align-items: center;
  justify-content: center;
  display: flex;
  width: 35px;
  height:35px;
  background-color: white;
  border-radius: 1000px;
}
.socials>div>div>a:hover>i{
  background-color: #58595B;
}
.socials>div>div>a:hover>.fa-linkedin,
.socials>div>div>a:hover>.fa-youtube,
.socials>div>div>a:hover>.fa-weixin{
  color: white;
}
.socials>div>div>i{
  align-items: center;
  justify-content: center;
  display: flex;
  width: 35px;
  height:35px;
  background-color: white;
  border-radius: 1000px;
}
.socials>div>div{
  display: flex;
  justify-content: center;
  align-items: center;
}

.aconnectSystem{
  display: none;
}

.product-title{
  margin-bottom: 8px;
  line-height: 40px;
}

@media screen and (max-width: 640px) {
  .boards .person .title{
      flex-direction: column;
      align-items: flex-start;
  }
  .boards .person.ml-3{
      padding-left: 0!important;
      margin-left: 0.8rem!important;
  }

  .boards .person .image img{
      padding-left: 0!important;
  }
}

.video_fill{
  width: 100%;
  max-width: 600px;
  height: 100%;
  vertical-align: middle;
}

.mor-pdf-btn {
  font-size: 16px;
}