.agency_home {
  margin: 50px 0;
}
.agency_home .title_h1 {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.agency_home .agency_mobile {
  display: none;
}
.agency_home .agency_info {
  display: block;
}
.agency_home .agency_info .content {
  float: left;
  width: 35%;
}
.agency_home .agency_info .content .search {
  padding: 20px;
  background: #000000;
}
.agency_home .agency_info .content .search form input {
  float: left;
  height: 44px;
  width: 80%;
  padding: 15px;
  border: none;
}
.agency_home .agency_info .content .search form input:focus {
  outline: none;
}
.agency_home .agency_info .content .search form button {
  float: left;
  height: 44px;
  width: 20%;
  background-color: #E42014;
  box-shadow: none;
  border: none;
}
.agency_home .agency_info .content .search form button i {
  font-size: 25px;
  color: #ffffff;
}
.agency_home .agency_info .content .search form button:hover {
  background: #E42014;
}
.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 {
  padding: 0px 20px 20px 20px;
  display: inline-block;
  background: #F9F9F9;
  overflow-y: scroll;
  height: 656px;
  width: 100%;
}
.agency_home .agency_info .content .list_agency::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.agency_home .agency_info .content .list_agency::-webkit-scrollbar {
  width: 2px;
}
.agency_home .agency_info .content .list_agency .item {
  display: inline-block;
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}
.agency_home .agency_info .content .list_agency .item .icon_logo {
  float: left;
  width: 20%;
}
.agency_home .agency_info .content .list_agency .item .info_agency {
  float: left;
  width: 80%;
}
.agency_home .agency_info .content .list_agency .item .info_agency .name_agency {
  font-size: 14px;
  font-family: GoogleSans-Bold;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}
.agency_home .agency_info .content .list_agency .item .info_agency .phone_agency {
  padding: 5px 0;
  font-size: 14px;
  color: #343434;
}
.agency_home .agency_info .content .list_agency .item .info_agency .phone_agency .fa-phone {
  color: #DA3431;
  padding-right: 10px;
  font-size: 17px;
}
.agency_home .agency_info .content .list_agency .item .info_agency .address_agency {
  font-size: 14px;
  line-height: 23px;
  color: #343434;
}
.agency_home .agency_info .content .list_agency .item .info_agency .detail_agency {
  line-height: 23px;
  padding: 10px 0;
}
.agency_home .agency_info .content .list_agency .item .info_agency .detail_agency a {
  color: #1D8843;
}
.agency_home .agency_info .map {
  float: left;
  width: 65%;
}
.agency_home .agency_info .map #gmap {
  height: 740px !important;
}
.agency_home .agency_info .map img {
  width: 100%;
}

.autocomplete-suggestions {
  top: 335px !important;
  width: 380px !important;
  padding: 15px;
  background: #ffffff;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding-bottom: 5px;
}
.autocomplete-suggestions .autocomplete-suggestion label {
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .menu_pro {
    display: none !important;
  }
  .autocomplete-suggestions {
    width: 345px !important;
    border: 1px solid #ccc;
  }
  .agency_home .title {
    display: none;
  }
  .agency_home .agency_info {
    display: none;
  }
  .agency_home .agency_mobile {
    display: block;
    padding-top: 20px;
  }
  .agency_home .agency_mobile .search {
    padding: 15px;
    background: #000000;
  }
  .agency_home .agency_mobile .search form input {
    float: left;
    height: 44px;
    width: 80%;
    padding: 15px;
    border: none;
  }
  .agency_home .agency_mobile .search form input:focus {
    outline: none;
  }
  .agency_home .agency_mobile .search form button {
    float: left;
    height: 44px;
    width: 20%;
    background-color: #1D8843;
    box-shadow: none;
    border: none;
  }
  .agency_home .agency_mobile .search form button i {
    font-size: 25px;
    color: #ffffff;
  }
  .agency_home .agency_mobile .search form button:hover {
    background: #1D8843;
  }
  .agency_home .agency_mobile .search form button a {
    display: block;
  }
  .agency_home .agency_mobile .search form button a i {
    font-size: 25px;
    color: #ffffff;
  }
  .agency_home .agency_mobile .search .location {
    padding-top: 15px;
    color: #FFFFff;
  }
  .agency_home .agency_mobile .search .location i {
    padding-right: 5px;
  }
  .agency_home .agency_mobile .nav-tabs {
    margin-top: 15px;
    border-bottom: none;
  }
  .agency_home .agency_mobile .nav-tabs li {
    width: 50%;
    background: #D8D8D8;
    text-align: center;
  }
  .agency_home .agency_mobile .nav-tabs li:first-child a {
    border-right: none;
  }
  .agency_home .agency_mobile .nav-tabs li a {
    font-size: 14px;
    color: #343434;
    border: 1px solid #C1C1C1;
    border-radius: 0;
    margin: 0;
    height: 45px;
  }
  .agency_home .agency_mobile .nav-tabs li a i {
    padding-right: 5px;
  }
  .agency_home .agency_mobile .nav-tabs li.active {
    background: #FFFFff;
  }
  .agency_home .agency_mobile .nav-tabs li.active a {
    border-bottom: 1px solid #C1C1C1;
  }
  .agency_home .agency_mobile .nav-tabs li.active a:before {
    content: "";
    background: url(../images/line.svg);
    position: absolute;
    width: 94px;
    height: 4px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .agency_home .agency_mobile .tab-content {
    padding-top: 15px;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency {
    display: inline-block;
    background: #F9F9F9;
    overflow-y: scroll;
    height: 620px;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency::-webkit-scrollbar-thumb {
    background: #ffffff;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency::-webkit-scrollbar {
    width: 2px;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .icon_logo {
    float: left;
    width: 20%;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .info_agency {
    float: left;
    width: 80%;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .info_agency .name_agency {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 0px;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .info_agency .phone_agency {
    padding: 5px 0;
    font-size: 14px;
    color: #343434;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .info_agency .phone_agency .fa-phone {
    color: #C3002F;
    padding-right: 10px;
    font-size: 17px;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .info_agency .phone_agency .fa-chevron-right {
    color: #C3002F;
    padding-left: 30px;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .info_agency .address_agency {
    font-size: 14px;
    line-height: 23px;
    color: #343434;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .info_agency .detail_agency {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0;
  }
  .agency_home .agency_mobile .tab-content #home .list_agency .item .info_agency .detail_agency a {
    color: #1D8843;
  }
  .agency_home .agency_mobile .tab-content #menu1 .map #gmap {
    height: 740px !important;
  }
  .agency_home .agency_mobile .tab-content #menu1 .map img {
    width: 100%;
  }
}/*# sourceMappingURL=home.css.map */