.box_map {
  margin-bottom: 70px;
  margin-top: 30px;
}

.box_map .row .col-md-4 h1 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}

.box_map .row .col-md-4 .select_location .select2-container {
  width: 100% !important;
  border-radius: 6px;
  margin-bottom: 0px;
}

.box_map .row .col-md-4 .select_location .select2-container .select2-selection {
  height: 50px;
  border: solid 1px #e5e5e5;
}

.box_map .row .col-md-4 .select_location .select2-container .select2-selection .select2-selection__rendered {
  line-height: 50px !important;
  color: #000000;
  font-size: 15px;
  padding-left: 20px;
  font-weight: 600;
}

.box_map .row .col-md-4 .select_location .select2-container .select2-selection .select2-selection__arrow {
  top: 11px;
  right: 20px;
}

.box_map .row .col-md-4 .list_address {
  overflow: hidden;
}

.box_map .row .col-md-4 .list_address .list_faq_content {
  height: 456px;
  overflow-y: auto;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad {
  cursor: pointer;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid #eeeeee;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
      grid-template-columns: 30px 1fr;
  grid-gap: 10px;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box .left_map h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #111111;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box .left_map .address {
  line-height: 24px;
  margin-bottom: 6px;
  padding-left: 20px;
  background: url("../images/map.svg") top 4px left 0 no-repeat;
  color: #444444;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box .left_map .phone {
  display: block;
  line-height: 24px;
  padding-left: 20px;
  background: url("../images/phone.svg") top 4px left 0 no-repeat;
  color: #444444;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box .left_map .phone:hover {
  color: #034da2;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box .left_map .zalo {
  display: block;
  line-height: 24px;
  padding-left: 30px;
  background: url("../images/zalo.svg") top -1px left 0 no-repeat;
  color: #444444;
  margin-left: 40px;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box .left_map .zalo:hover {
  color: #034da2;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box .left_map .map {
  display: block;
  line-height: 24px;
  padding-left: 20px;
  background: url("../images/map.svg") top 4px left 0 no-repeat;
  color: #444444;
}

.box_map .row .col-md-4 .list_address .list_faq_content .item_ad .box .left_map .map:hover {
  color: #034da2;
}

@media (max-width: 991px) {
  .box_map .row .col-md-4 .list_address {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 2px -2px gray;
            box-shadow: 0 3px 2px -2px gray;
  }
  .box_map .row .col-md-4 .list_address .list_faq_content {
    height: 260px;
  }
}

.box_map .row .col-md-8 #missingCredential {
  display: none;
}

#style-44::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #f5f5f5;
}

#style-44::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc;
}

#style-44::-webkit-scrollbar-thumb {
  background-color: #034da2;
  border: 2px solid #034da2;
}
/*# sourceMappingURL=contact.css.map */