body {
  background: #FFF8E7;
}

.hero-handbook-page-wrapper {
  min-height: 500px;
}
.hero-handbook-page-wrapper .hero-handbook-content {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-left .con-cho {
  width: 296px;
  position: relative;
  z-index: 9;
  margin-top: 110px;
  margin-left: 150px;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-left .trai-tim {
  width: 86px;
  right: 7px;
  top: 50px;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-left .bong-hoa {
  width: 160px;
  top: 132px;
  left: 180px;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-left .dam-may-1 {
  width: 356px;
  left: 42px;
  bottom: 103px;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-left .dam-may-2 {
  width: 405px;
  right: -121px;
  bottom: 123px;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-right {
  position: relative;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-right .me-va-be {
  width: 442px;
  position: relative;
  z-index: 9;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-right .vuong-mien {
  width: 200px;
  right: 16px;
  bottom: 51px;
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-right .trai-tim {
  width: 86px;
  left: -7px;
  transform: translateX(-100%);
}
.hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-right .dam-may-3 {
  width: 503px;
  right: -26px;
  top: 127px;
}

.content-handbook-wrapper {
  border-radius: 81px 81px 0 0;
  background: white;
  padding-bottom: 1px;
}

.content-handbook {
  max-width: 1240px;
  margin: 0 auto;
}
.content-handbook img {
  width: 100%;
}
.content-handbook .handbook-title {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #FDBE11;
}
.content-handbook .outstanding-title {
  padding-top: 87px;
  padding-bottom: 56px;
}
.content-handbook .content-handbook-outstanding {
  padding-bottom: 39px;
  border-bottom: 1px solid #FDBE11;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 17px;
}
.content-handbook .content-handbook-outstanding .handbook-outstanding-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 17px;
}
.content-handbook .handbook-main-card {
  background: #FFF0D0;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #FFF0D0;
  color: #79453E;
}
.content-handbook .handbook-main-card:hover img {
  transform: scale(1.1);
}
.content-handbook .handbook-main-card .main-image-wrapper {
  height: 525px;
  overflow: hidden;
}
.content-handbook .handbook-main-card .main-image-wrapper img {
  transition: 0.25s;
  height: 100%;
}
.content-handbook .handbook-main-card .main-news-content {
  padding: 24px 20px;
}
.content-handbook .handbook-main-card .main-news-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-handbook .content-handbook-news .news-section-title {
  padding: 64px 0 56px 0;
}
.content-handbook .grid-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 18px;
  row-gap: 36px;
  padding-bottom: 48px;
  padding-top: 79px;
}

.news-card {
  display: flex;
  border: 3px solid #FFF0D0;
  border-radius: 12px;
  overflow: hidden;
  color: #79453E;
  min-height: 195px;
}
.news-card:hover img {
  transform: scale(1.1);
}
.news-card .news-image-wrapper {
  width: 295px;
  overflow: hidden;
  max-height: 240px;
}
.news-card .news-image-wrapper img {
  transition: 0.25s;
  width: 100%;
  height: 100%;
}
.news-card .news-content-wrapper {
  flex: 1;
  min-width: 1px;
  background: #FFF0D0;
  padding: 31px 20px 16px 20px;
}
.news-card .news-title {
  font-size: 24px;
  line-height: 32px;
}
.news-card .news-content {
  margin: 5px 0 13px 0;
}
.news-card .news-read-btn {
  display: flex;
  align-items: center;
  color: #F37A20;
}
.news-card .news-read-btn img {
  margin-left: 6px;
  width: 24px;
  height: 24px;
}

.featured-image {
  height: 435px;
}
.featured-image img {
  height: 100%;
}

.content-post {
  color: #79453E;
  background: white;
}
.content-post h1, .content-post h2 {
  font-size: 1.5rem;
}
.content-post h3, .content-post h4, .content-post h5, .content-post h6 {
  font-size: 1.2rem;
}
.content-post .post-content-wrapper {
  border-radius: 81px 81px 0 0;
  transform: translateY(-84px);
  background: #fff;
}
.content-post .post-content {
  max-width: 915px;
  margin: 0 auto;
}
.content-post .post-category {
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  padding: 70px 0 29px 0;
}
.content-post .post-title {
  font-size: 48px;
  line-height: 48px;
  color: #FDBE11;
  margin-bottom: 58px;
}

.pagination-handbook {
  margin-bottom: 48px;
}

.related-news-title {
  font-size: 48px;
  line-height: 1;
  padding: 64px 0 56px;
  text-align: center;
  color: #FDBE11;
}

.related-grid-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1240px;
  margin: 0 auto;
  gap: 18px;
  padding-bottom: 60px;
}

@media (max-width: 1300px) {
  .grid-news {
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .content-handbook {
    padding: 20px;
  }
  .content-handbook .outstanding-title {
    padding: 0;
    margin-bottom: 2rem;
  }
  .content-handbook .content-handbook-outstanding {
    grid-template-columns: 1fr;
  }
  .content-handbook .content-handbook-outstanding .handbook-outstanding-right {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .related-news {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .content-post .post-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .content-post .post-category {
    font-size: 24px;
    padding: 70px 0 20px 0;
  }
  .post-content-wrapper {
    padding: 0 20px;
  }
  .hero-handbook-page-wrapper .hero-handbook-content {
    grid-template-columns: 1fr;
  }
  .hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-left {
    display: none;
  }
  .hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-right {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-right .dam-may-3 {
    width: 503px;
    right: -44px;
    top: 26px;
  }
  .hero-handbook-page-wrapper .hero-handbook-content .hero-handbook-right .trai-tim {
    width: 86px;
    left: 53px;
    top: 39px;
    transform: translateX(0);
  }
  .content-handbook-news .grid-news {
    grid-template-columns: repeat(1, 1fr);
  }
  .related-grid-news {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 586px) {
  .news-card .news-image-wrapper {
    width: 45%;
  }
  .news-card .news-content-wrapper {
    padding: 15px;
  }
  .news-card .news-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 440px) {
  .related-grid-news {
    grid-template-columns: 1fr;
  }
  .content-handbook .handbook-main-card .main-image-wrapper {
    max-height: 300px;
  }
  .content-handbook .handbook-main-card .main-news-title {
    font-size: 28px;
    line-height: 30px;
  }
}

/*# sourceMappingURL=cam-nang.css.map */
