* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=GFS+Didot&subset=greek');

@font-face {
  font-family: 'AbadiMT-CondensedExtraBold';
  src: url('fonts/AbadiMT-CondensedExtraBold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AbadiMT-CondensedExtraBold';
  src: url('fonts/AbadiMT-CondensedExtraBold.ttf') format('truetype'), url('fonts/AbadiMT-CondensedExtraBold.svg#AbadiMT-CondensedExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std Book';
  src: url('fonts/AvenirLTStd-Book.eot');
  src: url('fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTStd-Book.woff2') format('woff2'), url('fonts/AvenirLTStd-Book.woff') format('woff'), url('fonts/AvenirLTStd-Book.ttf') format('truetype'), url('fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std Roman';
  src: url('fonts/AvenirLTStd-Roman.eot');
  src: url('fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('fonts/AvenirLTStd-Roman.woff') format('woff'), url('fonts/AvenirLTStd-Roman.ttf') format('truetype'), url('fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std Black';
  src: url('fonts/AvenirLTStd-Black.eot');
  src: url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLTStd-Black.woff2') format('woff2'), url('fonts/AvenirLTStd-Black.woff') format('woff'), url('fonts/AvenirLTStd-Black.ttf') format('truetype'), url('fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: 'Avenir LT Std Book';
  overflow-x: hidden;
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

.bg-product-search{
  background: #fbfbfb
}

.object-fit-cover {
  object-fit: cover;
}

.navbar {
  background-color: #ffffff;
  font-family: 'AbadiMT-CondensedExtraBold';
}

.navbar .navbar-brand {
  color: #4a4a4a;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #4a4a4a;
}

.navbar .navbar-text {
  color: #4a4a4a;
}

.navbar .navbar-text a {
  color: #4a4a4a;
}

.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
  color: #4a4a4a;
}

.navbar .navbar-nav .nav-link {
  color: #4a4a4a;
  border-radius: .25rem;
  margin: 0 0.25em;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #4a4a4a;
}

.navbar .navbar-nav .dropdown-menu {
  background-color: #FBFBFB;
  border-color: #FBFBFB;
  border-radius: 0;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #4a4a4a;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
}

.navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #ffffff;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  background-color: #ffffff;
}

.navbar .navbar-toggle {
  border-color: #ffffff;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #ffffff;
}

.navbar .navbar-toggle .navbar-toggler-icon {
  color: #4a4a4a;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #4a4a4a;
}

.navbar .navbar-link {
  color: #4a4a4a;
}

.navbar .navbar-link:hover {
  color: #4a4a4a;
}

@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #4a4a4a;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #4a4a4a;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #4a4a4a;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #4a4a4a;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #4a4a4a;
    background-color: #ffffff;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #4a4a4a;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #4a4a4a;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #4a4a4a;
    background-color: #ffffff;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #4a4a4a;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #4a4a4a;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #4a4a4a;
    background-color: #ffffff;
  }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #4a4a4a;
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #4a4a4a;
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #4a4a4a;
  background-color: #ffffff;
}

.our-brands {
  background: url(../img/bg-footer.png) no-repeat #f8f8f8;
  background-size: cover;
  background-position: top;
}

.our-brands h3 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.5px;
}

.owl-footer .owl-item img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.owl-footer .owl-dots {
  margin-top: 40px !important;
}

footer {
  color: #ffffff;
}

footer p {
  margin-bottom: 0;
}

footer a,
footer a:hover {
  color: #ffffff;
}

footer .fa-lg {
  font-size: 1em;
}

ul.list-footer {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  list-style-position: inside;
  line-height: 2.75;
}

.copyright a,
.copyright p {
  color: #b7b7b7;
}

.copyright ul,
.copyright p {
  margin-bottom: 0;
}

.copyright ul li {
  margin-left: 2em
}

.copyright ul li::before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

.img-logo {
  width: 255px;
  height: auto;
}

.product-content-dropdown a p {
  color: #4a4a4a;
  font-family: 'Avenir LT Std Book';
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: .5 px;
}

.product-content-dropdown a {
  border-right: 1px solid #9b9b9b4f;
  opacity: .5;
}

.about-content-dropdown a {
  border-right: 1px solid #9b9b9b4f;
  opacity: 1;
  font-weight: bold;
}

.product-content-dropdown a img {
  height: 40px;
  width: auto;
}

.product-content-dropdown a img.img-red {
  display: none
}

.product-content-dropdown a:hover img.img-red {
  display: block
}

.product-content-dropdown a:hover img.img-black {
  display: none;
}

.product-content-dropdown a:last-child {
  border-right: none;
}

.product-content-dropdown a:hover p,
.product-content-dropdown .active p {
  font-weight: bold;
}

.product-content-dropdown a:hover,
.product-content-dropdown .active {
  opacity: 1;
}

.dropdown-toggle::after {
  display: none;
}

.search-content-dropdown input,
.search-content-dropdown input:focus {
  font-family: 'Avenir LT Std Book';
  background: transparent;
  border-radius: 0;
  color: #9b9b9b;
  box-shadow: none;
  background: url('../img/magnifying-glass-2.svg') no-repeat;
  background-size: 20px auto;
  background-position-y: center;
  padding-left: 30px;
}

.search-content-dropdown input::placeholder,
.search-content-dropdown input::-webkit-input-placeholder,
.search-content-dropdown input::-moz-placeholder,
.search-content-dropdown input:-ms-input-placeholder,
.search-content-dropdown input:-moz-placeholder {
  color: #9b9b9b;
}

.img-top-area .top-title {
  background: #000000b0;
  z-index: 100;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.img-top-area:hover .top-title {
  z-index: 100;
  position: absolute;
  bottom: 0;
  padding-left: -10px;
}

.img-top-area .top-title p {
  font-family: 'AbadiMT-CondensedExtraBold';
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: -10px;
}

.mitra-lahan h4 {
  font-family: 'AbadiMT-CondensedExtraBold';
  color: #000000;
  font-size: 25px;
}

.btn-grey {
  background: #92959a;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: none !important;
  border: none;
}

.btn-yellow {
  background: #f5a623;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
}

.left,
.right {
  background: #f9f9f9;
}

.left:before {
  left: -999em;
  background: #f9f9f9;
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}

.right:before {
  right: -999em;
  background: #f9f9f9;
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}

.about-label {
  color: #ffffff;
  position: absolute;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: -63px;
}

.home-content-area h3 {
  font-size: 25px;
  color: #4a4a4a;
  font-weight: bold;
}

.home-content-area p {
  width: 90%;
}

.home-content-area a {
  font-weight: bold;
}

.bg-img-red {
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

.bg-red {
  color: #ffffff;
}

.bg-red span {
  font-size: 24px;
}

.btn-findnow {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, #fcd43c, #f8aa1c);
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.bg-sawah {
  background: url('../img/bg-sawah.jpg') no-repeat;
  background-size: cover;
}

.bg-sawah h4 {
  color: #333333;
  font-family: 'AbadiMT-CondensedExtraBold';
  font-size: 36px;
}

.bg-sawah p {
  color: #4a4a4a;
}

.news-label {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 14px;
  text-transform: uppercase;
  width: fit-content;
  display: flex;
    align-items: center;
}

.news-area>a {
  height: 110px;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.07);
  color: #4a4a4a;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}

.news-area img {
  height: 110px;
  object-fit: cover;
  width: 165px;
}

.news-area a i {
  position: absolute;
  right: 0;
  color: #ffffff;
  padding: 7px 11px;
  margin-right: 15px;
}

.date-area {
  width: 65px;
  height: 65px;
  border-radius: 4px;
  border: solid 1px #d0d0d0;
}

.date-area .date {
  font-family: 'Avenir LT Std Black';
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: -8px;
}

.date-area .month {
  color: #4a4a4a;
  font-size: 16px;
}

.title-area a .title {
  color: #4a4a4a;
  font-weight: 600;
  font-size: 16px;
}

.title-area .place {
  color: #949494;
  letter-spacing: 1px;
  font-size: 11px;
}

.social h2 {
  font-family: 'AbadiMT-CondensedExtraBold';
  font-size: 24px;
}

.social h2 span {
  font-family: 'Avenir LT Std Book';
  font-size: 20px;
}

.image1 {
  position: absolute;
}

.parent {
  cursor: pointer;
}

.parent .image2 {
  border-radius: 5px;
}

.parent-youtube {
  border-radius: 5px;
  width: 94.5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #0000005c;
}

.modal-content {
  border-radius: 3px;
  border: none;
}

.close {
  opacity: 1;
  position: absolute;
  right: -13px;
  top: -13px;
  z-index: 9999;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

.close img {
  height: 30px;
  width: auto;
  position: relative;
  z-index: 999;
}

.modal-dialog {
  max-width: 900px;
  margin: 2.75rem auto;
}

.about-content-dropdown a {
  padding: 0px 5rem;
}

.head-page h2 {
  font-family: 'AbadiMT-CondensedExtraBold';
  font-size: 36px;
}

.head-page p{
  font-size: 17px;
}


/* Timeline */

.timeline {
  padding-left: 0;
  margin: 50px auto;
  letter-spacing: 0.5px;
  margin-right: 110px;
  position: relative;
  padding: 0 50px;
  list-style: none;
  text-align: left;
  max-width: 50%;
}

.timeline .event {
  padding-bottom: 25px;
  position: relative;
  border-left: 2px solid #b1b1b1;
  padding-left: 50px;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-left: 2px solid #ffffff;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event .before-event {
  left: -350px;
  color: #000000;
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  width: 300px;
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:after {
  box-shadow: 0 0 0 4px #f53f55;
  left: -14px;
  background: #ffffff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  content: "";
  top: 0px;
}

.event-area {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
}

.before-event h3, .event-title h3 {
  color: #f53f55;
}

.before-event h4, .event-title h4 {
  color: #4a4a4a;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #9b9b9b;
  content: "|";
}

.breadcrumb-item a {
  color: #9b9b9b;
}

.breadcrumb-item.active {
  color: #4a4a4a;
}

.line {
  width: 80px;
  height: 5px;
  background: #000000;
}

.top-content h1 {
  line-height: 1.4;
  font-family: 'Avenir LT Std Black';
  color: #000000;
  font-weight: 300;
}

.top-content h2 {
  line-height: 1.4;
  font-family: 'Avenir LT Std Black';
  font-weight: 300;
}

.top-content p {
  color: #686868;
  font-size: 18px;
  line-height: 1.75;
}

.blockquote {
  background: #fbfbfb;
}

blockquote:before {
  content: "“";
  font-family: 'GFS Didot', serif;
  font-size: 80px;
  position: absolute;
  top: -45px;
  left: 0;
  font-weight: bold;
}

blockquote:after {
  content: "”";
  font-family: 'GFS Didot', serif;
  font-size: 80px;
  position: absolute;
  margin-top: -20px;
  right: 0;
  font-weight: bold;
}

.top-content h6 {
  font-family: 'Avenir LT Std Black';
  font-size: 18px;
}

.center-content {
  text-align: center;
  font-size: 23px;
}

.center-content p strong {
  font-family: 'Avenir LT Std Black';
  font-weight: 300;
}

.bottom-content p {
  font-size: 18px;
  color: #686868;
  line-height: 1.75;
}

.bottom-content img {
  border: 1px solid #f0f0f0;
}

.chatbox {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  margin-bottom: 37px;
}

.certificate h3{
  color: #000000;
  font-family: 'Avenir LT Std Black';
  font-size: 20px;
}

.certificate p{
  color: #686868;
  line-height: 1.5;
  font-size: 16px;
}

.page-link{
  background: #f6f6f6;
  border: none;
  font-family: 'AbadiMT-CondensedExtraBold';
  text-transform: uppercase;
  color: #ababab;
}

.page-link:hover{
  background: #f6f6f6;
  border: none;
}

.page-item.active .page-link{
  background: #f6f6f6;
  border: none;
  font-family: 'AbadiMT-CondensedExtraBold';
  text-transform: uppercase;
  font-size: 18px;
}

.pagination-nav ul{
  background: #f6f6f6;
  width: fit-content;
}

.contact-details{
  border-bottom: 1px solid #eaeaea;
}

.contact-details:last-child{
  border-bottom: none;
}

.contact-details p{
  margin-bottom: 0;
  font-size: 16px;
  color: #686868;
}

.contact-details a p, .contact-details a span{
  color: #686868;
}


.contact-details span{
  min-width: 30px;
  font-size: 16px;
  font-family: 'Avenir LT Std Black';
}

.working-label{
  background: #f53f55;
  color: #ffffff;
  width: fit-content;
}

.owl-theme .owl-dots .owl-dot span{
  background: #adadad;
  opacity: 1;
}

/*.wrapper {
     overflow-x:hidden;
}*/

.form-contact input, .form-contact textarea, .form-contact select{
  font-size: 14px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eaeaea;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-contact input:focus, .form-contact textarea:focus, .form-contact select:focus{
  box-shadow: none;
}

.placeholder{
  color: #c4c4c4;
}

.placeholders{
  color: #686868;
}

.form-contact select option:first-child{color: grey; display: none;}
.form-contact select option{color: #555;}

.input-province, .input-inquiry{
  background: url('../img/down-arrow.png') no-repeat;
  background-size: 10px auto;
  background-position-y: center;
  background-position-x: right;
  /*padding-inline-start: 20px;*/
}

.input-city{
  background: url('../img/city.png') no-repeat;
  background-size: 13px auto;
  background-position-y: center;
  /*padding-inline-start: 20px;*/
}

.label-img img{
  height: 15px;
}

.label-img{
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .input-province, .input-city {
      background: none;
    }
}

.input-email{
  background: url('../img/email.png') no-repeat;
  background-size: 13px auto;
  background-position-y: center;
  padding-left: 20px;
}

.input-phone-number{
  background: url('../img/phone-number.png') no-repeat;
  background-size: 13px auto;
  background-position-y: center;
  padding-left: 20px;
}

.input-name{
  background: url('../img/profile.png') no-repeat;
  background-size: 13px auto;
  background-position-y: center;
  padding-left: 20px;
}


.input-message{
  background: url('../img/message.png') no-repeat;
  background-size: 13px auto;
  background-position-y: 90%;
  padding-left: 20px;
}

/*.selectdiv:after {
  content: '\f107';
  font-family: "FontAwesome";
  font-size: 14px;
  color: #9b9b9b;
  right: 11px;
  padding: 7px 10px;
  background: #ffffff;
  position: absolute;
  pointer-events: none;
  margin-top: -36px;
}*/

.about-content-dropdown a p{
  color: #4a4a4a;
}

.about-content-dropdown a:hover p,
.about-content-dropdown .active p {
  font-weight: bold;
  color: #f53f55;
}

.category-product{
  background: #ffffff;
  border-radius: 7px;
  width: 200px;
}

.category-product:hover, .category-product.active{
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 -2px 11px 0 rgba(0, 0, 0, 0.08);
  width: 200px;
  z-index: 99;
  position: relative;
}

.category-product p{
  color: #4a4a4a;
  margin-bottom: 0;
}

.category-product img.img-red{
  display: none;
}

.category-product:hover img.img-black, .category-product.active img.img-black{
  display: none
}

.category-product:hover img.img-red, .category-product.active img.img-red{
  display: block;
}

.category-product p{
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.category-product:after{
  width: 100%;
  height: 25px;
  background: #ffffff;
  content: " ";
  left: 0;
  position: absolute;
  margin-top: 3px;
}

/*.sort-by select option:first-child{color: #686868; display: none;}*/
.sort-by select option{color: #686868;}

.sort-by select{
  border-radius: 0;
  border: 1px solid #d7d7d7;
  background: url('../img/down-arrow.png') no-repeat;
  background-size: 10px auto;
  background-position-y: center;
  background-position-x: right;
  background-origin: content-box;
  padding-right: 15px;
}

.sort-by div:after{
  right: 19px;
}

.list-kategori-produk{
  display:flex;
  width:100%;
  overflow:auto;
  background-image: 
  
  /* Shadows */ 
  linear-gradient(to right, white, white),
  linear-gradient(to right, white, white),

  /* Shadow covers */ 
  linear-gradient(to right, rgba(0,0,0,.05), rgba(255,255,255,0)),
  linear-gradient(to left, rgba(0,0,0,.05), rgba(255,255,255,0));   

  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 40px 100%, 40px 100%;

  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

.list-kategori-produk a{
  color: #000;
  font-size: 16px;
}

.list-kategori-produk .active, .list-kategori-produk li:hover{
  background: #fafafa;
  cursor: pointer;
}

.list-kategori-produk .active a, .list-kategori-produk li:hover a{
  font-family: 'Avenir LT Std Black';
  cursor: pointer;
}

.bg-product-list{
  background: #fafafa;
}

.product-area img{
  width: 100%;
  height: 200px;
  object-fit: contain;
}

p.product-text{
  color: #000;
  font-size: 18px;
  font-family: 'Avenir LT Std Black';
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

.row-flex [class*="col-"] {
  margin-bottom: 30px;
}

.box-shadow{
  box-shadow: 0 -2px 11px 0 rgba(0, 0, 0, 0.08);
  margin-top: -13px;
}

.product-detail-sidebar .top h3{
  font-family: 'Avenir LT Std Black';
  font-size: 20px;
  color: #000000;
}

.product-detail-sidebar .top{
  border-bottom: 2px solid #d7d7d7;
}

.product-detail-sidebar h4{
  color: #4a4a4a;
  font-family: 'Avenir LT Std Black';
  font-size: 16px;
}

.product-detail-sidebar ul li a{
  color: #9b9b9b;
}

.product-detail-sidebar ul li a:hover, .product-detail-sidebar ul li a.active{
  font-weight: bold;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
}
.styled-checkbox:hover + label:before {
  background: #d7d7d7;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #d7d7d7;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-detail-header{
  position: relative;
  z-index: 999;
  color: #ffffff;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.product-detail-header .line-white{
  width: 50px;
  height: 3px;
  background: #ffffff;
}

.product-detail-header h1{
  color: #ffffff;
  font-family: 'Avenir LT Std Black';
  font-weight: 300;
  font-size: 32px;
}

.product-detail-body{
  background: #fbfbfb;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.product-detail-body p{
  font-size: 18px;
  color: #4a4a4a;
}

.product-detail-content{
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
}

.product-detail-content h3{
  font-family: 'Avenir LT Std Black';
  color: #000000;
  font-size: 22px;
}

.line-content{
  width: 50px;
  height: 3px;
  background: #000000;
}

.product-spesifikasi{
  border-bottom: 1px solid #eaeaea;
}

.product-spesifikasi:last-child{
  border-bottom: 1px solid #ffffff;
}

.product-spesifikasi p.top{
  font-family: 'Avenir LT Std Black';
  font-size: 16px;
}

.product-spesifikasi p.bottom{
  color: #4a4a4a;
  font-size: 16px;
}

.dropdown-no-background{
  background-color: transparent !important;
  border: none;
}

.dropdown-language {
  background-color: #FBFBFB;
  border-color: #FBFBFB;
  border-radius: 0;
}

.dropdown-language p{
  font-family: 'Avenir LT Std Black';
}

.dropdown-language a{
  color: #000000;
}

.button-area button{
  font-size: 12px;
}

.news-area-big img{
  height: 245px;
  width: 245px;
}

.news-area-big a{
  height: 245px;
}

.news-area-big .content{
  font-size: 22px;
}

.news-title{
  font-family: 'Avenir LT Std Black';
  font-size: 24px;
  font-weight: 300;
}

.news-area-wide img{
  width: 245px;
  height: 117px;
  object-fit: cover;
}

.news-title-area a{
  color: #f5a623;
}

.pagination-nav ul.pagination-news .page-link{
  color: #f14d61;
}

.pagination-nav ul.pagination-news .prev-next{
  color: #ffffff;
}

.pagination-nav ul.pagination-news .page-item.active .page-link{
  color: #ffffff;
}

.list-kategori-produk .list-inline-item:not(:last-child) {
  margin-right: -5px;
}

.list-kategori-produk .list-inline-item {
  min-width: 160px;
  text-align: center;
  width: auto;
  display: flex;
  align-items: flex-end;
}

.events-area{
  background: #fbfbfb;
}

.events-area>div:last-child{
  margin-bottom: 0 !important;
}

.news-area-wide>a{
  height: 117px;
}

.bottom-content img{
  width: 100%;
  margin-bottom: 1rem;
}

.event-list{
  border-bottom: 1px solid #eaeaea;
}

.event-list img{
  height: 110px;
  object-fit: cover;
  width: 250px;
}

.event-list .content .date{
  color: #4a4a4a;
  font-size: 14px;
  font-family: 'Avenir LT Std Black'; 
}

.event-list .content h4.title{
  color: #4a4a4a;
  font-size: 20px;
  font-weight: bold;
}

.event-list .content .place{
  color: #949494;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

.event-list:last-child{
  border-bottom: none;
}

.detail-area{
  background: #f6f6f6;
  font-size: 16px;
}

.back-to a{
  color: #4a4a4a;
}

.detail-content .title-area h1{
  color: #000000;
  font-family: 'Avenir LT Std Black'; 
  font-size: 35px;
}

.detail-content .title-area .line{
  height: 5px;
}

.detail-content .content-area p{
  margin-bottom: 1.5rem;
}

.detail-content .content-area h3{
  margin-bottom: 1.5rem;
  font-family: 'Avenir LT Std Black'; 
  font-size: 22px;
  color: #4a4a4a;
}

.share .social-icon{
  border-radius: 25px;
  width: 25px;
  height: 25px;
}

.share .facebook{
  background: #0053b3;
}

.share .twitter{
  background: #4a90e2;
}

.share .line{
  background: #55e24a;
}

.share .whatsapp{
  background: #8dc548;
}

.share a{
  color: #ffffff;
}

.share .social-icon i{
  font-size: 14px;
}

.share .social-icon img{
  height: 14px;
}

.artikel-terkait .date{
  color: #a3a3a3
}

.artikel-terkait h4{
  color: #4a4a4a;
  font-size: 26px;
  font-weight: bold;
}

.artikel-terkait img{
  height: 245px;
  object-fit: cover;
}

.artikel-terkait-area h2{
  font-family: 'Avenir LT Std Black';
  font-size: 26px;
  font-weight: 300;
  color: #343535;
}

.hour-prices .hour-prices-details:nth-child(even) {
  background: #ffffff; 
}

.hour-prices .hour-prices-details:nth-child(odd) {
  background: #eaeaea; 
}

.hour-prices .hour-prices-details p.top{
  font-weight: bold;
  color: #686868;
}

.hour-prices .hour-prices-details p.bottom{
  color: #686868;
}

.hour-prices{
  width: fit-content;
}

h2.title-event{
  font-family: 'Avenir LT Std Black';
  font-size: 26px;
  font-weight: 300;
}

.direction-hotels-details p.top{
  text-transform: uppercase;
  color: #000000;
  font-weight: bold
}

.direction-hotels-details p.bottom{
  color: #686868;
}

.nav-tabs.nav-search-result .nav-link{
  width: 30% !important;
}

img.img-news-event {
  height: 110px;
  object-fit: cover;
  width: 250px;
}

.search-result p{
  color: #9b9b9b;
}

.search-result p span{
  color: #000000;
  font-family: 'Avenir LT Std Black';
}

.nav-link {
    display: block;
    padding: 1rem 1rem;
}

.header-wrapper{
  height: 58px;
}

.bg-img-red h2{
  font-size: 1.7rem;
}

.bg-img-red h4{
  font-size: 1.2rem;
}

.juicer-feed h1.referral{
  display: none !important;
}

.loupe img{
  width: 600px;
  object-fit: contain;
  max-height: 650px;
  background: #FBFBFB;
}

.loupe{
  border: 3px solid #909090;
  cursor: none;
}

.brand{
  background: #ffffff;
  box-shadow: 0 -2px 11px 0 rgba(0, 0, 0, 0.06);
}

.brand .line{
  height: 1px;  
  background: #d7d7d7;
}

.brand img{
  width: 200px;
  height: 90px;
  object-fit: contain;
  padding: 20px 40px;
}

.brand p{
  color: #686868;
  font-size: 17px;
  font-weight: 500;
}

.head-page img{
  height: 100%;
  object-fit: cover;
}

 /* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
  .left:before, .right:before {
    display: none;
  }
  .header-wrapper {
    height: 112px;
  }
}

@media only screen and (max-width : 992px) {
  .header-wrapper{
    height: 83px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .img-top-area .top-title p{
    font-size: 14px;
  }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  ul.list-footer {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
    line-height: 2.75;
  }
  ul.list-divided-2{
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  ul.list-divided-2 li{
    margin-right: 0;
  }
  footer, footer p{
    font-size: 12px;
  }
  .left-area{
    width: 100%;
  }
  .copyright p, .copyright a{
    font-size: 12px;
  }
  .top-content h1{
    font-size: 25px;
  }
  .header-wrapper{
    height: 54px;
  }
  .image-area img{
    height: 200px;
    object-fit: cover;
    width: 100%;
  }
  .right:before, .left:before{
    display: none;
  }
  .chatbox {
    right: 20px;
    margin-bottom: 0;
    width: 130px;
  }
  .home-content-area h3{
    font-size: 20px;
  }
  .news-area img {
    height: 80px;
    object-fit: cover;
    width: 120px;
  }
  .event-list img{
    height: 130px;
    width: 220px;
    margin-bottom: 1em;
    object-fit: cover;
  }
  .event-list{
    border-bottom: none;
  }
  .news-area>a{
    height: 80px;
  }
  .event-list>a{
    height: auto;
    padding-bottom: 1em;
    border-bottom: 1px solid #eaeaea;
  }
  .event-list:last-child>a{
    border-bottom: none;
  }
  .news-area-big img{
    width: 150px;
    height: 150px;
  }
  .news-area-big a{
    height: 150px;
  }
  .news-area-big{
    margin-bottom: 1em;
  }
  .news-area-wide img{
    width: 150px;
  }
  .social h2 {
    font-family: 'AbadiMT-CondensedExtraBold';
    font-size: 20px;
  }
  .social h2 span {
    font-family: 'Avenir LT Std Book';
    font-size: 16px;
  }
  .bg-sawah h4{
    font-size: 24px;
  }
  .parent-youtube{
    width: 91.5%;
  }
  .parent .image2 {
    border-radius: 5px;
    height: 160px;
    object-fit: cover;
  }
  .copyright ul li{
    margin-left: 1em;
  }
  .artikel-terkait h4{
    font-size: 20px;
  }
  .artikel-terkait img{
    height: 175px;
  }
  /*.img-top-area .top-title, .img-top-area:hover .top-title{
    border-left: none;
    background: #df273d;
  }*/
  .owl-slider img{
    height: 450px;
    object-fit: cover;
  }
  .center-content{
    font-size: 16px;
    line-height: 2;
  }
  .top-content p{
    font-size: 14px;
    line-height: 1.7;
  }
  .top-content h6{
    line-height: 1.7;
  }
  blockquote:before {
    content: "“";
    font-family: 'GFS Didot', serif;
    font-size: 60px;
    position: absolute;
    top: -25px;
    left: 15px;
    font-weight: bold;
  }
  blockquote:after {
    content: "”";
    font-family: 'GFS Didot', serif;
    font-size: 60px;
    position: absolute;
    margin-top: -20px;
    right: 15px;
    font-weight: bold;
  }
  .news-label{
    font-size: 10px;
  }
  .head-page h2{
    font-size: 25px;
  }
  .head-page p{
    font-size: 14px;
    line-height: 1.9;
  }
  .timeline{
    margin: 0;
    width: 100%;
    padding: 35px;
    max-width: 100%;
  }
  .timeline .event .before-event{
    text-align: left;
    left: 27px;
  }
  .timeline .event {
    padding-bottom: 25px;
    position: relative;
    border-left: 2px solid #b1b1b1;
    padding-left: 30px;
  }
  .nav-tabs.nav-dis .nav-link{
    width: 31%;
  }
  .certificate h3{
    font-size: 18px;
  }
  .img-red-area h3{
    font-size: 1.4rem;
    text-align: center;
  }
  .img-red-area h4{
    font-size: 1.1rem;
    text-align: center;
  }
  .category-product:hover img.img-red, .category-product.active img.img-red, .category-product img {
    display: block;
    height: 35px;
    object-fit: contain;
  }
  .category-product p{
    font-size: 10px;
    text-align: center;
  }
  
  .product-detail-body img{
    max-height: 300px;
    object-fit: contain;
    width: 100%;
  }

  .content-jobs h3{
    font-size: 24px !important;
  }
  .brand img{
    width: 150px;
    height: 90px;
    object-fit: contain;
    padding: 20px 0px;
  }
  .news-area-big .content{
    font-size: 16px;
  }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

.content-area{
  word-break: break-word;
}

.img-red-area{
  min-height: 230px;
  background-size: cover !important;
  background-position: center !important;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgb(223, 40, 62); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  color: #ffffff;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  color: rgb(223, 40, 62);
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .card h2 .btn, .list-menu-mob a{
  font-family: 'AbadiMT-CondensedExtraBold';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.8;
}

.sidenav .btn-link i{
  font-size: 12px;
  line-height: 1.8;
}

.list-product img{
  height: 25px;
}

.lang-mobile{
  border-top: 1px solid #c42538;
}

.lang-mobile img{
  height: 25px;
}

.lang-mobile{
  font-family: 'AbadiMT-CondensedExtraBold';
}

.owl-slider .owl-nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
  margin-top: -250px;
  position: absolute;
}

.owl-slider .owl-nav .owl-prev.disabled{
  width: 30px;
  height: 30px;
  background-color: #ffffff !important;
  border-radius: 100px;
  background-image: url(../img/left-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 13px 10px !important;
  transform: rotate(0deg);
}

.owl-slider .owl-nav .owl-prev{
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-image: url(../img/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 13px 10px !important;
  transform: rotate(180deg);
}

.owl-slider .owl-nav .owl-next{
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-image: url(../img/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 13px 10px !important;
  transform: rotate(0deg);
}

.owl-slider .owl-nav .owl-next.disabled{
  width: 30px;
  height: 30px;
  background-color: #ffffff !important;
  border-radius: 100px;
  background-image: url(../img/left-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 13px 10px !important;
  transform: rotate(180deg);
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top-header i{
  color: #ed2324;
}

.product-detail-body img{
  height: 500px;
  object-fit: contain;
  width: 100%;
}

.list-image img{
  height: 60px;
  width: 60px;
  margin-right: 1.5px;
  object-fit: cover;
  border: 2px solid #909090;
  padding: 2px;
}

.list-image{
  display:flex;
  max-width:100%;
  overflow:auto;
  /*background-image:
  linear-gradient(to right, transparent, transparent),
  linear-gradient(to right, transparent, transparent),
  linear-gradient(to right, rgba(0,0,0,.05), rgba(255,255,255,0)),
  linear-gradient(to left, rgba(0,0,0,.05), rgba(255,255,255,0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 20px 100%, 20px 100%, 40px 100%, 40px 100%;
  background-attachment: local, local, scroll, scroll;*/
}

.list-image .item{
  flex: 0 0 67px;
  box-sizing:border-box;
}