.text-blue-2 {
  color: #0066B2 !important;
}

.text-campaign-highlight {
  font-size: 60px;
  /* line-height: 60px; */
  font-weight: bold;
  background: -moz-linear-gradient(90deg, #0066b2 0%, #00365f 100%);
  background: -webkit-linear-gradient(90deg, #0066b2 0%, #00365f 100%);
  background: linear-gradient(90deg, #0066b2 0%, #00365f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066b2", endColorstr="#00365f", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-heading--small {
  font-size: 32px !important;
}

.animate-img {
  position: absolute;
  object-fit: contain;
  transition: all .3s ease;
  z-index: 1;
}

.btn.btn--readmore {
  padding: 0;
}

.btn.btn--readmore .btn__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1.75rem;
  font-size: 14px;
  font-weight: bold;
  color: #0066B2;
}

.btn.btn--readmore .btn__title::before {
  font-family: 'wha';
  content: "b";
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #E4302D;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s ease;
}

.btn.btn--readmore:hover .btn__title::before {
  opacity: 1;
}

.btn.btn--download-icon {
  display: inline-flex;
  padding: 0;
}

.btn.btn--download-icon .btn__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.btn.btn--download-icon .btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
  font-size: 18px;
}

.btn.btn--back {
  display: inline-flex;
  padding: 0;
}

.btn.btn--back .btn__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 55px;
  font-size: 14px;
  color: #737373;
}

.btn.btn--back .btn__title::before {
  font-family: 'wha';
  content: "d";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #707070;
  font-size: 10px;
  font-weight: 300;
  color: #707070;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.card.card--csr-news {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid rgba(115, 115, 115, 0.3);
}

.card.card--csr-news:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #EAEAEA;
  opacity: 0;
  transition: all .3s ease;
}

.card.card--csr-news:hover:before {
  height: 100%;
  opacity: 1;
}

.card.card--csr-news:hover .card__btn .btn.btn--readmore .btn__title::before {
  opacity: 1;
}

.card.card--csr-news .card__figure {
  position: relative;
  margin-bottom: 1.5rem;
}

.card.card--csr-news .card__img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.card.card--csr-news .card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card.card--csr-news .card__title {
  font-size: 16px;
  color: #4A4A4A;
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card.card--csr-news .card__btn {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  margin-top: 2rem;
}

.card.card--activity {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border: none;
}

.card.card--activity:hover .card__btn .btn.btn--readmore .btn__title::before {
  opacity: 1;
}

.card.card--activity .card__figure {
  position: relative;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.card.card--activity .card__img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card.card--activity .card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

.card.card--activity .card__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #4A4A4A;
  margin-bottom: 1rem;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card.card--activity .card__text {
  font-size: 16px;
  line-height: 25px;
  color: #4A4A4A;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card.card--activity .card__btn {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  margin-top: 1rem;
}

.card.card--sd-report {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .card.card--sd-report {
    padding-right: 10%;
  }
}

.card.card--sd-report .card__figure {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.card.card--sd-report .card__img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .card.card--sd-report .card__img {
    height: 350px;
  }
}

.card.card--sd-report .card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

.card.card--sd-report .card__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #0066B2;
  margin-bottom: .5rem;
}

.card.card--sd-report .card__year {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #4A4A4A;
}

.card.card--sd-report .card__btn {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(115, 115, 115, 0.4);
}

.card.card--sd-report .card__btn .btn.btn--download-icon .btn__title,
.card.card--sd-report .card__btn .btn.btn--download-icon .btn__icon {
  color: #4A4A4A;
}

.list.list--sd {
  list-style-type: none;
  padding: 0;
}

.list.list--sd .list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.list.list--sd .list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(74, 74, 74, 0.3);
}

.list.list--sd .list__item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(74, 74, 74, 0.3);
}

.list.list--sd .list__sub-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
 
  
}
.list.list--sd .list__sub-item:last-child{
  margin-bottom: 0;
  
}

.list.list--sd .list__item.list__item--sub{
  display: block;
}
.list.list--sd .list__sub-title{
   
  font-weight: bold;
  color: #0066B2;
}

.list.list--sd .list__left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.list.list--sd .list__title {
  font-size: 18px;
  font-weight: bold;
  color: #0066B2;
}

.list.list--sd .list__year {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #4A4A4A;
}

.list.list--sd .list__btn {
  display: flex;
  align-items: flex-end;
}

.navbar.navbar--tabs {
  position: relative;
  padding: 0;
  z-index: 2;
}

@media (min-width: 576px) {
  .navbar.navbar--tabs {
    max-width: 80%;
    margin: 0 auto;
  }
}

.navbar.navbar--tabs .navbar-collapse {
  padding: 0;
}

.navbar.navbar--tabs .navbar-collapse.collapsing {
  transition: none;
}

.navbar.navbar--tabs .nav-toggler {
  outline: none;
  position: relative;
  padding: 0.4rem 3.25rem 0.4rem 1.5rem;
  margin-right: 0;
  width: 100%;
  min-height: 45px;
  text-align: left;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #0066B2;
  background-color: #0066B2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .navbar.navbar--tabs .nav-toggler {
    display: none;
  }
}

.navbar.navbar--tabs .nav-toggler .nav-toggler__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  margin: auto 0;
  padding: 0 1rem;
  font-size: 1.875rem;
  background-color: #0066B2;
}

.navbar.navbar--tabs .nav-toggler .nav-toggler__icon::before {
  font-family: 'wha';
  content: "b";
  color: #ffffff;
  font-size: 10px;
}

.navbar.navbar--tabs .nav-tabs {
  position: absolute;
  width: 100%;
  padding: 0;
  margin-top: -1px;
  border: 1px solid #0066B2;
  background-color: #ffffff;
  z-index: 9;
}

@media (min-width: 992px) {
  .navbar.navbar--tabs .nav-tabs {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    border: 0;
    background-color: transparent;
  }
}

.navbar.navbar--tabs .nav-tabs .nav-item {
  position: relative;
  width: 100%;
  margin-bottom: 1px;
}

@media (min-width: 992px) {
  .navbar.navbar--tabs .nav-tabs .nav-item {
    width: auto;
  }

  .navbar.navbar--tabs .nav-tabs .nav-item:not(:first-child) {
    margin-left: 3rem;
  }
}

.navbar.navbar--tabs .nav-tabs .nav-item:hover .nav-link {
  color: #0066B2;
  background-color: rgba(0, 102, 178, 0.15);
}

@media (min-width: 992px) {
  .navbar.navbar--tabs .nav-tabs .nav-item:hover .nav-link {
    color: #4A4A4A;
  }

  .navbar.navbar--tabs .nav-tabs .nav-item:hover .nav-link::before {
    left: 0;
    width: 100%;
  }
}

.navbar.navbar--tabs .nav-tabs .nav-item.active .nav-link {
  color: #0066B2;
  background-color: rgba(0, 102, 178, 0.15);
}

@media (min-width: 992px) {
  .navbar.navbar--tabs .nav-tabs .nav-item.active .nav-link {
    color: #4A4A4A;
  }

  .navbar.navbar--tabs .nav-tabs .nav-item.active .nav-link::before {
    left: 0;
    width: 100%;
  }
}

.navbar.navbar--tabs .nav-tabs .nav-link {
  position: relative;
  padding: .75rem 1.5rem;
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .navbar.navbar--tabs .nav-tabs .nav-link {
    padding: .75rem 0;
    background-color: transparent !important;
  }

  .navbar.navbar--tabs .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #DA1F2D;
    transition: all .3s ease;
  }
}

.navbar.navbar--tabs-content-sustain {
  position: relative;
  padding: 0;
  z-index: 2;
}

@media (min-width: 576px) {
  .navbar.navbar--tabs-content-sustain {
    max-width: 80%;
    margin: 0 auto;
  }
}

.navbar.navbar--tabs-content-sustain .navbar-collapse {
  padding: 0;
}

.navbar.navbar--tabs-content-sustain .navbar-collapse.collapsing {
  transition: none;
}

.navbar.navbar--tabs-content-sustain .nav-toggler {
  outline: none;
  position: relative;
  padding: 0.4rem 3.25rem 0.4rem 1.5rem;
  margin-right: 0;
  width: 100%;
  min-height: 45px;
  text-align: left;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #0066B2;
  background-color: #0066B2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .navbar.navbar--tabs-content-sustain .nav-toggler {
    display: none;
  }
}

.navbar.navbar--tabs-content-sustain .nav-toggler .nav-toggler__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  margin: auto 0;
  padding: 0 1rem;
  font-size: 1.875rem;
  background-color: #0066B2;
}

.navbar.navbar--tabs-content-sustain .nav-toggler .nav-toggler__icon::before {
  font-family: 'wha';
  content: "b";
  color: #ffffff;
  font-size: 10px;
}

.navbar.navbar--tabs-content-sustain .nav-tabs {
  position: absolute;
  width: 100%;
  padding: 0;
  margin-top: -1px;
  border: 1px solid #0066B2;
  background-color: #ffffff;
  z-index: 9;
}

@media (min-width: 992px) {
  .navbar.navbar--tabs-content-sustain .nav-tabs {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    border: 0;
    background-color: transparent;
  }
}

.navbar.navbar--tabs-content-sustain .nav-tabs .nav-item {
  position: relative;
  width: 100%;
  margin-bottom: 1px;
}

@media (min-width: 992px) {
  .navbar.navbar--tabs-content-sustain .nav-tabs .nav-item {
    width: auto;
  }

  .navbar.navbar--tabs-content-sustain .nav-tabs .nav-item:not(:first-child) {
    margin-left: 3rem;
  }
}

.navbar.navbar--tabs-content-sustain .nav-tabs .nav-item:hover .nav-link {
  color: #0066B2;
  background-color: rgba(0, 102, 178, 0.15);
}

.navbar.navbar--tabs-content-sustain .nav-tabs .nav-item.active .nav-link {
  color: #0066B2;
  background-color: rgba(0, 102, 178, 0.15);
}

.navbar.navbar--tabs-content-sustain .nav-tabs .nav-link {
  position: relative;
  padding: .75rem 1.5rem;
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .navbar.navbar--tabs-content-sustain .nav-tabs .nav-link {
    padding: .75rem 0;
    background-color: transparent !important;
  }
}

.slick-our-campaign .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 28px;
  color: #0066B2;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.slick-our-campaign .slick-arrow.slick-disabled {
  pointer-events: none;
}

.slick-our-campaign .slick-prev {
  left: -100px;
}

.slick-our-campaign .slick-next {
  right: -100px;
  padding-left: 4px;
  padding-bottom: 2px;
}

.slick-our-campaign .campaign {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.slick-our-campaign .campaign::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0066b2 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0066b2 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0066b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0066b2", GradientType=1);
  opacity: .8;
  transition: all .3s ease;
  z-index: 1;
}

.slick-our-campaign .campaign:hover::before {
  height: 120px;
}

.slick-our-campaign .campaign:hover .campaign__btn .btn.btn--readmore .btn__title::before {
  opacity: 1;
}

.slick-our-campaign .campaign .campaign__figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.slick-our-campaign .campaign .campaign__img {
  height: auto;
  width: 100%;
  object-fit: cover;
  max-height: 420px;
}

.slick-our-campaign .campaign .campaign__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

@media (min-width: 768px) {
  .slick-our-campaign .campaign .campaign__body {
    position: absolute;
    top: 0;
    left: 40px;
    padding: 4rem 3rem;
    width: 320px;
  }
}

.slick-our-campaign .campaign .campaign__title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
}

.slick-our-campaign .campaign .campaign__text {
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-our-campaign .campaign .campaign__btn {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  margin-top: 1.5rem;
}

.slick-our-campaign .campaign .campaign__btn .btn.btn--readmore .btn__title {
  color: #ffffff;
}

.slick-csr-news .slick-list {
  padding: 0 1px;
}

.slick-csr-news .slick-dots button {
  width: 10px;
  height: 10px;
}

.slick-csr-news .slick-dots .slick-active button {
  background-color: #737373;
}

@media (min-width: 768px) {
  .slick-gallery {
    width: 100%;
    max-width: 80%;
  }
}

.slick-gallery .slick-dots button {
  width: 10px;
  height: 10px;
}

.slick-gallery .slick-dots .slick-active button {
  background-color: #737373;
}

@media (min-width: 768px) {
  .slick-gallery .item {
    padding-right: 15px;
  }
}

.slick-gallery .gallery-img {
  height: 375px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .slick-gallery-thumb {
    width: 100%;
    max-width: 20%;
  }
}

@media (max-width: 767.98px) {
  .slick-gallery-thumb {
    display: none;
  }
}

.slick-gallery-thumb .slick-list {
  height: 375px !important;
}

.slick-gallery-thumb .slick-dots {
  position: absolute;
  right: -30px;
  top: 50%;
  display: flex;
  flex-direction: column;
  margin: 0;
  transform: translateY(-50%);
}

.slick-gallery-thumb .slick-dots li {
  margin: 0;
}

.slick-gallery-thumb .slick-dots button {
  width: 10px;
  height: 10px;
}

.slick-gallery-thumb .slick-dots .slick-active button {
  background-color: #737373;
}

@media (min-width: 768px) {
  .slick-gallery-thumb .item {
    padding-bottom: 15px;
  }
}

.slick-gallery-thumb .item.slick-current {
  display: none;
}

.slick-gallery-thumb .gallery-img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.sustain-page {
  position: relative;
  overflow: hidden;
}

.sustain-page .billboard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
@media (max-width: 992px) {
  .sustain-page .billboard {
    background-position: 50%;
  }
}

.sustain-page .billboard .billboard__element {
  position: absolute;
  width: 50%;
  height: 100%;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 60px;
  top: 0;
  bottom: 0;
}

.sustain-page .billboard .billboard__element .billboard__element-img {
  position: relative;
  max-width: 600px;
  top: 60px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sustain-page .billboard .billboard__title {
  font-size: 40px;
  font-weight: 300 !important;
  line-height: 57px;
  /*color: #0066B2;*/
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
    transform: translateX(-40%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.sustain-page .billboard.active .billboard__element .billboard__element-img {
   max-width: 870px;
}
.sustain-page .billboard.active .billboard__title {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 992px) {
  .sustain-page .billboard .billboard__title {
    font-size: 50px;
    line-height: 1.4;
  }
}

.sustain-page .billboard .animate-img-1 {
  top: 15%;
  width: 55px;
}

.sustain-page .billboard .animate-img-2 {
  left: 15%;
}

.sustain-page .msg-form-ceo {
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .sustain-page .msg-form-ceo {
    padding: 10rem 0;
  }
}

.sustain-page .msg-form-ceo .animate-img-1 {
  right: 5%;
  z-index: 0;
}

.sustain-page .msg-form-ceo .animate-img-2 {
  top: 35%;
  left: 40%;
  width: 50px;
  z-index: 0;
}

.sustain-page .msg-form-ceo .animate-img-3 {
  bottom: -50px;
  left: 0;
  width: 170px;
}

.sustain-page .msg-form-ceo .msg-form-ceo__quote {
  margin: 1rem;
  width: 40px;
}

.sustain-page .msg-form-ceo .msg-form-ceo__figure {
  position: relative;
}

@media (min-width: 992px) {
  .sustain-page .msg-form-ceo .msg-form-ceo__figure {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.sustain-page .msg-form-ceo .msg-form-ceo__img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 250px;
  margin: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .sustain-page .msg-form-ceo .msg-form-ceo__img {
    max-width: 430px;
  }
}

.sustain-page .msg-form-ceo .msg-form-ceo__text {
  font-size: 18px;
  font-weight: medium;
  margin: 0;
  padding: 0;
}

.sustain-page .solution-partner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .sustain-page .solution-partner .animate-img {
    max-width: 275px;
  }
}

.sustain-page .solution-partner .animate-img-1 {
  top: 75%;
  right: 0;
}

@media (min-width: 576px) {
  .sustain-page .solution-partner .animate-img-1 {
    top: 65%;
  }
}

@media (min-width: 992px) {
  .sustain-page .solution-partner .animate-img-1 {
    top: 0;
  }
}

.sustain-page .solution-partner .animate-img-2 {
  top: 75%;
  right: 3px;
  z-index: 0;
}

@media (min-width: 576px) {
  .sustain-page .solution-partner .animate-img-2 {
    top: 65%;
  }
}

@media (min-width: 992px) {
  .sustain-page .solution-partner .animate-img-2 {
    top: 47px;
    right: 65px;
  }
}

.sustain-page .solution-partner .solution-partner__top,
.sustain-page .solution-partner .solution-partner__bottom {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

@media (min-width: 992px) {

  .sustain-page .solution-partner .solution-partner__top,
  .sustain-page .solution-partner .solution-partner__bottom {
    padding: 10rem 0;
  }
}

.sustain-page .solution-partner .solution-partner__top {
  min-height: 680px;
}

@media (max-width: 575.98px) {
  .sustain-page .solution-partner .solution-partner__top {
    margin-bottom: 3rem;
  }
}

.sustain-page .solution-partner .solution-partner__bottom {
  display: flex;
  align-items: center;
  min-height: 425px;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .sustain-page .solution-partner .solution-partner__bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.sustain-page .solution-partner .esg-goal {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.sustain-page .solution-partner .esg-goal .esg-goal__item {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  padding: 4rem;
}

.sustain-page .solution-partner .esg-goal .esg-goal__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #ffffff;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .sustain-page .solution-partner .esg-goal .esg-goal__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4rem;
  }

  .sustain-page .solution-partner .esg-goal .esg-goal__item::before {
    top: 50%;
    bottom: auto;
    left: 0;
    width: 0;
    height: 50%;
    transform: translateY(-50%);
  }

  .sustain-page .solution-partner .esg-goal .esg-goal__item:nth-child(even)::before {
    width: 1px;
  }
}

@media (min-width: 992px) {
  .sustain-page .solution-partner .esg-goal .esg-goal__item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sustain-page .solution-partner .esg-goal .esg-goal__item:nth-child(2n+3)::before {
    width: 1px;
  }
}

.sustain-page .solution-partner .esg-goal .esg-goal__title {
  font-size: 16x;
}

.sustain-page .solution-partner .esg-goal .esg-goal__value {
  font-size: 36px;
  font-weight: bold;
}

.sustain-page .solution-partner .esg-goal .esg-goal__unit {
  font-size: 16x;
  font-weight: bold;
}

.sustain-page .esg-sustain {
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .sustain-page .esg-sustain {
    padding: 10rem 0;
  }
}

.sustain-page .esg-sustain .animate-img-1 {
  top: -10%;
  right: -4%;
}

.sustain-page .esg-sustain .animate-img-2 {
  bottom: 0;
  left: 0;
  height: auto;
  max-width: 100%;
}

.sustain-page .esg-sustain .esg {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.sustain-page .esg-sustain .esg .esg__item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .sustain-page .esg-sustain .esg .esg__item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .sustain-page .esg-sustain .esg .esg__item:hover .esg__figure {
    transform: translateY(0px);
  }

  .sustain-page .esg-sustain .esg .esg__item:hover .esg__btn {
    opacity: 1;
    transform: translateY(0px);
  }

  .sustain-page .esg-sustain .esg .esg__item:hover .esg__btn .btn.btn--readmore .btn__title::before {
    opacity: 1;
  }
}

.sustain-page .esg-sustain .esg .esg__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 1.5rem;
  color: #4A4A4A;
}

@media (min-width: 992px) {
  .sustain-page .esg-sustain .esg .esg__title {
    min-height: 65px;
  }
}

.sustain-page .esg-sustain .esg .esg__figure {
  position: relative;
  transition: all .6s ease;
}

@media (min-width: 992px) {
  .sustain-page .esg-sustain .esg .esg__figure {
    transform: translateY(15px);
  }
}

.sustain-page .esg-sustain .esg .esg__img {
  display: block;
  margin: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.sustain-page .esg-sustain .esg .esg__btn {
  transition: opacity .3s ease, transform .3s .1s ease;
}

@media (min-width: 992px) {
  .sustain-page .esg-sustain .esg .esg__btn {
    opacity: 0;
    transform: translateY(15px);
  }
}

.sustain-page .our-campaign {
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (min-width: 992px) {
  .sustain-page .our-campaign {
    padding: 10rem 0;
  }
}

.sustain-page .csr-news {
  position: relative;
  padding: 5rem 0;
  background-color: #ffffff;
  overflow: hidden;
}

@media (min-width: 992px) {
  .sustain-page .csr-news {
    padding: 10rem 0;
  }
}

.sustain-page .sd-report {
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (min-width: 992px) {
  .sustain-page .sd-report {
    padding: 10rem 0;
    min-height: 480px;
  }
}

.sustain-page .sd-report.active .animate-img-1 {
  opacity: 1;
    transform: translateY(0);
}

.sustain-page .sd-report .animate-img-1 {
  top: 7%;
  left: 8%;
  width: 200px;

  opacity: 0;
    transform: translateX(-100%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media (min-width: 992px) {
  .sustain-page .sd-report .animate-img-1 {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .sustain-page .sd-report .animate-img-1 {
    left: 12%;
    width: 350px;
  }
}

@media (max-width: 767.98px) {
  .sustain-page .sd-report .animate-img-1 {
    display: none;
  }
}
.sustain-page .sd-report.active .animate-img-2 {
 
    transform: translateY(0);
}

.sustain-page .sd-report .animate-img-2 {
  bottom: 0;
  left: 0;
  width: 100px;

  transform: translateX(-50%);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media (min-width: 992px) {
  .sustain-page .sd-report .animate-img-2 {
    width: 200px;
  }
}

.our-campaign-page {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.our-campaign-page .our-campaign {
  position: relative;
  padding: 5rem 0;
  margin-bottom: 5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.our-campaign-page .our-campaign .h5 {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .our-campaign-page .our-campaign {
    min-height: 600px;
    margin-bottom: 10rem;
  }
}

.our-campaign-page .our-campaign .animate-img-1 {
  height: auto;
  width: 100%;
  z-index: 0;
}

.sd-report-page .sd-report {
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (min-width: 992px) {
  .sd-report-page .sd-report {
    padding: 10rem 0;
    min-height: 480px;
  }
}

.sd-report-page .sd-report .animate-img-1 {
  top: 7%;
  left: 8%;
  width: 200px;
}

@media (min-width: 992px) {
  .sd-report-page .sd-report .animate-img-1 {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .sd-report-page .sd-report .animate-img-1 {
    left: 12%;
    width: 350px;
  }
}

@media (max-width: 767.98px) {
  .sd-report-page .sd-report .animate-img-1 {
    display: none;
  }
}

.sd-report-page .sd-report .animate-img-2 {
  bottom: 0;
  left: 0;
  width: 100px;
}

@media (min-width: 992px) {
  .sd-report-page .sd-report .animate-img-2 {
    width: 200px;
  }
}

.sustain-detail-page {
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 1;
}

.sustain-detail-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 34%, white 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 34%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 34%, white 100%);
}

@media (min-width: 992px) {
  .sustain-detail-page {
    padding: 10rem 0;
  }
}

.sustain-detail-page .category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.5rem;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 25px;
  background-color: #0066B2;
}

.sustain-detail-page .gallery-container {
  display: flex;
}

@media (max-width: 767.98px) {
  .sustain-detail-page .gallery-container {
    flex-direction: column;
  }
}

.sustain-detail-page .detail-footer {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 2.5rem;
}

.sustain-detail-page .list-shortcut>li {
  padding: 0 0 15px;
  float: right;
  clear: both;
  right: 0;
  bottom: 20px;
  position: relative;
}

.sustain-detail-page .list-shortcut>li>a {
  width: 46px;
  height: 46px;
  color: #777777;
  background-color: #e9e9e9;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.sustain-detail-page .list-shortcut>li>a i {
  line-height: 45px;
}

.sustain-detail-page .list-shortcut>li>a i::before {
  font-size: 18px;
  font-size: 1.8rem;
}

.sustain-detail-page .list-shortcut>li#panel-share {
  position: relative;
}

.sustain-detail-page .list-shortcut>li#panel-share>div {
  opacity: 0;
  width: 80px;
  background-color: #e9e9e9;
  border-radius: 100px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.sustain-detail-page .list-shortcut>li#panel-share>div ul {
  padding: 0 0;
  margin: 0px;
  list-style: none;
}

.sustain-detail-page .list-shortcut>li#panel-share>div ul li {
  display: block;
  float: left;
  width: 40px;
  padding: 0;
  text-align: center;
}

.sustain-detail-page .list-shortcut>li#panel-share>div ul li a {
  padding: 10px 0;
  display: block;
  float: left;
  width: 100%;
}

.sustain-detail-page .list-shortcut>li#panel-share>div ul li a i {
  line-height: 25px;
}

.sustain-detail-page .list-shortcut>li#panel-share>div ul li a i::before {
  font-size: 18px;
  font-size: 1.8rem;
}

.sustain-detail-page .list-shortcut>li#panel-share:hover>div {
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}