/*========================================*/
/* Sido Muncul by ShareInvestor Indonesia */
/*========================================*/

:root {
  --black: #000;
  --white: #fff;
  --yellow: #e7d420;
  --brown: #82401a;
  --dark-grey: #3e3e3e;
  --light-grey: #cacaca;
  --soft-grey: #f4f4f4;
  --green: #76ba1b;
  --fontAwesome: 'FontAwesome';
}

/*page history*/
.page-history .sub-judul{
  text-transform: uppercase;
  color: var(--yellow);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0 auto 30px;
}
.page-history .sub-judul.mini{
  color: var(--black);
  margin: 0 auto 30px;
}
.page-history.section .fp-tableCell{
  padding-top: 70px;
}
.page-history .t-year{
  color: var(--yellow);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-bottom: 30px;
}
.page-history .t-desc{
  font-size: 18px;
}
.page-history .col-img.blockB img{
  float: right;
}
.page-history .box{
  margin: 50px auto 0;
}
.page-history .timeline-wrap{
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}
.page-history#section-01 .fp-tableCell{
  vertical-align: middle;
  padding-top: 0;
}
.page-history .line-bullet{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 30%;
  height: 100vh;
}
.page-history .line-bullet img{
  width: auto;
  height: 100%;
}
.anchor-down{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: var(--brown);
  cursor: pointer;
  z-index: 20;
  animation: bounce 2s infinite;
}
.anchor-down i{
  font-size: 30px;
}

.no-fullpage{
  position: relative;
  min-height: 100vh;
  padding: 150px 0 80px 0;
}
.no-fullpage .box{
  margin: 80px auto 0;
}
.bottom-decor{
  padding: 150px 0 200px 0;
}
.bottom-decor:after{
  content: "";
  background: url(../images/decor-rempah.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
  height: 150px;
  z-index: -1;
}

/*page visi misi*/
.page-visi-misi h1.line:before, 
.page-visi-misi h1.line:after{
  width: 32%;
}
.page-visi-misi .sub-judul{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--yellow);
}
.page-visi-misi .col-img img{
  max-height: 120px;
}
.page-visi-misi .row{
  margin: 30px -15px 0;
  display: flex;
}
.page-visi-misi .col{
  align-self: center;
}
.page-visi-misi .col-text .text{
  padding-right: 150px;
}
.page-visi-misi .sub-judul.misi{
  margin-top: 80px;
}
.page-visi-misi .col-text ul li{
  font-size: 18px;
  margin-bottom: 30px;
}

/*page awards*/
.page-awards .categories{
  display: inline-block;
}
.page-awards .categories .text{
  display: inline-block;
  padding-right: 10px;
}
.page-awards .categories button{
  background: var(--light-grey);
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 10px 20px;
  margin-right: 10px;
}
.page-awards .categories button:hover{
  background: var(--yellow);
}
.page-awards .categories button.active{
  background: var(--yellow);
}
.page-awards .box-awards{
  margin: 30px auto 0;
}
.page-awards .pinned{
  margin: 50px auto 0;
}
.page-awards .big-col .inner-box{
  position: relative;
  background: var(--white);
  box-shadow: 1px 1px 5px 5px var(--light-grey);
  padding: 30px 10px;
  display: flex;
}
.page-awards .big-col .inner-box:before{
  content: '\f02e';
  font-family: var(--fontAwesome);
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 20px;
  color: var(--brown);
  font-size: 35px;
} 
.page-awards .big-col .col-img{
  align-self: center;
}
.page-awards .big-col .col-text{
  padding-left: 80px;
  align-self: center;
}
.page-awards .big-col .text{
  padding-top: 30px;
}
.page-awards .col-img img{
  max-height: 250px;
}
.page-awards .t-title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 20px;
  text-transform: capitalize;
}
.page-awards .small-col{
  margin: 30px auto 0;
  padding-left: 0;
}
.page-awards .small-col:nth-child(1n+1){
  padding-left: 15px;
  padding-right: 0;
}
.page-awards .small-col.display-none{
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
.page-awards .inner-box{
  background: var(--soft-grey);
  padding: 30px 22px;
  height: 400px;
  overflow: hidden;
}
.page-awards .inner-box.big{
  height: 550px;
}
.page-awards .inner-box img{
  max-height: 200px;
  float: left;
  margin: 0 20px 0 0;
  width: 300px;
  height: 200px;
  /*object-fit: cover;*/
  object-fit: contain;
  object-position: center;
  /*border: 1px solid var(--light-grey);*/
  margin-bottom: 20px;
}
.page-awards .inner-box img.no-image{
  border: 1px solid var(--white)
}
.page-awards .small-col .inner-box .t-title{
  max-width: 205px;
  margin-bottom: 10px;
  display: flex;
}

/*paging*/
.col-pager{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 50px auto;
  text-align: center;
}
.pager a,
.pager span{
  display: block;
  float: left;
  list-style: none;
  color: var(--brown);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--yellow);
  background: var(--white);
  margin: 0;
  padding: 10px;
  height: 42px;
}
.pager span{
  pointer-events: none;
}
.pager a.jp-current,
.pager a:hover{
  background: var(--yellow);
  color: var(--brown);
}
.pager a.jp-disabled{
  opacity: 0.4;
  pointer-events: none;
}
.pager a.jp-disabled:hover{
  background: transparent;
}
.mix{
  display: none;
}
.pager a.jp-previous,
.pager a.jp-next{
  position: relative;
  color: transparent;
  width: 30.91px;
}
.pager a.jp-previous:after{
  content: '\f04a';
  font-family: var(--fontAwesome);
  display: block;
  color: var(--brown);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pager a.jp-next:after{
  content: '\f04e';
  font-family: var(--fontAwesome);
  display: block;
  color: var(--brown);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*.pager .arrow{
  cursor: pointer;
}
.pager .arrow:hover{
  background: var(--yellow);
}
.pager div{
  float: left;
  border: 1px solid var(--yellow);
  margin: 0;
  padding: 10px;
  height: 42px;
}
.pager div.disabled{
  opacity: 0.4;
  pointer-events: none;
}
.pager div.disabled:hover{
  background: none;
}
.pager .pageNumbers{
  padding: 0;
  display: flex;
}
.pager .pageNumbers a{
  display: flex;
  padding: 0 10px;
  color: var(--brown);
  height: 100%;
  border-right: 1px solid var(--yellow);
  align-items: center;
}
.pager .pageNumbers a:last-child{
  border-right: none;
}
.pager .pageNumbers a:hover{
  background: var(--yellow);
}
.pager .pageNumbers a.active{
  background: var(--yellow);
}
.pager {
  overflow: hidden;
}*/

/*========*/

/*page boc bod*/
.page-boc .inner-box{
  position: relative;
  background: url(../images/boc_bod/bg-grey-profile.png) bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  padding: 30px 22px;
  overflow: hidden;
  transition: all .4s ease;
}
.page-boc .col-profile{
  margin-bottom: 30px;
}
.page-boc .text{
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
}
.page-boc .t-name{
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.page-boc .t-name:after{
  content: '';
  width: 100px;
  height: 1px;
  background: var(--yellow);
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.page-boc .t-job{
  font-size: 18px;
  margin-top: 20px;
}
.page-boc .img-profile{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 320px;
}
.page-boc .overlay{
  position: absolute;
  width: 100%;
  height: 0;
  background: rgba(255,255,255,.7);
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .4s ease;
}
.page-boc .overlay .button{
  display: none;
  margin: 120px auto 0;
  background: var(--white);
  color: var(--brown);
  border: 1px solid var(--brown);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.page-boc .overlay .button:hover{
  background: var(--dark-grey);
  color: var(--white);
  border-color: var(--dark-grey);
}
.page-boc .inner-box:hover .overlay{
  height: 100%;
}
.page-boc .inner-box:hover .overlay .button{
  display: block;
}
.page-boc .inner-box:hover .t-name{
  color: var(--brown);
  z-index: 2;
}

/*detail boc*/
.page-detail-boc .inner-box{
  background: var(--light-grey);
  padding: 30px 0 0 0;
}
.page-detail-boc .col-img img{
  max-height: 320px;
  margin: auto;
}
.page-detail-boc .col-wrapper{
  display: flex;
  margin-bottom: 50px;
}
.page-detail-boc .col{
  align-self: center;
}
.page-detail-boc .t-name{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: var(--yellow);
  text-transform: uppercase;
}
.page-detail-boc .t-name:after{
  content: '';
  width: 100px;
  height: 1px;
  background: var(--brown);
  display: block;
  position: relative;
  left: 0;
  bottom: -10px;
  margin-bottom: 20px;
}
.page-detail-boc .t-job{
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 50px;
}
.page-detail-boc .content-wrap{
  padding: 0 15px;
  margin-bottom: 30px;
}
.page-detail-boc .t-title{
  font-weight: bold;
  margin-bottom: 10px;
}
.page-detail-boc ul{
  padding: 0 0 0 20px;
}
.page-detail-boc span.bull{
  padding-right: 10px;
}
.page-detail-boc .text.list{
  margin: 0 auto 10px;
  font-size: 16px;
}
.page-detail-boc .button-wrap{
  margin-top: 80px;
}
.page-detail-boc .btn-back{
  display: block;
  margin: auto;
}

/*page bod*/
.page-bod  h1.line:before,
.page-bod  h1.line:after{
  width: 35%;
}
.page-bod .inner-box{
 max-width: 360px;
 margin: auto;
}

/*detail bod*/
.page-detail-bod  h1.line:before,
.page-detail-bod  h1.line:after{
  width: 35%;
}

/*report boc bod*/
.page-report-boc h1.line:before,
.page-report-boc h1.line:after{
  width: 12%;
}
.page-report-boc .inner-box .card-image{
  width: 300px;
  height: auto;
  float: left;
  margin: 0 20px 5px 0;
  background: var(--soft-grey);
}
.page-report-boc .inner-box img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--light-grey);
}
.page-report-boc .inner-box .card-content{
  width: 100%;
  height: auto;
  padding: 20px;
  background: var(--yellow);
}
.page-report-boc .card-content .t-name{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.page-report-boc .card-content .t-job{
  position: relative;
  text-indent: 15px;
}
.page-report-boc .card-content .t-job:before{
  content: '';
  background: var(--black);
  width: 10px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-report-boc .text-wrap{
  margin-bottom: 30px;
  padding-right: 10px;
}
.page-report-boc .text-wrap .title{
  font-weight: bold;
  margin-bottom: 20px;
}
.page-report-boc .text-wrap p{
  margin-bottom: 20px;
}
.page-report-boc .text-wrap li{
  margin-bottom: 10px;
}
.page-report-boc .text-wrap li:last-child{
  margin-bottom: 0;
}
.page-report-boc .boc-report-box{
  background: #3b992b;
  color: var(--white);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
}
.page-report-boc .boc-report-box h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 45px;
}

/*table*/
table{
  width: 100%;
}
.table-yellow table thead{
  border-bottom: 2px solid var(--brown);
}
.table-yellow table thead tr{
  background: var(--yellow);
  text-align: left;
  text-transform: capitalize;
  font-weight: bold;
}
.table table td{
  padding: 10px;
  font-size: 16px;
  line-height: 2em;
}
.table table tbody{
  border: 1px solid var(--soft-grey);
}
.table table tbody tr:nth-child(odd){
  background-color: var(--white);
}
.table table tbody tr:nth-child(even){
  background-color: var(--soft-grey);
}


/*innovation -- prod site -- herbal manuf*/
.page-production-site.modern-herbal h1.line:before,
.page-production-site.modern-herbal h1.line:after{
  width: 12%;
}
.page-production-site .hero-image{
  position: relative;
  width: 100%;
  min-height: 600px;
  height: auto;
  background: url(../images/production_sites/modern_herbal/img-building.jpg) center no-repeat;
  background-size: cover;
  padding: 30px; 
  background-attachment: fixed;
  z-index: 1;
}
.page-production-site .hero-image:before{
  content: '';
  background: rgba(255, 255, 255, .2);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-production-site .hero-image .t-title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  background: rgba(255,255,255,.9);
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.page-production-site .hero-image .col{
  margin-top: 30px;
}
.page-production-site .hero-image .outer-box{
  position: relative;
  background: rgba(255,255,255,.9);
  height: 200px;
  padding: 30px 20px;
}
.page-production-site .hero-image .inner-box{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-production-site .hero-image .t-floor{
  text-align: center;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--brown);
}
.page-production-site .hero-image .t-floor.second{
  position: relative;
  top: 13px;
}
.page-production-site .hero-image .t-desc{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.page-production-site .box-concept{
  margin: 50px auto 0;
}
.page-production-site .box-concept .t-desc.text1{
  font-size: 16px;
}
.page-production-site .box-concept .t-desc{
  font-size: 16px;
}
.page-production-site .box-concept .content-wrap{
  display: block;
  margin: 80px auto 30px;
}
.page-production-site .box-concept .content-wrap.my-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 80px auto 30px;
}
.page-production-site .box-concept .content-wrap .item{
  position: relative;
  background: var(--dark-grey);
  min-height: 200px;
  height: auto;
  order: 5;
  width: calc(100%/5 - 15px);
  margin-right: 15px;
  padding: 20px 15px;
  border-bottom: 3px solid var(--yellow);
}
.page-production-site .box-concept .content-wrap .item p{
  color: var(--white);
}
.page-production-site .box-concept .content-wrap .item:last-child{
  margin-right: 0;
}
.page-production-site .box-concept .content-wrap .item:before{
  counter-increment: myCounter;
  content: "0" counter(myCounter)" ";
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
}
.page-production-site .box-concept .content-wrap .item:after{
  content: '';
  background: var(--dark-grey);
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%) rotate(90deg);
}
.page-production-site .box-concept .content-wrap .line{
  position: relative;
  margin-bottom: 80px;
}
.page-production-site .box-concept .content-wrap .line img{
  width: 99%;
  position: relative;
  left: 0;
}
.page-production-site .box-machine .inner-box{
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.page-production-site .box-machine .content-wrap{
  margin: 30px auto 0;
}
.page-production-site .box-machine .inner-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-production-site .box-machine .col{
  margin-bottom: 30px;
}
.page-production-site .box-machine .overlay-box{
  background: rgba(231, 212, 32, .8);
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 85px;
  display: flex;
}
.page-production-site .box-machine .overlay-box .title{
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  align-self: center;
}
.page-production-site .box .t-title{
  font-size: 18px;
  margin-bottom: 20px;
}
.page-production-site .box-img{
  width: 100%;
  height: 500px;
  margin: 20px auto;
}
.page-production-site .box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*traditional herbal*/
.page-production-site .box-concept .t-desc.text{
  margin-bottom: 20px;
  font-size: 16px;
}
.page-production-site .box-concept .t-desc.text li{
  font-size: 16px;
}

/*warehouse*/
.page-production-site.warehouse-hangar .box-machine .inner-box{
  height: 650px;
}

/*image*/
.image-holder img{
  display: block;
  margin: auto;
  width: 100%;
}
.image-holder .notes{
  margin: 30px auto 0;
}
.image-holder .notes i{
  margin-right: 5px;
}

/*entitas anak*/
.page-entitas .hero-image{
  width: 100%;
  height: 450px;
}
.page-entitas .hero-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.page-entitas .box-content{
  margin: 30px auto 50px;
}
.page-entitas .text{
  line-height: 1.8em;
  margin-bottom: 20px;
}
.page-entitas .text blockquote{
  border-color: var(--yellow);
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 700;
}
.page-entitas .box-maps{
  width: 100%;
  height: 300px;
  border: 1px solid var(--light-grey);
}
.page-entitas .box-maps iframe{
  width: 100%;
  height: 100%;
}
.pt-shi h1.line:before,
.pt-shi h1.line:after{
  width: 15%;
}
.page-entitas.pt-muncul-mekar .hero-image{
  height: 760px;
}
.page-entitas.pt-muncul-mekar .hero-image img{
  object-position: center;
}
.page-entitas.muncul-nigeria .hero-image img{
  object-position: center;
}
.page-entitas .other-entitas .title{
  margin-bottom: 30px;
  color: var(--yellow);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.page-entitas .other-entitas .inner-box{
  position: relative;
  height: 300px;
  overflow: hidden;
}
.page-entitas .other-entitas .inner-box:hover img{
  transform: scale(1.1);
}
.page-entitas .other-entitas img{
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .5s;
}
.page-entitas .other-entitas img.img-shi{
  object-position: -250px;
}
.page-entitas .other-entitas img.img-muncul-mekar{
  object-position: -30px;
}
.page-entitas .other-entitas img.img-berlico{
  object-position: -280px;
}
.page-entitas .other-entitas img.img-nigeria{
  object-position: -280px;
}
.page-entitas .other-entitas .overlay-box{
  background: rgba(231, 212, 32, .8);
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 60px;
  display: flex;
  justify-content: center;
}
.page-entitas .other-entitas .text{
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
  margin: 0;
}


/*naration text*/
.naration-text .text-wrap{
  margin-bottom: 30px;
  padding-right: 10px;
}
.naration-text  .text-wrap .title{
  margin-bottom: 10px;
  color: var(--yellow);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.naration-text  .text-wrap .title.big{
  font-size: 24px;
}
.naration-text  .text-wrap p{
  margin-bottom: 20px;
}
.naration-text .text-wrap li{
  margin-bottom: 10px;
}
.naration-text .text-wrap li.list-item{
  margin-bottom: 20px;
}
.naration-text  .text-wrap li:last-child{
  margin-bottom: 0;
}
.naration-text .list{
  margin: 10px auto;
}
.naration-text .box-img{
  margin: 30px auto;
  height: 500px;
}
.naration-text .box-img img{
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.naration-text .foto-carousel{
  height: auto;
  margin: 30px auto 80px;
}
.naration-text blockquote{
  border-color: var(--yellow);
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.8em;
  font-size: 16px;
}
.naration-text .inner-box{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.naration-text .inner-box .overlay-box{
  background: rgba(231, 212, 32, .8);
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 60px;
  display: flex;
  justify-content: center;
}
.naration-text .inner-box .overlay-box .title{
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  align-self: center;
  text-align: center;
}
.naration-text .more-text{
  display: none;
}
.naration-text .btn-moreless{
  font-size: 14px;
  padding: 8px 25px;
  text-transform: inherit;
}
.naration-text .my-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.naration-text .my-flex .item{
  position: relative;
  height: auto;
  width: calc(100%/3 + 120px);
  margin-right: 50px;
}
.naration-text .notes{
  margin: 0 auto 30px;
  text-align: center;
}

/*content accordion*/
.content-accordion .panel-group .panel{
  border-radius: 0;
  margin-bottom: 10px;
}
.content-accordion .panel-heading{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--yellow); 
  border-color: transparent;
  padding: 0;
}
.content-accordion .panel-title{
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: var(--black);
  border-bottom: 3px solid var(--brown);
  transition: all .2s;
}
.content-accordion .panel-title sup{
  text-transform: lowercase;
}
.content-accordion .panel-title a{
  height: 100%;
  width: 100%;
  display: block;
  padding: 15px 20px;
}
.content-accordion .panel-title:hover{
  background: var(--dark-grey);
  border-color: var(--yellow);
}
.content-accordion .panel-title:hover a{
  color: var(--white);
}
.content-accordion .panel-body{
  padding: 20px 20px 30px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
  border: 0;
}
.content-accordion .panel-title .accordion-toggle:after{
  font-family: var(--fontAwesome);
  content: "\f0d8"; 
  font-size: 22px;
  color: var(--black);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.content-accordion .panel-title .accordion-toggle.collapsed:after {
  content: "\f0d7";
}
.content-accordion .panel-title:hover .accordion-toggle:after{
  color: var(--white);
}

/*accordion not toggle*/
.content-accordion.accordion-not-toggle .panel-group .panel{
  margin-bottom: 30px;
}
.content-accordion.accordion-not-toggle .panel-title .accordion-toggle:after{
  content: none;
}
.content-accordion.accordion-not-toggle  .panel-title:hover{
  background: inherit;
  border-color: var(--brown);
}
.content-accordion.accordion-not-toggle .panel-title:hover a{
  color: inherit;
}

/*simple accordion*/
.simple-accordion .panel-group{
  padding-left: 20px;
}
.simple-accordion .panel-group .panel{
  box-shadow: none;
  margin-bottom: 0;
}
.simple-accordion  .panel-group .panel+.panel{
  margin-top: 0;
}
.simple-accordion .panel-heading{
  background: var(--white);
}
.simple-accordion .panel-title{
  border-bottom: none;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.simple-accordion .panel-title a{
   padding: 10px 0;
}
.simple-accordion .panel-title .more-less{
  float: right;
}
.simple-accordion .panel-title:hover{
  background: var(--white);
}
.simple-accordion .panel-title:hover a{
  color: var(--brown);
}
.simple-accordion .panel-default{
  border: none;
}
.simple-accordion .panel-title:hover .accordion-toggle:after{
  color: var(--brown);
}
.simple-accordion .panel-body{
  padding: 0;
}
.simple-accordion .panel-title .accordion-toggle:after{
  content: none;
}
.simple-accordion .panel-title .accordion-toggle.collapsed:after {
  content: none;
}

/*CSR*/
.page-csr h1.line:before,
.page-csr h1.line:after{
  width: 30%;
}
.pages .csr-carousel .slick-dots{
  bottom: -40px;
}
.pages .csr-carousel .slides{
  padding: 5px;
  height: 430px;
}
.page-csr.covid-19 .table{
  margin-bottom: 30px;
}
.page-csr.katarak .info{
  margin: 50px auto 80px;
  background: url(../images/img-peta-indonesia.png) center no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
}
.page-csr.katarak .box-img img{
  object-position: top;
}
.page-csr.katarak .info .title{
  font-size: 28px;
  color: var(--dark-grey);
  display: inline-block;
  position: absolute;
  top: 80%; 
  left: 20px;
  transform: translateY(-50%);
}
.page-csr.katarak .info .text{
  display: inline-block;
  color: var(--white);
  background: var(--brown);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  box-shadow: 5px 5px 5px 1px var(--light-grey);
}
.page-csr.katarak .info .text .number{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  display: block;
  font-size: 24px;
}
.page-csr.katarak .info .text.t-patient{
  left: 40%;
  top: 20%;
  animation: pulse 2s infinite;
}
.page-csr.katarak .info .text.t-city{
  left: 70%;
  top: 40%;
  animation: pulse 2s 1s infinite;
}
.page-csr.katarak .info .text.t-provinsi{
  left: 60%;
  top: 70%;
  animation: pulse 2s 2s infinite;
}
.page-csr.katarak .info .text.t-rs{
  left: 25%;
  top: 75%;
  animation: pulse 2s 3s infinite;
}

/*.page-csr.katarak .box-img{
  position: relative;
}
.page-csr.katarak .box-img:before{
  content: '';
  position: absolute;
  background: rgba(0,0,0,.9);
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.page-csr.katarak .box-img .overlay-box{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  margin-top: 50px;
}
.page-csr.katarak .box-img .overlay-box .title{
  color: var(--white);
  top: 30px;
  left: auto;
  transform: none;
  right: 220px;
  text-transform: uppercase;
}
.page-csr.katarak .box-img .overlay-box .text.t-patient {
  left: auto;
  top: 22%;
  right: 210px;
  width: 160px;
}
.page-csr.katarak .box-img .overlay-box .text.t-city {
  left: auto;
  top: 22%;
  right: 30px;
  width: 148px;
}
.page-csr.katarak .box-img .overlay-box .text.t-provinsi {
  left: auto;
  top: 50%;
  right: 265px;
  width: 105px;
}
.page-csr.katarak .box-img .overlay-box .text.t-rs {
  left: auto;
  top: 50%;
  right: 30px;
  width: 206px;
}*/


/*community development*/
.page-com-dev h1.line:before, 
.page-com-dev h1.line:after{
  width: 22%;
}
.page-com-dev .box-img .img-01{
  object-position: center;
}

/*creating share value*/
.page-csv h1.line:before, 
.page-csv h1.line:after{
  width: 25%;
}
.margin-0{
  margin: 0 auto !important;
}


/*page report*/
.page-report{
  min-height: auto;
}
.page-report .content-wrap{
  background: var(--white);
  box-shadow: 1px 1px 10px 1px var(--light-grey);
  margin: 0 auto 80px;
}
.page-report .content-wrap .col{
  min-height: 300px;
  align-items: center;
  display: flex;
}
.page-report .col-img .inner-box{
  margin: auto;
}
.page-report .inner-box{
  padding: 30px 0;
}
.page-report .title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-report .thumb-report{
  border: 1px solid var(--light-grey);
}
.page-report .box-info{
  margin-bottom: 20px;
}
.page-report .box-cta a{
  display: block;
  line-height: 1.8em;
}
.page-report .box-cta .fa{
  font-size: 16px;
  min-width: 20px;
}
.page-report .content-list .sub-title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--yellow);
}


/*profile staff*/
.profile-staff  .col-wrapper{
  display: flex;
  margin-bottom: 50px;
}
.profile-staff  .col{
  align-self: flex-start;
}
.profile-staff  .title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 18px;
}
.profile-staff .inner-box .card-image{
  width: 300px;
  height: auto;
  float: left;
  margin: 0 20px 5px 0;
  background: var(--soft-grey);
}
.profile-staff .inner-box img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--light-grey);
}
.profile-staff .inner-box .card-content{
  width: 100%;
  height: auto;
  padding: 20px;
  background: var(--yellow);
}
.profile-staff .card-content .t-name{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.profile-staff .card-content .t-job{
  position: relative;
  text-indent: 15px;
}
.profile-staff .card-content .t-job:before{
  content: '';
  background: var(--black);
  width: 10px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.profile-staff  .content-wrap{
  padding: 0 15px;
  margin-bottom: 30px;
}
.profile-staff .content-wrap .title{
  padding: 0;
}
.profile-staff .col-profile .content-wrap{
  margin-bottom: 10px;
}
.profile-staff  ol,
.profile-staff  ul{
  /*padding: 0 30px;*/
}
/*.profile-staff  .text{
  margin-bottom: 10px;
}*/
.profile-staff  .text.list{
  margin: 10px auto;
  font-size: 16px;
}
.profile-staff .text.sub-title{
  font-weight: bold;
}
.profile-staff .table{
  margin-top: 20px;
}

/*go green*/
.page-go-green:before{
  content: '';
  background: url(../images/go_green/img-leave.png) no-repeat center;
  background-size: contain;
  width: 220px;
  height: 150px;
  position: absolute;
  top: 320px;
  left: -120px;
  z-index: -1;
  transform: rotate(175deg);
}
.page-go-green .hero-img{
  position: relative;
  width: 100%;
  min-height: 450px;
  height: auto;
  background: url(../images/go_green/bg-plant.jpg) center no-repeat;
  background-size: cover;
  padding: 30px;
  z-index: 1;
  margin-bottom: 30px;
}
.page-go-green .hero-img .title{
  background: rgba(255,255,255,.8);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #4D5E27;
}
.page-go-green .hero-img .title.en{
  width: 85%;
}
.page-go-green .hero-img .title.id{
  width: 60%;
}
.decor-leaf:after{
  background: url(../images/go_green/img-leave.png) no-repeat center;
  background-size: contain;
  width: 220px;
  height: 150px;
  right: -10px;
}
.page-go-green .info {
  margin-top: 50px;
}
.page-go-green .info .sub-title{
  color: var(--brown);
  font-weight: bold;
  margin-bottom: 5px;
}
.page-go-green .row{
  display: flex;
  margin-bottom: 50px;
}
.page-go-green .info .col{
  align-self: center;
}
.page-go-green .limbah-cair img{
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.page-go-green .limbah-cair.text-wrap li{
  margin-bottom: 0;
}
.page-go-green .limbah-cair .list{
  margin: 0 auto 20px;
}
.page-go-green .info-box{
  /*background: #3fb22b;*/
  background: #3b992b;
  color: var(--white);
  padding: 20px;
  border-radius: 10px;
}
.page-go-green .info-box{
  text-align: center;
}
.page-go-green .info-box h2{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 45px;
}
.page-go-green .limbah-padat p{
  margin-bottom: 0;
}
.page-go-green .decor-leaf{
  background: url(../images/go_green/img-leave2.png) center no-repeat;
  background-size: contain;
  position: absolute; 
  width: 40px;
  height: 80px;
  display: block;
}
.page-go-green .decor-leaf.leaf1{
  top: 50%;
  left: -10px;
}
.page-go-green .decor-leaf.leaf2{
  top: 30%;
  right: 20px;
}
.page-go-green .decor-leaf.leaf3{
  top: 60%;
  right: 120px;
  width: 30px;
  height: 50px;
}
.page-go-green .decor-leaf.leaf4{
  bottom: 4%;
  left: 40px;
}

/*page supply chain*/
.page-supply-chain .my-image{
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
} 
.page-supply-chain a.link-image{
  width: 100%;
  max-width: 800px;
  height: 100%;
  display: block;
  margin: auto;
}

/*page rnc*/
.page-rnc h1.line:before, 
.page-rnc h1.line:after{
  width: 10%;
}

/*page gms*/
.page-gms h1.line:before, 
.page-gms h1.line:after{
  width: 13%;
}

/*page list*/
.page-list .form-inline{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
}
.page-list .form-row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.page-list .form-row .col{
  align-self: center;
  margin: 0 10px;
}
.page-list .form-row .col-filter{
  width: 200px;
}
.page-list .col-filter select{
  cursor: pointer;
  width: 100%;
  border: 1px solid var(--yellow);
  box-shadow: none;
  outline: none;
  font-size: 16px;
}
.page-list .col-filter select:hover{
  background: var(--dark-grey);
  color: var(--white);
}
.page-list .table{
  margin-top: 30px;
}

/*page list using div column*/
.page-list .table-yellow .col-header{
  background: var(--yellow);
  padding: 10px;
  font-size: 16px;
  line-height: 2em;
  font-weight: bold;
  border-bottom: 2px solid var(--brown);
}
.page-list .col-wrapper{
  padding: 10px;
  font-size: 16px;
  line-height: 2em;
  border: 1px solid var(--soft-grey);
}
.page-list .col-wrapper:nth-child(even){
  background-color: var(--soft-grey);
}

/*table profile*/
.table-profile thead td{
  text-align: center;
  font-size: 18px;
}
.table-profile tbody td:nth-child(2n + 1){
  font-weight: bold;
}
.table-profile tbody td ul{
  padding: 0 20px;
}


/*page working at sido*/
.page-working:before{
  content: none;
}
.page-working .hero-img{
  background: url(../images/banner-working2.jpg) right #f4f4f4 no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}
.page-working .hero-img .title{
  left: 5%;
  transform: translate(0, -50%);
  background: transparent;
}
.page-working .hero-img .title.en{
  width: 45%;
}
.page-working .hero-img .title.id{
  width: 44%;
}

/*page vacancies*/
.page-vacancies .hero-img{
  background: url(../images/banner-vacancies.jpg) right #f4f4f4 no-repeat;
  background-size: contain;
}
.page-vacancies .text-no-job{
  text-align: center;
  margin: 80px auto;
}
.page-vacancies .filter-bar{
  margin: 80px auto 0;
  min-height: 30vh;
}
.page-vacancies .filter-bar .title{
  color: var(--brown);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 8px;
}
.page-vacancies .my-checkbox{
  margin: 0;
}
.page-vacancies .my-checkbox label span{
  font-size: 15px;
  margin-left: 8px;
}
.page-vacancies .input-search{
  width: 100%;
  padding: 5px 10px 5px 5px;
  border: 1px solid var(--brown);
}
.page-vacancies .btn-reset{
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
}
.page-vacancies .row{
  display: block;
  margin-bottom: 0;
}
.page-vacancies .main-vacancies{
  margin-top: 20px;
}
.page-vacancies .main-vacancies .sub-title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: var(--yellow);
}
.page-vacancies .main-vacancies .mix{
  border-bottom: 1px solid var(--light-grey);
}
.page-vacancies .main-vacancies .inner-box{
  padding: 20px 0 30px 0;
}
.page-vacancies .job-title{
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.page-vacancies .job-wrap{
  margin-bottom: 30px;
}
.page-vacancies .text-wrap .title{
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
.page-vacancies .btn-moreless{
  border-radius: 0;
}



/*page landing article*/
.page-artikel .text-box{
  position: relative;
  height: 450px;
  overflow: hidden;
}
.page-artikel.text-box a{
  width: 100%;
  height: 100%;
  display: block;
}
.page-artikel .text-box:hover .img-thumbs{
  transition: all .5s linear;
  transform: scale(1.1);
}
.page-artikel .img-thumbs{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-artikel .text-box .overlay-box{
  background: rgba(255,255,255,.8);
  max-width: 90%;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-artikel .text-box .title,
.page-artikel .text-box .text{
  color: var(--black);
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
}
.page-artikel .text-box .title{
    margin-bottom: 20px;
}
.page-artikel .col-text{
  margin-bottom: 30px;
}

/*page detail article*/
.page-detail-artikel .title{
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 24px;
}
.page-detail-artikel .title span{
  text-transform: lowercase;
}
.page-detail-artikel .img-thumbs{
  max-width: 600px;
  height: auto;
  margin: 30px auto;
  display: block;
}
.page-detail-artikel .t-date{
  font-weight: 700;
  margin-bottom: 30px;
}
.page-detail-artikel .t-date .fa{
  font-family: var(--fontAwesome) !important;
  color: var(--brown);
  margin-right: 5px;
}
.page-detail-artikel .text-wrap .title{
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize;
  color: var(--yellow);
  margin-bottom: 10px;
}
.page-detail-artikel .text-wrap,
.page-detail-artikel .text-wrap p{
  margin-bottom: 20px;
}
.page-detail-artikel .text-wrap ol,
.page-detail-artikel .text-wrap ul{
  margin: 20px auto;
}
.page-detail-artikel .text-wrap li{
  margin-bottom: 20px;
}
.page-detail-artikel .text-wrap li.text-link{
  margin-bottom: 0;
}
.page-detail-artikel .button-wrap{
  margin-top: 80px;
}
.page-detail-artikel .button-wrap .btn-back{
  margin: auto;
  display: block;
}
.page-detail-artikel img.img-sub-content{
  width: 320px;
}

/*page-news*/
.page-news .content-box{
  width: 100%;
  height: 250px;
  background: url(../images/bg-yellow.jpg) center no-repeat;
  background-size: cover;
  padding: 20px;
  outline: none;
  border: none;
}
.page-news .content-box a{
  color: var(--black);
  outline: none;
  border: none;
}
.page-news .content-box:hover .my-link{
  color: var(--dark-grey);
}
.page-news p{
  font-weight: 600;
}
.page-news .t-date{
  font-size: 14px;
}
.page-news .t-date i{
  color: var(--brown);
}
.page-news .t-title{
  margin: 20px auto;
  height: 115px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
}
.page-news .my-link{
  text-transform: capitalize;
}
.page-news .col{
  margin-bottom: 30px;
}


/*page detail news*/
.page-detail-news .flex-wrap{
  display: flex;
  margin-bottom: 30px;
}
.page-detail-news .t-date{
  align-self: center;
  margin-bottom: 0;
}
.page-detail-news .t-category{
  position: relative;
  font-weight: 700;
  background: var(--yellow);
  padding: 2px 10px;
  align-self: center;
  margin-right: 30px;
}
.page-detail-news .t-category:after{
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: var(--black);
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}


/*page peluang usaha*/
.page-peluang-usaha .text,
.page-peluang-usaha a{
  font-size: 18px;
}
.page-peluang-usaha .hero-image img{
  width: auto;
  margin: auto;
  display: block;
}

/*page sido at glance*/
.page-glance .hero-img{
 background: url(../images/sido_at_glance/banner.html) left no-repeat;
 background-size: cover;
}
.page-glance:before{
  content: none;
}
.page-glance .hero-img .title{
  left: 60%;
}
.page-glance .hero-img .title.en{
  width: 60%;
}
.page-glance .inner-box{
  border-right: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  min-height: 350px;
}
.page-glance .inner-box .text-title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  background: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  border-bottom: 3px solid var(--brown);
}
.page-glance .inner-box p{
  margin: 0 auto;
}
.page-glance .inner-box .box-img{
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}
.page-glance .inner-box .box-img img{
  object-position: center;
  object-fit: contain;
}
.page-glance .inner-box .text-info{
  background: var(--brown);
  color: var(--white);
  text-align: center;
  padding: 10px;
}
.page-glance .img-map{
  width: 100%;
  max-width: 800px;
  margin: 30px auto 80px;
}
.page-glance thead td{
  text-align: center;
  font-size: 18px;
}
.page-glance .text-wrap.chart .box-img img{
  object-fit: contain;
  padding: 0 10px;
}
.page-glance .text-wrap.chart .inner-box{
  border-bottom: 1px solid var(--light-grey);
}

.page-glance .box-at-a-glance{
  padding: 20px;
  color: var(--white);
  height: 250px;
  width: 100%;
  display: inline-grid;
  flex-flow: row wrap;
  text-align: center;
}

.page-glance .icon-at-a-glance{
  width: 80px;
  margin: 0 auto;
}

.page-glance .box-at-a-glance.bg-box1{
  background-color: #365f97;
}

.page-glance .box-at-a-glance.bg-box2{
  background-color: #fa6443;
}

.page-glance .box-at-a-glance.bg-box3{
  background-color: #ffba00;
}

.page-glance .box-at-a-glance.bg-box4{
  background-color: #3b992b;
}

.page-glance .box-at-a-glance.bg-box5{
  background-color: #9b6648;
}

.page-glance .box-at-a-glance.bg-box6{
  background-color: #4dc9c3;
}

.page-glance .box-at-a-glance h5{
  font-weight: bold;
  align-self: center;
  text-align: center;
}

.page-glance .box-at-a-glance span.big-title{
  font-size: 32px;  
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.box-at-a-glance{
  margin-top: 20px;
}

.page-glance h4.sub-judul{
  text-transform: uppercase;
  color: var(--yellow);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.page-glance .key-docs-glance{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

/*page detail product*/
/*style for accordion*/
.page-detail-product .content-box .row{
  display: flex;
}
.page-detail-product .content-box .col{
  align-self: center;
}
.page-detail-product .content-box .sub-judul{
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 30px auto 50px;
  font-size: 28px;
}
.page-detail-product .content-box img{
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.page-detail-product .content-box img.img-berlico{
  max-width: 330px;
}
.page-detail-product .content-box p{
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 6;
  -moz-line-clamp: 6;
  -ms-line-clamp: 6;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  font-size: 18px;
  max-width: 550px;
  font-weight: 700;
}
.page-detail-product .text-wrap p:last-child{
  margin-bottom: 0;
}
.page-detail-product .text-wrap:last-child{
  margin-bottom: 0;
}

/*page detail product*/
/*list biasa*/
.page-detail-product .content-wrapper{
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  padding: 30px;
}
.page-detail-product .text-wrap{
  margin-bottom: 50px;
}
.page-detail-product .content-box .text-wrap{
  margin-bottom: 30px;
}
.page-detail-product p::first-letter{
  text-transform: capitalize;
}
.page-detail-product .text-wrap .decor-line{
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.page-detail-product .text-wrap .decor-line:before{
  content: "";
  border-top: 2px solid var(--brown);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-detail-product .text-wrap .decor-line span{
  font-size: 18px;
  background: var(--white);
  padding-right: 20px;
}
.page-detail-product .btn-buy{
  display: block;
  margin: 20px 0 0;
  padding: 5px 25px;
}
.page-detail-product .col-button-back{
  margin:  50px auto 0;
}
.page-detail-product .col-button-back .button{
  display: block;
  margin:  auto;
  max-width: 200px;
}


/*page landing product*/
.page-product .filter-sidebar{
  float: left;
  width: calc(24% - 20px);
}
.page-product .main-product{
  float: right;
  width: 76%;
}
.page-product .filter-sidebar .sub-categories{
  font-size: 16px;
}
.page-product .filter-sidebar .category-wrap{
  border-bottom: 1px solid var(--light-grey);
  padding: 15px 0;
}
.page-product .filter-sidebar .category-wrap:first-child{
  padding-top: 0;
}
.page-product .filter-sidebar #health-interest .category-wrap{
  border-bottom: 0;
}
.page-product.content-accordion .panel-title a{
  padding: 15px 50px 20px 20px;
}
.page-product.content-accordion .panel-group .panel{
  margin: 0;
}
.page-product.content-accordion .panel-title .accordion-toggle:after{
  content: none;
}
.page-product.content-accordion .panel-title:hover{
  background: inherit;
  border-color: var(--brown);
}
.page-product.content-accordion .panel-title:hover a{
  color: inherit;
}
.my-checkbox{
  position: relative;
  margin: 10px 0 0 20px;
}
.my-checkbox input{
  position: absolute;
  opacity: 0;
}
.my-checkbox input + label{
  position: relative;
  cursor: pointer;
  padding: 0;
}
.my-checkbox label span{
  font-size: 14px;
  vertical-align: middle;
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 5px;
}
.my-checkbox input + label:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: var(--white);
  border: 1px solid var(--brown);
  border-radius: 2px;
}
.my-checkbox input:hover + label:before{
  background: var(--yellow);
}
.my-checkbox input:checked + label:before{
  background: var(--white);
}
.my-checkbox input:checked + label:after{
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  left: 4px;
  top: 11px;
  border: 2px solid var(--brown);
  border-top: none;
  border-right: none;
  background: transparent;
 -webkit-transform: rotate(-55deg);
        transform: rotate(-55deg);
}


.page-product .box-product .col{
  margin-bottom: 30px;
}
.page-product .box-product .inner-box{
  padding: 20px;
  box-shadow: 1px 1px 5px 1px var(--light-grey);
  overflow: hidden;
  height: 350px;
}
.page-product .box-product .inner-box:hover .button{
  background: var(--dark-grey);
}
.page-product .box-product .img-product{
  width: 240px;
  margin: auto;
  height: 156px;
  object-fit: contain;
  object-position: center;
}
.page-product .box-product .text-wrap{
  margin-top: 20px;
  border-top: 1px solid var(--brown);
  padding: 10px 0;
}
.page-product .box-product .product-name{
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--black);
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  height: 48px;
}
.page-product .box-product .t-desc{
  font-size: 14px;
  color: var(--black);
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  height: 125px;
  display: none;
}
.page-product .box-product .button{
  font-size: 14px;
  padding: 5px 25px;
  margin: 30px auto 0;
}
.fail-message{
  position: relative;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
}
.fail-message:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.fail-message span{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
}
.box-product.fail .fail-message,
.box-vacancies.fail .fail-message{
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.page-product .col-pager{
  margin: 20px auto 0;
}
.page-product2 .input-search{
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid var(--brown); 
}
.page-product2 .input-search:focus{
  border: 1px solid var(--brown); 
}
/*.page-product2 .col-total{
  margin-bottom: 10px;
}
.page-product2 .col-total p{
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
  font-size: 18px;
}*/

.page-product2 .box-title{
  background: var(--yellow);
  padding: 15px 20px;
   border-bottom: 3px solid var(--brown);
}
.page-product2 .box-title .title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: var(--black);
  text-transform: uppercase;
}
.page-product2 .filter-sidebar .outer-box{
  padding: 20px;
  border: 1px solid var(--light-grey);
  background: var(--white);
}
.page-product2 .filter-sidebar .category-wrap:last-child{
  border-bottom: 0;
}
.page-product2 .btn-reset{
  width: 100%;
  background: var(--brown);
  color: var(--white);
  font-size: 14px;
  padding: 5px 10px;
  outline: none;
  border: none;
  margin-bottom: 10px;
}
.page-product2 .btn-reset:hover{
  background: var(--dark-grey);
}
.page-product2 .col-pager{
  margin: 120px auto 0;
}

#mbl-display .cta .cta-wrap{
  text-align: center;
}

/*page error*/
.page-error{
  position: relative;
  background: url(../images/banner-spices.jpg) top no-repeat;
  background-size: cover;
  background-position-y: 50px;
  width: 100%; 
  height: 100vh;
  padding: 130px 0 80px 0;
}
.page-error .box{
  margin: 0 auto;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0 auto;
}
.page-error .hero{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: var(--yellow);
  text-align: center;
  font-size: 150px;
  line-height: 1em;
}
.page-error p{
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  color: var(--brown);
  font-weight: 700;
}
.page-error .button{
  margin: 30px auto 0;
  display: block;
  max-width: 200px;
}

.naration-text .box-img-cert{
  margin: 30px auto;
  height: 100%;
}
.img-iso{
  width: 50%;
  max-width: 500px;
  margin: 30px auto;
}
.img-halal{
  width: 100%;
  margin: 30px auto;
}

.text-center{
  text-align: center;
}
img.img-sustain-policy{
  width: 200px;
}

.button-wrap.external-link{
  text-align: center;
  margin-top: 50px;
}

/*code of conduct*/
.page-code-conduct h1.line:before, 
.page-code-conduct h1.line:after{
  width: 12%;
}

.animated.delayed {
  animation-delay: 0.3s;
}

/* keanekaragaman hayati */
.content-accordion .parent-item .panel-heading{
  background-color: transparent;
}
.content-accordion .parent-item .panel-title{
  border-bottom: none;
}
.content-accordion .panel-default.parent-item{
  border-color: transparent;
}
.content-accordion .panel.parent-item{
  border: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.content-accordion .parent-item .panel-body{
  padding: 0;
}
.content-accordion .parent-item .panel-title a{
  text-align: center;
}
.content-accordion .child-item{
  margin-left: 50px;
  margin-top: 50px !important;
}

/* search */
.page-search form.gsc-search-box{
  margin: 0;
  max-width: 100%;
}

.page-search .gsc-search-button-v2,
.page-search .gsc-search-button-v2:hover, 
.page-search .gsc-search-button-v2:focus{
  background-color: var(--brown);
  border-color: var(--brown);
  color: var(--white);
  font-size: 1rem;
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal !important;
  padding: 0.8rem 1.3rem !important;
  border-radius: 30px !important;
}
.page-search .gsc-input-box{
  border: none;
}
.page-search table.gsc-search-box td.gsc-input{      
  border: 1px solid var(--brown) !important;
  background-color: var(--white) !important;
  border-radius: 4px;
  padding: 0.8rem 1.3rem;
}
.page-search .gsib_a{
  padding: 0;
}
.page-search .gsc-control-cse{
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
}
.gs-webResult.gs-result a.gs-title, .gs-webResult.gs-result a.gs-title b, .gs-imageResult a.gs-title, .gs-imageResult a.gs-title b{
  color: var(--brown) !important;
}
.gs-webResult .gs-snippet, .gs-fileFormatType{
  color: var(--black);
  font-family: "Montserrat", sans-serif !important;
}
.gsc-wrapper{
  max-width: 100% !important;
}
.gsc-webResult.gsc-result{
  padding: 15px 0 !important;
}
.box-search h3{
  margin-bottom: 20px;
}
.box-shadow-search-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 0 0 !important;
}
.box-shadow-search-pop .box-pop {
  background-color: var(--white);
  position: relative;
  padding: 8rem 0 4rem;
  max-height: 95%;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform: translateY(0);
}
.box-shadow-search-pop .box-pop .close-modal {
  position: absolute;
  right: 40px;
  top: 20px;
  display: flex;
  align-items: center;
  transform: scale(1.5);
  cursor: pointer;
  text-decoration: none;
}
.box-shadow-search-pop .box-pop .box-search .box-input input[type="text"]{
  padding: 15px;
  border: 1px solid var(--brown) !important;
  border-radius: 30px;
}
.box-shadow-search-pop .box-pop .box-search .box-input .btn-search {
  flex: 0 0 auto;
  width: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  transform: scale(1.5);
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.gsc-orderby-label{
  font-family: "Montserrat", sans-serif !important;
}