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


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
  .anchor-down{
    display: none;
  }
  #pc-display{
    display: none;
  }
  #mbl-display{
    display: block;
  }
  h1{
    font-size: 28px;
  }
  h2{
    font-size: 24px;
  }
  h3{
    font-size: 20px;
  }
  h4{
    font-size: 16px;
  }
  h5{
    font-size: 14px;
  }
  h6{
    font-size: 12px;
  }
  p, span, label, ul, ol, li{
    font-size: 14px;
  }
  #blockContainer{
    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;
  }
  .blockA{
    box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
  }
  .blockB{
    box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
  }
  a,
  .my-link{
    color: var(--brown);
    font-size: 13px;
  }

  .loader .box img{
    max-width: 50px;
  }
  .btn-to-top{
    font-size: 35px;
  }

  /*header*/
  .header-mobile{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 50px;
    /*background: rgba(255,255,255,.5);*/
  }
  .header-mobile .inner-header{
    height: 50px;
    background: var(--white);
    width: 90%;
    margin: 15px auto 0;
    border-radius: 10px;
    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-mobile .col{
    height: 50px;
    display: flex;
    align-items: center;
  }
  .header-mobile .col-logo .logo{
    transform: scale(.9);
  }
  .header-mobile .col-logo img{
    max-height: 30px;
  }
  .header-mobile .col-menu{
    justify-content: flex-end;
  }
  .header-mobile .icon-cart{
    color: var(--black);
    font-size: 24px;
    margin-right: 25px;
  }
  .header-mobile .icon-cart:hover{
    color: var(--brown);
  }
  .header-mobile .burger-menu{
    font-size: 24px;
    color: var(--brown);
    display: flex;
  }
  .header-mobile .burger-menu:hover{
    color: var(--dark-grey);
  }

  .bg-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 100;
  }
  /*burger content*/
  .burger-content{
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    width: 90%;
    height: calc(90vh - 20%);
    overflow-y: hidden;
    /*overflow-y: scroll;*/
    z-index: 101;
    margin-top: 15px;
    border-radius: 10px;
    padding: 0 10px;
    transition: all .5s linear;
  }
  .burger-content .col{
    height: 50px;
    display: flex;
    align-items: center;
  }
  .burger-content .col-logo .logo{
    transform: scale(.9);
  }
  .burger-content .col-logo img{
    max-height: 30px;
  }
  .burger-content .col-menu{
    justify-content: flex-end;
  }
  .burger-content .col-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }
  .burger-content .col-menu ul li{
    display: inline-block;
  }
  .burger-content  .col-menu ul li.pil-bahasa a{
    color: var(--brown);
    border: 1px solid var(--brown);
    padding: 3px;
    font-size: 14px;
  }
  .burger-content  .col-menu ul li.pil-bahasa:hover a{
    background: var(--brown);
    color: var(--white);
  }
  .burger-content .close-burger-menu{
    font-size: 24px;
    color: var(--brown);
    display: flex;
  }
  .burger-content .close-burger-menu:hover{
    color: var(--dark-grey);
  }
  /*list menu*/
  .burger-content .menu-content{
    width: 100%;
    /*height: calc(80vh - 15%);*/
    height: 400px;
    overflow-y: scroll;
  }
  .menu-content .list-dropdown.current .panel-title a{
    color: var(--brown);
  } 
  .menu-content .panel-default{
    border-color: transparent;
    box-shadow: none;
  }
  .menu-content .panel-default>.panel-heading{
    border-color: transparent;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .menu-content .panel-group{
    border-bottom: 1px solid var(--brown);
    margin-bottom: 0;
    padding: 8px 0;
  }
  .menu-content .panel-title.single-list{
    padding: 8px 0;
    border-bottom: 1px solid var(--brown);
  }
  .menu-content .panel-title{
    text-transform: uppercase;
    font-size: 14px;
  }
  .menu-content .panel-title a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    color: var(--black);
  }
  .menu-content .panel-title i{
    float: right;
    font-style: normal;
    font-family: var(--fontAwesome);
  }
  .menu-content .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
    padding-bottom: 0;
  }
  .menu-content .panel-body p,
  .menu-content .panel-body p a{
    font-size: 14px;
    color: var(--black);
  }
  .menu-content .panel-body p{
    padding: 3px 0;
  }
  .menu-content .panel-body p a{
    width: 100%;
    height: 100%;
    display: block;
  }
  .menu-content .panel-body .level2{
    padding-left: 20px;
  }
  .menu-content .panel-body .level3{
    padding-left: 50px;
  }

  /*breadcrumbs*/
  .breadcrumbs{
    margin: 10px 0 10px;
  }
  .breadcrumbs .inner{
    border-top: 1px solid var(--brown);
    margin: 0 15px;
    padding-top: 8px;
  }
  .breadcrumbs .text{
    font-weight: bold;
  }
  .breadcrumbs .breadcrumbs-wrapper{
    padding: 10px 0 15px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--brown);
  }
  .breadcrumbs .breadcrumbs-wrapper p{
    font-size: 12px;
  }
  .breadcrumbs .text-sido{
    font-weight: bold;
    background: var(--yellow);
    border-radius: 5px;
    padding: 5px 8px;
  }
  .breadcrumbs .icon{
    font-weight: bold;
    margin: 0 10px;
  }
  .breadcrumbs .current{
    font-weight: bold;
    background: var(--white);
    box-shadow: 1px 1px 5px 2px var(--yellow);
    border-radius: 5px;
    padding: 5px 8px;
  }


  /*general homepage*/
  .page-home .slick-prev,
  .page-home .slick-next{
    transform: translate(0, -50%) scale(.5);
  }
  .page-home .slick-prev{
    left: -15px;
  }
  .page-home .slick-next{
    right: -15px;
  }
  .page-home.footer{
    display: none;
  }
  h1.line{
    padding: 0 30px;
  }
  h1.line:before, 
  h1.line:after{
    width: 15%;
  }
  
  /*homepage section banner*/
  .section-banner .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .section-banner .banner-carousel .slides{
    height: 550px;
  }
  .page-home#section-01 .fp-tableCell.reset{
    top: 0;
  }
  .section-banner .slides .text-box{
    right: 20px;
    top: 120px;
    padding: 0 30px;
    max-width: 300px;
    background: rgba(255,255,255,.3)
  }
  .section-banner .slides .text-box.white-box{
    top: 100px;
  }
  .section-banner .slides .hero{
    font-size: 32px;
  }
  .section-banner .slides .lead{
    font-size: 24px;
  }
  .section-banner .slides .text-box.white-box{
    padding: 20px;
    max-width: 300px;
  }
  .section-banner .slides .white-box .hero{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section-banner .slides .white-box .lead{
    font-size: 16px;
  }
  .section-banner .slides .white-box .lead br{
    display: none;
  }
  .section-banner .banner-carousel .slide1{
    background-position-y: 0px;
    background-position: left;
  }
  .section-banner .banner-carousel .slide2{
    background-position: -50px;
  }
  .section-banner .banner-carousel .slide4{
    background-position: center;
  }
  .section-banner .banner-carousel .slide-vit-c1000{
    background-position-x: left;
  }
  .section-banner .banner-carousel .slide6{
    background-position-x: center;
  }
  .section-banner .banner-carousel .slick-dots{
    bottom: 10px;
  }
  .slick-dots li{
    margin: 0;
    transform: scale(.8);
  }
  .section-banner .slide4 .lead{
    margin: 20px auto;
  }
  .section-banner .slides .text-box.full-box{
    height: 55vh;
  }
  .section-banner .full-box .produk-placing-angin-jahe{
    transform: translateX(-50%) scale(.85);
    bottom: 10px;
  }
  .section-banner .slides .white-box.full-box .decor-madu{
    transform: translateX(-50%) scale(.6);
    bottom: -15px;
  }
  .section-banner .full-box .produk-placing-kuku-bima{
    transform: translateX(-50%) scale(.7);
    bottom: 0;
  }
  .section-banner .slides .white-box.full-box .decor-jahe{
    transform: scale(.7);
    bottom: -25px;
    right: -30px;
  }
  .section-banner .full-box .produk-placing-c1000{
    transform: translateX(-50%) scale(.7);
    bottom: 0;
  }
  .section-banner .decor-jeruk{
    transform: scale(.7);
    bottom: 0;
    right: -30px;
  }
  .section-banner .full-box .produk-placing-suplemen{
    transform: translateX(-50%) scale(.95);
    bottom: 15px;
  }
  .section-banner .slides .white-box.full-box .decor-temulawak{
    transform: translateX(-50%) scale(.7);
    bottom: -20px;
    right: -75px;
  }
  .section-banner .full-box .produk-placing-kopi-jahe{
    transform: translateX(-50%) scale(.7);
    bottom: 0;
  }
  .section-banner .slide5 .white-box.full-box .decor-jahe{
    right: 0;
  }

  /*homepage section production*/
  .section-production{
    padding: 30px 15px 50px;
  }
  .section-production .production-carousel .row{
    padding: 0;
  }
  .section-production .col-img img{
    height: 300px;
  }
  .section-production .production-carousel .slides .col{
    height: auto;
  }
  .section-production .production-carousel .slides .col-text{
    padding-top: 0;
    margin-top: 30px;
  }
  .section-production .sub-judul{
    text-align: center;
  }
  .section-production .text-box{
    margin: auto;
    text-align: center;
  }
  .section-production .text-box p{
    font-size: 14px;
    margin-bottom: 0;
    display: inline;
  }
  .section-production .my-link{
    display: block;
    text-align: center;
    margin: 20px auto 0;
  }
  .section-production .col-img{
    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-img .sub-judul{
    box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    margin-bottom: 30px;
  }
  .section-production .col-img img{
    box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
  }
  .section-production .production-carousel .slick-dots{
    bottom: 210px;
    right: auto;
    text-align: center;
  }
  
  /*homepage section product*/
  .section-product{
   padding: 30px 15px 50px;
  }
  .section-product .content-box .sub-judul{
    margin: 50px auto 30px;
    font-size: 20px;
  }
  .section-product .content-box img{
    max-width: 250px;
  }
  .section-product .content-box p{
    text-align: center;
    font-size: 14px;
    margin: 30px auto;
  }
  .section-product .content-box .button{
    display: block;
    margin: auto;
  }
  .section-product .sliders-for{
    margin-bottom: 50px;
  }
  .section-product .sliders-nav{
    max-width: 500px;
    margin-bottom: 30px;
    transform: scale(.88);
  }
  .section-product .content-box-nav{
    width: 125px;
  }
  .section-product .slick-prev{
    left: -140px;
  }
  .section-product .slick-next{
   right: -140px;
  }
  .section-product .slick-prev,
  .section-product .slick-next{
    transform: translate(0, -50%) scale(.4);
  }


  /*homepage section artikel*/
  .section-artikel{
   padding: 30px 15px 50px;
  }
  .section-artikel:before{
    height: 150px;
    content: none;
  }
  .section-artikel .col-text.newest{
    display: block;
  }
  .section-artikel .col-text{
    display: none;
  }
  .section-artikel .text-box{
    height: 300px;
  }
  .section-artikel .text-box .overlay-box{
    max-width: 280px;
  }
  
  /*homepage section news*/
  .section-news{
    padding: 30px 15px 50px;
  }
  .section-news .slick-dots{
    text-align: right;
    right: 15px;
  }
  .section-news .col-button{
    margin: 50px auto 0;
  }

  /*homepage section sustainability*/
  .section-sustainability{
    padding: 30px 15px 50px;
  }
  .section-sustainability .img-icon{
    max-height: 250px;
  }
  .section-sustainability .button{
    margin: 0 auto 20px;
  }
  .section-sustainability .sustainability-carousel{
    margin-top: 50px;
  }
  .section-sustainability:after{
    width: 150px;
  }

  /*footer*/
  footer{
    padding: 50px 20px;
  }
  footer .col{
    margin-bottom: 20px;
  }
  footer .col:last-child{
    margin-bottom: 0;
  }
  footer .stock{
    text-align: center;
  }
  footer .sosmed p{
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
  }
  footer .sosmed-wrap{
    text-align: center;
  }
  footer .sosmed-wrap a{
    width: 25px;
    height: 25px;
    padding-top: 3px;
    font-size: 14px;
  }
  footer .credits p{
    font-size: 12px;
    text-align: center;
  }

  #mbl-display .cta .cta-wrap a{
    font-size: 12px;
  }

  .modal-disclaimer .box{
    max-width: 600px;
    padding: 30px;
  }
  .modal-disclaimer-career .box{
    max-width: 600px;
    padding: 30px;
  }

  /*adjustment fullpage*/
  .section-banner .banner-carousel .slides{
    height: 92vh;
  }
  .page-home.section-banner .fp-tableCell{
    padding-top: 0;
  }
  .page-home .fp-tableCell{
    padding-top: 70px;
  }
  .page-home h1{
    font-size: 24px;
  }
  .section-banner .banner-carousel .slide5{
    background-position-y: 0;
  }
  .page-home#section-02 .fp-tableCell.reset{
    top: 100px;
  }
  .section-production .production-carousel{
    margin: 15px 0 0 0;
  }
  .section-production .col-img .sub-judul{
    margin-bottom: 10px;
  }
  .section-production .col-img img{
    height: 180px;
  }
  .section-production .production-carousel .slides .col-text{
    margin-top: 20px;
  }
  .section-production .production-carousel .slick-dots{
    bottom: 190px;
    transform: scale(.8);
    display: block !important;
    left: 0;
    right: 0;
  }
  .section-product.page-home .fp-tableCell{
    padding-top: 70px;
  }
  .section-product .content-box .sub-judul{
    margin: 15px auto 10px;
  }
  .section-product .content-box p{
    margin: 20px auto;
  }
  .fullpage-home.footer{
    display: block;
    position: relative;
    z-index: 1;
  }
  /*adjustment fullpage*/

}
/*end 992*/


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

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 568px){
  
 /* h1.line{
    max-width: 280px;
    margin: auto;
  }*/
  h1.line:before, 
  h1.line:after{
    width: 8%;
  }
  .section-banner .slides .text-box.white-box{
    max-width: 250px;
  }
  .section-product .sliders-nav{
    max-width: 260px;
  }
  .section-product .content-box-nav{
    width: 130px;
  }
  .section-banner .banner-carousel .slide2{
    background-position: -50px 0;
    background-size: cover;
  }
  .section-banner .slide2 .text-box.white-box{
    max-width: 280px;
  } 
  .section-banner .slide2 .text-box.white-box .lead{
    font-size: 15px;
  }
  .modal-disclaimer .box{
    max-width: 280px;
  }
  .modal-disclaimer .box p{
    height: 300px;
    overflow-y: scroll;
  }
  .modal-disclaimer .title{
    margin-top: 20px;
  }
  .modal-disclaimer .close{
    top: 5px;
  }

  .modal-disclaimer-career .box{
    max-width: 280px;
  }
  .modal-disclaimer-career .box p{
    height: 300px;
    overflow-y: scroll;
  }
  .modal-disclaimer-career .title{
    margin-top: 20px;
  }
  .modal-disclaimer-career .close{
    top: 5px;
  }

  /*adjusment fullpage*/
  .section-product .sliders-nav{
    display: none;
  }
  .page-home.section-product .fp-tableCell.reset{
    padding-top: 150px;
  }
  .section-product .slick-next{
    transform: translate(0, -100%) scale(.2);
    right: -110px;
  }
  .section-product .slick-prev{
    transform: translate(0, -100%) scale(.2);
    left: -110px;
  }
  .section-product .content-box p{
    padding: 0 10px;
  }
  .page-home.section-artikel .fp-tableCell.reset{
    padding-top: 150px;
  }
  .section-artikel .content-box{
    margin: 30px auto;
  }
  .section-news .fp-tableCell{
    padding-top: 0;
    transform: translateY(-20px);
  }
  .page-home#section-05 .fp-tableCell.reset h1{
    display: none;
  }
  .page-home#section-05 .fp-tableCell.reset{
    transform: translateY(235px);
  }
  .page-home#section-05 .fp-tableCell.resetTop{
    transform: translateY(50px);
  }
  .section-news .col-button{
    margin: 0px auto 0;
  }
  .section-news.rev .button{
    display: none;
  }

  /*homepage section ir*/
  .section-ir .content-box{
    margin-top: 0px;
  }
  .section-ir .home-stock-box {
    padding: 12px;
  }
  .section-ir p.line-stock{
    margin-bottom: 0px;
  }
  .section-ir h3.stock-quotes{
    margin: 0;
    font-size: 15px;
  }
  .section-ir h1.stock_price{
    margin: 0;
    font-size: 25px;
  }
  p.line-stock:before{
    width: 60%;
  }
  .section-ir h3.sub-judul{
    margin-bottom: 0;
    margin-top: 10px;
  }
  /*adjusment fullpage*/

  .section-sustainability .content-box{
    margin-top: 15px;
  }

}
/*end 568*/


@media only screen and (max-height: 568px) and (orientation: landscape){
  .modal-disclaimer .box{
    max-width: 80%;
    height: 85%;
    padding: 20px;
  }
  .modal-disclaimer .box p{
    height: 150px;
    overflow-y: scroll;
  }

  .modal-disclaimer-career .box{
    max-width: 80%;
    height: 85%;
    padding: 20px;
  }
  .modal-disclaimer-career .box p{
    height: 150px;
    overflow-y: scroll;
  }
  .header-mobile .inner-header{
    margin: 10px auto 0;
  }
  .burger-content .menu-content{
    height: 100px;
  }
  .burger-content{
    height: calc(90vh - 20%);
    margin-top: 10px;
  }
  .breadcrumbs{
    margin: 5px 0 5px;
  }
  .breadcrumbs .breadcrumbs-wrapper{
    padding: 5px 0 10px 0;
  }
  .section-banner .banner-carousel .slides{
    height: 85vh;
  }
  .section-banner .slides .text-box,
  .section-banner .slides .text-box.white-box{
    top: 80px;
  }
  .section-banner .banner-carousel .slide2{
    background-position: 0;
  }
  .section-banner .slides .white-box .hero{
    font-size: 17px;
  }
  .section-banner .slides .white-box .lead{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section-banner .my-link{
    font-size: 12px;
  }
  .section-banner .banner-carousel .slick-dots{
    transform: scale(.8);
    bottom: 5px;
  }
  .section-banner .slides .white-box.full-box .decor-madu,
  .section-banner .slides .white-box.full-box .decor-jahe,
  .section-banner .decor-jeruk,
  .section-banner .slides .white-box.full-box .decor-temulawak{
    display: none;
  }
  .section-banner .full-box .produk-placing-angin-jahe{
    bottom: 0;
  }
  .section-banner .full-box .produk-placing-kuku-bima,
  .section-banner .full-box .produk-placing-c1000{
    transform: translateX(-50%) scale(.5);
    bottom: -20px;
  }
  .section-banner .full-box .produk-placing-suplemen {
    transform: translateX(-50%) scale(.8);
    bottom: 0;
  }
  .section-banner .full-box .produk-placing-kopi-jahe {
    transform: translateX(-50%) scale(.45);
    bottom: -20px;
  }
  .page-home .fp-tableCell{
    padding-top: 40px;
  }
  .page-home h1 {
    font-size: 20px;
  }
  .section-production .production-carousel{
    margin: 0;
  }
  .section-production .col-img .sub-judul{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section-production .production-carousel .slides .col{
    position: relative;
    width: 50%;
    overflow: visible;
  }
  .section-production .production-carousel .slides .col-text{
    margin-top: -20px;
    margin-left: 35px;
    padding-right: 0;
  }
  #blockContainer{
    display: flex !important;
  }
  .section-production .text-box p{
    font-size: 12px;
    line-height: 1.3em;
  }
  .section-production .text-box{
    text-align: right;
  }
  .section-production .my-link{
    margin: 5px 0 0;
    text-align: right;
    font-size: 12px;
  }
  .section-production .production-carousel .slick-dots{
    text-align: right;
    bottom: 0;
    right: 0px;
    transform: scale(.7);
  }
  .page-home#section-02 .fp-tableCell.reset{
    top: 80px;
  }
  .section-product.page-home .fp-tableCell{
    padding-top: 50px;
  }
  .section-product .content-box .sub-judul{
    font-size: 14px;
    margin: 5px auto 10px;
  }
  .section-product .content-box .row{
    display: flex;
  }
  .section-product .content-box .col{
    width: 50%;
    align-self: center;
  }
  .section-product .content-box p{
    font-size: 12px;
    margin: 5px auto 10px;
    text-align: left;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
  }
  .section-product .content-box .button{
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
  }
  .section-product .content-box img{
    max-width: 180px;
  }
  .section-product .sliders-nav{
    display: none;
  }
  .section-product.page-home .fp-tableCell.reset{
    padding-top: 130px;
  }
  .section-artikel .content-box{
    margin: 10px auto 0;
  }
  .section-artikel .text-box{
    height: 120px;
  }
  .section-artikel .text-box .title{
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
  }
  .page-home .button{
    padding: 5px 10px;
    margin-top: 10px;
  }
  .section-artikel .text-box .overlay-box{
    max-width: 90%;
    bottom: 5px;
    padding: 10px 20px;
  }
  .section-artikel.page-home .fp-tableCell.reset{
    padding-top: 130px;
  }
  .section-news .fp-tableCell{
    vertical-align: top;
  }
  .section-news .news-carousel{
    margin-top: 10px;
  }
  .section-news .content-box{
    height: 110px;
  }
  .section-news .t-title{
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
  }
  .section-news.page-home .fp-tableCell.resetTop{
    padding-top: 130px;
    padding-top: 285px;
  }
  .section-news .col-button{
    margin: -20px auto 0;
  }
  .page-home#section-05 .fp-tableCell.reset{
    transform: translateY(215px);
    padding: 130px 0;
  }
  .fullpage-home.footer{
    height: 500px !important;
  }
}
/*end landscape*/

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

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px){
  .section-production .fp-tableCell{
    transform: scale(.9);
    padding-top: 30px;
  }
  .page-home#section-02 .fp-tableCell.reset{
    top: 90px;
  }
  .section-product.page-home .fp-tableCell,
  .section-artikel.page-home .fp-tableCell{
    transform: scale(.9);
    padding-top: 30px;
  }
  .section-news.page-home .fp-tableCell{
    transform: scale(.9);
  }
  .section-news .news-carousel{
    margin-top: 20px;
  }
  .page-home#section-05 .fp-tableCell.reset{
    transform: translateY(245px) scale(.9);
  }
  .page-home#section-05 .fp-tableCell.reset .content-box{
    height: 200px;
  }

}
/*end 360*/

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

/* Tablets */
@media only screen and (min-width : 767px) and (max-width: 992px){
  h1.line:before, h1.line:after{
    width: 20%;
  }
  .header-mobile .inner-header{
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }
  .burger-content{
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
  .section-product .sliders-nav{
    max-width: 650px;
  }
  .section-product .content-box-nav{
    width: 130px;
  }
  .section-product .slick-prev{
    left: -140px;
  }
  .section-product .slick-next{
   right: -140px;
  }
  .section-product .slick-prev,
  .section-product .slick-next{
    transform: translate(0, -50%) scale(.42);
  }

  /*adjustment fullpage*/
  .section-banner .slides .text-box.white-box{
    top: 120px;
  }
  .section-banner .slides .text-box.full-box{
    height: 30vh;
  }
  .section-banner .slides .white-box.full-box .decor-jahe{
    right: -40px;
  }
  .section-banner .decor-jeruk{
    right: -20px;
  }
  .section-banner .slides .text-box{
    transform: scale(1.3);
    right: 100px;
    background: rgba(255,255,255,.85);
  }
  .section-banner .banner-carousel .slick-dots{
    bottom: 100px;
  }
  .section-banner .produk-placing-angin-jahe{
    left: 120px;
    bottom: 180px;
    transform: scale(1.8);
  }
  .section-banner .produk-placing-kuku-bima,
  .section-banner .produk-placing-suplemen{
    left: 100px;
    bottom: 180px;
    transform: scale(1.5);
  }
  .section-banner .produk-placing-kopi-jahe{
    left: 50px;
    bottom: 180px;
    transform: scale(1.5);
  }
  .section-banner .banner-carousel .slide5{
    background-position-y: 0;
  }
  .section-production .col-img img{
    height: 500px;
  }
  .section-production .production-carousel {
    margin: 50px 0 0 0;
  }
  .section-production .fp-tableCell{
    vertical-align: middle;
    padding-top: 0;
  }
  .section-production .production-carousel .slick-dots{
    bottom: 150px;
  }
  .page-home#section-02 .fp-tableCell.reset{
    top: 80px;
  }
  .section-product .fp-tableCell,
  .section-artikel .fp-tableCell{
    vertical-align: middle;
    padding-top: 0;
  }
  .section-artikel .col-text{
    display: block;
  }
  .section-artikel .text-box{
    height: 450px;
  }
  .section-artikel .col-text{
    display: block;
    overflow: hidden;
  }
  /*adjustment fullpage*/

}
/*end 768*/

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

/* Tablets landscape */
@media only screen and (min-width : 1024px) and (max-width: 1024px){
  h1.line:before, h1.line:after{
    width: 20%;
  }
  .section-banner .slides .text-box{
    right: 50px;
  }
  .section-banner .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .page-home:first-child{
    padding: 0;
  }
  .page-home{
    padding: 50px 0 30px 0;
  }
  .page-home.footer{
    display: none;
  }
  .section-production .production-carousel .slides .col{
    height: 50vh;
  }
  .section-production .col-img img{
    height: 100%;
  }
  .section-production .production-carousel .slides .col-text{
    padding-top: 30px;
  }
  .section-product .content-box p{
    text-align: center;
    margin: 30px auto;
  }
  .page-home.section-product .button{
    margin: auto;
    display: block;
  }
  .page-home.section-artikel .row{
    padding: 0 15px;
  }
  footer{
    padding: 50px 0;
  }

  /*adjustment*/
  .header .col-menu .nav>li>a{
    font-size: 12px;
    padding: 3px;
  }
  .menu .megadrop .row .col-heading{
    max-width: 160px;
  }
  .section-banner .banner-carousel .slide5{
    background-position-y: 0px;
  }
  .section-banner.page-home .fp-tableCell{
    padding-top: 0;
  }
  .page-home .fp-tableCell{
    padding-top: 70px;
  }
  .section-banner .banner-carousel .slide-vit-c1000{
    background-position-x: left; 
  }
  .page-home#section-02 .fp-tableCell.reset{
    top: 50px;
  }
  .page-home.section-product .fp-tableCell.reset{
    padding-top: 190px;
  }
  .page-home.section-artikel .fp-tableCell.reset{
    padding-top: 190px;
  }
  .section-artikel .text-box{
    height: 400px;
  }
  .section-artikel .text-box.small-box{
    height: 200px;
  }
  .section-artikel .text-box .overlay-box{
    bottom: 10px;
  }
  .section-artikel .col-text .inner-col:nth-child(1) .small-box .overlay-box{
    top: 10px;
  }
  .section-news .fp-tableCell{
    vertical-align: top;
  }
  .page-home.footer{
    display: block !important;
  }
  .page-home#section-05 .fp-tableCell.reset{
    transform: translateY(390px);
  }
  .page-home#section-05 .fp-tableCell.resetTop{
    transform: translateY(160px);
  }

  /*homepage section sustainability*/
  .section-sustainability{
    padding: 30px 15px 50px;
  }
  .section-sustainability .img-icon{
    max-height: 300px;
  }
  .section-sustainability .button{
    margin: 0 auto 20px;
  }
  .section-sustainability .sustainability-carousel{
    margin-top: 50px;
  }
  .section-sustainability:after{
    width: 150px;
  }
 
}
/*end 1024*/


@media only screen and (min-width : 993px) and (max-width: 1198px){
   
  .section-banner .slick-dotted.slick-slider{
    margin-bottom: 0;
  } 
  .section-production{
    padding: 50px 0 0;
  }
  .section-production h1.line:before, 
  .section-production h1.line:after{
    width: 15%;
  }
  .section-production .production-carousel .slides .col{
    height: 70vh;
  }
  .section-production .col-img img{
    height: 100%;
  }
  .section-production .production-carousel .row{
    padding: 0 0 0 120px;
  }
  .section-production .production-carousel .slides .col-text{
    padding-top: 50px;
  }
  .section-production .slick-dots{
    bottom: 50px;
    right: 160px;
  }
  .section-product{
    padding: 50px 0 80px;
  }
  .section-product .content-box-nav{
    width: 189px;
  }
  .section-product .sliders-nav{
    transform: scale(.9);
  }
  .section-artikel{
    padding: 50px 0 80px;
  }
  .section-news{
    padding: 50px 0 80px;
  }
}

@media only screen and (min-width : 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1369px){
  /*adjustment fullpage*/
  .section-banner .slides .text-box{
    max-width: 500px;
    right: 50px;
    background: rgba(255,255,255,.85);
    padding: 20px;
  }
  .section-banner .banner-carousel .slide1,
  .section-banner .banner-carousel .slide2{
    background-position-x: left;
  }
  .section-banner .banner-carousel .slick-dots{
    bottom: 100px;
  }
  .section-banner .produk-placing-angin-jahe{
    left: 120px;
    bottom: 180px;
    transform: scale(1.4);
  }
  .section-banner .produk-placing-kuku-bima,
  .section-banner .produk-placing-suplemen{
    left: 100px;
    bottom: 180px;
    transform: scale(1.2);
  }
  .section-banner .produk-placing-kopi-jahe{
    left: 80px;
    bottom: 180px;
    transform: scale(1.3);
  }
  .section-banner .slides .text-box.white-box{
    transform: scale(1.2);
    right: 100px;
    top: 200px
  }
  .section-production .production-carousel .slides .col-text{
    height: auto;
  }
  .section-product .slides .col{
    width: 100%;
  }
  .section-product .fp-tableCell,
  .section-artikel .fp-tableCell{
    vertical-align: middle;
    padding-top: 0;
  }
  /*adjustment fullpage*/
}
/*end ipad pro*/


@media only screen and (min-width : 1200px) and (max-width : 1366px) and (max-height: 768px){
    #fullpage .section-production .production-carousel .slides .col-text{
      padding-top: 20px;
    }
    #fullpage .section-production .text-box{
      margin: 50px 70px 50px 0;
    }
    #fullpage .section-product .sliders-for{
      transform: scale(.85);
      margin-bottom: 30px;
    }
    #fullpage .section-product .content-box .sub-judul{
      margin: 30px auto;
    }
    #fullpage .section-product .sliders-nav{
      transform: scale(.93);
    }
    #fullpage .section-artikel .content-box{
      margin: 30px auto 10px;
      transform: scale(.95);
    }
}

@media only screen and (min-width : 1200px) and (max-width : 1366px) and (max-height: 722px){
    #fullpage .section-production .text-box{
      margin: 20px 70px 20px 0;
    }
    #fullpage .section-artikel .content-box{
      transform: scale(.9);
      margin: 0 auto 10px;
    }
    #fullpage .section-artikel:before{
      top: 55%;
    }
    .page-home#section-05 .fp-tableCell.reset{
      transform: translateY(215px);
    }
}

@media only screen and (min-width : 1200px) and (max-width : 1366px) and (max-height: 680px){
  #fullpage .section-artikel .text-box{
    height: 420px;
  }
  #fullpage .section-artikel .text-box.small-box{
    height: 210px;
  }
  #fullpage .section-artikel .content-box{
    margin: 0 auto;
  }
  #fullpage .section-product .sliders-for{
    margin-top: -15px;
    margin-bottom: 10px;
  }
  #fullpage .section-product .content-box .sub-judul{
    margin: 20px auto;
  }
  #fullpage .section-product .sliders-nav{
    margin-top: -10px;
  }
  .page-home#section-05 .fp-tableCell.reset{
    transform: translateY(185px);
  }
  .section-news .col-button{
    margin: 15px auto 0;
  }
  .section-production .slick-dots{
    bottom: 220px;
  }

  .section-ir .content-box{
    margin-top: 0px;
  }
  .section-sustainability .content-box{
    margin-top: 15px;
  }
  .section-sustainability .img-icon {
    max-height: 80px;
  }
  .section-sustainability .t-title {
    margin: 10px auto;
  }
  .section-sustainability .text {
    margin-bottom: 10px;
  }
  .section-production .production-carousel{
    margin: 10px 0 0 0;
  }
}

@media only screen and (min-width : 1366px) and (max-width : 1366px) and (max-height: 680px){
  .section-banner .banner-carousel .slide-vit-c1000{
    background-position-y: -130px;
  }
}


@media only screen and (min-width : 1200px) and (max-width : 1366px) and (max-height: 660px){
  #fullpage .section-production .production-carousel .slides .col-text{
    padding-top: 10px;
  }
  #fullpage .section-production .text-box{
    margin: 20px 70px 20px 0;
  }
  #fullpage .section-product .content-box .sub-judul{
    margin: 20px auto;
  }
  #fullpage .section-artikel .text-box{
    height: 400px;
  }
  #fullpage .section-artikel .text-box.small-box{
    height: 200px;
  }
  .page-home#section-05 .fp-tableCell.reset .col-button{
    margin: 15px auto 0;
  }
}

@media only screen and (min-width : 1200px) and (max-width : 1366px) and (max-height: 600px){
  .section-banner .slides .text-box{
    top: 115px;
  }
  .section-banner .slides .white-box .hero{
    font-size: 35px;
  }
  .section-banner .full-box .produk-placing-angin-jahe{
    bottom: 20px;
  }
  #fullpage .section-product .sliders-for{
    margin-top: -25px;
  }
  #fullpage .section-product .content-box .sub-judul{
    margin: 20px auto 10px; 
  }
  #fullpage .section-production .text-box{
    margin: 10px 70px 15px 0;
  }
  #fullpage .section-production .production-carousel .slides .col-text{
    padding-top: 0;
  }

}

@media only screen and (min-width : 1366px) and (max-width : 1366px) and (max-height: 660px){
  .section-banner .banner-carousel .slide-vit-c1000{
    background-position-y: -145px;
  }
}

@media only screen and (min-width : 1400px) and (max-width : 1600px) and (max-height: 680px){
  .section-banner .banner-carousel .slide-vit-c1000{
    background-position-y: -145px;
  }
  .section-production .production-carousel .slides .col-text {
    padding-top: 20px;
  }
  .section-production .text-box{
    margin: 20px 70px 30px 0;
  }
 .page-home#section-05 .fp-tableCell.reset{
    transform: translateY(215px);
  }
  #fullpage .section-product .sliders-for{
    transform: scale(.9);
    margin-bottom: 10px;
    margin-top: -15px;
  }
  #fullpage .section-product .content-box .sub-judul{
    margin: 30px auto;
  }
  #fullpage .section-product .sliders-nav{
    transform: scale(.93);
  }
  #fullpage .section-artikel .content-box{
    margin: 0px auto 10px;
    transform: scale(.95);
  }
  #fullpage .section-artikel .text-box{
    height: 400px;
  }
  #fullpage .section-artikel .text-box.small-box{
    height: 200px;
  }
  .page-home#section-05 .fp-tableCell.reset .col-button{
    margin: 15px auto 0;
  }

  .section-ir .content-box{
    margin-top: 50px;
  }
}


/*mozilla target*/
@-moz-document url-prefix(){
  .header .col-menu .nav > li > a{
    font-size: 12.5px;
  }
  .section-banner .slides .white-box .decor-madu{
    bottom: -90px;
  }
  .section-banner .slides .white-box .hero{
    font-size: 36px;
  }
  .section-artikel .content-box{
    margin: 30px auto;
  }

}

/* IE Edge 12+ CSS styles go here */ 
/*@supports (-ms-accelerator:true){
 
}
*/

/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
  
}
 
/* Microsoft Edge Browser 15+ - @supports method */
@supports (-ms-ime-align:auto)
and (-webkit-text-stroke:initial){
  .header .col-menu .nav > li > a{
    font-size: 12.5px;
  }
  .menu > li > .megadrop{
    left: 0;
    margin-top: 0;
  }
}


/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .header .col-menu .nav > li > a{
    font-size: 12.5px;
  }
}


