/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@charset "UTF-8";

@font-face {

  src: url("../fonts/Typesketchbook - Labrador-A-Regular.otf");

  font-family: labrador-a-regular;

  font-weight: 400;

  font-display: swap; }

  

@font-face {

  src: url("../fonts/Typesketchbook - Labrador-A-Regular-Oblique.otf");

  font-family: labrador-a-regular-oblique;

  font-weight: 400;

  font-display: swap; }

  

@font-face {

  src: url("../fonts/Typesketchbook - Labrador-B-Bold.otf");

  font-family: labrador-b-bold;

  font-weight: 700;

  font-display: swap; }

body {
  background: #fff;
  color: #666666;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
}

a {
  color: #f26522;
}

a:hover {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
  border-bottom: 2px solid #f26522;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.whatsapp {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 11;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  padding: 50px 0;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  width: 100%;
}

#header #logo {
  float: left;
}

#header .logo-img {
  height: 40px;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  padding: 120px 50px 0 50px;
  background: #fff;
}

#intro .carousel-item {
  width: 100%;
  height: 82vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 80px; /* Creates a fully rounded element */
  background-color: white; /* Set the background color for the element */
  overflow: hidden; /* Ensure the content is clipped within the rounded borders */
}

#intro .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  clip-path: inset(0 round 80px); /* Create a clipping mask matching the border radius */
}


#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: left;
}

#intro .carousel-content .kiri {
  margin-top: 250px;
  padding-left: 40px;
}

#intro .carousel-content .kanan {
  margin-top: 250px;
  padding-left: 120px;
}

#intro .carousel-content .callus {
  color: #fff; /* Set the text color to white */
  border: 2px solid #fff; /* Add a 2px solid white border */
  padding: 10px; /* Optional: Add padding to the links */
  text-decoration: none; /* Optional: Remove the default underline on links */
  border-radius: 15px;
}


#intro .carousel-content h3 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #intro .carousel-content h2 {
    font-size: 28px;
  }
}

#intro .carousel-content p {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
}

@media (min-width: 1440px) {
  #intro .carousel-content p {
    width: 100%;
  }

  #intro .carousel-content .kiri {
    margin-top: 250px;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  
  #intro .carousel-content .kanan {
    margin-top: 250px;
    padding-left: 300px;
  }
}

.logo-shell{
  height: 90px;
}

.img-desc{
  height: 300px;
}

.loc-desc{
  width: 100%;
}

/* CSS FOR MOBILE */

@media (max-width: 480px) {
  #intro {
    padding: 100px 10px 0 10px;
  }

  #intro .carousel-content .kiri {
    margin-top: 20px !important;
  }

  #intro .carousel-content h3 {
    font-size: 30px !important;
  }

  #intro .carousel-content .kanan {
      margin-top: 200px !important;
      padding-left: 40px !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px; /* Creates a fully rounded element */
    background-color: white; /* Set the background color for the element */
    overflow: hidden; /* Ensure the content is clipped within the rounded borders */
  }

  .logo-img {
    height: 25px !important;
    width: 175px;
  }

  .logo-shell{
    height:40px;
  }

  #team {
    padding: 30px 20px !important;
  }

  #team .outer-box {
    width: 90% !important;
    padding: 20px !important;
  }

  #team .inner-box {
    padding: 20px !important;
  }

  #team .title {
    font-size: 20px !important;
  }

  #team .description {
    font-size: 12px !important;
    margin: 0 0 0 0 !important;
  }

  #team .image-container img {
    margin-top: 500px !important;
  }

  #team .image-container {
    right: -50px !important;
  }

  .img-desc {
    height: 200px;
    border-radius: 30px !important;
    margin-right: 10px;
  }

  .productsss .container {
    padding-top: 170px;
  }

  .productsss h2 {
    font-size: 30px !important;
    margin: 0 0 0 0 !important;
  }

  #product_category {
    max-width: 50%;
  }

  #hloc .hlocblock {
    padding: 20px !important;
    padding-right: 5px !important;
    padding-left: 20px !important;
  }

  #hloc h3 {
    font-size: 25px !important;
  }

  #hloc h2 {
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  #hloc p {
    font-size: 12px !important;
  }

  #hloc .cta-btn {
    font-size: 12px !important;
    font-weight: bold !important;
    font-style: italic;
  }

  #hloc .hlocblock .locright {
    width: 80% !important;
    padding-top: 70px;
  }

  #hloc .loc-desc {
    padding-left: 7px !important;
  } 

  #hform .hformblock {
    padding: 20px !important;
  }

  #hform h3 {
    font-size: 20px !important;
  }

  #hform .hformblock .formright {
    padding-left: 40px !important;
    padding-top: 100px !important; 
  }

  #hform h3 {
    font-size: 20px !important;
    padding-bottom: 20px !important;
  }

  #hform h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  #hform .cta-btn {
    margin-top: 0 !important;
  }
  
  /* support */
  #hform .hformblock .formright {
    width: 20%;
    padding-top: 5px;
    padding-left: 5px;
  }

  #hform p {
    color: #000;
    padding-bottom: 10px !important;
    margin: 0;
  }

  #header {
    background: #fff;
    padding: 30px 0;
    height: auto; /* Adjusted height */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    width: 100%;
    overflow-x: hidden;
  }

  /* About Us */
  #home .about-img .cropp {
    height: auto !important; 
    border-radius: 10px !important;
  }

  #home .about-img {
    height: auto !important;
    padding: 0 10px !important;
  }

  #visi h3 {
    padding: 20px 0 40px 50px !important;
    margin-left: 80px;
  }

  #visi .visiblock .visileft {
    width: 200px !important;
    margin-left: 0 !important;
  }

  .visi-img {
    width: 100%;
    border-radius: 10px !important;
  }

  #visi .visiblock {
    padding: 0 20px !important;
  }

  #visi .visiblock .visiright {
    margin-left: 20px !important;
  }

  #visi p {
    width: auto !important;
  }

  #misi h3 {
    margin-left: 120px;
    padding: 40px 0 40px 50px !important;
  }

  .section-header h5 {
    font-size: 25px !important;
  }

  #misi {
    margin-left: 0 !important;
  }

  #misi .misiblock {
    width: 50% !important;
  }

  #misi .misiblock .contents h4 {
    font-size: 20px;
  }

  #misi .misiblock .contents p {
    font-size: 12px;
  }

  #value {
    padding: 20px 0 20px 20px !important;
  }

  #value h3 {
    padding-left: 100px !important;
  }

  .section-header h3 {
    padding-top: 20px !important;
  }
  
  #value .lebar .valueblock:nth-child(2) .contents::before,
  #value .lebar .valueblock:nth-child(2) .contents::after {
    display: none;
  }

  #value .valueblock {
    width: 100% !important;
  }
    
  #value .valueblock .contents .text {
    display: inline-flex;
  }
  
  #value .valueblock .contents h4 {
    width: 200px;
    height: 100px;
  }

  #value .valueblock .contents p {
    width: 100px;
    height:100px;
  }

  .lebar .valueblock::after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff; 
    margin-top: 20px;
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
  }


  /* Produk */
  #packaging {
    padding: 0 !important;
  }

  #packaging h2 {
    font-size: 20px !important;
    margin-left: 20px !important;
  }

  #packaging .carousel {
    margin-left: 10px !important;
  }

  #packaging .carousel h3 {
    font-size: 16px;
    font-weight: 700;
  }

  #packaging .carousel p {
    margin: 0 0 0 0 !important;
    font-size: 12px !important;
  }

  #packaging .carousel-item .col-md-4 {
    width: 33% !important;
  }

  #packaging h4 {
    margin-left: 20px !important;
    font-size: 20px !important;
  }

  #product .product-img {
    height: auto !important;
    padding: 0 10px !important;
  }

  #producttype {
    padding-top: 0px !important;
  }

  #productfamily {
    padding-left: 20px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  #productfamily .misiblock {
    width: 50% !important;
  }

  .products-detail .products-thumbnail .text .description {
    font-size: 11px !important;
  }

  #packaging .carousel {
    padding-bottom: 20px;
  }

  #packaging .carousel .box {
    padding: 10px !important;
  }

  #produk_category {
    padding-top: 100px !important;
  }

  #produk_detail {
    padding-top: 100px !important;
  }

  #myCarousel .carousel-inner .card {
    border: 0px; 
    background-color: #f0ecec !important;
    height: 100px !important;
    border-radius: 15px !important;
  }

  /* Layanan */
  #service {
    padding: 120px 0 0px 0 !important;
  }

  #servicetype .hlocblock {
    padding: 5px !important;
  }

  #servicetype .hlocblock .locleft {
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px;
  }
  .tab-content .services-content #myTabContent {
    width: 100% !important;
  }

  #servicetype .hlocblock .locright #myTabContent {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 50px;
  }

  #servicetype .hlocblock .locright {
    width: 100% !important;
    margin:20px;
    margin-top: 0;
  }

  #servicetype .hlocblock .row {
    width: 100% !important;
  }

  #servicetype .nav-tabs .nav-link {
    font-size: 12px;
  }

  #servicetype .nav-link {
    width: 100% !important;
  }

  #servicetype .hlocblock .row {
    margin-left: 0 !important;
  }

  #servicetype .nav-tabs.cont {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center; 
  }

  #servicetype .nav-tabs.cont .nav-item {
      flex: 0 0 33.33%; 
      max-width: 33.33%; 
  }

  .nav-link:hover {
    text-underline-offset: 3px !important;
  }

  .nav-link:focus {
    text-underline-offset: 3px !important;
  }

  .nav-link.active {
    text-underline-offset: 3px !important;
  }

  #servicetype .hlocblock .locleft .cont {
    padding-bottom: 0px !important;
  }

  #servicetype .col-md-4 {
    padding-right: 0 !important;
  }

  #servicetype .col-sm-12 {
    padding-right: 0 !important;
  }

  .locright .overlay {
    margin-left: 0% !important;
  }

  .overlay h4 {
    width: 100% !important;
    margin-top:10%;
    margin-left: 5%;
    padding-right: 5%;
    font-size: 25px !important;
  }

  .overlay .description {
    width: 100% !important;
    padding-right: 6%;
    height: 300px;
  }

  .overlay img {
    width: 100% !important;
  }

  .overlay .description {
    margin-bottom: 20px !important;
    margin-left: 5%;
  }

  /* Contact Us */
  #kform .hformblock .formright {
    padding-left: 40px !important;
    padding-top: 100px !important; 
  }

  #kontak {
    padding: 110px 0 0 0 !important;
  }

  #kloc .hlocblock {
    display: flex;
    flex-direction: column;
    padding: 20px !important;
    position: relative; 
    height: 200px; 
  }

  #kloc .hlocblock .locright {
      width: 100% !important;
      align-self: flex-end; 
      position: absolute; 
  }

  #kloc .hlocblock .locleft {
      width: 90% !important;
      align-self: flex-start; 
      position: absolute; 
      margin-top: 200px;
  }

  #kform .hformblock {
    margin-top: 200px;
    padding: 20px !important; 
    padding-top: 120px !important;
  }

  #contact_us {
    background-color: #f0ecec;
  }

  #kloc p {
    padding-bottom: 20px !important;
    width: 90%;
  }


  #kloc .loc-desc {
    padding-left: 40px;
  }

  #kloc h3 {
    padding-top: 60px;
    font-size: 25px !important;
    padding-bottom: 20px !important;
  }

  #kloc h2 {
    font-weight: 700 !important;
    font-size: 16px !important;
  }

  #kloc .cta-btn {
    font-size: 15px !important;
    font-weight: bold !important;
    font-style: italic;
  }

  #kform h3 {
    font-size: 20px !important;
    padding-bottom: 20px !important;
  }

  #kform h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  #kform .cta-btn {
    margin-top: 0 !important;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #f26522;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #f26522;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Menu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Menu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #939598;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #f26522;
  border-bottom: 2px solid #f26522;
}

.nav-menu > li {
  margin-left: 30px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #f26522;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #9c9c9c;;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f26522;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #f26522;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 18px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 10px;
}

.section-header p {
  text-align: center;
  color: #333;
}

.section-header h5 {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 10px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  color: #f26522;
  background: #333;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #f26522;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  margin: 15px 0;
  font-size: 18px;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* Homepage Description Section
--------------------------------*/
#team {
  background: #ededed;
  margin-top: 60px;
  padding: 100px 60px;
}

#team .column {
  display: flex;
}

#team .outer-box {
  width: 60%;
  padding: 50px;
  background-color: #f26522;
  position: relative;
}

#team .inner-box {
  background-color: white;
  padding: 50px;
  border-radius: 30px;
}

#team .title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

#team .description {
  color: #000;
  font-size: 15px;
  text-align: left;
}

#team .image-container {
  position: absolute;
  top: 50%;
  right: -400px; /* Adjust the value as per your preference */
  transform: translateY(-50%);
}

#team .image-container img {
  max-width: 100%;
  max-height: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* Home Product Section
--------------------------------*/
#about {
  background: #ededed;
  padding: 80px;
}

#about .button {
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: right;
}

#about h2 {
  text-align: left;
  font-weight: 700;
  color: #000;
  font-size: 36px;
  margin-left: 80px;
}

#about .carousel {
  display: flex;
  margin-left: 80px;
}

#about .carousel .box {
  padding: 20px;
  margin-right: 10px;
  background-color: #fff;
  color: #000;
  border-radius: 15px;
}

/* Home Location Section
--------------------------------*/
#hloc {
  background-color: #f26522;
  background-size: cover;
}

#hloc .hlocblock {
  display: flex;
  padding: 80px;
  width: 100%;
}

#hloc .hlocblock .locleft {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#hloc .hlocblock .locright {
  width: 50%;
}

#hloc h3 {
  text-align: left;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  padding-bottom: 50px;
  margin: 0;
}

#hloc h2 {
  text-align: left;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  padding-bottom: 15px;
  margin: 0;
}

#hloc p {
  color: #fff;
  padding-bottom: 50px;
  margin: 0;
}

#hloc .cta-btn {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

/* Home Location Section
--------------------------------*/
#hform {
  background-color: #fff;
  background-size: cover;
}

#hform .hformblock {
  display: flex;
  padding: 80px;
  width: 100%;
}

#hform .hformblock .formleft {
  width: 50%;
}

#hform .hformblock .formleft .forminput{
  width: 80%;
}

#hform .hformblock .formright {
  width: 50%;
  padding-top: 50px;
  padding-left: 200px;
}

#hform h3 {
  text-align: left;
  font-weight: 700;
  color: #000;
  font-size: 25px;
  padding-bottom: 50px;
  margin: 0;
}

#hform h2 {
  text-align: left;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  padding-bottom: 15px;
  margin: 0;
}

#hform p {
  color: #000;
  padding-bottom: 50px;
  margin: 0;
}

#hform .cta-btn {
  font-weight: 700;
  font-size: 16px;
  color: #f26522;
  margin: 0;
  border: none;
  background-color: #fff;
  margin-top: 50px;
}

#hform input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

#hform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#hform textarea {
  border: none;
  border-bottom: 1px solid black;
}

/* About Section
--------------------------------*/
#home {
  background-color: #fff;
  background-size: cover;
  padding: 120px 0 40px 0;
  display: flex;
  flex-direction: column; /* Display flex items vertically */
  align-items: center; /* Align items horizontally at the center */
  position: relative;
}

#home .cont {
  width: 80%;
  text-align: center;
  margin-bottom: 20px; /* Add a margin at the bottom to create space */
}

#home .about-img {
  text-align: right;
  height: 53vh; /* Adjust the desired height of the cropped image */
  overflow: hidden; /* Hide the overflow */
  padding: 0 80px;
}

#home .about-img .cropp {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 60px;
}

#home .about-img .cropp img {
  width: 100%;
  position: relative;
  top: -35%; /* Move the image up by 15% */
}

/* Visi Section
--------------------------------*/
#visi {
  background-color: #fff;
  background-size: cover;
}

#visi .visiblock {
  display: flex;
  padding: 0 80px;
  width: 100%;
}

#visi .visiblock .visileft {
  width: 50%;
  margin-left: 80px;
}

#visi .visiblock .visiright {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 80px;
}

#visi h3 {
  padding: 80px 0 40px 80px;
  margin-left: 80px;
}

#visi h2 {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 15px;
  margin: 0;
  color: #000;
}

#visi p {
  width: 50%;
  margin: 0;
  color: #000;
}

/* Misi Section
--------------------------------*/
#misi {
  background-color: #fff;
  margin-left: 150px;
  margin-bottom: 100px;
}

#misi .lebar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#misi .misiblock {
  width: 80%;
  margin-bottom: 20px;
}

#misi .misiblock .contents {
  display: flex;
  align-items: flex-start;
}

#misi .misiblock .contents .icon {
  color: #f26522;
  width: 5%; /* Adjust the width as per your preference */
}

#misi .misiblock .contents .text {
  width: 95%; /* Adjust the width as per your preference */
}

#misi .misiblock .contents h4 {
  font-weight: 700;
  color: #000;
  margin-bottom: 20px; /* Reset margin for the title */

}

#misi .misiblock .contents p {
  color: #000;
  margin: 0; /* Reset margin for the title */
  width: 80%;
}

#misi h3 {
  padding: 80px 0 10px 10px;
}

/* Value Section
--------------------------------*/
#value {
  background-color: #f26522;
  padding: 60px 0 150px 150px;
}

#value .lebar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#value .valueblock {
  width: 80%;
  margin-bottom: 20px;
}

#value .valueblock .contents {
  display: flex;
  align-items: flex-start;
}

#value .valueblock .contents .text {
  width: 100%;
}

#value .valueblock .contents h4 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

#value .valueblock .contents p {
  color: #fff;
  margin: 0;
  width: 80%;
}

#value h3 {
  color: #fff;
  padding-left: 10px;
  padding-bottom: 50px;
}

#value .lebar .valueblock:nth-child(2) .contents::before,
#value .lebar .valueblock:nth-child(2) .contents::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

#value .lebar .valueblock:nth-child(2) .contents::before {
  left: -20px; /* Adjust the position as per your preference */
}

#value .lebar .valueblock:nth-child(2) .contents::after {
  right: 20px; /* Adjust the position as per your preference */
}

/* Kontak Section
--------------------------------*/
#kontak {
  background-color: #ededed;
  background-size: cover;
  padding: 120px 0 40px 0;
  display: flex;
  flex-direction: column; /* Display flex items vertically */
  align-items: center; /* Align items horizontally at the center */
  position: relative;
}

#kontak .cont {
  width: 80%;
  text-align: center;
  margin-bottom: 20px; /* Add a margin at the bottom to create space */
}

/* Kontak Location Section
--------------------------------*/
#kloc {
  background-color: #ededed;
  background-size: cover;
}

#kloc .hlocblock {
  display: flex;
  padding: 80px;
  width: 100%;
}

#kloc .hlocblock .locleft {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#kloc .hlocblock .locright {
  width: 50%;
}

#kloc h3 {
  text-align: left;
  font-weight: 700;
  color: #000;
  font-size: 36px;
  padding-bottom: 50px;
  margin: 0;
}

#kloc h2 {
  text-align: left;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  padding-bottom: 15px;
  margin: 0;
}

#kloc p {
  color: #000;
  padding-bottom: 50px;
  margin: 0;
}

#kloc .cta-btn {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin: 0;
}

/* Kontak Form Section
--------------------------------*/
#kform {
  background-color: #ededed;
  background-size: cover;
}

#kform .hformblock {
  display: flex;
  padding: 80px;
  width: 100%;
}

#kform .hformblock .formleft {
  width: 50%;
}

#kform .hformblock .formleft .forminput{
  width: 80%;
}

#kform .hformblock .formright {
  width: 50%;
  padding-top: 50px;
  padding-left: 200px;
}

#kform h3 {
  text-align: left;
  font-weight: 700;
  color: #000;
  font-size: 25px;
  padding-bottom: 50px;
  margin: 0;
}

#kform h2 {
  text-align: left;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  padding-bottom: 15px;
  margin: 0;
}

#kform p {
  color: #000;
  padding-bottom: 50px;
  margin: 0;
}

#kform .cta-btn {
  font-weight: 700;
  font-size: 16px;
  color: #f26522;
  margin: 0;
  border: none;
  background-color: #ededed;
  margin-top: 50px;
}

#kform input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

#kform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#kform textarea {
  border: none;
  border-bottom: 1px solid black;
  background-color: #f0ecec;
}

/* Product Packaging Section
--------------------------------*/
#packaging {
  background: #fff;
  padding: 80px;
}

#packaging .button {
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: right;
}

#packaging h4 {
  margin-left: 80px;
}

#packaging h2 {
  text-align: left;
  font-weight: 700;
  color: #000;
  font-size: 36px;
  margin-left: 80px;
}

#packaging .carousel {
  display: flex;
  margin-left: 80px;
}

#packaging .carousel .box {
  padding: 20px;
  margin-right: 10px;
  background-color: #ededed;
  color: #000;
  border-radius: 15px;
}

.productsss {
  background-color: #ededed;
}
.productsss h2 {
  font-weight: 700;
  color: #000;
  font-size: 36px;
}
.productsss .thumbnail-wrappersss {
  background-color: #ededed;
  margin-top: 30px;
  margin-bottom: 30px; }
  .productsss .thumbnail-wrappersss .thumbnail-itemsss {
    margin-bottom: 30px;
    background-color: white;
    transition: all 0.5s; }
    .productsss .thumbnail-wrappersss .thumbnail-itemsss .imagesss {
      overflow: hidden; }
      .productsss .thumbnail-wrappersss .thumbnail-itemsss .imagesss img {
        width: 100%;
        filter: grayscale(1);
        transition: all 0.5s; }
    .productsss .thumbnail-wrappersss .thumbnail-itemsss .textsss {
      text-align: center;
      padding: 15px 15px; }
      .productsss .thumbnail-wrappersss .thumbnail-itemsss .textsss a {
        font-size: 20px;
        display: inline-block;
        text-transform: uppercase;
        color: black; }
    .productsss .thumbnail-wrappersss .thumbnail-itemsss:hover, .productsss .thumbnail-wrappersss .thumbnail-itemsss:focus, .productsss .thumbnail-wrappersss .thumbnail-itemsss:active {
      background-color: #EF5214; }
      .productsss .thumbnail-wrappersss .thumbnail-itemsss:hover .imagesss img, .productsss .thumbnail-wrappersss .thumbnail-itemsss:focus .imagesss img, .productsss .thumbnail-wrappersss .thumbnail-itemsss:active .imagesss img {
        transform: scale(1.1);
        filter: grayscale(0); }
      .productsss .thumbnail-wrappersss .thumbnail-itemsss:hover .textsss a, .productsss .thumbnail-wrappersss .thumbnail-itemsss:focus .textsss a, .productsss .thumbnail-wrappersss .thumbnail-itemsss:active .textsss a {
        color: white; }


/* Product Banner Section
--------------------------------*/
#product {
  background-color: #ededed;
  background-size: cover;
  padding: 120px 0 40px 0;
  display: flex;
  flex-direction: column; /* Display flex items vertically */
  align-items: center; /* Align items horizontally at the center */
  position: relative;
}

#product .cont {
  width: 80%;
  text-align: center;
  margin-bottom: 20px; /* Add a margin at the bottom to create space */
}

#product .product-img {
  text-align: right;
  height: 53vh; /* Adjust the desired height of the cropped image */
  overflow: hidden; /* Hide the overflow */
  padding: 0 80px;
}

#product .product-img .cropp {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 60px;
}

#product .product-img .cropp img {
  width: 100%;
  position: relative;
  top: -35%; /* Move the image up by 15% */
}

/* Product Type Section
--------------------------------*/
#producttype {
  background-color: #ededed;
  background-size: cover;
  display: flex;
  justify-content: center; /* Align items horizontally in the center */
  padding-top: 60px;
  padding-bottom: 60px;
}

#producttype .cont {
  display: flex; /* Display the titles in a row */
  flex-wrap: wrap; /* Allow titles to wrap to the next line if necessary */
  justify-content: center; /* Align titles horizontally in the center */
  margin-bottom: 20px; /* Add a margin at the bottom to create space */
}

#producttype #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#producttype #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 25px;
  line-height: 20px;
  color: #000;
  border-radius: 4px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

#producttype #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #f26522;
  color: #fff;
}

#producttype #portfolio-flters li:last-child {
  margin-right: 0;
}

/* Product Family Section
--------------------------------*/
#productfamily {
  background-color: #ededed;
  padding-left: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
}

#productfamily .lebar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#productfamily .misiblock {
  width: 100%;
  margin-bottom: 20px;
}

#productfamily .misiblock .contents {
  display: flex;
  align-items: flex-start;
}

#productfamily .misiblock .contents .text {
  width: 100%; /* Adjust the width as per your preference */
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}

#productfamily .misiblock .contents h5 {
  color: #000;
  margin-bottom: 20px; /* Reset margin for the title */
  font-size: 13px;
}

#productfamily .misiblock .contents h4 {
  font-weight: 700;
  color: #f26522;
  margin-bottom: 20px; /* Reset margin for the title */
  font-size: 20px;
}

#productfamily .misiblock .contents p {
  color: #000;
  margin: 0; /* Reset margin for the title */
  width: 80%;
  font-size: 15px;
  margin-bottom: 20px;
}

#productfamily .misiblock .contents a {
  color: #000;
  font-size: 13px;
}

#myCarousel .carousel-inner .card {
  border: 0px; 
  background-color: #f0ecec !important;
  height: 250px;
  border-radius: 30px;
}

/* Service Banner Section
--------------------------------*/
#service {
  background-color: #f26522;
  background-size: cover;
  padding: 120px 0 40px 0;
  display: flex;
  flex-direction: column; /* Display flex items vertically */
  align-items: center; /* Align items horizontally at the center */
  position: relative;
}

#service .cont {
  width: 80%;
  text-align: center;
  margin-bottom: 20px; /* Add a margin at the bottom to create space */
}

/* Service Type Section
--------------------------------*/
#servicetype {
  background-color: #f26522;
  background-size: cover;
}

#servicetype .hlocblock {
  /* display: flex; */
  padding: 80px;
  align-items: stretch;
}

#servicetype .hlocblock .locleft {
  background-color: #fff;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#servicetype .hlocblock .locleft .cont {
  padding-top: 60px;
  padding-bottom: 60px;
}

#servicetype .hlocblock .locright {
  width: 100%;
  display: flex;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#servicetype .hlocblock .locright #myTabContent {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#servicetype .hlocblock .locright {
  padding-left: 0;
}

    .nav-item {
      font-size: 20px !important;
      border: none !important;
      text-decoration: none !important;
      padding-bottom: 10px;
    }

    .nav-link {
      width: 80% !important;
      border: none !important;
      color: #9c9c9c;
      font-weight: 700;
      text-decoration: none !important;
    }

    .nav-link:hover {
      color: #000 !important;
      text-decoration: underline !important;
      text-decoration-color: #f26522 !important;
      text-decoration-thickness: 3px !important;
      text-underline-offset: 8px;
    }

    .nav-link.active {
      color: #000 !important;
      text-decoration: underline !important;
      text-decoration-color: #f26522 !important;
      text-decoration-thickness: 3px !important;
      text-underline-offset: 8px;
    }

    .nav-link:focus {
      color: #000 !important;
      text-decoration: underline !important;
      text-decoration-color: #f26522 !important;
      text-decoration-thickness: 3px !important;
      text-underline-offset: 8px;
    }

    a {
      color: #000;
      border: none !important;
      text-decoration: none !important;
    }

    a:hover, a:active {
      color: #f26522;
      text-decoration: none !important;  
    }

    .locright .overlay {    
      color: #fff;
      margin-top: 5%;
      margin-left: 5%;
    }

    .overlay h4 {
      text-align: left;
      font-size: 30px;
      width: 100%;
    }

    .overlay .description {
      margin-top: 10px;
      margin-bottom: 80px;
      font-size: 16px;
      width: 70%;
    }

    .overlay img {
      width: 60%;
    }

/* Contact Section
--------------------------------*/
#contact {
  padding: 120px 0 40px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 16px;
  display: inline-block;
  color: #f26522;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #f26522;
}

#contact .contact-detail {
  text-align: left;
  margin-bottom: 20px;
}

#contact .contact-detail h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f26522;
  padding: 10px 0;
  border-bottom: 2px solid #f26522;
}

#contact .contact-detail td {
  vertical-align: top;
  padding-bottom: 15px;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

@media (min-width: 768px) {
  #contact .contact-detail {
    padding: 20px 0;
  }
}

.popupmap {
  max-width: 300px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 13px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border-left: 4px solid #f26522;
}

#footer .footer-top .footer-info a {
  color: #fff;
}

#footer .footer-top .footer-info a:hover {
  color: #f26522;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Quicksand', sans-serif;
  color: #eee;
  text-align: left;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f26522;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #f26522;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f26522;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  text-align: left;
}

#footer .footer-top .footer-contact a {
  color: #fff;
}

#footer .footer-top .footer-contact a:hover {
  color: #f26522;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .copyright a {
  color: #fff;
}

body section.with-background {

  margin-bottom: 0;

  padding-top: 80px;

  padding-bottom: 80px; }

  body section.with-background.background-orange {

    background-color: #EF5214;

    color: white; }

  body section.with-background.background-black {

    background-color: #1B1D1D;

    color: white; }

  body section.with-background.background-dark {

      background-color: #1C1C1C;

      color: white;

      margin-bottom: 0;

      padding-top: 40px;

      padding-bottom: 40px; }

  body section.with-background.background-grey-product {

      background-color: #dedede;

      color: #141414;

      margin-bottom: 0;

      padding-top: 40px;

      padding-bottom: 0px; }

  body section.with-background.background-darkgrey {

      background-color: #414141;

      padding-top: 20px;

      padding-bottom: 90px; }

      body section.with-background.background-darkgrey h4{

        color: #EF5214;

        text-transform: uppercase;

        padding-top: 50px; }

        body section.with-background.background-darkgrey img{

          padding: 20px; }

          body section.with-background.background-darkgrey a{

            color: #c4c4c4; }

            body section.with-background.background-darkgrey small{

              color: #c4c4c4; }

  .bold-text {
    font-weight: bold;
  }


  .products-detail {
  
    counter-reset: section; }
  
    .products-detail .judul {
  
      display: flex;
  
      align-items: center; /* Vertically align items in the middle */
  
    }
  
    .products-detail .space {
  
      margin-left: 15px;
  
      margin-right: 15px;
  
    }
  
    .products-detail .space-description {
  
      margin-top: 10px;
  
      margin-bottom: 20px;
  
    }
  
    .products-detail .products-thumbnail {
  
      background-color: #ffffff;
  
      margin-bottom: 50px;
  
      border-bottom: 2px solid #F1F1F1;
  
      margin-right: 20px;
  
      padding: 20px;
  
      border-radius: 10%; }
  
      .products-detail .products-thumbnail::before {
  
        font-size: 104px;
  
        color: #EF5214;
  
        opacity: 0.17;
  
        line-height: 1; }
  
      .products-detail .products-thumbnail .text .title {
  
        margin-bottom: 15px; }
  
        .products-detail .products-thumbnail .text .title h5 {
  
          color: #EF5214;
  
          text-transform: uppercase;
  
          font-family: labrador-b-bold; }

        .products-detail .products-thumbnail .text .title h4 {

          color: #EF5214;
  
          text-transform: uppercase;
  
          font-family: labrador-b-bold; }
  
      .products-detail .products-thumbnail .text .description {
  
        margin-bottom: 30px;
  
        padding-right: 0px;

        font-size: 16px;
  
        color: black;
      }
  
        .products-detail .products-thumbnail .text .description p {
  
          display: -webkit-box;
  
          -webkit-line-clamp: 4;
  
          -webkit-box-orient: vertical;
  
          overflow: hidden;
  
          height: 100px;}
  
      .products-detail .products-thumbnail .text .link a {
  
        display: inline-block;
  
        color: black;
  
        cursor: pointer;
  
        font-family: labrador-a-regular-oblique; }
  
        .products-detail .products-thumbnail .text .link a i {
  
          vertical-align: middle;
  
          font-size: 14px;
  
          transition: all 0.5s; }

          .products-family {

            counter-reset: section; }
  
            .products-family .judul {
  
              display: flex;
  
              align-items: center;
  
              padding-bottom: 20px; 
  
            }
  
            .products-family .products-thumbnail {
  
              background-color: #ffffff;
  
              margin-bottom: 50px;
  
              border-bottom: 2px solid #F1F1F1;
  
              margin-right: 20px;
  
              padding: 20px;
  
              border-radius: 15px;
  
              padding-top: 20px; }
  
              .products-family .products-thumbnail::before {
  
                font-size: 104px;
  
                color: #EF5214;
  
                opacity: 0.17;
  
                line-height: 1; }
  
              .products-family .products-thumbnail .text .title {
  
                margin-bottom: 15px; }
  
                .products-family .products-thumbnail .text .title h5 {
  
                  color: #EF5214;
  
                  text-transform: uppercase;
  
                  font-family: labrador-b-bold; }
  
              .products-family .products-thumbnail .text .description {
  
                margin-bottom: 30px;
  
                padding-right: 0px;
  
                font-size: 16px;}
  
                .products-family .products-thumbnail .text .description p {
  
                  display: -webkit-box;
  
                  -webkit-line-clamp: 4;
  
                  -webkit-box-orient: vertical;
  
                  overflow: hidden;
  
                  height: 100px;}
  
              .products-family .products-thumbnail .text .link a {
  
                display: inline-block;
  
                color: black;
  
                cursor: pointer;
  
                font-family: labrador-a-regular-oblique; }
  
                .products-family .products-thumbnail .text .link a i {
  
                  vertical-align: middle;
  
                  font-size: 14px;
  
                  transition: all 0.5s; }
  
.no-gutters {

  margin-right: 0;

  margin-left: 0; }

  .no-gutters > .col,

  .no-gutters > [class*="col-"] {

    padding-right: 0;

    padding-left: 0; }

#produk_category {
  padding-top: 200px;
}

#produk_detail {
  padding-top: 200px;
}

@font-face {

  font-family: 'Font Awesome 5 Free';

  font-style: normal;

  font-weight: 900;

  font-display: block;

  src: url("../webfonts/fa-solid-900.eot");

  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
    
.fa,

.fas,

.far,

.fal,

.fad,

.fab {

  -moz-osx-font-smoothing: grayscale;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1; }

.fas {

  font-family: 'Font Awesome 5 Free';

  font-weight: 900; }

  .fa,

  .fas,
  
  .far,
  
  .fal,
  
  .fad,
  
  .fab {
  
    -moz-osx-font-smoothing: grayscale;
  
    -webkit-font-smoothing: antialiased;
  
    display: inline-block;
  
    font-style: normal;
  
    font-variant: normal;
  
    text-rendering: auto;
  
    line-height: 1; }


.contentt .imgicon {

height: 20px !important; }

.contentt th {

  background-color: #414141; }

  .contentt td {

    color: #414141; }

.iconb {

  padding-bottom: 40px;

  font-size: 15px; }

  .iconb .iconbottom .imgicon {

    height: 20px;

}