@import url(bootstrap.min.css);
@import url(all.min.css);
html, body {
  overflow-x: hidden; }

.text-blue {
  color: #293881; }

.icon-flag {
  width: 25px;
  margin-right: 3px; }

.dropdown-country .dropdown-menu {
  border: none; }

.main-navbar {
  color: #293881; }
  .main-navbar a, .main-navbar a:hover, .main-navbar a:visited, .main-navbar a.active {
    color: #293881 !important; }
    .main-navbar a.active, .main-navbar a:hover.active, .main-navbar a:visited.active, .main-navbar a.active.active {
      font-weight: bold; }
  .main-navbar .nav-item {
    margin: 0 .25rem;
    position: relative; }

.search-container {
  overflow: hidden; }
  .search-container .form-control, .search-container .input-group-text {
    border: none;
    background-color: transparent; }
  .search-container .search-form {
    display: none; }

.btn-search {
  cursor: pointer; }

.show {
  display: block !important; }

.radius-8x {
  border-radius: 8px; }

#main-slider {
  background: linear-gradient(90deg, #293881 11.5%, #FFFFFF 100%); }

.hero-slider-container {
  position: relative; }
  .hero-slider-container .slider-item {
    height: auto !important; }
    .hero-slider-container .slider-item img {
      width: 100%; }
  .hero-slider-container .slick-dots {
    position: absolute;
    bottom: 4rem; }
  .hero-slider-container .slick-dots li button {
    display: none; }
  .hero-slider-container .slick-dots li {
    background-color: #EAB630;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    opacity: .5; }
  .hero-slider-container .slick-dots .slick-active {
    background-color: #EAB630;
    border-radius: 25px;
    width: 35px;
    height: 10px;
    opacity: 1; }
  .hero-slider-container .slick-dotted.slick-slider {
    margin-bottom: 0px; }

.section-title {
  font-size: 1.6rem;
  font-weight: bold; }

#main-kegiatan {
  background-image: url("../img/randombg-1.png");
  background-position: left center;
  background-repeat: no-repeat; }

a, a:hover, a:visited {
  text-decoration: none; }

.agenda-item a, .agenda-item a:hover, .agenda-item a:visited {
  color: black;
  text-decoration: none; }
.agenda-item .agenda-meta {
  font-size: .9rem; }
.agenda-item .card-body {
  padding: 1.5rem; }
.agenda-item .card {
  border-radius: 8px; }

.btn {
  border-radius: 8px; }

.bg-primary-blue {
  background-color: #374773; }

.btn.bg-primary-blue:hover {
    background-color: #5068a8;
    text-decoration: none;
}

.highlight-slider-container .highlight-slider-item {
  height: auto !important; }
  .highlight-slider-container .highlight-slider-item .img-container {
    width: 80%;
    margin: 0 auto; }
.highlight-slider-container .slick-dots li button {
  display: none; }
.highlight-slider-container .slick-dots li {
  background-color: #374773;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  opacity: .5; }
.highlight-slider-container .slick-dots .slick-active {
  background-color: #374773;
  border-radius: 25px;
  width: 35px;
  height: 10px;
  opacity: 1; }
.highlight-slider-container .slick-dotted.slick-slider {
  margin-bottom: 0px; }
.highlight-slider-container .highlight-container-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 1; }
  .highlight-slider-container .highlight-container-nav .slider-nav {
    position: absolute;
    font-size: 2.8rem;
    cursor: pointer; }
    .highlight-slider-container .highlight-container-nav .slider-nav.left {
      left: 0; }
    .highlight-slider-container .highlight-container-nav .slider-nav.right {
      right: 0; }

.strike-section-title {
  text-align: center;
  position: relative;
  font-size: 2.4rem; }
  .strike-section-title span {
    padding: 0 2rem;
    background-color: white; }
  .strike-section-title:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #374773;
    z-index: -1; }

.bg-cover {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.news-item {
  border-radius: 12px !important; }
  .news-item .card-body {
    padding: 1.5rem; }
    .news-item .card-body .img-content {
      width: 100%;
      position: relative; }
      .news-item .card-body .img-content:before {
        content: '';
        width: 100%;
        padding-bottom: 60%;
        background-color: #EAB630;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 20px; }
    .news-item .card-body .img-container {
      padding-bottom: 60%;
      border-radius: 12px;
      position: relative;
      z-index: 999; }

a, a:hover, a:visited {
  color: #EBF5FF; }

#berita-harian {
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../img/randombg-2.png"); }

.pengurus-item {
  background: #F6D78F;
  max-width: 300px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-radius: 12px;
  text-align: center;
  padding: 2rem 3rem; }
  .pengurus-item .img-container {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding-bottom: 0;
    position: absolute;
    left: 35%;
    top: -60px; }
  .pengurus-item .title {
    margin-top: 1.5rem;
    font-size: 1.4rem; }
  .pengurus-item .bg-decorator {
    position: absolute;
    max-width: 300px;
    width: 100%;
    height: 35px;
    background-color: #374773;
    z-index: -1;
    top: -5px;
    left: 0;
    border-radius: 25px; }

.lap-item img {
  width: 280px;
  display: block;
  margin: 0 auto; }

.bg-city-scape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-image: url("../img/city-scape1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: center;
  opacity: .15; }

footer {
  color: white;
  background-color: #2b2f32; }
  footer .footer-logo-container {
    /* padding: 1.5rem; */
    background-color: white;
    max-width: 100px;
    width: 100px;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px; }
  footer .footer-content {
    position: relative;
    z-index: 999; }
  footer .footer-list {
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    footer .footer-list a, footer .footer-list a:hover, footer .footer-list a:visited {
      color: white; }
    footer .footer-list li {
      margin-bottom: 1rem; }
  footer .input-contact {
    max-width: 40%; }
    footer .input-contact .form-control {
      background-color: rgba(255, 255, 255, 0.25);
      border: none;
      color: white; }
      footer .input-contact .form-control::placeholder {
        color: white; }
    footer .input-contact .input-group-text {
      background-color: rgba(255, 255, 255, 0.25);
      border: none; }
  footer .copy-container {
    border-top: 1px solid white;
    padding-top: 1rem;
    margin-top: 1rem; }

.text-orange {
  color: #EAB630; }

.page-header-detail {
  background-image: url('/ippu-landingpage/asset/randombg/randombg-3.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FBEFD2; }
  .page-header-detail.blue {
    background-color: #EBF5FF; }
  .page-header-detail.grey {
    background-color: #F3F4F6; }

.bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  display: block;
  background: #283780;
  background: linear-gradient(90deg, #283780 0%, white 100%);
  background: -moz-linear-gradient(90deg, #283780 0%, white 100%);
  background: -webkit-linear-gradient(90deg, #283780 0%, white 100%);
  z-index: 1; }

.page-filter .dropdown-toggle::after {
  display: none; }
.page-filter input.form-control {
  border-color: #6c757d;
  border-right: none; }
.page-filter .input-group-text {
  border-color: #6c757d;
  background: transparent; }

.gallery-item .card {
  border-radius: 8px; }

.pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center; }
.pagination .page-link {
  border: none;
  color: #374773;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center; }
.pagination .page-number {
  border-radius: 12px;
  background-color: #f3f3f3; }
.pagination .active {
  color: white;
  background-color: #374773; }

.update-news-section-title {
  border-bottom: 3px solid #EAB630;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.contact-button .btn {
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.meta-container {
  font-size: .9rem;
  color: #9a9a9a; }
  .meta-container .meta-item {
    display: inline-block;
    margin-right: 1rem; }
.btn-download {
      display: inline-block;
      background-color: #e6e7eb; /* Warna silver muda */
      color: #394769; /* Warna teks yang lebih gelap */
      padding: 10px 20px;
      border-radius: 20px; /* Membuat sudut lebih rounded */
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      font-size: 16px; /* Menyesuaikan ukuran font jika diperlukan */
  }
  
.btn-download:hover {
      background-color: #b0b0b0; /* Warna silver muda sedikit lebih gelap saat hover */
  }
  
.btn-download i {
      margin-left: 5px;
  }

.secondary-header {
  font-size: .9rem; }
  @media (max-width: 480px) {
    .secondary-header {
      font-size: 0.75rem; } }

#printButton {
  cursor: pointer;
}
#printButton:hover {
  text-decoration: underline;
}

.none {
  display: none;
}
.caption-header {
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 100%;
  background: linear-gradient(90deg, hsla(230, 52%, 33%, 0.65) 0%, hsl(0deg 0% 100% / 0%) 100%);
  width: 800px;
  color: white;
  padding: 15px 100px;
  bottom: 0;
  position: absolute;
}

.caption-header h2 {
  margin: 0;
  font-size: 24px;
}

.caption-header p {
  margin: 5px 0 0;
  font-size: 16px;
  width: 80%;
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
          animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.slick-prev {
    position: absolute;
    left: 0px; /* Adjust as needed */
    top: 60%;
    width: 100px;
    height: 100%;
}

.slick-next {
    position: absolute;
    right: 0px; /* Adjust as needed */
    top: 60%;
    width: 100px;
    height: 100%;
}

.slick-prev:before, 
.slick-next:before {
  font-size: 30px
}

/*# sourceMappingURL=sytle.css.map */
