
#bodykey{
  padding: 80px 15px 0;
}
#bodykey .lSSlideOuter{
  position: relative;
}
#bodykey .lSSlideOuter .lSPager{
  position: absolute;
  right: 20px; bottom: 20px;
}
#bodykey .lSSlideOuter .lSPager.lSpg>li.active{
  background-color: #006519;
  border-color: #006519;
}
#bodykey .lSSlideOuter .lSPager.lSpg>li.active a{
  background-color: #006519;
}
#bodykey .lSSlideOuter .lSPager.lSpg>li a{
  display: none;
}
.bodykey-menu{
  position: fixed;
  top: 0; right: 0; left: 150px;
  z-index: 2;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.bodykey-menu .logo{
  margin: 10px 30px;
  height: 60px;
  width: auto;
  margin-right: auto;
}
.bodykey-menu .menu-toggle{
  display: none;
}
@media (max-width: 768px) {
  #bodykey{
    padding-top: 60px;
  }
  .bodykey-menu{
    position: absolute;
  }
  .bodykey-menu .logo{
    margin: 8px 30px;
    height: 40px;
  }
  #bodykey .lSAction{
    display: none !important;
  }
}
@media (max-width: 680px) {
  #bodykey{
    padding-top: 28px;
  }
  #bodykey .lSSlideOuter .lSPager{
    right: 16px;
    bottom: 10px;
  }
  #bodykey .lSSlideOuter .lSPager li{
    width: 12px; height: 12px;
  }
  .bodykey-menu .logo{
    margin: 6px 16px;
    height: 36px;
  }
}
.bodykey-menu .logo img{
  height: 100%;
  width: auto;
}
.bodykey-menu .theMenu{
  display: flex;
  margin-right: 10px;
  align-items: center;
}
.bodykey-menu .theMenu li{
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: #fff 3px solid;
}
.bodykey-menu .theMenu li a:hover{
  color: #19944c;
  text-decoration: none;
}
.bodykey-menu .theMenu li.active{
  font-weight: bold;
  border-bottom-color: #086224;
}
.bodykey-menu .menu-overlay{
  display: none;
}
.menu-home{
  margin-top: 20px;
  display: none;
}
@media (max-width: 1200px) {
  .menu-home{
    display: block;
  }
  .bodykey-menu .theMenu{
    display: block;
    position: fixed;
    top: 0; right: -300px; bottom: 0;
    z-index: 3;
    background-color: #fff;
    padding: 10px 0;
    margin: 0;
    width: 300px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    transition: all .3s ease;
  }
  .bodykey-menu .menu-overlay{
    display: block;
    position: fixed;
    left: 0; top: 0; right: 100%; bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 3;
    transition: all .3s ease;
    opacity: 0;
  }
  .bodykey-menu.menu-open{
    z-index: 99;
  }
  .bodykey-menu.menu-open .menu-overlay{
    right: 300px;
    opacity: 1;
  }
  .bodykey-menu.menu-open .theMenu{
    right: 0;
  }
  .bodykey-menu .theMenu li{
    padding: 10px 30px;
    border: none !important;
  }
  .bodykey-menu .menu-toggle{
    display: block;
    position: absolute;
    right: 30px; top: 20px; left: auto;
    margin: 0;
    width: 44px; height: 40px;
    border-radius: 50%;
  }
}
@media (max-width: 768px) {
  .menu-home{
    display: none;
  }
  .bodykey-menu .logo{
    width: 152px;
    margin-right: 20px;
  }
  .bodykey-menu .theMenu{
    position: static;
    display: flex;
    box-shadow: none;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0;
    border-left: #eee 1px solid;
  }
  .bodykey-menu .theMenu::-webkit-scrollbar{
    display: none;
  }
  .bodykey-menu .menu-overlay{
    display: none;
  }
  .bodykey-menu.menu-open{
    z-index: 1;
  }
  .bodykey-menu .theMenu li{
    padding: 6px 20px;
    white-space: nowrap;
  }
  .bodykey-menu .menu-toggle{
    display: none;
  }
  .menu-in-bodykey .menu{
    box-shadow: none;
    border-bottom: #eee 1px solid;
  }
  .bodykey-menu{
    left: 0;
    top: 60px;
    box-shadow: none;
    border-bottom: #eee 1px solid;
  }
}
@media (max-width: 680px) {
  .bodykey-menu .theMenu li{
    font-size: 15px;
    padding: 6px 16px;
  }
}
.bodykey-content{
  max-width: 1400px;
  margin: 0 auto;
}
.bodykey-home-product{
  margin: 0 -15px;
}
.bodykey-slider-cnt{
  margin-bottom: 60px;
}
.bodykey-slider{
  height: 30vw;
  overflow: hidden;
}
.bodykey-slider-item{
  height: 400px;
  height: 34vw;
  background-color: #eee;
  position: relative;
  border-radius: 7px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1440px) {
  .bodykey-slider-item{
    height: 560px;
  }
}
@media (max-width: 680px) {
  .bodykey-slider-cnt{
    margin: 0 -30px;
  }
  .bodykey-slider-item{
    height: 42vw;
  }
}
.bannerBtnLnk{
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
}
.bodykey-slider-item .slider-content{
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
}
.bodykey-slider-item .slider-content h4{
  color: #006325;
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: normal;
}
.bodykey-slider-item .slider-content p{
  color: #006325;
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: bold;
}
.bodykey-slider-item .slider-content .bannerBtn{
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  background-color: #78C90E;
  text-transform: uppercase;
  transition: all .3s ease;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}
.bodykey-slider-item .slider-content .bannerBtn:hover{
  background-color: #006519;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
@media (max-width: 980px) {
  .bodykey-slider-item .slider-content h4{
    font-size: 28px;
  }
  .bodykey-slider-item .slider-content p{
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .bodykey-slider-item .slider-content{
    left: 16px;
  }
  .bodykey-slider-item .slider-content h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .bodykey-slider-item .slider-content p{
    font-size: 15px;
    margin-bottom: 16px;
  }
  .bodykey-slider-item .slider-content button{
    font-size: 13px;
    padding: 7px 14px;
  }
}


.bodykey-banner{
  background-image: url(/resources/bodykey/banner-bg.jpg);
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 60px;
}
.bodykey-banner .banner-l,
.bodykey-banner .banner-r{
  width: 50%;
  box-sizing: border-box;
}
.bodykey-banner .banner-l{
  padding: 40px;
  display: flex;
  align-items: center;
}
.bodykey-banner .banner-l h4{
  color: #006519;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
}
.bodykey-banner .banner-l p{
  font-size: 18px;
  color: #545454;
}
.bodykey-banner .banner-r{
  position: relative;
}
.bodykey-banner .banner-r .bodykey-product{
  position: absolute;
  top: 20px; right: 20px; bottom: 20px; left: 20px;
  background-image: url(/resources/bodykey/bodykey-products.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1260px) {
  .bodykey-banner .banner-l{
    width: 60%;
    padding-right: 0;
    padding-left: 30px;
  }
  .bodykey-banner .banner-r{
    width: 40%;
  }
  .bodykey-banner .banner-l h4{
    font-size: 32px;
  }
  .bodykey-banner .banner-l p{
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .bodykey-banner{
    height: auto;
    border-radius: 0;
    margin: 0 -30px 40px;
    display: block;
  }
  .bodykey-banner .banner-l,
  .bodykey-banner .banner-r{
    width: auto;
  }
  .bodykey-banner .banner-r{
    height: 240px;
    margin-bottom: 10px;
  }
  .bodykey-banner .banner-l{
    padding: 40px 16px 0;
    text-align: center;
  }
  .bodykey-banner .banner-l h4{
    font-size: 24px;
  }
  .bodykey-banner .banner-l p{
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 20px;
  }
}
.btn.btn-circle{
  background-color: #78C90E;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  border: none;
  transition: all .3s ease;
  font-size: 16px;
  outline: 0 !important;
}
.btn.btn-circle:hover{
  background-color: #006519;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.bodykey-thumbs{
  display: flex;
  margin: 0 -15px;
}
.bodykey-thumb{
  width: calc(33.3333% - 30px);
  margin: 0 15px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  border-radius: 5px;
}
.bodykey-thumb .thumb-img{
  height: 16vw;
  background-color: #eee;
  background-position: center;
  background-size: cover;
}
.bodykey-thumb .thumb-content{
  padding: 10px 20px 26px;
}
.bodykey-thumb .thumb-content a{
  text-decoration: none;
}
.bodykey-thumb .thumb-content h4{
  color: #006519;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
.bodykey-thumb .thumb-content p{
  color: #767676;
  font-size: 16px;
}
.bodykey-thumb .thumb-content h4:hover{
  color: #78c90f;
}
.bodykey-thumb .thumb-content p:hover{
  color: #666;
}
.bodykey-solutions{
  color: #006519;
  font-size: 34px;
  margin: 60px 15px 0;
}
@media (min-width: 1440px) {
  .bodykey-thumb .thumb-img{
    height: 260px;
  }
}
@media (max-width: 980px) {
  .bodykey-thumbs-sc{
    overflow-x: auto;
    padding: 10px 30px;
    margin: 0 -30px;
  }
  .bodykey-thumbs{
    width: 1100px;
    margin: 0;
  }
  .bodykey-thumbs .bodykey-thumb{
    margin: 0 16px 0 0;
  }
  .bodykey-thumb .thumb-img{
    height: 200px;
  }
}
@media (max-width: 680px) {
  .bodykey-thumbs-sc{
    padding: 10px 16px;
  }
  .bodykey-thumbs{
    width: 980px;
  }
  .bodykey-thumbs .bodykey-thumb{
    margin-right: 16px;
    width: calc(33.3333% - 16px);
  }
  .bodykey-thumb .thumb-content h4{
    font-size: 18px;
  }
  .bodykey-thumb .thumb-content p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .bodykey-solutions{
    margin: 30px 0 10px;
    font-size: 18px;
  }
}


/**
 * Page
 *
 */
.bodykey-page-banner{
  height: 520px;
  background-color: #eee;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.bodykey-page-banner .banner-content{
  position: absolute;
  z-index: 1;
  left: 0; bottom: 0; right: 0;
  padding: 40px;
  /*background-color: rgba(255,255,255,.5);*/

  background-image: linear-gradient(transparent, #ffffff9e);
  padding-top: 280px;
}
.bodykey-page-banner .banner-content h4{
  margin: 0 0 4px;
  font-size: 40px;
  font-weight: bold;
  color: #076324;
}
.bodykey-page-banner .banner-content p{
  margin: 0;
  font-size: 20px;
  color: #49750c;
}
.bodykey-content .pageDesc{
  margin: 20px 0 0;
  font-size: 18px;
}
.bodykey-content .pageDesc h3{
  color: #076324;
  font-weight: bold;
  margin-bottom: 10px;
}
.bodykey-content .pageDesc p{
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 1.4;
}
@media (max-width: 1560px) {
  .bodykey-page-banner{
    height: 34vw;
  }
}
@media (max-width: 768px) {
  .bodykey-page-banner{
    margin: -24px -30px 0;
    height: 44vw;
    border-radius: 0;
  }
  .bodykey-page-banner .banner-content{
    padding: 24px 30px;
  }
}
@media (max-width: 680px) {
  .bodykey-page-banner{
    margin-top: 0;
    height: 54vw;
  }
  .bodykey-page-banner .banner-content{
    padding: 12px 16px;
  }
  .bodykey-page-banner .banner-content h4{
    font-size: 28px;
  }
  .bodykey-page-banner .banner-content p{
    font-size: 11px;
  }
  .bodykey-content .pageDesc{
    margin: 20px -14px 0;
  }
  .bodykey-content .pageDesc p{
    font-size: 16px;
  }
}

.bodykey-articles{
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px 0;
}
.bodykey-articles .ba-item{
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.bodykey-articles .ba-item a{
  text-decoration: none;
}
.bodykey-articles .ba-img{
  height: 220px;
  background-color: #eee;
  background-position: center;
  background-size: cover;
}
.bodykey-articles .ba-img.no-img{
  background-image: url(/resources/img/logo-small-black-and-white.png) !important;
  background-size: 80px auto;
  background-repeat: no-repeat;
}
@media (max-width: 1560px) {
  .bodykey-articles .ba-img{
    height: 14vw;
  }
}
@media (max-width: 1024px) {
  .bodykey-articles .ba-item{
    width: calc(33.3333% - 20px);
  }
  .bodykey-articles .ba-img{
    height: 17vw;
  }
}
@media (max-width: 680px) {
  .bodykey-articles{
    margin: 40px -24px 0;
  }
  .bodykey-articles .ba-item{
    width: calc(100% - 20px);
  }
  .bodykey-articles .ba-img{
    height: 180px;
  }
  .bodykey-articles .ba-info p{
    font-size: 14px;
    line-height: 1.3;
  }
  .bodykey-articles .ba-info h4{
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.bodykey-articles .ba-info{
  padding: 10px 20px 8px;
}
.bodykey-articles .ba-info h4{
  color: #006519;
  font-weight: bold;
  font-size: 22px;
  font-size: 18px;
  line-height: 1.3;
}
.bodykey-articles .ba-info p{
  color: #767676;
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  display: none;
}
@media (max-width: 1300px) {
  .bodykey-articles .ba-info h4{
    font-size: 19px;
  }
  .bodykey-articles .ba-info{
    padding: 10px 16px 20px;
  }
}
.bodykey-articles .ba-info h4:hover{
  color: #78c90f;
}
.bodykey-articles .ba-item.kisah-sukses{
  width: calc(20% - 20px);
  box-shadow: none;
  overflow: visible;
}
.bodykey-articles .ba-item.kisah-sukses .ba-img{
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.1);
  height: 300px;
}
@media (max-width: 1560px) {
  .bodykey-articles .ba-item.kisah-sukses .ba-img{
    height: 17vw;
  }
}
@media (max-width: 1024px) {
  .bodykey-articles .ba-item.kisah-sukses{
    width: calc(33.3333% - 20px);
  }
  .bodykey-articles .ba-item.kisah-sukses .ba-img{
    height: 28vw;
  }
}
@media (max-width: 680px) {
  .bodykey-articles .ba-item.kisah-sukses{
    width: calc(50% - 20px);
  }
  .bodykey-articles .ba-item.kisah-sukses .ba-img{
    height: 48vw;
  }
}
.bodykey-articles .ba-item.kisah-sukses .ba-info{
  padding: 10px 0;
}
.bodykey-articles .ba-item.kisah-sukses .ba-info h4{
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #767676;
  cursor: pointer;
}
.bodykey-articles .ba-item.kisah-sukses .ba-info h4:hover{
  color: #076324;
}
.kisah-sukses{
  margin-top: 40px;
}
@media (max-width: 680px) {
  .kisah-sukses{
    margin: 20px -12px 0;
  }
}
.kisah-sukses h4{
  color: #076324;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.kisah-sukses p{
  white-space: pre-wrap;
  font-size: 18px;
  color: #767676;
}
.kisah-sukses-articles{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}
.kisah-sukses-articles .ba-item{
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}
.kisah-sukses-articles .ba-item a{
  text-decoration: none;
}
.kisah-sukses-articles .ba-item .ba-img{
  background-position: center;
  background-size: cover;
  height: 360px;
  height: 28vw;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.kisah-sukses-articles .ba-item .ba-info{
  text-align: center;
  padding-top: 10px;
}
.kisah-sukses-articles .ba-item .ba-info h4{
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #767676;
  cursor: pointer;
}
.kisah-sukses-articles .ba-item .ba-info h4:hover{
  color: #076324;
}
@media (max-width: 1024px) {
  .kisah-sukses-articles .ba-item{
    width: calc(50% - 20px);
  }
  .kisah-sukses-articles .ba-item .ba-img{
    height: 52vw;
  }
}
@media (max-width: 680px) {
  .kisah-sukses-articles .ba-item .ba-img{
    height: 60vw;
  }
}
