@charset "utf-8";
/* CSS Document */

:root {
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: 300;
  font-style: normal !important;
}

h1, .h1 {
  font-size: 3rem;
  font-weight: 500;
}
p {
  margin-bottom: 2rem;
}
a {
  text-decoration: none;
  color: initial;
}
a.link:hover {
  color: #098542;
}
hr.style1 {
  margin: 1.5rem 0;
}
.w-line {
  text-decoration: underline #c8c9cb;
  text-underline-offset: 0.875em;
  text-decoration-thickness: 2px;
  line-height: 2.4;
}
.bottom-initial {
  bottom: auto !important;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.semibold {
  font-weight: 500;
}
.text-gray {
  color: #7e7e7e;
}
.text-blue {
  color: #005aff;
}
.text-green {
  color: #006223;
}
.text-lightblue {
  color: #44c8e4;
}
.text-white {
  color: #fff;
}
.footnote {
  font-size: 0.75rem;
}
.footnote span {
  font-weight: 700;
}
.footnote ol {
  padding-left: 12px;
}
.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
}
.btn-primary, .btn-primary:hover {
  background-color: #fff;
  color: #098542;
  border-color: transparent;
}
.btn-primary.green, .btn-primary.green:hover {
  background-color: #006223;
  color: #fff;
  border-color: transparent;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#wrapper {
  width: 100%;
  position: relative;
  background: #fff;
}
main {
  margin-top: 90px;
}
.bg-green {
  background-color: #006223;
}
.bg-lightgreen {
  background-color: #e2f6eb;
}
.bg-light-green-gradient {
  background: rgb(253,253,253);
  background: linear-gradient(180deg, rgba(253,253,253,1) 0%, rgba(235,242,232,1) 100%); 
}
.accordion-item {
  --bs-accordion-active-bg: transparent;
}
.accordion-button::after {
  background: url(/images/icon-collapse.png) center center no-repeat;
  width: 31px;
  height: 31px;
}
.accordion-button:not(.collapsed)::after {
  background: url(/images/icon-expand.png) center center no-repeat;
}

/****** header ******/

header {
  width: 100%;
  background: #f5f5f5;
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 1000;
  background:rgba(247,247,247,0.9);
}
.logowrap {
  height: 100%;
}

.homeBanner {
  background: url('/images/img-hero-banner-1.jpg') center center no-repeat;
  height: calc(100vh - 90px);
}
.banner-intro-wrap {
  /*background-image: linear-gradient(to bottom, transparent, #19762e);*/
  background: linear-gradient(0deg,rgb(0 76 31) 40%, rgb(55 131 0) 83%, rgba(120,193,67,0) 98%);
}
.banner-intro {
  background: url('/images/img-hero-banner-bg.png') center bottom no-repeat;
  margin-top: -100px;
  padding: 0px 0px 100px;
  background-color: transparent;
  background-blend-mode: screen;
}
.sub-banner {
  background: url('/images/img-sub-banner-about-us.jpg') center bottom no-repeat;
  height: 450px;
}
.sub-banner.assets {
  background: url('/images/img-sub-banner-assets.jpg') center bottom no-repeat;
  height: 450px;
}
.sub-banner.sustainability {
  background: url('/images/img-sub-banner-sustainability.jpg') center bottom no-repeat;
  height: 450px;
}
.sub-banner.career {
  background: url('/images/img-sub-banner-career.jpg') center bottom no-repeat;
  height: 450px;
}
.sub-banner.about-us h2,
.sub-banner.assets h2,
.sub-banner.career h2,
.sub-banner.sustainability h2,
.sub-banner.contact-us h2 {
  color: #fff !important;
}

.sub-banner h2 {
  margin-top: -50px;
}

.homeNews-wrap {
  background: url('/images/img-home-section-bg.jpg') left bottom no-repeat;
  padding: 80px 0px;
}
.card.IRNews {
  height: 100%;
  position: relative;
  background: rgba(255,255,255,.5);
}
.card.IRNews::after {
  -webkit-box-shadow: 0px -3px 0px 0px rgba(25,118,46,1);
  -moz-box-shadow: 0px -3px 0px 0px rgba(25,118,46,1);
  box-shadow: 0px -3px 0px 0px rgba(25,118,46,1);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.card.IRNews .card-body {
  padding: 10px 25px 20px;
  z-index: 1;
}
.newsItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0px;
}
.card.IRNews .info {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.AR-wrap {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.IRNews .card-body > img {
  display: block;
  margin: -60px auto 20px;
}

.home .newsItem .date {
  font-size: 0.875rem;
}
.carousel-indicators {
  margin-bottom: 0 !important;
  bottom: -2rem !important;
}
.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #098542 !important;
}
.IRNews .btn {
  position: absolute;
  bottom: 20px;
}

.home-stock-wrap  {
  background: url('/images/img-home-stock-section-bg.jpg') center center no-repeat;
  padding: 70px 0px;
}
.stock-info {
  background: rgba(25, 118, 46, .9);
  padding: 40px;
  border-radius: 20px;
}
.stock-info table {
  --bs-table-bg: transparent;
}
.stock-info table td {
  padding-left: 0px;
}
.stock-info .code {
  color: #fff;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.stock-info table td span:nth-child(1) {
  font-weight: 500;
  color: #fff;
  font-size: 1.375rem;
}
.stock-info table td span:nth-child(2), .stock-info table td .update {
  font-size: 0.875rem !important;
  font-weight: initial !important;
  color: #fff;
  display: block;
}
.stock-info .stockQuote {
  font-size: 2.625rem !important;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.stock-info .stockQuote span {
  font-size: 1.125rem !important;
  padding-left: 5px;
}

.profile-wrap {
  background: url('/images/img-sub-side-bg.jpg') center left no-repeat;
  padding: 120px 0px;
}
.profile-wrap .w-bg {
  background: url('/images/img-logo-watermark.png') center center no-repeat;
}

.bod-wrap .card {
  background-color: #e5edf0;
}
.bod-wrap .card-body div:last-child {
  background-color: rgba(0,0,0,.1);
  padding: 0px 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.bod-wrap .card-body {
  justify-content: space-between;
  padding: 0px;
}
.bod-wrap .detail {
  padding: 20px;
}
.modal-bod .modal-body {
  padding: 50px;
}
.detail-wrap {
  display: flex;
  align-items: center;
}
.modal-body .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.assets-indo-wrap {
  background: url('/images/img-assets-indonesia-bg.jpg') center bottom no-repeat;
}

.asset-sec1-wrap {
  background: url(/images/img-assets-summary-bg.jpg) center bottom no-repeat;
}
.asset-sec2-wrap {
  background: url(/images/img-assets-summary-bg-2.jpg) center bottom no-repeat;
}
.table-dark {
  --bs-table-bg: #098542;
}
.table > :not(caption) > * > * {
  padding: 1rem 1.3rem;
  vertical-align: middle;
}


/* Relative positioning*/

map {position: relative; display: block;} 
.sg {position: absolute; top: -472px; left: 265px; display: none;}
.id1 {position: absolute; top: -442px; left: 725px; display: none;}
.id2 {position: absolute; top: -525px; left: 790px; display: none;}
area:hover + div {display: block;}


.sustainability-sec1-wrap {
  background: url(/images/img-sustainability-bg.jpg) center bottom no-repeat;
}
.sustainability-sec2-wrap {
  background: url(/images/img-sustainability-environment-bg.jpg) center bottom no-repeat;
}
.sustainability-sec3-wrap {
  background: url(/images/img-sustainability-social-bg.jpg) center bottom no-repeat;
}
.sustainability-sec4-wrap {
  background: url(/images/img-sustainability-health-and-safety-bg.jpg) center bottom no-repeat;
}
.sustainability-sec5-wrap {
  background: url(/images/img-sustainability-governance-bg.jpg) center bottom no-repeat;
}



/* ScrollUp/ Go to TOP */


/* footer */
footer {
  background-color: #f3f3f3;
  padding: 30px 0px;
  font-size: 0.75rem;
}
.footerLinks {
  list-style: none;
  display: flex;
  padding-left: 0px;
  margin-bottom: 0px;
}
.footerLinks li {
  margin-right: 10px;
  padding-right: 10px;
}
.footerLinks li:not(:last-child) {
  border-right: 1px solid #333;
}

#back-to-top {
  position: absolute;
  width: auto;
  bottom: -15px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}

/************* Media Queries *************/

ul.navbar li ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1133px) {

  .topmenu {
    float: right;
  }

  .topmenu ul {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1000;
    line-height: 90px;
    list-style: none;
  }

  .cf:before,
  .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .cf:after {
    clear: both;
  }

  .cf {
    *zoom: 1;
  }

  ul.navbar li {
    float: left;
    margin: 0;
    position: relative;
  }

  ul.navbar li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    font-size: 15px;  
  }
  ul.navbar > li > a {
    color: #5b5d55;
  }
  ul.navbar > li > a:hover {
    color: #098542 !important;
  }

  ul.navbar li a:hover,
  ul.navbar li:hover>a,
  ul.navbar li.selected>a,
  ul.navbar li a.selected {
    color: #098542;
	  font-weight: 300;
  }

  ul.navbar li ul {
    margin: 0px 0px 0px 0px;
    position: absolute;
    background: rgb(10,134,66);
    background: linear-gradient(0deg, rgba(120,193,67,1) 0%, rgba(10,134,66,1) 50%);
    left: 10%;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .1s ease;
    line-height: normal;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    padding: 20px 10px;
  }
  
  ul.navbar li ul li a.sub-active{
	  color: #64ccf3!important;
	  font-weight: 700;
  }

  ul.navbar li ul li>a {
    padding-top: 5px;
    padding-bottom: 5px;
	  color: #fff;
  }

  ul.navbar li ul li a {
	color: #fff!important;
  }

  ul.navbar ul li {
    float: none;
  }

  ul.navbar li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all .5s ease-in-out;
  }

  ul.navbar>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    left: 0;
  }

  ul.navbar li>ul ul {
    top: 0;
    left: 90%;
  }

  ul.navbar li>ul li:hover>ul {
    left: 100%;
  }

  ul.navbar li>ul.mob-flipped>li:hover>ul {
    left: auto;
    right: 100%;
  }

  .mobile-icon-wrap {
    display: none
  }

}


@media screen and (max-width: 1132px) {
  ul.navbar {
    /*height: calc(100vh - 75px);*/
    overflow: scroll;
    margin: 0;
	display: flex;
    flex-direction: column;
	align-items: normal;
    padding-left: 30px;
  }
  .u-vmenu {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    top: 100%;
    padding-bottom: 80px;
    display: none;
  }
  .u-vmenu a {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
  }
  .u-vmenu ul li {
    list-style: none;
  }
  .u-vmenu ul ul {
    display: none;
    padding-bottom: 20px;
  }
  .u-vmenu ul ul ul {
    padding-right: 0px;
  }
  /*.u-vmenu>ul>li {
    background: url(../images/vmenu/zakladka.png) left top no-repeat;
    background-size: 100% auto;
    border-bottom: 1px solid #ccc;
  }*/
  .u-vmenu ul li a {
    line-height: 75px;
    display: block;
    font-size: 18px;
   /* font-size: 1.6rem;*/
    color: #333;
    text-decoration: none;
    outline: none;
    position: relative;
    text-transform: none;
    text-align: left;
  }
  
  .u-vmenu ul li a.sub-active {
	  color: #098542 !important;
    font-weight: 700;
  }

  .u-vmenu ul li a.selected {
    color: #01489a;
	  font-weight: 700;
  }
  .u-vmenu>ul>li>ul>li>a {
    text-transform: none;
    font-weight: 500;
    line-height: 33px;
  }

  .u-vmenu>ul>li>ul>li>ul>li>a {
    text-transform: none;
    font-weight: 500;
    line-height: 33px;
    font-weight: normal
  }

  .u-vmenu>ul>li>ul>li>ul>li>ul>li>a {
    text-transform: none;
    font-weight: 500;
    line-height: 33px;
  }
  .u-vmenu ul li a[data-option='on'] {
    color: #01489a;
	  font-weight: 700;
  }

  .u-vmenu ul li a[data-option='on']:after {
    background: url(/images/angle-right-solid.svg) right center no-repeat;
    content: "";
    width: 16px;
    position: absolute;
    right: 18px;
    top: 35%;
    height: 16px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .u-vmenu ul li ul li a[data-option='on']:after,
  .u-vmenu ul li ul li a[data-option='off']:after {
    right: 25px;
    background: transparent;
  }

  .u-vmenu ul li a[data-option='off']:after {
    background: url(/images/angle-right-solid.svg) right center no-repeat;
    content: "";
    width: 16px;
    position: absolute;
    right: 18px;
    top: 35%;
    height: 16px;
  }

  .u-vmenu a:hover {
    color: #098542;
  }

  #searchwrap {
    margin-right: 50px;
  }
  .mobile-icon-wrap {
    /*background-color: rgba(0,0,0,0.7);*/
    width: 100%;
    height: 80px;
    position: absolute;
    right: 27px;
  }
  .mobile-icon {
    color: #ffffff;
    height: 65px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
  }
  .mobile-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .mobile-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 36px;
    height: 2px;
    background-color: rgba(0, 0, 0, 1);
  }
  .mobile-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
  }

  .mobile-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
  }

  .mobile-icon-active span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }

  .mobile-icon-active span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }

  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);

    }

    100% {
      transform: translateY(0) rotate(45deg);
    }
  }

  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }

  .mobile-icon-inactive span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }

  .mobile-icon-inactive span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }

  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }

    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }

  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }

    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }

  .u-vmenu a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }

  @-webkit-keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .hide {
    display: none
  }

}

@media screen and (max-width: 600px) {
  .pad-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .overflow-sm-hide {
    overflow-x: hidden;
  }
  .text-white-sm {
    color: #fff;
  }
  .mb-90 {
    margin-bottom: 90px;
  }
  h1, .h1 {
    font-size: 2.125rem;
  }  
  header {
    height: 65px;
  }
  .navbar ul {
    padding-left: 0px;
    padding-right: 20px;
  }
  .u-vmenu ul li a {
    line-height: 50px;
  }
  
  main {
    margin-top: 65px;
  }
  .card.IRNews {
    min-height: 350px;
  }
  .profile-wrap {
    background: url('/images/img-sub-side-bg.jpg') bottom left no-repeat;
    padding: 30px 0px;
  }
  .profile-wrap .w-bg {
    background: transparent;
  }
  .footerLinks {
    flex-direction: column;
    gap: 5px;
  }
  .footerLinks li:not(:last-child) {
    border: none;
  }
  #image-map map {
    display: none;
  }
}