.agency_home {
  border-radius: 0 0 10px 10px;
  padding: 16px;
  margin-bottom: 8px;
}
.agency_home .title {
  font-size: 20px;
  color: #000000;
}
.agency_home .agency_info .content {
  float: left;
  width: 40%;
  padding-left: 25px;
}
.agency_home .agency_info .content .search form input {
  float: left;
  height: 40px;
  width: 90%;
  padding: 15px;
  border: none;
  font-size: 14px;
  color: #000000;
  border-radius: 12px 0 0 12px;
  border: 1px solid #d9d9d9;
}
.agency_home .agency_info .content .search form input:focus {
  outline: none;
}
.agency_home .agency_info .content .search form button {
  height: 40px;
  width: 10%;
  background-color: #f15928;
  box-shadow: none;
  border: none;
  border-radius: 0 12px 12px 0;
}
.agency_home .agency_info .content .search form button i {
  font-size: 16px;
  color: #ffffff;
}
.agency_home .agency_info .content .search form button:hover {
  background: #c23700;
}
.agency_home .agency_info .content .search form button a {
  display: block;
}
.agency_home .agency_info .content .search form button a i {
  font-size: 25px;
  color: #ffffff;
}
.agency_home .agency_info .content .search .location {
  padding-top: 15px;
  color: #ffffff;
}
.agency_home .agency_info .content .search .location i {
  padding-right: 5px;
}
.agency_home .agency_info .content .list_agency {
  display: inline-block;
  overflow-y: scroll;
  height: 670px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .agency_home .agency_info .content .list_agency {
    height: unset;
  }
}
.agency_home .agency_info .content .list_agency::-webkit-scrollbar-thumb {
  background: #000000;
}
.agency_home .agency_info .content .list_agency::-webkit-scrollbar {
  width: 2px;
}
.agency_home .agency_info .content .list_agency .item {
  display: inline-block;
  padding: 16px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.agency_home .agency_info .content .list_agency .item .icon_logo {
  float: left;
}
.agency_home .agency_info .content .list_agency .item .icon_logo img {
  border-radius: 50%;
}
.agency_home .agency_info .content .list_agency .item .info_agency {
  float: left;
}
.agency_home .agency_info .content .list_agency .item .info_agency .name_agency {
  font-size: 16px;
  margin: 0;
  color: #000000;
}
.agency_home .agency_info .content .list_agency .item .info_agency .phone_agency {
  font-size: 14px;
  color: #000000;
}
.agency_home .agency_info .content .list_agency .item .info_agency .phone_agency .fa-phone {
  color: #c3002f;
  font-size: 17px;
}
.agency_home .agency_info .content .list_agency .item .info_agency .phone_agency .fa-chevron-right {
  color: #c3002f;
  padding-left: 30px;
}
.agency_home .agency_info .content .list_agency .item .info_agency .address_agency {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}
.agency_home .agency_info .content .list_agency .item .info_agency .detail_agency {
  font-size: 14px;
  color: #343434;
  line-height: 23px;
}
.agency_home .agency_info .content .list_agency .item:hover {
  background: #f4f4f4;
}
.agency_home .agency_info .map {
  float: left;
  width: 60%;
}
.agency_home .agency_info .map #gmap {
  height: 740px !important;
}
.agency_home .agency_info .map img {
  width: 100%;
}

body {
  background: #f2f2f7;
}

.autocomplete-suggestions {
  width: 400px !important;
  padding: 10px;
  background: #ffffff;
  top: 180px !important;
}
@media (max-width: 767px) {
  .autocomplete-suggestions {
    top: 908px !important;
  }
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding-bottom: 5px;
}
.autocomplete-suggestions .autocomplete-suggestion label {
  font-weight: 100;
}
.autocomplete-suggestions .autocomplete-suggestion label a {
  font-size: 16px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 0 !important;
  }
  .agency_home {
    padding: 0 15px;
  }
  .agency_home h1 {
    padding-bottom: 12px;
  }
  .agency_info {
    display: grid !important;
    margin-bottom: 0 !important;
  }
  .agency_info .map {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .agency_info .content {
    width: 100% !important;
    padding: 0 !important;
  }
  .agency_info .content .search {
    padding: 0 15px;
  }
  .agency_info input {
    font-size: 14px !important;
  }
  .list_agency .item {
    padding: 15px !important;
  }
}
#missingCredential {
  z-index: 0 !important;
}

.breadcrumbs {
  margin-top: 8px;
}

.breadcrumb {
  background: #ffffff !important;
  border-radius: 10px 10px 0 0;
  padding: 16px !important;
  max-width: 1200px;
  margin: auto;
  gap: 8px;
}
.breadcrumb .breadcumbs-first a span {
  color: #000000;
}
.breadcrumb .fl-left a span {
  color: #000000;
}

.box-tags {
  border-radius: 10px;
}

a.accordion-link.active.show.p-0 {
  color: #000000 !important;
}
a.accordion-link.active.show.p-0:hover {
  color: #f15928 !important;
}/*# sourceMappingURL=home.css.map */