.img-fluid {
  height: 150vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* .img-fluid {
  height: 110vh; width: 100%;background-size: cover;background-position: center; background-repeat: no-repeat;
} */
.margin-img-best-employee{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-inhouse {
  margin: 50px 90px 50px 90px;
}
.padding-credibility {
  padding: 30px 30px 30px 30px;
}
.img-container {
  padding:10px;
}
.padding-card-article {
  padding-right:50px;
  margin-bottom:20px;
}
.title-img-2 {
  margin-top: -80px;
}
.title-img {
  margin-top: -150px;
}

.padding-discovery-page {
  padding:50px;
}
.card-discovery {
  padding-right:50px;
  text-align: end !important;
}
.w-partner-title {
  width:90%;
}

.custom-row {
  display: flex;
  align-items: center;
}
.custom-col-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
}
.custom-col-right {
  flex: 2;
  border-left: 2px #009444 solid;
  padding-left: 50px;
  position: relative;
}
.custom-testimonial-box {
  border: 1px #0d4728 solid;
  padding: 16px;
  display: flex;
  border-radius: 25px 100px 100px 25px;
  position: relative;
}
.custom-text-content {
  width: 100%;
  text-align: justify;
  margin-right: 300px;
  font-weight: 300;
}
.custom-image-content {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.best-employee {
  border-right: 2px white solid !important;
}
.card-service {
  width: 400px;
  height: 780px;
}

.bod-title-section {
  margin-top: 30px;
}
.bod-padding-outer {
  padding: 50px 50px 50px 50px;
}
.bod-padding {
  width:80%;
  padding: 50px;
}
.align-item-about {
  align-items:center;
  height:80vh;
}
.padding-text-partner {
  padding: 0px 20px 0px 20px
}
.padding-system-career {
  padding: 65px 120px 65px 120px;
}

.padding-system-career-p {
  padding: 0px 200px 0px 200px
}
.form-group label {
  font-size: 24px;
}

.form-control {
  height: 70px;
  font-size: 24px;
}

.form-control {
  height: 70px;
}

.padding-career {
  padding: 0px 138px 0px 138px;
}
.overlay-text-article {
  position: absolute;
  bottom: 5%; /* Adjust vertical position */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Center horizontally */
  color: white; /* Text color */
  text-align: center; /* Center text inside the element */
  width: auto; /* Adjust width as needed */
}
.fs-50 {
  font-size: 50px; line-height:100%;
}

.unique-page-section {
  padding: 50px;
  background-color: #A7E7A7;
  border-radius: 60px 60px 0px 0px !important;
  margin-top: -50px !important;
}

.unique-container {
  display: flex;
  padding: 0px 100px;
  justify-content: center;
  align-items: center;
}

.unique-image {
  z-index: 2;
  border-radius: 15px;
  max-width: 100%;
}

.unique-info {
  background-color: #009444;
  width: 100%;
  height: 100px;
  margin-left: -50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0px 70px 0px;
}

.unique-info > div {
  margin: 0;
}

.unique-name {
  font-weight: bold;
  margin: 0px 80px 0px 80px;
  color: white;
}

.unique-rank {
  color: #FFFFFF;
  opacity: 0.6;
  font-weight: bold;
  margin: 10px 90px 0px 90px;
}

.unique-button {
  background-color: white;
  border-radius: 25px;
  color: #009444;
  padding: 10px 50px;
  text-decoration: none;
  font-size: 22px;
  margin-right: 20px;
}

.owl-carousel {
  position: relative; /* Pastikan kontainer memiliki posisi relatif */
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none; /* Tambahkan pointer-events: none untuk menghindari masalah klik */
}

.owl-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 2em; /* Sesuaikan ukuran ikon */
  pointer-events: auto; /* Pastikan tombol dapat diklik */
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 10px; /* Sesuaikan jarak dari kiri */
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 10px; /* Sesuaikan jarak dari kanan */
}

.owl-prev {
  width: 60px;
  background-color:transparent !important; border-radius:100% !important;
  height: 60px;
  position: absolute;
  top: 40%;
  
  color: #009444 !important;
  /* margin-left: -10px; */
  display: block !important;
  border:2px solid #009444 !important;
}

.owl-prev:hover {
  width: 60px;
  background-color:#009444 !important; border-radius:100% !important;
  color: white !important;
  height: 60px;
  position: absolute;
  top: 40%;
  
  /* margin-left: -10px; */
  display: block !important;
  border:0px solid black;
}

.owl-next:hover {
  width: 60px;
  background-color:#009444 !important; border-radius:100% !important;
  color: white !important;
  height: 60px;
  position: absolute;
  top: 40%;
  /* margin-left: -10px; */
  display: block !important;
  border:0px solid black;
}

.owl-next {
  width: 60px;
  height: 60px;
  background-color:transparent !important; border-radius:100% !important;
  position: absolute;
  top: 40%;
  /* right: -25px; */
  color: #009444 !important;
  display: block !important;
  border:2px solid #009444 !important;
}

.owl-prev i, .owl-next i 
{
  font-size: 4em;
  /* transform : scale(1,2); */
  width: 100%;
  height: auto;
  display: block;
}
.product-box {
    display: flex;
    flex-direction: column;
}

.product-content {
    background: white;
    border-radius: 25px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ini memastikan konten mengambil seluruh tinggi kotak */
}

.product-image {
    width: 100%;
    height: auto; /* Atau atur tinggi tertentu jika diperlukan */
}

.word-break {
  overflow-wrap: break-word; /* Versi modern dari word-wrap */
}

.btn-text-style-2 {
  font-size:22px; font-weight:500; line-height:128%;
}
.btn-text-style-3 {
  font-size:25px; line-height:98%;
}

.card-content-team {
  padding: 60px 60px 60px 60px;
}

.p1 {
  font-size: 18px;
  line-height: 112%;
  letter-spacing: 2%;
}
.fs-h1 {
  font-size: 60px;
  line-height: 98%;
}
.fs-h2 {
  font-size: 50px;
  line-height: 98%;
}
.fs-h3 {
  font-size: 26px;
  line-height: 116%;
}
.fs-t1 {
  font-size: 48px;
  line-height: 100%;
}
.fs-t2 {
  font-size: 32px;
  line-height: 100%;
}
.fs-regular {
  font-size: 18px;
}
.fs-custom1 {
  font-size:36px;

}
.fs-custom2 {
  font-size:20px;
}
.fs-article {
  font-size:20px;
  line-height:128%;
}
.fs-article-h1 {
  font-size:31px;
  line-height:128%;
}

.padding-products {
  padding: 50px 120px 50px 120px;
}

.height-article {
  background-color:#A7E7A7; height:70rem;
}



/* Extra small devices (mobile phones) */
@media (max-width: 574px) {

  .padding-discovery-page {
    padding:25px;
  }

  .margin-img-best-employee{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fs-50 {
    text-align: center;
    font-size: 20px;
    line-height: 100%;
  }
  
  .p1 {
    font-size: 12px;
    line-height: 112%;
    letter-spacing: 2%;
}
.fs-h1 {
    font-size: 40px;
    line-height: 98%;
}
.fs-h2 {
    font-size: 40px;
    line-height: 98%;
}
.fs-h3 {
    font-size: 20px;
    line-height: 116%;
}
.fs-t1 {
    font-size: 36px;
    line-height: 100%;
}
.fs-t2 {
    font-size: 22px;
    line-height: 100%;
}
.fs-regular {
    font-size: 12px;
}

.fs-custom1 {
  font-size:30px;

}
.fs-custom2 {
  font-size:14px;

}
  .padding-index {
    padding: 56px 0px 56px 0px; 
  }
  .intro-img {
    width: 80% !important;
    margin-bottom: 20px;
  }
  .video-session {
    border: #009444 25px solid;
    width:100%;
    height: 300px;
    border-radius:25px;
  }
  #kaleidVideo {
    width:100%;
    height: 250px;
  }
  .div-intro-img {
    width: 100%; display:flex; justify-content:center;
  }
  .margin-img-team {
    margin-top: 50px;
  }
  .kaleid-section2 {
    padding: 84px 20px 0px 20px;
  }

  .index-product-text {
    width:320px;
  }

  .card-activities {
    margin-top: 50px;
  }

  .border-radius-testimonial {
    border-radius: 250px 250px 50px 50px;
  }
  .div-testimonial {
    margin-bottom: 50px;
  }

  .core-title {
    padding-top: 20px;
    font-size: 26px;
    line-height: 98%;
  }

  .core-description {
    display: none;
  }
  
  .img-feature {
    height: 500px !important;
  }
  .owl-carousel-core .owl-nav {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; /* Tambahkan pointer-events: none untuk menghindari masalah klik */
}
.img-philosophy {
  padding: 30px;
}
.product-category-section {
  padding: 100px  50px  100px  50px !important;
}

.padding-product-mix {
  padding-left: 10px; padding-right: 10px;
}
.width-product-mix {
  width: 90%;
}

.padding-responsive {
  padding: 20px;
}
.padding-discovery-last {
  padding: 0px 50px 0px 50px;
}

.padding-article {
  padding: 56px 20px 56px 20px !important; 
}

.card-content-team {
  padding: 30px 30px 30px 30px;
}

.btn-text-style-2 {
  font-size:16px; font-weight:500; line-height:128%;
}

.btn-text-style-3 {
  font-size:19px; line-height:98%;
}

.padding-features {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.padding-products {
  padding: 50px 50px 50px 50px;
}

.owl-carousel .owl-nav {
  display: none;
}

.unique-container {
  flex-direction: column;
  padding: 0 20px;
}

.unique-info {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 10px;
  margin-left: 0;
  height: auto;
}

.unique-info > div {
  margin: 10px 0;
  text-align: center;
}

.unique-name {
  margin: 0;
}

.unique-rank {
  margin: 10px 0 0 0;
}

.unique-button {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 18px;
}

.fs-article {
  font: size 12px;;
  line-height:128%;
}
.fs-article-h1 {
  font-size:22px;
  line-height:128%;
}

.content-styling {
  height: 100px;
  width: 100%; /* Ensure the div has a width */
  overflow: hidden; /* Prevent overflow */
  white-space: normal; /* Ensure normal wrapping */
  overflow-wrap:break-word; /* Break long words */
}

.fs-article {
  font-size:12px;
  line-height:128%;
}

.height-article {

  background-color:#A7E7A7; height:35rem;

}

.padding-career {
  padding: 0px 30px 0px 30px;
}

.form-group label {
  font-size: 18px;
}

.form-control {
  height: 40px;
  font-size: 18px;
}

.form-control {
  height: 40px;
}

.padding-system-career {
  padding: 30px 60px 30px 60px;
}

.padding-system-career-p {
  padding: 0px 20px 0px 20px
}

.padding-text-partner {
  padding: 0px 40px 0px 40px
}

.align-item-about {
  padding-top:50px;
  align-items:start;
  height:60vh;
}

.bod-padding {
  width:100%;
  padding: 10px;
}

.bod-padding-outer {
  padding: 50px 20px 50px 20px;
}

.card-service {
  width: 400px;
  height: 650px;
}

.best-employee {
  border-right: 0px white solid !important;
}

.custom-row {
  flex-direction: column;
  text-align: center;
}
.custom-col-left {
  width: 100%;
  border-left: none;
  padding-left: 0;
}
.custom-col-right {
  padding-left: 0;
  border-left: none;
  margin-top: 20px;
}
.custom-testimonial-box {
  flex-direction: column;
  border-radius: 25px;
  padding: 16px;
  position: relative;
}
.custom-text-content {
  margin-right: 0;
  text-align: center;
  margin-bottom: 20px;
}
.custom-image-content {
  position: static;
  margin: 20px auto 0;
  transform: none;
  max-width: 150px;
}

.w-partner-title {
  width:80%;
}

.card-discovery {
  padding-top:20px;
  padding-right:30px;
  text-align: center !important;
}

.title-img {
  margin-top: -130px;
}
.title-img-2 {
  margin-top: -100px;
}
.padding-card-article {
  padding:0px 30px 0px 30px;
  margin-bottom:20px;
}
.img-container {
  padding:10px;
}

.discovery-social-image-2 {
  margin-top:25px;
}
.padding-credibility {
  padding: 0px 30px 0px 30px;
}

.margin-inhouse {
  margin: 50px 0px 50px 0px;
}

.img-fluid {

  margin-top: -100px;
  margin-bottom: -200px;
  height: 65vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

}

@media (min-width: 576px) and (max-width: 768px) {
 
  .padding-index {
    padding: 56px 0px 56px 0px; 
  }

  .padding-article {
    padding: 56px 20px 56px 20px !important; 
  }
  .intro-img {
    width: 60% !important;
    margin-bottom: 20px !important;
  }
  .div-intro-img {
    width: 100%; display:flex; justify-content:center;
  }
  .video-session {
    border: #009444 25px solid;
    width:100%;
    height: 300px;
    border-radius:25px;
  }
  #kaleidVideo {
    width:100%;
    height: 250px;
  }

   .img-card-index {
    text-align: center;
    width:80% !important;
  }

  .div-img-card-index {
    width: 100%; display:flex; justify-content:center;
  }

  .margin-img-team {
    margin-top: 50px;
  }
  .kaleid-section2 {
    padding: 84px 20px 0px 20px;
  }

  .index-product-text {
    width:435px;
  }
  
  .card-activities {
    margin-top: 50px;
  }

  .border-radius-testimonial {
    border-radius: 300px 300px 50px 50px;
  }

  .core-title {
    font-size: 36px;
    line-height: 98%;
  }
  .core-description {
    display: none;
  }
  .owl-carousel-core .owl-nav {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; /* Tambahkan pointer-events: none untuk menghindari masalah klik */
}
  
.img-philosophy {
  padding: 10px;
}
.product-category-section {
  padding: 100px  50px  100px  50px !important;
}

.padding-product-mix {
  padding-left: 10px; padding-right: 10px;
}

.width-product-mix {
  width: 90%;
}
.padding-responsive {
  padding: 20px;
}

.padding-discovery-last {
  padding: 0px 20px 0px 20px;
}

.btn-text-style {
  font-size:19px; font-weight:500; line-height:128%;
}

.padding-features {
  padding-left: 100px;padding-right: 100px;
}

.unique-container {
  flex-direction: column;
  padding: 0 20px;
}

.unique-info {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-left: 0;
  height: auto;
}

.unique-info > div {
  margin: 10px 0;
  text-align: center;
}

.unique-name {
  margin: 0;
}

.unique-rank {
  margin: 10px 0 0 0;
}

.unique-button {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 18px;
}

.fs-article {
  font-size:12px;
  line-height:128%;
}

.align-item-about {
  padding-top:50px;
  align-items:start;
  height:40vh;
}

.text-service {
  height:150px;
}


.custom-row {
  flex-direction: column;
  text-align: center;
}
.custom-col-left {
  width: 100%;
  border-left: none;
  padding-left: 0;
}
.custom-col-right {
  padding-left: 0;
  border-left: none;
  margin-top: 20px;
}
.custom-testimonial-box {
  flex-direction: column;
  border-radius: 25px;
  padding: 16px;
  position: relative;
}
.custom-text-content {
  margin-right: 0;
  text-align: center;
  margin-bottom: 20px;
}
.custom-image-content {
  position: static;
  margin: 20px auto 0;
  transform: none;
  max-width: 150px;
}

.img-fluid {

  height: 80vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  margin-top: -100px;
  margin-bottom: -200px;
}


}

/* Medium devices (landscape tablets) */
@media (min-width: 769px) and (max-width: 992px) {

  .padding-index {
    padding: 56px 0px 56px 0px; 
  }

  .padding-article {
    padding: 56px 55px 56px 55px; 
  }
  .intro-img {
    width: 60% !important;
  }
  .div-intro-img {
    width: 100%; display:flex; justify-content:center;
  }
  .kaleid-section {
    padding: 93px 70px 93px 70px;
  }
  .video-session {
    border: #009444 25px solid;
    width:100%;
    height: 500px;
    border-radius:25px;
  }
  #kaleidVideo {
    width:100%;
    height: 450px;
  }

  .kaleid-section3 {
    padding: 0px 0px 100px 0px;
  }
  
  .kaleid-section2 {
    padding: 84px 20px 0px 20px;
  }
  .img-card-index {
    text-align: center;
    width:80% !important;
  }
  .div-img-card-index {
    width: 100%; display:flex; justify-content:center;
  }
.margin-img-team {
  margin-top:30px;
}

.sustainibility-point {
  margin-left:30px;
}

.index-product-text {
  width:570px;
}
.card-activities {
  margin-top: 50px;
}
.border-radius-testimonial {
  border-radius: 200px 200px 50px 50px;
}
.core-title {
  font-size: 55px;
  line-height: 98%;
}
.owl-carousel-core .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none; /* Tambahkan pointer-events: none untuk menghindari masalah klik */
}

.img-philosophy {
  padding: 50px;
}
.product-category-section {
  padding: 100px  225px  100px  225px !important
}
.img-category-product-center {
  text-align: center;
}
.padding-product-mix {
  padding-left: 100px; padding-right: 100px;
}

.width-product-mix {
  width: 60%;
}

.padding-responsive {
  padding: 20px;
}



.padding-discovery-last {
  padding: 0px 50px 0px 50px;
}

.btn-text-style {
  font-size:25px; font-weight:500; line-height:128%;
}

.padding-sustainibility {
  margin: 0px 50px 0px 50px;
}
.padding-features {
  padding-left: 125px;padding-right: 125px;
}
/* .img-product {
  height:150px;
} */

.padding-left-50 {
  padding-left: 30px;
}

.unique-container {
  flex-direction: column;
  padding: 0 20px;
}

.unique-info {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-left: 0;
  height: auto;
}

.unique-info > div {
  margin: 10px 0;
  text-align: center;
}

.unique-name {
  margin: 0;
}

.unique-rank {
  margin: 10px 0 0 0;
}

.unique-button {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 18px;
}

.fs-article {
  font-size:12px;
  line-height:128%;
}

.align-item-about {
  padding-top:50px;
  align-items:start;
  height:40vh;
}

.text-service {
  height:150px;
}

.custom-row {
  flex-direction: column;
  text-align: center;
}
.custom-col-left {
  width: 100%;
  border-left: none;
  padding-left: 0;
}
.custom-col-right {
  padding-left: 0;
  border-left: none;
  margin-top: 20px;
}
.custom-testimonial-box {
  flex-direction: column;
  border-radius: 25px;
  padding: 16px;
  position: relative;
}
.custom-text-content {
  margin-right: 0;
  text-align: center;
  margin-bottom: 20px;
}
.custom-image-content {
  position: static;
  margin: 20px auto 0;
  transform: none;
  max-width: 150px;
}

.img-fluid {

  height: 70vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -100px;

}

}

/* Large devices (desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
  .padding-index {
    padding: 56px 0px 56px 0px; 
  }

  .padding-article {
    padding: 56px 110px 56px 110px; 
  }

  .kaleid-section {
    padding: 93px 140px 93px 140px;
  }
  .video-session {
    border: #009444 25px solid;
    width:100%;
    border-radius:25px;
  }
  #kaleidVideo {
    width:100%;
    height: 650px;
  }

  .kaleid-section3 {
    padding: 0px 140px 100px 140px;
  }
  
  .kaleid-section2 {
    padding: 84px 120px 0px 120px;
  }
  .img-card-index {
    width:100% !important;
  }

  .sustainibility-point {
    margin-left:30px;
  }

  .index-product-text {
    width:870px;
  }

  .card-activities {
    margin-bottom: 50px;
  }

  .border-radius-testimonial {
    border-radius: 200px 200px 50px 50px;
  }
  .core-title {
    font-size: 55px;
    line-height: 98%;
  }

  .owl-carousel-core .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; /* Tambahkan pointer-events: none untuk menghindari masalah klik */
}

.img-philosophy {
  padding: 100px;
}

.product-category-section {
  padding: 100px  225px  100px  225px !important
}
.img-category-product-center {
  text-align: center;
}
.padding-product-mix {
  padding-left: 100px; padding-right: 100px;
}

.width-product-mix {
  width: 60%;
}


.padding-discovery-last {
  padding: 0px 100px 0px 100px;
}

.btn-text-style {
  font-size:25px; font-weight:500; line-height:128%;
}

.padding-sustainibility {
  margin: 0px 50px 0px 50px;
}
.padding-features {
  padding-left: 150px;padding-right: 150px;
}

/* .img-product {
  height:100px;
} */

.img-product {
  height: 15vh;
}

.container-title {
  height: 35px;
  overflow: hidden;
}
.container-description {
  height: 60px;
  overflow-y:hidden;
}

.padding-left-50 {
  padding-left: 50px;
}

.unique-container {
  flex-direction: column;
  padding: 0 20px;
}

.unique-info {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-left: 0;
  height: auto;
}

.unique-info > div {
  margin: 10px 0;
  text-align: center;
}

.unique-name {
  margin: 0;
}

.unique-rank {
  margin: 10px 0 0 0;
}

.unique-button {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 18px;
}
.text-service {
  height:150px;
}
.img-fluid {

  height: 70vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  margin-bottom: -100px;
}


}

/* Extra large devices (large desktops) */
@media (min-width: 1201px) {
 
  .padding-article {
    padding: 56px 110px 56px 110px; 
  }
  .padding-index {
    padding: 56px 140px 56px 140px !important; 
  }

  .kaleid-section {
    padding: 93px 140px 93px 140px;
  }
  .video-session {
    border: #009444 25px solid;
    width:100%;
    border-radius:25px;
  }
  #kaleidVideo {
    width:100%;
    height: 650px;
  }
  
  .kaleid-section3 {
    padding: 0px 140px 100px 140px;
  }
  
  .kaleid-section2 {
    padding: 84px 120px 0px 120px;
  }
  
  .img-card-index {
    width:100% !important;
  }
  .sustainibility-point {
    margin-left:30px;
  }
  .index-product-text {
    width:870px;
  }
  .border-radius-testimonial {
    border-radius: 200px 200px 50px 50px;
  }


  .core-title {
    font-size: 55px;
    line-height: 98%;
  }
 
  .owl-carousel-core .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; /* Tambahkan pointer-events: none untuk menghindari masalah klik */
}

.img-philosophy {
  padding: 100px;
}

.product-category-section {
  padding: 100px  225px  100px  225px !important;
}

.img-category-product-center {
  text-align: center;
}
.padding-product-mix {
  padding-left: 100px; padding-right: 100px;
}
.width-product-mix {
  width: 60%;
}
.width-product-mix {
  width: 60%;
}
.padding-card-discovery {
  padding-left:170px;
}
.padding-card-discovery-social {
  padding-left:180px;
}
.padding-card-discovery-credibility {
  padding-left:150px;
}

.padding-discovery-last {
  padding: 0px 150px 0px 150px;
}

.btn-text-style {
  font-size:25px; font-weight:500; line-height:128%;
}

.padding-sustainibility {
  margin: 0px 50px 0px 50px;
}

.padding-features {
  padding-left: 150px;padding-right: 150px;
}

.img-product {
  height: 15vh;
}

.container-title {
  height: 35px;
  overflow: hidden;
}
.container-description {
  height: 60px;
  overflow-y:hidden;
}

.padding-left-50 {
  padding-left: 50px;
}

.bod-section {
  display: flex;
  align-items: center;
}
.bod-title-section {
  margin-top: 0px;
}

.text-service {
  height:150px;
}

}