.bpkpd-boalemo .custom-container {
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

.bpkpd-boalemo-home-section-1 .custom-container,
.bpkpd-boalemo-section-header .custom-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bpkpd-boalemo-home-section-1 .socials-group,
.bpkpd-boalemo-section-header .socials-group {
  margin-left: -228px;
}
.bpkpd-boalemo-home-section-1 .bg-overlay,
.bpkpd-boalemo-section-header .bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, #000 100%);
  opacity: 0.4;
}
.bpkpd-boalemo-home-section-1 .content-top .line,
.bpkpd-boalemo-section-header .content-top .line {
  width: 20px;
  height: 1px;
  opacity: 0.3;
  background: var(--White, #fff);
  margin-right: 14px;
}

.bpkpd-boalemo-home-section-3 .swiper-slide:nth-child(odd) {
  padding: 40px;
}
.bpkpd-boalemo-home-section-3 .card-service::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.bpkpd-boalemo-home-section-4 .change-price-plan {
  height: 54px;
}
.bpkpd-boalemo-home-section-4 .monthly,
.bpkpd-boalemo-home-section-4 .yearly {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  display: inline-flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Stroke, #e2e2e2);
  background: var(--White, #fff);
}
.bpkpd-boalemo-home-section-4 .monthly.active,
.bpkpd-boalemo-home-section-4 .yearly.active {
  background: var(--tc-theme-primary) !important;
  border: 1px solid var(--tc-theme-primary);
  color: var(--tc-system-white) !important;
  transition: 0.3s;
}

.tag-recommended {
  display: flex;
  width: 136px;
  height: 28px;
  top: 0;
  left: 164px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--tc-theme-primary);
}

.bpkpd-boalemo-home-section-6 {
  background: #f0f4fd;
}
.bpkpd-boalemo-home-section-6 .avatar-1 {
  width: 120px;
  height: 120px;
  border: 2px solid #f0f4fd;
}
.bpkpd-boalemo-home-section-6 .avatar-2 {
  width: 120px;
  height: 120px;
  border: 2px solid #f0f4fd;
  margin-left: -20px;
}

.bpkpd-boalemo-home-section-9 .cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
.bpkpd-boalemo-home-section-9 .cta .bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: var(--Indigo, #794aff);
  mix-blend-mode: multiply;
}

.bpkpd-boalemo-services-details-section-2 .accordion .card {
  background: transparent;
  transition: all 0.3s linear;
}
.bpkpd-boalemo-services-details-section-2 .accordion .card .card-header {
  background: transparent;
}
.bpkpd-boalemo-services-details-section-2 .accordion .card .card-header a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--tc-system-white);
  transition: all 0.3s ease-in-out;
}
.bpkpd-boalemo-services-details-section-2 .accordion .card .card-header a .arrow::before {
  transition: 0.3s;
  transform: rotate(0deg);
  font-family: remixicon;
  content: "\f1af";
  color: var(--tc-system-black);
  font-size: 14px;
  font-weight: 300;
}
.bpkpd-boalemo-services-details-section-2 .accordion .card .card-header a.collapsed {
  background-color: transparent;
}
.bpkpd-boalemo-services-details-section-2 .accordion .card .card-header a.collapsed .arrow {
  background-color: transparent;
}
.bpkpd-boalemo-services-details-section-2 .accordion .card .card-header a.collapsed .arrow::before {
  transition: 0.3s;
  color: var(--tc-system-black);
  transform: rotate(180deg);
  content: "\ea13";
}

.section-footer-14 .bg-linear {
  background: linear-gradient(180deg, #eff6ff 0%, #fff 100.3%);
}
.section-footer-14 {
  background: #f0f4fd;
  /* background: linear-gradient(180deg, #eff4f9 0%, #fff 100.3%); */
}
.section-footer-14 .icon svg {
  height: 14px;
  width: 14px;
  fill: var(--tc-body-text-secondary);
  opacity: 0.5;
}
.section-footer-14 .icon:hover svg {
  fill: var(--tc-system-black);
  opacity: 1;
  transition-duration: 0.3s;
}

.section-footer-14 .line-border {
  width: 1px;
  height: 300px;
  background: var(--tc-system-stroke);
}

.pagination_item {
  background: var(--tc-system-white);
  color: var(--tc-system-black);
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 0px !important;
}
.pagination_item.active {
  background: var(--tc-theme-primary);
  color: var(--tc-system-white) !important;
}
.pagination_item.active svg path {
  stroke: var(--tc-system-white) !important;
  transition: 0.3s ease-in-out;
}
.pagination_item:hover {
  background: var(--tc-theme-primary);
  color: var(--tc-system-white) !important;
}
.pagination_item:hover svg path {
  stroke: var(--tc-system-white) !important;
  transition: 0.3s ease-in-out;
}
.pagination_item:focus {
  background-color: var(--tc-theme-primary) !important;
  color: var(--tc-system-white) !important;
}
.pagination_item:focus svg path {
  stroke: var(--tc-system-white) !important;
  transition: 0.3s ease-in-out;
}

.input-group .form-control {
  color: var(--tc-system-black);
}
.input-group .form-control:hover, .input-group .form-control:focus {
  background-color: var(--tc-system-white) !important;
  border: 1px solid var(--tc-theme-primary) !important;
}

/*# sourceMappingURL=style.css.map */

.small-line {
  width: 20px;
  height: 1px;
  background: var(--tc-theme-primary);
}

.card-team .card-team-img {
  border-radius: 16px;
  background: #eff6ff;
  min-height: 400px;
  width: 100%;
}
.card-team .card-team-content {
  background: var(--tc-system-white);
  transform: translateY(-50%);
  width: 85%;
  padding: 29px 24px;
  border-radius: 16px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.card-team .card-team-content .btn-share .icon-shape::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 118px;
  bottom: 0;
  z-index: -2;
}
.card-team .card-team-content .btn-share .social-group {
  transition: all 0.4s linear;
  transform: translateY(-130%);
  z-index: -1;
}
@media (min-width: 1400px) {
  .card-team .card-team-content .btn-share .social-group {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.card-team .card-team-content .btn-share .social-group .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.card-team .card-team-content .btn-share .social-group .icon svg {
  height: 20px;
  width: 20px;
}
.card-team .card-team-content .btn-share .social-group .icon svg path {
  fill: var(--tc-system-black);
}
.card-team .card-team-content .btn-share .social-group .icon:hover {
  background: var(--tc-theme-primary);
}
.card-team .card-team-content .btn-share .social-group .icon:hover svg path {
  fill: var(--tc-system-white);
  transition-duration: 0.2s;
}
.card-team .card-team-content .btn-share:hover .social-group {
  transform: translateY(-130%);
  opacity: 1;
}

/* Map Responsive */
.map {
  position: relative;
  width: 100%;
  min-height: 450px;
}
.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .map {
    min-height: 350px;
  }
  .map iframe {
    height: 350px;
  }
}

/* Font Berita */
.bpkpd-boalemo-blog-details-section-1 p {
  font-size: 18px;
}