/* Variables */
:root {
  --gold: #cc8402;
  --primary: #3e83f3;
  --footer-color: #0c0a0a;
  --white: #ffffff;
  --black: #1c1c1c;
  --subtitle-color: #888888;
  --bg-main-color: #f9fafb;
  --grey-color: #e5e7eb;
  --text-grey-color: #9d9d9d;
  --text-content-color: #5d5d5d;
}

.trigger-menu-wrapper {
  transition: transform 1s;
}

.scroll-down .trigger-menu-wrapper {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .trigger-menu-wrapper {
  transform: none;
}

.text-info-line {
  margin-left: 3px;
}

/* .scroll-up:not(.menu-open) .trigger-menu-wrapper {
  background: var(--lightpurple);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
} */

/* .dropdown-menu {
  max-height: 400px;
  overflow: auto;
} */
a.nav-link.dropdown-toggle::after {
  display: none !important;
}
.dropend .dropdown-toggle::after {
  /* display: none !important; */
  font-family: "Material Symbols Outlined" !important;
  content: "\e5cc" !important;
  display: inline-flex;
  margin-left: 0.255em;
  vertical-align: -0.255em !important;
  border: 0 !important;
  font-size: 18px;
}
.dropstart .dropdown-toggle::before {
  font-family: "Material Symbols Outlined" !important;
  content: "\e5cb" !important;
  display: inline-flex;
  margin-right: 0.255em;
  vertical-align: -0.255em !important;
  border: 0 !important;
  font-size: 18px;
}

.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
}
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.225em;
  margin-left: 0.125em;
}
.dropstart:hover > .dropdown-menu {
  display: block;
  margin-top: 0.225em;
  margin-right: 0.125em;
}

/* .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  font-family: "Material Symbols Outlined" !important;
  content: "\e5cb" !important;
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
} */
/* 
.dropstart .dropdown-toggle span {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
} */

.p-20 {
  padding: 20px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

/*
 *  STYLE 2
 */
/*
 *  STYLE 3
 */

.dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #808080;
}

.text-main {
  color: var(--primary) !important;
}

.text-main span {
  font-size: 18px !important;
  display: inline-flex;
  vertical-align: middle;
}

#modal-survey .modal-content .modal-body {
  padding: 20px !important;
}

#modal-survey .modal-content .modal-footer {
  justify-content: center !important;
  padding: 20px !important;
}

.toast-success {
  /* background-color: #40a746 !important; */
  color: var(--white) !important;
  padding: 14px 16px !important;
  border-radius: 6px !important;
}

.toast {
  border-radius: 6px !important;
  background-color: #40a746 !important;
  border: 1px solid #40a746 !important;
}

body {
  color: var(--black) !important;
  font-size: 16px !important;
  font-family: "Roboto" !important;
  top: 0px !important;
}

/* alert */

.alert-primary.expand-alert {
  background-color: #eff6ff;
  border: none;
  border-left: 4px solid var(--primary);
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.alert-primary.collapse-alert {
  background-color: var(--white);
  border: none;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

/* end alert */
.btn-content {
  padding: 8px 16px !important;
  width: auto !important;
  border-radius: 4px !important;
}

.icon-material-custom {
  display: inline-flex;
  vertical-align: middle;
}

.tab-nav .nav-item {
  margin-right: 2px;
  width: auto !important;
  height: 36px !important;
  border-radius: 4px !important;
  color: #9d9d9d !important;
  border: 1px solid var(--grey-color) !important;
}

.tab-nav .nav-item.active {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border: 1px solid var(---primary) !important;
}

.tab-nav .nav-item .nav-link.active {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border: 1px solid var(---primary) !important;
}

.nav-pills .nav-link {
  border-radius: 4px !important;
  height: 36px !important;
  color: #9d9d9d !important;
}

.btn-content-auto {
  padding: 8px 16px !important;
  width: auto !important;
  border-radius: 4px !important;
  color: #9d9d9d !important;
}

nav.nav-pills.tab-nav {
  padding: 0 !important;
  gap: 4px !important;
}

.circle {
  border-radius: 50% !important;
}

.size-button-icon {
  width: 48px !important;
  height: 48px !important;
  padding: auto !important;
}

.clickable {
  cursor: pointer !important;
}

.text-justify-content {
  text-align: justify !important;
}

.text-content {
  color: var(--text-content-color) !important;
}

.navbar {
  padding: 12px 120px !important;
  border-bottom: 1px solid #eee;
}

.goog-te-headline-frame.skiptranslate {
  display: none !important;
}

body > .skiptranslate {
  display: none;
}

/* COMMON */
.text-white-default {
  color: var(--white) !important;
}

.bolder {
  font-weight: bolder !important;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  color: black;
}

.pagination.pagination-rounded-flat .page-item {
  margin: 0 0.25rem;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.pagination-primary .page-item.active .page-link {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: var(--white) !important;
}

.pagination-primary .page-item .page-link {
  background: var(--white) !important;
  color: var(--black) !important;
  border: 1px solid #e2e2e2 !important;
}

.pagination.pagination-rounded-flat .page-item .page-link {
  border: none;
  border-radius: 50px;
}

.breadcrumb li:first-child {
  padding-left: 0 !important;
}

.breadcrumb-item {
  padding-right: 10px;
}

.breadcrumb-item::before {
  padding-right: 10px !important;
}

.breadcrumb-item a {
  text-decoration: none;
  color: var(--subtitle-color);
}

.breadcrumb-item.active {
  color: var(--primary) !important;
}

.text-search {
  display: inline !important;
}

.content-middle {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.half-width {
  width: 50%;
}

.badge-main-color {
  border-radius: 10px;
  background-color: #eff6ff;
  color: var(--primary) !important;
  padding: 4px 12px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom: 4px;
}

/* .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
} */

.gap-40 {
  gap: 40px;
}

.heading-text-lg {
  font-size: 32px !important;
  font-weight: bold !important;
}

.text-lg {
  font-size: 32px !important;
}

.btn-color-main {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.btn-color-gradient-main {
  background-image: linear-gradient(to right, #3e83f3, #244c8d) !important;
  color: var(--white) !important;
}

.btn-color-gradient-main:hover {
  background-image: none !important;
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}

.btn-color-default {
  background-color: var(--white) !important;
  color: var(--text-grey-color-color) !important;
  border: 1px solid var(--grey-color) !important;
}

.btn-color-default-grey {
  background-color: var(--white) !important;
  color: #9d9d9d !important;
  border: 1px solid var(--grey-color) !important;
}

.btn-color-grey {
  background-color: #fafafa !important;
  color: black !important;
  border: 1px solid var(--grey-color) !important;
}

.sub-color {
  color: var(--subtitle-color) !important;
}

.btn-see-all {
  height: 36px !important;
  border-radius: 4px !important;
  border: 1px solid var(--primary) !important;
  padding: 9px 16px !important;
  font-size: 12px !important;
}

.btn-see-all .material-symbols-outlined {
  font-size: 18px !important;
  margin-left: 6px !important;
  display: inline-flex;
  vertical-align: top;
}

.btn-download {
  height: 36px !important;
  border-radius: 4px !important;
  border: 1px solid var(--primary) !important;
  width: auto !important;
  font-size: 12px !important;
  padding: 0 16px !important;
}

.btn-see-full {
  height: 56px !important;
  border-radius: 4px !important;
  border: 1px solid var(--white) !important;
  width: 172px !important;
  font-size: 16px !important;
  padding: 16px;
  color: var(--white) !important;
}

.btn-see-all i {
  margin-left: 10px !important;
}

.heading-medium {
  font-size: 20px !important;
  font-weight: bold !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.main-section-default {
  padding: 80px 120px !important;
}

.section-banner {
  padding-top: 40px !important;
}

.main-section-content {
  padding: 40px 120px !important;
}

.container-penilaian {
  text-align: left !important;
}

/* END COMMON */

/* NAVBAR */
.search-toggler-button {
  width: 2.5em;
  height: 2.5em;
  padding: 0px 5px;
  border: 0 !important;
}

.search-toggler-button i {
  font-weight: bold;
  font-size: 18px !important;
}

.container-fluid {
  padding-right: 0 !important;
}

.navbar-nav .nav-item {
  font-size: 16px !important;
  margin-right: 40px !important;
}

.navbar-nav .nav-item .nav-link {
  color: #000000a6 !important;
}

.navbar-nav .nav-item .nav-link.active {
  color: var(--primary) !important;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary) !important;
}

.dropdown-menu .dropdown-item {
  padding: 5px 16px !important;
}

.dropdown-item:hover {
  color: var(--primary) !important;
}

.flag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.image-flag {
  width: 21px;
  height: 21px;
  border-radius: 999px;
}

.flag-border {
  transition: 0.5s;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
}

.flag-border:last-of-type {
  margin-right: 0px;
}

.flag-border.active {
  border: 1px solid var(--moody-blue-color-500, #5c5bf9);
}

.flag-border:hover {
  background: #dee5ff;
}

/* .dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
} */

/* END NAVBAR */
/* ---------------------- */
/* SECTION SEARCH */
#section-search {
  /* margin: 12px 0px !important; */
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
  padding: 12px 120px 8px 120px !important;
}

.has-search {
  position: relative;
}

.has-search .form-control-feedback {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #9ca3af;
}

.has-search span {
  position: absolute;
  right: 17px;
  top: 12px;
  padding: 2px;
}

.left-pan {
  padding-left: 7px;
}

.left-pan i {
  padding-left: 10px;
  color: #9ca3af;
}

.form-search-input {
  height: 48px;
  text-indent: 33px;
  border-radius: 4px !important;
  border: 1.5px solid #e2e2e2;
  font-size: 14px !important;
}

.form-input {
  height: 48px;
  border-radius: 4px !important;
  border: 1.5px solid #e2e2e2;
  font-size: 14px !important;
}

.form-input-area {
  border-radius: 4px !important;
  border: 1.5px solid #e2e2e2;
  font-size: 14px !important;
}

.btn-modal-footer {
  width: 128px !important;
}

.form-input:focus {
  box-shadow: none;
  border: none;
}

.form-input-area:focus {
  box-shadow: none;
  border: none;
}

/* END SECTION SEARCH */
/* ---------------------- */
/* SECTION HEADLINE */
#section-headline {
  background-color: var(--bg-main-color) !important;
}

.carousel {
  margin: 0 auto !important;
}

.carousel-custom {
  height: 460px;
  padding-bottom: 25%;
  aspect-ratio: 16/9;
  /* this sets carousel aspect ratio (4:1 here) */
}

.mr-16 {
  margin-right: 16px !important;
  margin-left: 5px !important;
}

.carousel-item-custom {
  position: absolute !important;
  /* Bootstrap is insistent */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-item img {
  /* height: 100%; */
  /* Bootstrap handles width already */
  height: 460px;
  object-fit: cover;
  aspect-ratio: 16/9;
  /* or 'contain' if you want stretch instead of crop */
}

.carousel-btn {
  border: 1px solid var(--white) !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
  margin: auto 16px !important;
  opacity: 1 !important;
}

.headline-slide-btn {
  border: 1px solid var(--white) !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
  margin: auto 16px !important;
  opacity: 1 !important;
}

.carousel-btn .carousel-icon {
  width: 14px !important;
  height: 14px !important;
  font-weight: bold !important;
}

.carousel-slide-btn {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
}

.carousel-caption {
  /* top: 50% !important; */
  z-index: 2;
}

.bg-opacity {
  background-color: rgba(0, 0, 0, 0.309);
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.965));
  /* Set background color with opacity */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Stretch the background color to cover the entire element */
}

.bg-opacity-dark {
  background-color: rgba(0, 0, 0, 0.309);
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.965));
  /* Set background color with opacity */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px !important;
  height: 100%;
  /* Stretch the background color to cover the entire element */
}

.photo-library {
  top: 0 !important;
  left: 0 !important;
  position: absolute;
  margin: 12px;
}

.photo-title {
  bottom: 0 !important;
  /* left: 0 !important; */
  position: absolute;
  margin: 26px;
}

.headline-title {
  bottom: 20% !important;
  position: absolute;
  margin: 0 60px;
}

.subject-text {
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  line-height: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
}

.photo-library span {
  color: white !important;
}

.heading-text {
  font-weight: bold !important;
  font-size: 32px !important;
}

.subtitle-text {
  font-weight: bold !important;
  font-size: 18px !important;
}

.second-row {
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 0;
}

.card-heading {
  padding: 20px !important;
}

.content-heading {
  gap: 16px !important;
  margin-top: 16px !important;
}

.content-document {
  gap: 16px !important;
}

.content-contact {
  gap: 12px !important;
  margin-top: 10px !important;
}

.content-heading-inventaris {
  gap: 16px !important;
  margin-top: 16px !important;
  background-color: #f9fafb;
}

.icon-inventaris {
  display: flex;
  align-items: center;
  background-color: #eff6ff;
  padding: 16px;
}

.icon-content {
  display: flex;
  align-items: center;
  background-color: #eff6ff;
  padding: 16px !important;
  height: 72px;
  border-radius: 9px;
}

.icon-content span {
  font-size: 36px !important;
  color: #3e83f3 !important;
  font-weight: bolder;
}

.badge-custom-success {
  background-color: #e2f6e3;
  padding: 4px 12px !important;
  border-radius: 10px;
  color: #40a746;
  width: auto;
}

.icon-inventaris img {
  margin: auto;
}

.btn-inventaris {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background-color: #fafafa;
  font-weight: 900 !important;
}

.btn-inventaris .material-symbols-outlined {
  font-size: 18px !important;
}

.btn-inventaris-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  background-color: #fafafa;
  font-weight: 900 !important;
  color: var(--primary) !important;
  font-size: 18px !important;
}

.container-inventaris {
  display: grid;
  grid-template-columns: 85% 15%;
  width: 100%;
}

.sub-inventaris-box {
  display: inline-block;
  padding: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-inventaris {
  font-size: 16px !important;
  font-weight: bold !important;
  width: 100% !important;
}

/* END HEADLINE */
/* ---------------------- */
/* SECTION STATISTIK */
#section-statistik {
  background-color: var(--white) !important;
}

.container-statistik {
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* END STATISTIK */
/* ---------------------- */
/* SECTION TEMATIK */
#section-tematik {
  background-color: #f9fafb !important;
}

/* END TEMATIK */
/* ---------------------- */
/* SECTION ABOUT */
#section-about {
  background-color: #234196 !important;
  color: var(--white) !important;
}

#section-subscribe {
  background-image: url("/assets/images/background/bg-berlangganan.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

/* END ABOUT */
/* ---------------------- */
/* SECTION FEEDBACK */

.ratings i {
  color: #cecece;
  font-size: 32px;
}

.rating-color {
  color: #fbc634 !important;
}

.progress-ratings {
  display: grid;
  grid-template-columns: 10% 90%;
  gap: 10;
}

.progress {
  border-radius: 0 !important;
}

/* END FEEDBACK */
/* ---------------------- */
/* SECTION BERITA */
#section-berita {
  background-image: url("/assets/images/background/bg-berita.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white) !important;
}

.card-berita {
  border-radius: 7px !important;
  cursor: pointer;
}

.card-berita .card-body {
  padding: 24px 20px !important;
}

.card-img-top {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}

.card-title {
  margin-bottom: 20px !important;
}

/* END BERITA */
/* ---------------------- */
/* SECTION SUBSCRIBE */
#section-feedback {
  background-color: #f9fafb !important;
}

#section-galeri {
  background-color: #f9fafb !important;
}

.truncate-overflow {
  max-height: 60px;
}

.truncate-overflow-headline {
  max-height: 60px;
}

.container-galeri {
  padding: 0 140px !important;
}

.container-galeri img {
  margin: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.heading-small {
  font-size: 16px;
  font-weight: bold !important;
}

.card-subscribe {
  border-radius: 7px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 50%;
}

.card-kontak-kami {
  border-radius: 7px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
}

.card-subscribe .card-body {
  padding: 40px !important;
}

.card-kontak-kami .card-body {
  padding: 40px !important;
}

/* END SUBSCRIBE */
/* ---------------------- */
/* SECTION FOOTER */
#section-footer {
  /* border-bottom: 1px solid #e5e7eb; */
  border-top: 1px solid #e5e7eb;
}

/* END FOOTER */
/* ---------------------- */
/* SECTION CONTENT */
#section-content {
  background-color: #f9fafb;
}

.padding-kontak {
  padding: 0 80px;
}

.card-document {
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.card-document .card-body {
  padding: 20px !important;
}

.table-document {
  table-layout: auto;
  border: 2px solid #f5f5f5;
  width: 100%;
}

.table-litigasi {
  table-layout: auto;
  border: 2px solid #e5e7eb;
  width: 100%;
  background-color: #fff;
}

.table-litigasi th {
  padding: 12px 14px !important;
  border: 2px solid #e5e7eb;
  text-align: center;
}

.table-litigasi td {
  padding: 12px 14px !important;
  border: 2px solid #e5e7eb;
  /* text-align: center; */
}

.table-document tr td {
  border: 2px solid #f5f5f5;
  padding: 12px 14px !important;
}

.first-column {
  width: 30% !important;
}

.second-column {
  width: 2% !important;
}

.third-column {
  width: 68% !important;
}

.link-custom {
  text-decoration: none;
}

.table-document td {
  width: 50%;
  padding: 12px 14px;
}

/* END CONTENT */
/* ---------------------- */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #1c1c1c;
}

.footer-text {
  align-items: center;
  justify-content: start;
}

.footer-linktree {
  display: flex;
  justify-content: end;
  gap: 24px;
}

.list-menu-footer {
  list-style-type: none;
  padding: 0 !important;
}

.list-menu-footer .item-list {
  padding: 4px 0px;
}

.list-menu-footer .item-list a {
  text-decoration: none !important;
  color: var(--subtitle-color) !important;
}

.box-frame {
  border-radius: 6px;
}

/* slider */
.container {
  /* max-width: 1120px; */
  width: 100%;
  padding: 40px 0;
}

.container-headline {
  /* max-width: 1120px; */
  width: 100%;
  /* padding: 150px 0; */
}

.slide-container {
  margin: 40px 0px;
  overflow: hidden;
}

.slide-container-tematik {
  margin: 40px 0px;
  overflow: hidden;
}

.slide-container-link {
  margin: 40px 100px;
  overflow: hidden;
}

.slide-container .card-wrapper .card {
  border-radius: 8px !important;
}

.m-auto {
  margin: auto !important;
}

.card .image-box {
  height: 240px;
  border-radius: 8px !important;
}

.card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 8px !important;
}

.slide-container-headline {
  /* margin: 0px 0px 40px 0px; */
  overflow: hidden;
  border-radius: 8px !important;
}

.swiper-pagination-headline .swiper-pagination-bullet {
  background-color: white !important;
  margin-bottom: 20px !important;
}

/* .slide-container-headline {
  margin: 0px 0px 40px 0px;
  overflow: hidden;
  border-radius: 8px !important;
} */

.slide-container-headline .card-wrapper .card {
  border-radius: 8px !important;
}

.slide-container-headline .card-wrapper {
  border-radius: 8px !important;
}

.card .image-headline {
  /* aspect-ratio: 16/9; */
  height: 460px;
  border-radius: 8px !important;
}

.card .image-headline img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  border-radius: 8px !important;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.slider-btn {
  border: none !important;
  background: none !important;
  margin: auto 10px !important;
}

.slider-link-btn {
  border: 1px solid #e2e2e2 !important;
  background: #fafafa !important;
}

.slider-icon {
  color: var(--white) !important;
  font-weight: bolder !important;
}

.slider-link-icon {
  color: black !important;
  font-weight: bold !important;
}

.swiper-pagination-bullet {
  background-color: #000;
}

.swiper-pagination-link-bullet {
  background-color: #000;
}

/* end slider */

.table-striped tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.table-striped tbody tr:nth-child(even) td {
  background-color: #f9fafb;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  body {
    font-size: 10px !important;
  }

  .headline-title {
    top: 30% !important;
    margin: 0 20px;
  }

  .headline-slide-btn {
    display: none;
    visibility: hidden;
  }

  .slide-container-headline {
    margin: 0px 0px 40px 0px !important;
  }

  .swiper-pagination-headline .swiper-pagination-bullet {
    background-color: var(--primary) !important;
    margin-bottom: 0 !important;
  }

  .subject-text {
    max-height: 40px;
  }

  .card .image-headline {
    height: auto;
  }

  .container-galeri {
    padding: 0 10px !important;
  }

  .container-penilaian {
    text-align: center !important;
  }

  #section-subscribe {
    padding: 80px 20px;
  }

  .navbar {
    padding: 12px 9px !important;
  }

  .carousel-caption {
    margin: 10px 0 0 0;
  }

  .form-search-input {
    font-size: 12px !important;
  }

  .form-input {
    font-size: 12px !important;
  }

  .carousel-btn {
    width: 36px !important;
    height: 36px !important;
  }

  .carousel-btn .carousel-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .carousel-slide-btn {
    width: 10px !important;
    height: 10px !important;
  }

  #section-search {
    padding: 12px 9px 8px 9px !important;
  }

  .main-section-default {
    padding: 80px 20px !important;
  }

  .section-banner {
    padding-top: 40px !important;
  }

  .main-section-content {
    padding: 40px 20px !important;
  }

  .heading-text {
    font-size: 14px !important;
  }

  .subtitle-text {
    font-size: 10px !important;
  }

  .padding-kontak {
    padding: 0 9px;
  }

  .carousel-inner img {
    margin: auto !important;
  }

  .carousel-caption {
    top: 0 !important;
  }

  .sub-inventaris {
    font-size: 12px !important;
  }

  .card-subscribe {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 12px !important;
  }

  .text-info-line {
    display: none;
    visibility: hidden;
  }
  .icon-content {
    display: none;
    visibility: hidden;
  }

  .headline-title {
    top: 40% !important;
    margin: 0 20px;
  }

  .headline-slide-btn {
    display: none;
    visibility: hidden;
  }

  .slide-container-headline {
    margin: 0px 0px 40px 0px !important;
  }

  .swiper-pagination-headline .swiper-pagination-bullet {
    background-color: var(--primary) !important;
    margin-bottom: 0 !important;
  }

  .subject-text {
    max-height: 40px;
  }

  .card .image-headline {
    height: auto;
  }

  .container-galeri {
    padding: 0 10px !important;
  }

  .container-penilaian {
    text-align: center !important;
  }

  #section-subscribe {
    padding: 80px 20px;
  }

  .navbar {
    padding: 12px 9px !important;
  }

  .form-search-input {
    font-size: 12px !important;
  }

  .form-input {
    font-size: 12px !important;
  }

  .carousel-btn {
    width: 36px !important;
    height: 36px !important;
  }

  .carousel-btn .carousel-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .carousel-slide-btn {
    width: 10px !important;
    height: 10px !important;
  }

  #section-search {
    padding: 12px 9px 8px 9px !important;
  }

  .padding-kontak {
    padding: 0 9px;
  }

  .main-section-default {
    padding: 80px 20px !important;
  }

  .main-section-content {
    padding: 40px 20px !important;
  }

  .heading-text {
    font-size: 14px !important;
  }

  .subtitle-text {
    font-size: 14px !important;
  }

  .carousel-inner img {
    margin: auto !important;
  }

  .carousel-caption {
    top: 0 !important;
  }

  .sub-inventaris {
    font-size: 12px !important;
  }

  .card-subscribe {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 12px !important;
  }

  .headline-title {
    margin: 0 20px;
  }

  .headline-slide-btn {
    display: none;
    visibility: hidden;
  }

  .slide-container-headline {
    margin: 0px 0px 40px 0px !important;
  }

  .swiper-pagination-headline .swiper-pagination-bullet {
    background-color: var(--primary) !important;
    margin-bottom: 0 !important;
  }

  .card .image-headline {
    height: auto;
  }

  .container-galeri {
    padding: 0 10px !important;
  }

  .container-penilaian {
    text-align: center !important;
  }

  #section-subscribe {
    padding: 80px 20px;
  }

  .navbar {
    padding: 12px 9px !important;
  }

  .carousel-btn {
    width: 36px !important;
    height: 36px !important;
  }

  .carousel-btn .carousel-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .padding-kontak {
    padding: 0 9px;
  }

  .carousel-caption {
    top: 50%;
  }

  .carousel-slide-btn {
    width: 10px !important;
    height: 10px !important;
  }

  .form-search-input {
    font-size: 12px !important;
  }

  .form-input {
    font-size: 12px !important;
  }

  #section-search {
    padding: 12px 9px 8px 9px !important;
  }

  .main-section-default {
    padding: 80px 20px !important;
  }

  .main-section-content {
    padding: 40px 20px !important;
  }

  .heading-text {
    font-size: 16px !important;
  }

  .subtitle-text {
    font-size: 14px !important;
  }

  .carousel-inner img {
    margin: auto !important;
  }

  .carousel-caption {
    top: 0 !important;
  }

  .card-subscribe {
    width: 100% !important;
  }
}

@media screen and (max-width: 820px) {
  .carousel-caption {
    top: 50% !important;
  }

  .footer-linktree {
    justify-content: center;
  }

  .container-galeri {
    padding: 0 10px !important;
  }

  .footer-text {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .dropdown-menu {
    max-height: 300px !important;
    overflow-y: auto !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  body {
    font-size: 12px !important;
  }

  .dropdown-menu {
    max-height: 300px !important;
    overflow-y: auto !important;
  }

  #section-subscribe {
    padding: 80px 20px;
  }

  .form-search-input {
    font-size: 12px !important;
  }

  .form-input {
    font-size: 12px !important;
  }

  .carousel-btn {
    width: 36px !important;
    height: 36px !important;
  }

  .carousel-btn .carousel-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .carousel-slide-btn {
    width: 10px !important;
    height: 10px !important;
  }

  .padding-kontak {
    padding: 0 20px;
  }

  .navbar {
    padding: 12px 9px !important;
  }

  #section-search {
    padding: 12px 9px 8px 9px !important;
  }

  .main-section-default {
    padding: 80px 20px !important;
  }

  .main-section-content {
    padding: 40px 20px !important;
  }

  .carousel-inner img {
    margin: auto !important;
  }

  .carousel-caption {
    top: 0 !important;
  }
}

@media screen and (max-width: 1198px) and (min-width: 992px) {
  body {
    font-size: 12px !important;
  }

  #section-subscribe {
    padding: 80px 20px;
  }

  .navbar {
    padding: 12px 9px !important;
  }

  .padding-kontak {
    padding: 0 20px;
  }

  .carousel-slide-btn {
    width: 10px !important;
    height: 10px !important;
  }

  .form-search-input {
    font-size: 12px !important;
  }

  .form-input {
    font-size: 12px !important;
  }

  #section-search {
    padding: 12px 9px 8px 9px !important;
  }

  .main-section-default {
    padding: 80px 20px !important;
  }

  .main-section-content {
    padding: 40px 20px !important;
  }

  .sub-inventaris {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1199px) {
  .text-search {
    display: none !important;
  }

  #section-subscribe {
    padding: 80px 20px;
  }
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
  }
  /* .dropend .dropdown-toggle {
    margin-left: 0.5em !important;
  }
  .dropstart .dropdown-toggle {
    margin-right: 0.5em !important;
  } */
}
/* END RESPONSIVE */
