.banner-service-center {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.banner-service-center__holder {
  background-color: #0F1C85;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px;
}
.banner-service-center .title-section {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.banner-service-center .form-select {
  height: 60px;
  border-radius: 0;
  text-transform: uppercase;
}
.banner-service-center .form-select:focus {
  box-shadow: none;
}
.banner-service-center__desc {
  margin-top: 40px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1536.98px) {
  .banner-service-center__desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .banner-service-center__desc {
    font-size: 0.875rem;
  }
}
.banner-service-center .select-holder {
  position: relative;
}
.banner-service-center .select-holder .btn-drop {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #fff;
  position: relative;
  text-align: left;
  padding: 0 20px;
  text-transform: uppercase;
  color: #2B2B2B;
}
.banner-service-center .select-holder .btn-drop:before {
  content: "";
  background-image: url(../../images/icons/arrow.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(11%) saturate(9%) hue-rotate(319deg) brightness(100%) contrast(88%);
}
.banner-service-center .dropdown-content {
  height: 300px;
  width: 100%;
  padding: 15px 0;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #fff;
  overflow: auto;
  border: 1px solid #efefef;
  z-index: 2;
  transition: 0.2s;
  visibility: hidden;
}
.banner-service-center .dropdown-content.show {
  transition: 0.2s;
  visibility: visible;
}
.banner-service-center .dropdown-content .province-link {
  display: block;
  padding: 5px 20px;
  text-transform: uppercase;
}
.banner-service-center .dropdown-content .province-link:hover, .banner-service-center .dropdown-content .province-link.active {
  background-color: #F0F5FF;
}
@media (max-width: 991.98px) {
  .banner-service-center__holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-service-center .title-section {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .banner-service-center__desc {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-service-center {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-service-center__text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-service-center .maps {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .banner-service-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-service-center__holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-service-center .title-section {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.total {
  margin-bottom: 30px;
}
.total .selected-province {
  font-weight: 600;
}
.total__left, .total__right {
  font-size: 1.125rem;
  color: #2B2B2B;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
}
@media screen and (max-width: 1536.98px) {
  .total__left, .total__right {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .total__left, .total__right {
    font-size: 0.875rem;
  }
}
.total__right {
  float: right;
}
@media (max-width: 1349.98px) {
  .total__left, .total__right {
    float: none;
  }
  .total__left {
    margin-bottom: 15px;
  }
  .total__right {
    opacity: 0.5;
  }
}

.location {
  padding-bottom: 40px;
}
.location__holder {
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 20px 30px;
  max-width: 950px;
  overflow: auto;
}
.location__list {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}
.location__list:last-child {
  border-bottom: none;
}
.location .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2B2B2B;
}
@media screen and (max-width: 1536.98px) {
  .location .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .location .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .location .title {
    font-size: 1rem;
  }
}
.location .address,
.location .telp,
.location .whatsapp,
.location .email {
  font-size: 1.125rem;
  color: #707070;
}
@media screen and (max-width: 1536.98px) {
  .location .address,
  .location .telp,
  .location .whatsapp,
  .location .email {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .location .address,
  .location .telp,
  .location .whatsapp,
  .location .email {
    font-size: 0.875rem;
  }
}
.location .address a,
.location .telp a,
.location .whatsapp a,
.location .email a {
  color: #0F1C85;
  transition: 0.3s ease;
}
.location .address a:hover,
.location .telp a:hover,
.location .whatsapp a:hover,
.location .email a:hover {
  opacity: 0.4;
}
.location .telp {
  margin-top: 20px;
}
.location .telp span {
  float: left;
  padding-right: 10px;
}
.location .telp ul {
  padding-left: 0;
  margin-bottom: 0;
  float: left;
}
.location .telp ul li {
  list-style: none;
  float: left;
}
.location .telp ul li + li {
  padding-left: 10px;
}
.location .telp ul li + li:before {
  content: "/";
  padding-right: 10px;
}
@media (max-width: 1536.98px) {
  .location__holder {
    max-height: 800px;
  }
}
@media (max-width: 1349.98px) {
  .location__holder {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .location {
    padding-bottom: 40px;
  }
  .location__holder {
    max-height: 760px;
    overflow: auto;
  }
}

.maps__list {
  display: none;
}
.maps__list.active {
  display: block;
}
.maps__list.hidden {
  display: none;
}
.maps__list iframe {
  width: 100% !important;
  height: 950px !important;
  border-radius: 20px;
}
@media (max-width: 1536.98px) {
  .maps__list iframe {
    height: 800px !important;
  }
}
@media (max-width: 991.98px) {
  .maps {
    margin-bottom: 40px;
  }
  .maps__list iframe {
    height: 450px !important;
  }
}

/*# sourceMappingURL=service-center.css.map*/