button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
button,
input {
  font-family: inherit;
  outline: 0;
}
input {
  line-height: normal;
}
button,
input {
  font-family: inherit;
  outline: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
p {
  margin: 0 0 10px;
}

main {
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
  ul {
    margin-top: 0;
    margin-bottom: 10px;
  }
  a {
    background-color: transparent;
  }
  a {
    text-decoration: none;
    font-size: 1rem;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  p,
  span {
    font-size: 1rem;
    line-height: 1.5;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }
  .container:after,
  .container:before {
    display: table;
    content: " ";
  }
  .container:after {
    clear: both;
  }

  /* @media screen and (max-width: 1024px) {
    [class*="col-"] {
      padding-right: 0.75rem;
      padding-left: 0.75rem;
    }
  } */
}

.main-section {
  padding-top: 6.875rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}

.hide {
  display: none !important;
}
.none {
  display: none !important;
}

.mb-16,
.my-16 {
  margin-bottom: 16px !important;
}
.mb-8,
.my-8 {
  margin-bottom: 8px !important;
}
.mt-16,
.my-16 {
  margin-top: 16px !important;
}
.pr-16,
.px-16 {
  padding-right: 16px !important;
}

.page-location .location-page {
  position: relative;
  padding-bottom: 3.2rem;
}
.page-location .location-page .alert-location {
  width: 100%;
  background-color: rgba(48, 48, 48, 0.48);
  color: #fff;
  right: 0;
  top: 12.5rem;
  padding: 1.25rem 0.75rem;
}
.page-location .location-page .alert-location.hide {
  display: none;
}
.page-location .location-wrapper {
  position: relative;
  margin-bottom: 0.625rem;
  min-height: 49.375rem;
}
.page-location .map-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding-bottom: 1.5rem;
}
.page-location .m-maps {
  height: 100%;
  width: 100%;
}
.page-location .m-maps-location {
  background: #fff;
}
.page-location .m-maps-location-container {
  min-height: 690px;
}
.page-location .m-maps-location-container-wrapper {
  padding: 30px;
  padding-bottom: 60px;
  color: #303030;
  position: relative;
  height: 350px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.page-location .m-maps-location-container-wrapper:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05),
    0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 16px 24px 2px rgba(0, 0, 0, 0.05);
}
.page-location .m-maps-location-container-wrapper a {
  display: table;
  bottom: 30px;
  font-size: 0.625rem;
  color: #1473e6;
}
.page-location .m-maps-location-container-wrapper a span {
  padding-right: 5px;
}
.page-location .m-maps-location-container-wrapper a:hover i {
  transform: translateX(4px);
}
.page-location .m-maps-location-container-wrapper a i {
  color: #1473e6;
  transition: transform 0.2s ease;
}
.page-location .m-maps-location-container-wrapper-code {
  color: #7c7c7c;
}
.page-location .m-maps-location-container-wrapper-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.page-location .m-maps-location-container-wrapper-address {
  color: #7c7c7c;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: lowercase;
}
.page-location .container.alert {
  margin-right: 0;
  padding-right: 0;
  width: auto;
  padding-left: 0;
}

.a-pagination_item {
  display: inline-block;
  color: #b0b0b0;
}
.a-pagination_item a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.a-pagination_item button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.a-pagination_item a:focus,
.a-pagination_item a:hover,
.a-pagination_item button:focus,
.a-pagination_item button:hover {
  background: #ddd;
  color: #303030;
}
.a-pagination_item a,
.a-pagination_item button {
  position: relative;
  padding: 0.5em 0.72em;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.a-pagination_item a:focus,
.a-pagination_item a:hover,
.a-pagination_item button:focus,
.a-pagination_item button:hover {
  background: #ddd;
  color: #303030;
}
.a-pagination_item.next a:focus,
.a-pagination_item.next a:hover,
.a-pagination_item.next button:focus,
.a-pagination_item.next button:hover,
.a-pagination_item.previous a:focus,
.a-pagination_item.previous a:hover,
.a-pagination_item.previous button:focus,
.a-pagination_item.previous button:hover {
  background: 0 0;
}
.a-pagination_item button,
.a-pagination_item i {
  font-size: 0.875rem;
}
.a-pagination_item button[disabled] {
  color: #b0b0b0;
  pointer-events: none;
}
.a-pagination_item button[disabled] i {
  color: inherit;
}
.a-pagination_item.is-active a,
.a-pagination_item.is-active button {
  color: #303030;
}
.a-pagination_item.is-active a:before,
.a-pagination_item.is-active button:before {
  content: "";
  position: absolute;
  height: 2px;
  right: 4px;
  bottom: 2px;
  left: 4px;
  background: #0066ae;
}

.maps-show-route {
  padding-top: 10px;
  padding-bottom: 5px;
}

.bg-white {
  background-color: #fff;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.loader-spin {
  display: none;
  margin-left: 120px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #0066ae;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
.loader-spin.is-active {
  display: block;
}

.tb {
  display: table;
}
.tb-cell {
  display: table-cell;
}

.va-middle {
  vertical-align: middle;
}

.a-text.a-text-hero {
  font-size: 3.5rem;
}
.a-text.a-text-title {
  font-size: 2rem;
  line-height: 1.25;
}
.a-text.a-text-subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
}
.a-text.a-text-small {
  font-size: 0.875rem;
}
.a-text.a-text-body {
  font-size: 1rem;
}
.a-text.a-text-paragraph {
  font-size: 1.125rem;
}

.a-button {
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  font-size: 1rem;
  min-width: 272px;
  display: inline-block;
  cursor: pointer;
}
.a-button.primary {
  background-color: #1473e6;
  color: #fff;
}
.a-button.secondary {
  background-color: transparent;
  color: #1473e6;
  border: 1px solid #1473e6;
}
.a-button.text-button {
  color: #1473e6;
  border-radius: 0;
}
.a-button.text-button:hover {
  color: #093967;
}
.a-button.inactive,
.a-button:disabled {
  background-color: #efefef;
  color: #b0b0b0;
  cursor: no-drop;
  pointer-events: none;
}

.text-button {
  color: #1473e6;
  border-radius: 0;
}

.ta-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.ta-center {
  text-align: center;
}

.a-visual-icon {
  display: inline-block;
  width: 6em;
  height: 6em;
  position: relative;
}

.a-visual-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}

.a-visual-icon.icon-no-result:before {
  background-image: url("https://pustaka.bca.co.id/assets-awan/bcacoid/lokasi/img/icons/atoms-visualicon-96-px-no-result.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.a-card {
  border-radius: 0.5625rem;
  width: 100%;
  margin-bottom: 0.9375rem;
  background-color: #fff;
  margin-bottom: 1.5625rem;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.a-card a {
  color: #000;
}
.a-card.shadow0 {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.03), 0 0 10px 0 rgba(0, 0, 0, 0.03);
}
.a-card .a-text-small {
  margin-bottom: 0;
  color: #6c6c6c;
}

.m-input-text {
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #b0b0b0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.m-input-text input {
  background-color: transparent;
  border: none;
  font-size: 1rem;
  outline: 0;
  padding: 16px 0 12px;
  width: 100%;
}
.m-input-text input:focus {
  border-color: #0066ae;
  outline: 0;
}

.m-filter {
  padding-bottom: 0.625rem;
}
.m-filter__backdrop {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.m-filter__backdrop.active {
  opacity: 1;
  z-index: 3;
  visibility: visible;
  z-index: 1010;
}
.m-filter__form {
  width: 100%;
  position: relative;
}
.m-filter__form .input-form {
  position: relative;
  max-width: 12.5rem;
  margin: 0 0 0 auto;
  transition: width 0.3s ease;
}
.m-filter__form .submit-form {
  position: absolute;
  border: none;
  background-color: transparent;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  right: 0;
  text-align: center;
}
.m-filter__form .m-input-text {
  margin-bottom: 0;
}
.m-filter__form .m-input-text.location-search.active {
  z-index: 1012;
  border-color: #fff;
  color: #fff;
}
.m-filter__form .m-input-text.location-search.active input::placeholder {
  color: #fff;
}
.m-filter__form .m-input-text.location-search.active .a-system-icon {
  color: #fff;
}
.m-filter__form .m-input-text input {
  height: 2.5rem;
  padding: 0 2.5rem 0 0;
}
.m-filter__form .submit-form-filter {
  position: absolute;
  height: 4rem;
  width: 2rem;
  top: 0;
  right: 0;
  text-align: center;
}
.m-filter__form
  .m-input-text.location-search
  + .m-filter__dropdown-modal
  .m-filter__dropdown-modal__content
  .m-filter__search-location {
  padding: 1rem 1.5rem;
}
.m-filter__form
  .m-input-text.location-search
  + .m-filter__dropdown-modal
  .m-filter__dropdown-modal__content
  .mobile-only {
  display: none;
}
.m-filter__form
  .m-input-text.location-search
  + .m-filter__dropdown-modal
  .m-filter__dropdown-modal__content
  .submit-form-mobile {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.m-filter__form .m-location-search-mobile {
  display: none;
  position: relative;
  border: none;
  border-bottom: 1px solid #b0b0b0;
  background-color: transparent;
  outline: 0;
  width: 100%;
  height: 2.5rem;
  padding: 0 2.5rem 0 0;
}
.m-filter__form .m-location-search-mobile .text {
  display: block;
  text-align: left;
  color: #7c7c7c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-filter__form .m-location-search-mobile .text.black {
  color: #000;
}

.m-top {
  margin-top: 2.5rem;
}

.checkbox-custom {
  margin-top: 1.5rem;
}
.checkbox-custom label {
  font-size: 16px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #303030;
}
.checkbox-custom input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
.checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background: 0 0;
  border: solid 0.5px #d8d8d8;
  border-radius: 30%;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 11px;
  border: solid #f1f5f8;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-custom input:checked + label:before {
  background-color: #1473e6;
}
.m-filter .checkbox-custom input:checked + label:before {
  border-color: #1473e6;
}

.m-tabs-wrapper {
  display: none;
}
.m-tabs-wrapper.active-state {
  display: block;
}
.m-tabs-menu {
  padding-left: 0;
}
.m-tabs-menu a:hover {
  color: #1473e6;
}
.m-tabs-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 1.375rem;
}
.m-tabs-menu a {
  font-size: 1.5rem;
  color: #6c6c6c;
  display: inline-block;
  position: relative;
}
.m-tabs-menu a.active {
  margin-bottom: 20px;
}
.m-tabs-menu a.active {
  color: #1473e6;
}
.m-tabs-menu a:before {
  content: "";
  position: absolute;
  background: #1473e6;
  height: 4px;
  bottom: -16px;
  left: 2px;
  width: 0;
  border-radius: 1px;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.m-tabs-menu a.active:before {
  width: 32px;
}

.m-pagination.location {
  width: 48%;
  text-align: end;
}

.m-filter .checkbox-custom label:before {
  border-width: 2px;
}

.m-filter__dropdown {
  display: inline-block;
  position: relative;
}
.m-filter__dropdown.active {
  z-index: 1012;
}
.m-filter__dropdown-button {
  width: 6.875rem;
}
.m-filter__dropdown-button span {
  padding-right: 0.5rem;
}
.m-filter__dropdown-modal {
  position: absolute;
  text-align: left;
  font-size: 0.75rem;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.m-filter__dropdown-modal ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.m-filter__dropdown-modal__content {
  padding: 0.625rem 1.5625rem;
  max-height: 11.71875rem;
  overflow-x: auto;
}
.m-filter__dropdown-modal__content .checkbox-custom {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.m-filter__dropdown-modal__content-list {
  display: none;
}
.m-filter__dropdown-modal__content-list li.location-result {
  font-size: 1rem;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  color: #7c7c7c;
}
.m-filter__dropdown-modal__content-list li.location-result:hover {
  background-color: #efefef;
}
.m-filter__dropdown-modal__content-list li.location-result .a-system-icon {
  font-size: 1rem;
  padding-right: 1rem;
}
.m-filter__dropdown-modal__content-list li.location-result span.strong {
  color: #303030;
}
.m-filter__dropdown-modal__content-list li.location-result:first-child {
  padding-top: 1rem;
}
.m-filter__dropdown-modal__content-list.active {
  display: block;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
}
.m-filter__dropdown-modal__content-list.active .checkbox-custom label {
  display: flex;
  white-space: pre-wrap;
}
.m-filter__dropdown-modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.m-filter__dropdown-modal.depend-with-button {
  max-width: 336px;
  width: 100%;
  right: 0;
  margin-top: 15px;
}
.m-filter__dropdown-modal.active {
  opacity: 1;
  z-index: 1012;
  visibility: visible;
}
.m-filter__form .m-input-text.location-search + .m-filter__dropdown-modal {
  width: 336px;
}
.m-filter__dropdown-modal__header .m-filter__dropdown-modal__close {
  display: none;
  border: 0;
  position: absolute;
  top: 0.25rem;
  right: 1.25rem;
  width: 40px;
  height: 3.75rem;
}
.m-filter__dropdown-modal__footer {
  background-color: #fff;
  padding: 1.5rem;
  padding-top: 16px;
}
.m-filter__form
  .m-input-text.location-search
  + .m-filter__dropdown-modal
  .m-filter__dropdown-modal__close
  i {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 1.125rem;
}
.m-filter__form
  .m-input-text.location-search
  + .m-filter__dropdown-modal
  .m-filter__dropdown-modal__content {
  padding: 0;
}
.m-filter__dropdown-modal .a-cards {
  background-color: #f1f5f8;
  overflow: hidden;
  border-radius: 0.75rem;
}
.m-filter__dropdown-button .badge {
  display: none;
  background-color: #fff;
  border-radius: 0.75rem;
  color: #1473e6;
  text-align: center;
  padding: 0;
  width: 1.5625rem;
}
.m-filter__dropdown-button.has-filter .badge {
  display: inline-block;
}
.m-filter__dropdown-modal__header .a-text.a-text-title {
  display: none;
}
.m-filter__dropdown-modal__header-tab {
  display: table;
  width: 100%;
  border-bottom: solid 1px rgba(176, 176, 176, 0.35);
}
.m-filter__dropdown-modal__header-tab li {
  display: table-cell;
}
.m-filter__action {
  white-space: nowrap;
  padding-left: 0.9375rem;
  width: 1%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.m-filter__action a,
.m-filter__action button {
  cursor: pointer;
  color: #1473e6;
  display: inline-block;
  height: 2.5rem;
  border: 1px solid #1473e6;
  border-radius: 12.5rem;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-align: center;
}
.m-filter__action a.active-btn,
.m-filter__action a:hover,
.m-filter__action button.active-btn,
.m-filter__action button:hover {
  background: #1473e6;
  color: #fff;
}
.m-filter__action a i,
.m-filter__action button i {
  font-size: 1rem;
}
.m-filter__action a i,
.m-filter__action a span,
.m-filter__action button i,
.m-filter__action button span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.m-filter__dropdown-button.active,
.m-filter__dropdown-button.has-filter {
  color: #fff;
  background-color: #1473e6;
}
.m-filter__dropdown-button.active i,
.m-filter__dropdown-button.has-filter i {
  color: #fff;
}
.m-filter__dropdown-button.has-filter i {
  display: none;
}
.m-filter__action a.active-btn i,
.m-filter__action a:hover i,
.m-filter__action button.active-btn i,
.m-filter__action button:hover i {
  color: #fff;
}
.m-filter__dropdown-modal__footer a {
  width: 100%;
  border-color: transparent;
}
.m-filter__dropdown-modal__footer a.primary {
  height: 3.5rem;
  border-radius: 1.875rem;
  margin: 0;
}
.m-filter__dropdown-modal__footer a.text-button {
  margin: 0;
  padding: 1.6rem 0 2.4rem;
}
.m-filter__dropdown-modal__footer a.text-button:hover {
  background-color: transparent;
}

.m-filter__dropdown-modal__header-tab a {
  border: 0;
  border-bottom: 4px solid transparent;
  width: 100%;
  border-radius: 0;
  color: #000;
  height: 3.75rem;
}
.m-filter__dropdown-modal__header-tab a.active,
.m-filter__dropdown-modal__header-tab a:hover {
  border-color: #1473e6;
}
.m-filter__dropdown-modal__header-tab a:hover {
  color: #1473e6;
  background-color: transparent;
}
.m-filter__dropdown-modal__header-tab a span {
  margin-top: 4px;
}
.m-filter__dropdown-modal__header-tab a .badge {
  border-radius: 0.75rem;
  color: #fff;
  text-align: center;
  padding: 0;
  background-color: #1473e6;
  display: inline-block;
  width: 1.5625rem;
  margin-left: 0.625rem;
}

.o-header-title .m-tabs-menu a:before {
  bottom: -1.5rem;
}
.o-header-title h1 {
  margin-bottom: 1rem;
}
.o-header-title .m-tabs-menu {
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.a-cards {
  border-radius: 0.5625rem;
  width: 100%;
  margin-bottom: 0.9375rem;
  background-color: #fff;
}
.a-cards.shadow0 {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.03), 0 0 10px 0 rgba(0, 0, 0, 0.03);
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .m-filter__dropdown-modal__content {
    max-height: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .tb {
    width: 100%;
  }
  .m-tabs {
    margin: 0 -1.5rem;
  }
  .m-tabs-menu {
    white-space: nowrap;
    overflow-x: auto;
    padding-right: 1.5rem;
    margin: 0;
    padding-bottom: 1.6rem;
  }
  .m-filter {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }
  .m-filter__wrapper {
    background-color: #fff;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.9rem;
  }
  .m-filter__form .input-form {
    max-width: 100%;
  }
  .m-filter__form .m-input-text.location-search + .m-filter__dropdown-modal {
    width: 100%;
    max-width: unset;
  }
  .o-header-title {
    margin: 0 -0.75rem;
  }
  .o-header-title .a-title {
    padding: 0 0.75rem;
  }
  .o-header-title .m-tabs {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 0;
  }
  .o-header-title .m-tabs-menu {
    padding: 0 1.5rem;
    margin-bottom: 0;
    height: auto;
    padding-bottom: 1.5rem;
  }
  .page-location .map-container {
    width: 100%;
    position: relative;
    height: 720px;
  }
}
@media screen and (max-width: 768px) {
  .a-text.a-text-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .a-text.a-text-subtitle {
    font-size: 1.25rem;
    line-height: 1.625rem;
    word-break: break-word;
  }
  .scrolling {
    margin: -62px 0 0;
    height: 62px;
    pointer-events: none;
    position: relative;
    width: 100%;
  }
  .scrolling.bg-gray {
    background: linear-gradient(to right, rgba(255, 0, 0, 0) 75%, #f1f5f8);
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 75%,
      #f1f5f8
    );
  }
  .m-top {
    margin-top: -1rem;
  }
  .a-text.a-text-hero {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .m-tabs-menu {
    padding-left: 0.875rem;
  }
  .m-tabs-menu a {
    font-size: 1.25rem;
  }
  .m-filter__form .m-input-text.location-search {
    display: none;
  }
  .m-filter__form
    .m-input-text.location-search
    + .m-filter__dropdown-modal
    .m-filter__dropdown-modal__content
    .mobile-only.a-system-icon {
    display: inline-block;
  }
  .m-filter__dropdown-modal {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0 !important;
  }
  .m-filter__dropdown-modal__content-list li.location-result {
    padding: 0.75rem 1.5rem;
  }
  .m-filter__dropdown-modal.depend-with-button {
    max-width: 100%;
  }
  .m-filter__dropdown-modal__header .m-filter__dropdown-modal__close {
    display: block;
  }
  .m-filter__dropdown-modal__content {
    max-height: unset;
    height: calc(100vh - 307px);
  }
  .m-filter__form
    .m-input-text.location-search
    + .m-filter__dropdown-modal
    .m-filter__dropdown-modal__content {
    height: 100vh;
    padding-top: 72px;
  }
  .m-filter__form
    .m-input-text.location-search
    + .m-filter__dropdown-modal
    .m-filter__dropdown-modal__content
    .mobile-only {
    display: block;
  }
  .m-filter__form .m-location-search-mobile {
    max-width: 31.25rem;
  }
  .m-filter__form .m-location-search-mobile {
    display: block;
  }
  .m-filter__dropdown-modal__header .a-text.a-text-title {
    padding: 0 1.5rem;
    display: block;
    font-size: 2rem;
  }
  .m-filter__dropdown-modal__footer {
    position: absolute;
    width: 100%;
    z-index: 1013;
    bottom: 0;
  }
  .a-button {
    width: 100%;
    margin-top: 2rem;
    padding: 16px 0;
  }
  .page-location .location-page .alert-location {
    padding: 1.25rem 1.5rem;
  }
  .page-location .map-container {
    width: 100%;
    position: relative;
    height: 400px;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .loader-spin {
    margin-left: 45%;
  }
  .m-pagination.location {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .m-filter__form .m-location-search-mobile {
    max-width: 14.375rem;
  }
}

.m-tabs-menu a.active {
  margin-bottom: 20px;
}

.maps-show-route {
  padding-top: 10px;
  padding-bottom: 5px;
}

.a-card--landscape .shine,
.block,
.checkbox-forms-custom input:checked ~ .checkmark:after,
.dis-block,
.radiobox-forms-custom input:checked ~ .checkmark:after,
.radiobox-group .field-validation-error,
span.field-validation-error {
  display: block;
}

[tabindex] {
  outline: 0 !important;
}

.a-system-icon.icon-twitter:before {
  content: url("https://pustaka.bca.co.id/assets-awan/bcacoid/general/images/X-Logo-Web-White.png");
}

.custom-map-control-button {
  appearance: button;
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 10px;
  padding: 0 0.5em;
  height: 40px;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
}

.m-filter__dropdown-modal__content-list.active {
  padding-bottom: 0;
}
