.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: 717px;
}

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

.banner.dynamic {
  height: 37.3vw;
  max-height: 717px;
}

.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: 0;
  z-index: 11;
}

.slogan {
  text-transform: uppercase;
  font-weight: 900;
}

.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 20vw;
}

.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 10vw;
}

.content-padding-2 {
  padding: 0 8vw;
}

.content-padding-3 {
  padding: 0 15vw;
}

.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: 21px;
  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: #00b252;
}

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

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

.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: #00b252;
  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: #00b252;
  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: #00b252;
  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: #00b252;
  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: #00b252;
}

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

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 #00b252;
  border-left: none;
}

.leader-panel {
  height: 600px;
}

.timeline-year-picker {
  background-color: #00b252;
  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 20vw;
}

.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: #00b252;
  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: #00b252;
  border: 1px solid #00b252;
}

.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: #00b252;
  --swiper-pagination-color: #00b252;
  --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 {
  padding-bottom: 10px;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background: url(../img/spot-w.png) 100% 100% no-repeat;
  background-size: 34px;
  margin-right: 26px;
  width: 16px;
  height: 23px;
  cursor: pointer;
  border-radius: unset;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-position: 0 100%;
}

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

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

.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: 0 0 15px;
  align-items: center;
  display: flex;
  flex-direction: row;
  text-align: start;
}

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

.a-contact-en>span,
.a-contact-tc>span,
.a-contact-sc>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;
}

.person {
  cursor: pointer;
}

.staff-card {
  pointer-events: none;
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 5px;
  text-align: left;
  /* box-shadow: -20px -20px 0px 0px #00b25266; */
  border-radius: 10px;
  border: 2px solid #00b25266;
  /* -webkit-animation-name: shadow-show; */
  /* Safari 4.0 - 8.0 */
  /* -webkit-animation-duration: 1.5s; */
  /* Safari 4.0 - 8.0 */
  /* animation-name: shadow-show;
  animation-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1); */
  /* custom */
}

.staff-card h1,
.staff-card h2,
.staff-card h3,
.staff-card h4,
.staff-card h5,
.staff-card h6 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-size: 26px !important;
}

.staff-card hr {
  display: block;
  border: none;
  height: 3px;
  background-color: #00b252;
  margin: 0px;
  -webkit-animation-name: line-show;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.3s;
  /* Safari 4.0 - 8.0 */
  animation-name: line-show;
  animation-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
  /* custom */
}

.staff-card p {
  margin: 15px 0px 0px 0px;
  text-align: justify;
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  word-break: break-all;
  word-wrap: pre-wrap;
  /* color: #282828; */
  color: #000;
  -webkit-animation-name: p-show;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.5s;
  /* Safari 4.0 - 8.0 */
  animation-name: p-show;
  animation-duration: 1.5s;
}

.staff-card button {
  border: none;
  background-color: #00b252;
  width: 50%;
  margin: 10px auto;
  padding: 10px 30px;
  color: white;
  font-family: "Noto Sans KR", sans-serif;
  text-transform: uppercase;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes line-show {
  from {
    margin: 0px 100px;
  }

  to {
    margin: 0px;
  }
}

/* Standard syntax */
@keyframes line-show {
  from {
    margin: 0px 100px;
  }

  to {
    margin: 0px;
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes p-show {
  from {
    color: white;
  }

  to {
    color: #282828;
  }
}

/* Standard syntax */
@keyframes p-show {
  from {
    color: white;
  }

  to {
    color: #282828;
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shadow-show {
  from {
    box-shadow: 0px 0px 0px 0px #e0e0e0;
  }

  to {
    box-shadow: -20px -20px 0px 0px #00b25266;
  }
}

/* Standard syntax */
@keyframes shadow-show {
  from {
    box-shadow: 0px 0px 0px 0px #e0e0e0;
  }

  to {
    box-shadow: -20px -20px 0px 0px #00b25266;
  }
}

.core {
  position: relative;
  min-width: 690px;
  max-width: 690px;
  width: 100%;
  margin-top: 40px;
  z-index: 11;
}

.core1 {
  position: absolute;
  background: url(../img/core1-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 140px;
  top: 180px;
  left: 0;
  cursor: pointer;
  transition: 1.5s ease;
}

.core1-desc {
  position: absolute;
  top: 220px;
  left: -160px;
  transition: 1.5s ease;
}

.core1:hover {
  left: -20px;
}

.core1:hover+.core1-desc {
  border-bottom: 1px solid #00ab52
}

.core2 {
  position: absolute;
  background: url(../img/core2-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(120px + 38px);
  height: 140px;
  top: 68px;
  left: 34px;
  cursor: pointer;
  transition: 1.5s ease;
}

.core2-desc {
  position: absolute;
  top: 68px;
  left: -126px;
  transition: 1.5s ease;
}

.core2:hover {
  top: 58px;
  left: 20px;
}

.core2:hover+.core2-desc {
  border-bottom: 1px solid #00ab52
}


.core3 {
  position: absolute;
  background: url(../img/core3-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(120px + 64px);
  height: 120px;
  top: 4px;
  left: 118px;
  cursor: pointer;
  transition: 1.5s ease;
}

.core3-desc {
  position: absolute;
  top: -24px;
  left: -2px;
  transition: 1.5s ease;
}

.core3:hover {
  top: -14px;
  left: 114px;
}

.core3:hover+.core3-desc {
  border-bottom: 1px solid #00ab52
}

.core4 {
  position: absolute;
  background: url(../img/core4-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 140px;
  height: 85px;
  top: -7px;
  cursor: pointer;
  transition: 1.5s ease;
}

.core4-desc {
  position: absolute;
  top: -60px;
  transition: 1.5s ease;
}

.core4:hover {
  top: -20px;
}

.core4:hover+.core4-desc {
  border-bottom: 1px solid #00ab52
}

.core5 {
  position: absolute;
  background: url(../img/core5-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(120px + 64px);
  height: 120px;
  top: 4px;
  right: 118px;
  cursor: pointer;
  transition: 1.5s ease;
}

.core5-desc {
  position: absolute;
  top: -24px;
  right: -2px;
  transition: 1.5s ease;
}

.core5:hover {
  top: -14px;
  right: 114px;
}

.core5:hover+.core5-desc {
  border-bottom: 1px solid #00ab52
}

.core6 {
  position: absolute;
  background: url(../img/core6-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(120px + 38px);
  height: 140px;
  top: 68px;
  right: 34px;
  cursor: pointer;
  transition: 1.5s ease;
}

.core6-desc {
  position: absolute;
  top: 68px;
  right: -126px;
  transition: 1.5s ease;
}

.core6:hover {
  top: 58px;
  right: 20px;
}

.core6:hover+.core6-desc {
  border-bottom: 1px solid #00ab52
}

.core7 {
  position: absolute;
  background: url(../img/core7-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 140px;
  top: 180px;
  right: 0;
  cursor: pointer;
  transition: 1.5s ease;
}

.core7-desc {
  position: absolute;
  top: 220px;
  right: -180px;
  transition: 1.5s ease;
}

.core7:hover {
  right: -20px;
}

.core7:hover+.core7-desc {
  border-bottom: 1px solid #00ab52
}

.highlight-table {
  font-size: 21px;
  text-align: left;
}

.highlight-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(0, 189, 0, 0.1); */
}

.highlight-table th,
.highlight-table td {
  padding: 15px;
  border-bottom: 1px solid #00ab52
}

.highlight-table th {
  text-align: left;
}

.highlight-table thead th {
  background-color: #00b252;
  color: #fff
}

.highlight-table tbody tr:hover {
  background-color: rgba(0, 189, 0, 0.302);
}

.highlight-table tbody td {
  font-weight: 300;
  position: relative;
}

.highlight-table tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(0, 189, 0, 0.2);
  z-index: -1;
}

.product-brief-cards {
  /* background: linear-gradient(180deg, #00ab52 40% ,#43c181 80%, #00ab52 80% ); */
  background: #00ab52;
}

.product-brief-card {
  /* opacity: 0; */
  background-color: #00ab52;
}

.product-brief-card2 {
  /* opacity: 0; */
  background-color: #00ab52;
}

.product-brief-card3 {
  /* opacity: 0; */
  background-color: #00ab52;
}

.product-brief-card4 {
  /* opacity: 0; */
  background-color: #00ab52;
}

.product-brief-cards .event-detail {
  /* opacity: 0; */
  background-color: #00ab52;
}

.product-brief-card:hover,
.product-brief-card:hover+#event1,
.product-brief-cards.event1.active .product-brief-card {
  background-color: #43c181;
}

.product-brief-card2:hover,
.product-brief-card2:hover+#event2,
.product-brief-cards.event2.active .product-brief-card2 {
  background-color: #43c181;
}

.product-brief-card3:hover,
.product-brief-card3:hover+#event3,
.product-brief-cards.event3.active .product-brief-card3 {
  background-color: #43c181;
}

.product-brief-card4:hover,
.product-brief-card4:hover+#event4,
.product-brief-cards.event4.active .product-brief-card4 {
  background-color: #43c181;
}

.product-brief-cards.active .event-detail {
  background-color: #43c181;
}

.product-brief-cards.event1 {
  background: linear-gradient(180deg, #43c181 30%, #00ab52 30%);
}

.product-brief-cards.event2 {
  background: linear-gradient(180deg, #00ab52 60%, #43c181 60%, #43c181 70%, #00ab52 70%);
}

.product-brief-cards.event3 {
  background: linear-gradient(180deg, #00ab52 70%, #43c181 70%, #43c181 90%, #00ab52 90%);
}

.product-brief-cards.event4 {
  background: linear-gradient(180deg, #00ab52 85%, #43c181 85%);
}

.product-brief-cards.event1.active {
  background: linear-gradient(180deg, #43c181 60%, #00ab52 40%);
}

.product-brief-cards.event2.active {
  background: linear-gradient(180deg, #00ab52 30%, #43c181 30%, #43c181 60%, #00ab52 60%);
}

.product-brief-cards.event3.active {
  background: linear-gradient(180deg, #00ab52 50%, #43c181 50%, #43c181 80%, #00ab52 80%);
}

.product-brief-cards.event4.active {
  background: linear-gradient(180deg, #00ab52 85%, #43c181 85%);
}

.event-section {
  height: 410px;
}

.event-section .event-image {
  width: 100%;
  height: 430px;
  border-radius: 32px;
  margin: -10px 0;
  border: 10px solid #fff;
  object-fit: cover;
}

.curve-bg {
  background-image: url(../img/curve-bar.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 108px !important;
  padding-bottom: 60px !important;
  margin-top: -108px;
  z-index: 1000;
  pointer-events: none
}

.title-underline {
  border-bottom: 3px solid #00ab45;
  width: fit-content;
  /* letter-spacing: 3px; */
}

.desc-upperline {
  border-top: 3px solid #00ab45;
  width: fit-content;
}

.green-box {
  background-color: #e2f6e8;
  border-radius: 32px;
}

a.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 20;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

a.scroll-down:hover {
  opacity: .5;
}

a.scroll-down {
  padding-top: 70px;
}

a.scroll-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

a.scroll-down img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 36px;
  margin-left: -44px;
  -webkit-animation: fadeInOut 1.5s infinite;
  animation: fadeInOut 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0px, 20px);
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0px, 20px);
    opacity: 0;
  }
}

.profile-counter-box {
  min-height: 500px;
  align-items: flex-start;
  flex-direction: column;
  background-image: url(../img/profile-box-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.culture-card {
  border-width: 10px;
  border-style: solid;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.culture-card img {
  width: 102%;
  border-radius: 0px;
  object-fit: cover;
  min-height: 240px;
  max-height: 240px;
}

.culture-card .title {
  color: #65bbe8;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
}

.culture-card .description {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #000;
  text-align: justify;
}

.max-2lines-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.event-expand-icon {
  margin-right: 1rem;
}

.event-expand-icon.down {
  transform: rotate(90deg);
}

.esg-btn img.down {
  transform: rotate(90deg);
}

.financial-results .box {
  width: 100%;
}

.financial-results .quarterly-results .header {
  background: #00b252;
  color: #fff;
  padding: 15px 25px;
  position: relative;
}

.quarterly-results:not(.divided) .header {
  cursor: pointer;
  position: relative;
}

.financial-results .quarterly-results .header {
  background: #00b252;
  text-align: left;
}

.quarterly-results .eqicon-trigger {
  font-size: 18px;
  cursor: pointer;
}

.quarterly-results .header .eqicon-trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00b252;
}

.financial-results .quarterly-results .header .eqicon-trigger {
  color: #fff;
}

.quarterly-results .collapsed .eqicon-trigger {
  transform: rotate(180deg);
  top: calc(50% - 9px);
}

h2.icon-bg-results {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
}

.financial-results .quarterly-results .header h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.quarterly-results>div>.text {
  padding: 0;
}

.box.quarterly-results .toggle-wrapper>.text {
  border: 1px solid #ddd;
}

.quarterly-results .text .text {
  padding: 0;
}

.quarterly-results>div>.text>.text {
  padding: 25px;
}

.text>*:last-child {
  margin-bottom: 0;
}

.quarterly-results .text .text {
  padding: 0;
}

.quarterly-results>div>.text>.text:nth-of-type(even) {
  background-color: #f8f8f8;
}

.quarterly-results .toggle-wrapper>.text>.text+.text {
  border-top: 1px solid #ddd;
}

.financial-results .results-info {
  border-bottom: none;
  text-align: start;
}

.results-info h3,
.results-info p {
  margin: 0;
  font-weight: 400;
  text-transform: none;
}

.results-info h3 {
  margin: 0 0 5px 0;
  /* color: #4a4a4a; */
  color: #000;
  font-size: 22px;
}

.results-info .date,
.results-info .time {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  /* color: #636363; */
  color: #000;
}

.result-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dotted #ddd;
  padding: 5px 0;
  text-align: start;
}

.result-line:last-child {
  border-bottom: 0;
}

.pull-right {
  float: right !important;
}

.pull-right a:hover {
  color: #00ab45;
}

.pull-right a i {
  margin-right: 5px;
}

.result-line .link {
  font-size: 12px;
  color: #4a4a4a;
  font-style: normal;
  font-weight: 400;
  float: right;
  white-space: nowrap;
  text-transform: none;
}

.result-line .link:first-of-type {
  margin-right: 0;
}

.esg-years,
.press-years {
  display: flex;
  align-items: flex-end;
  line-height: 38px;
  gap: 40px
}

.esg-years>div,
.press-years>div {
  font-size: 38px;
  font-weight: normal;
  color: #6e6e6e;
  display: flex;
  align-items: flex-end;
  align-self: baseline;
}

.esg-years>div.active,
.press-years>div.active {
  font-size: 52px;
  color: #00ab45
}

.trend-head {
  display: none;
}

.trend-head.visible {
  display: flex;
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
}

.trends>div {
  height: 684.89px;
}

.home-latest-news-item {
  margin: 1.5rem 0 0.5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.hlni-year {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.hlni-year span {
  line-height: 43px;
}

.hlni-content {
  display: flex;
  flex-direction: column;
  line-height: 36px;
  font-size: 22px;
  justify-content: center;
  text-align: left;
  width: 100%;
  padding-top: 1rem;
}

.home-press-label {
  margin: 40px 0;
  font-weight: bold;
  text-align: left;
}

#PressHomeDiv {
  display: flex;
  flex-direction: column;
}

#HomePressContentDiv {}

.hp-item {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hp-item a {
  text-align: start;
}

#PressMoreBtnDiv {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}

.culture-strategy-btn>div>img {
  margin-right: 15px;
}

/* Rewrite Code By J (12 Apr 2023) */

.profile-counter-box {
  padding: 0 21.5%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pcb-title {
  padding: 0 0 60px;
}

.pcb-title h2 {
  margin-bottom: 20px;
  text-align: left;
}

.pcb-title p {}

.pcb-content {
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .pcb-content{
    flex-direction: column;
  }
}

.pcb-content-inner {
  padding: 40px 0 0;
}

.event-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

.event-detail.en .event-item {
  align-items: flex-start;
  flex-direction: column;
}

.event-detail.en .event-label {
  font-weight: normal;
}

.event-label {
  font-size: 21px;
  display: flex;
  align-items: center;
  font-weight: lighter;
  margin-bottom: 3px;
  min-width: 180px;
}

.event-label img {
  width: 12px;
}

.event-label span {
  margin-left: 5px;
}

.event-item p {
  font-size: 21px;
  font-style: normal;
  font-weight: lighter;
  padding: 0 16px;
}

.culture1-item-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px 0;
  gap: 40px;
}

.logo-renew-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 3rem;
}

.culture1-label {
  margin-bottom: 8px;
}

.green-strategie-label-box {
  display: flex;
  align-items: center;
}

#GovIntroDiv {
  margin-bottom: 3rem;
}

#ManagementDiv {
  margin-bottom: 120px;
}

.double-strate-item p {
  text-align: justify;
}

#ProfileContent3Div .strength-item {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1920px) {
  .profile-counter-box {
    padding: 0 15%;
  }
}

@media screen and (max-width: 1640px) {
  .profile-counter-box {
    padding: 0 9%;
  }

  #ProfileContent3Div {
    margin: 0 20px;
  }

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

  .pcb-title {
    padding: 0px 0 40px;
  }
}

@media screen and (max-width: 1400px) {
  .profile-counter-box {
    padding: 0 5%;
  }

  .pcb-title {
    padding: 0 0 30px;
  }

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

  .culture1-item-box {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .culture1-item {
    margin-bottom: 20px;
  }

  #Culture5Div {
    display: flex;
    align-items: center;
  }

  .logo-renew-box {
    grid-template-columns: repeat(2, 1fr);
    max-width: 840px;
    gap: 40px;
  }

  .logo-renew-item:first-child img {
    object-position: top;
  }

  .culture-card .title {
    line-height: initial;
    margin-bottom: 10px;
  }

  .culture-card .description {
    padding-top: 0 !important;
  }

  .staff-card h1,
  .staff-card h2,
  .staff-card h3,
  .staff-card h4,
  .staff-card h5,
  .staff-card h6 {
    font-size: 21px !important;
  }

  .staff-card {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .profile-counter-box {
    padding: 0 2.5%;
  }

  .pcb-title {
    padding: 15px 0 0;
  }

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

  .pcb-content-inner {
    padding: 40px 0 0;
  }

  .strength-figure-container h1 {
    font-size: 42px !important;
  }

  #ProfileContent3Div .strength-item .font-31 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 991px) {
  .profile-counter-box {
    padding: 40px 20px;
  }

  #ProfileContent3Div {
    margin: 0;
  }

  .profile-counter-box {
    background-image: none !important;
    background-color: #00ab45;
  }

  .strength-desc,
  .strength-figure {
    color: white !important;
  }

  #ProfileContent3Div {
    padding: 0 0 3rem !important;
  }

  #ManagementDiv {
    margin-bottom: 60px;
  }

}

@media screen and (max-width: 767px) {
  .culture1-item-box {
    grid-template-columns: repeat(1, 1fr);
  }
}


.wechat_qrcode_box {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 250px;
  z-index: 999;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.wechat_qrcode_box.active {
  display: block;
}

.wechat_qrcode_box img {
  width: 100%;
  max-width: 300px;
}

.powered-by {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.esg-updates-inner {
  background-repeat: no-repeat;
  background-size: cover;
}

.esg-updates-img {
  width: 350px;
  clip-path: circle(40%);
}

.esg-updates-img2 {
  width: 350px;
  clip-path: circle(40%);
  margin-top: 0px;
}

@media screen and (max-width: 1199px) {
  .esg-updates-img,
  .esg-updates-img2 {
    min-width: 350px;
  }
}

@media screen and (max-width: 1600px) {
  #pinContainer{
    margin-bottom: 60px;
  }
}

.dropdown-item.active, .dropdown-item:active{
  background-color: white!important;
  color: #00ab45!important;
}