body {
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
  color: #0097a7;
}
.btn-enthalphy {
  min-width: 160px;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 200px;
  background-color: #0097a7;
  color: #fff;
  border: 1px solid #0097a7;
}
.btn-enthalphy:hover {
  border: 1px solid #0097a7;
  background-color: #fff;
  color: #0097a7;
  transition: all 0.3s ease;
}
.btn-enthalphy-outline {
  min-width: 160px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 200px;
  border: 1px solid #0097a7;
  background-color: #fff;
  color: #0097a7;
}
.btn-enthalphy-outline:hover {
  background-color: #0097a7;
  color: #fff;
  border: 1px solid #0097a7;
  transition: all 0.3s ease;
}
.btn-enthalphy-outline.color:hover {
  background-color: #fff;
  color: #0096a7d6;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  cursor: pointer;
}
.br5 {
  border-radius: 5px;
}
.br8 {
  border-radius: 8px;
}
.br10 {
  border-radius: 10px;
}
.br12 {
  border-radius: 12px;
}
.br15 {
  border-radius: 15px;
}

/* navbar */
.navbar {
  background-color: white !important;
  backdrop-filter: blur(1px);
  z-index: 1020;
  position: sticky;
  top: 0;
  margin: auto;
  width: 89vw;
  border-radius: 0px 0px 20px 20px;
}
.container-fluid.nav-container {
  max-width: 1250px;
}
.navbar.scrolled {
  background-color: white !important;
  border-bottom: 1px solid #e3eaea6e;
  margin: auto;
  width: 89vw;
  border-radius: 0px 0px 20px 20px;
}
.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white !important;
  border-radius: 0px 0px 20px 20px;
  height: 100%;
  z-index: -1;
}
.nav-container {
  max-width: 1320px;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  margin-right: 20px;
  max-width: 160px;
}
.nav-link {
  font-size: 15px;
  margin: 0 15px;
}
.nav-link:hover {
  color: #00b5c9 !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #0097a7;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.dropdown-item {
  font-size: 15px;
}
.navbar-collapse {
  z-index: 998;
  width: 100%;
}
.dropdown-item {
  color: var(--bs-nav-link-color);
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff;
  color: #00b5c9;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff;
  color: #00b5c9;
}
.btn-outline-primary {
  color: #0097a7 !important;
  border-color: #0097a7 !important;
}
.btn-outline-primary:hover {
  background-color: #0097a7 !important;
  color: white !important;
}
.dropdown-menu {
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.modalSearch {
  min-height: 305px;
  border-radius: 15px;
}
.modalSearch .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 100%;
  padding: 40px;
}
.modalSearch .modal-body form {
  width: 100%;
}
.modalSearch p {
  font-size: 18px;
  font-weight: 500;
}
.modalSearch .input-group {
  border-radius: 15px;
  background-color: #0097a7;
  color: #fff;
}
.modalSearch input {
  border-radius: 15px;
  background-color: #0097a7;
  color: #fff;
  border: 0;
  min-height: 88px;
  padding: 10px 30px;
}
.modalSearch .form-control:focus {
  background-color: #0097a7;
  color: #fff;
}
.modalSearch input::placeholder {
  color: #fff;
  opacity: 1;
}
.modalSearch .input-group .btn {
  color: #fff;
  padding-right: 30px;
  font-size: 20px;
}
div#myCarousel {
  margin-top: -95px;
  z-index: 1;
  margin-bottom: 65px;
}

/* footer */
footer {
  background-color: #016570;
  color: #fff;
  padding: 25px 10px;
}
footer .sosmed {
  color: #0097a7;
  background-color: #fff;
  text-align: center;
  padding-top: 12px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
footer .sosmed i {
  font-size: 22px;
}

/* slider */
.hero-image {
  height: 102vh; /* Gambar menutupi layar penuh */
  object-fit: cover; /* Mengatur gambar agar sesuai ukuran */
  position: relative;
}
.carousel-item img {
  height: 102vh; /* Gambar menutupi layar penuh */
  object-fit: cover; /* Mengatur gambar agar sesuai ukuran */
  transition: transform 3s ease-in-out; /* Animasi zoom out */
}
.carousel-item.active img {
  transition: transform 5s ease;
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}
.hero-text h1 {
  font-size: 18px;
  border-radius: 5px;
  color: #0097a7;
  padding: 10px;
  background-color: #fff;
  display: inline-block;
}
.hero-text h2 {
  font-size: 30px;
  margin-top: 15px;
  font-weight: 500;
}

#section-white {
  padding: 60px 0;
}
.title-section {
  font-size: 24px;
  color: #0097a7;
}
.des-section {
  font-size: 16px;
  color: #6c6a6a;
  margin-bottom: 0;
}
.border-banner-center {
  border-right: 1px solid;
  border-left: 1px solid;
}

#section-blue {
  padding: 60px 0;
  background-color: rgba(50, 104, 105, 0.14);
}
.img-peta {
  width: 100%;
}

/* Styling for the text on slider*/
.banner-section {
  position: relative;
  margin-top: -150px;
  color: #fff;
}
.banner-section p {
  font-size: 18px;
  margin-bottom: 5px;
}
.banner-section h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 800;
}

.logo-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}
.logo-slider .logo-list {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.logo-slider .logo-item {
  min-width: 25%; /* Maksimal 4 logo per baris */
  padding: 10px;
  text-align: center;
}
.logo-slider img {
  max-width: 100%;
  height: auto;
  transition: filter 0.3s ease-in-out;
}
.logo-slider img:hover {
  filter: grayscale(0); /* Menghilangkan efek grayscale saat hover */
}
.slider-nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.slider-nav.left {
  left: 10px;
}
.slider-nav.right {
  right: 10px;
}

.cardTestimoni {
  background-color: rgba(0, 151, 167, 0.15);
  border-radius: 20px;
  border: 0;
  padding: 20px;
}
.testimoni-image {
  border-radius: 10px;
}
.testimoni-name {
  color: #151c28;
  margin-bottom: 0;
}
.testimoni-brand {
  font-size: 14px;
  font-weight: 300;
  color: #151c28;
  margin-bottom: 0;
}
.testimoni-isi {
  margin-bottom: 0;
  font-weight: 300;
}
.testimoni-petik {
  font-family: cursive;
  font-size: 80px;
  color: #0097a7;
  text-align: right;
  margin-bottom: -60px;
}

/* portofolio */
.btn-modal-portofolio {
  padding: 0;
  border: 0;
}
.image-wrapper {
  position: relative;
  width: 350px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  height: 225px;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.image-overlay {
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 151, 167, 0.87);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.image-wrapper:hover img {
  transform: scale(1.1);
}
.image-wrapper:hover .image-overlay {
  opacity: 1;
}
.image-overlay h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.image-overlay p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}

.cardArtikel {
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgb(100 28 2 / 10%);
  border: 0;
  margin-bottom: 25px;
  min-height: 395px;
}
.cardArtikel .card-img,
.cardArtikel .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 235px;
}
.cardArtikel a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.cardArtikel p {
  font-size: 15px;
  margin-top: 15px;
  color: #807c7c;
}
.cardArtikel:hover .card-body a,
.cardArtikel:hover .card-body p {
  color: white; /* Warna putih saat dihover */
}
.cardArtikel:hover {
  background-color: #0097a7;
}

.image-container {
  margin-bottom: -1px !important;
  position: relative;
  width: 100%;
  margin: 0 auto; /* Pusatkan gambar secara horizontal */
}
.image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* Memberikan sudut melengkung pada gambar */
}
.image-teks {
  max-width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}
.image-teks h3 {
  font-size: 26px;
  color: #0097a7;
}
.image-teks .btn {
  background-color: #0097a7;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 200px;
  transition: background-color 0.3s ease-in-out;
}
.image-teks-left {
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 20px 0 100px;
}
.image-teks-left h3 {
  font-size: 26px;
  color: #0097a7;
}
.image-teks-left .btn {
  background-color: #0097a7;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 200px;
  transition: background-color 0.3s ease-in-out;
}

.image-teks .btn:hover {
  background-color: #00b2c5;
}
.image-vision {
  position: relative;
}
.image-vision-background {
  width: 100%;
  border-radius: 20px;
}
.image-information {
  margin: 100px 200px;
  padding: 80px 60px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 151, 167, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 20px;
}
.image-information button {
  background-color: transparent;
  border: -0;
}
.play-button {
  margin-top: -200px;
  max-width: 164px;
  transition: transform 0.3s ease-in-out;
}
.play-button:hover {
  transform: scale(1.1);
}
.image-information p {
  font-size: 15px;
  margin-bottom: 0;
}
.image-information .modal-content {
  border-radius: 20px;
}
.image-information iframe {
  border-radius: 20px;
  width: 100% !important;
  height: 430px !important;
}

.cardService {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  margin-bottom: 30px;
  height: 320px;
}
.cardService:hover {
  transform: scale(1.02);
}
.cardService img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cardService .card-number {
  position: absolute;
  top: 0;
  left: 0;
  margin: 40px;
  padding: 17px 20px;
  color: white;
  text-align: left;
  border-radius: 10px;
  font-size: 26px;
  background-color: #0097a7;
  color: #fff;
}
.cardService .service-direct {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  margin: 40px;
}
.cardService .card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  color: white;
  text-align: left;
}
.cardService .card-text h3 {
  font-size: 22px;
}
.cardService .card-text a {
  font-size: 22px;
  color: #fff;
}
.cardService .card-text p {
  font-size: 16px;
  margin-bottom: 0;
}
.modalServiceButton {
  margin-top: 15px;
  text-align: center;
}

#footer {
  padding: 40px 0 50px 0;
  background-color: #087783;
  color: #fff;
}
.logo-footer {
  max-width: 220px;
}
#footer h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#footer p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}
#footer ul li {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.text-copyright {
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}

/* karyawan */
.banner-page {
  z-index: -1;
  margin-top: -100px;
  position: relative;
  overflow: hidden;
  height: 425px;
  background-size: cover;
  background-position: center;
  display: flex; /* Gunakan flexbox untuk centering */
  justify-content: center; /* Horizontal center */
  align-items: center; /* Vertical center */
  text-align: center;
}
.banner-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    #ffffff 0%,
    #000000 46%,
    #174546 100%
  );
  opacity: 0.5;
  z-index: 1;
}
.infoBannerTop {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 999;
}
.infoBannerTop h1 {
  font-size: 26px;
  font-weight: bold;
}
.infoBannerTop h3 {
  font-size: 18px;
}
.infoBannerTopTitleOnly {
  margin: 50px 0 0 0;
  text-align: center;
  color: white;
  z-index: 999;
}
.infoBannerTopTitleOnly h1 {
  font-size: 26px;
  font-weight: bold;
}
.card.cardEmploye {
  border: 0;
  border-radius: 10px;
  background-color: rgba(0, 151, 167, 0.17);
}
.cardEmploye .card-body {
  padding: 50px;
}
.cardEmploye .hello {
  font-size: 18px;
  color: #0097a7;
  font-style: italic;
}
.cardEmploye .employe-name {
  font-size: 44px;
  color: #016570;
  font-weight: bold;
  margin-bottom: 0;
}
.cardEmploye .employe-position {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
}
.cardEmploye .employe-departement {
  font-size: 32px;
  color: #087783;
}
.cardEmploye .employe-periode {
  font-size: 18px;
  font-weight: 500;
}
.cardEmploye .employe-description {
  font-size: 16px;
  color: #555353;
}
.cardEmploye .employe-follow {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.cardEmploye .employe-sosmed {
  background-color: #0097a7;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  padding-left: 7px;
  padding-top: 7px;
  margin-left: 10px;
}
.cardEmploye .employe-sosmed i {
  font-size: 20px;
}
.cardEmployeProfile {
  margin-top: 150px;
  background-color: #fff;
  border-radius: 10px;
}
.cardEmployeProfile img {
  border-radius: 15px;
  border: 1px solid #0097a7;
  padding: 5px;
  margin-top: -150px;
  max-width: 80%;
}
.cardEmployeProfile h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 10px 10px;
}
.cardEmployeProfile h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 10px 20px;
}
.cardEmployeProfile hr {
  border-top: 2px solid #0097a7;
}
.cardEmployeProfile .card-body {
  padding: 5px 50px 50px;
}
.cardEmployeProfile .card-body .employe-contact {
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
}
.cardEmployeProfile .card-body .employe-contact i {
  font-size: 20px;
  background-color: #0097a7;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  padding-left: 2px;
  padding-top: 7px;
  margin-right: 5px;
}
.cardEmployeProfile .card-body .employe-contact span {
  font-size: 16px;
  color: #000;
}

.card-info-service {
  margin: 0 50px 0;
  padding: 0;
  color: #0097a7;
  border: 0;
}
.border-stats-item-center {
  border-left: 1px solid #0097a7;
  border-right: 1px solid #0097a7;
}
.card-info-service .stats-item p {
  font-size: 18px;
  margin-bottom: 5px;
}
.card-info-service .stats-item h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0;
}
.card-collapse {
  padding: 20px 20px 0;
  border-radius: 10px;
  background-size: cover;
}
.btn-service-collapse {
  background-color: rgba(255, 255, 255, 0.26);
  width: 100%;
  color: #fff;
  border-radius: 10px;
  min-height: 90px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-service-collapse:hover {
  background-color: rgb(255 255 255 / 39%);
  color: #fff;
}
.btn-service-collapse:active {
  background-color: rgb(255 255 255 / 39%);
  color: #fff;
}
.btn-service-collapse:focus {
  background-color: rgb(255 255 255 / 39%);
  color: #fff;
}
.modal-card-service {
  padding: 40px 80px;
  background-image: url(../image/service/background-modal.webp);
  background-size: cover;
  color: #fff;
  border-radius: 10px;
}
.modal-card-service .btn-close {
  background: transparent !important;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 20px;
  width: auto;
  height: auto;
  padding: 0;
  opacity: 1;
}
.modal-card-service .modal-title {
  font-size: 20px;
  font-weight: 500;
}
.modal-card-service .modal-header {
  text-align: center;
  display: block;
  flex-shrink: none;
  align-items: none;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-card-service .modal-body {
  padding: 20px 0;
}
.image-ds-container {
  position: relative;
  width: 100%; /* Sesuaikan ukuran */
  overflow: hidden;
  border-radius: 10px; /* Menambahkan radius sudut jika diperlukan */
  margin: 30px 0;
}
.img-detail-service {
  width: 100%;
  border-radius: 15px;
}
.image-ds-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#00000029, rgba(0, 153, 153, 0.4));
  border-radius: 10px; /* Sesuaikan dengan border-radius image-container */
}
.content-service {
  color: #6c6a6a;
  font-size: 15px;
}
.title-content-service {
  font-size: 16px;
  font-weight: 500;
  color: #0097a7;
}
.isi-content-service {
  font-size: 15px;
  color: #6c6a6a;
}
.content-service ul li {
  font-size: 15px;
}
.hrenthalphy {
  border-top: 2px solid #0097a7;
}
.vision-wrap {
  border-left: 1px solid #0097a7;
  padding-left: 20px;
}
.mision-wrap {
  margin-left: -26px;
  padding-left: 16px;
  border-left: 12px solid #0097a7;
}
.isi-about {
  font-size: 16px;
  color: #6c6a6a;
}
.cardValue {
  background-color: #fff;
  border-radius: 15px;
  color: #0097a7;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardTitle {
  width: 100%;
  min-height: 62px;
  background-color: #0097a7;
  border-radius: 35px;
  color: #fff;
  padding: 0px 10px;
}
.cardTitle span {
  padding: 12px 0 0 12px;
  background-color: #fff;
  color: #0097a7;
  width: 44px;
  height: 44px;
  display: inline-table;
  border-radius: 50%;
  margin: 10px 0;
}
.cardTitle span i {
  font-size: 20px;
  color: #0097a7;
}
.cardTitle p {
  margin-top: -44px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  padding-left: 34px;
}
.cardValue .card-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.our-team {
  margin: 20px 15px 20px;
}
.our-team .post-img {
  text-align: center;
}
.our-team .post-img img {
  width: 70%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.our-team:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.our-team .post-content {
  text-align: center;
}
.our-team h3 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
  color: #000;
}
.our-team .post-description {
  font-size: 16px;
  color: #6c6a6a;
  margin-bottom: 0;
}
#our-team-slider .owl-controls .owl-buttons {
  text-align: center;
}
#our-team-slider .owl-controls .owl-buttons .owl-prev {
  width: 57px;
  height: 49px;
  background: #0097a7;
  position: absolute;
  top: -16%;
  right: 70px;
  border-radius: 10px;
  padding: 5px;
}
#our-team-slider .owl-controls .owl-buttons .owl-next {
  width: 57px;
  height: 49px;
  background: #0097a7;
  position: absolute;
  top: -16%;
  right: 0;
  border-radius: 10px;
  padding: 5px;
}
#our-team-slider .owl-controls .owl-buttons .owl-prev:after,
#our-team-slider .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  font-size: 26px;
}
#our-team-slider .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

/* portofolio */
.image-container-portofolio {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.image-container-portofolio img {
  width: 100%;
  height: auto;
}
.image-container-portofolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00000000, #326869);
  z-index: 1;
}
#our-portofolio-slider .nav-item {
  margin: 5px;
}
.navigasi-portofolio .nav-link.active,
.navigasi-portofolio .show > .nav-link {
  background-color: transparent;
}

.navigasi-portofolio .nav-link {
  color: #fff;
  width: 100%;
  min-height: 84px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigasi-portofolio .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  filter: brightness(0.7);
}
.navigasi-portofolio .nav-link p {
  color: #fff;
  margin-bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.navigasi-portofolio .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0097a7;
  background-blend-mode: screen;
  z-index: 0;
}
.navigasi-portofolio .nav-link.active p {
  z-index: 1;
}
.image-overlay-modal-portofolio {
  position: relative;
  overflow: hidden;
}
.image-overlay-modal-portofolio img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.modal-detail-portofolio {
  background-color: transparent;
  border: 0;
  border-radius: 15px;
}
.modal-detail-portofolio .btn-close {
  background: transparent !important;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 20px;
  width: auto;
  height: auto;
  padding: 0;
  opacity: 1;
  z-index: 1;
}
.image-overlay-modal-portofolio .overlay-content {
  border-radius: 15px;
  margin: 0 40px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 149, 176, 0.9); /* Warna hijau transparan */
  padding: 20px;
  color: white;
  text-align: center;
}
.image-overlay-modal-portofolio .overlay-content h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.image-overlay-modal-portofolio .overlay-content p {
  font-size: 16px;
  margin-bottom: 0;
}

/* bulletin */
.cardBulletin {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgb(100 28 2 / 10%);
  border: 0;
  margin-bottom: 25px;
}
.cardBulletin .card-img,
.cardBulletin .card-img-top {
  border-radius: 8px;
}
.cardBulletin p {
  padding: 12px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #0097a7;
}
.cardBulletin .card-body {
  padding: 0;
}

/* regulation */
.cardRegulation {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgb(100 28 2 / 10%);
  border: 0;
  margin-bottom: 25px;
}
.cardRegulation img {
  max-width: 160px;
  border-radius: 8px;
}
.cardRegulationDescription {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-left: 10px;
}
.cardRegulation .d-flex.align-items-center {
  border-bottom: 1px solid #0097a7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.modal-card-service.regulations {
  background-image: url(../image/regulation/background-modal.webp);
}
/* regulation new */
.regulation-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  border: 8px solid #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgb(100 28 2 / 10%);
}
.regulation-card:hover .img-fluid {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
.regulation-title {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80%;
  color: #fff;
  /* background-color: rgb(0 151 167 / 58%); */
}
.regulation-title h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.regulation-title p {
  font-size: 13px;
  margin-bottom: 0;
}
.buttonCta {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 13px !important;
  padding: 8px 15px !important;
  min-width: 100px !important;
}
/* webinar */
.cardWebinar {
  text-align: center;
  border-radius: 10px;
  border: 0;
  margin-bottom: 25px;
}
.cardImageWebinar {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgb(100 28 2 / 10%);
}
.btn-enthalphy.seminar {
  max-width: 50px;
  display: block;
  margin: 10px auto;
  min-width: 90px;
  padding: 5px 10px;
}
.cardWebinar a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.cardWebinarDetail {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgb(100 28 2 / 10%);
  border: 0;
}
.subtitleWebinarDetail {
  font-size: 18px;
  font-weight: 500;
}
.deskripsiWebinarDetail {
  font-size: 16px;
  color: #6c6a6a;
}
.deskripsiWebinarDetail ol,
ul {
  padding-left: 13px;
}
.cardWebinarForm {
  padding: 50px 20%;
  background-color: #0097a7;
  border-radius: 15px;
}
.cardWebinarForm form {
  padding: 0 100px;
  margin-top: 20px;
}
.cardWebinarForm form .form-control {
  margin-bottom: 10px;
  background-color: transparent;
  color: #fff;
}
.cardWebinarForm form .form-control::placeholder {
  color: #fff;
}

/* contact */
.containerContact {
  background-color: #f3f4fa;
  /* padding: 0; */
}
.containerContact .sidebar {
  padding: 0;
  background-color: #fff;
  border-bottom-right-radius: 6px;
}
.containerContact .list-group {
  background-color: #fff;
  border-radius: 0;
  padding: 30px 20px 0;
}
.containerContact .list-group-item {
  border: 0;
  font-size: 18px;
  color: #6c6a6a;
  padding: 15px 20px;
}
.containerContact .list-group-item.active {
  background-color: #0097a7;
  border-radius: 6px;
  color: #fff;
}
.containerContact .isiContact {
  padding: 40px;
  margin: 30px 20px 0 20px;
  border-radius: 6px;
  background-color: #fff;
}
.cardWebinarForm.contact-form {
  padding: 20px;
  border-radius: 15px;
  background-color: #0097a7;
  color: #fff;
}
.cardWebinarForm.contact-form form {
  padding: 0;
}
.contact-info-card {
  padding: 20px 5px;
  margin-bottom: 25px;
  border-radius: 15px;
  background-color: #0097a7;
  color: #fff;
}
.mediaContact {
  text-align: center;
}
.mediaContact h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 4px;
}
.mediaContact p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.map-container iframe {
  width: 100% !important;
  min-height: 630px;
  border-radius: 15px;
}
#section-white\ bg-contact {
  background-color: #f3f4fa;
}
/* compro */
.cardWebinarForm.compro-form {
  padding: 0;
  border-radius: 15px;
  background-color: #0097a7;
  color: #fff;
}
.cardWebinarForm.compro-form form {
  padding: 0;
}
.mba-container {
  margin-left: -2px;
  z-index: 0;
  position: relative;
  overflow: hidden;
  height: 565px;
  background-size: cover;
  background-position: center;
  border-radius: 0 15px 15px 0;
}
.mba-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #00000000, #0097a7);
  opacity: 1;
  z-index: 1;
}
.formWebinarleft {
  padding: 40px 0 40px 40px;
}

/* faq */
.faq-item {
  margin-bottom: 20px;
  border-radius: 8px;
}
.faq-header {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #d3f0f4;
  color: #000;
  cursor: pointer;
}
.faq-header.active {
  background-color: #0097a7;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.faq-header h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.toggle-button {
  font-size: 20px;
  background-color: transparent;
  border: none;
  color: #000000;
  cursor: pointer;
}
.toggle-button.active {
  min-width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
.faq-content {
  padding: 15px 20px;
  display: none;
}
.faq-content.show {
  font-size: 15px;
  display: block;
  background-color: #d3f0f4;
  border-radius: 0 0 8px 8px;
  color: #6c6a6a;
}
.faq-content.show p {
  margin-bottom: 0;
}

/* pencarian */
.titlePencarian {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #0097a7;
  color: #fff;
}
.card.cardRegulation.cardPencarian {
  padding: 0;
  box-shadow: none;
}
.card.cardRegulation.cardPencarian span {
  font-size: 13px;
  color: #0097a7;
}
.card.cardRegulation.cardPencarian img {
  height: 174px;
  object-fit: cover;
}
.marquee-logo-klien {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.marqueeDaftarLogo {
  /* max-width: 120px; */
  max-height: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  animation: marqueeAnimation 40s linear infinite;
}
@keyframes marqueeAnimation {
  from {
    transform: translateX(0%); /* Mulai dari luar layar sebelah kanan */
  }
  to {
    transform: translateX(-100%); /* Akhir di luar layar sebelah kiri */
  }
}

/* kolaborasi */
.cardKolaborasi {
  padding: 0 30px 0 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.image-kolaborasi {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgb(100 28 2 / 10%);
}
.kolaborasi-info {
  padding: 20px;
  min-height: 220px;
  box-shadow: 0 5px 15px rgb(100 28 2 / 10%);
  border-radius: 8px;
  display: flex; /* Aktifkan Flexbox */
  align-items: center; /* Pusatkan secara vertikal */
}
.kolaborasi-info span {
  color: #807c7c;
}
.kolaborasi-info a {
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
  display: block;
}
.kolaborasi-info p {
  font-size: 14px;
  margin-bottom: 8px;
}
.kolaborasi-detail i {
  font-size: 16px;
  margin-right: 2px;
  color: #0097a7;
}
.carousel.slide.Kolaborasi {
  padding: 0 30px 0 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.carousel.slide.Kolaborasi .carousel-item img {
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.carousel.slide.Kolaborasi .carousel-caption {
  background-color: #0097a7cc;
  border-radius: 8px;
  margin-bottom: -10px;
  padding-bottom: 32px;
}
.Kolaborasi .carousel-item.active img {
  transform: scale(1);
}
.slidekolaborasi {
  color: #fff;
}
.cardBulletin.Whitepaper img {
  min-height: 380px;
  object-fit: cover;
  border-radius: 8px;
}
.pagination .page-item.active .page-link {
  background-color: #0097a7;
  border-color: #0097a7;
  color: #fff;
}

/* responsive  */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-fluid
  {
    max-width: 1100px;
  }
  .nav-link {
    margin: 0 3px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 10px;
    position: absolute;
    top: 78%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  .navbar-collapse.show {
    display: block !important;
  }
}
@media (max-width: 1140px) {
  .nav-link {
    margin: 0 2px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar {
    width: 95vw;
    height: 65px;
  }
  .navbar.scrolled {
    width: 95vw;
    height: 65px;
  }
  .regulation-title h3 {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .buttonCta {
    font-size: 12px !important;
  }
  .regulation-title p {
    font-size: 13px;
  }
  div#myCarousel {
    margin-bottom: 45px;
  }
  .hero-text h1 {
    font-size: 16px;
    padding: 5px 10px;
  }
  .hero-text h2 {
    font-size: 22px;
    margin-top: 5px;
  }
  .banner-section {
    margin-top: -110px;
  }
  .banner-section p {
    font-size: 14px;
  }
  .banner-section h2 {
    font-size: 20px;
  }
  .modalSearch {
    min-height: 210px;
  }
  .modalSearch .modal-body {
    padding: 30px;
  }
  .modalSearch input {
    padding: 10px 20px;
    min-height: 60px;
  }
  .modalSearch .input-group .btn {
    padding-right: 20px;
  }
  .image-teks {
    max-width: 350px;
  }
  .image-teks h3 {
    font-size: 22px;
  }
  .image-teks-left {
    max-width: 350px;
    padding: 60px 20px 0;
  }
  .image-teks-left h3 {
    font-size: 24px;
  }
  .image-information {
    margin: 50px 100px;
    padding: 60px 30px 30px;
  }
  .play-button {
    margin-top: -145px;
    max-width: 120px;
  }
  .image-information p {
    font-size: 15px;
  }
  #section-white {
    padding: 40px 5px;
  }
  #section-blue {
    padding: 40px 5px;
  }
  .cardService .service-direct {
    margin: 20px;
  }
  .cardService .card-text {
    padding: 20px;
  }
  .cardService .card-text h3 {
    font-size: 20px;
  }
  .cardService .card-text p {
    font-size: 14px;
  }
  .cardService .card-number {
    margin: 20px;
    padding: 10px 12px;
    font-size: 16px;
  }
  .cardEmployeProfile img {
    margin-top: -120px;
  }
  .card-info-service .stats-item p {
    font-size: 14px;
  }
  .card-info-service .stats-item h3 {
    font-size: 24px;
  }
  .btn-service-collapse {
    font-size: 14px;
    font-weight: 500;
    min-height: 60px;
  }
  .modal-card-service {
    padding: 30px 40px;
  }
  .content-service {
    font-size: 15px;
  }
  .isi-content-service {
    font-size: 15px;
  }
  .cardTitle p {
    font-size: 14px;
  }
  .image-overlay h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .image-overlay p {
    font-size: 13px;
  }
  .cardArtikel a {
    font-size: 14px;
  }
  .cardArtikel p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
  }
  .cardBulletin p {
    font-size: 14px;
  }
  .btn-enthalphy {
    font-size: 14px;
    padding: 7px 15px;
  }
  .btn-enthalphy-outline {
    font-size: 14px;
    padding: 7px 15px;
  }
  .modal-card-service .modal-title {
    font-size: 16px;
  }
  .modal-card-service .modal-body {
    font-size: 14px;
  }
  .cardRegulationDescription {
    font-size: 14px;
  }
  .cardWebinar a {
    font-size: 14px;
  }
  .title-section {
    font-size: 20px;
  }
  .subtitleWebinarDetail {
    font-size: 16px;
  }
  .deskripsiWebinarDetail {
    font-size: 14px;
  }
  .cardWebinarForm {
    padding: 30px 10%;
  }
  .cardWebinarForm form {
    padding: 0;
  }
  .cardWebinarForm form label {
    font-size: 14px;
  }
  .cardWebinarForm form .form-control {
    font-size: 13px;
  }
  .cardWebinarForm form .form-control::placeholder {
    font-size: 13px;
  }
  .containerContact .list-group-item {
    font-size: 16px;
    padding: 10px 15px;
  }
  .containerContact .isiContact {
    padding: 20px 15px;
    margin: 15px 6px 0 6px;
  }
  .contact-info-card {
    padding: 15px 5px;
    margin-bottom: 15px;
  }
  .mediaContact .flex-grow-1 {
    padding-left: 10px;
    margin-left: 10px;
  }
  .mediaContact h4 {
    font-size: 15px;
  }
  .mediaContact p {
    font-size: 13px;
  }
  .cardWebinarForm.contact-form {
    padding: 20px;
  }
  .map-container iframe {
    min-height: 540px;
  }
  .formWebinarleft {
    padding: 20px 0 20px 20px;
  }
  .mba-container {
    margin-left: 0;
    height: 530px;
  }
  .faq-header {
    padding: 10px 15px;
  }
  .faq-content.show {
    padding: 10px 15px;
  }
  .toggle-button {
    font-size: 18px;
  }
  .toggle-button.active {
    min-width: 25px;
    height: 25px;
  }
  .card.cardRegulation.cardPencarian img {
    height: 150px;
  }
  #footer h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #footer p {
    font-size: 14px;
  }
  .text-copyright {
    font-size: 14px;
  }
  #footer ul li {
    font-size: 14px;
  }
  .logo-footer {
    max-width: 190px;
  }
  .nav-link {
    font-size: 12px;
  }
  .dropdown-item {
    font-size: 14px;
  }
  .des-section {
    font-size: 14px;
  }
  .cardService .card-text h3 {
    font-size: 18px;
  }
  .cardService .card-text a {
    font-size: 18px;
  }
  .our-team h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .our-team .post-description {
    font-size: 15px;
  }
  .cardEmploye .employe-name {
    font-size: 34px;
  }
  .cardEmploye .employe-position {
    font-size: 20px;
  }
  .cardEmploye .employe-departement {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .cardEmploye .employe-periode {
    font-size: 16px;
  }
  .cardEmploye .employe-description {
    font-size: 15px;
  }
  .cardEmploye .employe-follow {
    font-size: 16px;
  }
  .cardEmployeProfile .card-body {
    padding: 5px 30px 40px;
  }
  .cardEmployeProfile .card-body .employe-contact span {
    font-size: 15px;
  }
  .cardEmployeProfile h4 {
    font-size: 18px;
    margin: 15px 10px 5px;
  }
  .cardEmployeProfile h5 {
    font-size: 15px;
  }
  .infoBannerTop h1 {
    font-size: 22px;
  }
  .infoBannerTop h3 {
    font-size: 16px;
  }
  .infoBannerTopTitleOnly h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    background-color: #fff !important;
    max-height: 75.12px;
    border-radius: 0px 0px 20px 20px;
  }
  .navbar-brand img {
    max-width: 111px;
  }
  .banner-page {
    margin-top: 0;
    height: 245px;
  }
  footer .sosmed {
    padding-top: 7px;
    width: 35px;
    height: 35px;
  }
  footer .sosmed i {
    font-size: 18px;
  }
  div#myCarousel {
    margin-bottom: 35px;
  }
  .carousel-item img {
    height: 107vh;
  }
  .hero-text {
    left: 30%;
    transform: translate(-20%, -70%);
  }
  .hero-text h2 {
    font-size: 20px;
  }
  .banner-section {
    margin-top: -90px;
  }
  .banner-section h2 {
    font-size: 18px;
  }
  .title-section {
    font-size: 16px;
  }
  .des-section {
    font-size: 15px;
  }
  #section-white {
    padding: 30px 5px;
  }
  #section-blue {
    padding: 30px 5px;
  }

  .image-teks {
    max-width: 280px;
  }
  .image-teks h3 {
    font-size: 18px;
  }
  .image-teks .btn {
    font-size: 14px;
    padding: 5px 15px;
  }
  .image-teks-left {
    max-width: 240px;
    padding: 30px 20px 0;
  }
  .image-teks-left h3 {
    font-size: 18px;
  }
  .image-teks-left .btn {
    font-size: 14px;
    padding: 5px 15px;
  }
  .image-information {
    margin: 20px 50px;
    padding: 30px 10px 20px;
  }
  .play-button {
    margin-top: -85px;
    max-width: 100px;
  }
  .image-information iframe {
    height: 260px !important;
  }
  .cardService {
    margin-bottom: 25px;
  }
  .cardService img {
    height: 230px;
  }
  .cardService .card-text a {
    font-size: 16px;
  }
  .cardService .card-text p {
    font-size: 13px;
  }
  .cardService .card-text h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #footer {
    padding: 40px 5px;
  }
  #footer h3 {
    font-size: 15px;
    margin-top: 10px;
  }
  .image-ds-container {
    margin: 20px 0;
  }
  .isi-about {
    font-size: 14px;
  }
  .cardValue {
    margin-bottom: 20px;
  }
  .cardValue .card-text {
    font-size: 14px;
  }
  .cardValue .card-text {
    font-size: 14px;
  }
  #our-team-slider .owl-controls .owl-buttons .owl-prev {
    width: 47px;
    height: 39px;
    background: #0097a7;
    position: absolute;
    top: -13%;
    right: 55px;
    border-radius: 10px;
    padding: 1px;
  }
  #our-team-slider .owl-controls .owl-buttons .owl-next {
    width: 47px;
    height: 39px;
    background: #0097a7;
    position: absolute;
    top: -13%;
    right: 0;
    border-radius: 10px;
    padding: 1px;
  }
  #our-team-slider .owl-controls .owl-buttons .owl-prev:after,
  #our-team-slider .owl-controls .owl-buttons .owl-next:after {
    font-size: 24px;
  }
  .image-overlay-modal-portofolio .overlay-content {
    margin: 0 20px 20px;
  }
  .image-overlay-modal-portofolio .overlay-content h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .image-overlay-modal-portofolio .overlay-content p {
    font-size: 14px;
  }
  .navigasi-portofolio .nav-link {
    min-width: 90px;
    max-width: 215px;
    min-height: 70px;
  }
  .navigasi-portofolio .nav-link p {
    font-size: 12px;
  }
  .card-info-service .stats-item p {
    font-size: 12px;
  }
  .card-info-service .stats-item h3 {
    font-size: 16px;
  }
  .cardImageWebinar {
    margin-bottom: 20px;
  }
  .cardWebinarForm {
    padding: 30px;
  }
  .cardWebinarForm form label {
    margin-bottom: 4px;
  }
  .cardWebinarForm form .form-control {
    margin-bottom: 5px;
  }
  .containerContact .list-group-item {
    font-size: 14px;
  }
  .containerContact .list-group {
    padding: 20px;
  }
  .cardWebinarForm.contact-form {
    margin-bottom: 15px;
  }
  .map-container iframe {
    min-height: 340px;
  }
  .containerContact .sidebar {
    border-radius: 0;
  }
  .mba-container {
    height: 465px;
  }
  .faq-item {
    margin-bottom: 10px;
  }
  .faq-header h3 {
    font-size: 14px;
  }
  .faq-content.show {
    font-size: 14px;
  }
  .toggle-button {
    font-size: 16px;
  }
  .titlePencarian {
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .logo-footer {
    max-width: 180px;
  }
  .image-information p {
    font-size: 14px;
  }
  .btn-service-collapse {
    font-size: 12px;
    font-weight: 400;
    min-height: 50px;
  }
  .title-content-service {
    font-size: 15px;
  }
  .isi-content-service {
    font-size: 14px;
  }
  .content-service ul li {
    font-size: 14px;
  }
  .cardEmploye .hello {
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 3px;
  }
  .cardEmploye .employe-name {
    font-size: 26px;
  }
  .cardEmploye .employe-periode {
    font-size: 15px;
  }
  .cardEmploye .employe-description {
    font-size: 14px;
  }
  .cardEmploye .employe-follow {
    font-size: 15px;
  }
  .infoBannerTop {
    top: 50%;
    left: 10%;
    transform: translate(-6%, -50%);
  }
  .infoBannerTopTitleOnly {
    margin: 0;
  }
  .marqueeDaftarLogo {
    gap: 10px;
    max-width: 100px;
  }
  .logo-item-klien {
    width: 100px;
  }
  .image-kolaborasi {
    max-height: 180px;
    min-height: 180px;
  }
  .cardKolaborasi {
    padding: 0;
    margin-bottom: 15px;
  }
  .kolaborasi-info {
    padding: 15px;
    min-height: 180px;
  }
  .kolaborasi-info a {
    font-size: 15px;
  }
  .kolaborasi-info span {
    font-size: 14px;
  }
  .carousel.slide.Kolaborasi {
    padding: 0 0 0 10px;
    margin-bottom: 20px;
  }
  .carousel.slide.Kolaborasi .carousel-caption {
    padding-bottom: 25px;
  }
  .slidekolaborasi {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .stats-item.center {
    border-top: 1px solid #0097a7;
    border-bottom: 1px solid #0097a7;
    padding: 15px;
    margin: 15px;
  }
  .image-container-portofolio img {
    height: 280px;
    object-fit: cover;
  }
  .card-info-service {
    margin: 0px 120px 0;
  }
  .border-stats-item-center {
    border: 0;
  }
  .cardWebinarForm {
    padding: 20px 10px;
  }
  .mba-container {
    border-radius: 0 0 15px 15px;
    height: 420px;
  }
  .mba-container::before {
    background-image: linear-gradient(to top, #00000000, #0097a7);
  }
  .formWebinarleft {
    padding: 20px;
  }
  .marqueeDaftarLogo {
    max-width: 80px;
    gap: 5px;
  }
  /* regulation new */
}
@media screen and (max-width: 575px) {
  .card-info-service {
    margin: 0;
    margin-bottom: 5px !important;
  }
  div#myCarousel {
    margin-top: -50px;
  }
  .carousel-item img {
    height: 100vh;
  }
  .hero-text {
    left: 20%;
    transform: translate(-12%, -70%);
  }
  .hero-text h1 {
    font-size: 12px;
    padding: 5px;
  }
  .hero-text h2 {
    font-size: 16px;
    margin-top: 5px;
  }
  .banner-section {
    margin-top: -80px;
  }
  .banner-section p {
    font-size: 8px;
  }
  .banner-section h2 {
    font-size: 15px;
  }
  .btn-enthalphy {
    font-size: 13px;
  }
  .btn-enthalphy-outline {
    font-size: 13px;
  }
  .modalSearch .modal-body {
    padding: 20px 15px;
  }
  .modalSearch input {
    padding: 10px 0 10px 12px;
    min-height: 60px;
  }
  .modalSearch .input-group .btn {
    padding-right: 15px;
    font-size: 16px;
  }
  .title-section {
    font-size: 15px;
  }
  .des-section {
    font-size: 15px;
  }
  #section-white {
    padding: 35px 5px;
  }
  #section-blue {
    padding: 35px 5px;
  }

  .cardTestimoni {
    margin-bottom: 20px;
  }

  .logo-slider .logo-item {
    min-width: 50%;
  }

  .image-teks {
    width: 100%;
    max-width: 100%;
    position: unset;
    text-align: center;
    padding: 0 0 6px;
  }
  .image-teks h3 {
    font-size: 15px;
  }
  .image-teks-left {
    width: 100%;
    max-width: 100%;
    position: unset;
    text-align: center;
    padding: 0 0 6px;
  }
  .image-teks-left h3 {
    font-size: 15px;
  }
  .image-vision-background {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  .image-information {
    margin: 20px 30px;
  }
  .image-information iframe {
    height: 220px !important;
  }
  .cardService {
    margin-bottom: 20px;
  }

  #footer {
    padding: 20px 5px;
  }

  .cardEmploye .card-body {
    padding: 0px 15px 25px;
  }
  .cardEmployeProfile h4 {
    font-size: 16px;
  }
  .cardEmployeProfile h5 {
    font-size: 14px;
    margin: 0px 10px 15px;
  }
  .cardEmployeProfile .card-body .employe-contact span {
    font-size: 14px;
  }
  .cardEmployeProfile .card-body .employe-contact i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    padding-left: 0px;
    padding-top: 6px;
    margin-right: 5px;
  }
  .cardEmployeProfile hr {
    margin-bottom: 0;
  }
  .cardEmploye .hello {
    font-size: 16px;
  }
  .cardEmploye .employe-name {
    font-size: 22px;
    margin-bottom: 3px;
  }
  .cardEmploye .employe-periode {
    font-size: 14px;
  }
  .cardEmploye .employe-description {
    font-size: 13px;
  }
  .cardEmploye .employe-follow {
    font-size: 15px;
  }
  .border-stats-item-center {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .modal-card-service {
    padding: 10px 15px;
  }
  .modal-card-service .btn-close {
    right: 15px;
    top: 10px;
  }
  .vision-wrap {
    margin-top: 20px;
  }
  .cardValue {
    min-height: auto;
  }
  .our-team {
    margin: 20px 0 0 0;
  }
  .image-overlay-modal-portofolio .overlay-content {
    margin: 0 10px 10px;
    padding: 10px;
  }
  .image-overlay-modal-portofolio .overlay-content h3 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .image-overlay-modal-portofolio .overlay-content p {
    font-size: 12px;
  }
  .navigasi-portofolio .nav-link {
    min-height: 76px;
  }
  .navigasi-portofolio .nav-link p {
    font-size: 10px;
  }
  .title-content-service {
    font-size: 14px;
  }
  .isi-content-service {
    font-size: 14px;
  }
  .image-teks .btn {
    font-size: 12px;
  }
  .image-teks-left .btn {
    font-size: 12px;
  }
  .btn-enthalphy {
    font-size: 11px;
    padding: 5px;
    min-width: 120px;
  }
  .btn-enthalphy-outline {
    font-size: 11px;
    padding: 5px;
    min-width: 120px;
  }
  .cardBulletin {
    padding: 10px 8px;
    margin-bottom: 15px;
  }
  .cardBulletin p {
    font-size: 12px;
    padding: 8px 0;
    margin-bottom: 8px;
  }
  .modal-card-service .modal-title {
    font-size: 15px;
  }
  .modal-card-service .modal-body {
    font-size: 13px;
  }
  .modalServiceButton {
    margin-top: 0px;
  }
  .modalServiceButton .btn-enthalphy {
    margin-top: 10px;
  }
  .cardRegulation {
    padding: 10px 8px;
    margin-bottom: 15px;
  }
  .cardRegulation img {
    max-width: 120px;
  }
  .cardRegulationDescription {
    font-size: 12px;
  }
  .cardRegulation .d-flex.align-items-center {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cardWebinarDetail {
    padding: 15px 10px;
  }
  .subtitleWebinarDetail {
    font-size: 12px;
  }
  .deskripsiWebinarDetail {
    font-size: 13px;
  }
  .cardWebinarForm form label {
    font-size: 13px;
  }
  .cardWebinarForm form .form-control {
    font-size: 12px;
  }
  .cardWebinarForm form .form-control::placeholder {
    font-size: 12px;
  }
  .containerContact .list-group {
    padding: 15px 10px;
  }
  .containerContact .list-group-item {
    font-size: 13px;
  }
  .containerContact .isiContact {
    padding: 15px 10px;
    margin: 15px 0 0 0;
  }
  .formWebinarleft {
    padding: 15px 10px;
  }
  .faq-header h3 {
    font-size: 11px;
  }
  .faq-content.show {
    font-size: 11px;
  }
  .titlePencarian {
    font-size: 13px;
  }
  .card.cardRegulation.cardPencarian img {
    height: 120px;
  }
  #footer p {
    font-size: 13px;
  }
  .text-copyright {
    font-size: 13px;
  }
  #footer ul li {
    font-size: 13px;
  }
  .nav-link {
    font-size: 13px;
  }
  .dropdown-item {
    font-size: 13px;
  }
  .des-section {
    font-size: 13px;
  }
  .cardService img {
    height: 142px;
  }
  .cardService .card-number {
    margin: 10px;
    padding: 5px;
    font-size: 10px;
  }
  .cardService .service-direct {
    margin: 10px;
  }
  .cardService .card-text {
    padding: 10px;
  }
  .cardService .card-text h3 {
    margin-bottom: 2px;
    font-size: 15px;
  }
  .cardService .card-text a {
    font-size: 15px;
  }
  .cardService .card-text p {
    font-size: 13px;
  }
  .row.newsArticle {
    padding: 0 4px;
  }
  .row.newsArticle > * {
    padding: 0 7px;
  }
  .cardArtikel {
    margin-bottom: 15px;
  }
  .cardArtikel .card-body {
    line-height: 110%;
    padding: 5px;
  }
  .cardArtikel a {
    font-size: 12px;
  }
  .cardArtikel p {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .card-collapse {
    padding: 15px 10px 0;
  }
  .btn-service-collapse {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .isi-about {
    font-size: 13px;
  }
  #our-team-slider .owl-controls .owl-buttons .owl-prev:after,
  #our-team-slider .owl-controls .owl-buttons .owl-next:after {
    font-size: 16px;
  }
  #our-team-slider .owl-controls .owl-buttons .owl-prev {
    width: 30px;
    height: 30px;
    top: -30%;
    right: 35px;
    padding: 3px;
  }
  #our-team-slider .owl-controls .owl-buttons .owl-next {
    width: 30px;
    height: 30px;
    top: -30%;
    padding: 3px;
  }
  .cardTitle span {
    margin: 5px 0;
    padding: 3px 0 0 7px;
    width: 30px;
    height: 30px;
  }
  .cardTitle span i {
    font-size: 14px;
  }
  .cardTitle p {
    font-size: 13px;
    margin-top: -30px;
  }
  .cardValue .card-text {
    font-size: 13px;
  }
  .our-team h3 {
    font-size: 13px;
  }
  .our-team .post-description {
    font-size: 13px;
  }
  .isi-content-service {
    font-size: 13px;
  }
  .content-service ul li {
    font-size: 13px;
  }
  .cardEmploye .employe-position {
    font-size: 16px;
  }
  .cardEmploye .employe-departement {
    font-size: 16px;
  }
  .cardTitle {
    min-height: 42px;
  }

  .infoBannerTop h1 {
    font-size: 20px;
  }
  .infoBannerTopTitleOnly h1 {
    font-size: 20px;
  }
  .infoBannerTop h3 {
    font-size: 14px;
  }
  .btn-enthalphy.seminar {
    font-size: 10px;
    display: block;
    margin: 8px auto;
    min-width: 81px;
    padding: 5px;
  }
  .cardWebinar a {
    font-size: 12px;
  }
  .image-overlay h3 {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .image-overlay p {
    display: none;
  }
  .cardKolaborasi {
    padding: 0 10px 0 0;
  }
  .image-kolaborasi {
    max-height: 110px;
    min-height: 110px;
  }
  .kolaborasi-info {
    padding: 8px;
    min-height: 110px;
  }
  .kolaborasi-info a {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .kolaborasi-info span {
    font-size: 10px;
  }
  .kolaborasi-detail i {
    font-size: 10px;
  }
  .carousel.slide.Kolaborasi .carousel-item img {
    max-height: 300px;
  }
  .carousel.slide.Kolaborasi {
    padding: 0 10px 0 10px;
  }
  .slidekolaborasi {
    font-size: 12px;
  }
  .cardBulletin.Whitepaper img {
    min-height: 240px;
  }
}
@media screen and (max-width: 375px) {
  div#myCarousel {
    margin-bottom: 40px;
  }
  .hero-text h1 {
    font-size: 11px;
  }
  .hero-text h2 {
    font-size: 14px;
  }
  .title-section {
    font-size: 14px;
  }
  .des-section {
    font-size: 14px;
  }
  .image-vision-background {
    height: 400px;
  }
  .cardService .card-text h3 {
    font-size: 13px;
  }
  .cardService .card-text a {
    font-size: 13px;
  }
  .cardService .card-text p {
    font-size: 12px;
  }
  .cardRegulation img {
    max-width: 90px;
  }
  .cardRegulationDescription {
    font-size: 12px;
  }
  #section-white {
    padding: 30px 0px;
  }
  #section-blue {
    padding: 30px 0px;
  }
  .cardService .card-text h3 {
    font-size: 14px;
  }
  .cardService .card-text a {
    font-size: 14px;
  }
  .image-information p {
    font-size: 13px;
  }
  .image-teks h3 {
    font-size: 14px;
  }
  .image-teks-left h3 {
    font-size: 14px;
  }
  .cardValue .card-text {
    font-size: 12px;
  }
  .cardEmploye .employe-name {
    font-size: 20px;
  }
  .cardEmployeProfile .card-body .employe-contact span {
    font-size: 13px;
  }
  .banner-section {
    margin-top: -80px;
  }
  .banner-section p {
    font-size: 7px;
  }
  .banner-section h2 {
    font-size: 13px;
  }
  .image-overlay h3 {
    font-size: 10px;
  }
  .image-kolaborasi {
    max-height: 97px;
    min-height: 97px;
  }
  .kolaborasi-info {
    padding: 5px 8px;
    min-height: 97px;
  }
  .kolaborasi-info a {
    font-size: 11px;
    margin-bottom: 0;
  }
  .kolaborasi-info span {
    font-size: 9px;
  }
}
@media screen and (max-width: 320px) {
  div#myCarousel {
    margin-bottom: 48px;
  }
  .hero-text {
    left: 10%;
    transform: translate(-6%, -70%);
  }
  .hero-text h1 {
    font-size: 10px;
  }
  .hero-text h2 {
    font-size: 14px;
  }
  .banner-section p {
    font-size: 5px;
  }
  .banner-section h2 {
    font-size: 11px;
  }
  .cardRegulation {
    padding: 10px 8px;
  }
  .cardRegulation img {
    max-width: 80px;
  }
  .cardRegulationDescription {
    font-size: 11px;
  }
  .btn-enthalphy {
    font-size: 11px;
  }
  .btn-enthalphy-outline {
    font-size: 11px;
  }
  .modal-card-service .modal-title {
    font-size: 14px;
  }
  .modal-card-service .modal-body {
    font-size: 12px;
  }
  .cardWebinar a {
    font-size: 13px;
  }
  .des-section {
    font-size: 13px;
  }
  .cardService .card-text a {
    font-size: 13px;
  }
  .btn-service-collapse {
    font-size: 13px;
  }
  .cardEmploye .hello {
    font-size: 14px;
  }
}
