/*<!--Map Cửa Hàng-->*/
.wn-map-main {
  padding: 20px 60px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.wn-map-main .wn-map-main-container {
  display: flex;
  max-width: 1440px;
  width: 1440px;
  overflow: hidden;
  border: 1px solid #efefef;
  box-shadow: 0 3px 10px rgb(0 0 0/0.2);
  height: 800px;
}
.wn-map-main .wn-map {
  display: flex;
  width: 45%;
  height: 100%;
}
.wn-map-main .wn-map .wrapper-map {
  width: 100%;
}
.wn-map-main .wn-map .wrapper-map .item-map {
  display: none;
  height: 100%;
}
.wn-map-main .wn-map .wrapper-map .item-map.active {
  display: block;
}
.wn-map-main .wn-map .wrapper-map iframe {
  height: 100%;
  width: 100%;
}

.wn-map-main .list-wrapper {
  width: 55%;
  height: 100%;
  overflow: auto;
  padding: 10px 10px 20px 15px;
  background: #fff;
}
.wn-map-main .list-wrapper .stores-list .store-container {
  border-bottom: 1px solid #b48c72;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}
.wn-map-main
  .list-wrapper
  .stores-list
  .store-container
  .store-container-background {
  border-radius: 18px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.wn-map-main
  .list-wrapper
  .stores-list
  .store-container
  .store-container-background:hover {
  background: #e9dcd2;
}
.wn-map-main
  .list-wrapper
  .stores-list
  .store-container
  .store-container-background
  .store-info-container {
  padding: 10px;
  line-height: 25px;
}
.wn-map-main
  .list-wrapper
  .stores-list
  .store-container
  .store-container-background
  .store-info-container
  .store-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.wn-map-main
  .list-wrapper
  .stores-list
  .store-container
  .store-container-background.highlighted {
  background: #e9dcd2;
}
.box_content_khamphacuahang {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box_content_khamphacuahang .content_khamphacuahang {
  max-width: 765px;
}
.content_khamphacuahang .title-big {
  margin-top: 30px;
  margin-bottom: 10px;
}
.box_content_khamphacuahang .content-title-hp {
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 992px) {
  .wn-map-main {
    padding: 20px 10px;
  }
  .wn-map-main .wn-map-main-container {
    display: flex;
    max-width: 1440px;
    width: 1440px;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 0 3px 10px rgb(0 0 0/0.2);
    height: 800px;
  }
  .wn-map-main .wn-map-main-container {
    flex-direction: column-reverse;
  }
  .wn-map-main .wn-map {
    width: 100%;
  }
  .wn-map-main .list-wrapper {
    width: 100%;
  }
  .wn-map-main
    .list-wrapper
    .stores-list
    .store-container
    .store-container-background
    .store-info-container {
    font-size: 15px;
  }
  .wn-map-main
    .list-wrapper
    .stores-list
    .store-container
    .store-container-background
    .store-info-container
    .store-name {
    font-size: 17px;
  }
}
