a {
  text-decoration: none !important;
}
.section-kantor-banner {
  height: max-content;
}
.container-content-banner {
  position: relative;
  display: block;
  width: 100%;
}
.img-banner-kantor {
  opacity: 1;
  display: block;
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 20px;
  backface-visibility: hidden;
}
.banner-content-title,
.title-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-content-title {
  border-radius: 20px;
  color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: inherit;
}
.title-banner {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
/* Filter */
.dropdown-menu-sortir {
  height: 11rem;
  max-height: 11rem;
  overflow: scroll;
}
.dropdown-item.sortUrutkan,
.dropdown-item.sortUrutkan:focus {
  border: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
.btn-content-kantor {
  width: inherit;
  font-weight: 800;
  color: #5b5b5b;
}
.btn-content-kantor.active {
  background-color: #fdd314;
}
.btn-content-kantor:focus {
  outline: 0;
  box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important;
  -webkit-box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important;
  -moz-box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important;
}
.btn-content-kantor,
.card-kantor {
  border-radius: 15px;
  box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
  -webkit-box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
  -moz-box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
}
.card-kantor {
  border: none;
}
.card-header-title {
  background-color: #fff;
  border-bottom: #e4e4e4 1px solid;
  margin-left: 1rem;
  margin-right: 1rem;
}
.btn-kantor-loading:hover {
  cursor: wait !important;
  text-decoration: none;
}
.btn-kantor,
.btn-kantor-loading {
  font-weight: 800;
  color: #5b5b5b;
}
.btn-kantor:focus,
.btn-kantor-loading:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn-kantor:hover,
.btn-kantor:active {
  text-decoration: none;
  color: #000;
}
.btn-kantor img {
  vertical-align: middle;
  padding-bottom: .125rem;
  padding-right: .5rem;
  display: inline-flex;
}
.btn-kantor::after {
  content: "\f107";
  color: #333;
  float: right;
  margin-left: .5rem;
  font-family: "FontAwesome";
  font-size: 1.25rem;
}
.btn-kantor[aria-expanded="true"]::after {
  content: "\f106";
}
.img-logo-btn {
  width: 29px;
  height: 24px;
}
.nama-kantor {
  font-weight: 700;
  color: #000;
  font-size: 1.1rem;
}
.alamat-kantor {
  font-weight: 400;
  color: #000;
}
.list-kantor {
  cursor: pointer;
}
/* Detail Bisnis Unit */
.section-content-detail-unit {
  height: max-content;
}
.container-detail-unit,
.wrapper-list-sub-unit {
  display: grid;
}
.card-sidebar,
.card-bisnis-unit {
  padding: 1rem;
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
  -webkit-box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
  -moz-box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
}
.title-menu-sidebar {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
.border-bottom {
  width: 25%;
  border-bottom: 2px solid #fdd314!important
}
.card-sidebar-list-sub-unit {
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 8px 0px rgba(194,194,194,1);
  -webkit-box-shadow: 0 0 8px 0px rgba(194,194,194,1);
  -moz-box-shadow: 0 0 8px 0px rgba(194,194,194,1);
}
.link-list-sub-unit {
  color: #000;
}
.link-list-sub-unit:hover {
  color: #7f7f7f;
  text-decoration: none;
}
.title-unit,
.title-sub-unit,
.card-sidebar-list-sub-unit .subtitle-sub-unit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-unit,
.title-sub-unit {
  font-weight: 700;
}
.title-unit {
  font-size: 1.5rem;
  line-height: 1.25;
}
.subtitle-sub-unit,
.subtitle-contact-sub-unit {
  font-size: .875em;
}
.subtitle-contact-sub-unit {
  overflow: hidden;
}
.btn-direction {
  background-color: #fdd314;
  border-radius: .75rem;
  font-size: .875em;
}

/* Small devices (portrait phones, 575px and down) */
@media only screen and (max-width: 575px) {
  .btn-sortir {
    width: inherit;
  }
  .img-logo-unit {
    width: 15rem;
    height: max-content;
  }
  .container-detail-unit {
    grid-template-columns: 100%;
    row-gap: 1rem;
  }
  .wrapper-list-sub-unit {
    grid-template-columns: 100%;
    row-gap: .5rem;
  }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  .img-logo-unit {
    width: 15rem;
    height: max-content;
  }
  .container-detail-unit {
    grid-template-columns: 100%;
    row-gap: 1rem;
  }
  .wrapper-list-sub-unit {
    grid-template-columns: 100%;
    row-gap: .5rem;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container-detail-unit {
    grid-template-columns: auto;
    column-gap: 2rem;
  }
  .wrapper-list-sub-unit {
    grid-template-columns: 49% 49%;
    column-gap: 1rem;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container-detail-unit {
    grid-template-columns: auto 22rem !important;
    column-gap: 1.5rem !important;
  }
  .wrapper-list-sub-unit {
    grid-template-columns: 100%;
    column-gap: 1rem;
    row-gap: .5rem;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container-detail-unit {
    grid-template-columns: auto 23rem !important;
    column-gap: 4rem !important;
  }
}