@charset "UTF-8";
.search-apartments-block {
  margin-top: 50px;
}

.estate_detail .show_result {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 30px;
  color: #333333;
}
.estate_detail .show_result span {
  color: #141ED2;
}
.estate_detail .outer-item {
  margin-bottom: 48px;
}
.estate_detail .item-child .anchor-text {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.estate_detail .item-child .anchor-text .royalImage {
  width: 100%;
  height: 168px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 0px;
}
.estate_detail .item-child .anchor-text .monopoly {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.estate_detail .item-child .anchor-text .hot-area {
  position: absolute;
  right: 10px;
  bottom: 0px;
  display: flex;
}
.estate_detail .item-child .anchor-text .hot-area span {
  color: #fff;
  background: rgba(235, 45, 75, 0.6);
  display: block;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}
.estate_detail .item-child .anchor-text .hot-area .hot {
  text-transform: uppercase;
  margin-right: 10px;
}
.estate_detail .item-child .anchor-text .name {
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Số lượng dòng tối đa hiển thị */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.estate_detail .item-child .position {
  color: #777;
  font-size: 14px;
  margin-bottom: 0;
}
.estate_detail .item-child .price {
  font-size: 16px;
  font-weight: 400;
  color: #EB2D4B;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  body #main .main-content {
    margin-top: 0px !important;
  }
  .search-apartments-block {
    margin-top: 0;
  }
}

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