/* width */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #cecdcd;
}

::-webkit-scrollbar-thumb {
  background: #393939;
}

div[style*="background-color: white;"][style*="font-weight: 500;"][style*="font-family: Roboto, sans-serif;"][style*="top: 5px;"] {
  display: none !important;
}

.local_result_wrap {
  padding: 15px;
}

.local_maps_wrap,
.local_maps_wrap * {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

.local_maps_wrap {
  overflow: hidden;
}

.local_maps_wrap:after,
.local_maps_row:after,
.local_maps_col:after,
.local_maps_3col:after {
  content: "";

  display: table;

  clear: both;
}

.local_maps_header h2 {
  font-size: 38px;
  color: #23aaa4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500;
}

.local_maps_header_left {
  /* float: left;
  overflow: hidden;
  font-size: 20px;
  line-height: 35px;
  text-transform: none;
  font-weight: 300; */
  font-size: 28px;
  color: #23aaa4;
  font-weight: 500;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.local_maps_header_right {
  overflow: hidden;
}

.local_maps_header {
  padding: 15px;
  margin: 0;

  border-top-right-radius: 3px;

  -moz-border-top-right-radius: 3px;

  -webkit-border-top-right-radius: 3px;

  border-top-left-radius: 3px;

  -moz-border-top-left-radius: 3px;

  -webkit-border-top-left-radius: 3px;
}

.local_flex_box.local_col_full {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: flex;
  font-size: 13px;
  margin-bottom: 1rem;
}

.local_maps_3col {
  margin-bottom: 1rem !important;
}

.local_col_full input[type="text"] {
  border-radius: 25px;
  font-style: italic;
}

.local_flex_box.local_col_full button.dvls-submit {
  left: auto !important;
}

.local_flex_box.local_col_full button.dvls-submit {
  position: absolute;
  right: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  width: 70px;
  cursor: pointer;
  min-height: auto;
  outline: none;
  margin: 0;
  box-shadow: none;
  padding: 5px 0 0 0;
  padding-top: 10px;
}

.local_flex_box.local_col_full button.dvls-submit i {
  font-size: 24px;
}

.fa-search:before {
  content: "\f002";
}

.local_maps_wrap select {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAVklEQVQImX3KQQ3AIBBE0bkjBTHIwUF9sBI2+4VgAwscyqUH0tD+ZC6TJ6AD98+63D0D4wMMd8+SJKAA8wUmULQXEXVHEVF1CmgPakcgSWaWgMvM0v4v8Btn7NLEpSUAAAAASUVORK5CYII=") right 10px center no-repeat #fff !important;

  border: 1px solid #d9d9d9;

  background: #fff;

  border-radius: 6px;

  padding: 0 10px;

  font-size: 12px;

  width: 100%;
}

.local_maps_col {
  padding: 0 5px;

  width: 100%;
}

.local_maps_3col {
  margin: 0 -5px;
}

.local_maps_header_right {
  /* padding-left: 15px; */
}

.local_maps_3col .local_maps_col {
  width: 33.333%;

  float: left;
}

.local_maps_wrap input.dvls-submit {
  border: 0;

  background: #23aaa4;

  height: 35px;

  padding: 0 15px;

  border-radius: 3px;

  color: #fff;

  width: 100%;
}

.local_maps_wrap .local_near_you {
  margin: 10px 0 0;

  display: inline-block;
}

.local_maps_sidebar {

  float: left;

  width: 35%;

  position: absolute;

  top: 0;

  right: 0;

  height: 100%;

  padding: 15px;

  border: 1px solid #ddddddad;

  border-radius: 5px;
}

.local_maps_sidebar_content {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
  position: relative;
  height: 66%;
  border: 1px solid #ddddddad;
  border-radius: 5px;
}

.local_maps_main {
  overflow: hidden;

  /* padding-left: 350px; */

  margin-right: 30%;

  position: relative;

  width: 64%;

  z-index: 1;
}

.local_maps_body {
  position: relative;
}

div#location_maps {
  width: 100%;
  height: 600px;
  border-radius: 6px;
}

.local_result_thumb {
  width: 80px;

  float: left;

  margin: 0 10px 0 0;
}

.local_result_infor {
  overflow: hidden;
  margin-bottom: 7px;
}

.local_maps_wrap .local_result_infor h3 {
  margin: 0 0 5px;

  font-size: 16px;

  line-height: 18px;

  font-weight: 700;
}

.local_maps_wrap .local_result_infor p>a {
  font-size: 14px;
}

.local_result_infor p {
  margin: 0 0 5px;
  font-size: 14px;
}

.local_result_item {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 0px 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.local_result_wrap .local_result_item:nth-child(2n + 1) {
  background: #f2f2f2;
}

.local_result_wrap .local_result_item:hover,
.local_result_wrap .local_result_item.active {
  background: #e6e6e6;
}

.infobox-wrapper .item {
  -moz-transform-style: preserve-3d;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

  position: relative;

  margin-bottom: 10px;
}

.infobox-wrapper .item:after {
  top: 100%;

  left: 50%;

  border: solid transparent;

  content: " ";

  height: 0;

  width: 0;

  position: absolute;

  pointer-events: none;

  border-color: rgba(255, 255, 255, 0);

  border-top-color: #fff;

  border-width: 10px;

  margin-left: -10px;
}

.infobox-wrapper .infobox {
  display: flex;
  width: 450px;
  background: #fff;
  margin-top: 20px;
  margin-left: -50px;
  border-radius: 6px;
}

.infobox-wrapper .infobox .item_infobox_thumb img {
  width: 200px;

  height: auto;

  display: block;
}

.infobox-wrapper>img {
  position: absolute !important;

  z-index: 1;

  right: -15px;

  top: -15px;
}

.infobox-wrapper .item_infobox_infor h3 {
  font-size: 16px;

  margin: 0 0 5px;

  line-height: 18px;
}

.infobox-wrapper .item_infobox_infor p>a {
  font-size: 14px;
}

.infobox-wrapper .item_infobox_infor {
  flex: 1;

  padding: 5px;

  font-size: 13px;

  line-height: 18px;
}

.infobox-wrapper .item_infobox_infor p {
  margin: 0 0 5px;

  line-height: 18px;
}

.local_result_status {
  display: none;

  padding: 5px 10px;
}

.local_result_status.show {
  display: block;
  font-size: 13px;
}

.local_maps_body.devvn_loading:before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: rgba(255, 255, 255, 0.5);

  z-index: 10;
}

#local_fountainG {
  position: absolute;

  width: 102px;

  height: 12px;

  margin: auto;

  top: 50%;

  left: 50%;

  margin-top: -6px;

  margin-left: -51px;

  z-index: 9;

  display: none;
}

.devvn_loading #local_fountainG {
  display: block;
}

#local_fountainG .fountainG {
  position: absolute;

  top: 0;

  background-color: rgb(0, 0, 0);

  width: 12px;

  height: 12px;

  animation-name: bounce_fountainG;

  -o-animation-name: bounce_fountainG;

  -ms-animation-name: bounce_fountainG;

  -webkit-animation-name: bounce_fountainG;

  -moz-animation-name: bounce_fountainG;

  animation-duration: 1.5s;

  -o-animation-duration: 1.5s;

  -ms-animation-duration: 1.5s;

  -webkit-animation-duration: 1.5s;

  -moz-animation-duration: 1.5s;

  animation-iteration-count: infinite;

  -o-animation-iteration-count: infinite;

  -ms-animation-iteration-count: infinite;

  -webkit-animation-iteration-count: infinite;

  -moz-animation-iteration-count: infinite;

  animation-direction: normal;

  -o-animation-direction: normal;

  -ms-animation-direction: normal;

  -webkit-animation-direction: normal;

  -moz-animation-direction: normal;

  transform: scale(0.3);

  -o-transform: scale(0.3);

  -ms-transform: scale(0.3);

  -webkit-transform: scale(0.3);

  -moz-transform: scale(0.3);

  border-radius: 8px;

  -o-border-radius: 8px;

  -ms-border-radius: 8px;

  -webkit-border-radius: 8px;

  -moz-border-radius: 8px;
}

#local_fountainG #fountainG_1 {
  left: 0;

  animation-delay: 0.6s;

  -o-animation-delay: 0.6s;

  -ms-animation-delay: 0.6s;

  -webkit-animation-delay: 0.6s;

  -moz-animation-delay: 0.6s;
}

#local_fountainG #fountainG_2 {
  left: 13px;

  animation-delay: 0.75s;

  -o-animation-delay: 0.75s;

  -ms-animation-delay: 0.75s;

  -webkit-animation-delay: 0.75s;

  -moz-animation-delay: 0.75s;
}

#local_fountainG #fountainG_3 {
  left: 25px;

  animation-delay: 0.9s;

  -o-animation-delay: 0.9s;

  -ms-animation-delay: 0.9s;

  -webkit-animation-delay: 0.9s;

  -moz-animation-delay: 0.9s;
}

#local_fountainG #fountainG_4 {
  left: 38px;

  animation-delay: 1.05s;

  -o-animation-delay: 1.05s;

  -ms-animation-delay: 1.05s;

  -webkit-animation-delay: 1.05s;

  -moz-animation-delay: 1.05s;
}

#local_fountainG #fountainG_5 {
  left: 51px;

  animation-delay: 1.2s;

  -o-animation-delay: 1.2s;

  -ms-animation-delay: 1.2s;

  -webkit-animation-delay: 1.2s;

  -moz-animation-delay: 1.2s;
}

#local_fountainG #fountainG_6 {
  left: 64px;

  animation-delay: 1.35s;

  -o-animation-delay: 1.35s;

  -ms-animation-delay: 1.35s;

  -webkit-animation-delay: 1.35s;

  -moz-animation-delay: 1.35s;
}

#local_fountainG #fountainG_7 {
  left: 76px;

  animation-delay: 1.5s;

  -o-animation-delay: 1.5s;

  -ms-animation-delay: 1.5s;

  -webkit-animation-delay: 1.5s;

  -moz-animation-delay: 1.5s;
}

#local_fountainG #fountainG_8 {
  left: 89px;

  animation-delay: 1.64s;

  -o-animation-delay: 1.64s;

  -ms-animation-delay: 1.64s;

  -webkit-animation-delay: 1.64s;

  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);

    background-color: rgb(0, 0, 0);
  }

  100% {
    transform: scale(0.3);

    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);

    background-color: rgb(0, 0, 0);
  }

  100% {
    -o-transform: scale(0.3);

    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);

    background-color: rgb(0, 0, 0);
  }

  100% {
    -ms-transform: scale(0.3);

    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);

    background-color: rgb(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.3);

    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);

    background-color: rgb(0, 0, 0);
  }

  100% {
    -moz-transform: scale(0.3);

    background-color: rgb(255, 255, 255);
  }
}

body .local_maps_wrap img {
  border-radius: 6px;

  box-shadow: none;
}

.local_maps_header_right form {
  margin-bottom: unset;
}

@media (max-width: 767px) {
  .local_maps_header_right {
    float: left;

    padding-left: 0;
  }

  .local_maps_3col .local_maps_col {
    width: 100%;

    margin: 0 0 10px;
  }

  .local_maps_header_left {
    float: none;

    width: 100%;

    margin: 0 0 10px 0;
  }

  .local_maps_sidebar {
    position: relative;

    width: 100%;

    height: inherit;

    max-height: 250px;
  }

  .local_maps_main {
    padding: 0;
  }

  .infobox-wrapper .infobox {
    width: 220px;
  }

  /*  */

  /*  */
}

@media (max-width: 767px) {
  .local_maps_wrap {
    display: flex;
    flex-direction: column;
  }

  .local_maps_sidebar {
    order: -1;
    /* Đặt sidebar ở trên main */
    width: 100%;
    height: auto;
    max-height: 250px;
    padding: 15px;
    border: 1px solid #ddddddad;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .local_maps_main {
    width: 100%;
    padding: 0;
  }

  .infobox-wrapper .infobox {
    width: 220px;
  }

  .local_maps_sidebar_content {
    z-index: 1;
    max-height: 420px;
  }
}

@media (max-width: 767px) {
  .local_maps_header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .local_maps_header_left {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }

  .local_maps_header_right form {
    width: 100%;
    margin-bottom: 15px;
  }

  .local_maps_3col .local_maps_col {
    width: 100%;
    margin-bottom: 10px;
  }

  .local_maps_wrap select {
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
  }

  .local_maps_wrap input.dvls-submit {
    font-size: 16px;
    height: 40px;
    padding: 0 20px;
  }

  .local_maps_sidebar {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 650px;
    margin-bottom: 15px;
    display: inline-grid;
  }

  .local_maps_main {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  div#local_maps {
    width: 100%;
    height: 500px;
    border-radius: 6px;
  }

  .infobox-wrapper .infobox {
    width: 220px;
    margin-left: 0;
    margin-top: 3px;
    top: 40px;
    display: block;
    transform: scale(0.8);
  }

  .infobox-wrapper>img {
    top: 45px;
    right: -1px;
  }

  .infobox-wrapper .item_infobox_thumb img {
    width: 100px;
    height: auto;
  }

  .infobox-wrapper .item_infobox_infor h3 {
    font-size: 14px;
  }

  .infobox-wrapper .item_infobox_infor p {
    font-size: 12px;
  }

  .local_result_item {
    padding: 10px;
    margin-bottom: 15px;
  }

  .local_result_infor h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .local_result_infor p {
    font-size: 12px;
    line-height: 16px;
  }

  .local_result_status {
    display: none;
  }

  .local_maps_body.devvn_loading:before {
    display: none;
  }

  body .local_maps_wrap img {
    border-radius: 6px;
    box-shadow: none;
  }

  .local_maps_header_right form {
    margin-bottom: unset;
  }
}

.location_result_thumb {
  width: 29%;
  float: left;
  margin: 0 15px 0 0;
  padding-bottom: 20px;
}

.location_result_item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 1rem;
}

.location_result_item:first-child {
  margin-top: 0;
}

.location_result_infor h3 {
  margin-top: -5px;
  font-size: 22px;
}

.location_result_infor p {
  color: #000;
}

.location_result_infor a {
  color: #000;
}

.location_result_infor svg {
  margin-right: 5px;
}

.local_maps_header_right input,
.local_maps_header_right select {
  min-height: 40px;
}

.location_result_item:last-child {
  border-bottom: 0;
}

.title-maps a {
  color: #fff;
}

.title-maps svg {
  width: 30px;
}

.title-maps,
.title-maps a {
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.item_infobox_infor p {
  display: flex;
  gap: 10px;
}