/* GLOBAL STYLES 
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
  font-family: "BebasBold";
  src: url("../fonts/BebasNeue-Bold.ttf");
}

@font-face {
  font-family: "DinReg";
  src: url("../fonts/DINPro-Regular.ttf");
}

@font-face {
  font-family: "DinMed";
  src: url("../fonts/DINPro-Medium.ttf");
}

@font-face {
  font-family: "DinBold";
  src: url("../fonts/DINPro-Bold.ttf");
}

/*@media screen and (min-width: 768px){*/
    body{
        width:100%;
        height:100%;
        overflow-x:hidden;
        overflow-y:hidden;
    }
/*}*/

body {
  padding: 0px 0px;
  background: url("../images/back-graphic.png") no-repeat left top #ececec;
  font-family: "DinReg", Verdana, Arial;
  overflow-x: hidden !important;
  /*height: -webkit-fill-available !important;*/
}

header {
  padding: 0px;
  margin: 0px 70px 0px 70px;
  background: url("../images/header-top-nav.png") repeat-x left top;
  position: relative;
  z-index: 10;
  top: 50px;
}

a,
.cursor-pointer {
  cursor: pointer !important;
}

.z-index-1 {
  z-index: 1 !important;
}

[type="button"] {
  cursor: pointer;
}

.bg-transparent {
  background: url("../images/header-nav-blue.png") no-repeat left top;
  height: 70px;
}

.bg-news {
  background: #d7d7d7 !important;
}

ul.socmed {
  float: left;
  margin: 5px;
  padding: 8px 0px 0px 8px;
}

ul.socmed li {
  list-style-type: none;
  display: inline;
  padding: 0px 2px;
}

.search {
  font-family: "DinBold", Verdana, Arial;
  color: #64d0f6;
  padding: 10px 0px 0px 15px;
  letter-spacing: 1px;
}

.lgraphic {
  background: url("../images/lgraphic.png") no-repeat right top;
  position: absolute;
  z-index: 20;
  right: -68px;
  top: -45px;
  width: 278px;
  height: 155px;
}

.lstore {
  position: relative;
  top: 50px;
  left: 40px;
}


/* NAVBAR
-------------------------------------------------- */
.navbar {
  padding: 5px 0px;
}

.navbar-brand {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 40px;
}

.navbar-expand-md .navbar-nav {
  margin: 10px 0px 0px 220px;
  text-transform: uppercase;
}

.navbar-expand-md .navbar-nav .nav-link {
  font-family: "DinBold", Verdana, Arial;
  padding: 0px 15px;
  letter-spacing: 1px;
}

.navbar-nav li {
  margin-top: 0;
  margin-bottom: 1.3px;
  padding: 19px 0;
}

.navbar-nav li:hover {
  background: #006f9e;
  z-index: 100000;
}

.nav-item.dropdown a::after {
  display: none;
}

@media screen and (max-width: 768px){
  .navbar-nav li {
    background: #006f9e;
  }
  
  .navbar-nav li:hover {
    background: #3ca7df ;
  }

  a.navbar-brand img {
    width: 50%;
    position: relative;
    top: -10px;
    left: -25px;
  }
}



/* DROPDOWN
-------------------------------------------------- */
.dropdown-menu {
  background: transparent no-repeat left top;
  border: none;
  outline: none;
  border-radius: 0;
  margin-top: -0.5px;
  text-align: center;
}

.dropdown-menu .dropdown-item {
  margin-left: 0px !important;
  color: white;
  display: block;
  padding-right: 20px;
  padding-left: 20px !important;
  margin-bottom: 10px;
  background-color: #27789b;
}

.dropdown-menu a {
  color: white;
  display: block;
  padding-left: 10px;
  padding-right: 0;
  padding-left: 20px !important;
  margin-top: 10px;
}

.dropdown-menu .sub:first-child:before {
  content:"\A";
  border-style: solid;
  border-width: 10px 10px 10px 7px;
  border-color: transparent #27789b transparent transparent;
  position: absolute;
  left: 9px;
  top: 0px;
  transform: rotate(90deg);
}

.dropdown-menu .dropdown-menu {
  background: transparent !important;
  border: none;
  outline: none;
  border-radius: 0;
  margin-top: -0.5px;
  position: relative;
  left: 100%; 
  top: 0px;
  float: right;
}

.dropdown-menu .dropdown-menu .daily {
  color: white;
  display: block;
  padding-right: 0px;
  padding-left: 0px !important;
  margin-left: 10px ;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-menu .dropdown-menu .daily:first-child:before {
  content:"\A";
  border-style: solid;
  border-width: 10px 15px 10px 7px;
  border-color: transparent #3ca7df transparent transparent;
  position: absolute;
  left: -5px;
}

.dropdown-menu .dropdown-menu .watchers{
  color: white;
  display: block;
  padding-right: 0px;
  padding-left: 0px !important;
  position: relative;
  margin-top: 1px;
  margin-bottom: 10px;
}

.dropdown-menu .dropdown-menu .watchers:first-child:before {
  content:"\A";
  border-style: solid;
  border-width: 10px 15px 10px 7px;
  border-color: transparent #3ca7df transparent transparent;
  position: absolute;
  left: -15px;
}

.dropdown-menu .dropdown-menu .gymers{
  color: white;
  display: block;
  padding-right: 0px;
  padding-left: 0px !important;
  position: relative;
  margin-top: 1px;
  margin-bottom: 10px;
}

.dropdown-menu .dropdown-menu .gymers:first-child:before {
  content:"\A";
  border-style: solid;
  border-width: 10px 15px 10px 7px;
  border-color: transparent #3ca7df transparent transparent;
  position: absolute;
  left: -15px;
}

.dropdown-menu .dropdown-menu .plantbased{
  color: white;
  display: block;
  padding-right: 0px;
  padding-left: 0px !important;
  position: relative;
  margin-top: 1px;
  margin-bottom: 10px;
}

.dropdown-menu .dropdown-menu .plantbased:first-child:before {
  content:"\A";
  border-style: solid;
  border-width: 10px 15px 10px 7px;
  border-color: transparent #3ca7df transparent transparent;
  position: absolute;
  left: -15px;
}

.dropdown-menu a:before {
  /*content: "|"; */
  margin-right: 10px;
}

.dropdown-menu .dropdown-item a:first-child:before {
  background: white;
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
}

.dropdown-menu a:nth-last-child(1) {
  padding-right: 10px;
}

.dropdown-menu a:hover {
  color: white;
}

.dropdown-menu .dropdown-menu::after {
  width: 30px;
  content: " ";
}

@media screen and (min-width: 768px){
  .dropdown-menu .dropdown-menu .daily,
  .dropdown-menu .dropdown-menu .watchers,
  .dropdown-menu .dropdown-menu .gymers,
  .dropdown-menu .dropdown-menu .plantbased{
    margin-left: 10px !Important;
    background: #3ca7df no-repeat left top !important;
  }
  
  .dropdown-menu .dropdown-menu .watchers {
   top: 52px;
 }
 
 .dropdown-menu .dropdown-menu .gymers {
   top: 94px;
 }
 
 .dropdown-menu .dropdown-menu .plantbased {
   top: 136px;
 }
}

@media screen and (max-width: 768px){
  .dropdown-menu a:hover {
    background: transparent;
    color: white;
  }
  
  .dropdown-menu .sub:first-child:before, 
  .dropdown-menu .dropdown-menu .daily:first-child:before,
  .dropdown-menu .dropdown-menu .watchers:first-child:before,
  .dropdown-menu .dropdown-menu .gymers:first-child:before{
   content: none !important;
 }
 
 .dropdown-menu .dropdown-menu {
   float: none !important;
   left: 0px !important;
   padding: 0px !important;
 }
 
 .dropdown-menu .dropdown-menu .daily,
 .dropdown-menu .dropdown-menu .watchers,
 .dropdown-menu .dropdown-menu .gymers{
  margin-left: 0px;
  background: #3ca7df no-repeat left top;
}
}




/* MENU ITEM FOOTER MOBILE
-------------------------------------------------- */
@media screen and (max-width: 768px){
  li#menu-item-227824 {
    margin-left: -15px;
  }
  
  li#menu-item-227175 {
    margin-left: -15px;
  }
  
  li#menu-item-227825 {
    margin-left: -7px;
  }
}




/* CUSTOMIZE MOBILE MENU
-------------------------------------------------- */
@media screen and (max-width: 768px){
  .m-sub{
    padding: 5px 20px !Important;
    font-size: 80% !important;
  }
  
  .m-subpro{
    padding: 5px 40px !Important;
    font-size: 75% !important;
  }
  
  .m-menu{
    padding: 5px !Important;
    font-size: 90% !important;
  }
}




/* CAROUSEL
-------------------------------------------------- */
.carousel-product {
  height: -webkit-fill-available;
  max-height: 475px;
}

.carousel-product .carousel-item {
  background: transparent;
  height: auto;
  min-height: unset;
}

@media screen and (min-width: 1024px) {
  .carousel-product .carousel-item {
    width: 83%;
    margin: auto;
  }
}

@media screen and (min-width: 320px) {
  .carousel-product {
    max-width: 100vw;
  }
}

@media screen and (max-width: 725px) {
  .carousel-product {
    height: auto;
    max-height: unset;
  }
}

@media screen and (min-width: 768px){
 #mobileCarousel {
  display: none;
}
.carousel-indicators li{
  display: inline-flex;
}
}

@media screen and (max-width: 768px){
  #myCarousel {
    display: none;
  }
}

/* Carousel base class */
.carousel {
  width: 1200px;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
  top: -15px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*min-height: 850px;*/
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: auto;
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit:cover;
}

.carousel-indicators-product {
  padding-top: 85px;
}

.carousel-item > img {
  height: 100%;
}

.carousel-item-product {
  min-height: auto !important;
  background: transparent !important;
}

@media screen and (min-width: 1370px) {
  .caraousel-news,
  .caraousel-news .carousel-inner,
  .caraousel-news img {
    height: 630px;
  }
}

@media screen and (width: 1366px) {
  .caraousel-news,
  .caraousel-news .carousel-inner,
  .caraousel-news img {
    height: 450px !important;
  }
}


/* CUSTOMIZE NEWS
-------------------------------------------------- */
@media screen and (min-width: 768px){
  .content-news li {
    margin-left: 50px;
  } 
  .content-news li ul li {
    margin-left: 0;
  }

  .content-news table {
    margin-left: 30px;
  }

  p.news-seleksi {
    padding-left: 60px;
  }

  .wp-block-image {
    margin-bottom: 45px;
  }

  .wp-block-image img {
    height: 200px;
    margin-bottom: 20px;
  }

  .wp-block-image {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 768px){
  .content-news li {
    margin-left: -20px;
  } 
  
  .content-news li ul li {
    margin-left: -10px;
  }

  .content-news table {
    margin-left: -10px;
  }

  .wp-block-image img {
    height: 100px;
    margin-bottom: 0px;
  }

  .wp-block-image {
    padding: 0px 10px;
  }
}




/* CUSTOMIZE THE INFO & TIPS
-------------------------------------------------- */
.blue-info-head,
.red-info-head,
.green-info-head,
.blue-nutri-info-head,
.info-head{
  color: #fff;
  position: relative;
  padding-top: 190px;
  margin-bottom: 0px;
  width: 99.2%;
  top: -15px;
  left: 1px;
  z-index: 0;
  background-size: cover !Important;
}

.blue-info-head{
  background: url(../images/img-transformasi.png) no-repeat left top;
}

.red-info-head{
  background: url(../images/img-sports.png) no-repeat left top;
}

.green-info-head{
  background: url(../images/img-lifestyle.png) no-repeat left top;
}

.blue-nutri-info-head{
  background: url(../images/img-nutrition.png) no-repeat left top;
}

.info-head{
  background: url(../images/thumbnail-info.png) no-repeat left top;
}

.cat-title{
  font-family: "DinBold",Verdana,Arial;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 55px;
  position: absolute;
}

.trans-cat-title{
  margin: 0px 0px 0px 65px;
}

.nutri-cat-title,
.life-cat-title,
.sports-cat-title,
.trans-cat-title{
  color: lightgrey;
  width: 200px;
}

.info-cat-title{
  color: white;
  width: 300px;
}

.trans-cat-thumb{
  background: url(../images/thumb-transformasi.png) no-repeat left top;
}

.sports-cat-thumb{
  background: url(../images/thumb-sports.png) no-repeat left top;
}

.life-cat-thumb{
  background: url(../images/thumb-lifestyle.png) no-repeat left top;
}

.nutri-cat-thumb{
  background: url(../images/thumb-nutrition.png) no-repeat left top;
}

.category-thumbnail{
  height: 260px;
  position: relative;
  padding: 100px 0px 0px 0px;
  width: 100%;
  top: -15px;
  left: 1px;
  z-index: 0;
  background-size: cover;
  margin-top: 10px;
}

.category-title {
  font-size: 60px;
  text-align: center;
  width: 500px;
  position: relative;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.category-title p a:hover {
  text-decoration: none;
}

.category-title p a {
  color: white;
}

.col-12.info-categories {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-top: 15px;
  left: -6px;
}

.info-box {
  display: inline-grid;
  padding: 0px;
  margin-right: auto !important;
}

.box .info-green-box p,
.box .info-blue-box p,
.box .info-red-box p,
.box .info-blue-nutri-box p {
  font-size: 20px;
  position: absolute;
  z-index: 15;
  top: 250px;
  color: #ebebeb;
  text-align: left;
  padding: 0px 80px 0px 20px;
  line-height: 24px;
  font-family: "BebasBold",verdana,arial;
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.info-blue-box,
.info-blue-nutri-box,
.info-green-box,
.info-red-box {
  padding: 0px;
  width: 100%;
  height: 300px;
  position: absolute; 
  z-index: 20;
  bottom: 0;
}

.info-green-box {
  background: url("../images/green-box.png") no-repeat left bottom;
  background-size: contain;
}

.info-blue-box, .info-blue-nutri-box {
  background: url("../images/box-footer-biru.png") no-repeat left bottom;
  background-size: cover;
}

.info-red-box {
  background: url("../images/red-box.png") no-repeat left bottom;
  background-size: contain;
}

.info-green-box p a,
.info-blue-box p a,
.info-red-box p a,
.info-blue-nutri-box p a{
  color: #ebebeb;
}

.box .grid-info h3 {
  position: absolute;
  z-index: 15;
  color: #ebebeb;
  font-family: "DinBold",Verdana,Arial;
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  text-align: left;
  padding: 50px 30px;
  line-height: 40px;
  margin-top: auto;
  margin-bottom: auto;
}

.col-12.content-news.info {
  padding-left: 0px !important;
  padding-right: 0px;
  left: 1px;
}

.category-article-thumb{
  max-width: 100% !important;
  object-fit: cover;
  width: 100%;
  height: 400px !important;
}

@media screen and (min-width: 768px){
  .info-cat-title {
    bottom: 70px;
    font-size: 50px;
    right: 70px;
  }
  
  .trans-cat-title {
    bottom: 40px;
    right: 400px;
    font-size: 58px;
  }
  
  .sports-cat-title{
    bottom: 40px;
    right: 100px;
    font-size: 58px;
  }
  
  .nutri-cat-title, .life-cat-title {
    bottom: 40px;
    right: 175px;
    font-size: 58px;
  }
  
  .red-info-head, 
  .blue-info-head, 
  .green-info-head, 
  .blue-nutri-info-head, 
  .info-head {
    height: 650px;
  }
  
  .main-line-blue,
  .main-line-green,
  .main-line-red,
  .main-line-blue-nutri,
  .main-line-yellow{
    left: -5px;
  }
}

@media screen and (max-width: 768px){
  .red-info-head,
  .blue-info-head,
  .green-info-head,
  .blue-nutri-info-head {
    height: 250px;
  }
  
  .info-cat-title {
    right: -120px;
    bottom: 20px;
    font-size: 38px;
  }
  
  .cat-title {
    width: 100%;
  }
  
  .trans-cat-title{
    font-size: 28px;
    bottom: 10px;
  }
  
  .sports-cat-title{
    font-size: 35px;
    right: -215px;
    bottom: 10px;
  }
  
  .nutri-cat-title, .life-cat-title {
    bottom: 10px;
    right: -140px;
    font-size: 35px;
  }
  
  .info-head {
    height: 300px !important;
  }
  
  .category-title {
    font-size: 200% !Important;
  }
  
  .main-line-blue,
  .main-line-green,
  .main-line-red,
  .main-line-blue-nutri,
  .main-line-yellow {
    left: 0px;
  }
}




/* CUSTOMIZE POLAMAKAN
-------------------------------------------------- */
.polamakan {
  display:flex;
  width: 100%;
  height: 851px;
}

.polamakan.green {
  background: url("../images/nutrition-table-green.png") no-repeat right top;
}
.polamakan.red {
  background: url("../images/nutrition-table-red.png") no-repeat right top;
}
.polamakan.blue {
  background: url("../images/nutrition-table-blue.png") no-repeat right top;
}

.polamakan ul {
  width: 100%;
  /*float: left;*/
  margin: 21px;
  padding: 0 20px;
  margin-bottom: 0;
  height: 121px;
  color: #fff;
}
.polamakan ul li.waktu {
  width: 100%;
  float: left;
  margin: 10px 0px;
  /*padding: 20px 30px;*/
  list-style-type: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
}
.polamakan ul li {
  width: 100%;
  float: left;
  padding: 10px 10px;
  list-style-type: none;
  overflow-wrap: break-word;
}
.polamakan h4 {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.nutri-right.green {
  background: url("../images/nutri-table-green-right.png") no-repeat;
}
.nutri-left.green {
  background: url("../images/nutri-table-green-left.png") no-repeat;
}
.nutri-right.blue {
  background: url("../images/nutri-table-blue-right.png") no-repeat;
}
.nutri-left.blue {
  background: url("../images/nutri-table-blue-left.png") no-repeat;
}
.nutri-right.red {
  background: url("../images/nutri-table-red-right.png") no-repeat;
}
.nutri-left.red {
  background: url("../images/nutri-table-red-left.png") no-repeat;
}
.nutri-right.yellow {
  background: url("../images/nutri-table-yellow-right.png") no-repeat;
}
.nutri-left.yellow {
  background: url("../images/nutri-table-yellow-left.png") no-repeat;
  background-size: cover;
}


@media screen and (min-width: 768px){}

@media screen and (max-width: 768px){
  .nutri-left.green,
  /*.nutri-right.green,*/
  .nutri-left.blue,
  /*.nutri-right.blue,*/
  .nutri-left.red
  /*.nutri-right.red*/
  {
    background-size: 107%;
  }
  /*.nutri-left.green,*/
  .nutri-right.green,
  /*.nutri-left.blue,*/
  .nutri-right.blue,
  /*.nutri-left.red,*/
  .nutri-right.red{
    background-size: 115%;
  }
}





/* CUSTOMIZE MOBILE
-------------------------------------------------- */
@media screen and (min-width: 768px){
  input.es_required_field.es_txt_email{
    width: 478px;
  }
  .es-field-wrap input[type="text"] {
    width: 478px;
  }
  .latihan-card-body ul {
    margin: 0px 0px 0px -20px;
  }
}


@media screen and (max-width: 600px) {
  .img-background-logo-footer, .img-logo-footer {
    display: none !important;
  }
  #menu-footer {
    margin-left: 0px !important;
    padding: 0px;
    display: block !important;
    text-align: center !important;
    margin-bottom: -50px;
  }
  .bg-article {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .article-title {
    padding: 110px 30px 50px 30px !important;
    font-size: 28px !Important;
  }
  .padding-logo {
   padding-left: 0px !Important; 
 }
 input.es_required_field.es_txt_email{
  width: 175%;
}
.es-field-wrap input[type="text"] {
  width: 175%;
}
.latihan-card-body ul {
  margin: 0px 0px 0px -30px;
}
}


.jadwal-events td{
    padding-left: 10px;
}

/* CUSTOMIZE FOOTER
-------------------------------------------------- */
@media screen and (min-width: 768px){
    .menu-footer-container {
        width: 120% !important;
    }
}

@media screen and (max-width: 768px){
    footer {
        height: auto !Important;
        overflow-x: hidden;
        overflow-y: visible;
    }
}



.custom_footer_menu ul li {
  list-style-type: none;
  display: inline;
  font-family: "DinBold",Verdana,Arial;
  text-transform: uppercase;
  padding: 0px 10px 0px;
  font-size: 29px;
  letter-spacing: 3px;
  text-align: center;
}

.col-lg-4.padding_connect.foot {
  position: relative;
  margin-top: 20px;
}

.custom_footer_menu a{
  color: #f3f3f3;  
}

li .submenufooter a {
  color: darkslategrey;
  font-weight: 600;
  font-size: 15px;
  display: block;
  position: relative;
  top: -50px;
  left: -20px;
  margin-bottom: -45px;
  letter-spacing: 0px;
  text-align: center;
  font-family: Verdana,Arial;
  letter-spacing: 0px;
  font-family: "DinReg",Verdana,Arial;
  letter-spacing: 1px;
  padding-top: 2px;
}

.submenufooter{
  font-weight: ligther;
  font-family: "DinBold", Verdana, Arial;
  letter-spacing: 0px;
}

.menufooter a {
  position: relative;
  top: -30px;
  color: white;
}

.custom_searchform {
  width: 175px;
  height: 30px;
  margin-bottom: 8px !important;
  /* padding-left: 35px; */
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  border-radius: 0px;
  background-color: white;
  color: #6dcff6;
  display: flex;
  position: relative;
  top: -4px;
  left: -10px;
}

.search.custom_searchform {
  background-color: transparent;
}

.padding-logo{
  padding-top: 10px;
  padding-left: 40px;
}

.padding_connect {
  padding-left: 50px;
  padding-top: 5px;
}

#menu-footer {
  margin-left: 100px;
  display: flex;
}



/* CUSTOMIZE THE SEARCH RESULT
-------------------------------------------------- */
.custom_searchform {
  width: 175px;
  height: 30px;
  margin-bottom: 8px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  border-radius: 0px;
  background-color: white;
  color: #6dcff6;
  display: flex;
  position: relative;
  top: -4px;
  left: -10px;
}

.search.custom_searchform {
  background-color: transparent;
}

.custom_searchform:before {
  content: url("../images/search-lambang.png");
  position: relative;
  z-index: 1000;
  padding-left: 20px;
  top: 1px;
}

.search-result-title{
  width: 100%;
  height: fit-content;
  background-color: #0d1f69;
  font-family: DinReg,Verdana,Arial;
  position: relative;
  margin-bottom: 0px;
  padding-top: 75px;
  margin-left: 1px;
  top: -20px;
}

.search-head{
  background-image: url(../images/search-head.png);
  color: #fff;
  height: 720px;
  position: relative;
  padding: 190px 0px 0px 0px;
  margin-bottom: 0px;
  width: 100%;
  top: -15px;
  left: 1px;
  z-index: 0;
  background-size: cover;
}

.search-for-arrow{
  background: url(../images/nutrition-arrow-blue.png) no-repeat;
  background-size: 760px;
  position: relative;
  top: 200px;
  width: 100%;
  height: 100%;
}

.search-for-arrow .page-title {
  color: white;
  font-size: 32px;
  position: relative;
  top: 105px;
  left: 95px;
}

.bg-search {
  left: 1px;
  background: #d7d7d7 !important;
  width: 100%;
  position: relative;
}

.bg-link-title{
  background: url(../images/kotak-biru-search.png) no-repeat;
  position: relative;
  background-size: cover;
  width: 500px;
}

.search-title{
 margin-top: 30px;
 margin-right: 250px;
}

.search-thumb{
  max-width: 100% !important;
  object-fit: cover;
  width: 329px;
  height: 329px;
}

.search-thumb-container {
  content: url(../images/search-result-box.png);
  position: absolute;
  z-index: 1000;
  margin-top: 200px;
}

.thumbnail{
  background: url();
}

.search-result{
  padding-top: 30px;
}

.search-result-link {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px 10px 60px;
  width: 500px;
  margin-bottom: 20px;
}

.search-container{
  display: -webkit-inline-box;
  margin-left: 150px;
  margin-right: 100px;
  margin-bottom: 50px;
}

.search-result-link a {
  color: white;
}

.search-result-content {
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 100px;
}

.search-noresult {
  position: relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.search-notfound{
  font-weight:bold;
  color:#000;
  padding-top: 30px;
}

.alert.alert-info {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .search-thumb {
    display: none !Important;
  }
  .search-container {
   margin-left: -15px !important; 
 }
 .search-result-link {
  padding: 10px 60px 10px 20px !Important;
}
.search-for-arrow {
  background-size: 100% !Important;
  top: -100px !important;
  height: 200px !Important;
}
.search-for-arrow .page-title {
  font-size: 20px !Important;
  top: 65px !important;
  left: 50px !important;
}
.search-head {
  height: 300px !Important;
}
.search-result-content {
  padding: 0px 60px 0px 40px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
}


/* CUSTOMIZE THE SINGLE-ARTICLE
-------------------------------------------------- */
.article-title{
  margin-top: -18px;
  font-family: "DinBold",Verdana,Arial;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: lightgrey;
  position: relative;
  font-size: 32px;
  /* left: 120px; */
  padding: 110px 250px 50px 250px;
  background-color: #00003f;
}
.article-content {
  padding-top: 30px;
  padding-bottom: 20px;
}
.bg-article {
  background: #d7d7d7 !important;
  width: 100%;
  position: relative;
  padding-right: 250px;
  padding-left: 245px;
  margin-right: 100px;
  margin-left: auto;
}

main {
  padding: 0px 70px;
}

.row {
  /*flex-wrap:nowrap;*/
  margin-right: -20px;
  margin-left: -8px;
}

.full {
  width: 100%;
}

.green-line {
  padding: 9px 0px 0px 0px;
  background: url("../images/line-green-short.png") no-repeat left top;
  position: relative;
  z-index: 10;
}
.box {
  margin: 0px 8px;
}
.box h3 {
  position: absolute;
  z-index: 15;
  color: #ebebeb;
  font-family: "DinBold", Verdana, Arial;
  font-size: 44px;
  font-style: italic;
  text-align: left;
  padding: 30px;
  line-height: 40px;
}
.box p {
  font-size: 20px;
  position: absolute;
  z-index: 15;
  top: 140px;
  color: #ebebeb;
  text-align: left;
  padding: 0px 80px 0px 20px;
  line-height: 24px;
}
.box img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  max-height: 385px;
  object-fit: cover;
}
.darken {
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  z-index: 13;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.placing {
  padding: 0px;
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 20;
  bottom: 0;
}
.placing p {
  font-family: "BebasBold", verdana, arial;
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 107px;
  left: -10px;
}
.placing p a {
  color: #fff;
}
.placing p a:hover {
  color: #aaa;
  text-decoration: none;
}
.green-box {
  background: url("../images/box-green.png") no-repeat left bottom;
  background-size: cover;
}
.blue-line {
  padding: 9px 0px 0px 0px;
  background: url("../images/line-blue-short.png") no-repeat left top;
}
.blue-box {
  background: url("../images/box-blue.png") no-repeat left bottom;
  background-size: cover;
}
.red-line {
  padding: 9px 0px 0px 0px;
  background: url("../images/line-red-short.png") no-repeat left top;
}
.red-box {
  background: url("../images/box-red.png") no-repeat left bottom;
  background-size: cover;
}
.yellow-line {
  padding: 9px 0px 0px 0px;
  background: url("../images/line-yellow-short.png") no-repeat left top;
}
.yellow-line {
    z-index: 0;
}
.yellow-box {
  background: url("../images/box-yellow.png") no-repeat left bottom;
  background-size: cover;
}

.subscribe {
  background: url("../images/subscribe-box-image.png") no-repeat left top;
  width: 100%;
  height: 527px;
  color: #ebebeb;
}

.imgproduct {
  margin: 125px auto 0px auto;
}
.formwrap {
  margin: 45px auto;
}
.subscribe strong {
  font-family: "DinBold", Verdana, Arial;
  font-size: 40px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 3px;
}
.subscribe em {
  font-family: "DinBold", Verdana, Arial;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 23px;
}
.subscribe p {
  margin: 15px 0px 20px 0px;
  font-size: 18px;
  line-height: 22px;
}

input,
.fmed {
  padding: 12px 17px;
  margin: 7px 0px;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: solid 1px #555;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.4;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.fmed {
  width: 232px;
  margin: 7px 7px 7px 0px;
}
.button-blue,
.button-blue-med,
.button-red-med,
.button-green-med,
.button-yellow-med{
  background: url("../images/subscribe-button-blue.png") no-repeat left top;
  width: 480px;
  height: 52px;
  color: #fff;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  opacity: 1;
  margin-top: 15px;
  text-align: center;
  padding: 0px;
  margin: 17px 0px 0px 0px;
  font-family: "DinBold", Verdana, Arial;
  font-size: 23px;
  font-style: normal;
  text-transform: uppercase;
}
.button-blue-med,
.button-red-med,
.button-green-med,
.button-yellow-med{
  width: 211px;
  height: 61px;
}
.button-blue-med {
  /*background: url("../images/medium-button-blue.png") no-repeat left top;*/
	background: url(../images/btn-blue.png) no-repeat;
}
.button-red-med {
  /* background: url("../images/medium-button-red.png") no-repeat left top; */
	background: url(../images/btn-red.png) no-repeat;
}
.button-green-med {
  /* background: url("../images/medium-button-green.png") no-repeat left top; */
	background: url(../images/btn-green.png) no-repeat;
}
.button-yellow-med {
  /* background: url("../images/medium-button-yellow.png") no-repeat left top; */
  background: url(../images/btn-yellow.png) no-repeat;
  color: black;
}
.button-green-small,
.button-blue-small,
.button-red-small,
.button-yellow-small{
  width: 110px;
  height: 31px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  opacity: 1;
  text-align: center;
  padding: 0px;
  margin: 3px 0px 0px 0px;
  font-family: "DinBold", Verdana, Arial;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button-green-small {
  background: url("../images/small-button-green.png") no-repeat left top;
}
.button-red-small {
  background: url("../images/small-button-red.png") no-repeat left top;
}
.button-blue-small {
  background: url("../images/small-button-blue.png") no-repeat left top;
}
.button-yellow-small {
  background: url("../images/small-button-yellow.png") no-repeat left top;
  color: black;
}
.action {
  width: 100%;
}
.spacing {
  margin: 5px auto 0px 50px;
}
.breadcrumbs {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding-bottom: 3px;
  border-bottom: #fff solid 1px;
  width: 360px;
}
.breadcrumbs a {
  color: white;
}
.product-content {
  color: #fff;
  width: 100%;
  /*height: 750px;*/
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
  top: -15px;
  padding: 120px 120px;
}

.product-content.blue {
  /*background: url("../images/main-banner-blue.png") no-repeat left top;*/
	background: rgb(47,133,183);
	background-image: linear-gradient(180deg, #308bbe 0%, #0b4476 36%, #10151f 100%);
	color: #FFFFFF
}

.product-content.blue:before {
	content: "";
	background: url("../images/top-blue-01.png") no-repeat;
	height: 259px;
  	width: 173px;
  	position: absolute;
	top: 0;
	left: 0;
}

.product-content.blue:after {
	content: "";
	background: url("../images/top-blue-02.png") no-repeat;
	height: 317px;
  	width: 462px;
  	position: absolute;
	top: 0;
	right: 0;
}

.product-content.red {
  /* background: url("../images/main-banner-red.png") no-repeat left top; */
	background: rgb(177,52,67);
	background: linear-gradient(180deg, rgba(177,52,67,1) 0%, rgba(121,16,28,1) 25%, rgba(111,15,24,1) 50%, rgba(111,15,24,1) 75%, rgba(50,7,10,1) 100%);
	color: #FFFFFF
}

.product-content.red:before {
	content: "";
	background: url("../images/top-red-01.png") no-repeat;
	height: 260px;
  	width: 173px;
  	position: absolute;
	top: 0;
	left: 0;
}

.product-content.red:after {
	content: "";
	background: url("../images/top-red-02.png") no-repeat;
	height: 329px;
  	width: 465px;
  	position: absolute;
	top: 0;
	right: 0;
}

.product-content.green {
  /* background: url("../images/main-banner-green.png") no-repeat left top; */
	background: rgb(17,139,100);
	background-image: linear-gradient(180deg, #298f66 0%, #135135 36%, #0f1814 100%);
	color: #FFFFFF;
	position: relative;
}

.product-content.green:before {
	content: "";
	background: url("../images/top-green-01.png") no-repeat;
	height: 270px;
  	width: 169px;
  	position: absolute;
	top: 0;
	left: 0;
}

.product-content.green:after {
	content: "";
	background: url("../images/top-green-02.png") no-repeat;
	height: 330px;
  	width: 465px;
  	position: absolute;
	top: 0;
	right: 0;
}

.product-content.yellow {
  /* background: url("../images/main-banner-yellow.png") no-repeat left top; */
	background: rgb(224,177,17);
	background-image: linear-gradient(180deg, #ecbb18 0%, #1c1911 100%);
	color: #FFFFFF
}

.product-content.yellow:before {
	content: "";
	background: url("../images/top-yellow-01.png") no-repeat;
	height: 270px;
  	width: 169px;
  	position: absolute;
	top: 0;
	left: 0;
}

.product-content.yellow:after {
	content: "";
	background: url("../images/top-yellow-02.png") no-repeat;
	height: 330px;
  	width: 465px;
  	position: absolute;
	top: 0;
	right: 0;
}

.product-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: "BebasBold", Verdana, Arial;
  font-size: 40px;
  letter-spacing: 4px;
  margin-top: 25px;
}
.product-desc {
  margin: 50px 0px;
}
ul.highlight,
ul.wp-block-columns {
  font-family: "BebasBold", Verdana, Arial;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  list-style-type: none;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
ul.highlight li,
ul.wp-block-columns li {
  letter-spacing: 2px;
  width: 50%;
  float: left;
  padding: 0px;
}
.product-desc p {
  margin: 20px 0px 0px 0px;
}
.product-desc .highlight li,
.product-desc .wp-block-columns li {
  font-size: 18px;
}
.nutfact {
  margin: 50px 0px 0px 0px;
  text-transform: uppercase;
}
.main-line-blue,
.main-line-green,
.main-line-red,
.main-line-blue-nutri,
.main-line-yellow {
  background: url("../images/main-line-blue.png") no-repeat center top;
  width: 100%;
  height: 9px;
  position: absolute;
  z-index: 20;
  bottom: 0px;
  /*left: -5px;*/
}
.main-line-blue-nutri {
  background: url("../images/main-line-blue.png") no-repeat center top;
  background-size: cover;
  left: 0.5px;
}
.main-line-green {
  background: url("../images/main-line-green.png") no-repeat center top;
}
.main-line-red {
  background: url("../images/main-line-red.png") no-repeat center top;
}
.main-line-yellow {
  background: url("../images/main-line-yellow.png") no-repeat center top;
}
.product-related {
  margin-bottom: 15px;
  position: relative;
}
img.top-product {
  position: absolute;
  z-index: 30;
  right: 145px;
}

img.bg-product {
  position: relative;
  z-index: 20;
}
.other-product {
  position: absolute;
  z-index: 40;
  top: 27px;
  left: 25px;
  color: #fff;
  font-family: "BebasBold", Verdana, Arial;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  width: 45%;
  text-align: center;
}
.other-product h3 {
  font-family: "DinBold", Verdana, Arial;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 2px;
  color: #eee;
}
.other-product h2 {
  font-size: 52px;
  letter-spacing: 5px;
  margin: 50px 0px 0px 0px;
}
.other-product p {
  font-family: "DinReg", Verdana, Arial;
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
  width: 50%;
  margin: 10px auto;
}

.product-category {
  background: url("../images/main-banner-daily-performer.png") no-repeat left
  top;
  color: #fff;
  width: 100%;
  height: 850px;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
  top: -15px;
  padding: 190px 0px 0px 0px;
}

.product-category.serious-gymers {
  background: url("../images/main-banner-serious-gymers.png") no-repeat left top;
}
.product-category.weight-watchers {
  background: url("../images/main-banner-weight-watchers.png") no-repeat left top;
}
.product-category.plant-based {
  background: url("../images/main-banner-Plant-Based.png") no-repeat left top;
  background-size: cover;
}

.product-category h1 {
  margin: 0px 0px 0px 65px;
  font-family: "DinBold", Verdana, Arial;
  font-size: 58px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 55px;
  width: 200px;
}
.product-category p {
  margin: 30px 0px 0px 70px;
  font-family: "DinReg", Verdana, Arial;
  font-size: 23px;
  line-height: 30px;
  width: 510px;
  color: #eee;
}
.product-category .product-category_main-content-img {
  width: auto;
  max-height: 270px;
  margin: 20px auto 10px auto;
}

.product-category .product-category_main-content-img-container {
  height: 298px;
  display: flex;
}

.catprod .col-lg-4 {
  margin: 15px 0px 0px 0px;
  text-align: center;
}
.catprod h2 {
  font-family: "BebasBold", Verdana, Arial;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.nutrition,
.exercise,
.rest {
  background-color: #c2c2c2;
  margin: 5px 0 20px 0 !important;
  color: #464646;
}
.nutrition h2,
.exercise h2,
.rest h2 {
  width: 100%;
  font-family: "BebasBold", Verdana, Arial;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 35px;
  color: #636363;
  margin-bottom: 20px;
}
.nutrition p,
.exercise p,
.rest p {
  width: 100%;
}
.nutrition h2 {
  padding: 40px 0px 0px 40px;
}
.nutrition p {
  /*padding: 10px 20px 10px 40px;*/
  padding: 20px;
  line-height: 27px;
}
.exercise {
  padding: 40px 40px;
}
.rest {
  padding: 40px 40px;
  height: 325px;
  position: relative;
}
.rest p {
  position: relative;
  z-index: 10;
}
.rest img {
  position: absolute;
  z-index: 0;
  top: -40px;
  right: -40px;
}

.arrow {
  background-size: cover !important;
  width: 398px;
  height: 141px;
  margin-left: -15px;
  padding: 50px 0px;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.arrow.green {
  background: url("../images/nutrition-arrow-green.png") no-repeat left top;
}
.arrow.red {
  background: url("../images/nutrition-arrow-red.png") no-repeat left top;
}
.arrow.blue {
  background: url("../images/nutrition-arrow-blue.png") no-repeat left top;
}
.arrow.yellow {
    background: url("../images/nutrition-arrow-yellow.png") no-repeat left top;
    color: black;
}
.latihan-card-body ul {
  height: 180px;
}
.latihan-card-body p {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.latihan-card-body ul li {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.latihan-card-body ul li::before {
  content: "+";
  margin-right: 4px;
}
.latihan-card-content.red {
  background: url("../images/exercise-table-red.png") no-repeat left top;
}
.latihan-card-content.blue {
  background: url("../images/exercise-table-blue.png") no-repeat left top;
}
.latihan-card-content.green {
  background: url("../images/exercise-table-green.png") no-repeat left top;
}
.latihan-card-content.yellow {
  background: url("../images/exercise-table-yellow.png") no-repeat left top;
}
.latihan-card-header {
  height: 200px;
}
.latihan-card-header .latihan-card-header__text {
  height: auto;
  margin: auto;
  color: white;
}
.latihan-card-header .latihan-card-header__text h1,
.latihan-card-header .latihan-card-header__text h2,
.latihan-card-header .latihan-card-header__text h3 {
  margin-bottom: 0px;
  font-weight: bold;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.marketing .col-lg-4 {
  margin-bottom: 17px;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.marketing p:nth-child(0) {
  margin-top: 15px;
}

/* FOOTER
------------------------- */
/*footer {*/
/*  background: url("../images/footer-box-blue.png") no-repeat left bottom;*/
/*  width: 100%;*/
/*  height: 319px;*/
/*  margin-top: 20px;*/
/*  padding-left: 0px;*/
/*}*/
.foot h3 {
  font-family: "DinBold", Verdana, Arial;
  font-size: 27px;
  text-transform: uppercase;
  color: #333;
}
.wrap-footer {
  background: url("../images/footer-graphic.png") no-repeat left top;
  padding: 30px 40px;
  height: 360px;
}
.wrap-footer .line-footer-break {
  display: none;
}
.logs img {
  margin: 0px auto 10px 60px;
}
.logs p {
  font-family: "DinBold", Verdana, Arial;
  font-size: 23px;
  font-style: italic;
  line-height: 30px;
  color: #fff;
  width: 250px;
  margin: 12px 55px;
}
.listprod {
  padding: 10px 0px 0px 130px;
}
.listprod ul {
  margin: 0px;
  padding: 0px;
}
.listprod ul li {
  font-family: "DinBold", Verdana, Arial;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.listprod ul li a {
  color: #fff;
}
.copyright {
  background-color: #eee;
  padding: 25px 50px 20px 50px;
  font-size: 15px;
}
.copyright ul {
  margin: 10px 0px;
  padding: 0px;
}
.copyright ul li {
  list-style-type: none;
  display: inline;
  padding: 0px 20px;
  font-family: "DinBold", Verdana, Arial;
  font-size: 15px;
  text-transform: uppercase;
}
.copyright a {
  color: #666;
}
ul li.first {
  padding-left: 0px;
}

.contact-us {
  top: -25px;
  position: absolute;

  display: flex;
  justify-content: center;
  right: 215px;
}

.contact-us img {
  height: 20px;
  display: inline-flex;
  margin: 7px 0px;
}

.contact-us span {
  display: inline-flex;
  margin-left: 7px;
}

.img-logo-footer {
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 25px;
}
.img-background-logo-footer {
  position: absolute;
  top: -30px;
  width: 230px;
  right: -50px;
  z-index: 1;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

.product-desc .highlight li,
.product-desc .wp-block-columns li {
  list-style: none;
  font-weight: bold;
}
.product-desc .highlight li::before,
.product-desc .wp-block-columns li::before {
  content: "+ ";
}
.product-desc .highlight ul,
.product-desc .wp-block-columns ul {
  padding: 0 !important;
}

.wp-block-column {
  margin: 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/*subscribe box*/

.es_shortcode_form .form-group {
  padding: 0;
  float: left;
}
.es_textbox input,
.es_shortcode_form .form-group input {
  -webkit-box-shadow: inset -26px 25px 21px -15px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset -26px 25px 21px -15px rgba(0, 0, 0, 1);
  box-shadow: inset -26px 25px 21px -15px rgba(0, 0, 0, 1);
  border: none;
}
.es_shortcode_form .form-group input {
  margin: 0;
  width: 230px;
}
.es_textbox_class {
  width: 480px;
  margin-right: 0 !important;
  max-width: 100%;
}
.es_textbox_button {
  background: url("../images/subscribe-button-blue.png") no-repeat left top;
  width: 480px;
  height: 52px;
  color: #fff;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  opacity: 1;
  margin-top: 15px;
  text-align: center;
  padding: 0px;
  margin: 17px 0px 0px 0px;
  font-family: "DinBold", Verdana, Arial;
  font-size: 23px;
  font-style: normal;
  text-transform: uppercase;
  max-width: 100%;
}
.es_msg {
  width: 94%;
  bottom: -48px;
  position: absolute;
}

.dropdown-item.active,
.dropdown-item:active {
  /*background-color: transparent;*/
}

.dropdown-item {
  display: block;
  /* width: 100%; */
  padding: .25rem 1.5rem;
  clear: both;
  /*font-weight: 400;*/
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.no-underline {
  text-decoration: none !important;
}

.product-content-image img,
.mh-394 {
  max-height: 394px !important;
}
.modal-nutrifact-image img {
  width: 100%;
}

.content-news table.advgb-table-frontend td,
.content-news table.advgb-table-frontend tr {
  border: 1px solid #a2a2a2;
  padding: 0.5em;
}
.content-news {
  color: #6d6d6d !important;
}

.content-news h2,
.content-news strong {
  color: black !important;
}

.content-news p {
  /*margin-left: 30px;*/
}

.content-news li p {
  text-indent: 0;
}

.content-news .img-special-container {
  display: flex;
  max-width: 30.333%;
  height: auto;
  float: left;
  max-height: 200px;
  justify-content: center;
  margin-bottom: 45px;
}
.content-news .img-special-container img {
  max-width: 100%;
  height: auto;
  float: left;
  object-fit: contain;
}

.wp-block-image {
  margin-left: 0;
  margin-right: 0;
  display: flex !important;
  max-width: 33.333%;
  height: auto;
  float: left;
  max-height: 200px;
  justify-content: center;
  width: 100%;
}
.wp-block-image img {
  max-width: 100%;
  float: left;
  object-fit: contain;
  max-height: 200px;
}


@media screen and (max-width: 768px) {
  .content-news .img-special-container {
    max-width: 100%;
  }
}
.testimonials .carousel-control-prev {
  position: relative;
  width: 50%;
  /* text-align: left; */
  justify-content: left;
  padding-left: 4%;
  margin-top: -20%;
}
.testimonials .carousel-control-next {
  position: relative;
  width: 50%;
  justify-content: flex-end;
  padding-right: 7%;
  margin-top: -20%;
}
.testimonials {
  padding-bottom: 20px;
  background: white;
  margin-bottom: -19px;
}
.testimonials-desc {
  max-height: 148px;
  overflow: hidden;
}
.testimonials .carousel {
  height: auto;
}
.testimonials .avatar {
  max-height: 80px;
  width: auto;
  margin-top: 30px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.testimonial .bg-green {
  background-image: url("../images/Green-testimonials.png") !important;
}
.testimonial .bg-green .name {
  color: #8ec89a;
}
.testimonial .bg-red .name {
  color: #f39ca2;
}
.testimonial .bg-blue .name {
  color: #83d0f5;
}

.testimonial .bg-green p,
.testimonial .bg-red p,
.testimonial .bg-blue p {
  color: white !important;
}

.testimonial .bg-green .position,
.testimonial .bg-red .position,
.testimonial .bg-blue .position {
  color: #c2c2c2;
}

.testimonial .bg-red {
  background-image: url("../images/Red-testimonials.png") !important;
}
.testimonial .bg-blue {
  background-image: url("../images/Blue-testimonials.png") !important;
}
.arrow-left {
  background-image: url("../images/arrow-left.png") !important;
  width: 25px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-right: 100px;
}
.arrow-right {
  background-image: url("../images/arrow-right.png") !important;
  width: 25px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-left: 75px;
}
.testimonial .bg-blue,
.testimonial .bg-red,
.testimonial .bg-green {
  margin-top: 45px;
  height: 407px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 1366px) {
  .testimonial .bg-blue,
  .testimonial .bg-red,
  .testimonial .bg-green {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .testimonial .bg-blue,
  .testimonial .bg-red,
  .testimonial .bg-green {
    flex: 0 0 29%;
    max-width: 30%;
  }
  .testimonials .text-white div {
    max-height: 148px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .bg-blue,
  .testimonial .bg-red,
  .testimonial .bg-green {
    margin-top: 0;
    height: 418px;
    margin-left: -8px;
    margin-right: 20px;
  }
  .testimonial .text-white div {
    max-height: 147px;
    overflow: hidden;
    max-width: 100%;
  }
  .testimonials {
    margin-bottom: -54px;
  }
  .testimonial {
    margin-top: 12px;
  }
}
/*begin media query*/
.caraousel-news img {
  width: 100% !important;
  height: auto;
  object-fit: cover !important;
}

.product-category.weight-watchers,
.product-category.serious-gymers,
.product-category.daily-performer,
.main-line-green,
.main-line-red,
.main-line-blue,
.main-line-yellow{
  background-size: cover !important;
}

@media screen and (min-width: 1920px) {
  .subscribe,
  footer {
    background-size: cover;
  }
  .contact-us {
    right: 450px;
  }
  .img-background-logo-footer {
    right: -123px;
  }
  .img-logo-footer {
    right: -51px;
  }
  .placing {
    background-size: 703px;
    background-position-x: -120px;
    height: 350px;
  }
  .placing p {
    margin-top: 200px;
  }
  .green-line,
  .red-line,
  .blue-line,
  .product-category,
  .navbar,
  .product-content,
  .main-line-blue,
  .main-line-green,
  .main-line-red,
  .main-line-yellow{
    background-size: cover;
  }
  .polamakan {
    background-size: cover;
    height: 1190px;
    margin-left: 0 !important;
  }
  .nutrition {
    height: 1190px;
  }
  .nutrition .arrow {
    text-align: left;
    padding-left: 30px !important;
    padding-top: 50px !important;
  }
  .polamakan ul {
    margin-top: 18px;
    height: 188px;
  }
  .marketing .box:nth-child(2) {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .marketing .box {
    height: 455px;
  }
  .content-news {
    padding: 0px 350px;
  }
}

@media screen and (min-width: 1263px) {
  .product-content {
    background-size: cover !important;
  }
  .content-news {
    padding: 0px 300px;
  }
  .nutrition .arrow {
    width: 76%;
    background-size: contain !important;
    padding: 53px 0px;
  }
  .polamakan {
    margin-left: 0;
  }
  .polamakan ul {
    max-width: initial !important;
    margin-left: auto !important;
  }
  .main-line-blue,
  .main-line-green,
  .main-line-red,
  .main-line-yellow {
    left: 0;
  }
  html {
    overflow-x: hidden;
  }
  main {
    padding: 0 52px;
  }
  header {
    margin: 0 52px !important;
  }
  .carousel {
    width: 100%;
  }
  .carousel-contents {
    padding-left: 8px !important;
    padding-right: 9px !important;
  }
  .row {
    margin-right: -10px;
    margin-left: -8px;
  }
  .lgraphic {
    right: -95px;
  }
  .latihan-card {
    width: 100%;
    display: flex;
  }
  .caraousel-news,
  .caraousel-news .carousel-inner,
  .caraousel-news img {
    height: 450px;
  }

}

@media screen and (width: 1364px) {
  .product-category {
    background-size: cover !important;
  }
  .carousel-item img {
    width: 100%;
  }

  .marketing .col-lg-4:last-child {
    margin-right: 0;
  }
  .green-box,
  .blue-box,
  .red-box {
    background-size: cover;
  }

  .marketing .col-lg-4 {
    margin-right: 10px;
  }
  .contact-us {
    right: 250px;
  }
  .product-content {
    background-size: cover !important;
  }
  .polamakan ul {
    width: 700px;
    margin-left: 60px !important;
  }
  .es_shortcode_form .form-group {
    width: 248px !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .carousel-item > img {
    width: 100%;
  }

  .green-line,
  .red-line,
  .blue-line {
    background-size: contain;
  }

  .main-line-green,
  .main-line-blue,
  .main-line-red,
  .main-line-yellow
  .product-category {
    background-size: cover;
  }
  .polamakan ul {
    max-width: 751px;
    margin-left: 113px;
  }
  /*Laptop with HiDPI screen*/
  header {
    margin: 0 124px;
  }
  .carousel-container {
    margin: 0;
  }
  .marketing,
  .carousel {
    margin: auto;
  }
}

@media screen and (min-width: 800px) {
  .dropdown-menu a {
    padding-left: 40px !important;
    margin-left: -30px !important;
  }
}

@media screen and (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    width: max-content;
  }
  .latihan-card .col-md-2 {
    flex: 0 0 15.666667%;
    max-width: 14.28%;
  }
}

@media screen and (max-width: 768px) {
  .caraousel-news,
  .caraousel-news .carousel-inner {
    height: 268px;
  }
  .row.latihan-card {
    margin-right: 0;
  }
  .product-category h1 {
    margin-left: 38px;
  }
  .product-category p {
    margin: 30px 45px 0px 45px;
  }
  .latihan-card-body ul li {
    width: 85px;
    font-size: 14px;
  }
  .latihan-card-content.blue,
  .latihan-card-content.red,
  .latihan-card-content.green {
    height: 330px;
    background-size: cover;
  }
  .latihan-card-header .latihan-card-header__text {
    margin-top: 40px;
  }
  .other-product.products {
    width: 100%;
    left: 0;
  }
  .other-product.products h3 {
    font-size: 19px;
    margin-left: 25px;
    position: absolute;
  }
  .other-product.products h2 {
    margin-left: 25px;
    width: 220px;
  }
  .other-product.products p {
    margin-left: 10px;
  }
  .other-product.products a {
    position: absolute;
    left: 25px;
  }
  .product-related .products-bg {
    height: 400px;
  }
  .product-related img.products {
    width: 370px;
    height: auto;
    margin-top: 80px;
    right: 0;
  }
  .es_shortcode_form .form-group:first-child {
    padding-right: 10px;
  }
  .wrap-footer {
    height: auto;
  }
  .formwrap {
    padding: 0 10px 0 20px;
    margin: 5px auto;
  }
  .navbar-collapse {
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    background: black;
    position: fixed;
    z-index: 40;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .navbar-nav {
    margin: 0 !important;
    margin-top: 15px !important;
  }

  .nav-item {
    padding: 20px 0px;
    background: #706f6f;
  }

  .green-line,
  .blue-line,
  .red-line {
    background-size: cover;
    z-index: 0;
  }

  html,
  body {
    overflow-x: hidden;
  }
  .subscribe {
    height: auto;
    background-size: cover;
    padding-bottom: 0;
  }
  .subscribe .full img {
    width: 100%;
    margin-top: 25px;
  }
  .subscribe .form-group input {
    width: 100%;
  }

  .carousel-container {
    width: 100%;
  }
  .customize-support {
    background-size: 100%;
  }
  .carousel-item {
    /*min-height: 600px;*/
  }
  .carousel-item img {
    width: 100%;
    height: auto;
  }
  main {
    padding: 0;
    margin-top: -45px;
  }
  header {
    margin: 0;
    top: 0;
  }
  .lgraphic {
    width: 38%;
    background-size: 100%;
    height: 160px;
    right: -45px;
    top: 0px;
  }
  .lgraphic img {
    left: 20px;
    width: 35%;
    top: 20px;
  }

  .wrap-footer .line-footer-break {
    background: url("../images/line-mobile.png") no-repeat left top;
    display: block;
    width: 100%;
    background-size: contain;
    height: 10px;
    margin-bottom: 30px;
  }

  .wrap-footer .foot {
    margin-bottom: 35px;
    text-align: center;
    padding:0px;
  }
  .wrap-footer .foot.logs img,
  .wrap-footer .foot.logs p {
    margin: 0;
  }
  .wrap-footer .foot.logs p {
    width: 100%;
    margin: 25px 0;
  }
  .wrap-footer .foot.listprod {
    padding-left: 15px;
  }
  .wrap-footer .foot.connect {
    display: grid;
  }
  .wrap-footer .foot.connect .socmed {
    margin: 0 auto;
    padding-left: 0;
    padding-top: 0;
  }
  .socmed {
    margin: 0 !important;
  }
  .wrap-footer .foot.connect .img-logo-footer,
  .wrap-footer .foot.connect .img-background-logo-footer {
    display: none;
  }
  .wrap-footer {
    background: url("../images/footer-mobile.png") no-repeat left top;
    background-size: cover;
    width: auto;
  }
  .contact-us {
    top: 0;
    position: relative;
    right: unset;
  }
  .copyright {
    padding-left: 15px;
    padding-right: 10px;
  }
  .copyright ul {
    display: none;
  }
  .copyright p {
    font-size: 13px;
  }
  /*navbar*/
  .navbar-toggler {
    right: 110px;
    position: absolute;
    border: none;
  }
  .navbar-toggler span {
    background-image: url("../images/burger.png") !important;
    background-size: contain;
  }
  .product-category {
    height: auto;
    background-size: cover;
    padding-bottom: 30px;
  }
  .product-category h1 {
    font-size: 45px;
    line-height: 43px;
  }
  .product-category p {
    font-size: 18px;
    width: auto;
    margin-top: 10px;
    line-height: 23px;
  }
  .polamakan ul {
    height: 103px;
    margin-top: 15px;
    overflow: hidden;
  }
  .rest img {
    display: none;
  }
  .exercise {
    padding-right: 0;
    padding-left: 0;
  }
  .exercise .arrow {
    margin-left: -15px;
  }
  .product-category {
    background-size: cover !important;
  }
  .product-content {
    padding: 0;
    height: 535px;
  }

  .product-content-single {
    height: auto;
    padding: 0;
  }
  .product-content-single.empty-product {
    height: 593px;
  }
  .product-desc {
    /* background-color: #959595; */
    margin-top: -97px;
    padding-top: 124px;
    padding-left: 40px;
    padding-right: 40px;
  }
	
  .product_detail {
	padding-left: 40px;
    padding-right: 40px;
   }

  .product-desc.empty-product {
    margin-bottom: 0;
    border: none;
    outline: none;
    background-color: #ececec;
    padding: 0 !important;
    margin-top: -95px !important;
  }

  .line-single {
    top: 525px;
    left: 0;
  }
  .product-content-image {
    text-align: center !important;
  }
  .product-content-image img,
  .mh-394 {
    max-height: 394px !important;
  }
  .product-content .product-content-image {
    margin-top: 90px;
    text-align: center !important;
    z-index: 100;
  }
  .rest {
    height: auto;
  }
  .arrow {
    width: 330px;
    background-size: 328px !important;
    padding: 40px;
    padding-left: 0;
  }

  .product-desc {
    margin-bottom: 0 !important;
  }
  .product-content-image button {
    margin: 0;
  }

  /*iphone 6/7/8/Plus*/
  .polamakan {
    background-size: cover !important;
    height: auto;
  }
  .polamakan ul {
    padding: 0px 10px;
    height: 65px;
  }
  .polamakan ul li {
    padding: 20px;
    overflow: hidden;
  }
  .polamakan .waktu {
    width: 30% !important;
    height: 61px;
  }
  .polamakan li h4 {
    font-size: 12px !important;
  }
  .polamakan li {
    font-size: 12px !important;
    width: 70% !important;
    height: 58px !important;
    padding-top: 0 !important;
  }
  .polamakan ul li.waktu {
    padding: 20px 10px;
  }
  .line-single {
    top: -95px;
  }
  .green-box,
  .blue-box,
  .red-box {
    width: 110%;
  }
  .caraousel-news img {
    height: auto !important;
  }
}

@media screen and (width: 425px) {
  .green-box,
  .blue-box,
  .red-box {
    background-position-x: -97px !important;
  }
}

@media screen and (max-width: 425px) {
  .caraousel-news {
    height: 232px;
  }
  .polamakan ul {
    height: 65px;
    margin-top: 10px;
  }
  .polamakan ul li.waktu {
    padding: 10px;
    width: 100% !important;
  }
  .polamakan ul li {
    height: 110px;
    font-size: 14px;
    overflow: hidden;
    padding: 5px 10px;
    margin-left: 3px;
    margin-top: 7px;
  }
  .other-product.products p {
    width: 70%;
  }
  .other-product.products h3 {
    font-size: 17px;
    margin-left: 16px;
  }
  .other-product.products h2 {
    margin-top: 30px;
  }
  .caraousel-news,
  .caraousel-news .carousel-inner {
    height: 295px;
  }
}

@media screen and (max-width: 375px) {
  .polamakan ul li {
    width: 100%!important;
  }
  .polamakan ul {
    height: 52px;
    margin-left: 0;
  }
  .caraousel-news,
  .caraousel-news .carousel-inner {
    height: 267px;
  }
}

@media screen and (width: 414px) {
  .polamakan ul {
    height: 69px;
  }
  .polamakan ul li {
    margin-left: 13px;
  }
}

@media screen and (width: 393px) {
  .polamakan ul {
    height: 65px !important;
  }
  .polamakan ul li {
    margin-left: 7px !important;
    margin-top: 7px !important;
  }
}

@media screen and (width: 375px) {
  .green-box,
  .blue-box,
  .red-box {
    background-position-x: -15px;
  }
  .polamakan ul {
    height: 62px !important;
  }

  .polamakan ul li {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

@media screen and (width: 360px) {
  .polamakan {
    background-size: cover !important;
  }
  .polamakan ul {
    margin-top: 9px;
    height: 58px;
  }
  .polamakan ul li {
    margin-left: 20px;
    height: 55px !important;
  }

  .navbar-brand img {
    width: 80px;
    margin-top: 10px;
    margin-left: -15px;
  }
  .latihan-card-body ul li {
    width: 70px;
    font-size: 12px;
  }
  .latihan-card-body p {
    width: 70px;
    overflow-wrap: break-word;
    font-size: 12px;
  }
  .green-box,
  .blue-box,
  .red-box {
    background-position-x: 0 !important;
  }
  .product-content-single.empty-product {
    height: 625px;
  }
}

@media (width: 320px) {
  .other-product.products h2 {
    margin-top: 40px;
  }
  .other-product.products h3 {
    font-size: 15px;
    width: 90%;
    margin-left: 10px;
  }
  .arrow.green {
    width: 300px;
    background-size: 292px !important;
    padding: 35px 0;
  }
  .navbar-brand img {
    width: 90px;
  }
  .green-box,
  .blue-box,
  .red-box {
    width: 123%;
  }
  .caraousel-news,
  .caraousel-news .carousel-inner {
    height: 232px;
  }
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

img.img-applylmen {
    width: 100%;
    height: auto;
}


/*New Pola Makan Desktop*/
.nutri-right.yellow p {
    line-height: normal;
    padding: 0;
}
.polamakan-yellow ul li.waktu, .yellow .latihan-card-header-title {
    font-family: 'DinBold';
    /*font-size: 24px;*/
    color: #ebe6e8;
}
.polamakan-yellow ul li.waktu{
    text-align: center;
}
ul.restlist-yellow {
    list-style: decimal;
}
.restlist-yellow li {
    font-size: 12px;
    font-weight: 600;
}
@media screen and (min-width: 768px){
    .polamakan-yellow {
        width: 100%;
        /*height: 1000px;*/
    }
    .polamakan-yellow ul {
        /*height: 140px;*/
    }
    .nutri-left.yellow {
        /*margin-top: -4px;*/
        width: 40%;
    }
    .nutri-right.yellow {
        /*background-size: cover;*/
        width: 90%;
    }
    .nutri-right.yellow {
        background-size: 100% 102%;
    }
    .nutrition .arrow.yellow {
        width: 60%;
        height: auto;
        font-size: 16px;
        padding-top: 40px;
    }
    .yellow .latihan-card-body p {
        height: 160px;
    }
    .arrow.yellow span {
        font-size: 16px;
    }
    .yellow img.bg-product {
        width: 100%;
    }
    .yellow .latihan-card-header__text {
        padding-top: 40px;
    }
    .rest-yellow img {
        height: 732px;
        width: 1000px;
    }
    .rest-yellow {
        height: auto;
    }
}

@media screen and (max-width: 768px){
    .polamakan-yellow ul {
        height: 82px !Important;
    }
    .nutri-right.yellow p {
        line-height: normal;
        padding: 0;
    }
    .yellow .latihan-card-header-title {
        font-size: 20px;
        /*padding-top: 20px;*/
    }
    .yellow .latihan-card-body p {
        /*padding-left: 8px;*/
        margin-top: -50px;
        height: 84px;
    }
    .latihan-card-content.yellow {
        background-size: contain;
    }
    .nutri-right.yellow {
        background-size: cover;
    }
    .arrow.yellow span {
        font-size: 12px;
    }
    .arrow.yellow {
        font-size: 14px;
        height: auto;
        padding-top: 44px;
    }
    .yellow img.bg-product {
        object-fit: cover;
    }
    .polamakan-yellow ul li.waktu {
        height: 80px !important;
    }
}

/* CUSTOM CSS */
.list-triangle {
	list-style-type: none;
	padding: 0;
	margin-bottom: 100px;
}

.list-triangle li {
	position: relative;
	padding-left: 19px;
	margin-bottom: 5px;
}

.product_detail .list-triangle li:before {
	content: "";
	background: url(../images/bullet.png) no-repeat;
	width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
  left: 0;
  top: 6px;
  position: absolute;
}

.product_detail h2.subtitle {
	font-family: 'BebasBold';
	font-size: 30px;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 20px;
}

footer {
    background: url(../images/footer-box-blue.png) no-repeat left bottom;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-left: 0px;
    background-size: cover;
}