.banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 0px;
  padding-top: 0;
  z-index: 1;
  text-align: left;
  overflow: hidden;
}

.banner.fixed-height {
  height: 772px;
}

.banner.inner.fixed-height {
  height: 550px;
}


.banner.dynamic {
  height: auto;
  min-height: 772px;
}

.slogan-container {
  width: 50%;
  padding-bottom: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slogan-image-container {
  z-index: 10;
  top: calc(50% - 77px);
  left: calc(50% - 320px);
}

.overlay {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.inner .overlay {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 11;
}

.slogan {
  text-transform: uppercase;
  font-weight: 900;
  white-space: pre-wrap;
}

.slogan.shadow {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.65);
}

h1.slogan {
  font-size: 120px;
  line-height: 120px;
}

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

h6.slogan {
  font-size: 24px;
}

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

.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: hidden;
  margin-top: 0;
}

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

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

.content-padding {
  padding: 0 7.5vw;
}

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

.content h1 {
  font-size: 120px;
}

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

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

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

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

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

ul.description {
  list-style: disc;
}

ul.description li {
  list-style-position: outside;
  font-size: 16px;
}

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

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

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

.content ul.inner li::before {
  font-size: 32px;
  vertical-align: -4px;
  line-height: 40px;
  padding-right: 6px;
  margin-left: -24px
}

.font-title:after {
  content: ' ';
  position: relative;
  margin-top: 8px;
  height: 3px;
  width: 60px;
  background-color: #4595c9;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
}

.circle-border {
  /* border: 1px solid #4595c9;
  border-radius: 50%; */
  height: 100%;
  min-height: 50vw;
  max-width: 50vw;
  top: -10vw;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .circle-border {
    max-width: 75vw;
    top: -18vw;
  }
}

@media screen and (max-width: 997px) {
  .circle-border {
    display: none;
  }
}

.strength-desc {
  padding-left: 16px;
}

.news-swiper {
  overflow: hidden;
  --swiper-navigation-size: 16px;
}

.news-swiper-button-prev,
.news-swiper-button-next {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.news-card {
  width: 446px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: justify;
  padding: 20px 40px;
}

.news-card:after {
  content: ' ';
  position: relative;
  margin-top: 8px;
  height: 3px;
  width: 0;
  background-color: #4595c9;
  transition: width;
  transition-duration: 1s;
}

.news-card:hover::after {
  width: 100%;
}

.news-card:hover {
  box-shadow: 10px 20px 20px 10px rgba(0, 0, 0, 0.15);
}

.news-card .date {
  color: #4595c9;
  font-weight: bold;
  font-size: 18px;
  justify-content: flex-start;
  margin-top: 8px
}

.news-card .desc {
  color: #404040;
  font-size: 13px;
}

.underline {
  display: inline-grid;
}

.underline:after {
  content: ' ';
  position: relative;
  margin-top: 8px;
  height: 3px;
  width: 0;
  background-color: #4595c9;
  transition: width;
  transition-duration: 1s;
}

.underline:hover::after {
  width: 100%;
}


ul.fa-icon-list,
.fa-icon-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.fa-icon-list {
  margin: 2em 0;
}

.fa-icon-list li {
  margin: 1em;
  margin-left: 3em;
  align-items: center;
}

.fa-icon-list li:before {
  float: left;
  color: #4595c9;
  margin-right: 1.5em;
}

.fa-icon-list.list-box li:before {
  margin-right: 0;
  font-size: 32px;
  margin-top: 8px;
}

.fa-icon-list.cert li:before {
  content: '\ead6';
  font-family: 'IcoFont';
}

.fa-icon-list.care li:before {
  content: '';
  font-family: 'IcoFont';
}

.fa-icon-list.awards li:before {
  content: '\eace';
  font-family: 'IcoFont';
  padding: 4px;
}

.fa-icon-list.projects li:before {
  content: '\eeaa';
  font-family: 'IcoFont';
}

.fa-icon-list.list-box {
  display: flex;
  flex-wrap: wrap;
}

.fa-icon-list.list-box li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-width: 160px;
  max-width: 160px;
  max-height: 160px;
  min-height: 160px;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, 0.15);
}

.fa-icon-list.care li {
  min-width: 320px;
  max-width: 320px;
  max-height: 320px;
  min-height: 320px;
}

.fa-icon-list.list-box.projects li {
  min-width: 240px;
  max-width: 240px;
  max-height: unset;
  min-height: 160px;
  padding: 20px;
  border-radius: 16px;
}

ul.diamond-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 600px;
  height: 150px;
}

ul.diamond-list li {
  list-style: none;
  position: absolute;
  width: 200px;
  height: 200px;
  background: #000;
  margin: -100px;
  transform: rotate(45deg);
  /* transition: .5s; */
  overflow: hidden;
  /* opacity: .5; */
  border-radius: 50%;
}

ul.diamond-list li:hover {
  opacity: 1;
}

ul.diamond-list li.item1 {
  top: 0;
  left: 0;
}

ul.diamond-list li.item2 {

  bottom: 0;
  left: 25%;
}

ul.diamond-list li.item3 {
  top: 0;
  left: 50%;
}

ul.diamond-list li.item4 {
  bottom: 0;
  left: 75%;
}

ul.diamond-list li.item5 {
  top: 0;
  left: 100%;
}

ul.diamond-bond {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  margin-left: 50%;
  padding: 0;
  width: 600px;
  height: 150px;
}

ul.diamond-bond li {
  list-style: none;
  position: absolute;
  width: 200px;
  height: 200px;
  margin: -100px;
  transform: rotate(45deg);
  transition: .5s;
  overflow: hidden;
  opacity: .8;
  border: 1px solid #ececec;
  border-radius: 50%;
}

ul.diamond-bond li:hover,
ul.diamond-bond li.active {
  opacity: 1;
  box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, 0.15);
  color: #4595c9;
}

ul.diamond-bond li:hover i,
ul.diamond-bond li.active i {
  color: #4595c9;
}

ul.diamond-bond li.item1 {
  top: 0;
  left: 0;
}

ul.diamond-bond li.item2 {
  bottom: 0;
  left: 25%;
}

ul.diamond-bond li.item3 {
  bottom: -100%;
  left: 0;
}

ul.diamond-bond li.item4 {
  bottom: 0;
  left: -25%;
}

ul.diamond-bond li>.d-flex,
ul.diamond-list li>.d-flex {
  transform: rotate(-45deg);
}

.awards-bond {
  min-height: 600px;
}

.leaders-section {
  min-height: 600px;
}

.leaders-section .active {
  opacity: 1 !important;
}

.leaders-section .dimmed {
  opacity: .2 !important;
}

.leader-content {
  border-radius: 32px;
  /* box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, 0.15); */
  border: 1px solid #4595c9;
  border-left: none;
}

.leader-panel {
  height: 600px;
}

.timeline-year-picker {
  background-color: #4595c9;
  display: flex;
  color: #fff;
  justify-content: space-evenly;
  align-items: center;
  padding: 4px 0;
  z-index: 99;
  width: 100%;
}

.timeline-year-picker.scroll {
  position: fixed;
  top: 180px;
  left: 0;
  width: 85%;
  margin: 0 7.5vw;
}

.timeline-year-picker .year {
  cursor: pointer;
  line-height: 40px;
}

.timeline-year-picker .year:hover,
.timeline-year-picker .year.active {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  text-decoration: underline;
}

.tab-btn,
.ntab-btn {
  color: #4595c9;
  background-color: #fff;
  border: 1px solid #dddddd;
  cursor: pointer;
  padding: 12px;
}

.tab-btn p,
.ntab-btn p {
  text-align: center !important;
}

.tab-btn:hover,
.tab-btn.active,
.ntab-btn:hover,
.ntab-btn.active {
  color: #fff;
  background-color: #4595c9;
  border: 1px solid #4595c9;
}

.tab-panel {
  border: 1px solid #dddddd;
}

.award-pics,
.cert-pics {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}

.banner-swiper,
.award-swiper,
.cert-swiper {
  width: 100%;
  --swiper-theme-color: #4595c9;
  --swiper-pagination-color: #4595c9;
  --swiper-pagination-bullet-inactive-color: #aacedd;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.award-swiper .swiper-slide,
.cert-swiper .swiper-slide {
  width: 100%;
  text-align: center;
  height: 320px;
  overflow: hidden;
  padding-bottom: 20px;
}

.banner-swiper .swiper-pagination {
  bottom: 40%;
  height: 10px;
}

.award-swiper .swiper-pagination,
.cert-swiper .swiper-pagination {
  bottom: 0px;
}

.award-swiper .swiper-pagination-bullet,
.cert-swiper .swiper-pagination-bullet {
  border: 1px solid #4595c9;
}

.banner-swiper .overlay-block-section {
  position: absolute;
  bottom: 5%;
  display: flex;
  z-index: 11;
  width: 100%;
}

.banner-swiper .overlay-block,
.investors .overlay-block {
  background-color: rgba(231, 231, 231, 0.92);
  max-height: 247px;
  min-width: 300px;
}

.investors .overlay-block {
  background-color: rgba(255, 255, 255, 0.92);
  max-height: unset;
}

.banner-swiper .overlay-block.ml {
  margin-left: 20px;
}

/* Contact Us */
.a-contact {
  margin: 15px 0;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}

.a-contact>span {
  font-size: 20px;
  width: 100px;
}

.a-contact-en>span {
  /* width: auto; */
  max-width: initial;
}

.a-contact>p {
  text-align: start;
  margin: 0;
}

.a-contact>span,
.a-contact>p,
.a-contact>a {
  padding-left: 10px;
}

/* Google Map */
.a-map-responsive {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 55%;
  position: relative;
}

.a-map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.logos {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .company-logo {
    margin-bottom: 0 !important;
  }

  .trunk-body header .logo {
    height: 45px !important;
    line-height: 3px;
  }

  .header-bar {
    padding: 0 !important;
  }

  .mobile-text-mtop {
    margin-top: 5px;
  }
}

.strength-symbol {
  line-height: 1.1em;
  font-size: 52px;
  font-weight: bold;
  font-family: 'Montserrat', 'Helvetica Neue', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif !important;
  color: #4595c9;
}