.agency_detail {
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 8px;
  margin: 8px 0;
}
.agency_detail .title {
  font-size: 20px;
  color: #000000;
}
.agency_detail p.range {
  font-size: 14px;
  color: #000000;
  margin: 12px 0;
}
.agency_detail .agency_info .content {
  float: left;
  width: 40%;
  padding-left: 25px;
}
.agency_detail .agency_info .content .search form input {
  float: left;
  height: 40px;
  width: 90%;
  padding: 15px;
  border: none;
  font-size: 15px;
  color: #000000;
  border-radius: 12px 0 0 12px;
  border: 1px solid #d9d9d9;
}
.agency_detail .agency_info .content .search form input:focus {
  outline: none;
}
.agency_detail .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_detail .agency_info .content .search form button i {
  font-size: 16px;
  color: #ffffff;
}
.agency_detail .agency_info .content .search form button:hover {
  background: #c23700;
}
.agency_detail .agency_info .content .search form button a {
  display: block;
}
.agency_detail .agency_info .content .search form button a i {
  font-size: 16px;
  color: #ffffff;
}
.agency_detail .agency_info .content .search .location {
  padding-top: 15px;
  color: #ffffff;
}
.agency_detail .agency_info .content .search .location i {
  padding-right: 5px;
}
.agency_detail .agency_info .content .list_agency {
  display: inline-block;
  margin-top: 16px;
}
.agency_detail .agency_info .content .list_agency::-webkit-scrollbar-thumb {
  background: #000000;
}
.agency_detail .agency_info .content .list_agency::-webkit-scrollbar {
  width: 2px;
}
.agency_detail .agency_info .content .list_agency .item {
  display: inline-block;
  padding: 16px;
  margin-top: 16px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.agency_detail .agency_info .content .list_agency .item .icon_logo {
  float: left;
}
.agency_detail .agency_info .content .list_agency .item .icon_logo img {
  border-radius: 50%;
}
.agency_detail .agency_info .content .list_agency .item .info_agency {
  float: left;
}
.agency_detail .agency_info .content .list_agency .item .info_agency .name_agency {
  font-size: 16px;
  margin: 0;
  color: #000000;
}
.agency_detail .agency_info .content .list_agency .item .info_agency .phone_agency {
  font-size: 14px;
  color: #000000;
}
.agency_detail .agency_info .content .list_agency .item .info_agency .phone_agency .fa-phone {
  color: #c3002f;
  font-size: 17px;
}
.agency_detail .agency_info .content .list_agency .item .info_agency .phone_agency .fa-chevron-right {
  color: #c3002f;
  padding-left: 30px;
}
.agency_detail .agency_info .content .list_agency .item .info_agency .address_agency {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}
.agency_detail .agency_info .content .list_agency .item .info_agency .detail_agency {
  font-size: 14px;
  color: #343434;
  line-height: 23px;
}
.agency_detail .agency_info .content .list_agency .item .info_agency .time-working a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.agency_detail .agency_info .content .list_agency .item:hover {
  background: #f4f4f4;
}
.agency_detail .agency_info .map {
  float: left;
  width: 60%;
}
.agency_detail .agency_info .map #gmap {
  height: 740px !important;
}
.agency_detail .agency_info .map img {
  width: 100%;
}

.autocomplete-suggestions {
  width: 400px !important;
  padding: 15px;
  background: #ffffff;
  top: 180px !important;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding-bottom: 5px;
}
.autocomplete-suggestions .autocomplete-suggestion label {
  font-weight: 100;
}
.autocomplete-suggestions .autocomplete-suggestion label a {
  color: #000000;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
  .agency_detail {
    margin-top: 0 !important;
  }
  .agency_detail h1 {
    padding-bottom: 12px;
  }
  .agency_info {
    display: grid !important;
  }
  .agency_info .map {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .agency_info .content {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .agency_info .content .list_agency {
    height: unset !important;
  }
  .agency_info .content .list_agency .item {
    padding: 0 !important;
  }
  .agency_info input {
    font-size: 14px !important;
  }
}
.go_back {
  font-size: 12px;
  color: #000000;
}

#missingCredential {
  z-index: 0 !important;
}

.breadcrumb {
  padding: 0 !important;
}

.box-tags {
  border-radius: 10px;
}/*# sourceMappingURL=detail.css.map */