.full-content.full-htch {
  background-size: cover;
}
.htch-main .title {
  font-size: 40px;
}
.htch-online {
  max-width: 900px;
  margin: 0 auto;
}
.item-ht-online a {
  border-radius: 12px;
  border: 3px solid #006543;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px;
  height: 100%;
}
.item-ht-online {
  height: 100%;
}
/*//////////*/

.list-hethong {
  background-color: #A33A4C;
  padding: 20px;
  border-radius: 24px;
  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;
  background: #BA6B79;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  padding-bottom: 45px;
}
.item-store .name-store {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.item-store .name-store::before {
  content: "";
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url(images/pin-map.png);
  margin-right: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.item-store .phone {
  background-image: url(images/bg-phone-store.png);
  background-position: top right;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-left: 29px;
  background-repeat: no-repeat;
}
.item-store .phone .btn {
  position: relative;
  height: 37px;
  min-width: 173px;
  padding-left: 39px;
}
.item-store .phone .btn::before {
  content: "";
  background-size: contain;
  width: 28px;
  height: 31px;
  background-image: url(images/phone-store.png);
  margin-right: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 4px;
}
/**/
.hethong-map {
  background-color: #A33A4C;
  border-radius: 24px;
  padding: 12px;
}
.hethong-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  margin-bottom: -5px;
}
.list-hethong-wrap {
  max-height: 445px;
  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;
}

/**/

@media only screen and (max-width: 768px) {
  .htch-main .title {
    font-size: 22px;
  }
  .main-hethong .row {
    flex-direction: column-reverse;
  }
  .list-hethong {
    padding: 10px;
    margin: 10px 0;
  }
  .list-hethong-head h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .item-ht-online img {
    max-height: 40px;
  }
  .filter-location {
    border-radius: 25px;
    flex-wrap: wrap;
  }
  .filter-location select{
    width: 100%;
    height: 38px;
    background-size: 32px;
  }
  .item-store .name-store {
    font-size: 20px;
  }
  .item-store{
    font-size: 16px;
  }
  /**/
  .hethong-map {
    border-radius: 20px;
    padding: 10px;
  }
  .hethong-map iframe {
    min-height: 300px;
  }
}