@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --bs-light: #fefefe;
  --bs-gray: #f6f7f9;
  --bs-dark: #000000;
  --bs-third: #D16C35;
  --bs-primary: #00b0f0;
  --bs-secondary: #0a599e;
  --bs-success: #45c4a0;
  --bs-info: #54a8c7;
  --bs-warning: #fab758;
  --bs-danger: #e2626b;
  --bs-body-color: #6d7280;
  --bs-light-rgb: 254, 254, 254;
  --bs-gray-rgb: 246, 247, 249;
  --bs-dark-rgb: 0, 0, 0;
  --bs-primary-rgb: 2, 117, 252;
  --bs-secondary-rgb: 0, 46, 93;
  --bs-success-rgb: 69, 196, 160;
  --bs-info-rgb: 84, 168, 199;
  --bs-warning-rgb: 250, 183, 88;
  --bs-danger-rgb: 226, 98, 107;
  --bs-link-color: #0275fc;
  --bs-link-color-rgb: 2, 117, 252;
  --bs-link-hover-color: #0275fc;
  --bs-link-hover-color-rgb: 2, 117, 252;
  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-dropdown-font-size: 12px;
}

.dropdown-menu {
    font-size: 12px !important;
}


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  /* .image-list .meta h6 word-spacing: unset; */
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1000px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #111827;
  font-family: "Inter", sans-serif;
  line-height: 1.5 !important;
  word-spacing: 0;
  letter-spacing: 0;
}

.bg-utama {
  background-color: var(--bs-primary) !important;
}

.bg-kedua {
  background-color: var(--bs-secondary);
}

.bg-ketiga {
  background-color: var(--bs-third);
}

.bg-dark {
    background-color: #0a599e !important;
}

.text-utama {
  color: var(--bs-primary);
}

.text-kedua {
  color: var(--bs-secondary);
}

.text-ketiga {
  color: var(--bs-third);
}

.text-putih {
  color: white;
}

.text-hitam {
  color: black;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary) !important;
}

/*.tutup-x {
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: white;
    z-index: 99999;
    transform: translateY(-5px);
} */

.tutup-x {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 99999;
}

.tutup-ig {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 99999;
}

.tutup-tiktok {
  position: absolute;
  width: 100%;
  height: 47px;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 99999;
}

.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 12px;
  --bs-btn-border-radius: 0.4rem;
}

.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 152, 159, 172;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

hr {
  margin-block-start: 0.5em;
  margin-block-end: 1.5em;
}

.footer.bg-dark,
footer.bg-dark {
  background: black !important;
}

nav.nav.social.social-white a {
  color: white !important;
  font-size: 14px;
}

nav.nav.footer-menu {
  gap: 20px;
}

nav.nav.footer-menu a {
  color: white !important;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-bg: var(--bs-secondary);
}

/* Navbar */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: white;
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.5);
  --bs-navbar-disabled-color: rgba(52, 63, 82, 0.3);
  --bs-navbar-active-color: var(--bs-primary);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-font-size: 0.7rem;
  --bs-navbar-brand-color: var(--bs-primary);
  --bs-navbar-brand-hover-color: var(--bs-primary);
  --bs-navbar-nav-link-padding-x: 0.75rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 14px;
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar-nav {
  --bs-nav-link-font-size: 12px;
}

.nav-link {
  --bs-nav-link-font-weight: 500;
  letter-spacing: unset;
}

@media (min-width: 992px) {
  .navbar-expand-lg.extended:not(.extended-alt) .navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg.extended:not(.fixed) .navbar-collapse .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse .nav-item:first-child .nav-link {
    padding-left: 0.5rem !important;
  }
}

.navbar-search {
  padding: 0 20px;
}

.navbar-search .navbar-search-input {
  font-size: 0.6rem;
  padding: 5px 20px;
  min-height: calc(1.5em + 0.8rem + 2px) !important;
  border-radius: 0.4rem !important;
}

.input-group .search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  aspect-ratio: 1 / 1;
  padding: 0.25rem !important;
  border-radius: 0.3rem !important;
}

/* End Navbar */

/* Custom Navbar Mobile */
.navbar-nav.custom-navbar-mobile {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.navbar-nav.custom-navbar-mobile .nav-item {
  width: fit-content !important;
}

.navbar-nav.custom-navbar-mobile .nav-item:first-child .nav-link {
  padding-left: 0 !important;
}

.navbar-nav.custom-navbar-mobile .nav-item .nav-link {
  text-wrap: nowrap;
  padding: 10px 10px;
  color: white;
}

/* End Custom Navbar Mobile */

/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: unset;
  padding-right: 0.5rem;
  color: rgba(96, 105, 123, 0.35);
  /* color: var(--bs-secondary); */
  content: "/";
  margin-top: unset;
  font-size: inherit;
}

/* End Breadcrumb */

/* Pagination */
.pagination {
  gap: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.pagination .page-link {
  width: 2rem;
  height: 2rem;
  font-size: 12px;
  border-radius: 50% !important;
  line-height: normal;
}

.active > .page-link,
.page-link.active {
  color: white;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.page-link:hover {
  color: white;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.page-link:focus {
  color: white;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

/* End Pagination */

/* News List View & Item - Home */
.news-list-home .category-title {
  padding: 5px 25px;
  background: rgba(0, 0, 0, 0.05);
  background: linear-gradient(45deg, #002e5d, #0376fb);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
}

.news-list-home .category-title h4 {
  color: white;
  font-size: 16px;
}

.news-item-2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.news-item-2:hover {
  background-color: var(--bs-gray);
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
}

.news-item-2 .news-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  min-height: 200px;
  position: relative;
}

.news-item-2 .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

.news-item-2:hover .news-img img {
  transform: scale(1.08);
  transition: all 0.35s ease-in-out;
}

.news-item-2 .content {
  display: flex;
  flex-direction: column;
}

.news-item-2 .content .badge-category {
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-size: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.news-item-2 .content .badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item-2 .content .title {
  font-size: 14px;
  line-height: 1.25 !important;
  margin-bottom: 7.5px !important;
}

.news-item-2 .content .title a {
  color: inherit;
}

.news-item-2:hover .content h2.title {
  color: var(--bs-secondary) !important;
}

.news-item-2 .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item-2 .content .meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px !important;
}

.news-item-2 .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item-2 .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item-2 .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-2 .content .meta h6 {
  margin: 0;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.3);
}

.news-item-2 .content .meta .date {
  display: flex;
  align-items: center;
}

/* End News List View & Item - Home */

/* News List View & Item */
.news-list-view {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news-item {
  display: flex;
  gap: 25px;
  align-items: start;
}

.news-item .news-img {
  min-width: 40%;
  width: 40%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px;
}

.news-item .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-item .content {
  display: flex;
  flex-direction: column;
}

.news-item .content .badge-category {
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-size: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.news-item .content .badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item .content .title {
  font-size: 18px;
  line-height: 1.25 !important;
}

.news-item .content .title a {
  color: inherit;
}

.news-item .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item .content .meta {
  display: flex;
  justify-content: space-between;
}

.news-item .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .content .meta h6 {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
}

.news-item .content .meta .date {
  display: flex;
  align-items: center;
}

/* End News List View & Item */

/* News Sidebar */
.image-list figure {
  float: left;
  width: 4rem;
  height: 4rem;
}

.image-list figure a {
  display: block;
  height: 100%;
  width: 100%;
}

.image-list figure a .sidebar-post-list-image {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.image-list .post-content {
  margin-left: 5rem;
  margin-bottom: 0;
}

.image-list .post-content h6 {
  line-height: 1.25 !important;
  font-size: 14px;
}

.image-list .post-content h6 a {
  color: inherit;
}

.image-list .meta {
  display: flex;
  justify-content: space-between;
}

.image-list .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.image-list .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.image-list .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-list .meta h6 {
  margin: 0;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.3);
}

.image-list .meta .date {
  display: flex;
  align-items: center;
}

/* End News Sidebar */

/* News Post */
.news-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label-main {
  background-color: var(--bs-primary);
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.label-main .dot {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  margin-right: 8px;
}

.label-buttons {
  display: flex;
  gap: 5px;
}

.btn {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  background-color: #f2f2f2;
  color: #555;
}

.btn.active {
  background-color: var(--bs-primary);
  color: white;
}

.dotted-line {
  border-top: 2px dotted var(--bs-secondary);
  margin-top: 2px;
}

.label-main-black {
  background-color: black;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.label-main-black .dot {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  margin-right: 8px;
}

.dotted-line-black {
  border-top: 2px dotted black;
  margin-top: 2px;
}

.post-badge-category {
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-size: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.post-badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.post-meta {
  display: flex;
  gap: 20px;
}

.post-meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-meta .author .author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.post-meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-meta h6 {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.3);
}

.post-meta .date {
  display: flex;
  align-items: center;
}

.post-img-container {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.tag-list li {
  margin-bottom: 0.4rem;
}

.tag-list li a:before {
  content: unset;
}

/* End News Post */

/* Slider Header Berita */
.news-item-thumb {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.news-item-thumb .line-indicator {
  height: 4px;
  background: rgba(0, 0, 0, 0.025);
}

.swiper-slide-thumb-active .news-item-thumb .line-indicator {
  background: linear-gradient(45deg, var(--bs-secondary), var(--bs-primary));
}

.news-item-thumb .news-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0;
  display: block;
}

.news-item-thumb .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

.news-item-thumb:hover .news-img img {
  transform: scale(1.07);
  transition: all 0.35s ease-in-out;
}

.news-item-thumb .content {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.025);
  flex-grow: 1;
  border-radius: 0;
}

.swiper-slide-thumb-active .news-item-thumb .content {
  background: var(--bs-secondary);
}

.news-item-thumb .content .title {
  font-size: 14px;
  line-height: 1.25 !important;
  color: var(--bs-dark);
  font-weight: 700;
}

.swiper-slide-thumb-active .news-item-thumb .content .title {
  color: white;
}

.news-item-thumb .content .title a {
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* End Slider Header Berita */

/* Slider Header Berita Mobile */
.header-swiper-mobile .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 20px;
}

.header-swiper-mobile .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bs-secondary);
  width: 25px;
  border-radius: 5px;
}

/* End Slider Header Berita Mobile */

/* Slider Berita */
.slider-berita .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  margin: 40px 0 0;
}

.slider-berita .swiper-scrollbar-drag {
  background: var(--bs-secondary);
}

.news-item-3 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.news-item-3 .news-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  display: block;
  min-height: 200px;
}

.news-item-3 .news-img-details {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  display: block;
  min-height: 150px;
}

.news-item-3 .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-item-3 .news-img-details img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-item-3 .content {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  background: linear-gradient(45deg, var(--bs-secondary), var(--bs-primary));
  flex-grow: 1;
  border-radius: 0 0 10px 10px;
}

.news-item-3 .content .badge-category {
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-size: 10px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.news-item-3 .content .badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item-3 .content .title {
  font-size: 16px;
  line-height: 1.25 !important;
  color: white;
}

.news-item-3 .content .title a {
  color: inherit;
}

.news-item-3 .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item-3 .content .meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.news-item-3 .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item-3 .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item-3 .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-3 .content .meta h6 {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 0.75);
}

.news-item-3 .content .meta .date {
  display: flex;
  align-items: center;
}

/* End Slider Berita */

/* News Item 4 */
.news-item-4 {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.news-item-4 .news-img {
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
}

.news-item-4 .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

.news-item-4:hover .news-img img {
  transform: scale(1.1);
  transition: all 0.35s ease-in-out;
}

.news-item-4 .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: end;
  padding: 30px;
  background: linear-gradient(0deg, black, transparent);
}

.news-item-4 .content .badge-category {
  padding: 0;
  border-radius: 40px;
  font-size: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  color: white;
}

.news-item-4 .content .badge-category .category-title {
  background: var(--bs-primary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item-4 .content .title {
  font-size: 22px;
  line-height: 1.25 !important;
  color: white;
  margin-bottom: 10px;
}

.news-item-4 .content .title a {
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item-4 .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item-4 .content .meta {
  display: flex;
  justify-content: space-between;
}

.news-item-4 .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item-4 .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item-4 .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-4 .content .meta h6 {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 0.75);
}

.news-item-4 .content .meta .date {
  display: flex;
  align-items: center;
}

/* End News Item 4 */

/* News Item 5 */
.news-item-5-list {
  height: 600px;
}

.news-item-5 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.news-item-5 .news-img {
  min-width: 40%;
  overflow: hidden;
  border-radius: 10px;
}

.news-item-5 .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-item-5 .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: end;
  padding: 20px;
  background: linear-gradient(0deg, black, transparent);
}

.news-item-5 .content .badge-category {
  padding: 0;
  border-radius: 40px;
  font-size: 10px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  color: white;
}

.news-item-5 .content .badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item-5 .content .title {
  font-size: 16px;
  line-height: 1.25 !important;
  color: white;
  margin-bottom: 10px !important;
}

.news-item-5 .content .title a {
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item-5 .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item-5 .content .meta {
  display: flex;
  justify-content: space-between;
}

.news-item-5 .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item-5 .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item-5 .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-5 .content .meta h6 {
  margin: 0;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 0.75);
}

.news-item-5 .content .meta .date {
  display: flex;
  align-items: center;
}

/* End News Item 5 */

/* Share Modal */
.url-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.url-container p {
  margin: 0 !important;
  line-height: unset;
}

.url-container button {
  border: 0;
  background: transparent;
}

.share-socmed-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.share-socmed-container .socmed-button {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-socmed-container .socmed-button .socmed-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}

.share-socmed-container .socmed-button p {
  margin: 0;
}

/* End Share Modal */

.truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item-2 .label-kategori {
  right: 0;
  top: 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

/* TABS */
.nav-tabs.nav-tabs-basic .nav-link {
  border: 0;
  border-radius: 0;
  border-color: transparent;
  background: 0 0;
  font-size: 12px;
  padding: 10px 20px;
  color: white;
  margin-right: 1rem;
  /* border-bottom: 2px solid rgba(164, 174, 198, .25); */
}

.nav-tabs.nav-tabs-basic .nav-link:hover,
.nav-tabs.nav-tabs-basic .nav-link:focus {
  border-color: var(--bs-primary);
}
.nav-tabs.nav-tabs-basic .nav-link.active,
.nav-tabs.nav-tabs-basic .nav-item.show .nav-link {
  color: #fff;
  background-color: var(--bs-primary);
  padding: 10px 20px;
  border-color: var(--bs-primary);
}

/* Navbar */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 500;
  /* color: var(--bs-dropdown-link-color); */
  color: black;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  /* outline: 0; */
  background-color: #0a599e !important;
  outline: 0;
  color: white !important;
}

/* Sidebar Artikel */
.article-sidebar:hover {
  background-color: var(--bs-gray);
}

.article-sidebar img {
  transition: all 0.35s ease-in-out;
}

.article-sidebar:hover img {
  transform: scale(1.08);
  transition: all 0.35s ease-in-out;
}

.article-sidebar:hover .content .title-sidebar a {
  color: var(--bs-secondary) !important;
}

/* Judul Section */
.border_section {
  position: relative;
  padding-bottom: 20px;
  /* margin-bottom: 30px;
  margin-bottom: 20px;
  font-size: 20px; */
}

.border_section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background: var(--bs-primary);
  z-index: 1;
}

.border_section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #eee;
}

.border_section_center {
  position: relative;
  padding-bottom: 20px;
}

.border_section_center:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 5px;
  background: var(--bs-primary);
  z-index: 1;
  transform: translate(-50%);
}

.border_section_center:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #eee;
}

/* Pengumuman */

#mainContainer article .card .card-img-top img {
    transition: all 0.35s ease-in-out;
}

#mainContainer article:hover .card .card-img-top img {
    transform: scale(1.08);
    transition: all 0.35s ease-in-out;
}

#mainContainer article:hover .card .card-body .post-header h2 a {
    color: var(--bs-secondary) !important;
    transition: all 0.35s ease-in-out;
}

.nav-pengumuman {
  right: 0px;
  bottom: 0px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffffff;
}

@media (max-width: 767px) {
    .nav-tabs.nav-pills, .nav-tabs.nav-tabs-basic {
        flex-direction: row;
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    
    .post-meta {
      gap: 5px;
    }
}

@media (max-width: 767px) {
    .nav-tabs.nav-pills .nav-item, .nav-tabs.nav-tabs-basic .nav-item {
        margin-bottom: 0rem;
    }
}

.background-statistik {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-statistik::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 70%) 75%);
  z-index: -1;
}

.section-title-custom {
  display: flex;
  gap: 40px;
  align-items: center;
}
.section-title-custom.style-1 .divider-title-1:nth-child(1) {
  display: none;
}
.section-title-custom .title {
  width: fit-content;
  text-wrap: nowrap;
  margin: 0;
  font-weight: 600;
}
.section-title-custom.light-ver .title {
  color: white;
}
.section-title-custom .divider-title-1:nth-child(3) {
  rotate: 180deg;
}
.section-title-custom.light-ver .divider-title-1 span {
  background: rgba(255, 255, 255, 0.4);
}

.divider-title-1 {
  display: flex;
  gap: 5px;
  width: 50%;
  /*transform: skewX(135deg);*/
}
.divider-title-1 span {
  display: block;
  height: 2px;
}
.divider-title-1 span:nth-child(1) {
  background: rgba(0, 0, 0, 0.1) ;
  width: 85%;
}
.divider-title-1 span:nth-child(2) {
  background: #0a599e ;
  width: 15%;
}
.divider-title-1 span:nth-child(3) {
  width: 0%;
  background: var(--bs-dark);
}

@media (max-width: 767px) {
    .section-title-custom .divider-title-1:nth-child(1) {
        display: none;
    }
    
    .section-title-custom {
        gap: 10px;
    }
    
    .topbar.social>a {
        margin: 0 .4rem 0 0 !important;
    }
    
    .dropdown-menu .nav-item .dropdown-item{
         white-space: normal !important;
    }
}

.dropdown-menu {
    border-radius:0 !important;
}

