/* Base styles for the page content */
.page-blog-phan-tich-ty-le-keo-nha-cai-88 {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
  overflow-x: hidden;
}

.page-blog-phan-tich-ty-le-keo-nha-cai-88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-blog-phan-tich-ty-le-keo-nha-cai-88__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, assuming body already handles header offset */
  margin-bottom: 40px;
  background-color: #F4F7FB; /* Match page background */
}

.page-blog-phan-tich-ty-le-keo-nha-cai-88__hero-image {
  width: 100%;
  height: 500px; /* Fixed height for desktop hero */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-phan-tich-ty-le-keo-nha-cai-88__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop */
  display: block;
}

.page-blog-phan-tich-ty-le-keo-nha-cai-88__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  background-color: #FFFFFF; /* Card BG */
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-50px); /* Lift content over image slightly */
  position: relative;
  z-index: 10;
}