@font-face {
    font-family: Helevetica Regular;
    src: url('../fonts/Helevetica/HelveticaNeue-Roman.otf');
}
@font-face {
    font-family: Helevetica Light;
    src: url('../fonts/Helevetica/HelveticaNeue-Light.otf');
}
@font-face {
    font-family: Arial;
    src: url('../fonts/ARIAL.TTF');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Helevetica Regular,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: -webkit-fill-available;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5{
    font-family: Helevetica Regular,Helvetica,Arial,sans-serif;
    font-weight: bold;
}
p{
    font-family: Helevetica Regular,Helvetica,Arial,sans-serif;
}
label, span, ul, li, input{
    font-family: Helevetica Regular,Helvetica,Arial,sans-serif;
}
a{
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
}
input{
    outline: none;
}
table{
    width: 100%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-content:before,
.container-content:after {
    content: " ";
    display: table;
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.cotainer-content:after {
    clear: both;
}
.container{
    padding: 0;
    position: relative;
    width: 1592px;
    margin: 0 auto;
}
.row{
    position: relative;
}
.modal-open {
    overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: transparent;
}
.modal.fade .modal-dialog {
  -webkit-transition: 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}
.modal.in .modal-dialog {opacity: 1;}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-dialog {
    position: relative;
    margin: 0 auto;
    width: 544px;
    height: 100vh;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    padding-top: 255px;
    opacity: 0;
}
.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
    border-radius: 0;
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 11px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: transparent;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-body {
    position: relative;
    padding: 30px;
}
.modal-footer {
  text-align: center;
  padding: 22px 0;
  border-top: 1px solid #9c9d9f;
  margin: 0;
  padding: 50px;
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 26px;
}
.close{
    position: absolute;
    top: -15px;
    right: -15px;
    outline: none;
    z-index: 9;
    cursor: pointer;
    line-height: normal;
    width: 35px;
    height: 35px;
    background-color: #112d4e;
    padding: 6px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
}  
.logo img {
    width: 100%;
    margin-left: 0;
}
.logo {
    float: left;
    width: 360px;
}
.menu {
    float: left;
    width: calc(100% - 514px);
    margin-left: 154px;
    border-bottom: 1px solid #D6EADF;
}
.menu ul li {
    display: inline-block;
    margin-right: 47px;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 24px;
    position: relative;
}
.menu ul li:hover {
    font-weight: bolder;
}
.menu ul li ul li {
    font-weight: 500;
}
.lang {
    display: inline-block;
    width: 66px;
    float: right;
    margin-top: -45px;
}
.lang span {
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
}
.lang span a {
    color: #121212;
}
.lang span.active a{
    color: #047940;
}
.lang span:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    height: 21px;
    width: 1px;
    background-color: #121212;
    right: -1px;
}
.lang span:first-child {
    padding-right: 5px;
}
.header {
    padding: 50px 0px;
    padding-bottom: 32px;
}
.slider-home-item {
    position: relative;
}
.slider-home-item h2 {
    position: absolute;
    top: 81px;
    left: 9.5%;
    font-size: 84px;
    color: #ffffff;
    letter-spacing: 4px;
    font-family: Helevetica Light;
    letter-spacing: 2px;
}
.slider-home-item img {
    width: 100%;
    margin-bottom: -3px;
    height: 640px;
    object-fit: cover;
}
.menu ul li a {
    color: #047940;
}
.menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #047940;
    bottom: -81px;
}
.submenu ul li {
    display: block;
}
li.submenu ul {
    position: absolute;
    display: none;
    top: 40px;
    z-index: 9;
    background-color: rgb(242 242 242 / 80%);
    text-transform: unset;
    width: 200px;
}
li.submenu ul li {
    padding: 10px 23px;
    font-size: 16px;
    text-transform: initial!important;
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #D6EADF;
}
li.submenu:hover ul.submenu-list {
    display: block;
}
ul.submenu-list.second-dropdown {
    display: none!important;
    top: 0;
    left: 100%;
}
li.submenu ul li:last-child {
    border: 0;
}
li.submenu-second:hover ul.submenu-list.second-dropdown {
    display: block!important;
}
.content h2 {
    color: #F69220;
    font-size: 32px;
    font-family: Arial;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.content p {
    color: #121212;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 24px;
}
.content h3 {
    color: #047940;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}
.content ol {
    list-style: decimal;
    margin-left: 19px;
    font-size: 24px;
    font-family: Arial;
}
.slider .slider-home {
    margin-right: 8.5%;
    overflow-x: hidden;
    position: relative;
}
.slider{
    background-color: #047940;
}
.content-about {
    padding: 72px 0;
    position: relative;
}
.content-about h2 {
    color: #F69220;
    font-size: 32px;
    font-family: Arial;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.content-about h3 {
    color: #047940;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}
.content-about p {
    color: #121212;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 24px;
}
.content-about span {
    font-size: 18px;
    text-transform: uppercase;
}
.content-about span a {
    color: #F69220;
}
.grid-content {
    width: 37%;
    float: left;
    height: 640px;
    background-color: #EFEFEF;
    padding-left: 40px;
    padding-right: 12%;
    padding-top: 60px;
}
.grid-img {
    width: 27.5%;
    float: left;
    height: 640px
}
.grid-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.grid-content img {
    width: 360px;
    margin-bottom: 50px;
}
.grid-content p {
    color: #121212;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 24px;
}
.grid-content.first-grid {
    padding-left: 0;
    background-color: #047940;
    padding-right: 58px;
    padding-top: 130px;
    width: 35.5%;
}
.grid-content.first-grid h2 {
    color: #F69220;
    font-size: 32px;
    font-family: Arial;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.grid-content.first-grid p {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: Helevetica Regular;
}
.slider-home .swiper-pagination-bullet {
    width: 44px;
    border-radius: unset;
    height: 5px;
    background-color: #ffffff;
    opacity: 1;
}
.slider-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F69220;
}
.slider-home .swiper-pagination {
    text-align: right;
    padding-right: 50px;
    bottom: 34px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #ffffff;
    font-size: 27px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 54px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 54px;
}
.grid-esg-item {
    float: left;
    width: calc(33.3333333% - 28px);
    margin: 0 14px;
    position: relative;
}
.grid-esg-item img {
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grid-esg-item:hover img {
    -webkit-filter: unset; /* Safari 6.0 - 9.0 */
    filter: unset;
}
.grid-esg-item span {
    padding: 30px 0;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 35px;
    font-family: 'Arial';
    background-color: #047940;
    font-size: 32px;
    width: 294px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grid-esg-item span.active {
    padding: 30px 0;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 35px;
    font-family: 'Arial';
    background-color: #F69220;
    font-size: 32px;
    width: 294px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
.grid-esg-item:hover span{
    opacity: 0;
}
.grid-esg-item:hover span.active{
    opacity: 1;
}
.content-about.esg-home:before {
    content: '';
    width: 100%;
    height: calc(100% - 150px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D6EADF;
}
.swiper-container{
    overflow-x: hidden;
    position: relative; 
}
.content-about.esg-home .row {
    margin: 0 -14px;
}
.content-news {
    padding-bottom: 15px;
}
.title {
    color: #F69220;
    font-size: 32px;
    font-family: Arial;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.grid-item-news {
    background-color: #EFEFEF;
}
.wrapper-grid-news {
    padding: 24px 34px;
}
.wrapper-grid-news h3 {
    font-size: 32px;
    font-family: Arial;
    margin-bottom: 16px;
    color: #121212;
    min-height: 110px!important;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wrapper-grid-news p {
    color: #121212;
    font-family: Arial;
    font-size: 24px;
    margin-bottom: 30px;
    min-height: 84px!important;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
span.btn-more {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    background-image: url(../img/icon/arrow-more.svg);
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right;
}
span.btn-more a {
    color: #F69220;
}
span.btn-more:before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #F69220;
    right: -6px;
    top: -2px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
span.btn-more:hover:before{
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grid-item-news:hover {
    background-color: #047940;
}
.grid-item-news:hover h3, .grid-item-news:hover p {
    color: #ffffff;
}
.slide-news-home .swiper-button-next:after, .slide-news-home .swiper-button-prev:after {
    font-size: 0;
}
.slide-news-home .swiper-button-next, .slide-news-home .swiper-button-prev {
    bottom: 21px;
    top: unset;
    width: 28px;
    height: 24px;
    z-index: 9;
}
.slide-news-home .swiper-button-next, .slide-news-home .swiper-rtl .swiper-button-prev {
    background-image: url(../img/icon/caret.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.slide-news-home .swiper-button-prev, .slide-news-home .swiper-rtl .swiper-button-next {
    background-image: url(../img/icon/caret.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    transform: rotate(180deg);
}
.swiper-container.slide-news-home {
    padding-bottom: 80px;
    border-bottom: 1px solid #D6EADF;
}
.slide-news-home .swiper-button-next.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-image: url(../img/icon/caret-disabled.svg);
    transform: rotate(180deg);
}
.slide-news-home .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-image: url(../img/icon/caret-disabled.svg);
    transform: unset;
}
.newsletter {
    background-color: #047940;
    padding: 123px 0;
    text-align: center;
}
.newsletter h3 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 64px;
}
.newsletter input {
    font-size: 24px;
    width: 640px;
    border: 0;
    padding: 22px 33px;
    font-family: 'Arial';
    margin-right: 45px;
}
.newsletter button {
    text-transform: uppercase;
    border: 0;
    padding: 17px 42px;
    font-family: 'Arial';
    font-size: 32px;
    font-weight: bold;
    background-color: #F69220;
    color: #ffffff;
    height: 72px;
}
.checkbox-newsletter {
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}
.checkbox-newsletter input {
    width: auto;
    margin-right: 10px;
    position: absolute;
    opacity: 0;
}
.checkbox-newsletter label {
    font-size: 18px;
    font-family: Helevetica Regular;
    color: #ffffff;
    position: relative;
}
.checkbox-newsletter label:before{
    content: "";
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}
.checkbox-newsletter input[type=checkbox]:checked + label:before {
    background: transparent;
}
.checkbox-newsletter input[type=checkbox]:checked + label:after  {
    content: "";
    position: absolute;
    left: 6.8px;
    top: 12px;
    background: #ffffff;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
    transform: rotate(45deg);
}
.footer {
    background-color: #404040;
    padding: 41px 0;
    position: relative;
}
.address-footer img {
    margin-left: 0px;
    width: 330px;
}
.address-footer {
    float: left;
    width: 432px;
}
.row.menu-footer {
    float: left;
    width: calc(100% - 432px);
    padding-left: 105px;
    margin-bottom: 50px;
}
.row.menu-footer ul {
    float: left;
    width: 16.6666666666667%;
    padding-right: 35px;
}
.row.menu-footer ul li h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.row.menu-footer li a {
    color: #ffffff;
    display: block;
    padding-right: 5px;
}
.row.menu-footer li {
    font-size: 16px;
    font-family: 'Arial';
    margin-bottom: 10px;
}
.row.menu-footer li a span {
    display: block;
    color: #B5B5B5;
}
.content-address h3 {
    margin-bottom: 20px;
}
.content-address p {
    margin-bottom: 20px;
}
.content-address span {
    display: block;
    margin-bottom: 5px;
}
.content-address {
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 77px;
    font-family: 'Arial';
}
.row.copyright {
    clear: both;
    padding-top: 24px;
    border-top: 1px solid #FFFFFF;
}
.row.copyright h4 {
    font-family: 'ARIAL';
    font-weight: 500;
    color: #ffffff;
}
.banner-content {
    position: relative;
    background-color: #007C39;
    height: 364px;
    padding-right: 8.5%;
}
.banner-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content.barito-spirit-page ul {
    list-style-type: decimal;
    margin-left: 26px;
    font-size: 24px;
    font-family: 'Arial';
}
.content.barito-spirit-page ul li {
    margin-bottom: 20px;
}
.content.barito-spirit-page ul li span {
    font-size: 24px;
    font-family: 'Arial';
    display: block;
    margin-bottom: 16px;
}
.content.barito-spirit-page ul li span.answer {
    color: #047940;
}
.content {
    padding: 85px 0;
}
.who-we-are-content {
    margin-bottom: 55px;
}
.grid-item-values {
    float: left;
    width: 25%;
    padding: 65px 35px;
    color: #ffffff;
}
.grid-item-values:nth-child(1) {
    background-color: #94D0B3;
}
.grid-item-values:nth-child(2) {
    background-color: #70BE98;
}
.grid-item-values:nth-child(3) {
    background-color: #55AC81;
}
.grid-item-values:nth-child(4) {
    background-color: #409F70;
}
.grid-item-values h4 {
    font-weight: bolder;
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 74px;
    border-bottom: 4px solid #047940;
    margin-bottom: 39px;
}
.grid-item-values p {
    color: #ffffff;
    font-size: 24px;
}
.container.who-values-content:before {
    content: '';
    position: absolute;
    background-color: #D6EADF;
    width: 1000%;
    bottom: -190px;
    left: -100%;
    height: 100%;
}
.img-organization img {
    width: 100%;
}
.img-organization {
    margin-top: 50px;
}
.image-comissioner {
    float: left;
    width: 449px;
}
.image-comissioner img {
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    height: 505px;
    object-fit: contain;
}
.board-list .row {
    height: 505px;
    position: relative;
    margin-bottom: 150px;
}
.content-commisioner {
    float: left;
    width: calc(100% - 449px);
    height: 100%;
    position: relative;
    padding-left: 73px;
}
.content-commisioner h4 {
    font-size: 32px;
    font-weight: 500;
    color: #047940;
}
.content-commisioner span {
    display: block;
    font-size: 24px;
}
.content-commisioner p {
    margin-top: 52px;
    margin-bottom: 0;
}
.bottom-content-commisioner {
    position: absolute;
    bottom: 0;
}
ul.breadcrumb {
    margin-bottom: 110px;
}
ul.breadcrumb li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
ul.breadcrumb li a {
    color: #121212;
}
ul.breadcrumb li:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #121212;
    top: 0;
    right: -16px;
}
ul.breadcrumb li:last-child:before {
    display: none;
}
.grid-img-business {
    float: left;
    width: 544px;
}
.grid-img-business img {
    width: 100%;
}
.grid-content-business {
    float: left;
    width: calc(100% - 544px);
    padding-left: 64px;
}
.grid-content-business span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
ul.breadcrumb li.active a {
    color: #047940;
}
.content.news-page .grid-item-news {
    float: left;
    width: calc(33.333333333% - 28px);
    margin: 0 14px;
}
.grid-item-news img {
    width: 100%;
}
.content.news-page .row {
    margin: 0 -14px;
}
.news-content-all {
    margin-bottom: 150px;
}
span.view-all {
    float: right;
    display: block;
}
span.view-all a {
    color: #B5B5B5;
}
.news-content-all .row {
    margin-bottom: 35px!important;
}
.content.news-page.list-news .grid-item-news {
    margin-bottom: 28px;
}
.content.news-page.list-news span.view-all {
    margin-top: -50px;
}
.content.news-page.list-news .news-content-all {
    margin: 0;
}
.pagination {
    text-align: center;
}
.pagination li {
    display: inline-block;
    font-size: 32px;
    font-family: Arial;
    margin: 0 25px;
}
.pagination li a {
    color: #B5B5B5;
}
.pagination li.active a {
    color: #047940;
}
.pagination li:hover a {
    color: #047940;
}
.content.detail-news-page ul.breadcrumb {
    margin-bottom: 100px;
}
.content.detail-news-page span.view-all {
    position: absolute;
    top: 0;
    right: 0;
}
.content.detail-news-page ul.breadcrumb li:before {
    background-color: transparent;
    content: '>';
    right: -12px;
}
ul.detail-news-information {
    font-family: Helevetica Regular;
    font-size: 18px;
    color: #B5B5B5;
    margin-bottom: 17px;
}
ul.detail-news-information li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
ul.detail-news-information li:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #B5B5B5;
    top: 0;
    right: -16px;
}
ul.detail-news-information li:last-child:before {
    display: none;
}
ul.detail-news-information li img {
    margin-right: 12px;
}
.content-detail-news h3 {
    margin-bottom: 65px;
    width: calc(100% - 432px);
}
.grid-detail-news {
    float: left;
    width: calc(100% - 432px);
    padding-right: 50px;
    border-right: 1px solid #047940;
}
.grid-detail-other {
    float: left;
    width: 432px;
    padding-left: 50px;
}
.grid-detail-news img {
    width: 100%;
    margin-bottom: 80px;
}
.pdf-item img {
    width: auto;
    margin: 0;
}
.pdf-item span {
    font-size: 24px;
    color: #047940;
    display: block;
    font-family: 'Arial';
}
.pdf-item {
    text-align: center;
    display: inline-block;
    margin-left: 45px;
}
.pdf-content {
    text-align: right;
    margin-top: 90px;
}
.item-other p {
    min-height: 61px!important;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 20px;
}
.grid-detail-other h4 {
    font-size: 24px;
    font-family: Arial;
    margin-bottom: 30px;
    color: #047940;
}
.milestone-content {
    position: relative;
    padding: 82px;
    background-color: rgb(214 234 223 / 50%);
    overflow-x: auto;
    height: 1000px;
    overflow-y: hidden;
}
.grid-milestone {
    float: left;
    width: 334px;
    position: relative;
    top: 100%;
    transform: translateY(-100%);
    margin-right: 150px;
}
.row.milestone-list {
    width: 2500px;
    height: 100%;
}
.grid-milestone p, .grid-milestone li {
    font-size: 18px;
    font-family: Helevetica Regular;
    margin-bottom: 16px;
}
.grid-milestone img {
    background-color: #047940;
    padding-left: 13px;
    padding-bottom: 13px;
    margin-bottom: 61px;
}
.grid-milestone:before {
    content: '';
    height: 27px;
    width: 505px;
    background-color: rgb(88 213 175 / 25%);
    position: absolute;
    left: 0;
    bottom: 31px;
}
.grid-milestone:last-child:before {
    display: none;
}
.grid-milestone span {
    font-size: 24px;
    display: block;
    width: 86px;
    height: 86px;
    font-weight: bold;
    background-color: #047940;
    border-radius: 50%;
    padding: 27px 14px;
    text-align: center;
    color: #ffffff;
    position: relative;
}
.grid-milestone span:before {
    content: '';
    height: 88px;
    width: 4px;
    background-color: #047940;
    position: absolute;
    top: -70px;
    left: 39px;
}
.grid-milestone ul {
    list-style: disc;
    margin-left: 20px;
}
p.content-detail-milestone {
    position: absolute;
    width: 796px;
    color: #047940;
}
.table-report td {
    padding: 25px 25px;
    font-size: 32px;
    font-family: 'Arial';
}
.table-report tr:nth-child(even) {
    background-color: #D6EADF;
}
.table-report td span {
    font-size: 24px;
    position: relative;
    display: block;
    text-align: center;
}
.table-report td img {
    margin-right: 10px;
}
.table-report td span a {
    color: #121212;
}
.table-report td span:before {
    content: '';
    height: 29px;
    width: 1px;
    position: absolute;
    background-color: #808080;
    top: 0;
    right: -30px;
}
.table-report td:last-child span:before {
    display: none;
}
.table-report td:nth-child(3) span:before {
    right: -29px;
}
.table-report td:nth-child(4) span:before {
    right: -27px;
}
.table-report table {
    margin-bottom: 100px;
}
.supporting-grid {
    float: left;
    width: calc(50% - 72px);
    background-color: #D6EADF;
    padding: 60px;
    margin: 0 36px;
    margin-bottom: 72px;
}
.content.supporting-page .row.supporting-content {
    margin: 0 -36px;
    margin-top: 80px;
}
.supporting-grid h4 {
    font-weight: 500;
    font-family: 'Arial';
    font-size: 32px;
    color: #047940;
}
.supporting-grid p {
    font-size: 24px;
    color: #121212;
}
.supporting-grid span {
    font-size: 24px;
    color: #121212;
    display: block;
}
.content.esg-page ul {
    list-style: decimal;
    margin-left: 29px;
    color: #121212;
    font-family: Arial;
    font-size: 24px;
}
.content.esg-page ul li {
    color: #121212;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 24px;
}
.comittee-grid {
    float: left;
    margin: 0 62px;
    width: calc(33.33333333% - 124px);
}
.content.esg-page .row.comittee-content {
    margin: 0 -62px;
}
.comittee-grid img {
    margin-bottom: 45px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 100%;
}
.comittee-grid span {
    color: #121212;
    margin-bottom: 45px;
    font-family: Arial;
    font-size: 24px;
    display: block;
}
.comittee-grid h4 {
    color: #047940;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}
.content.esg-page ul li ul {
    list-style: disc;
    margin-top: 20px;
}
.row.bakti-barito-content {
    margin-top: 55px;
    margin-bottom: 116px;
}
.img-bakti-barito {
    float: left;
    width: 760px;
}
.img-bakti-barito img {
    width: 100%;
}
.content-bakti-barito {
    float: left;
    width: calc(100% - 760px);
    padding-left: 72px;
}
.content-bakti-barito h4 {
    font-family: Arial;
    font-size: 32px;
    margin-bottom: 30px;
}
.bakti-barito-meaning {
    background-color: #D6EADF;
}
.bakti-barito-meaning img {
    margin-bottom: 85px;
}
.content.bakti-barito-meaning span {
    font-size: 18px;
    display: inline-block;
    margin-right: 140px;
}
.content.bakti-barito-meaning span a {
    color: #047940;
}
.content-address ul {
    margin-top: 60px;
}
.content-address li {
    display: inline-block;
    margin: 0 25px;
}
.content-address li img {
    width: 36px;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.row.menu-footer ul li.footer-sub ul {
    display: none;
    width: 100%;
}
li.footer-sub a {
    position: relative;
}
li.footer-sub a:before {
    content: '+';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: -1px;
    font-size: 16px;
}
li.footer-sub a.active:before {
    content: '-';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: -4px;
    font-size: 18px;
}
li.footer-sub ul a:before{
    display: none;
}
.row.menu-footer li.footer-sub ul {
    margin-top: 10px;
}
.content-business {
    position: relative;
    background-color: #EFEFEF;
}
.content-business:before {
    content: ''; 
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #047940;
}
.content-business:after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #EFEFEF;
}
.content.our-business-page .content-business:before, .content.our-business-page .content-business:after {
    display: none;
}
.content.our-business-page .content-business {
    background-color: transparent;
}
@media (max-width: 1700px){
    .container {
        width: 100%;
        margin: 0;
        padding: 0 5%;
    }
    .logo {
        float: left;
        width: 350px;
    }
    .menu {
        float: left;
        width: calc(100% - 405px);
        margin-left: 55px;
        border-bottom: 1px solid #D6EADF;
    }
    .slider-home-item h2{
        left: 5%;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 2%;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 2%;
    }
    .slider .slider-home {
        margin-right: 5%;
    }
    .grid-content.first-grid {
        padding-left: 5%;
    }
    .grid-content {
        width: 33%;
        padding-right: 5%;
    }
    .grid-img {
        width: 31.5%;
    }
    .content.detail-news-page span.view-all {
        position: absolute;
        top: 0;
        right: 5%;
    }
}
@media (max-width: 1500px){
    .content h2 {
        font-size: 28px;
    }
    .content h3 {
        font-size: 32px;
    }
    .content p,
    .content ol {
        font-size: 16px;
    }
    .logo {
        float: left;
        width: 280px;
    }
    .menu {
        float: left;
        width: calc(100% - 335px);
    }
    .menu ul li{
        font-size: 16px;
        margin-right: 30px;
    }
    li.submenu ul li {
        font-size: 14px;
    }
    .lang span {
        font-size: 16px;
    }
    .slider-home-item h2 {
        top: 85px;
        font-size: 65px;
    }
    .slider-home-item img {
        height: 500px;
    }
    .content-about h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .content-about h3 {
        font-size: 32px;
    }
    .content-about p {
        margin-bottom: 20px;
        font-size: 16px;
    }
    span.btn-more {
        font-size: 14px;
        text-transform: uppercase;
    }
    .grid-content,
    .grid-img {
        height: 510px;
    }
    .grid-content.first-grid p {
        font-size: 32px;
    }
    .grid-content.first-grid h2 {
        font-size: 28px;
    }
    .grid-content img {
        width: 230px;
        margin-bottom: 40px;
    }
    .grid-content p {
        font-size: 16px;
    }
    .grid-esg-item span,
    .grid-esg-item span.active {
        padding: 20px 0;
        font-size: 24px;
        width: 250px;
    }
    .wrapper-grid-news h3 {
        font-size: 28px;
        min-height: 89px!important;
    }
    .wrapper-grid-news p {
        font-size: 16px;
    }   
    .newsletter h3 {
        font-size: 32px;
    }
    .newsletter input {
        font-size: 16px;
        width: 540px;
        border: 0;
        padding: 15px 20px;
        font-family: 'Arial';
        margin-right: 30px;
    }
    .newsletter button {
        text-transform: uppercase;
        border: 0;
        padding: 2px 29px;
        font-family: 'Arial';
        font-size: 24px;
        font-weight: bold;
        background-color: #F69220;
        color: #ffffff;
        height: 49px;
        position: relative;
        top: 2.5px;
    }
    .address-footer {
        float: left;
        width: 375px;
    }
    .content-address {
        margin-top: 40px;
        margin-bottom: 55px;
        font-size: 14px;
    }
    .row.menu-footer {
        float: left;
        width: calc(100% - 375px);
        padding-left: 50px;
        margin-bottom: 50px;
    }
    .row.menu-footer li {
        font-size: 14px;
    }
    .row.copyright h4 {
        font-size: 14px;
    }
    .content-commisioner h4 {
        font-size: 24px;
    }
    .content-commisioner span {
        display: block;
        font-size: 16px;
    }
    .image-comissioner {
        float: left;
        width: 380px;
    }
    .image-comissioner img{
        height: 425px;
    }
    .content-commisioner {
        float: left;
        width: calc(100% - 380px);
        height: 100%;
        position: relative;
        padding-left: 55px;
    }
    .board-list .row {
        height: 425px;
        position: relative;
        margin-bottom: 50px;
    }
    .img-bakti-barito {
        float: left;
        width: 560px;
    }
    .content-bakti-barito {
        float: left;
        width: calc(100% - 560px);
        padding-left: 40px;
    }
    .content-bakti-barito h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .row.bakti-barito-content {
        margin-top: 55px;
        margin-bottom: 30px;
    }
    .content.bakti-barito-meaning span {
        font-size: 14px;
        display: inline-block;
        margin-right: 60px;
    }
    .table-report td {
        padding: 20px 20px;
        font-size: 24px;
    }
    .table-report td span {
        font-size: 16px;
    }
    .table-report td img {
        margin-right: 10px;
        width: 24px;
    }
    .table-report td:nth-child(odd) img {
        width: 18px;
    }
    .content.esg-page ul li {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .comittee-grid h4 {
        font-size: 24px;
    }
    .comittee-grid span {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .comittee-grid {
        float: left;
        margin: 0 30px;
        width: calc(33.33333333% - 60px);
    }
    .content.esg-page .row.comittee-content {
        margin: 0 -30px;
    }
    .supporting-grid h4 {
        font-size: 24px;
    }
    .supporting-grid span {
        font-size: 16px;
    }
    .supporting-grid {
        width: calc(50% - 30px);
        padding: 35px;
        margin: 0 15px;
        margin-bottom: 30px;
    }
    .content.supporting-page .row.supporting-content {
        margin: 0 -15px;
    }
    .pagination li {
        font-size: 24px;
        margin: 0 15px;
    }
    .grid-milestone p, .grid-milestone li {
        font-size: 16px;
    }
    .milestone-content {
        position: relative;
        padding: 30px;
        background-color: rgb(214 234 223 / 50%);
        overflow-x: auto;
        height: 800px;
        overflow-y: hidden;
    }
    .content-detail-news h3 {
        margin-bottom: 40px;
    }
    .item-other p {
        min-height: 52px!important;
    }
    .grid-detail-news img {
        margin-bottom: 50px;
    }
    ul.detail-news-information {
        font-family: Helevetica Regular;
        font-size: 16px;
    }
    .pdf-item img {
        width: auto;
        margin-bottom: 10px;
    }
    .pdf-item span {
        font-size: 16px;
    }
    .pdf-item {
        margin-left: 25px;
    }
    .wrapper-grid-news p {
        min-height: 56px!important;
    }
    .grid-img-business {
        float: left;
        width: 400px;
    }
    .grid-content-business {
        float: left;
        width: calc(100% - 400px);
        padding-left: 40px;
    }
    .grid-item-values h4 {
        font-size: 24px;
        padding-bottom: 40px;
        border-bottom: 4px solid #047940;
        margin-bottom: 30px;
    }
    .grid-item-values {
        padding: 35px 25px;
    }
    .content.barito-spirit-page ul li span {
        font-size: 16px;
    }
    .content.barito-spirit-page ul {
        margin-left: 19px;
        font-size: 16px;
        font-family: 'Arial';
    }
}
@media (max-width: 1200px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .menu {
        position: fixed;
        margin: 0;
        width: 100%;
        left: 0;
        top: 0;
        background-color: #ffffff;
        opacity: 0;
        z-index: -1;
        height: 100%;
        padding: 50px;
        padding-top: 85px;
        transition: all 0.25s;
    }
    .menu:before {
        display: none;
    }
    .menu ul li {
        margin: 0;
        display: block;
    }
    .menu ul {
        text-align: center;
    }
    .lang {
        display: block;
        width: auto;
        float: unset;
        margin: 0;
        text-align: center;
    }
    li.submenu ul {
        position: relative;
        width: 100%;
        background-color: transparent;
        top: 0;
    }
    ul.submenu-list.second-dropdown {
        left: 0;
        margin: 0;
        top: 0;
        padding: 0;
    }
    li.submenu ul li.submenu-second {
        padding: 0;
    }
    .menu.menu-collapsed {
        opacity: 1;
        z-index: 9999;
        transition: all 0.25s;
    }
    .header {
        padding: 15px 0px;
        padding-bottom: 0;
    }
    .slider .slider-home {
        margin-right: 5%;
        padding-top: 40px;
    }
    .bar:after, .bar:before, .bar {
        transition: all 0.25s;
        content: "";
        position: absolute;
        right: 0;
        height: 4px;
        width: 20px;
        border-radius: 0;
        background-color:#047940;
    }
    .bar {
        right: 5%;
        top: 32px;
    }
    .bar:before {
        top: -8px;
    }
    .bar:after {
        top: 8px;
    }
    .menu .bar {
        top: 55px;
        background-color: transparent;
    }
    .menu .bar:before {
        transform: rotate(45deg);
    }
    .menu .bar:after {
        transform: rotate(-45deg);
        top: -8px;
    }
    .slider-home-item h2 {
        top: 85px;
        font-size: 32px;
        left: 10%;
        text-align: center;
    }
    .slider-home-item img {
        height: 430px;
    }
    .content-about {
        padding: 30px 0;
        position: relative;
    }
    .grid-content {
        width: 100%;
    }
    .grid-content, .grid-img {
        height: auto;
    }
    .grid-content.first-grid {
        padding-top: 40px;
        width: 100%;
        padding-bottom: 40px;
    }
    .grid-content{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 40px;
    }
    .grid-img {
        width: 100%;
    }
    .content-about.esg-home .row {
        margin: 0;
    }
    .grid-esg-item {
        float: left;
        width: 100%;
        margin: 0;
        position: relative;
        margin-bottom: 20px;
    }
    .newsletter input {
        width: 100%;
        margin-bottom: 20px;
    }
    .checkbox-newsletter {
        width: 100%;
        margin: 0 auto;
        margin-top: 18px;
    }
    .address-footer {
        float: left;
        width: 100%;
    }
    .row.menu-footer {
        float: left;
        width: 100%;
        padding-left: 0;
        margin-bottom: 50px;
    }
    .row.menu-footer ul {
        float: left;
        width: 100%;
    }
    .row.menu-footer li {
        font-size: 12px;
    }
    .banner-content {
        position: relative;
        background-color: #007C39;
        height: 160px;
        padding-right: 5%;
    }
    .content {
        padding: 35px 0;
    }
    .grid-item-values {
        float: left;
        width: 100%;
    }
    .grid-milestone img {
        width: 100%;
    }
    .image-comissioner {
        float: left;
        width: 100%;
    }
    .content-commisioner {
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .bottom-content-commisioner {
        position: relative;
        bottom: 0;
    }
    .board-list .row {
        height: auto;
    }
    .grid-content-business {
        float: left;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .grid-img-business {
        float: left;
        width: 100%;
    }
    .content.supporting-page .row.supporting-content {
        margin: 0;
    }
    .supporting-grid {
        width: 100%;
        padding: 35px;
        margin: 0;
        margin-bottom: 30px;
    }
    .content.news-page .grid-item-news {
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .content.news-page .row {
        margin: 0;
    }
    .content.detail-news-page ul.breadcrumb {
        margin-bottom: 30px;
    }
    .content-detail-news h3 {
        width: 100%;
    }
    .grid-detail-news {
        float: left;
        width: 100%;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #047940;
        margin-bottom: 50px;
    }
    .grid-detail-other {
        float: left;
        width: 100%;
        padding-left: 0;
    }
    .comittee-grid {
        float: left;
        margin: 0;
        width: 100%;
    }
    .table-report td {
        padding: 10px 18px;
        font-size: 11px;
    }
    .table-report td:nth-child(odd) img {
        width: 12px;
    }
    .table-report td img {
        margin-right: 10px;
        width: 17px;
    }
    .table-report td span:before {
        height: 17px;
    }
    .table-report td span {
        font-size: 11px;
    }
    .content.esg-page .row.comittee-content {
        margin: 0;
    }
    .img-bakti-barito {
        float: left;
        width: 100%;
    }
    .content-bakti-barito {
        float: left;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 1200px){
  .image-comissioner img {
      height: auto;
      margin-bottom: 10px;
  }
}