.owl-carousel-detail {
  background: #f7f2ea;
  padding: 40px 0 60px;
}
.owl-carousel-detail .item .item-content {
  overflow: hidden;
  height: 576px;
  border-radius: 24px;
}
.owl-carousel-detail .item .item-content img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_section {
  padding: 60px 0 80px;
}

.news-hot-carousel-section .news-hot-title {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 64px;
  font-family: "PlayfairDisplay", serif;
  line-height: normal;
  text-align: left;
  margin-bottom: 32px;
}
.news-hot-carousel-section .news-hot-carousel {
  width: 100vw;
}
.news-hot-carousel-section .news-hot-carousel .news-hot-item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(89, 11, 11, 0.1);
  background: #fff;
  margin: 0 auto;
}
.news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper {
  position: relative;
  width: 100%;
  height: 540px;
  border-radius: 24px;
  overflow: hidden;
}
.news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 24px;
}
.news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 48px;
  background: linear-gradient(0deg, rgba(7, 1, 1, 0.72) 60%, rgba(7, 1, 1, 0.12) 100%);
  border-radius: 0 0 24px 24px;
}
.news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay .news-hot-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: normal;
  color: #fff;
  height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay .news-hot-readmore-btn {
  display: block;
  width: 126px;
  text-align: center;
  background: #590b0b;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  text-transform: uppercase;
}
.news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay .news-hot-readmore-btn:hover {
  background: #9b6026;
  color: #fff;
}

.news-category-block {
  background: #fff;
  border-radius: 20px;
  padding-top: 60px;
}
.news-category-block .news-category-title {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: left;
  width: 100%;
  line-height: normal;
  font-family: "PlayfairDisplay", sans-serif;
  background: linear-gradient(270deg, #9e6026 21%, #e9a532 65%, #9b6026 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.news-card.card {
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  border: none;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-card.card:hover {
  box-shadow: 0 4px 24px 0 rgba(89, 11, 11, 0.12);
}
.news-card.card .card-img-wrapper {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.news-card.card .card-img-wrapper img {
  width: 100%;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-card.card .card-body {
  padding: 16px 16px 0 16px;
}
.news-card.card .card-body .card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #070101;
  text-decoration: none;
  transition: color 0.2s;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card.card .card-body .card-title:hover {
  color: #590b0b;
}
.news-card.card .card-body .card-text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(7, 1, 1, 0.64);
  margin-bottom: 0;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card.card .card-footer {
  padding: 12px 16px 16px;
  background: #fff;
  border: none;
  text-align: right;
}
.news-card.card .card-footer .btn-category-read {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #590b0b;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  transition: color 0.2s;
}
.news-card.card .card-footer .btn-category-read span {
  margin-right: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.news-card.card .card-footer .btn-category-read svg {
  transition: transform 0.2s;
}
.news-card.card .card-footer .btn-category-read:hover {
  color: #9b6026;
}
.news-card.card .card-footer .btn-category-read:hover svg {
  transform: translateX(4px);
}
.news-card.card .card-footer .btn-category-read:hover svg path {
  stroke: #9b6026;
}

.news-detail-page {
  padding: 60px 0 80px;
  background: #fff;
}
.news-detail-page .news-block {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 48px;
}
@media (max-width: 991px) {
  .news-detail-page .news-block {
    display: block;
  }
}
.news-detail-page .news-detail-main .news-detail-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: "PlayfairDisplay", serif;
  line-height: normal;
  color: #070101;
}
.news-detail-page .news-detail-main .news-detail-meta-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 16px;
}
.news-detail-page .news-detail-main .news-detail-meta-share .news-detail-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(7, 1, 1, 0.64);
}
.news-detail-page .news-detail-main .news-detail-meta-share .news-detail-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-detail-page .news-detail-main .news-detail-meta-share .news-detail-share .news-detail-share-label {
  color: rgba(7, 1, 1, 0.64);
  font-size: 16px;
  font-weight: 300;
}
.news-detail-page .news-detail-main .news-detail-meta-share .news-detail-share .news-share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.news-detail-page .news-detail-main .news-detail-desc {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 24px;
}
.news-detail-page .news-detail-main .news-detail-content {
  font-size: 16px;
  font-weight: 300;
  color: #070101;
  line-height: normal;
}
.news-detail-page .news-detail-main .news-detail-content h2,
.news-detail-page .news-detail-main .news-detail-content h3,
.news-detail-page .news-detail-main .news-detail-content h4 {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
}
.news-detail-page .news-detail-main .news-detail-content p {
  margin-bottom: 16px;
}
.news-detail-page .news-detail-main .news-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
.news-detail-page .news-detail-main .news-detail-content figure {
  margin: auto;
}
.news-detail-page .news-detail-sidebar .news-hot-list .news-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news-detail-page .news-detail-sidebar .news-hot-list .news-card:last-child {
  margin-bottom: 0;
}
.news-detail-page .news-detail-sidebar .news-hot-list .news-card .news-detail-item-img {
  width: 120px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
}
.news-detail-page .news-detail-sidebar .news-hot-list .news-card .news-detail-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-detail-page .news-detail-sidebar .news-hot-list .news-card .news-detail-item-content {
  color: #070101;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 120px - 16px);
}

.news-hot-list-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #070101;
}

.news-related-list {
  background: #f7f2ea;
  padding: 80px 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .news_section {
    padding: 40px 0 50px;
  }
  .news-hot-carousel-section .news-hot-title {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper {
    height: 400px;
  }
  .news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay {
    padding: 32px;
    gap: 32px;
  }
  .news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay .news-hot-title {
    font-size: 24px;
    height: auto;
    -webkit-line-clamp: 2;
  }
  .news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay .news-hot-readmore-btn {
    width: 110px;
    padding: 10px;
    font-size: 12px;
  }
  .news-category-block {
    padding-top: 40px;
  }
  .news-category-block .news-category-title {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .news-card.card .card-img-wrapper img {
    height: 140px;
  }
  .news-card.card .card-body {
    padding: 12px 12px 0 12px;
  }
  .news-card.card .card-body .card-title {
    font-size: 15px;
    height: 45px;
  }
  .news-card.card .card-body .card-text {
    font-size: 13px;
    height: 45px;
  }
  .news-card.card .card-footer {
    padding: 10px 12px 12px;
  }
  .news-card.card .card-footer .btn-category-read {
    font-size: 14px;
  }
  .news-detail-page {
    padding: 40px 0 50px;
  }
  .news-detail-page .news-block {
    gap: 32px;
  }
  .news-detail-page .news-detail-main .news-detail-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .news-detail-page .news-detail-main .news-detail-meta-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .news-detail-page .news-detail-main .news-detail-meta-share .news-detail-meta {
    font-size: 14px;
  }
  .news-detail-page .news-detail-main .news-detail-meta-share .news-detail-share .news-detail-share-label {
    font-size: 14px;
  }
  .news-detail-page .news-detail-sidebar .news-hot-list .news-card {
    gap: 12px;
  }
  .news-detail-page .news-detail-sidebar .news-hot-list .news-card .news-detail-item-img {
    width: 100px;
    height: 70px;
  }
  .news-detail-page .news-detail-sidebar .news-hot-list .news-card .news-detail-item-content {
    font-size: 13px;
    height: 70px;
    width: calc(100% - 100px - 12px);
  }
  .news-hot-list-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news-related-list {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .news_section {
    padding: 24px 0 32px;
  }
  .news-hot-carousel-section .news-hot-title {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
  }
  .news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper {
    height: 350px;
  }
  .news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay {
    padding: 20px;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay .news-hot-title {
    font-size: 18px;
    height: auto;
    -webkit-line-clamp: 3;
  }
  .news-hot-carousel-section .news-hot-carousel .news-hot-item .news-hot-img-wrapper .news-hot-overlay .news-hot-readmore-btn {
    width: 100px;
    padding: 8px;
    font-size: 11px;
    align-self: flex-end;
  }
  .news-category-block {
    padding-top: 24px;
  }
  .news-category-block .news-category-title {
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
  }
  .row {
    gap: 10px;
  }
  .row .col-lg-3,
  .row .col-md-6 {
    width: calc((100% - 10px) / 2);
    margin-bottom: 16px;
  }
  .news-card.card {
    margin-bottom: 16px;
  }
  .news-card.card .card-img-wrapper img {
    height: 180px;
  }
  .news-card.card .card-body {
    padding: 16px;
  }
  .news-card.card .card-body .card-title {
    font-size: 16px;
    height: 48px;
    margin-bottom: 8px;
  }
  .news-card.card .card-body .card-text {
    font-size: 14px;
    height: 42px;
  }
  .news-card.card .card-footer {
    padding: 0 16px 16px;
  }
  .news-card.card .card-footer .btn-category-read {
    font-size: 14px;
  }
  .news-card.card .card-footer .btn-category-read span {
    margin-right: 6px;
  }
  .news-card.card .card-footer .btn-category-read svg {
    width: 16px;
    height: 16px;
  }
  .news-detail-page {
    padding: 24px 0 32px;
  }
  .news-detail-page .news-block {
    display: block;
    gap: 0;
  }
  .news-detail-page .news-detail-main {
    margin-bottom: 32px;
  }
  .news-detail-page .news-detail-main .news-detail-title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.3;
  }
  .news-detail-page .news-detail-main .news-detail-meta-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
  }
  .news-detail-page .news-detail-main .news-detail-meta-share .news-detail-meta {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .news-detail-page .news-detail-main .news-detail-meta-share .news-detail-share {
    width: 100%;
  }
  .news-detail-page .news-detail-main .news-detail-meta-share .news-detail-share .news-detail-share-label {
    font-size: 14px;
    margin-right: 8px;
  }
  .news-detail-page .news-detail-main .news-detail-meta-share .news-detail-share .news-share-icon {
    width: 32px;
    height: 32px;
  }
  .news-detail-page .news-detail-main .news-detail-content {
    font-size: 15px;
    line-height: 1.6;
  }
  .news-detail-page .news-detail-main .news-detail-content h2,
  .news-detail-page .news-detail-main .news-detail-content h3,
  .news-detail-page .news-detail-main .news-detail-content h4 {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .news-detail-page .news-detail-main .news-detail-content p {
    margin-bottom: 12px;
  }
  .news-detail-page .news-detail-main .news-detail-content img {
    border-radius: 16px;
  }
  .news-detail-page .news-detail-sidebar .news-hot-list .news-card {
    gap: 12px;
    margin-bottom: 12px;
  }
  .news-detail-page .news-detail-sidebar .news-hot-list .news-card .news-detail-item-img {
    width: 80px;
    height: 60px;
    border-radius: 8px;
  }
  .news-detail-page .news-detail-sidebar .news-hot-list .news-card .news-detail-item-content {
    font-size: 14px;
    height: 60px;
    -webkit-line-clamp: 3;
    width: calc(100% - 80px - 12px);
  }
  .news-hot-list-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .news-related-list {
    padding: 32px 0;
  }
  .news-related-list .news-hot-list-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .rooms-suites-tabs {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  .rooms-suites-tabs .tab-link {
    font-size: 14px;
    padding: 8px 16px;
    white-space: nowrap;
  }
  .rooms-suites-hero .hero-content h4 {
    font-size: 16px;
  }
  .rooms-suites-hero .hero-content h1 {
    font-size: 28px;
  }
  .news-card.card:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  }
  .news-card.card .card-body .card-title:hover {
    color: #070101;
  }
  .news-card.card .card-footer .btn-category-read:hover {
    color: #590b0b;
  }
  .news-card.card .card-footer .btn-category-read:hover svg {
    transform: none;
  }
  .news-card.card .card-footer .btn-category-read:hover svg path {
    stroke: #590b0b;
  }
  .news-card.mobile-card {
    -webkit-tap-highlight-color: rgba(89, 11, 11, 0.1);
    tap-highlight-color: rgba(89, 11, 11, 0.1);
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(89, 11, 11, 0.3);
    margin: 0 4px;
    transition: background 0.3s;
  }
  .owl-carousel .owl-dots .owl-dot.active {
    background: #590b0b;
  }
}
@media (max-width: 480px) {
  .row .col-lg-3,
  .row .col-md-6 {
    width: 100%;
  }
}
