.page-danh-gia-nha-cai {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: var(--secondary-color); /* #FFFFFF */
}

.page-danh-gia-nha-cai__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-danh-gia-nha-cai__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  margin-bottom: 40px;
}

.page-danh-gia-nha-cai__hero-image-wrapper {
  width: 100%;
  height: 600px; /* Fixed height for desktop hero */
  overflow: hidden;
  position: relative;
}

.page-danh-gia-nha-cai__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-danh-gia-nha-cai__hero-content {
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
  margin-top: -80px; /* Pull content slightly over image for visual effect, but not covering */
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.05);
}

.page-danh-gia-nha-cai__hero-title {
  font-size: 44px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}