/*//////////*/

.list-hethong {
  height: 100%;
  min-height: 600px;
}
.list-hethong-head h2 {
  color: #fff;
  flex: 1;
  padding: 0 10px;
  font-size: 20px;
}
.list-hethong-head .logo {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 5px;
  aspect-ratio: 1;
  object-fit: contain;
}
.filter-location {
  border-radius: 40px;
  background: #7A1627;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 6px;
  gap: 10px;
}
.filter-location select {
  width: 50%;
  border-radius: 40px;
  background: #FFF;
  height: 46px;
  position: relative;
  background-image: url(images/down-select-store.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 99% center;
  background-size: 40px;
  padding-left: 20px;
}
.item-store {
  position: relative;
  padding: 10px 15px;
  border: solid 1px #ccc;
  cursor: pointer;
  margin-bottom: 5px;
}
.item-store .name-store {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.item-store p{
  margin-bottom: 0;
}

/**/
.hethong-map {
  padding: 12px;
}
.hethong-map iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
}
.list-hethong-wrap {
  max-height: 600px;
  overflow: auto;
}

.list-hethong-wrap {
    /*scrollbar-width: thin;            /* Firefox */
    /*scrollbar-color: #ba6b7985 #A33A4C; /* Firefox */
}
/* Chrome, Edge, Safari */
.list-hethong-wrap::-webkit-scrollbar {
    width: 6px;   /* chỉnh độ rộng thanh scroll */
}
.list-hethong-wrap::-webkit-scrollbar-track {
    background: #eee;   /* bỏ màu nền track */
}
.list-hethong-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3); /* thanh cuộn chính */
    border-radius: 4px;
}

/**/
.list-hethong h2 {
  color: #333333;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  text-transform: uppercase;
  font-family: "opensans-bold" !important;
  font-size: 21px;
}
@media only screen and (max-width: 991px) {
  .list-hethong {
    height: 100%;
    min-height: auto;
    max-height: 500px;
    overflow: auto;
  }
  .hethong-map iframe {
    aspect-ratio: 3/3;
  }
}