/*========================================*/
/* 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';
}

*{
  box-sizing : border-box;
}
html, body{
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}
body{
  font-family: "Montserrat", sans-serif;;
  font-size: 14px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: var(--black);
  background: var(--white);
  padding:0;
  margin:0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  counter-reset: myCounter;
}
h1, h2, h3, h4, h5{
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
h1{
  font-size: 36px;
  font-family: "Montserrat", sans-serif;;
  text-transform: uppercase;
  color: var(--brown);
}
h2{
  font-size: 32px;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 22px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
p, span, label, ul, ol, li{
  font-size: 16px;
  line-height: 1.8em;
  margin: 0;
}
p i{
  font-family: "Montserrat", sans-serif;;
}
.fa{
  font-family: var(--fontAwesome);
}
#pc-display{
  display: block;
}
#mbl-display{
  display: none;
}
.show{
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}
.hide{
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.button{
  max-width: 200px;
  padding: 12px 25px;
  text-transform: capitalize;
  outline: none;
  border: none;
  border-radius: 50px;
  text-align: center;
}
.button.btn-brown{
  background: var(--brown);
  color: var(--white);
}
.button:hover{
  background: var(--dark-grey);
}
a,
.my-link{
  color: var(--brown);
  font-size: 16px;
}
a:hover,
a:focus,
.my-link:hover{
  color: var(--dark-grey);
  text-decoration: none;
  border: none;
  outline: none;
}
.c-brown{
  color: var(--brown)
}
.c-yellow{
  color: var(--yellow)
}
.c-green{
  color: var(--green);
}
.link-off a{
  pointer-events: none;
  cursor: default;
}
.bg-yellow{
  background-color: var(--yellow);
}
.w-100{
  width: 100%;
}
.w-80{
  width: 80%;
}

/*loader*/
.loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: 1000;
  top: 0;
  left: 0;
}
.loader .box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-.50%);
}
.loader .box img{
  max-width: 100px;
}

/*btn back top*/
.btn-to-top{
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 10000;
  font-size: 45px;
}
.btn-to-top:hover,
.btn-to-top:focus,
.btn-to-top:visited{
  color: var(--yellow);
}


/*header*/
.header {
  width: 100%;
  background: var(--white);
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 1px 2px 5px 2px var(--light-grey);
  -webkit-box-shadow: 1px 2px 5px 2px var(--light-grey);
  -moz-box-shadow: 1px 2px 5px 2px var(--light-grey);
  -ms-box-shadow: 1px 2px 5px 2px var(--light-grey);
}
.header .col-logo{
  height: 80px;
  align-items: center;
  display: flex;
}
.header .nav>li{
  height: 100%;
}
.header .nav>li>a{
  height: 100%;
  display: flex;
  align-items: center;
}
.header .nav .bg-overlay{
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.3);
  z-index: -1;
}
.header .nav ul.item-dropdown{
  visibility: hidden;
  position: fixed;
  top: 65px;
  top: 80px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 410px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0  5px 2px var(--light-grey);
  -webkit-box-shadow: 0 5px 2px var(--light-grey);
  -moz-box-shadow: 0 5px 2px var(--light-grey);
  -ms-box-shadow: 0 5px 2px var(--light-grey);
  z-index: 1;
}
.header .nav .item-dropdown li{
  list-style-type: none;
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
  padding: 8px;  
  max-width: 300px;
}
/*.header .nav .item-dropdown:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.3);
}*/
.header .nav .item-dropdown li:first-child{
  padding-top: 30px;
  padding-top: 10px;
}
.header .nav .item-dropdown li:last-child{
  padding-bottom: 30px;
}
.header .nav .item-dropdown li > a{
  color: var(--black) !important;
  width: 100%;
  height: 100%;
  display: block;
}
.header .nav .item-dropdown li:hover a{
  color: var(--brown) !important;
}
.header .nav .list-dropdown:hover .item-dropdown{
  display: block;
  visibility: visible;
}
.header .nav .sub-item-dropdown{
  display: none;
}
.header .nav .list-item:hover .sub-item-dropdown{
  display: block;
}
.header .nav .sub-item-dropdown{
  padding-left: 20px;
}
.header .nav .sub-item-dropdown li.level2{
  padding: 8px;
}
.header .nav .sub-item-dropdown li.level2 a{
  color: var(--black) !important;
}
.header .nav .item-dropdown li.level2:hover a{
  color: var(--brown) !important;
}
.header .col-menu .nav{
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 0;
  height: 80px;
  align-items: center;
}
.header .col-menu .nav>li>a{
  padding: 6px;
  /* padding: 8px; */
  font-size: 12px;
  color: var(--black);
  text-transform: uppercase;
  text-align: center;
}
.header .col-menu .nav>li:hover a,
.header .col-menu .nav>li:focus a,
.header .col-menu .nav>li:visited a,
.header .col-menu .nav > li.current > a{
  background: transparent !important;
  /*color: var(--brown);*/
}

.nav>li>a:focus, 
.nav>li>a:hover{
  background-color: transparent;
  border: none;
  outline: none;
}

.header .col-lang ul{
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .col-lang ul li{
  display: inline-block;
}
.header .col-lang ul li.icon-cart{
  padding-right: 20px;
}
.header .col-lang ul li.icon-cart i{
  color: var(--black);
  font-size: 20px;
}
.header .col-lang ul li.pil-bahasa a{
  color: var(--brown);
  border: 1px solid var(--brown);
  padding: 3px;
  font-size: 12px;
}
.header .col-lang ul li.pil-bahasa:hover a{
  background: var(--brown);
  color: var(--white);
}
.active-lang{
  background: var(--brown);
  color: var(--white) !important;
}

/*mega menu */
.menu .nav-menu a{
  font-weight: bold;
}
.menu .nav-menu a:hover{
  color: var(--brown) !important;
}
.menu .nav-menu i{
  padding-left: 2px;
}
.menu > li {
  display: inline-block;
  text-align: center;
}
.menu > li > a {
  padding:20px 18px;
  display: block;
}
.menu > li > .megadrop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  list-style: none;
  top: 80px;
  left: 0px;
  width: 100%;
  min-height: 100px;
  text-align: left;
  padding: 0;
  z-index: 100;
  background-color: var(--white);
  overflow: hidden;
  box-shadow: 0  5px 2px var(--light-grey);
  -webkit-box-shadow: 0 5px 2px var(--light-grey);
  -moz-box-shadow: 0 5px 2px var(--light-grey);
  -ms-box-shadow: 0 5px 2px var(--light-grey);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--brown);
  max-height: 500px;
  overflow-y: scroll;
  padding-left: 0;
}

.menu .megadrop .row {
  display: flex;
}
.menu .megadrop .row .col-heading {
  align-self: center;
}
.menu > li > .megadrop a.active,
.menu > li > .megadrop ul li a.active,
.header .col-menu .nav>.nav-menu>a.active{
  color: var(--brown);
  font-weight: 900;
}
.menu > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.menu .megadrop .panel-default>.panel-heading{
  background: transparent;
  border: none;
  padding: 0;
}
.menu .megadrop .panel-body{
  border: none !important;
  padding: 0;
}
.menu .megadrop .panel-group{
  margin-bottom: 0;
}
.menu .megadrop .panel{
  box-shadow: none;
  border: none;
}
.menu .megadrop .title{
  font-weight: bold;
  color: black;
  font-size: 24px;
  max-width: 150px;
  padding-left: 10px;
}
.menu .col{
  width: auto;
  float: left;
  margin: 0 20px 0 35px;
  height: auto;
  border-left: 1px solid var(--brown);
  padding: 0 15px;
}
.menu .col ul{
  padding: 0;
  margin: 0;
}
.menu .col ul.sub-dropdown{
  padding: 0 0 0 20px;
}
.set-height{
  height: 40px !important;
}
.menu .col ul li{
  padding: 0;
  list-style: none;
}
.menu .col h3{
  color: var(--black);
  font-size: 16px;
}
.menu .col h3 a{
  color: var(--black);
  font-weight: normal;
}
.menu .col ul li a,
.menu .col a.link-submenu{
  display: block;
  padding: 0 0 15px 0;
  color: var(--black);
  font-weight: normal;
  font-size: 16px;
}
.menu .col ul.sub-dropdown li a{
  font-weight: normal;
  line-height: 1.3em;
}
.menu .col ul li a:hover{
  color: var(--brown);
  text-decoration: none;
}
.menu > li > ul li ul, 
.menu li >ul li, 
.menu > li > .megadrop, 
.menu > li > ul, 
.menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
/*- end mega menu*/


/*general homepage*/
.page-home .fp-tableCell{
  vertical-align: top;
}
.page-home .fp-tableCell{
  padding-top: 120px;
}
h1.line{
  text-align: center;
  position: relative;
}

h1.line:before,
h1.line:after{
  content: '';
  width: 22%;
  height: 1px;
  background: var(--brown);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
h1.line:after{
  left: auto;
  right: 0;
}
.slides{
  outline: none;
  border: none;
  cursor: grab;
}
.page-home.footer{
  display: block;
}

/*homepage section banner*/
.section-banner .fp-tableCell{
  padding-top: 0;
}
.page-home#section-01 .fp-tableCell.reset{
  position: relative;
  top: 30px;
}
.section-banner .banner-carousel .slides{
  position: relative;
  width: 100%;
  height: 100vh;
}
.section-banner .banner-carousel .slide1{
  background: url(../images/banner/banner-natural.jpg) right no-repeat;
  background-size: cover;
  background-position-y: 50px;
}
.section-banner .banner-carousel .slide2{
  background: url(../images/banner/banner-tolak-angin.jpg) center no-repeat;
  background-size: cover;
}
.section-banner .banner-carousel .slide3{
  background: url(../images/banner/banner-kuku-bima.jpg) center no-repeat;
  background-size: cover;
}
.section-banner .banner-carousel .slide-vit-c1000{
  background: url(../images/banner/banner-vit-c1000.jpg) center no-repeat;
  background-size: cover;
}
.section-banner .banner-carousel .slide4{
  background: url(../images/banner/banner-travel.jpg) top no-repeat;
  background-size: cover;
  background-position-y: 50px;
}
.section-banner .banner-carousel .slide5{
  background: url(../images/banner/banner-kopi-jahe-susu-jahe.jpg) center no-repeat;
  background-size: cover;
  background-position-y: 80px;
}
.section-banner .banner-carousel .slide6{
  background: url(../images/banner/banner-awards.jpg) center no-repeat;
  background-size: cover;
}
.section-banner .banner-carousel .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.section-banner .banner-carousel .slick-dots{
  bottom: 10px;
}
.section-banner .banner-carousel .slick-dots li{
  width: 12px;
  height: 12px;
}
.slick-dots li button{
  /*background: url(/assets/images/icon-clove.png) center no-repeat;
  background-size: cover;*/
  background: var(--brown);
  width: 12px;
  height: 12px;
  color: transparent; 
  background-position: right;
  border-radius: 50%;
  border: 1px solid #4a4a4a40;
}
.slick-dots li:hover button{
  /*background: url(/assets/images/icon-clove.png) center no-repeat;
  background-size: cover;*/
  background: var(--yellow);
  width: 12px;
  height: 12px;
  color: transparent; 
  background-position: left;
}
.slick-dots li button:before{
  width: 15px;
  height: 15px;
  opacity: 0;
}
.slick-dots li.slick-active button{
  /*background: url(/assets/images/icon-clove.png) center no-repeat;
  background-size: cover;*/
  background: var(--yellow);
/*  width: 15px;
  height: 15px;*/
  color: transparent; 
  background-position: left;
}
.slick-dots li.slick-active button:before{
  color: transparent;
}
.slick-dots li.slick-active button:hover:before{
  color: transparent;
}
.slick-dots li button:hover:before{
  color: transparent;
}
.slick-prev{
  left: -2px;
  background: url(../images/arrow-left-overlay.png) center no-repeat !important;
  background-size: contain;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.slick-next{
  right: -2px;
  background: url(../images/arrow-right-overlay.png) center no-repeat !important;
  background-size: contain;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.slick-next:before,
.slick-prev:before{
  content: '';
}
.slick-next:hover,
.slick-prev:hover{
  opacity: .6;
}
.section-banner .slides .text-box{
  max-width: 750px;
  position: absolute;
  right: 150px;
  top: 130px;
  text-align: right;
}
.section-banner .slides .hero{
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--brown);
}
.section-banner .slides .lead{
  font-size: 40px;
  font-weight: 700;
}
.section-banner .slides .hero.c-green{
  color: var(--green);
}
.section-banner .slides .text-box.white-box{
  background: var(--white);
  opacity: .85;
  padding: 30px 40px;
  max-width: 500px;
  text-align: left;
  border-radius: 5px;
}
.section-banner .slides .white-box .hero{
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1.2em;
}
.section-banner .slides .white-box .lead{
  font-size: 20px;
  font-weight: 700;
}
.section-banner .slides .text-box.white-box .inner-box{
  position: relative;
}
/*.section-banner .produk-placing-angin-jahe{
  background: url(/assets/images/produk-placing-tolak-angin.png) center no-repeat;
  background-size: contain;
  width: 400px;
  height: 80px;
  position: absolute;
  bottom: 20px;
  left: 80px;
  transform: scale(1.2);
}
.section-banner .slides .white-box .decor-madu{
  background: url(/assets/images/decor-madu.png) center no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  position: absolute;
  right: -55px;
  bottom: -70px;
}
.section-banner .produk-placing-kuku-bima{
  background: url(/assets/images/produk-kuku-bima.png) center no-repeat;
  background-size: contain;
  width: 320px;
  height: 120px;
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.section-banner .slides .white-box .decor-jahe{
  background: url(/assets/images/decor-jahe.png) center no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  right: -55px;
  bottom: -90px;
}*/
.section-banner .slide4 .hero{
  margin-bottom: 0;
}
.section-banner .slide4 .lead{
  margin: 50px 0;
}
/*.section-banner .produk-placing-suplemen{
  background: url(/assets/images/produk-placing-suplemen.png) center no-repeat;
  background-size: contain;
  width: 400px;
  height: 140px;
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.section-banner .slides .white-box .decor-temulawak{
  background: url(/assets/images/decor-temulawak.png) center no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  right: -65px;
  bottom: -80px;
}
.section-banner .produk-placing-kopi-jahe{
  background: url(/assets/images/produk-placing-kopi-jahe.png) center no-repeat;
  background-size: contain;
  width: 220px;
  height: 120px;
  position: absolute;
  bottom: 20px;
  left: 50px;
}*/

/*fullbox slide */
.section-banner .slides .text-box.full-box{
  height: 75vh;
  max-width: 450px;
  border-radius: 5px;
}
.section-banner .full-box .produk-placing-kuku-bima{
  background: url(../images/produk-kuku-bima.png) center no-repeat;
  background-size: contain;
  width: 320px;
  height: 100px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.section-banner .full-box .produk-placing-c1000{
  background: url(../images/produk-placing-vit-c1000.png) center no-repeat;
  background-size: contain;
  width: 320px;
  height: 100px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.section-banner .full-box .produk-placing-angin-jahe{
  background: url(../images/produk-placing-tolak-angin.png) center no-repeat;
  background-size: contain;
  width: 320px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) scale(1.35);
}
.section-banner .full-box .produk-placing-suplemen{
  background: url(../images/produk-placing-suplemen.png) center no-repeat;
  background-size: contain;
  width: 220px;
  height: 70px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) scale(1.35);
}
.section-banner .full-box .produk-placing-kopi-jahe{
  background: url(../images/produk-placing-kopi-jahe.png) center no-repeat;
  background-size: contain;
  width: 320px;
  height: 120px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.section-banner .slides .white-box.full-box .decor-jahe{
  background: url(../images/decor-jahe.png) center no-repeat;
  background-size: contain;
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 1;
}
.section-banner .decor-jeruk{
  background: url(../images/decor-jeruk.png) center no-repeat;
  background-size: contain;
  width: 120px;
  height: 55px;
  position: absolute;
  bottom: 15px;
  right: -50px;
  z-index: 1;
  transform: translateX(-50%);
}
.section-banner .name-placing{
  background: url(../images/name-boy-william-placing.png) center no-repeat;
  background-size: contain;
  width: 120px;
  height: 70px;
  position: absolute;
  top: 30%;
  left: 3%;
}
.section-banner .slides .white-box.full-box .decor-madu{
  background: url(../images/decor-madu.png) center no-repeat;
  background-size: contain;
  width: 100px;
  height: 85px;
  position: absolute;
  bottom: 0;
  right: -80px;
  z-index: 1;
  transform: translateX(-50%);
}
.section-banner .slides .white-box.full-box .decor-temulawak{
  background: url(../images/decor-temulawak.png) center no-repeat;
  background-size: contain;
  width: 95px;
  height: 95px;
  position: absolute;
  bottom: -5px;
  right: -30px;
  z-index: 1;
  transform: translateX(-50%);
}
.section-banner .slide5 .white-box.full-box .decor-jahe{
  right: 40px;
}



/*homepage section production*/
.section-production,
.section-artikel{
  position: relative;
  background: var(--yellow);
  overflow: hidden;
}
.page-home#section-02 .fp-tableCell.reset{
  position: relative;
  top: 200px;
}
.section-production .production-carousel{
  margin: 50px 0 0 0;
}
.section-production .production-carousel .row{
  padding: 0 0 0 150px;
  display: flex;
  align-items: center;
}
.section-production .production-carousel .slides .col{
  height: 98vh;
  overflow: hidden;
}
.section-production .production-carousel .slides .col-text{
  padding-top: 85px;
}
.section-production .col-text{
  display: -webkit-box !important;
  display: -o-box !important;
  display: -ms-box !important;
  display: -moz-box !important;
  display: box !important;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
}
.section-production .col-text .sub-judul{
  box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
}
.section-production .sub-judul{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: capitalize;
}
.section-production .text-box{
  margin: 30px 70px 40px 0;
  box-ordinal-group: 2;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-box-ordinal-group: 2;
}
.section-production .text-box p{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-production .text-box p:last-child{
  margin-bottom: 0;
}
.section-production .my-link{
  display: block;
  box-ordinal-group: 3;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-box-ordinal-group: 3;
  position: relative;
  z-index: 2;
}
.section-production .col-img img{
  width: 100%;
  height: 77%;
  object-fit: cover;
  object-position: center;
}
.section-production .slick-dots{
  bottom: 260px;
  text-align: right;
  right: 250px;
  display: inline-block !important;
  width: auto;
}
.section-production .slick-prev,
.section-production .slick-next{
  top: 40%;
}
.section-production .slide4 .col-img img{
  object-position: right;
}

/*homepage section product*/
.section-product{
  position: relative;
  z-index: 2;
}
.section-product .content-box .sub-judul{
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 30px auto;
  font-size: 28px;
}
.section-product .content-box img{
  width: 100%;
  max-width: 350px;
  margin: auto;
}
.section-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: 600;
  margin: 20px 0 30px 0;
}
.section-product .content-box .button{
  display: block;
}
.section-product .sliders-for{
  margin-bottom: 80px;
}
.section-product .sliders-nav{
  max-width: 1030px;
  margin: auto;
  margin-top: -30px;
}
.section-product .content-box-nav{
  position: relative;
  width: 205px;
  border: 1px solid var(--light-grey);
  padding: 20px 10px;
}
.section-product .content-box-nav:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
  top: 0;
  left: 0;
}
.section-product .slick-current .content-box-nav:before{
  content: none;
  background: transparent;
}
.section-product .slick-slide:hover .content-box-nav:before{
  content: none;
  background: transparent;
}
.section-product .slick-prev{
  background: url(../images/arrow-left-yellow.png) center no-repeat !important;
  background-size: contain;
  width: 200px;
  height: 200px;
  transform: translate(0, -50%) scale(.54);
  left: -153px;
}
.section-product .slick-next{
  background: url(../images/arrow-right-yellow.png) center no-repeat !important;
  background-size: contain;
  width: 200px;
  height: 200px;
  transform: translate(0, -50%) scale(.54);
  right: -153px;
}


/*homepage section health matters artikel*/
.section-artikel:before{
  content: '';
  background: url(../images/decor-leaf.png) center no-repeat !important;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-artikel .content-box{
  margin: 50px auto 30px;
}
.section-artikel .col-text{
  padding: 0;
}
.section-artikel .text-box{
  position: relative;
  height: 450px;
  overflow: hidden;
}
.section-artikel .text-box.small-box{
  height: 225px;
}
.section-artikel .text-box a{
  width: 100%;
  height: 100%;
  display: block;
}
.section-artikel .text-box:hover .img-thumbs{
  transition: all .5s linear;
  transform: scale(1.1);
}
.section-artikel .img-thumbs{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-artikel .text-box .overlay-box{
  background: rgba(255,255,255,.8);
  max-width: 350px;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.section-artikel .text-box .title,
.section-artikel .text-box .text{
  color: var(--black);
  font-weight: bold;
  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;
}
.section-artikel .text-box .title{
  margin-bottom: 20px;
}
.section-artikel .col-text .inner-col:nth-child(1) .small-box .overlay-box{
  top: 20px;
  bottom: auto;
}
.section-artikel .button{
  display: block;
  text-align: center;
  margin: auto;
}


/*homepage section news*/
.section-news .fp-tableCell{
  vertical-align: middle;
  padding-top: 0;
  transition: all .5s;
  z-index: 1;
}
.page-home#section-05 .fp-tableCell.reset{
  position: relative;
  transform: translateY(260px);
  transition: all .5s;
}
.section-news .news-carousel{
  margin-top: 50px;
}
.section-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;
}
.section-news .content-box a{
  color: var(--black);
  outline: none;
  border: none;
}
.section-news .content-box:hover .my-link{
  color: var(--dark-grey);
}
.section-news p{
  font-weight: 500;
}
.section-news .t-date{
  font-size: 14px;
}
.section-news .t-date i{
  color: var(--brown);
}
.section-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;
}
.section-news .my-link{
  text-transform: capitalize;
}
.section-news .col-button{
  margin: 30px auto 0;
}
.section-news .button{
  display: block;
  margin: auto;
}
.section-news.rev .slick-dots li.slick-active button{
  background: var(--white);
}
.section-news.rev .content-box{
  width: 100%;
  height: 250px;
  background: url(../images/bg-white.jpg) center no-repeat;
  background-size: cover;
  padding: 20px;
  outline: none;
  border: none;
}

/*homepage section sustainability*/
.section-sustainability{
  position: relative;
  background: var(--yellow);
  overflow: hidden;
}
.section-sustainability .content-box{
  margin-top: 50px;
}
.section-sustainability:before {
  content: '';
  background: url(../images/go_green/img-leave.png) no-repeat center;
  background-size: contain;
  width: 220px;
  height: 150px;
  position: absolute;
  bottom: 100px;
  left: -150px;
  z-index: 1;
  transform: rotate(175deg);
}
.section-sustainability:after {
  content: '';
  background: url(../images/go_green/img-leave.png) no-repeat center;
  background-size: contain;
  width: 220px;
  height: 150px;
  position: absolute;
  top: 180px;
  right: -80px;
  z-index: 1;
}
.section-sustainability .t-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 10px auto;
}
.section-sustainability .text {
  font-size: 16px;
  text-align: center;
  /*padding: 0 15px;*/
  font-weight: 700;
  min-height: 100px;
  margin-bottom: 30px;
}
.section-sustainability .img-icon {
  margin: auto;
  max-height: 120px;
}
.section-sustainability .button {
  display: block;
  margin: auto;
}
.section-sustainability .col-xs-15, .section-sustainability .col-sm-15, .section-sustainability .col-md-15, .section-sustainability .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.section-sustainability .slick-dots li.slick-active button{
  background: var(--white);
}
.section-sustainability .col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
.section-sustainability .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .section-sustainability .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .section-sustainability .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/*home section investor relation*/
.section-ir .content-box{
  margin-top: 50px;
}
.section-ir .sub-judul{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.section-ir .news-desc,
.section-ir .link-iu{
  font-weight: 700;
}
.section-ir h3.sub-judul{
  margin-bottom: 10px;
}
.section-ir .title-IU{
  margin-top: 15px; 
}
.section-ir .home-stock-box{
  background: var(--yellow);
  padding: 45px 35px;
}
.section-ir p.line-stock {
  font-family: "Montserrat", sans-serif;;
  text-transform: uppercase;
  position: relative;
  text-align: right;
  font-weight: 700;
  margin-bottom: 20px;
}
p.line-stock:before {
  content: '';
  width: 70%;
  height: 1px;
  background: var(--brown);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-ir h3.stock-quotes{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0;
  font-size: 25px;
}
.section-ir h1.stock_price{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 25px 0;
  font-size: 45px;
  color: var(--black);
}
.section-ir h1.stock_price i{
  color: var(--brown) !important;
}

/*footer*/
footer{
  position: relative;
  background: var(--dark-grey);
  color: var(--white);
  padding: 50px 80px;
  /*z-index: 99;*/
}
.page-home.footer .fp-tableCell{
  width: 100vw;
}
footer .logo-sido img{
  max-height: 35px;
  position: relative;
  z-index: 3;
}
footer .row1{
  height: 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
}
footer .credits p{
  font-size: 14px;
  text-align: right;
}
footer .row2{
  padding-top: 10px;
}
footer .cta-wrap a{
  display: inline-block;
  color: var(--white);
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  z-index: 3;
}
footer .cta-wrap a:hover{
  color: var(--yellow);
}
footer .row3{
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
}
footer .stock-percent-change{
  font-size: 14px;
}
footer .sosmed-wrap{
  text-align: right;
}
footer .sosmed-wrap a{
  display: inline-block;
  font-size: 16px;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  padding-top: 6px;
  margin-right: 5px;
}
footer .sosmed-wrap a:hover{
  color: var(--yellow);
  border: 1px solid var(--yellow);
}


/*modal disclaimer*/
.modal-disclaimer{
  position: fixed;
  top: 3000px;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99;
  width: 100%;
  height: 100%;
  transition: all .5s;
  z-index: 1000;
}
.modal-disclaimer.show-in{
  top: 0;
}
.modal-disclaimer .box{
  position: absolute;
  width: 100%;
  max-width: 1100px;
  min-height: 100px;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 5px;
  padding: 20px;
}
.modal-disclaimer .title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
  color: var(--brown);
  text-align: center;
  margin: 10px auto 30px;
}
.modal-disclaimer .title:after{
  content: '';
  width: 60px;
  height: 2px;
  background: var(--yellow);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.modal-disclaimer .close{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: var(--brown);
  opacity: 1;
  outline: none;
  border:none;
}
.modal-disclaimer .close:hover{
  color: var(--dark-grey);
}
.modal-disclaimer .img-disclaimer{
  margin: 0 auto; 
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 75vh;
}
.button-disclaimer{
  display: none;
  background: var(--white);
  position: fixed;
  z-index: 1000;
  color: var(--brown);
  border-radius: 5px;
  border: 3px solid var(--yellow);
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  padding: 8px 5px;
}
.button-disclaimer:hover{
  border: 3px solid var(--yellow);
  background: var(--dark-grey);
  color: var(--white);
}

/*modal disclaimer career*/
.modal-disclaimer-career{
  position: fixed;
  top: 3000px;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99;
  width: 100%;
  height: 100%;
  transition: all .5s;
  z-index: 1000;
}
.modal-disclaimer-career.show-in{
  top: 0;
}
.modal-disclaimer-career .box{
  position: absolute;
  width: 100%;
  max-width: 900px;
  min-height: 100px;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 5px;
  padding: 50px 40px;
}
.modal-disclaimer-career .title{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
  color: var(--brown);
  text-align: center;
  margin: 10px auto 30px;
}
.modal-disclaimer-career .title:after{
  content: '';
  width: 60px;
  height: 2px;
  background: var(--yellow);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.modal-disclaimer-career .close{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: var(--brown);
  opacity: 1;
  outline: none;
  border:none;
}
.modal-disclaimer-career .close:hover{
  color: var(--dark-grey);
}
.modal-disclaimer-career .img-disclaimer-career{
  margin: 0 auto; 
  display: block;
}
.button-disclaimer-career{
  display: none;
  background: var(--white);
  position: fixed;
  z-index: 1000;
  color: var(--brown);
  border-radius: 5px;
  border: 3px solid var(--yellow);
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  padding: 8px 5px;
}
.button-disclaimer-career:hover{
  border: 3px solid var(--yellow);
  background: var(--dark-grey);
  color: var(--white);
}

/*custom scrollbar*/
@media only screen and (min-width : 992px){
  /* width */
  ::-webkit-scrollbar{
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track{
    border-radius: 10px;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb{
    background: var(--brown); 
    border-radius: 10px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover{
    background: var(--brown); 
  }
}

.page-awards .modal-body img{
  width: 100%;
  margin: 0 auto;
}

.modal-disclaimer .slide-box {
  background: white;
  border-radius: 5px;
  padding: 1rem;
  max-height: 92vh;
  max-width: 92vw;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}

.modal-disclaimer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.modal-disclaimer .slider-wrapper {
  flex: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

.disclaimer-carousel.slick-slider {
  min-height: 0;
  display: flex !important;
  overflow: scroll;
  margin-bottom: 0;
}

.modal-disclaimer .slick-dots {
  bottom: 0;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-0 {
  border: 0 !important;
}

.d-table-cell {
  display: table-cell !important;
}

.nowrap {
  white-space: nowrap !important;
}

.d-table-row {
  display: table-row !important;
}

.text-left {
  text-align: left !important;
}

.fw-normal {
  font-weight: normal !important;
}
.break-word{
  word-break: break-word;
}
.menu .nav-menu a.nav-link {
  font-weight: 600;
}
.header .col-menu .nav>.nav-menu>a.nav-link.active{
  font-weight: 600;
}