@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url(../../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-bold;
  src: url(../../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto-thin;
  src: url(../../fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: Roboto-light;
  src: url(../../fonts/Roboto-Light.ttf);
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomBG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 25px;
}

a:hover {
  text-decoration: none;
}

a:link,
a:focus {
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

.content {
  max-width: 1600px;
  width: 83%;
  margin: 0 auto;
}

.topSearch {
  position: fixed;
  top: -150px;
  width: 100%;
  display: flex;
  height: 150px;
  align-items: center;
  z-index: 101;
  background: #ffffff;
  justify-content: center;
  transition: all 0.4s;
}
.topSearch .logo {
  margin-left: 140px;
}
.topSearch .searchBox {
  width: 50%;
  display: flex;
  position: relative;
}
.topSearch .searchBox img {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.topSearch input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  font-size: 32px;
  height: 80px;
  outline: none;
  padding: 0 50px 0 20px;
}
.topSearch .close-search {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 25px;
  height: 25px;
}

.topSearch.active {
  top: 0px;
  transition: all 0.3s;
  box-shadow: 0px 5px 8px rgba(132, 132, 132, 0.5);
}

.navWrapper {
  width: 100%;
  position: fixed;
  z-index: 11;
  margin-top: 60px;
  display: none;
}
.navWrapper a.fortuneMall {
  display: block;
  background: #efb800;
  color: #ffffff;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navWrapper .nav {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #333333;
}
.navWrapper .nav ul {
  padding: 0;
  z-index: 10;
}
.navWrapper .nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  display: block;
  z-index: 10;
}
.navWrapper .nav ul li a {
  max-height: 60px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: #ffffff;
  z-index: 10;
}
.navWrapper .nav ul li a span {
  padding: 8px 0 0 0;
}
.navWrapper .nav ul li a img {
  padding: 10px;
}
.navWrapper .nav ul li a .plusDiv {
  position: absolute;
  right: 0;
}
.navWrapper .nav ul li a .plus {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(357deg) brightness(112%) contrast(101%);
}
.navWrapper .nav ul li a:hover {
  text-decoration: none;
}
.navWrapper .nav ul li:hover {
  background: #5E6073;
  /*transition: all 0.3s;*/
}
.navWrapper .nav ul > li {
  max-height: 60px;
}
.navWrapper .nav li.active {
  max-height: 100%;
}
.navWrapper .nav li.active .plusDiv img {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.navWrapper .nav .subnav {
  position: relative;
  left: 0;
  top: 0;
  background: #ffffff;
  min-width: 250px;
  visibility: hidden;
  z-index: 9;
}
.navWrapper .nav .subnav li {
  height: auto;
}
.navWrapper .nav .subnav li:hover {
  background: none;
}
.navWrapper .nav .subnav a {
  color: #000000;
  font-family: "Roboto-light", sans-serif;
  font-size: 14px;
  height: auto;
  padding: 12px 15px;
}
.navWrapper .nav .subnav.active {
  visibility: visible;
}
.navWrapper .nav .subnav li a:hover {
  color: #D62828;
}

.navWrapper.act {
  display: block;
}

.menu-item.mobile {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  z-index: 9999;
  background: #FFF;
  display: none;
}

.menu-item.mobile.active {
  display: flex;
}

.menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px #656665 solid;
  /* display: flex; */
  align-items: center;
}

.side-nav {
  display: flex;
  height: 25px;
  max-width: 150px;
  /* max-width: 100px; */
  justify-content: space-between;
}

.side-item {
  width: 48px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.right-border {
  border-right: 1px #d6d6d6 solid;
}

.search_box {
  position: absolute;
  max-width: 20px;
  overflow: hidden;
  left: 50%;
  top: 6%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_box_open {
  max-width: 200px;
  background-color: #fff;
  padding: 5px 0px;
  border-bottom: 1px #2e4765 solid;
  top: -9%;
  /* transform: translate(-92%); */
  /* top: -40%; */
}

.search_box input {
  border: none;
  margin-left: 10px;
  max-width: 0px;
  overflow: hidden;
}

.search_box_open input {
  max-width: 200px;
}

.search_box_open input {
  -webkit-border-image: none 100% 1 0 stretch;
  border-bottom: 1px solid #000 !important;
}

.side-item img {
  max-width: 25px;
  vertical-align: sub;
}

#close_box_mobile {
  position: absolute;
  top: 4%;
  right: 6%;
}

.mobile .search_box_open {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100vh;
  height: calc(100vh - 46px);
  max-width: unset;
  max-height: unset;
  transform: none;
}

.stay {
  display: none;
}

.language_button a {
  text-decoration: none;
  color: #333333;
}

.header {
  display: flex;
  position: fixed;
  height: 60px;
  width: 100%;
  align-items: center;
  background: #ffffff;
  justify-content: space-between;
  z-index: 100;
}
.header .logoIcon {
  background: #D62828;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 60px;
}
.header .logo {
  margin-left: 70px;
  position: absolute;
  z-index: 102;
}
.header .logo img {
  max-width: 90px;
}
.header .topnav {
  display: flex;
  align-items: center;
}
.header .topnav .mall a {
  border: 2px solid #EFB800;
  padding: 5px 10px;
  color: #333333;
  margin: 0 15px 0 0;
  font-size: 12px;
  transition: all 0.3s;
}
.header .topnav .mall a:hover {
  background: #efb800;
  transition: all 0.3s;
}
.header .sidenav {
  display: flex;
  align-items: center;
}
.header .sidenav .searchWrapper {
  margin: 0 40px;
  position: relative;
}
.header .sidenav .language {
  position: relative;
}
.header .sidenav .default {
  position: relative;
  display: flex;
  margin-right: 30px;
  font-size: 18px;
}
.header .sidenav .default img {
  margin: 0 5px;
}
.header .sidenav .default a {
  color: #000000;
}
.header .sidenav .select-language {
  visibility: hidden;
  position: absolute;
  background: #335173;
  padding: 10px;
  top: 30px;
  text-align: center;
}
.header .sidenav .select-language a {
  color: #ffffff;
  padding: 10px;
}
.header .sidenav .default:hover .select-language {
  visibility: visible;
}
.header .sidenav .search-div {
  position: absolute;
  background: #ffffff;
  display: flex;
  padding: 10px 15px;
  top: -10px;
  left: -175px;
  display: none;
  border-bottom: 1px #2e4765 solid;
}
.header .sidenav .search-div input {
  border: none;
  margin-right: 10px;
}
.header .sidenav .search-div input:focus {
  outline: none;
}
.header .sidenav .search-div.active {
  display: flex;
}

.header.collapse {
  box-shadow: 0px 5px 8px rgba(132, 132, 132, 0.5);
}

.homeWrapper {
  margin-left: 0;
}
.homeWrapper .homeBanner {
  height: 100vh;
  position: relative;
}
.homeWrapper .homeBanner .banner {
  height: 100vh;
  width: 100%;
  display: flex !important;
  align-items: center;
  position: relative;
}
.homeWrapper .homeBanner .banner01 {
  background-image: url(../images/home/homeBanner01-mobile.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomBG 10s linear infinite alternate;
  z-index: -1;
}
.homeWrapper .homeBanner .banner02 {
  background-image: url(../images/home/homeBanner02.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomBG 10s linear infinite alternate;
  z-index: -1;
}
.homeWrapper .homeBanner .banner03 {
  background-image: url(../images/home/homeBanner03-mobile.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomBG 10s linear infinite alternate;
  z-index: -1;
}
.homeWrapper .homeBanner .banner04 {
  background-image: url(../images/home/homeBanner04.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomBG 10s linear infinite alternate;
  z-index: -1;
}
.homeWrapper .homeBanner .banner05 {
  background-image: url(../images/home/homeBanner05-mobile.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomBG 10s linear infinite alternate;
  z-index: -1;
}
.homeWrapper .homeBanner .big {
  font-size: 36px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
.homeWrapper .homeBanner .homeBanner-btn {
  right: 0px;
  display: flex;
  bottom: 100px;
  z-index: 2;
  position: relative;
  justify-content: center;
}
.homeWrapper .homeBanner .banner-prev {
  width: 185px;
  background: #EFB800;
  height: 70px;
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.homeWrapper .homeBanner .banner-next {
  width: 185px;
  background: #000000;
  height: 70px;
  cursor: pointer;
  color: white;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.homeWrapper .homeBanner .banner-next img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(357deg) brightness(112%) contrast(101%);
}
.homeWrapper .homeBanner .slogan {
  color: #ffffff;
  max-width: 1650px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 20px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
}
.homeWrapper .homeIntro {
  max-width: 1650px;
  margin: 0 0 0 auto;
  padding: 80px 20px;
}
.homeWrapper .homeIntro p {
  font-size: 18px;
  display: block;
  width: 100%;
}
.homeWrapper .homeIntro .intro {
  max-width: 1200px;
}
.homeWrapper .home-title {
  font-size: 38px;
  font-family: "Roboto-thin", "Arial Narrow", Arial, sans-serif;
  line-height: 50px;
}
.homeWrapper .home-subtitle {
  font-size: 22px;
  color: #EFB800;
  margin-bottom: 20px;
}
.homeWrapper .dataWrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  max-width: 1650px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
}
.homeWrapper .dataWrapper .building-data {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  width: 100%;
  background: #F5F5F5;
}
.homeWrapper .dataWrapper .building-data .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
}
.homeWrapper .dataWrapper .building-data .item:hover .type:before {
  width: 120px;
  transition: all 0.3s;
}
.homeWrapper .dataWrapper .building-data .item:hover img {
  transform: rotateY(360deg);
  transition: all 0.7s;
}
.homeWrapper .dataWrapper .building-data .type {
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  position: relative;
  padding: 20px 0 20px 0;
  margin-top: 30px;
  text-align: center;
}
.homeWrapper .dataWrapper .building-data .number {
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
  font-size: 32px;
  color: #EFB800;
  padding: 0;
}
.homeWrapper .dataWrapper .building-data .type:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #000000;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s;
}
.homeWrapper .dataWrapper .update {
  position: absolute;
  right: 100px;
  bottom: 50px;
  font-size: 18px;
}
.homeWrapper .homeFinancial {
  height: 560px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
  background: url(../images/home/home-financial.png);
  background-position: center right;
  background-size: cover;
}
.homeWrapper .homeFinancial .btnGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
}
.homeWrapper .homeFinancial .btnGroup img {
  max-width: 80px;
  margin-bottom: 15px;
}
.homeWrapper .homeFinancial .btnGroup a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #333333;
  align-items: center;
  transition: all 0.3s;
}
.homeWrapper .homeFinancial .home-fin-date {
  font-size: 20px;
  margin-bottom: 50px;
}
.homeWrapper .homeFinancial .item {
  max-width: 1650px;
  width: 100%;
  margin: 0 0 0 auto;
  z-index: 1;
  padding: 0 20px;
}
.homeWrapper .homeFinancial .btnGroup a:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.homeWrapper .homeLatest {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  margin: 80px 0;
  max-width: 1650px;
  width: 100%;
  margin: 80px 0 80px auto;
}
.homeWrapper .homeLatest .home-latest-tab {
  margin: 40px 0 15px 0;
  display: flex;
}
.homeWrapper .homeLatest .home-latest-tab a {
  font-size: 14px;
  color: #000000;
  padding: 10px 20px;
}
.homeWrapper .homeLatest .home-latest-tab a.active,
.homeWrapper .homeLatest .home-latest-tab a:hover.active {
  background: #EFB800;
}
.homeWrapper .homeLatest .home-latest-tab a:hover {
  background: #c6c6c6;
  transition: all 0.3s;
}
.homeWrapper .homeLatest .group {
  overflow: hidden;
  height: 380px;
  width: 100%;
}
.homeWrapper .homeLatest .latest-group {
  width: 100%;
  justify-content: flex-end;
  height: 380px;
  overflow: hidden;
  padding: 0 0 0 20px;
}
.homeWrapper .homeLatest .latest-group .latest-img {
  width: 28%;
  display: none;
  justify-content: flex-end;
}
.homeWrapper .homeLatest .latest-group .latest-img img {
  object-fit: cover;
}
.homeWrapper .homeLatest .latest-group .item {
  max-height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.homeWrapper .homeLatest .latest-group .item .slick-track {
  display: flex;
  height: 100%;
}
.homeWrapper .homeLatest .latest-group .item .slick-slide > div {
  height: 100%;
}
.homeWrapper .homeLatest .latest-group .latest-news {
  width: 100%;
  display: block;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box {
  height: 100%;
  display: flex !important;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px 0 20px;
  text-align: center;
  position: relative;
  height: 380px;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box .latest-date {
  font-size: 18px;
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 30px;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box .latest-title {
  font-size: 24px;
  line-height: 32px;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box a {
  color: white;
  position: absolute;
  font-size: 16px;
  padding: 15px 0;
  bottom: 30px;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box a:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box a:hover:before {
  width: 120px;
  transition: all 0.3s;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box.box1,
.homeWrapper .homeLatest .latest-group .latest-news .item-box.box4 {
  background: #C6C6C6;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box.box2,
.homeWrapper .homeLatest .latest-group .latest-news .item-box.box5 {
  background: #EFB800;
}
.homeWrapper .homeLatest .latest-group .latest-news .item-box.box3,
.homeWrapper .homeLatest .latest-group .latest-news .item-box.box6 {
  background: #EF5D5A;
}
.homeWrapper .homeLatest .latest-group .latest-news .slick-prev {
  display: none !important;
}
.homeWrapper .homeLatest .latest-group .logo-next {
  width: 100%;
  background: #000000;
  color: white;
  display: block;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}
.homeWrapper .homeLatest .latest-group .logo-next img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(357deg) brightness(112%) contrast(101%);
  margin: 0 auto;
}
.homeWrapper .homeSus {
  background: url(../images/home/home-sus.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 540px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.homeWrapper .homeSus .small {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 10px;
}
.homeWrapper .homeSus a {
  color: white;
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  margin: 100px auto 0 auto;
  text-align: center;
}
.homeWrapper .homeSus a:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s;
}
.homeWrapper .homeSus a:hover:before {
  width: 120px;
  transition: all 0.3s;
}
.homeWrapper .titleBox {
  margin: 0 0 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1650px;
  padding: 0 20px;
}
.homeWrapper .homeMembership {
  text-align: center;
  padding: 90px 0;
  position: relative;
}
.homeWrapper .homeMembership .item {
  max-width: 300px;
  font-size: 18px;
  padding: 0 20px;
}
.homeWrapper .homeMembership .home-logo {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 30px;
}
.homeWrapper .homeMembership .logo-img {
  height: 65px;
}
.homeWrapper .homeMembership .home-logo img {
  max-height: 60px;
  margin: 0 auto;
}
.homeWrapper .homeMembership .logo-prev {
  position: absolute;
  left: 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  bottom: 100px;
  padding: 10px;
}
.homeWrapper .homeMembership .logo-next {
  position: absolute;
  right: 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  bottom: 100px;
  padding: 10px;
}
.homeWrapper .homeSusBtn {
  max-width: 1500px;
  width: 100%;
  display: flex;
  margin: -40px auto 0 auto;
  justify-content: space-between;
}
.homeWrapper .homeSusBtn a {
  border: 3px solid #ffffff;
  width: 350px;
  background: #ffffff;
  overflow: hidden;
}
.homeWrapper .homeSusBtn a img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.homeWrapper .homeSusBtn a:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.homeWrapper .homeSusBtn:hover > a {
  filter: brightness(40%);
}
.homeWrapper .homeSusBtn > a:hover {
  filter: brightness(100%);
}
.homeWrapper .homeAbout {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 100px 0 200px 0;
  padding: 0;
}
.homeWrapper .homeAbout .home-about-box {
  display: flex;
  max-width: 1500px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0 0;
}
.homeWrapper .homeAbout .image-box {
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homeWrapper .homeAbout .color-box {
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 30px 0;
}
.homeWrapper .homeAbout .color-box.about-report {
  background: #EF5D5A;
}
.homeWrapper .homeAbout .color-box.about-portfolio {
  background: #C6C6C6;
}
.homeWrapper .homeAbout .color-box.about-milestones {
  background: #C6C6C6;
}
.homeWrapper .homeAbout .color-box.about-esg {
  background: #EFB800;
}
.homeWrapper .homeAbout .color-box.about-sus {
  background: #000000;
  color: white;
}
.homeWrapper .homeAbout .color-box.about-sus a {
  color: white;
}
.homeWrapper .homeAbout img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.homeWrapper .homeAbout .image-box:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.homeWrapper .homeAbout a {
  color: #000000;
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  margin-top: 100px;
}
.homeWrapper .homeAbout a:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s;
}
.homeWrapper .homeAbout a:hover:before {
  width: 120px;
  transition: all 0.3s;
}

.contentWrapper {
  margin-left: 0;
  min-height: 700px;
  margin-bottom: 70px;
}
.contentWrapper .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 15% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.contentWrapper .banner .sectionName {
  text-shadow: 0px 2px 14px rgb(0, 0, 0);
  color: #ffffff;
  font-size: 40px;
  font-family: "Roboto-bold";
  padding: 0;
  text-align: center;
  line-height: 1.2;
  width: 80%;
}
.contentWrapper .aboutBanner {
  background-image: url(../images/global/banner-about.jpg);
}
.contentWrapper .irBanner {
  background-image: url(../images/global/banner-ir.jpg);
}
.contentWrapper .newsBanner {
  background-image: url(../images/global/banner-news.jpg);
  background-position: top center;
  background-size: auto 150%;
}
.contentWrapper .globalBanner {
  background-image: url(../images/global/banner-global.jpg);
}
.contentWrapper .esgBanner {
  background-image: url(../images/global/banner-esg.jpg);
}
.contentWrapper .esgreportBanner {
  background-image: url(../images/global/banner-esg.jpg);
}
.contentWrapper .breadWrapper {
  background: #46c6d0;
  margin: auto;
  padding: 10px 0;
  color: #ffffff;
}
.contentWrapper .breadWrapper .content {
  width: 90%;
}
.contentWrapper .breadWrapper .topCrumbs {
  font-size: 18px;
  font-family: "Roboto-thin";
  margin-bottom: 16px;
}
.contentWrapper .breadWrapper .topCrumbs span {
  margin: 0 5px;
}
.contentWrapper .breadWrapper .topCrumbs a {
  color: #ffffff;
}
.contentWrapper .breadWrapper .title {
  font-size: 32px;
  font-family: "Roboto-bold";
  line-height: 40px;
  margin-top: -10px;
}
.contentWrapper .breadWrapper .breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.contentWrapper .breadWrapper .sgx-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 10px;
  margin: 10px 0;
  display: block;
}
.contentWrapper .catWrapper {
  background: #345072;
  color: #ffffff;
  overflow-x: auto;
}
.contentWrapper .catWrapper .catContainer {
  min-width: 400px;
  width: 83%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.contentWrapper .catWrapper .catContainer a {
  color: #ffffff;
  font-size: 18px;
  padding: 14px 25px;
  transition: 0.3s;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.contentWrapper .catWrapper .catContainer li {
  position: relative;
}
.contentWrapper .catWrapper .catContainer li:hover {
  background: #46c6d0;
  transition: 0.3s;
}
.contentWrapper .catWrapper .catContainer li.active {
  background: #46c6d0;
}
.contentWrapper .catWrapper .catContainer li.active::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 2;
  background: white;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  bottom: -16px;
}
.contentWrapper .catWrapper .fin-cat li {
  width: 45%;
}
.contentWrapper .mainContent {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contentWrapper .yearContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}
.contentWrapper .yearContainer .title {
  font-size: 20px;
  margin-right: 20px;
}
.contentWrapper .yearContainer .yearPulldown {
  width: 100%;
  margin: 10px 0;
}
.contentWrapper .yearContainer .drop-down {
  margin: auto;
  width: 95%;
  border-radius: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-left: 20px;
  border: 0;
  font-size: 20px;
  -webkit-appearance: none;
  background: url(../images/global/br_down.png) no-repeat 95%;
}
.contentWrapper .year {
  font-size: 40px;
  font-family: "Roboto-bold", sans-serif;
  margin: 20px 0 10px 0;
  color: #335173;
}

.pdfItem {
  min-height: 100px;
  display: flex;
  border-left: 5px solid #44527A;
  margin-bottom: 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 15px 10px 10px 10px;
  position: relative;
}
.pdfItem a {
  display: block;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Roboto-bold", sans-serif;
  width: 100%;
  color: #44527A;
  transition: all 0.3s;
}
.pdfItem .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2%;
}
.pdfItem .date .day {
  font-size: 22px;
  line-height: 35px;
  margin-right: 10px;
}
.pdfItem .date .month-year {
  font-size: 22px;
}
.pdfItem .date small {
  font-size: 22px;
}
.pdfItem .pdfLink {
  width: 90%;
  font-size: 20px;
  margin-left: 2%;
}
.pdfItem .pdfLink .tag {
  background: #46c6d0;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 50px;
  text-transform: uppercase;
  width: fit-content;
  width: -moz-fit-content;
  margin: 10px 0 0 10px;
  transition: all 0.3s;
}
.pdfItem .pdfLink .text {
  padding: 10px 0;
}
.pdfItem .share {
  width: 38px;
  height: 38px;
  margin-right: 20px;
  background: #44527A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: all 0.3s;
  right: 2%;
}
.pdfItem .shareContainer {
  background: #ffffff;
  display: none;
  position: absolute;
  width: 200px;
  z-index: 10;
}
.pdfItem .shareContainer a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 30px;
  width: 100%;
  transition: all 0.3s;
}
.pdfItem .shareContainer a img {
  width: 30px;
  height: 30px;
}
.pdfItem .share:hover .shareContainer {
  display: block;
  top: 37px;
  right: 10%;
}

.pdfItem:hover {
  border-left: 5px solid #D91818;
  transition: all 0.3s;
}
.pdfItem:hover a {
  color: #D91818;
  transition: all 0.3s;
}
.pdfItem:hover .pdfLink .tag {
  background: #D91818;
  transition: all 0.3s;
}
.pdfItem:hover .share {
  background: #D91818;
  transition: all 0.3s;
}
.pdfItem:hover .shareContainer a {
  color: #44527A !important;
}
.pdfItem:hover .shareContainer a:hover {
  background: #dcdcdc;
  transition: all 0.3s;
}

.reportContainer {
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1320px;
  margin-bottom: 100px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5vw;
}
.reportContainer a {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.reportContainer a:hover .bg {
  background: #BAD023;
  transition: all 0.3s;
}
.reportContainer .cover {
  position: relative;
  z-index: 10;
}
.reportContainer img {
  margin: 0 0 1em 1em;
}
.reportContainer .bg {
  border: 3px solid #BAD023;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1em;
  transition: all 0.3s;
}
.reportContainer .report-title {
  position: absolute;
  bottom: -50px;
  text-align: center;
  font-size: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #44527A;
  font-family: "Roboto-bold", "Arial Narrow", Arial, sans-serif;
}

.notes {
  font-size: 16px;
  margin: 60px 0;
  color: #335173;
}
.notes ol {
  margin-top: 10px;
}
.notes ol li {
  padding-left: 12px;
  line-height: 32px;
}

.outer.dist-hist {
  margin-top: 40px;
  width: 100%;
  position: relative;
}

.dist-hist .inner {
  overflow-x: scroll;
}

.dist-hist .inner table {
  table-layout: fixed;
}

.outer.dist-hist tr td,
.outer.dist-hist tr th {
  text-align: center;
  width: 100px;
  padding: 6px 0;
}

.outer.dist-hist table thead tr:first-of-type th {
  background: #44527A;
  color: #ffffff;
  vertical-align: middle;
}

.outer.dist-hist table thead tr th {
  background: #46c6d0;
  color: #ffffff;
  border-top: none;
}

.outer.dist-hist table thead tr:first-of-type th:nth-of-type(3),
.outer.dist-hist table thead tr:first-of-type th:nth-of-type(4) {
  width: 360px;
}

.outer.dist-hist table thead tr:first-of-type th:nth-of-type(3),
.outer.dist-hist table thead tr:nth-of-type(2) th:nth-of-type(3) {
  border-right: 1px solid #46c6d0;
}

.outer.dist-hist table thead tr:first-of-type th:nth-of-type(3),
.outer.dist-hist table thead tr:first-of-type th:nth-of-type(4) {
  background-color: #46c6d0;
  color: white;
}

.text-container {
  width: 100%;
  height: 100%;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}

table tbody tr:nth-of-type(even) th:first-of-type,
tbody tr:nth-child(even) {
  background: #F4F9FA;
}

table tbody tr:nth-of-type(odd) th:first-of-type {
  background: white;
}

.dist-hist .inner table tr td:first-child {
  position: relative;
  left: 0;
}

.qna_block {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.qna_block .left {
  margin-right: 30px;
  padding-top: 7px;
}
.qna_block img {
  width: 30px;
}
.qna_block .right {
  max-width: 75%;
}
.qna_block .question {
  font-size: 18px;
  font-family: "Roboto-bold", sans-serif;
  max-width: 85%;
  color: #44527A;
}
.qna_block .ans {
  font-size: 18px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.qna_block p {
  margin: 20px 0 0 0;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}
.qna_block .ans.active {
  max-height: 10000px;
}
.qna_block .doi-arrow {
  position: absolute;
  right: 2%;
  transition: all 0.3s;
  transform: rotate(-180deg);
  cursor: pointer;
}
.qna_block .doi-arrow.active {
  transform: rotate(0deg);
}

.press-release-block-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.grid-list-btn-group {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1em;
}

.grid-list-btn {
  display: flex;
  justify-content: center;
  width: 110px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  border-radius: 50px;
  padding: 10px 0;
  transition: all 0.3s;
}

.grid-list-btn.active img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(53deg) brightness(103%) contrast(102%);
}

.grid-list-btn.active {
  background: #44527A;
  color: #ffffff;
}

.grid-list-btn:first-child {
  margin-right: 10px;
}

.grid-list-btn img {
  margin-right: 5px;
  transition: all 0.3s;
}

.calendar_container {
  width: 90%;
}

.calendar-block {
  border-left: 5px solid #44527A;
  align-items: center;
  padding: 15px 0 10px 0;
  transition: all 0.3s;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  width: 100%;
  margin-bottom: 40px;
  min-height: 100px;
  font-family: "Roboto-bold", sans-serif;
  display: block;
  justify-content: space-between;
  position: relative;
}

.calendar-block .title {
  text-align: left;
  width: 70%;
  font-size: 20px;
  color: #44527A;
  font-family: "Roboto-bold", sans-serif;
}

.calendar-block:hover .title {
  color: #D91818;
}

.calendar-block:hover {
  border-left: 5px solid #d91818;
}

.calendar-block:hover .date-block {
  color: #D91818;
}

.calendar-block > .title {
  font-size: 20px !important;
  margin-left: 2%;
  display: inline-block;
  width: 85%;
}

.calendar-btn {
  background-color: #44527A;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  margin-right: 0px;
  right: 10px;
  top: 25px;
  transform: translateY(-50%);
}

.calendar-block .go-more-btn {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 5%;
  align-self: flex-end;
}

.calendar-block .go-more {
  text-decoration: none;
  color: #FFF;
  background-color: #44527A;
  position: relative;
  display: block;
  padding: 2px 16px;
  border-radius: 2em;
  align-self: flex-end;
  font-family: "Roboto-light", sans-serif;
}

.calendar-block .go-more:after {
  content: url(../images/global/btn-arrow-w.svg);
  color: #FFF;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1em;
  transition: transform 0.3s ease-out;
}

.calendar-block .go-more:hover:after {
  transform: translateX(100%);
}

.calendar-block .load-recent {
  width: 90%;
  margin: 0 auto;
}

.calendar-block .recent-item {
  width: 90%;
}

.calendar-block .recent-item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #44527A;
  position: relative;
  display: block;
  font-family: "Roboto-light", sans-serif;
}

.calendar-block .recent-item a:before,
.calendar-block .recent-item a:after {
  content: "";
  color: #FFF;
  display: flex;
  align-items: center;
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 8px;
  background-color: #3c527c;
  border-radius: 50%;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}

.calendar-block .recent-item a:after {
  background: url(../images/global/btn-arrow-w.svg) center/70% no-repeat;
}

.calendar-block .recent-item a:hover:before,
.calendar-block .recent-item a:hover:after {
  transform: translateX(60%) translateY(-50%);
}

.cal-option-container {
  position: absolute;
  top: 37px;
  right: 10%;
  display: none;
  flex-direction: column;
  width: 200px;
  z-index: 999;
  background-color: white;
}

.date-block {
  color: #44527A;
  font-weight: 900;
  margin-left: 2%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 40px;
}

.date-block .day {
  font-size: 20px;
  margin-right: 5px;
}

.date-block .month-year {
  font-size: 20px;
}

.press-container.press-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

.press-container.press-grid .calendar-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.press-container.press-grid .calendar-block > .img-block {
  width: 90%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.press-container.press-grid .calendar-block > .date-block {
  width: 90%;
  margin-left: 0;
  align-items: unset;
  flex-direction: row;
  justify-content: start;
  font-size: 18px;
  height: unset;
  color: #44527A;
  font-weight: 900;
  font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
}

.press-container.press-grid .calendar-block > .title {
  font-size: 20px;
  margin-top: 10px;
  height: 120px;
  width: 90%;
  overflow: hidden;
  line-height: 1.4;
}

.press-container.press-grid .calendar-block > .img-block img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: contain;
  transition: transform 0.3s;
}

.press-container.press-grid .calendar-block > .img-block:hover img {
  transform: scale(1.2);
}

.press-container.press-grid .calendar-block > .date-block .month-year.grid {
  font-size: 22px;
}

.press-container.press-grid .calendar-block > .date-block .day {
  font-size: 22px;
  margin-right: 10px;
}

.calendar-btn:hover .cal-option-container {
  display: flex;
}

.press-container.press-grid .calendar-block > .calendar-btn {
  display: none;
}

.press-container .calendar-block > .img-block {
  display: none;
}

.press-release-block-container .yearContainer {
  width: 100%;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  min-height: 600px;
  flex-direction: column;
}
.detail-row .detail-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail-row .detail-block {
  border-top: 5px solid #335173;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 0;
}
.detail-row .detail-block .sub-title {
  font-size: 22px;
  font-family: "Roboto-thin", sans-serif;
  margin-top: 10px;
  color: #335173;
  margin-bottom: 10px;
}
.detail-row .detail-block .title {
  font-size: 23px;
  color: #335173;
  font-family: "Roboto-bold", sans-serif;
  font-weight: 900;
}
.detail-row .detail-block.big {
  height: 100%;
}

.analyst-mobile {
  margin: 16px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #AAA;
}

.analyst-mobile-org {
  font-family: "Roboto-bold", sans-serif;
  font-weight: bold;
  color: #335173;
}

.analyst-mobile-name {
  color: #335173;
}

.analyst-disclaimer {
  max-width: 1600px;
  width: 83%;
  margin: auto;
  overflow: auto;
  padding: 2em 0;
}

.analyst-disclaimer h4 {
  font-size: 13px;
  font-weight: 400;
  color: #919191;
}

.analyst-disclaimer p {
  font-size: 13px;
  font-weight: 300;
  color: #818181;
  font-family: "Roboto-thin", sans-serif;
}

.financial_reuslt {
  display: flex;
  width: 83%;
  max-width: 1600px;
  margin: auto;
  padding-top: 40px;
  justify-content: space-between;
}

.financial_reuslt .left {
  width: 48%;
}

#border-cut {
  border-radius: 50px;
  box-shadow: -2px 2px 2px 2px rgba(51, 51, 51, 0.37);
  margin-bottom: 24px;
}

.financial_reuslt .right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.financial_reuslt .right .title {
  font-size: 30px;
  color: #44527A;
  font-weight: 900;
  margin-bottom: 40px;
}

.result-tab {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
  font-size: 20px;
  padding: 10px 0px 10px 25px;
  border-radius: 50px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  color: #44527A;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}

.result-tab .arrow-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #44527A;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.result-tab:hover {
  background-color: #44527A;
  color: white;
}

.result-tab:hover .arrow-btn {
  background-color: white;
}

.result-tab:hover .arrow-btn img {
  filter: invert(29%) sepia(6%) saturate(4817%) hue-rotate(187deg) brightness(89%) contrast(76%);
}

.media-container {
  display: flex;
  align-items: center;
}

.media-pdf .img-container {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #44527A;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.calendar-block .pdf-block .title {
  width: fit-content;
  font-size: 18px;
}

.media-pdf .img-container img {
  width: 50%;
}

.calendar-block .pdf-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.media-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.media-pdf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.calendar-block:hover .img-container {
  background-color: #D91818;
}

.media-pdf .img-container {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #44527A;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.calendar-block .pdf-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#fin-result .date-block {
  justify-content: center;
  width: 100%;
  margin: 0;
}

.calendar-block .pdf-block .title {
  margin-bottom: 20px;
  text-align: center;
}

#fin-result .date-block {
  justify-content: center;
  width: 100%;
  margin: 0;
}

.analyst-container {
  width: 90%;
}

.milestone_cate_container {
  position: relative;
}

.mile_stone_top {
  width: 100%;
  margin: auto;
  background-color: #345072;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.cate_container {
  display: flex;
  justify-content: space-between;
  width: 83%;
  min-width: 800px;
}

.cate-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}

.cate_container.announcement .mile_cate {
  padding: 14px 25px;
}

.mile_cate.active {
  background-color: #46c6d0;
  /* font-weight: 900; */
}

.mile_cate {
  padding: 14px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  font-size: 24px;
  position: relative;
  /* overflow: hidden; */
  margin: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}

.mile_cate.active::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(45deg) translateX(-50%);
  bottom: -16px;
  z-index: 2;
  left: 50%;
  background-color: #fff;
}

.mile_cate:hover {
  background-color: #46c6d0;
  /* font-weight: 900; */
}

.cate-more.show {
  display: flex !important;
}

.cate-more > span.next-bg,
.cate-more > span.prev-bg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  background: rgb(52, 80, 114);
  background: -moz-linear-gradient(90deg, rgb(52, 80, 114) 0%, rgba(52, 80, 114, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(52, 80, 114) 0%, rgba(52, 80, 114, 0) 100%);
  background: linear-gradient(90deg, rgb(52, 80, 114) 0%, rgba(52, 80, 114, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#345072", endColorstr="#345072", GradientType=1);
}

.cate-more > span.next,
.cate-more > span.prev,
.cate-more > span.next-bg,
.cate-more > span.prev-bg {
  visibility: hidden;
  pointer-events: none;
}

.cate-more > span.next,
.cate-more > span.prev {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  background: url(../images/global/right-arrow-white.svg) center/80% no-repeat;
  z-index: 1;
}

.cate-more > span.prev {
  transform: scaleX(-1);
}

.cate-more > span.next.show,
.cate-more > span.prev.show,
.cate-more > span.next-bg.show,
.cate-more > span.prev-bg.show {
  visibility: visible;
}

.cate-more > span.next-bg {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}

#structure {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 30px;
}

#structure-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.structure-mobile-block {
  width: 100%;
  margin-top: 20px;
}

.structure-mobile-block:last-of-type {
  /* width: 44%;
  margin-top: 0;
  margin-bottom: 20px; */
}

.structure-mobile-block > img {
  width: 100%;
  object-fit: contain;
}

.level {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.level .block {
  padding: 20px 25px;
  /* width: 235px; */
  /* min-width: 235px; */
  width: 213px;
  min-width: 213px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.level .block .title {
  font-size: 25px;
  font-weight: 900;
  color: white;
  text-align: center;
}

.level .block .des {
  font-size: 16px;
  color: white;
  text-align: center;
}

.level .block.red {
  background-color: #e22f2b;
}

.level .block.sky {
  background-color: #3ce2eb;
}

.level .block.blue {
  background-color: #024d9d;
}

.level .block.grey {
  background-color: #817979;
}

.level .block.brown {
  /* background-color: #b5adad;
  width: 500px; */
  background-color: #817979;
  width: 213px;
  /* width: 213px; */
}

.indicator.vertical {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indicator.vertical img {
  height: 90px;
}

.indicator.honrizontal {
  display: flex;
  flex-direction: column;
}

.indicator.honrizontal img {
  width: 90%;
  margin: auto;
}

.indicator-text {
  font-size: 14px;
  text-align: center;
}

.level .center {
  width: 300px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #f3f3f3;
}

.modal {
  width: 100%;
}

.modal-dialog {
  max-width: 1400px;
  margin: 0 auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-title {
  font-size: 30px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  line-height: inherit;
  line-height: 27px;
}

.modal-title .sub-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.modal-title .title_small {
  font-size: 18px;
  display: block;
}

.modal-dialog {
  max-width: 1400px;
  width: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
  margin: 3%;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px 15px;
  background-color: #345072;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 9px;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  border-top: 1px solid #dee2e6;
  justify-content: space-around;
}

.modal-footer .btn {
  color: #212529;
}

.popup_container {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.popup_container .left {
  width: 20%;
  display: flex;
  justify-content: center;
}

.popup_container .left > img {
  width: 100%;
  object-fit: contain;
}

.popup_container .right {
  width: 70%;
  /* padding-left: 20px; */
  overflow-y: scroll;
}

.popup_container .right .text-container {
  max-height: 370px;
  min-height: 50vh;
  text-align: justify;
  overflow: visible;
  display: block;
}

.footerWrapper {
  background: #E0E0E0;
  padding: 20px 0;
  margin-left: 0;
}
.footerWrapper .ealert {
  margin: 40px 0;
}
.footerWrapper .ealert .title {
  font-size: 28px;
}
.footerWrapper .ealert input {
  border: none;
  border-bottom: 1px solid #212529;
  outline: none;
  padding: 5px 10px 5px 0;
  width: 100%;
  background: transparent;
  display: block;
}
.footerWrapper .ealert img {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}

.sitemapWrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sitemapWrapper ul {
  list-style: none;
  padding: 0;
}
.sitemapWrapper .sitemap {
  font-size: 20px;
  font-family: "Roboto-Medium", "Arial Narrow", Arial, sans-serif;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  margin: 0;
  padding: 10px 0;
}
.sitemapWrapper .sitemap a {
  color: #FCA311;
  display: block;
  position: relative;
}
.sitemapWrapper .sitemap a:after {
  content: "";
  background: url(../images/global/plus-w.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  transition: all 0.3s;
}
.sitemapWrapper .sitemap-sub {
  font-size: 16px;
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
  color: #333333;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding-left: 20px;
}
.sitemapWrapper .sitemap-sub a {
  color: #333333;
  padding: 2px 0;
  display: inline-block;
}
.sitemapWrapper .sitemap-sub a:after {
  background: none;
}
.sitemapWrapper .sitemap-sub a:hover {
  color: #ef5d5a;
  text-decoration: underline;
}
.sitemapWrapper .sitemap-sub.active {
  height: 100%;
  transition: all 0.3s;
  margin: 15px 0;
}
.sitemapWrapper .cat-btn.active a:after {
  transform: rotate(45deg);
  transition: all 0.3s;
}

.footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #8E8E8E;
  flex-direction: column;
  margin-top: 30px;
  align-items: flex-start;
}
.footer a {
  color: #8E8E8E;
}
.footer .social {
  display: flex;
  padding: 5px 0;
}
.footer .social img {
  margin-right: 5px;
}
.footer .copyright {
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.footer .copyright a {
  margin: 0 10px;
}
.footer .copyright a:first-child {
  margin: 0 10px 0 0;
}
.footer .copyright span {
  margin-right: 20px;
}
.footer .copyright .footer-pics {
  display: block;
  margin: 0;
}
.footer .copyright,
.footer .manages {
  padding: 5px 0;
}
.footer .footer-wechat {
  position: relative;
}
.footer .footer-wechat .wechat_box {
  width: 150px;
  height: auto;
  position: absolute;
  z-index: 100;
  background: #FFF;
  border: 5px solid #4ECCD6;
  border-radius: 5px;
  box-shadow: rgba(132, 132, 132, 0.5) 0px 5px 8px;
  display: none;
  transform: translateY(-150%);
}
.footer .footer-wechat.show .wechat_box {
  display: flex;
}
.footer .footer-wechat .wechat_box img {
  width: 128px;
  height: 128px;
}
.footer .cancelbox {
  padding: 2px;
  font-size: 16px;
}
.footer button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.footer-logo {
  margin: 40px 0 30px 0;
}

.btn-backtotop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1000;
}

.btn-backtotop > span {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 1px 1px 6px #AAA;
  pointer-events: all;
  cursor: pointer;
}

.btn-backtotop > span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/global/right-arrow.svg) center/50% no-repeat;
  z-index: 1;
  transform: rotate(-90deg);
  opacity: 0.8;
}

.footer-subscribe-bar {
  position: relative;
  max-width: 600px;
}

.footer-subscribe-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20%;
  background-color: #FFF;
  transform: translateY(-50%);
  color: #345072;
  display: none;
  border: none;
  font-size: 12px;
}

.footer-subscribe-bar.active .footer-subscribe-btn {
  display: block;
}

.esgContent {
  text-align: justify;
}

.esgContent p {
  font-size: 18px;
}

.esgReportWrapper {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  margin: 30px auto;
}
.esgReportWrapper .esgReport {
  display: flex;
  margin: 0 0 50px 0;
  flex-direction: column;
  align-items: center;
}
.esgReportWrapper .esgReport .cover {
  max-width: 255px;
}
.esgReportWrapper .esgReport .info {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.esgReportWrapper .esgReport .info .esgTitle {
  font-size: 35px;
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}
.esgReportWrapper .esgReport .info .esgYear {
  color: #15A566;
  font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
.esgReportWrapper .esgReport .info .date {
  font-size: 16px;
}
.esgReportWrapper .esgReport .info .esgButton {
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.esgReportWrapper .esgReport .info a {
  position: relative;
  font-size: 14px;
  color: #15A566;
  padding: 10px 32px 10px 5px;
  display: block;
  border-top: 1px solid #CECECE;
}
.esgReportWrapper .esgReport .info a:first-child {
  border-top: none;
}
.esgReportWrapper .esgReport .info a:first-child:after {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #F7F5F2;
  border-radius: 50%;
  right: 0;
  content: "";
  background-image: url(../images/sustainability/dlBtn.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.esgReportWrapper .esgReport .info a:after {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #F7F5F2;
  border-radius: 50%;
  right: 0;
  content: "";
  background-image: url(../images/sustainability/reportArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.esgReportWrapper .esgReport .info a:hover:after {
  transform: scale(1.2);
}

.caseStudies {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0 -10px;
}
.caseStudies .box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.caseStudies .item {
  width: 100%;
  border: 10px solid #ffffff;
  background-position: center;
  transition: all 0.3s;
  position: relative;
}
.caseStudies .item.flex2 {
  width: 100%;
  min-height: 395px;
}
.caseStudies .item.flex2 .info {
  background: rgba(12, 63, 54, 0.7);
  color: #ffffff;
  border: none;
}
.caseStudies .item.flex2 a {
  color: #ffffff;
}
.caseStudies .info {
  padding: 20px;
  border: 1px solid #B0B1B3;
  font-size: 18px;
  line-height: 28px;
  min-height: 150px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
}
.caseStudies .info a {
  display: block;
  color: #15A566;
  font-size: 16px;
  padding-top: 10px;
}
.caseStudies .item.flex2 .info {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.caseStudies .item.flex2 .imgContainer {
  height: 395px;
  width: 100%;
  position: absolute;
  max-height: 100%;
}
.caseStudies .item.flex2 .imgContainer img {
  height: auto;
}
.caseStudies .imgContainer {
  overflow: hidden;
  max-height: 225px;
  min-height: 225px;
  width: 100%;
  height: 100%;
}
.caseStudies .imgContainer img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.caseStudies .item:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}

.esgContent h1 {
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
  margin: 80px 0 40px 0;
}
.esgContent h3 {
  color: #15A566;
  margin: 60px 0 20px 0;
}
.esgContent .speak {
  max-width: 980px;
  position: relative;
  margin: 50px auto 30px auto;
  padding: 10px 30px;
  font-size: 22px;
  font-family: "Roboto-light", "Arial Narrow", Arial, sans-serif;
  font-weight: lighter;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
}
.esgContent .speak .before {
  position: absolute;
  top: 0;
  left: 0;
}
.esgContent .speak .after {
  position: absolute;
  bottom: 0;
  right: 0;
}
.esgContent .chief {
  text-align: center;
}
.esgContent .name {
  font-size: 30px;
  color: #15A566;
  position: relative;
  margin-top: 60px;
  line-height: 1.2;
}
.esgContent .name::before {
  content: "";
  width: 45px;
  height: 1px;
  position: absolute;
  left: 50%;
  background: #000000;
  transform: translateX(-50%);
  top: -30px;
}

.esgValue {
  background-color: #EFFFFC;
  padding: 50px 20px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px 363px;
  position: relative;
  min-height: 700px;
  display: block;
  align-items: center;
  margin-top: 80px;
}
.esgValue .valueWrapper {
  display: flex;
  max-width: 1490px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px auto 0 auto;
}
.esgValue .circle {
  position: relative;
  width: 300px;
  height: 300px;
  background: #ffffff;
  border: 10px solid #0C3F36;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 100%;
  color: #15A566;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esgValue .box {
  border-radius: 15px;
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  position: relative;
  min-height: 150px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.esgValue .box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 120%;
  width: 126px;
  top: -10%;
}
.esgValue .box .text {
  max-width: 180px;
}
.esgValue .box .title {
  color: #15A566;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.esgValue .box .des {
  font-size: 14px;
  line-height: 1.4;
  font-weight: lighter;
}
.esgValue .box:nth-child(odd) .icon {
  right: 0;
  border-top-left-radius: 20% 50%;
  border-bottom-left-radius: 20% 50%;
  justify-content: center;
  align-items: center;
}
.esgValue .box:nth-child(even) .icon {
  left: 0;
  border-top-right-radius: 20% 50%;
  border-bottom-right-radius: 20% 50%;
}
.esgValue .box:nth-child(odd) {
  justify-content: flex-start;
}
.esgValue .box:nth-child(even) {
  justify-content: flex-end;
}
.esgValue .box:nth-child(1) .icon {
  background: #E5F3FC;
}
.esgValue .box:nth-child(2) .icon {
  background: #FBEFE3;
}
.esgValue .box:nth-child(3) .icon {
  background: #EBF5F1;
}
.esgValue .box:nth-child(4) .icon {
  background: #FBEFEC;
}
.esgValue .box:nth-child(5) .icon {
  background: #E8EAF5;
}
.esgValue .box:nth-child(6) .icon {
  background: #EBE6F1;
}
.esgValue .box:nth-child(1),
.esgValue .box:nth-child(5) {
  margin-left: 0px;
}
.esgValue .box:nth-child(2),
.esgValue .box:nth-child(6) {
  margin-right: 0px;
}

.esgLinks a {
  width: 100%;
  position: relative;
  display: block;
  padding: 56.25% 0 0 0;
}
.esgLinks a:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.esgLinks .imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.esgLinks img {
  object-fit: cover;
  max-width: 100%;
  transition: all 0.3s;
}
.esgLinks .info {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background: rgba(12, 63, 54, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.esgLinks .slick-list {
  margin: 0 -10px;
}
.esgLinks .slick-slide {
  margin: 0 10px;
}

.esgObjectives {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.esgObjectives .objectives {
  width: 100%;
  margin-bottom: 20px;
}
.esgObjectives .imgContainer {
  width: 100%;
  height: 70%;
  overflow: hidden;
}
.esgObjectives img {
  object-fit: cover;
  width: 100%;
}
.esgObjectives .info {
  background: #0C3F36;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: lighter;
  min-height: 70px;
}

.keyFocus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1400px;
  margin: 50px auto 0 auto;
}
.keyFocus .icon {
  height: 95px;
}
.keyFocus .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  margin-bottom: 40px;
}
.keyFocus .des {
  width: 80%;
  padding: 0 20px;
}
.keyFocus .title {
  font-size: 24px;
  color: #0C3F36;
  position: relative;
  margin-top: 0px;
}
.keyFocus .title:before {
  position: absolute;
  height: 2px;
  width: 45px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  top: -10px;
}
.keyFocus .info {
  font-size: 18px;
}

.caseTab {
  display: flex;
  border-bottom: 1px solid #B0B1B3;
  margin-bottom: 50px;
  overflow-x: scroll;
  width: 100%;
  scrollbar-width: none;
}
.caseTab a {
  display: block;
  color: #333333;
  padding: 5px 20px;
  font-size: 14px;
  white-space: nowrap;
}
.caseTab a.active {
  color: #15A566;
  position: relative;
}
.caseTab a.active:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  background: #15A566;
  left: 0;
  bottom: 0;
}

.caseTab::-webkit-scrollbar {
  display: none;
}

.caseTabContent .casePane {
  border-radius: 20px;
  padding: 20px;
  display: flex;
  margin-bottom: 30px;
}
.caseTabContent .casePane:nth-child(odd) {
  background: #EFFFFC;
}
.caseTabContent .casePane:nth-child(even) {
  background: #F7F5F2;
  flex-direction: column;
}

.casePane {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.casePane .images {
  width: 100%;
}
.casePane .casePaneContent {
  width: 100%;
}
.casePane .cat {
  text-transform: uppercase;
}
.casePane .title {
  color: #15A566;
  line-height: 1.2;
  font-size: 24px;
  margin-top: 30px;
}
.casePane .des {
  font-size: 16px;
  margin: 30px 0;
}
.casePane a {
  color: #15A566;
  border: 1px solid #15A566;
  display: inline-block;
  padding: 10px;
  width: 200px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
.casePane a:before {
  content: "";
  background: #15A566;
  position: absolute;
  right: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  color: #ffffff;
  z-index: -1;
}
.casePane a:hover:before {
  right: 0;
}
.casePane a:hover {
  color: #ffffff;
}

.esgKeyHighlights {
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.esgKeyHighlights .box {
  border-radius: 40px;
  min-height: 0;
  padding: 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.esgKeyHighlights .number {
  color: #15A566;
  font-size: 48px;
  font-weight: bolder;
  line-height: 1.2;
}
.esgKeyHighlights .small-number {
  font-size: 29px;
}
.esgKeyHighlights .info {
  padding-right: 15px;
  font-size: 16px;
}
.esgKeyHighlights .icon img {
  max-width: 100px;
}
.esgKeyHighlights .box:nth-child(odd) {
  background: #EFFFFC;
}
.esgKeyHighlights .box:nth-child(even) {
  background: #F7F5F2;
}

.esgRating,
.certification {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.esgRating .box,
.certification .box {
  border-radius: 20px;
  padding: 50px 30px;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.esgRating .icon,
.certification .icon {
  min-width: 200px;
  background: #ffffff;
  padding: 10px;
  height: 200px;
  margin: 0 20px 30px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.esgRating .ratingTitle,
.certification .ratingTitle {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.esgRating p,
.certification p {
  margin-bottom: 20px;
}
.esgRating img,
.certification img {
  width: 100%;
}
.esgRating .box:nth-child(odd),
.certification .box:nth-child(odd) {
  background: #EFFFFC;
}
.esgRating .box:nth-child(even),
.certification .box:nth-child(even) {
  background: #F7F5F2;
}

.certification .icon {
  max-width: 200px;
}

.certification .box:nth-child(odd) {
  background: #F7F5F2;
}

.certification .box:nth-child(even) {
  background: #EFFFFC;
}

.recognition {
  position: relative;
}

.recognitionLogo img {
  padding: 0 40px;
}

.recognition .logo-prev {
  position: absolute;
  top: calc(50% + 50px);
  left: -30px;
  cursor: pointer;
}

.recognition .logo-next {
  position: absolute;
  top: calc(50% + 50px);
  right: -30px;
  cursor: pointer;
}

.recognition .logo-prev img,
.recognition .logo-next img {
  max-width: 20px;
}

.casePane.caseDetails .casePaneContent {
  width: 100%;
}

.caseSliderWrapper {
  display: flex;
  margin: 30px 0;
  position: relative;
}

.caseSlider {
  width: 80%;
  padding-right: 15px;
}

.caseSlider .photo {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 300px;
  /*background-color: #ffffff;*/
}

.caseSliderThumb {
  width: 20%;
  position: relative;
}

.caseThumb .photo {
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%);
}

.caseThumb .slick-current .photo {
  filter: brightness(100%);
}

.case-next {
  margin: 20px auto;
  text-align: center;
  cursor: pointer;
}

.case-next img {
  margin: 0 auto;
}

.caseSliderWrapper .slick-prev {
  display: none !important;
}

.governanceBtn {
  position: relative;
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
}
.governanceBtn a {
  display: block;
  font-size: 22px;
  color: #15A566;
  padding: 5px 30px 5px 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cecece;
}
.governanceBtn a:after {
  position: absolute;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #F7F5F2;
  border-radius: 50%;
  right: 0;
  content: "";
  background-image: url(../images/sustainability/reportArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.governanceBtn a:hover:after {
  transform: scale(1.2);
  transition: all 0.3s;
}

.governanceBox {
  background: #ffffff;
  margin: 30px auto 30px auto;
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 980px;
  width: 100%;
}
.governanceBox h3 {
  text-align: center;
  margin: 30px 0;
}
.governanceBox .governanceBox-content {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: wrap;
}
.governanceBox ul.list {
  padding: 0;
  list-style: none;
  padding-right: 20px;
}
.governanceBox ul.list li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}
.governanceBox ul.list li:before {
  content: "•";
  color: #15A566;
  display: inline-block;
  width: 1rem;
  margin-left: 0px;
  position: absolute;
  left: 0;
}

.stakeholders {
  display: flex;
  flex-wrap: wrap;
}
.stakeholders .item {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
  border: 1px solid #ececec;
}
.stakeholders .item .heading {
  background: #0C3F36;
  font-size: 20px;
  color: #ffffff;
  padding: 15px 25px;
  display: block;
}
.stakeholders .item:first-child .heading {
  display: block;
  background: #0C3F36;
  font-size: 20px;
  color: #ffffff;
  padding: 15px 25px;
}
.stakeholders .stakeContent {
  padding: 30px 25px;
  font-size: 14px;
}
.stakeholders .item:nth-child(odd) {
  background: #F7F5F2;
}
.stakeholders .item:nth-child(even) {
  background: #EFFFFC;
}
.stakeholders .box:nth-child(1) {
  width: 100%;
}
.stakeholders .box:nth-child(2),
.stakeholders .box:nth-child(3) {
  width: 100%;
}
.stakeholders .icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  padding: 0;
  font-weight: bolder;
  font-family: "Roboto-bold", "Arial Narrow", Arial, sans-serif;
  text-align: center;
}
.stakeholders .icon img {
  margin-bottom: 20px;
}
.stakeholders ul.list {
  padding: 0;
  list-style: none;
}
.stakeholders ul.list li {
  padding-left: 15px;
  position: relative;
}
.stakeholders ul.list li:before {
  content: "•";
  color: #15A566;
  display: inline-block;
  width: 1rem;
  margin-left: 0px;
  position: absolute;
  left: 0;
}

.esgBack {
  display: flex;
  max-width: 300px;
  margin: 30px 0;
  font-size: 16px;
}
.esgBack a {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.esgBack a:hover img {
  margin-left: -10px;
  transition: all 0.3s;
}

@media (max-width: 680px) {
  .media-container {
    flex-direction: column;
  }
  .media-pdf {
    margin-right: 0;
    flex-direction: column;
  }
  .calendar_container .year {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .mile_stone_top {
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .mile_cate {
    font-size: 18px;
    padding: 12px 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .cate_container.announcement .mile_cate {
    font-size: 20px;
    line-height: 30px;
  }
  .mile_cate {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  body {
    line-height: 1.8;
  }
  .navWrapper {
    margin-top: 100px;
  }
  .header {
    height: 100px;
    width: 100%;
  }
  .header .logoIcon {
    height: 100px;
    padding: 30px;
    width: 100px;
  }
  .header .logo {
    margin-left: 140px;
    padding: 0;
    max-width: 100%;
  }
  .header .logo img {
    max-width: 100%;
  }
  .header .topnav .mall a {
    padding: 8px 15px;
    font-size: 16px;
    margin: 0 30px 0 0;
  }
  .homeWrapper .homeBanner .banner01 {
    background-image: url(../images/home/homeBanner01.jpg);
    background-position: left center;
  }
  .homeWrapper .homeBanner .banner03 {
    background-image: url(../images/home/homeBanner03.jpg);
    background-position: left center;
  }
  .homeWrapper .homeBanner .banner05 {
    background-image: url(../images/home/homeBanner05.jpg);
    background-position: left center;
  }
  .homeWrapper .dataWrapper .building-data .item {
    width: 30%;
  }
  .homeWrapper .dataWrapper .building-data .type {
    font-size: 14px;
  }
  .homeWrapper .dataWrapper .building-data .number {
    font-size: 48px;
  }
  .homeWrapper .homeFinancial .btnGroup {
    width: 80%;
  }
  .homeWrapper .homeFinancial .btnGroup a {
    font-size: 18px;
  }
  .homeWrapper .homeBanner .big {
    font-size: 48px;
  }
  .homeWrapper .homeLatest .latest-group .item {
    max-height: 380px;
  }
  .homeWrapper .homeLatest .latest-group .logo-next {
    display: flex;
  }
  .contentWrapper .banner {
    min-height: 600px;
  }
  .contentWrapper .banner .sectionName {
    font-size: 40px;
  }
  .contentWrapper .breadWrapper .topCrumbs {
    font-size: 20px;
  }
  .contentWrapper .title {
    font-size: 35px;
  }
  .contentWrapper .yearContainer {
    flex-direction: row;
  }
  .contentWrapper .yearContainer .yearPulldown {
    width: 48%;
  }
  .qna_block {
    padding: 20px 0;
  }
  .qna_block .question {
    font-size: 22px;
    max-width: 100%;
  }
  .qna_block .doi-arrow {
    right: 5%;
  }
  .qna_block p {
    font-size: 18px;
    line-height: 32px;
  }
  .press-container.press-grid {
    grid-template-columns: 1fr 1fr;
  }
  .calendar-btn {
    top: 50%;
    right: 2%;
  }
  .homeWrapper .homeLatest .latest-group .latest-news {
    width: 93%;
  }
  .homeWrapper .homeLatest .latest-group .logo-next {
    width: 7%;
  }
  .pdfItem {
    position: relative;
  }
  .footer .copyright .footer-pics {
    display: inline-block;
    margin: 0 10px;
  }
  .esgReportWrapper .esgReport {
    flex-direction: row;
    align-items: inherit;
  }
  .esgReportWrapper .esgReport .info .esgTitle {
    text-align: left;
  }
  .caseStudies .item {
    width: 50%;
  }
  .esgValue .box .text {
    max-width: 310px;
  }
  .esgContent .speak {
    font-size: 30px;
  }
  .esgObjectives .objectives {
    width: 48%;
  }
  .casePane .title {
    font-size: 26px;
  }
  .casePane {
    flex-direction: row;
  }
  .casePane .images,
  .casePane .casePaneContent {
    width: 49%;
  }
  .caseTabContent .casePane {
    padding: 50px;
  }
  .caseTabContent .casePane:nth-child(even) {
    flex-direction: row-reverse;
  }
  .caseTabContent .casePane:nth-child(2n+1 of .visible) {
    flex-direction: row;
  }
  .caseTabContent .casePane:nth-child(2n of .visible) {
    flex-direction: row-reverse;
  }
  .esgRating .box,
  .certification .box {
    flex-direction: row;
  }
  .recognition .logo-prev {
    position: absolute;
    top: calc(50% + 50px);
    left: -40px;
  }
  .recognition .logo-next {
    position: absolute;
    top: calc(50% + 50px);
    right: -40px;
  }
  .caseSlider {
    width: 85%;
  }
  .caseSliderThumb {
    width: 15%;
  }
  .caseThumb .photo {
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .homeWrapper {
    margin-left: 100px;
  }
  .homeWrapper .dataWrapper .building-data .type {
    font-size: 26px;
  }
  .homeWrapper .dataWrapper .building-data .item {
    width: 26%;
  }
  .homeWrapper .dataWrapper .building-data .number {
    font-size: 60px;
  }
  .homeWrapper .homeBanner .big {
    font-size: 62px;
  }
  .homeWrapper .homeBanner .slogan {
    font-size: 24px;
  }
  .navWrapper {
    width: 100px;
    margin-top: 100px;
    display: block;
  }
  .navWrapper .logoIcon {
    height: 100px;
    padding: 30px;
  }
  .navWrapper .nav {
    overflow: visible;
    position: relative;
    z-index: 10;
  }
  .navWrapper .nav ul {
    height: 100vh;
    background: #333333;
  }
  .navWrapper .nav ul li {
    max-height: 100px;
    position: static;
  }
  .navWrapper .nav ul li a {
    height: 100px;
    max-height: 100px;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100px;
  }
  .navWrapper .nav ul > li {
    height: 100px;
  }
  .navWrapper .nav .subnav {
    z-index: 9;
    left: 100px;
    position: absolute;
    top: 0;
    visibility: visible;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.08);
    width: 0px;
    transition: all 0.3s;
    overflow: hidden;
    min-width: 0;
  }
  .navWrapper .nav .subnav.active {
    transition: all 0.3s;
    width: 285px;
    overflow-y: scroll;
  }
  .navWrapper .nav .subnav li a {
    height: 100px;
    align-items: flex-start;
    text-align: left;
    width: auto;
    background: none;
    position: relative;
  }
  .navWrapper .nav .subnav li a:hover {
    background: none;
  }
  .navWrapper .nav .subnav a {
    padding: 12px 30px;
  }
  .navWrapper .nav .subnav li {
    border-bottom: 1px solid #e2e2e2;
    height: 100px;
  }
  .menu-item.mobile,
  .menu-item.mobile.active {
    display: none;
  }
  .contentWrapper {
    margin-left: 100px;
  }
  .contentWrapper .catWrapper .catContainer {
    min-width: 800px;
  }
  .contentWrapper .catWrapper .catContainer a {
    font-size: 24px;
  }
  .contentWrapper .yearContainer {
    justify-content: flex-end;
  }
  .contentWrapper .yearContainer .yearPulldown {
    width: 25%;
  }
  .contentWrapper .breadWrapper .breadcrumbs {
    align-items: center;
    flex-direction: row;
  }
  .pdfItem a {
    display: flex;
  }
  .pdfItem .date {
    flex-direction: column;
    margin-left: 40px;
  }
  .pdfItem .date .day {
    font-size: 40px;
    margin-right: 0;
  }
  .pdfItem .pdfLink {
    margin-left: 0;
    width: 80%;
  }
  .pdfItem .share {
    position: relative;
    right: 0;
  }
  .calendar-block {
    display: flex;
  }
  .analyst-table thead tr th {
    padding: 10px 20px;
    font-size: 18px;
  }
  .press-container.press-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .date-block {
    flex-direction: column;
    width: 130px;
    justify-content: center;
    margin-left: 30px;
  }
  .calendar-btn {
    position: relative;
    transform: none;
  }
  .date-block .day {
    font-size: 40px;
    margin-right: 0;
  }
  .calendar-block > .title {
    font-size: 20px !important;
    margin-left: 2%;
    display: inline-block;
    width: 70%;
  }
  .press-release-block-container {
    flex-wrap: nowrap;
  }
  .calendar-block .pdf-block {
    width: 87%;
    flex-direction: row;
  }
  #fin-result .date-block {
    width: 130px;
    margin: 0;
  }
  .calendar-block .pdf-block .title {
    margin-bottom: 0;
  }
  .homeWrapper .homeLatest .home-latest-tab a {
    font-size: 25px;
    padding: 10px 40px;
  }
  .analyst-table tbody tr td {
    font-size: 16px;
  }
  .modal-title .title_small {
    display: inline-block;
  }
  .footerWrapper {
    margin-left: 100px;
  }
  .esgReportWrapper .esgReport .info .esgTitle {
    font-size: 26px;
  }
  .esgReportWrapper .esgReport .cover {
    max-width: 180px;
  }
  .esgReportWrapper {
    grid-template-columns: 1fr 1fr;
  }
  .esgKeyHighlights {
    grid-template-columns: 1fr 1fr;
  }
  .esgKeyHighlights .icon img {
    max-width: 140px;
  }
  .esgKeyHighlights .number {
    font-size: 72px;
  }
  .esgKeyHighlights .info {
    font-size: 18px;
  }
  .esgKeyHighlights .box {
    min-height: 300px;
  }
  .caseSliderWrapper {
    display: flex;
    margin: 30px 0;
    flex-direction: row;
  }
  .caseSlider {
    width: 85%;
    padding-right: 30px;
  }
  .caseSliderThumb {
    width: 15%;
  }
  .caseSlider .photo {
    height: 350px;
  }
  .caseSlider {
    padding-right: 30px;
  }
  .governanceBox .governanceBox-content {
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 30px 30px 30px;
  }
  .governanceBox ul.list li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .financial_reuslt {
    flex-direction: column;
    align-items: center;
  }
  .financial_reuslt .left {
    width: 100%;
  }
  .financial_reuslt .right {
    width: 100%;
  }
  .reportContainer {
    grid-template-columns: 1fr 1fr;
    max-width: 85vw;
  }
}
@media (max-width: 600px) {
  .reportContainer {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .navWrapper .nav .subnav a {
    font-size: 18px;
  }
  .homeWrapper .homeBanner .big {
    font-size: 82px;
  }
  .homeWrapper .homeBanner .slogan {
    font-size: 32px;
  }
  .pdfItem a {
    width: 70%;
  }
  .press-container.press-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
  }
  .detail-row {
    flex-direction: row;
  }
  .detail-row .detail-col {
    width: 28%;
  }
  .detail-row .detail-block {
    padding: 0;
  }
  .analyst-table thead tr th {
    padding: 20px;
    font-size: 22px;
  }
  .popup_container .left {
    width: 20%;
  }
  .popup_container .right {
    width: 70%;
  }
  .popup_container {
    flex-direction: row;
    justify-content: space-around;
  }
  .homeWrapper .homeFinancial {
    align-items: flex-start;
  }
  .homeWrapper .homeFinancial .btnGroup img {
    max-width: 90px;
  }
  .homeWrapper .homeFinancial .btnGroup a {
    font-size: 24px;
  }
  .homeWrapper .home-title {
    font-size: 60px;
    line-height: 50px;
  }
  .homeWrapper .home-subtitle {
    font-size: 36px;
  }
  .homeWrapper .dataWrapper .building-data .number {
    font-size: 72px;
  }
  .homeWrapper .homeFinancial .btnGroup {
    width: 100%;
  }
  .homeWrapper .homeBanner .homeBanner-btn {
    position: absolute;
    bottom: 150px;
    right: 100px;
  }
  .esgValue .valueWrapper {
    justify-content: space-between;
  }
  .caseTab a {
    font-size: 20px;
  }
  .casePane .title {
    font-size: 34px;
  }
  .keyFocus .item {
    width: 30%;
    flex-direction: column;
    text-align: center;
  }
  .keyFocus .des {
    width: 100%;
    padding: 0;
  }
  .keyFocus .title {
    margin-top: 60px;
  }
  .title.footprint:before {
    background: #15A566;
  }
  .title.community:before {
    background: #EFB800;
  }
  .title.people:before {
    background: #EF5D5A;
  }
  .title.space:before {
    background: #4890B7;
  }
  .title.conduct:before {
    background: #6270A8;
  }
  .caseStudies .box {
    width: 50%;
  }
  .stakeholders {
    flex-wrap: wrap;
  }
  .stakeholders .icon {
    padding: 30px 30px 0 0;
  }
  .stakeholders .item {
    border: none;
  }
  .stakeholders .item .heading {
    display: none;
  }
  .stakeholders .box:nth-child(1) {
    width: 50%;
  }
  .stakeholders .box:nth-child(2) {
    width: 50%;
  }
  .stakeholders .stakeContent {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .popup_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .popup_container .left {
    width: 90%;
    margin-bottom: 20px;
    max-height: 30vh;
  }
  .popup_container .right {
    width: 90%;
    padding-left: 0px;
    max-height: 30vh;
    overflow-y: scroll;
  }
}
@media (min-width: 1366px) {
  .sitemapWrapper {
    flex-direction: row;
  }
  .sitemapWrapper .sitemap {
    border-bottom: none;
  }
  .sitemapWrapper .sitemap a:after {
    background: none;
  }
  .sitemapWrapper .sitemap-sub {
    height: 100%;
    padding-left: 0;
  }
  .sitemapWrapper .sitemap-sub.active {
    margin: 0;
  }
  .press-container.press-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .homeWrapper .homeMembership .logo-prev {
    bottom: 200px;
  }
  .homeWrapper .homeMembership .logo-next {
    bottom: 200px;
  }
  .esgReportWrapper .esgReport .info .esgTitle {
    font-size: 35px;
  }
  .esgReportWrapper .esgReport .cover {
    max-width: 255px;
  }
  .esgReportWrapper .esgReport .info a {
    font-size: 16px;
  }
  .esgObjectives .objectives {
    width: 24%;
  }
  .esgRating,
  .certification {
    grid-template-columns: 1fr 1fr;
  }
  .caseSlider .photo {
    height: 580px;
  }
  .caseThumb .photo {
    height: 120px;
  }
}
@media (min-width: 1600px) {
  .analyst-container {
    width: 83%;
  }
  .footer {
    flex-direction: row;
  }
  .footer .copyright {
    flex-direction: row;
  }
  .outer.dist-hist table thead tr:first-of-type th {
    width: 150px;
    height: 20px;
  }
  .homeWrapper .homeLatest .latest-group .latest-img {
    display: flex;
  }
  .homeWrapper .homeLatest .latest-group .latest-news {
    width: 65%;
  }
  .contentWrapper .newsBanner {
    background-size: cover;
  }
  .caseStudies .item {
    width: 50%;
  }
  .esgValue {
    background-image: url(../images/sustainability/valueBG.png);
    display: flex;
  }
  .esgValue .box:nth-child(1),
  .esgValue .box:nth-child(5) {
    margin-left: 40px;
  }
  .esgValue .box:nth-child(2),
  .esgValue .box:nth-child(6) {
    margin-right: 40px;
  }
  .esgValue .circle {
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1700px) {
  .esgKeyHighlights {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wow {
  opacity: 0;
}

.animate__fadeInUp.act {
  animation: slideUp 1.5s both;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

.animate__fadeInLeft.act {
  animation: slideLeft 1.5s both;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

.animate__fadeInRight.act {
  animation: slideRight 1.5s both;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

.before-after-block.flex-center {
  justify-content: center;
}/*# sourceMappingURL=custom.css.map */