.slogan {
  padding: 25px 0px;
  margin: 15px 0px;
  background: var(--background-section);
}
.slogan h4 {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-size: 2rem;
}

.hethongcuahang {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#map-hethong,
.list-hethongcuahang {
  height: 400px;
}

.list-hethongcuahang {
  list-style: none;
  padding: 15px;
  margin: 0px;
  overflow: auto;
}
.list-hethongcuahang li {
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
}
.list-hethongcuahang li h6.title {
  font-size: 1.2rem;
  font-weight: 800;
}
.list-hethongcuahang li:hover, .list-hethongcuahang li.active {
  background: var(--background-section);
}
.list-hethongcuahang li::after {
  content: "";
  height: 1px;
  width: 100%;
  top: calc(100% + 7.5px);
  left: 0px;
  background: var(--background-section);
  position: absolute;
  display: block;
}

.list-choose {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-choose li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 5px 0px;
}
.list-choose li a {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/*# sourceMappingURL=about.css.map */
