.page-su-kien-dac-biet {
  font-family: 'Arial', sans-serif;
  color: #FFF6D6; /* Main text color */
  background-color: #0A0A0A; /* Main background color */
}

.page-su-kien-dac-biet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-su-kien-dac-biet__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, relying on body padding-top for header offset */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-su-kien-dac-biet__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  border-radius: 10px;
}