/* SP: Chân trang danh mục Quận/Huyện TP.HCM - chỉ chỉnh UI danh sách quận huyện tại đây. */
.hcmDistrictFooter{
  /* SP chỉnh khoảng cách trên/dưới khối quận huyện */
  margin: 28px 0 18px;
  padding: 22px 16px 10px;
  border-top: 1px solid #e3e3e3;
  background: transparent;
}

.hcmDistrictFooter__title{
  /* SP chỉnh cỡ chữ tiêu đề Quận/Huyện */
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 500;
  color: #111;
}

.hcmDistrictFooter__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 16px;
}

.hcmDistrictFooter__link{
  /* SP chỉnh cỡ chữ tên quận huyện */
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.hcmDistrictFooter__link:active{
  opacity: .65;
}


/* SP: Chân trang thương hiệu đi kèm danh sách Quận/Huyện TP.HCM. */
.hcmSiteFooter{
  margin: 24px -16px -10px;
  padding: 24px 16px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  background: transparent;
}

.hcmSiteFooter__title{
  /* SP chỉnh tiêu đề chân trang: Chuyên Trang Mua Bán Nhà Đất */
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 588;
  color: #111;
}

.hcmSiteFooter__subtitle{
  /* SP chỉnh dòng phụ chân trang */
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  color: #8b8b8b;
}

.hcmSiteFooter__socials{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 22px 0 24px;
}

.hcmSiteFooter__social{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.hcmSiteFooter__social--facebook{
  color: #1877f2;
}

.hcmSiteFooter__social--youtube{
  color: #ff0000;
}

.hcmSiteFooter__social--zalo{
  color: #0068ff;
}

.hcmSiteFooter__social--tiktok{
  color: #000;
}

.hcmSiteFooter__copyright{
  /* SP chỉnh dòng bản quyền chân trang */
  margin: 0;
  padding: 10px 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
  color: #8b8b8b;
}

@media (max-width: 380px){
  .hcmDistrictFooter{
    padding-left: 14px;
    padding-right: 14px;
  }
  .hcmDistrictFooter__grid{
    column-gap: 12px;
  }
  .hcmDistrictFooter__link{
    font-size: 14px;
  }
}
