:root {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  --fs-sm: 0.64rem;
  --fs-sub: 0.8rem;
  --fs-1: 1rem;
  --fs-2: 1.25rem;
  --fs-3: 1.562rem;
  --fs-4: 1.953rem;
  --fs-5: 2.441rem;
  --biru-1: #0202fe;
  --biru-2: #0166ff;
  --biru-3: #008dff;
  --biru-4: #01a6ff;
  --biru-5: #00bbe6;
  --ijo: #00ce9a;
  --kuning: #dcac45;
  --putih-1: #fefefe;
  --putih-2: #f6f9fe;
  --hitam-1: #252834;
  --hitam-2: #484a60;
}
body {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  background-color: var(--putih-1);
  color: var(--hitam-2);
}
a {
  text-decoration: none;
}
.fs-sub {
  font-size: var(--fs-sub) !important;
}
.fs-1 {
  font-size: var(--fs-1) !important;
}
.fs-2 {
  font-size: var(--fs-2) !important;
}
.fs-3 {
  font-size: var(--fs-3) !important;
}
.fs-4 {
  font-size: var(--fs-4) !important;
}
.fs-5 {
  font-size: var(--fs-5) !important;
}
.bg-putih-1 {
  background-color: var(--putih-1);
}
.bg-putih-2 {
  background-color: var(--putih-2);
}
.bg-biru-1 {
  background-color: var(--biru-1);
}
.bg-biru-2 {
  background-color: var(--biru-2);
}
.bg-biru-3 {
  background-color: var(--biru-3);
}
.bg-biru-4 {
  background-color: var(--biru-4);
}
.bg-kuning {
  background-color: var(--kuning);
}
.bg-hitam-1 {
  background-color: var(--hitam-1);
}
.bg-hitam-2 {
  background-color: var(--hitam-2);
}
.color-putih-1 {
  color: var(--putih-1);
}
.color-putih-2 {
  color: var(--putih-2);
}
.color-biru-2 {
  color: var(--biru-2);
}
.color-hitam-1 {
  color: var(--hitam-1);
}
.color-hitam-2 {
  color: var(--hitam-2);
}
.btn-gradasi-biru {
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: center;
  color: var(--putih-1) !important;
  gap: 6px;
  border-radius: 7px;
  background: linear-gradient(97deg, #00ce9a 0%, #00abbc 52.6%, #0166ff 100%),
    linear-gradient(97deg, #01a6ff 0%, #0166ff 100%);
  transition: background-color 1s;
  -webkit-transition: background-color 1s;
  -o-transition: background-color 1s;
  -moz-transition: background-color 1s;
  border: unset;
}
.btn-gradasi-biru:hover {
  background: linear-gradient(
      97deg,
      #00ce9a -126.34%,
      #00abbc -0.01%,
      #0166ff 55.47%
    ),
    linear-gradient(97deg, #00ce9a 0%, #00abbc 52.6%, #0166ff 100%),
    linear-gradient(97deg, #01a6ff 0%, #0166ff 100%);
}
.btn-gradasi-biru:focus,
.btn-gradasi-biru.active {
  background: linear-gradient(
    97deg,
    #00ce9a -126.34%,
    #0046af -0.01%,
    #0166ff 55.47%
  );
}
.btn-kuning {
  padding: 12px 32px;
  color: var(--putih-1) !important;
  gap: 10px;
  border-radius: 43px;
  background: linear-gradient(0deg, #dcac45 0%, #dcac45 100%),
    linear-gradient(97deg, #01a6ff 0%, #0166ff 100%);
  transition: background-color 0s linear;
  -webkit-transition: background-color 0s linear;
  -o-transition: background-color 0s linear;
  -moz-transition: background-color 0s linear;
  border: unset;
}
.btn-kuning span {
  display: inline-flex;
  width: 0;
  overflow: hidden;
  transition: width 0.5s linear;
}
.btn-kuning:hover {
  background-color: #c89528;
}
.btn-kuning:hover span {
  width: 100px;
  transition: width 0.5s linear;
}
.btn-kuning.active,
.btn-kuning:focus {
  background-color: #94732b;
}
/* select 2 */
.select2-search__field {
  border-color: var(--biru-2) !important;
  box-shadow: none !important;
}
.select2-search__field:focus {
  border-color: var(--biru-2) !important;
  box-shadow: none !important;
}
.select2-dropdown {
  border-color: var(--biru-2) !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: var(--biru-2) !important;
  box-shadow: none !important;
}
.select2-selection__rendered {
  font-size: 14px;
}
.select2-results__option {
  font-size: 14px !important;
}
.select2-selection.select2-selection--single {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.select2_custom_calculator .select2-selection.select2-selection--single {
  height: auto;
  /* padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px; */
  padding: 1rem;
}
/* select 2 */

.text-berjalan {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--biru-2);
  text-overflow: ellipsis;
  align-self: stretch;
  flex-grow: 1;
  flex-basis: auto;
  font: 400 15px/24px Jost, sans-serif;
}

.navbar_brand {
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 0px;
  background-color: black;
  border-radius: 0px 0px 10px 10px;
}
.navbar_top {
  padding-left: 69px;
}
.width-45px {
  width: 45px;
}
.height-45px {
  height: 45px;
}
.border-radius-20-0 {
  border-radius: 20px 0px;
  background: var(--color-afefefe, #fefefe);
  box-shadow: 0px 0px 67px 0px rgba(1, 102, 255, 0.15);
}
.konten-profil {
  transform: translate(-20%, -15%);
  flex-shrink: 1;
  flex-grow: 0;
  padding: 36px;
}
.title-info-suku-bunga {
  position: absolute;
  top: -28px;
  border-radius: 7px;
  padding: 12px 24px;
}
.title-info-suku-bunga img {
  max-height: 30px;
}
.icon-product {
  display: block;
}
.icon-product-2 {
  display: none;
}
.icon-product-parent:hover .icon-product {
  display: none;
}
.icon-product-parent:hover .icon-product-2 {
  display: block;
}

.border_radius_top_10px {
  border-radius: 10px 10px 0px 0px;
}
.produk_page_produk_kategori_tab_btn {
  cursor: pointer;
  display: block;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.32);
  line-height: 28px;
  font-size: 18.66px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.produk_page_produk_kategori_tab_btn:hover {
  color: var(--biru-2);
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.produk_page_produk_kategori_tab_btn.active {
  color: var(--biru-2);
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.filter_brightness_0_5 {
  filter: brightness(0.5);
}
.bottom_0 {
  bottom: 0;
}
.top_30_percent {
  top: 30%;
}
.border_1px_solid_white {
  border: 1px solid white;
}
.border_radius_5px {
  border-radius: 5px;
}
.box_shadow_0_0_10px_0_rgba_0_0_0_016 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.box_shadow_hover_0_0_10px_5px_rgba_0_0_0_02:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.transition_0_2s_ease_out {
  transition: 0.2s ease-out;
}
.transition_0_2s_ease_out_hover:hover {
  transition: 0.2s ease-out;
}
.width-81px {
  width: 81px;
}
.height-81px {
  height: 81px;
}
.py-7px {
  padding-top: 7px;
  padding-bottom: 7px;
}
.background_hover_00A859:hover {
  background-color: #00a859;
}
.color_00A859 {
  color: #00a859;
}
.border_1px_solid_00A859 {
  border: 1px solid #00a859;
}
.border_hover_none:hover {
  border: none;
}
.background_006D39 {
  background-color: #006d39;
}
.background_hover_006D39:hover {
  background-color: #006d39;
}
.text-white-hover:hover {
  color: white;
}
.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}
.background_00A859 {
  background-color: #00a859;
}
.background_hover_00A859:hover {
  background-color: #00a859;
}
.font-weight-600 {
  font-weight: 600;
}

.navbar_top .nav-link {
  color: #252834;
  font-weight: 400;
  font-size: var(--fs-1);
  line-height: var(--fs-2);
  padding: 0px !important;
  display: inline;
  position: relative;
  /* text-transform: lowercase; */
}

.navbar_top .active > .nav-link {
  color: var(--biru-2);
}
.navbar_top .submenu .active > .nav-link {
  color: var(--biru-4);
}
.navbar_top .nav-link::first-line {
  /* text-transform: capitalize; */
}
.nav-item > .dropdown-toggle::after {
  transition: 0.5s;
}
.navbar_top .nav-link .menu-text:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0px;
  height: 2px;
  background: var(--biru-2);
  transition: all 0.45s;
}
.navbar_top .nav-item.active > .nav-link > .menu-text:after {
  width: 100%;
  left: 0;
}
.navbar_top .nav-item {
  padding: 2px 14px;
}
.right-0 {
  right: 0;
}
.z-index-100 {
  z-index: 100;
}
.background_EC3238 {
  background-color: var(--biru-2);
}
.max-width-104px {
  max-width: 104px;
}
.left-10px {
  left: 10px;
}
.right-10px {
  right: 10px;
}
.background_hover_EC3238:hover {
  background-color: var(--biru-2);
}
.background_hover_white:hover {
  background-color: white;
}
.border_1px_solid_EC3238 {
  border: 1px solid var(--biru-2);
}

.color_EC3238 {
  color: var(--biru-2);
}
.color_white {
  color: white;
}
.color_hover_EC3238:hover {
  color: var(--biru-2);
}
.color_hover_EC3238_important {
  color: var(--biru-2) !important;
}

.background_EC3238_hover:hover,
.background_EC3238_hover:focus {
  background-color: var(--biru-2) !important;
  box-shadow: 0 0 10px 100px #000 inset;
}
select option:hover {
  box-shadow: 0 0 10px 100px #000 inset;
}
.text_white_hover:hover,
.text_white_hover:focus {
  color: white !important;
}
.border_radius_1px_solid_white {
  border: 1px solid white;
}
.border_radius_1px_solid_white_hover:hover {
  border: 1px solid white;
}
.border-radius-10px {
  border-radius: 10px;
}
.z-index-2 {
  z-index: 2;
}
.font-size-33px {
  font-size: 33px;
}
.line-height-50px {
  line-height: 50px;
}
.mb-56px {
  margin-bottom: 56px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mt-40px {
  margin-top: 40px;
}
.color_black {
  color: black;
}
.width-20px {
  width: 20px;
}
.height-20px {
  height: 20px;
}
.width-32px {
  width: 32px;
}
.height-32px {
  height: 32px;
}
.width-64px {
  width: 64px;
}
.width-64px-important {
  width: 64px !important;
}
.height-64px {
  height: 64px;
}
.object-fit-cover {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.min-height-300px {
  min-height: 300px;
}
.py-14px {
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}
.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.px-14px {
  padding-left: 14px;
  padding-right: 14px;
}
.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-18px {
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-25px {
  padding-left: 25px;
  padding-right: 25px;
}
.p-14px {
  padding: 14px;
}
.rounded_left_8px {
  border-radius: 8px 0px 0px 8px;
}
.line-height-180-percent {
  line-height: 180%;
}
.px-110px {
  padding-left: 110px;
  padding-right: 110px;
}
.margin_top_minus_80 {
  margin-top: -80px;
}
.py-41px {
  padding-top: 41px;
  padding-bottom: 41px;
}

.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}
.border-radius-right-8px {
  border-radius: 0px 8px 8px 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.font-size-59px {
  font-size: 58.92px;
}
.line-height-127-percent {
  line-height: 127%;
}
.line-height-63px {
  line-height: 63px;
}
.line-height-75px {
  line-height: 75px;
}

.border_radius_8px {
  border-radius: 8px;
}
.py-58px {
  padding-top: 58px;
  padding-bottom: 58px;
}

#slider-home .carousel-control-prev {
  font-size: 15px;
  padding: 8px;
  left: 37px;
  opacity: 1;
  top: calc(50% - 20px);
  border-radius: 15%;
  /* background-color: var(--biru-4); */
  width: 32px;
  height: 32px;
}
#slider-home .carousel-control-prev:hover {
  /* background-color: var(--biru-2); */
}
#slider-home .carousel-control-next {
  font-size: 15px;
  padding: 8px;
  right: 37px;
  opacity: 1;
  top: calc(50% - 20px);
  border-radius: 15%;
  /* background-color: var(--biru-4); */
  width: 32px;
  height: 32px;
}
#slider-home .carousel-control-next:hover {
  /* background-color: var(--biru-2); */
}
.background_008345_hover:hover {
  background-color: #008345;
}

#slider-home .carousel-indicators {
  bottom: 5%;
}
#slider-home .carousel-indicators button {
  box-sizing: inherit;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid white;
  background-color: transparent;
  margin-left: 6px;
  margin-right: 6px;
}

#slider-home .carousel-indicators button.active {
  box-sizing: inherit;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: none;
  background-color: var(--biru-2);
  border: 2px solid var(--biru-2);
  margin-left: 6px;
  margin-right: 6px;
}

#slider-home .carousel-item:has(iframe) {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#slider-home iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.owl_produk_home .owl-stage {
  display: flex;
  padding: 36px 32px;
}

.owl_produk_home .owl-dots {
  position: absolute;
  bottom: 1.5%;
  left: 36px;
}

.owl_produk_home .box-category-produk {
  border-radius: 20px 0px;
  background: var(--color-afefefe, #fefefe);
  box-shadow: 0px 0px 67px 0px rgba(1, 102, 255, 0.15);
}

.background_white {
  background-color: white;
}
.border_top_left_24px {
  border-top-left-radius: 24px;
}

.font-size-12px {
  font-size: 12px;
}
.line-height-12px {
  line-height: 12px;
}
.font-size-10px {
  font-size: 10.5px;
}
.line-height-14px {
  line-height: 14px;
}
.font-size-14px {
  font-size: 14px;
}
.line-height-16px {
  line-height: 16px;
}
.font-size-16px {
  font-size: 16px;
}
.bg_white_hover:hover {
  background-color: white;
}
.list-title a {
  color: var(--biru-2);
  font-weight: 600;
}
.search_more_url {
  color: var(--biru-2);
}
.text_EC3238 {
  color: var(--biru-2);
}
.text_EC3238_hover:hover {
  color: var(--biru-2);
}
.text_EC3238_hover_important:hover {
  color: var(--biru-2) !important;
}
.background_transparent {
  background-color: transparent;
}
.one-row-text-cut {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.two-rows-text-cut {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.four-rows-text-cut {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.six-rows-text-cut {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.h-200px {
  height: 200px;
}
.height-96px {
  height: 96px;
}
.eight-rows-text-cut {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mb-53px {
  margin-bottom: 53px;
}
.font-size-18px {
  font-size: 18.66px;
}
.font-size-20px {
  font-size: 20px;
}
.font-size-24px {
  font-size: 24.88px;
}
.width-127px {
  width: 127px;
}
.height-127px {
  height: 127px;
}
.mt_minus_7px {
  margin-top: -7px;
}
.line-height-37px {
  line-height: 37px;
}

.line-height-28-px,
.line-height-28px {
  line-height: 28px;
}
.line-height-24px {
  line-height: 24px;
}
.line-height-normal {
  line-height: normal;
}
.owl_produk_home .owl-nav {
  /* position: absolute; */
}

/* .videoWrapper {
    float: none;
    clear: both;
    width: 100%;
    height: 100vw;
    position: relative;
    padding-bottom: 56.25vw;
    padding-top: 25px;
    height: 0;
  }

  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */
.owl_produk_home .owl-nav .owl-prev {
  left: -60px;
  background-color: #00a859 !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 20px);
}
.owl_produk_home .owl-nav .owl-prev span {
  color: white;
}
.owl_produk_home .owl-nav .owl-next span {
  color: white;
}
.owl_produk_home .owl-nav .owl-next {
  right: -60px;
  background-color: #00a859 !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 20px);
}
.owl_promo_home .owl-nav .owl-prev {
  left: -20px;
  background-color: #00a859 !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 30px);
}
.owl_promo_home .owl-nav .owl-prev:hover {
  background-color: #008345 !important;
}

.owl_promo_home .owl-nav .owl-next {
  right: -20px;
  background-color: #00a859 !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 30px);
}
.owl_promo_home .owl-nav .owl-next:hover {
  background-color: #008345 !important;
}
.owl_promo_home .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.owl_promo_home .owl-dot {
  width: 8px;
  height: 8px;
  background-color: transparent !important;
  border: 1px solid black !important;
  opacity: 0.45;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
.owl_promo_home .owl-dot.active {
  width: 8px;
  height: 8px;
  background-color: var(--biru-2) !important;
  border: none !important;
  opacity: 1;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.border-none {
  border: none;
}
.py-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}
.font-weight-700 {
  font-weight: 700;
}
.pt-40px {
  padding-top: 40px;
}
.pb-48px {
  padding-bottom: 48px;
}
.pb-83px {
  padding-bottom: 83px;
}
.pt-83px {
  padding-top: 83px;
}
.pb-80px {
  padding-bottom: 80px;
}
#slider-home-news .carousel-control-prev {
  width: auto;
  left: -52px;
  opacity: 1;
}
#slider-home-news .carousel-control-next {
  width: auto;
  right: -52px;
  opacity: 1;
}
#slider-home-testimoni .carousel-control-prev {
  width: auto;
  left: -52px;
  opacity: 1;
}
#slider-home-testimoni .carousel-control-next {
  width: auto;
  right: -52px;
  opacity: 1;
}
.kalkulator_nav_tab_btn {
  cursor: pointer;
  font-family: Jost;
  font-size: var(--fs-3);
  font-style: normal;
  font-weight: 400;
  background-color: var(--biru-2);
  padding: 12px 24px;
}
/* .kalkulator_nav_tab_btn::after {
  display: inline-block;
  margin-left: 5px;
  content: "|";
  color: black;
  opacity: 0.32;
  line-height: 28px;
  font-size: 18.66px;
  font-weight: 600;
} */
.kalkulator_nav_tab_btn:last-child::after {
  display: none;
}
.kalkulator_nav_tab_btn.active {
  background-color: var(--biru-3);
}

#slider-home-galeri .carousel-control-prev {
  font-size: 15px;
  padding: 12px;
  left: -20px;
  opacity: 1;
  top: calc(50% - 20px);
  border-radius: 100%;
  background-color: #00a859;
  width: 40px;
  height: 40px;
}
#slider-home-galeri .carousel-control-prev:hover {
  background-color: #008345;
}

#slider-home-galeri .carousel-control-next {
  font-size: 15px;
  padding: 12px;
  right: -20px;
  opacity: 1;
  top: calc(50% - 20px);
  border-radius: 100%;
  background-color: #00a859;
  width: 40px;
  height: 40px;
}
#slider-home-galeri .carousel-control-next:hover {
  background-color: #008345;
}
#slider-home-galeri .carousel-indicators {
  position: relative;
  margin-top: 24px;
}

#slider-home-galeri .carousel-indicators button {
  box-sizing: inherit;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid black;
  background-color: transparent;
  margin-left: 6px;
  margin-right: 6px;
  opacity: 0.45;
}

#slider-home-galeri .carousel-indicators button.active {
  box-sizing: inherit;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: none;
  background-color: var(--biru-2);
  border: 1px solid var(--biru-2);
  margin-left: 6px;
  margin-right: 6px;
  opacity: 1;
}

#slider-produk-detail .carousel-control-prev {
  font-size: 15px;
  padding: 12px;
  left: -20px;
  opacity: 1;
  top: calc(50% - 20px);
  border-radius: 100%;
  background-color: #00a859;
  width: 40px;
  height: 40px;
}
#slider-produk-detail .carousel-control-prev:hover {
  background-color: #008345;
}
#slider-produk-detail .carousel-control-next {
  font-size: 15px;
  padding: 12px;
  right: -20px;
  opacity: 1;
  top: calc(50% - 20px);
  border-radius: 100%;
  background-color: #00a859;
  width: 40px;
  height: 40px;
}
#slider-produk-detail .carousel-control-next:hover {
  background-color: #008345;
}
#slider-produk-detail .carousel-indicators {
  position: relative;
  margin-top: 24px;
}

#slider-produk-detail .carousel-indicators button {
  box-sizing: inherit;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid black;
  background-color: transparent;
  margin-left: 6px;
  margin-right: 6px;
  opacity: 0.45;
}

#slider-produk-detail .carousel-indicators button.active {
  box-sizing: inherit;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: none;
  background-color: var(--biru-2);
  border: 1px solid var(--biru-2);
  margin-left: 6px;
  margin-right: 6px;
  opacity: 1;
}

.share-post {
  list-style: none;
}
.list-style-none {
  list-style: none;
}
.share-post li {
  margin-right: 10px;
}
.opacity-0-8 {
  opacity: 0.8;
}
.caret_right_after::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free"; /* Specify the Font Awesome font family */
  margin-left: 5px;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.top-50-percent {
  top: 50%;
}
.top-45-percent {
  top: 45%;
}
.left-50-percent {
  left: 50%;
}
.cursor-text {
  cursor: text;
}
.max-width-50-percent {
  max-width: 50%;
}
.left_10_percent {
  left: 10%;
}
.left_15_percent {
  left: 15%;
}
.transform-translate-50-percent {
  transform: translate(-50%, -50%);
}
.navbar_top .dropdown:hover .dropdown-menu {
  background-color: var(--biru-1);
}
.navbar_top .dropdown-menu {
  background-color: transparent;
  border: none;
}
.navbar_top li.dropdown ul.dropdown-menu li:has(.dropdown-menu) {
  position: relative;
}
.navbar_top li.dropdown ul.dropdown-menu li .dropdown-menu {
  padding: 0;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.navbar_top .dropdown-menu li {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar_top .dropdown-menu li:nth-last-child(1) {
  border-radius: 0px 0px 4px 4px;
}
.navbar_top .dropdown-menu li a {
  color: white;
}
.navbar_top .dropdown-menu li:hover {
  /* background-color: white; */
}
.navbar_top .dropdown-menu li:hover a {
  color: var(--biru-4);
}

.navbar_top li.dropdown ul.dropdown-menu li .dropdown-menu li {
  background-color: var(--biru-2);
}
.navbar_top li.dropdown ul.dropdown-menu li .dropdown-menu li a {
  color: white;
}
.navbar_top li.dropdown ul.dropdown-menu li .dropdown-menu li:hover {
  background-color: white;
}
.navbar_top li.dropdown ul.dropdown-menu li .dropdown-menu li:hover a {
  color: var(--biru-2);
}

.navbar_top li.dropdown ul.dropdown-menu li .dropdown-menu {
  display: none;
}

.navbar_top li.dropdown ul.dropdown-menu li:hover .dropdown-menu {
  display: block;
}

/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
  position: relative;
  width: 100%;
}
.square:before {
  content: "";
  display: block;
  padding-top: 100%;
  height: 100%;
}
.square .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* .img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
} */
/* nitip cahyo */
.effect-bubba {
  max-height: 100%;
}
.img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.effect-bubba {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.img-wrap.default {
  /* display: block; */
}
.img-wrap img {
  width: 100%;
  height: 100%;
  margin: auto;
  /* position: relative; */
}

/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before {
  padding-top: 50%;
}
.ratio1_2:before {
  padding-top: 200%;
}
.ratio4_3:before {
  padding-top: 75%;
}
.ratio16_9:before {
  padding-top: 56.25%;
}
.ratio467_339:before {
  padding-top: 72.5%;
}
.ratio_568_339:before {
  padding-top: 59.8%;
}
.ratio_368_394:before {
  padding-top: 107.33%;
}
.ratio_472_444:before {
  padding-top: 94.07%;
}
.ratio2_1 .landscape,
.ratio16_9 .landscape {
  max-height: inherit !important;
  max-width: 100% !important;
}
.ratio2_1 .potrait,
.ratio16_9 .potrait {
  max-height: 100% !important;
  max-width: inherit !important;
}

.squared {
  max-width: 100% !important;
  max-height: 100% !important;
}
.landscape {
  max-height: 100% !important;
  max-width: inherit !important;
}
.potrait {
  max-width: 100% !important;
  max-height: inherit !important;
}

.img-wrap.default {
  background: #cddc39;
}

/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Zoom *****/
.effect-zoom img {
  transition: all 0.5s ease 0s;
}
.effect-zoom:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}

/***** Bubba *****/
figure.effect-bubba {
  text-align: center;
  cursor: pointer;
}
figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
  opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-bubba .icon-view {
  opacity: 0;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 10;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
/* figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
} */
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-bubba:hover .icon-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.search-box {
  background: var(--biru-2);
  display: block;
  margin: 0;
  opacity: 0 !important;
  padding: 15px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  max-width: 350px;
  width: 100%;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 400ms ease;
}
.search-box.search-open {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 23px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.page-nav ul {
  list-style: none;
  text-align: center;
  border-radius: 8px;
}
.page-nav ul li {
  display: inline-block;
  /* margin-right: 10px; */
}
.page-nav ul li a,
.page-nav ul li span {
  color: white;
  padding: 10px 14px;
  background-color: var(--biru-3);
}
.page-nav ul li.disabled span {
  color: var(--putih-2);
  background-color: var(--biru-2);
}
.page-nav ul li.active a {
  background-color: var(--biru-1);
  color: var(--kuning);
}
.page-nav ul li a:hover {
  background-color: var(--biru-2);
}
.page-nav ul li.disabled {
  color: grey;
}

ul.grid-filter {
  list-style-type: none;
}
ul.grid-filter li {
  display: inline-block;
}

ul.grid-filter li a {
  color: black;
}
ul.grid-filter li a:hover {
  color: var(--biru-2);
}
ul.grid-filter li.activeFilter a {
  background-color: var(--biru-2);
  color: white;
}
#template-contactform-submit {
  background-color: var(--biru-2);
  color: white;
}
.width-55px {
  width: 55px;
}
.height-55px {
  height: 55px;
}
.line-height-18px {
  line-height: 18px;
}
.max-width-200px {
  max-width: 200px;
}
.parent_sidebar {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  right: -95px;
  height: 46px;
  width: 140px;
  transition: 0.3s ease-in-out;
}
.line_height_172_percent {
  line-height: 172%;
}
.min-height-85px {
  min-height: 85px;
}
.min-height-120px {
  min-height: 120px;
}
.height-250px {
  height: 250px;
}
.height-auto {
  height: auto;
}
.parent_sidebar:hover {
  right: 0;
  transition: 0.3s ease-in-out;
  width: 140px;
}
.child_sidebar_hover_show {
  display: inline;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.parent_sidebar:hover .child_sidebar_hover_show {
  display: inline;
  transition: 0.6s ease-in-out;
  opacity: 1;
}
.btn-side-1 {
  bottom: calc(0% + 20px);
}
.btn-side-2 {
  bottom: calc(0% + 70px);
}
.btn-side-3 {
  bottom: calc(0% + 120px);
}
.btn-side-4 {
  bottom: calc(0% + 170px);
}
.btn-side-5 {
  bottom: calc(0% + 220px);
}
.btn-side-6 {
  bottom: calc(0% + 270px);
}
#map-canvass {
  width: 100%;
  height: 300px;
}

.btn-sosmed {
  background: gray;
}
.btn-sosmed-facebook:hover {
  background: #1877f2;
}
.btn-sosmed-instagram:hover {
  background: #e4405f;
}
.btn-sosmed-youtube:hover {
  background: #ff0000;
}
.btn-sosmed-twitter:hover {
  background: #1da1f2;
}
.navbar_top .dropdown-menu li a {
  font-size: 15px;
}
.icon_contact {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
}
.color_545454 {
  color: #545454;
}
.bg-grey {
  background: #eef0f2;
}
.section-title-home {
  font-weight: 600;
  color: var(--biru-2);
  border-bottom: 2px solid #e4405f;
  padding-bottom: 15px;
}
.desc_contact {
  height: 36px;
}

.max-width-250px {
  max-width: 250px;
}
.navbar_top .dropdown > .dropdown-menu {
  padding-top: 12px;
}
.bottom-10px {
  bottom: 10px;
}
.right-90px {
  right: 90px;
}
/* Styling for the options when hovered */
option:checked,
select:focus > option:hover,
option:hover,
.form-select option:hover,
.form-select option:focus,
.form-select option:active {
  background-color: var(--biru-2) !important;
  color: white !important;
}
.form-control:focus {
  box-shadow: none;
  /* border: none; */
  border: 1px solid rgb(222, 226, 230);
}
.form-select:focus {
  box-shadow: none;
  border: none;
}
option:checked,
option:hover {
  box-shadow: 0 0 10px 100px #4ddc3b inset;
}
.news-title {
  font-weight: 700;
  color: var(--biru-2);
}
.select2-results__option--highlighted,
.select2-results__option[aria-selected="true"],
.select2-results__option--selected {
  background-color: var(--biru-2) !important;
  color: white !important;
}

.img-wrap.default {
  background: transparent;
}
.img-wrap.default:hover .effect-bubba {
  background: #800000;
}
.accordion-button,
.accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-button:focus {
  background-color: var(--biru-2);
  color: white;
}
.accordion-button.collapsed:after {
  color: black;
  content: "+";
  --bs-accordion-btn-icon: "";
  --bs-accordion-btn-active-icon: "";
}
.accordion-button:after {
  /* color: white; */
  content: "-";
  --bs-accordion-btn-icon: "";
  --bs-accordion-btn-active-icon: "";
}
.accordion-button:focus:after {
  color: white;
}
.mb-2rem {
  margin-bottom: 2rem;
}
.max-height-100-percent {
  max-height: 100%;
}
.height-57-6px {
  height: 57.6px;
}
@media screen and (min-width: 1400px) {
  .search-box {
    width: calc(1320px - 24px);
    left: 12px;
    right: 12px;
    margin: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .top_xl_186px {
    top: 186px;
  }
}
@media screen and (min-width: 1200px) {
  .padding-right-xl-128px {
    padding-right: 128px;
  }
  .padding-right-xl-52px {
    padding-right: 52px;
  }
  .padding-left-xl-52px {
    padding-left: 52px;
  }
}
@media screen and (max-width: 1199px) {
  .desc_contact {
    height: 54px;
  }
  .top_lg_15_percent {
    top: 15%;
  }
  .font-size-lg-44px {
    font-size: 44px;
  }
  .line-height-lg-48px {
    line-height: 48px;
  }
  .top-lg-35-percent {
    top: 35%;
  }
  .font-size-lg-44px {
    font-size: 44.2px;
  }
  .line-height-lg-normal {
    line-height: normal;
  }
}
@media screen and (min-width: 992px) {
  .navbar_top .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar_top .nav-link:hover {
    color: var(--biru-2);
  }
  .navbar_top .nav-link:hover .menu-text:after {
    width: 100%;
    left: 0;
  }
  .nav-item:hover > .dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: 0.5s;
  }
  .padding-right-lg-108px-important {
    padding-right: 108px !important;
  }
  .padding-right-lg-168px-important {
    padding-right: 168px !important;
  }
}
@media screen and (max-width: 991px) {
  :root {
    font-size: 14px;
    --fs-sm: 0.64rem;
    --fs-sub: 0.8rem;
    --fs-1: 1rem;
    --fs-2: 1.2rem;
    --fs-3: 1.562rem;
    --fs-4: 1.953rem;
    --fs-5: 2.15rem;
  }
  .top-md-20-percent {
    top: 20%;
  }
  .navbar_top .nav-item {
    padding: 6px 14px;
  }
  .navbar_top .dropdown > .dropdown-menu {
    margin-top: 0px;
  }
  .navbar_top .nav-link,
  .navbar_top .dropdown-menu li a {
    font-size: 18px;
  }
  .navbar-nav .nav-link.show,
  .navbar_top .nav-item[data-child="nochild"] .nav-link:hover {
    color: var(--biru-2);
  }
  .navbar_top .nav-link.show .menu-text:after,
  .navbar_top .nav-item[data-child="nochild"] .nav-link:hover .menu-text:after {
    width: 100%;
    left: 0;
  }
  .dropdown-toggle.show::after {
    transform: rotate(-180deg);
    transition: 0.5s;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 3;
  }
  .navbar-toggler {
    height: 40px;
  }
  ul.dropdown-menu li.nav-item.dropdown {
    background-color: var(--biru-2);
  }
  ul.dropdown-menu li.nav-item.dropdown a {
    color: white;
  }
  #slider-home-news .carousel-control-prev {
    left: calc((100% - 720px) / 2 - 26px);
  }
  #slider-home-news .carousel-control-next {
    right: calc((100% - 720px) / 2 - 26px);
  }
  #slider-home-testimoni .carousel-control-prev {
    left: calc((100% - 720px) / 2 - 26px);
  }
  #slider-home-testimoni .carousel-control-next {
    right: calc((100% - 720px) / 2 - 26px);
  }
  .top_md_10_percent {
    top: 10%;
  }
  .top_md_15_percent {
    top: 15%;
  }
  #slider-home .carousel-indicators {
    bottom: 0px;
  }
  .mt-md-20px {
    margin-top: 20px;
  }
  .title_contact {
    height: 33.59px;
  }
  .desc_contact {
    height: 72px;
  }
  .jenis_hubungi_contact {
    height: 36px;
  }

  .navbar_top {
    padding-left: 0px;
    background-color: var(--biru-1);
  }
  .navbar_top .nav-link {
    color: var(--putih-1);
  }
  .mb_responsive_header {
    margin-bottom: 121px;
  }
  .font-size-md-44px {
    font-size: 44px;
  }
  .line-height-md-48px {
    line-height: 48px;
  }
  .font-size-33px {
    font-size: 33px;
  }
  .line-height-36px {
    line-height: 36px;
  }
  .font-size-md-33px {
    font-size: 33px;
  }
  .line-height-md-36px {
    line-height: 36px;
  }
  .transform-translate-lg-50-percent-top {
    transform: translate(0, -50%);
  }
  .konten-profil {
    transform: unset;
    padding: 18px;
  }
  iframe#maps {
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .title_contact {
    height: auto;
  }
  .desc_contact {
    height: auto;
  }
  .jenis_hubungi_contact {
    height: auto;
  }
  .owl_produk_home .owl-stage {
    padding: 0;
  }
  .owl_produk_home .owl-dots {
    bottom: unset;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  .p-sm-8px {
    padding: 8px;
  }
  /* .select2_custom_calculator .select2-selection.select2-selection--single {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  } */
  .py-sm-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-sm-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .px-sm-16px {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mt-sm-0px {
    margin-top: 0;
  }
  .pb-sm-0px {
    padding-bottom: 0;
  }
  .pb-sm-40px {
    padding-bottom: 40px;
  }
  .mb-sm-0px {
    margin-bottom: 0;
  }
  .mb-sm-16px {
    margin-bottom: 16px;
  }

  .top-sm-0 {
    top: 0;
  }
  .width-sm-32px {
    width: 32px;
  }
  .width-sm-32px-important {
    width: 32px !important;
  }
  .height-sm-32px {
    height: 32px;
  }
  .font-size-sm-24px {
    font-size: 24px;
  }
  .font-size-sm-12px {
    font-size: 12px;
  }
  .line-height-sm-28px {
    line-height: 28px;
  }
  .py-sm-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .border-radius-sm-bottom-10px {
    border-radius: 0px 0px 10px 10px;
  }
  .search-box {
    right: 0;
  }
  .mb_responsive_header {
    margin-bottom: 89px;
  }
  .border-radius-0-sm {
    border-radius: 0px;
  }
  .padding-10px-sm {
    padding: 10px;
  }

  #slider-home .carousel-indicators {
    bottom: 0px;
  }
  .margin-top-sm-0 {
    margin-top: 0;
  }

  .navbar_brand {
    padding: 0;
  }

  #slider-home .carousel-control-next {
    display: none;
  }
  #slider-home .carousel-control-prev {
    display: none;
  }

  #slider-home-news .carousel-control-prev {
    display: none;
  }
  #slider-home-news .carousel-control-next {
    display: none;
  }
  #slider-home-testimoni .carousel-control-prev {
    display: none;
  }
  #slider-home-testimoni .carousel-control-next {
    display: none;
  }
  #slider-home-galeri .carousel-control-prev {
    display: none;
  }
  #slider-home-galeri .carousel-control-next {
    display: none;
  }

  #slider-produk-detail .carousel-control-prev {
    display: none;
  }
  #slider-produk-detail .carousel-control-next {
    display: none;
  }
  .kalkulator_nav_tab_btn {
    padding: 6px 9px;
  }
}
