html,
body {
  font-family: FilsonSoft, "Helvetica", sans-serif;
  font-weight: 400;
  color: #5b5b5b;
  font-size: 1rem;
}

body {
  height: 100vh;
  overflow-x: hidden;
}

/* #main-body {
	overflow-x: hidden;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.67em 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.3rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

.navbar-brand {
  margin-bottom: 0px !important;
  margin-top: 0rem !important;
}

.overlay-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  overflow: auto;
}
.black-overlay {
  display: block;
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.overlay-container .popup {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  max-height: 600px;
  height: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  z-index: 1000;
}

.home_banner-carousel {
  min-height: 478px;
  background: #abe9ff;
}

.find-us {
  background-color: #008dc3;
  border-radius: 10px;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin-bottom: 20px;
}

.find-us:hover {
  background: #abe9ff;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #008dc3 !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin-bottom: 20px;
  text-decoration: none;
}

.modal-backdrop {
  z-index: auto;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.menu-startmoment::after {
  display: none !important;
}

.main-body {
  padding-top: 110px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 40px;
}

/* The Close Button */
.close {
  color: #fff;
  text-align: end;
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  width: 90px;
  height: auto;
  background: var(--main-color);
  padding-right: 15px;
  border-radius: 20px;
  right: -40px;
  top: 0;
  z-index: -1;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Global */

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pr-9 {
  padding-right: 9rem;
}

.pr-10 {
  padding-right: 10rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pl-8 {
  padding-left: 8rem;
}

.pl-9 {
  padding-left: 9rem;
}

.pl-10 {
  padding-left: 10rem;
}

.ml-n5 {
  margin-left: -3rem;
}

.mr-n5 {
  margin-right: -3rem;
}

.color-white {
  color: white;
}

.bg-main {
  background-color: var(--main-color);
}

.bg-blue {
  background-color: var(--blue-color);
}

.bg-blue-light {
  background-color: var(--secondary-color);
}

.bg-orange {
  background-color: var(--orange-light);
}

.bg-brown {
  background-color: var(--brown);
}

.bg-brown-light {
  background-color: var(--brown-light);
}

.bg-soya-light {
  background-color: var(--soya-light);
}

.bg-soya {
  background-color: var(--soya);
}

.border-buyNow {
  border: 1px solid #929292;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-none {
  border: none !important;
}

.img-product {
  width: 100%;
  position: relative;
  height: 210px;
  top: 3rem;
  object-fit: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
}

.img-product.full {
  height: 100%;
  margin-top: -7rem;
  top: 7.5rem;
}

.img-product.tanya-pakar {
  position: inherit;
  height: auto;
  margin-top: -10rem;
  top: 7.5rem;
}

.img-produk__detail {
  width: 100%;
  position: relative;
  height: 420px;
  top: 3rem;
  object-fit: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
}

.img-produk__soya-form {
  width: 100%;
  position: relative;
  height: 300px;
  top: 1rem;
  object-fit: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
}

.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out 0s;
  object-position: top center;
}

img.logo-vidoran {
  width: auto;
  height: 70px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.slick-slide {
  width: 100vw;
}

.online-shop .slick-list {
  margin: 0 60px;
}

/* _____ typografi ______ */

.font-size-1 {
  font-size: 1rem;
}

.font-size-2 {
  font-size: 2rem;
}

.font-size-3 {
  font-size: 3rem;
}

.font-gotham {
  font-family: Gotham;
}

.font-italic {
  font-style: italic;
}

.font-book {
  font-weight: 350;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.text-main {
  color: var(--main-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-tertiary {
  color: var(--tertiary-color);
}

.text-orange {
  color: var(--orange-main);
}

.text-brown {
  color: var(--brown-dark);
}

.m-auto {
  margin: auto;
}

.row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.column-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-grid {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  transition: all 500ms;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.photo-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.card-grid .artikel__media {
  height: 300px;
}

.object-fit-fill {
  object-fit: fill;
}

.media__link-text {
  height: 100%;
  color: #444;
}

.media__link {
  height: 100%;
  color: #444;
}

.media__link:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
}

.card-grid:hover .media__link img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

/* section {
    padding: 0.4em 0;
} */

.section-headline {
  margin: 0;
}

.card-tall {
  grid-row: span 3 / auto;
  order: unset;
}

.standard-banner {
  background: rgb(32, 141, 212);
  /* background: linear-gradient(180deg, rgba(32, 141, 212, 1) 0%, rgba(81, 171, 222, 1) 100%); */
}

.soya-banner {
  background: #eccdb9;
  background: linear-gradient(
    180deg,
    rgba(235, 208, 187, 1) 0%,
    rgba(234, 170, 124, 1) 100%
  );
  height: 230px;
}

.banner-kecil {
  min-height: auto;
}

.produk__detail-banner {
  min-height: 350px;
}

.banner-box {
  aspect-ratio: 2000 / 500;
  padding-top: 25px;
  padding-bottom: 40px;
}

.banner-pt {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gmaps iframe {
  min-height: 55vh !important;
  width: 100% !important;
}

/* _______ button ______ */

a {
  text-decoration: none;
  font-size: 1rem;
  color: var(--main-color);
}

a:hover {
  color: var(--tertiary-color);
}

.button-vidoran {
  color: #fffefe;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.button-vidoran.dropdown-toggle span {
  padding-left: 16px;
  padding-right: 48px;
}

.dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 10px;
}

.button__option-banner span {
  margin-top: 16px;
  border-radius: 40px;
  padding: 8px 24px;
  background-color: transparent;
  border: 1px solid white;
}

.button__option-banner span:hover {
  background-color: white;
  color: var(--main-color);
}

.button__option-banner.active span {
  background-color: #ffec00;
  border: 1px solid #ffec00;
  color: #923729;
}

.button__option-kemasan span {
  margin-top: 16px;
  border-radius: 40px;
  padding: 8px 16px;
  background-color: #999999;
  text-transform: none;
  font-weight: 350;
}

.button__option-kemasan span:hover {
  color: white;
  background-color: var(--main-color);
}

.button__option-kemasan.active span {
  background-color: var(--main-color);
}

.single-button span {
  color: white !important;
  border-radius: 10px;
  padding: 16px 32px;
  background-color: var(--main-color);
}

.single-button-if-error span,
.col-submit a,
.col-submit a:hover {
  color: white !important;
  border-radius: 10px !important;
  padding: 16px 32px !important;
  background-color: var(--main-color) !important;
}

.double-button span:nth-child(1) {
  padding: 14px 24px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: var(--main-color);
}

.double-button span:nth-child(2) {
  margin-left: 1px;
  padding: 14px 24px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--main-color);
}

.button-secondary span:nth-child(1) {
  padding: 16px 32px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: var(--main-color);
  background-color: var(--secondary-color);
}

.button-secondary span:nth-child(2) {
  margin-left: 1px;
  padding: 16px 24px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: var(--main-color);
  background-color: var(--secondary-color);
}

.share-link__logo {
  width: 25px;
  height: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* _______ border ______ */

.border-right-white {
  border-right: 2px solid white;
}

/* ================== NAVBAR ==================== */

.navbar-fixed-top.scrolled {
  background-color: var(--main-color) !important;
  transition: background-color 200ms linear;
}

.nav-link {
  color: white !important;
}

.active .nav-link {
  color: #003464 !important;
}

/* nav {
    height: 110px;
} */

.nav-breadcrumb {
  height: auto;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  border: none;
  background-color: var(--blue-light);
  box-shadow: 0px -10px 6px 0px rgba(127, 187, 187, 0.4) inset;
}

.nav-item {
  margin: 0 10px;
}

.nav-tabs .nav-item:nth-child(1) .nav-link {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}

.nav-tabs .nav-item:nth-child(2) .nav-link.active {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
}

.nav-tabs .nav-link.active {
  border: none;
  background-color: var(--secondary-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: none;
  margin-top: -15px;
}

/* ************** Navigation with Logo ************* */

.nav-artikel .lingkaran {
  padding: 10px;
  height: 90px;
  width: 90px;
  display: flex;
  border-radius: 100%;
  border: 2px solid #50a6e8;
  background-color: #d8eeff;
}

.nav-artikel .lingkaran.active {
  border: 5px solid #50a6e8 !important;
}

.nav-artikel .lingkaran svg {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.nav-artikel .lingkaran svg g g {
  fill: #50a6e8;
}

.nav-artikel .lingkaran.active svg g g path {
  fill: #fff;
}

/* ************ searchbar box ************** */

.searchbox {
  position: relative;
  min-width: 40px;
  width: 0%;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-open .searchbox-input {
  background: white;
}

.searchbox-open .searchbox-icon {
  color: var(--main-color);
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  color: #929292;
}
.searchbox-input::-webkit-input-placeholder {
  color: #929292;
}
.searchbox-input:-moz-placeholder {
  color: #929292;
}
.searchbox-input::-moz-placeholder {
  color: #929292;
}
.searchbox-input:-ms-input-placeholder {
  color: #929292;
}
.searchbox-icon,
.searchbox-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: white;
  background: transparent;
}
.searchbox-submit {
  color: transparent;
}
.searchbox-open {
  width: 100%;
}

/* ************** Form ************* */

.form-group {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.add_link_details {
  font-size: 10px;
}

.remove-link-btn {
  font-size: 10px;
  color: red;
}

.form-tanya__pakar .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dcd6c9;
  border-radius: 0;
}

.form-smart__survey .form-control,
.form-smart__survey .form-select {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid var(--soya);
}

.form-smart__survey .form-check-input {
  background-color: transparent;
}

.form-smart__survey .form-check-input:checked {
  background-color: var(--soya);
  border-color: var(--soya);
}

.form-smart__survey .form-check-input:focus {
  box-shadow: var(--soya);
}

.inputerror {
  border: 1px solid red;
}

.message_error {
  color: red;
}

.alert-registered {
  color: #664d03;
  background-color: #c5f4be;
  border-color: #b4dcad;
}

/* ================ Section Banner =============== */

/* _________ Default MDPI Display (min width :768px)  */

.section-banner {
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 16% 110%;
  background-color: #14bcf0;
  /* min-height: 500px; */
  height: 37vw;
}

.banner-headline {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1.3rem 0;
}

.banner-text {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Gotham";
  margin-bottom: 2.5rem;
}

.banner-content {
  width: 35vw;
  padding-right: 5vw;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.banner-breadcrumb a,
.banner-breadcrumb .active {
  color: white;
}

/* ================ Section Smartpedia =============== */

.owl-wrapper {
  margin: 0 auto;
}

.owl-item {
  opacity: 50%;
}

.owl-item.active {
  opacity: 100%;
}

/* ================ Section smartpoint =============== */

.smartpoint {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.smartpoint-kiri {
  /* background-image: url('../images/smartpoin-bg-small.png');
    background-size: contain; */
  height: 100%;
}

.smartpoint-kanan {
  /* background-image: url('../images/smartpoint-bg-big.jpg');
    background-size: cover; */
  height: 100%;
}

/* ================ Section smartgenerator =============== */

.smartcostumer-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bg-position-md-left {
  background-position: left;
}

.bg-position-md-center {
  background-position: center;
}

.bg-position-md-right {
  background-position: right;
}
.bg-position-md-top {
  background-position: top;
}

.bg-position-md-bottom {
  background-position: bottom;
}

/* ================ Section Smartbunda artikel =============== */

.artikel__media {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.artikel__media a {
  display: block;
}

.artikel__date {
  color: #5b5b5b;
  font-size: 1.1rem;
}

.artikel__date div:nth-child(1) {
  font-size: 2rem;
  line-height: 1;
}

.artikel__media > img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  top: 50%;
  left: 50%;
}

.artikel__text {
  width: 100%;
}

.bd-highlight {
  border-bottom: 1px solid #208dd4;
}

/* ================ Section Footer =============== */

.top-footer {
  background-color: var(--secondary-color);
  min-height: auto;
  height: auto;
}

.bottom-footer {
  background-color: var(--main-color);
  min-height: auto;
  height: auto;
}

.sub-footer,
.sub-footer a {
  font-size: 12px;
}

/* ******************* Page Artikel********************** */

/* ============ section Banner ============== */

/* ******************* Page Artikel__Read********************** */

.article__read-body p img {
  width: 500px;
  height: 300px;
}

.article__read-body p:nth-child(1) img {
  margin-top: -10rem;
}

.article__read-body img {
  /* width: 80%; */
  max-width: 80%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* ******************* Page Produk__Detail ********************** */

/* ============ section Banner ============== */

/* ============ section produk__detail-body ============== */

.produk__detail-body {
  margin-top: 12rem;
}

.produk__detail-body .col-lg-7 {
  margin-top: -12rem;
}

/* ******************* Page Tanya Pakar ********************** */

.QnA .card {
  border: none;
}

/* ******************* section video ********************** */

.videoPage {
  background: #9fdeff;
  background-image: url("../images/bg-vidoran-video-shorts_D.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  height: auto;
  min-height: 696px;
}

.videoPage .wrapper {
  padding-top: 10em;
}

.splide__arrow {
  background: transparent !important;
}

.splide__arrow svg {
  fill: transparent !important;
}

.splide__arrow--next {
  right: -50px !important;
  background-image: url("../images/blue-arrow-next.png") !important;
  width: 40px !important;
  height: 40px !important;
  color: transparent !important;
  background-size: cover !important;
}

.splide__arrow--prev {
  left: -50px !important;
  background-image: url("../images/blue-arrow-prev.png") !important;
  width: 40px !important;
  height: 40px !important;
  color: transparent !important;
  background-size: cover !important;
}

/* _________ Desktop Display  */

@media screen and (min-width: 768px) {
  .pr-sm-1 {
    padding-right: 1rem;
  }

  .pr-sm-2 {
    padding-right: 2rem;
  }

  .pr-sm-3 {
    padding-right: 3rem;
  }

  .pr-sm-4 {
    padding-right: 4rem;
  }

  .pr-sm-5 {
    padding-right: 5rem;
  }

  .pr-sm-6 {
    padding-right: 6rem;
  }

  .pr-sm-7 {
    padding-right: 7rem;
  }

  .pr-sm-8 {
    padding-right: 8rem;
  }

  .pr-sm-9 {
    padding-right: 9rem;
  }

  .pr-sm-10 {
    padding-right: 10rem;
  }

  .pl-sm-1 {
    padding-left: 1rem;
  }

  .pl-sm-2 {
    padding-left: 2rem;
  }

  .pl-sm-3 {
    padding-left: 3rem;
  }

  .pl-sm-4 {
    padding-left: 4rem;
  }

  .pl-sm-5 {
    padding-left: 5rem;
  }

  .pl-sm-6 {
    padding-left: 6rem;
  }

  .pl-sm-7 {
    padding-left: 7rem;
  }

  .pl-sm-8 {
    padding-left: 8rem;
  }

  .pl-sm-9 {
    padding-left: 9rem;
  }

  .pl-sm-10 {
    padding-left: 10rem;
  }

  .ml-sm-n5 {
    margin-left: -3rem;
  }

  .mr-sm-n5 {
    margin-right: -3rem;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }

  .font-size-md-2 {
    font-size: 2rem;
  }
}

/* _________ Mobile Display  */

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 1rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0.67em 0;
  }

  h4 {
    font-size: 1.2rem;
  }

  .font-size-2 {
    font-size: 1.375rem;
  }
  /* nav {
        height: 60px;
    } */

  nav.navbar-fixed-top .container {
    background-color: var(--main-color);
  }

  .navbar {
    padding-top: 0;
  }

  .navbar .container {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-artikel .lingkaran {
    padding: 1px;
    height: 45px;
    width: 45px;
    display: flex;
    margin: auto;
  }

  .nav-artikel p {
    font-size: 0.6rem;
  }

  .nav-artikel a {
    font-size: 0.6rem;
  }

  .disable-scroll {
    height: 100%;
    overflow: hidden;
  }

  .py-mobile-banner {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }

  .py-mobile-banner-store {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .smartcostumer-text h2 {
    font-size: 1.1rem;
  }

  .smartcostumer-text p {
    font-size: 0.8rem;
  }

  .beli-produk img {
    width: 120px;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  /* _______ button ______ */

  a {
    text-decoration: none;
    font-size: 1rem;
    color: var(--main-color);
  }

  a.media__link {
    font-size: 1rem;
  }

  .bottom-footer a {
    font-size: 1rem;
  }

  .single-button span {
    border-radius: 10px;
    padding: 10px 14px;
    background-color: var(--main-color);
  }

  .double-button span:nth-child(1) {
    padding: 10px 14px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: var(--main-color);
  }

  .double-button span:nth-child(2) {
    margin-left: 1px;
    padding: 10px 14px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: var(--main-color);
  }

  .button-secondary span:nth-child(1) {
    padding: 10px 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: var(--main-color);
    background-color: var(--secondary-color);
  }

  .button-secondary span:nth-child(2) {
    margin-left: 1px;
    padding: 10px 14px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: var(--main-color);
    background-color: var(--secondary-color);
  }

  .artikel__media {
    width: 100%;
    height: auto;
  }

  .artikel__text {
    flex: 1;
    position: static;
    font-size: 16px;
    /* color: #666; */
  }

  .section-banner {
    padding-top: 122px;
    background-image: url("../images/banner-with-product.png");
    background-repeat: no-repeat;
    background-size: 210px;
    background-position: 50% 3%;
    min-height: 510px;
    height: 640px;
  }

  .soya-banner {
    height: auto;
  }

  .banner-text {
    margin-bottom: 2.5rem;
  }

  .banner-content {
    margin-top: 40px;
    width: 100vw;
    padding-right: 0;
  }

  .banner-box {
    aspect-ratio: 294 / 546;
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .card-tall {
    order: 6;
  }

  .smartpoint {
    height: auto;
  }

  .artikel__date {
    font-size: 0.8rem;
  }

  .artikel__date div:nth-child(1) {
    font-size: 1.5rem;
  }

  .banner-pt {
    padding-top: 0;
  }

  .banner-kecil {
    min-height: auto;
  }

  .produk__detail-banner {
    height: auto;
  }

  .img-product {
    height: 200px;
    top: 0;
    padding: 15px 0;
  }

  .img-produk__detail {
    height: 220px;
    top: auto;
  }

  .img-produk__soya-form {
    height: 200px;
  }

  .img-product.full {
    height: 130px !important;
    margin-top: 0rem;
    top: 0.5rem !important;
  }

  .img-product.tanya-pakar {
    position: inherit;
    width: 100%;
    height: auto;
    margin-top: 0;
    top: 0;
  }

  .duniasmart-carousel .img-product.full {
    height: auto;
    margin-top: 0;
    top: 0;
  }

  img.logo-vidoran {
    width: auto;
    height: 50px;
  }

  .article__read-body img {
    height: auto;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-content {
    margin: 30% auto; /* 15% from the top and centered */
  }

  .bg-position-left {
    background-position: left;
  }

  .bg-position-center {
    background-position: center;
  }

  .bg-position-right {
    background-position: right;
  }
  .bg-position-top {
    background-position: top;
  }

  .bg-position-bottom {
    background-position: bottom;
  }

  /* ============ Slick =========== */

  .slick-prev,
  .slick-next {
    width: 45px !important;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 30px !important;
  }

  .slick-track {
    display: flex !important;
    align-items: center;
  }

  .home_banner-carousel {
    min-height: 90vh;
    background: #fff;
  }

  /* section video */

  .videoPage {
    background-image: url("../images/bg-vidoran-video-shorts_M.jpg");
  }

  .videoPage .wrapper {
    padding-top: 6em;
  }

  .videoPage iframe {
    width: 65%;
    margin: 70px auto;
  }

  .videoPage .splide__arrows {
    display: block;
  }

  .videoPage .splide__arrow--prev {
    left: 10px !important;
  }

  .videoPage .splide__arrow--next {
    right: 10px !important;
  }
}

:root {
  --main-color: #208dd4;
  --secondary-color: #abe9ff;
  --tertiary-color: #0b6fb0;
  --orange-light: #ffd2ae;
  --orange-main: #ce5223;
  --orange-dark: #911d00;
  --blue-light: #ddf6ff;
  --blue-color: #50a6e8;
  --violet-main: #b97bcd;
  --brown: #f6ecdd;
  --brown-light: #fef7ec;
  --brown-dark: #7c684a;
  --soya-light: #fdece5;
  --soya: #e26d28;
}
