.hover-logo {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hover-logo img {
  width: 75%;
  height: auto;
  transition: 0.4s ease;
  filter: grayscale(100%);
  opacity: 0.8;
}

.hover-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}
/* LOGO DOI TÁC */

/* TIEU DE ALL CÁC TRANG */
.bds-tieude247 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  font-size: 16px;
  font-weight: 600;
  color: #003c47;
  line-height: 1.45;
  margin-bottom: 6px;
}

.bds-tieude247:hover {
  color: #0ea5a4; /* xanh ngọc nhẹ */
}
@media (max-width: 768px) {
  .bds-tieude247 {
    font-size: 15px;
  }
}

.fontchuh1 {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #0fb9b1;
  margin-bottom: 10px;
  line-height: 30px;
}

.fontchuh2 {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #003c47;
  margin-bottom: 5px;
  padding-top: 7px;
}

.titlebdsdn {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #003c47;
  margin-bottom: 10px;
  line-height: 28px;
}
.titlebdsdn a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.titlebdsdn a:hover {
  color: #003c47;
}
.themotabds {
  text-align: center;
  color: #003c47;
  margin-bottom: 25px;
  margin-top: 13px;
  font-size: 17px;
  width: 51%;
  margin: auto;
  margin-bottom: 30px;
}
.tieudemuctt {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #003c47;
  margin-bottom: 10px;
  margin-top: 45px;
}
.motatintc {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

/* TIÊU ĐỀ TIN TỨC */

.news-header {
  background:
    linear-gradient(rgba(0, 60, 71, 0.75), rgba(0, 60, 71, 0.75)),
    url("/src/docs/images/common/project/caurongdanang.jpg") center/cover no-repeat;

  /* background: url(/src/docs/images/common/project/caurongdanang.jpg);	*/
  padding: 70px 20px;
  text-align: center;
  color: #fff;
}

.news-header__inner {
  max-width: 900px;
  margin: auto;
}

.news-header h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #e5b85a;
  line-height: 32px;
}

.news-header p {
  font-size: 16px;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .news-header {
    padding: 45px 15px;
  }
  .news-header h1 {
    font-size: 22px;
  }
  .news-header p {
    font-size: 14px;
  }

  .themotabds {
    text-align: center;
    color: #003c47;
    margin-bottom: 25px;
    margin-top: 13px;
    font-size: 15px;
    width: 86%;
    margin: auto;
    margin-bottom: 30px;
  }

  .fontchuh1 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #0fb9b1;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

/* KẾT THÚC TIÊU ĐỀ TIN TỨC */

/* ===============================
CSS MỤC TIN TỨC ĐẦU
================================ */

.news-wrap {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}

.news-grid {
  display: grid;
  grid-template-columns: 2.2fr 1.4fr 1fr;
  gap: 24px;
}

/* ===============================
   LEFT – NEWS MAIN
================================ */
.news-main-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 600 / 315;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}

.news-main-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #003c47;
  margin: 14px 0 4px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
}

.news-main-title:hover {
  color: #00c2c7;
}

.news-main-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
}

/* ===============================
   NEWS RELATED – SCROLL SANG
================================ */
.news-related {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

.news-related-item {
  min-width: 200px;
  text-decoration: none;
}

.news-related-item img {
  width: 20rem;
  height: 10rem;
  aspect-ratio: 220 / 105;
  object-fit: cover;
  display: block;
}

.news-related-item h2 {
  font-size: 14px;
  font-weight: 600;
  color: #003c47;
  line-height: 1.4;
  margin-top: 6px;
}

.tintemtintd {
  font-size: 14px;
  font-weight: 600;
  color: #003c47;
  line-height: 1.4;
  margin-top: 6px;
}

.news-sidebar-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 6px;
}

.news-sidebar-thumb {
  flex: 0 0 90px;
}

.news-sidebar-thumb img {
  width: 90px;
  height: 62px;
  object-fit: cover;
  border-radius: 10px;
}

.news-sidebar-content {
  flex: 1;
}

.news-sidebar-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.35;
}

.news-sidebar-item strong {
  font-size: 15px;
  color: #222;
}

.news-sidebar-item a {
  font-size: 14px;
  color: #003c47;
  text-decoration: none;
}

.news-sidebar-item a:hover {
  color: #00c2c7;
}

.news-related-item:hover h2 {
  color: #00c2c7;
}

/* SCROLLBAR ngang – đẹp */
.news-related::-webkit-scrollbar {
  height: 8px;
}

.news-related::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #00c2c7, #003c47);
  border-radius: 8px;
}

.news-related::-webkit-scrollbar-track {
  background: rgba(0, 60, 71, 0.08);
}

.news-related {
  scrollbar-width: thin;
  scrollbar-color: #00c2c7 rgba(0, 60, 71, 0.08);
}
.news-sidebar::-webkit-scrollbar-thumb {
  opacity: 0;
}

.news-sidebar:hover::-webkit-scrollbar-thumb {
  opacity: 1;
}
/* ===============================
   MIDDLE – NEWS SIDEBAR
================================ */
.news-sidebar {
  max-height: 620px;
  overflow-y: auto;
  padding-right: 10px;
}

/* ITEM */
.news-sidebar-item {
  padding: 17px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.news-sidebar-item b {
  font-size: 13px;
  font-weight: 700;
  color: #f59e0b;
}

.news-sidebar-item h3 {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  color: #003c47;
  margin: 4px 0 0;
  transition: color 0.25s ease;
}

.news-sidebar-item a {
  text-decoration: none;
  color: #003c47;
  margin-top: 0.5rem;
}

.news-sidebar-item a:hover h3 {
  color: #00c2c7;
}

/* SCROLLBAR dọc */
.news-sidebar::-webkit-scrollbar {
  width: 10px;
}

.news-sidebar::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00c2c7, #003c47);
  border-radius: 10px;
}

.news-sidebar::-webkit-scrollbar-track {
  background: rgba(0, 60, 71, 0.08);
}

.news-sidebar {
  scrollbar-width: auto;
  scrollbar-color: #00c2c7 rgba(0, 60, 71, 0.1);
}

/* ===============================
   RIGHT – BANNER
================================ */
.banner-quang-cao {
  padding-top: 20px;
  padding-left: 0px;
}
.banner-canho img,
.banner-quang-cao img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* ===============================
   RESPONSIVE – TABLET
================================ */
@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: 1.8fr 1.2fr;
  }
}

/* ===============================
   RESPONSIVE – MOBILE
================================ */
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-main-image img {
    height: 100%;
  }

  .news-main-title {
    font-size: 20px;
  }

  .news-related-item {
    min-width: 100%;
  }

  .news-sidebar {
    max-height: 100%;
  }
  .news-sidebar-thumb {
    display: none;
  }
}

/* TOUCH SCROLL MƯỢT */
@media (hover: none) {
  .news-related,
  .news-sidebar {
    -webkit-overflow-scrolling: touch;
  }
}
/* ===============================
   MOBILE FIX – NEWS SIDEBAR
================================ */
@media (max-width: 768px) {
  /* Khối tin gọn lại */
  .news-sidebar {
    max-height: 260px;
    padding-right: 6px;
  }

  .news-sidebar-item {
    padding: 8px 0;
  }

  .news-sidebar-item b {
    font-size: 11px;
    margin-bottom: 2px;
    display: block;
  }

  .news-sidebar-item h3 {
    font-size: 14px;
    line-height: 1.4;
  }

  /* SCROLLBAR MỎNG – TINH TẾ */
  .news-sidebar::-webkit-scrollbar {
    width: 5px;
  }

  .news-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 194, 199, 0.7);
    border-radius: 6px;
  }

  .news-sidebar::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Firefox */
  .news-sidebar {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 194, 199, 0.7) transparent;
  }

  /* Vuốt mượt iOS */
  .news-sidebar {
    -webkit-overflow-scrolling: touch;
  }
}
/* ===============================
   FIX NEWS-RELATED MOBILE
================================ */
@media (max-width: 768px) {
  .news-related {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .news-main-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 16px;
    display: none;
  }
  .news-related-item {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .news-related-item img {
    width: 100%;
    aspect-ratio: 195 / 95; /* CHUẨN */
    object-fit: cover; /* CẮT ĐỀU – KHÔNG MÉO */
    display: block;
  }

  .news-related-item h2 {
    font-size: 14px;
    padding: 8px 10px;
    line-height: 1.4;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* Ẩn tin thứ 3 trên mobile */
@media (max-width: 768px) {
  .news-related-item:nth-child(3) {
    display: none;
  }
}

/* Tag tin tức */
.tags {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.tag-item {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.tag-item a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f1f3f5;
  color: #003c47;
  text-decoration: none;
  transition: all 0.25s ease;
}

.tag-item a:hover {
  background: #003c47;
  color: #fff;
}

/* RESET NHẸ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.area-v2 {
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 16px;
}

.area-v2__header {
  text-align: center;
  margin-bottom: 32px;
}

.area-v2__title {
  font-size: 28px;
  margin-bottom: 8px;
}

.area-v2__desc {
  color: #666;
}

/* GRID GỐC */
.area-v2__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* CARD */
.area-v2__card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.area-v2__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  transition: transform 0.4s ease;
}

.area-v2__card:hover img {
  transform: scale(1.05);
}

/* OVERLAY */
.area-v2__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  color: #fff;
}

.area-v2__name {
  font-weight: 600;
  font-size: 16px;
}

.area-v2__count {
  font-size: 13px;
  opacity: 0.85;
}

/* ===== DESKTOP BỐ CỤC HỘI AN Ở GIỮA ===== */
@media (min-width: 1024px) {
  .card-5 {
    grid-column: 1 / span 1;
  }

  .card-hoian {
    grid-column: 2 / span 2;
  }

  .card-6 {
    grid-column: 4 / span 1;
  }
}

/* ===== MOBILE CHUẨN THEO SƠ ĐỒ ===== */
@media (max-width: 767px) {
  .area-v2__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .area-v2__card {
    grid-column: auto;
    order: initial;
  }

  .card-1 {
    order: 1;
  }
  .card-2 {
    order: 2;
  }
  .card-3 {
    order: 3;
  }
  .card-4 {
    order: 4;
  }

  .card-hoian {
    order: 5;
    grid-column: 1 / -1;
  }

  .card-5 {
    order: 6;
  }
  .card-6 {
    order: 7;
  }

  .area-v2__card img {
    aspect-ratio: 600 / 315;
  }
}
/* ===== TIÊU ĐỀ CAO CẤP ===== */
.area-v2__title {
  font-size: 24px;
  font-weight: 800;
  color: #003c47;
}

.area-v2__desc {
  font-size: 17px;
  color: #003c47;
  margin-top: 15px;
}

/* ===== CARD CAO CẤP ===== */
.area-v2__card {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.area-v2__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

/* ===== ẢNH ===== */
.area-v2__card img {
  transition: transform 0.5s ease;
}

.area-v2__card:hover img {
  transform: scale(1.08);
}

/* ===== OVERLAY SANG TRỌNG ===== */
.area-v2__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.1) 100%);
  padding: 18px;
}

/* ===== TÊN KHU VỰC ===== */
.area-v2__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* ===== SỐ LƯỢNG TIN – BADGE CAO CẤP ===== */
.area-v2__count {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  width: fit-content;
}

/* ===== HỘI AN NỔI BẬT HƠN ===== */
.area-v2__card--featured .area-v2__name {
  font-size: 18px;
  padding-bottom: 5px;
}

.area-v2__card--featured .area-v2__count {
  font-size: 14px;
  padding: 6px 14px;
}

/* ===== MOBILE TINH GỌN ===== */
@media (max-width: 767px) {
  .area-v2__title {
    font-size: 24px;
  }

  .area-v2__name {
    font-size: 15px;
  }

  .area-v2__card--featured .area-v2__name {
    font-size: 18px;
  }
}

/* ===== kết thúc tin tức đầu trang ===== */

/* ===== TIN LIÊN QUAN GIỚI THIỆU  ===== */
.bd-breadcrumb {
  margin: 15px auto 5px;
  padding: 0 15px;
  font-size: 15px;
  color: #6b7280;
}

.bd-breadcrumb a {
  color: #003c47;
  text-decoration: none;
}

.bd-breadcrumb a:hover {
  text-decoration: underline;
}

.bd-breadcrumb span {
  margin: 0 5px;
}

.bd-breadcrumb .current {
  color: #9ca3af;
}

.titlerelate {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
.related-box {
  margin: 40px auto;
  max-width: 900px;
  padding: 0 10px;
}

.related-titlelq {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #003c47; /* Màu xanh điểm nhấn */
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.related-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 16px 18px;
  background: #f5f8f9;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid #e1ecee;
  transition: 0.25s;
}

.related-item:hover {
  background: #e9f6f7;
  border-color: #39c3d6;
  transform: translateY(-2px);
}

.related-item .icon {
  font-size: 26px;
  color: #39c3d6;
  min-width: 32px;
}

.related-item .text h3 {
  font-size: 17px;
  font-weight: 600;
  color: #003c47;
  margin: 0 0 3px;
}

.related-item .text p {
  margin: 0;
  font-size: 14px;
  color: #4f5f60;
}

/* Responsive */
@media (max-width: 480px) {
  .related-item {
    padding: 14px 16px;
  }
  .related-item .icon {
    font-size: 22px;
  }
}

/* ===== TIN LIÊN QUAN GIỚI THIỆU  ===== */

/* ===============================
 MỤC TIN TRANG CHỦ
================================ */
/* WRAPPER & BOX */
.btn-detail {
  display: inline-block;
  padding: 6px 14px;
  background: #0fb9b1;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
  margin: 20px;
}

.btn-detail:hover {
  background: #0056b3;
  color: #fff;
  transform: translateY(-2px);
}
.utility-wrapper {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}
.utility-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.utility-box .item {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: 0.25s;
}
.utility-box .item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.utility-box img {
  width: 30px;
  height: 30px;
}
.utility-box span {
  font-size: 17px;
  font-weight: 600;
  color: #003c47;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .utility-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .utility-box {
    grid-template-columns: 1fr;
  }
  .utility-box .item {
    padding: 12px;
  }
  .utility-box span {
    font-size: 15px;
  }
  .item {
    margin-bottom: 2px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
  }
}

/* BASIC FIX */
.bg-lighttin {
  background: #f1f5f9 !important;
  border: 3px solid #f6f6f6;
  margin-top: 25px;
}
.tf-container .row {
  margin: 0 !important;
}
.py-4 {
  padding: 4.5rem 0 1.5rem !important;
}
.mb-3 {
  margin-bottom: 2rem !important;
}
hr {
  margin-bottom: 10px;
  border: 1px dashed #ccc;
}

/* TAG */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.tags a {
  padding: 8px 12px;
  background: #0fb9b1;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
.tags a:hover {
  background: #003c47;
  color: #e5b85a;
}

/* TITLE */
.titletin {
  padding: 5px;
  font-size: 18px;
  line-height: 23px;
}
.titletintc {
  padding: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 9px;
}
.category-title {
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}

/* ARTICLE ITEM DESKTOP */
.article-item {
  background: #f1f6ff;
  padding: 5px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.article-item .article-thumb img {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
.h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* ARTICLE MOBILE – ảnh trái chữ phải */
@media (max-width: 768px) {
  .category-title {
    text-align: left;
  }
  .article-item {
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .article-item .article-thumb {
    width: 35% !important;
    flex-shrink: 0 !important;
  }
  .article-item .article-thumb img {
    height: 80px !important;
    object-fit: cover !important;
  }
  .article-item .article-content {
    width: 65% !important;
    padding-left: 5px !important;
  }
  .article-item .article-content .title a {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  .article-item .article-content .date {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }
}

/* RELATED ARTICLES */
.related-articles .related-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 4px;
  transition: 0.3s;
}
.related-articles .related-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: linear-gradient(90deg, #f0f8ff, #e6f0ff);
}
.related-img img {
  width: 100px;
  height: 65px;
  object-fit: cover;
  border-radius: 8px;
}
.related-content {
  flex: 1;
  margin-left: 10px;
}
.related-content .date {
  font-size: 12px;
  color: #888;
}
.related-titleright {
  font-size: 14px;
  font-weight: 600;
  color: #003c47;
  text-decoration: none;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
}
.related-title:hover {
  color: #007bff;
}
.related-content .excerpt {
  font-size: 13px;
  color: #555;
  line-height: 1.3;
}

/* RELATED MOBILE */
@media (max-width: 576px) {
  .related-img img {
    width: 110px;
    height: 65px;
  }
  .related-title {
    font-size: 15px;
  }
  .related-content .excerpt {
    font-size: 12px;
  }
  .related-content .date {
    font-size: 11px;
    margin-bottom: 0px;
  }
}

/* RIGHT SIDEBAR */
.article {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.article-img {
  width: 100%;
  border-radius: 0px;
}
.article-info .date {
  font-size: 13px;
  color: #333;
  margin: 5px 0;
}
.article-info .title a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.article-info .title a:hover {
  color: #007bff;
}
.article-info .excerpt {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.btn-read {
  font-size: 14px;
  color: #007bff;
  font-weight: 600;
  text-decoration: none;
}
.btn-read:hover {
  text-decoration: underline;
}

/* SIDE-SLIDER */
.hoatdong-block {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 25px 0 5px;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
}
.hoatdong-title {
  min-width: 160px;
  font-size: 18px;
  font-weight: 500;
  color: #003c47;
  line-height: 1.2;
  padding-top: 1px;
}
.hoatdong-title .t1,
.hoatdong-title .t2 {
  color: #003c47;
  font-weight: 700;
  font-size: 19px;
}
.hoatdong-title .t3 {
  font-size: 14px;
  color: #888;
}
.hoatdong-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hoatdong-slider {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}
.hoatdong-slider::-webkit-scrollbar {
  height: 0;
}
.hoatdong-slider .item {
  min-width: 260px;
  display: flex;
  gap: 10px;
  cursor: pointer;
  align-items: flex-start;
}
.hoatdong-slider .item img {
  width: 85px;
  height: 55px;
  object-fit: cover;
  border-radius: 4px;
}
.hoatdong-slider .item p:hover {
  margin: 0;
  font-size: 15px;
  color: #d4a017;
  line-height: 1.3;
}
.hoatdong-slider .item p {
  margin: 0;
  font-size: 15px;
  color: #003c47;
  line-height: 1.3;
  padding-top: 7px;
}
.arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: 0.25s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.arrow.prev {
  left: 0;
}
.arrow.next {
  right: 0;
}
.arrow:hover {
  background: #f4f4f4;
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .hoatdong-block {
    flex-direction: column;
    padding: 0 30px;
  }
  .arrow {
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 26px;
  }
  .hoatdong-title {
    min-width: 160px;
    font-size: 16px;
    font-weight: 500;
    color: #003c47;
    line-height: 1.2;
    padding-top: 16px;
  }
}

/* DU LỊCH */
.container34 {
  max-width: 1300px;
  margin: auto;
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media (min-width: 790px) {
  .container34 {
    grid-template-columns: 2fr 2fr 1fr;
  }
}
@media (max-width: 768px) {
  .container34 img {
    padding: 0 14px;
  }
}
.cardtin {
  background: #fff;
  padding: 14px;
}

.cardtindulich {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 21px;
  padding-left: 10px;
  border-left: 5px solid #0fb9b1;
  line-height: 32px;
  /* padding-bottom: 16px; */
  float: left;
}

.cardtin h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 5px solid #0fb9b1;
  line-height: 32px;
}
.item {
  margin-bottom: 1px;
  padding-bottom: 1px;
  border-bottom: 0px solid #e2e2e2;
}
.item:last-child {
  border-bottom: none;
  width: 92%;
  margin: auto;
}

.desc {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 4px;
  margin-bottom: 15px;
}
.thumb img,
.ads img {
  width: 100%;
  border-radius: 12px;
  display: block;
  margin-bottom: 20px;
}

.tindiemden {
  line-height: 27px;
  font-size: 16px;
  padding: 10px;
  /* border-bottom: 1px solid #f6f6f6; */
  border-top: 1px solid #f6f6f6;
}

/* Featured article */
.featured-article {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.featured-article img {
  width: 60rem;
  height: 30rem;
  object-fit: cover;
  border-radius: 10px;
}

.article-info h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0.5rem 0;
}

.article-info p {
  font-size: 14px;
  color: #555;
}

/* Small articles */
.small-articles {
  display: flex;
  flex-direction: column; /* Desktop: xếp dọc */
  gap: 15px;
}

.small-articles .article-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.small-articles .article-card:hover {
  transform: translateY(-3px);
}

.small-articles .article-card img {
  width: 30rem;
  height: 15rem;
  object-fit: cover;
}

.small-articles figcaption {
  padding: 10px;
  background-color: #fff;
}

.small-articles .titletin {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.small-articles .titletin a {
  color: #003c47;
  text-decoration: none;
}

.small-articles .titletin a:hover {
  color: #007bff;
}

/* Responsive: Mobile - 1 hình lớn, 2 hình nhỏ ngang */
@media (max-width: 991px) {
  .main-articles {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .small-articles {
    flex-direction: row; /* 2 hình nhỏ nằm ngang */
  }

  .small-articles .article-card {
    flex: 1; /* bằng nhau */
  }
}

/* Desktop - 2 hình nhỏ xếp dọc */
@media (min-width: 992px) {
  .small-articles {
    flex-direction: column;
  }
}

/* ===============================
 kết thúc MỤC TIN TRANG CHỦ
================================ */

/* ===============================
 MỤC TIN TỨC NỔI BẬT KHÁM PHÁ - TIỆN ÍCH
================================ */
.fonttieudetin {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
.tintuc-bds-titletv {
  color: #003c47;
  border-bottom: 2px solid #e5b85a;
  padding-bottom: 6px;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
}
/* Wrapper */
.tintuc-bds-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 30px;
}

/* CỘT TRÁI */
.tintuc-bds-left {
  flex: 2 1 0;
  min-width: 300px;
}

/* Tin tức item: Hình 3 phần, text 7 phần */
.tintuc-bds-news-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.tintuc-bds-news-img {
  flex: 3 0 30%;
  min-width: 100px;
}
.tintuc-bds-news-img img {
  width: 26rem;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.tintuc-bds-news-content {
  flex: 7 0 65%;
}

.tintuc-bds-news-title:hover {
 display: block;
font-weight: bold;
    margin-bottom: 2px;
    text-decoration: none;
    color: #00c2c7;
    font-size: 17px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;

}
.tintuc-bds-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  display: block;
}

/* CỘT PHẢI */
.tintuc-bds-right {
  flex: 1 1 0;
  min-width: 250px;
}

/* Sticky desktop */
@media (min-width: 992px) {
  .tintuc-bds-right {
    position: sticky;
    top: 8rem;
    align-self: flex-start;
  }
}

/* Box tiện ích */
.tintuc-bds-box {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.tintuc-bds-gold-box table {
  width: 100%;
  border-collapse: collapse;
}
.tintuc-bds-gold-box th,
.tintuc-bds-gold-box td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
.tintuc-bds-note {
  font-size: 0.85rem;
  color: #666;
  margin-top: 5px;
}
.tintuc-bds-weather-box {
  text-align: center;
}
.tintuc-bds-temp {
  font-size: 2rem;
  font-weight: bold;
}
.tintuc-bds-weather-info span {
  display: block;
  font-size: 0.9rem;
}
.tintuc-bds-news-title {
  display: block;
font-weight: bold;
    margin-bottom: 2px;
    text-decoration: none;
    color: #003c47;
    font-size: 17px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

/* RESPONSIVE MOBILE */
@media (max-width: 991px) {
  .tintuc-bds-wrapper {
    flex-direction: column;
  }
  .tintuc-bds-left,
  .tintuc-bds-right {
    width: 100%;
    flex: none;
  }
  .tintuc-bds-news-item {
    flex-direction: row;
  }
  .tintuc-bds-news-img {
    flex: 3 0 30%;
  }
  .tintuc-bds-news-content {
    flex: 7 0 65%;
  }
  .tintuc-bds-right {
    position: relative;
    margin-top: 20px;
  }
  .tintuc-bds-news-title {
 display: block;
font-weight: bold;
    margin-bottom: 2px;
    text-decoration: none;
    color: #003c47;
    font-size: 17px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
  }
  .tintuc-bds-text {
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    display: none;
  }
}
/* ===============================
 KẾT THÚC MỤC TIN TỨC NỔI BẬT KHÁM PHÁ - TIỆN ÍCH
================================ */

/* ===============================
CSS ĐIỂM ĐẾN - DU LỊCH
================================ */
.news-sidebartincuoi {
  overflow-y: auto;
  padding-right: 10px;
}
.container34 {
  max-width: 1250px;
  margin: auto;
  padding: 20px;
  margin-top: 30px;
}

.cardtin {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
      margin-top: 25px;
}

.cardtin .content {
  flex: 1 1 60%;
  min-width: 250px;
}

.cardtin figure.thumb {
  flex: 1 1 35%;
  min-width: 200px;
  margin: 0 0 0 5px;
}

.cardtin figure.thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #003c47;
  font-size: 1.5rem;
}

.titletintc {
  font-size: 18px;
  margin: 5px 0;
  line-height: 26px;
}

.titletintc a {
  color: #003c47;
  text-decoration: none;
}

.titletintc a:hover {
  text-decoration: underline;
}

.desc {
  font-size: 15px;
  color: #333;
  line-height: 26px;
}

.tindiemden-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.tindiemden-list li {
  margin-bottom: 8px;
  border-top: 1px solid #eee;
  padding-top: 9px;
}

.tindiemden-list a {
  color: #003c47;
  text-decoration: none;
  font-size: 16px;
  line-height: 29px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  max-height: calc(1.4em * 1);
}

.tindiemden-list a:hover {
  color: #333;
  font-weight: 600;
}

.tindiemden-list i.icon {
  color: green;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .cardtin {
    flex-direction: column-reverse;
  }
  .cardtin figure.thumb {
    margin-left: 0;
    margin-bottom: 15px;
    flex: 1 1 100%;
  }
}

.ads-top {
  background: #f7f7f7;
  padding: 12px 0;
}
.breadcrumb-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-bar a {
  color: #003c47;
}

.breadcrumb-bar strong {
  color: #e5b85a;
  font-weight: 600;
}

.layout {
  display: grid;
  grid-template-columns: 3fr 1.3fr;
  gap: 32px;
  margin-top: 50px;
}
.breadcrumb {
  font-size: 14px;
  color: #777;
  margin-bottom: 14px;
}
.breadcrumb a {
  color: #003c47;
}
.article-header {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
  border-bottom: 1px solid #e5e7eb;
  border-left: 4px solid #e5b85a;
  padding: 36px 0 28px;
}
.article-header-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.article-breadcrumb {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 14px;
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-breadcrumb a {
  text-decoration: none;
}

.article-breadcrumb span {
  margin: 0 6px;
}
.article-title {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  color: #003c47;
  margin-bottom: 12px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;
}

.article-sapo {
  font-size: 17px;
  line-height: 1.65;
  color: #374151;
  max-width: 1300px;
}

.content-wrap {
  max-width: 1300px;
  margin: 30px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 3fr 1.2fr;
  gap: 32px;
}
.content-left {
  font-size: 16px;
  line-height: 1.75;
}

.news-featured-image {
  margin-bottom: 20px;
  text-align: center;
}
.news-featured-image img {
  height: auto;
  border-radius: 6px;
}

.news-featured-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  font-style: italic;
}

.content-left h2 {
  font-size: 17px;
  margin: 4px 0 4px;
  color: #003c47;
  font-weight: bold;
}

.content-left h3 {
  font-size: 17px;
  margin: 4px 0 4px;
  color: #222;
  font-weight: bold;
}

.content-left p {
  margin-bottom: 6px;
  color: #222;
  line-height: 1.5;
}
/* THUMB */
.article-thumb {
  margin: 18px 0;
  text-align: center;
}
.article-thumb img {
  border-radius: 10px;
  text-align: center;
  margin: auto;
}
.article-thumb figcaption {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
  text-align: center;
}
.related-listct {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-body p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 3px;
    color: #333;
}
.related {
  margin-top: 36px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.related-title {
  font-size: 18px;
  color: #0fb9b1;
  margin-bottom: 12px;
}
.related-list {
  list-style: none;
  padding: 0;
}
.related-list li {
  margin-bottom: 10px;
}
.related-list a {
  color: #003c47;
}
.related-list a:hover {
  color: #e5b85a;
  text-decoration: none;
}

/* SIDEBAR */
.sidebar {
  position: sticky;
  top: 20px;
}
.sidebar-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 20px;
}
.sidebar-box h3 {
  font-size: 17px;
  margin-bottom: 12px;
  color: #0fb9b1;
  font-weight: bold;
}
.sidebar-box ul {
  list-style: none;
}

.sidebar-box li {
  margin-top: 10px;
}

.sidebar-box a {
  color: #003c47;
  text-decoration: none;
  font-size: 15px;
}

.sidebar-box a:hover {
  color: #0fb9b1;
  text-decoration: none;
  font-size: 15px;
}

.sidebar-title {
  font-size: 16px;
  color: #003c47;
  border-bottom: 2px solid #e5b85a;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.article-author-box {
  margin-top: 40px;
  padding: 18px 20px;
  background: #f8f9fb;
  border-left: 4px solid #003c47;
  border-radius: 4px;
}

.article-author-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #003c47;
}

.article-author-box strong {
  color: #003c47;
}


   /* =========================
   ARTICLE CONTENT nội dung tin tuc
========================= */
.post-excerpt {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}

.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    word-break: break-word;
}

/* Paragraph */
.article-content p {
    margin-bottom: 18px;
}

/* Headings */
.article-content h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 14px;
    border-left: 4px solid #00a896;
    padding-left: 12px;
    line-height: 1.4;
}

.article-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 10px;
}

/* Lists */
.article-content ul,
.article-content ol {
    padding-left: 22px;
    margin-bottom: 10px;
}

.article-content ul li,
.article-content ol li {
    margin-bottom: 10px;
}

/* Links */
.article-content a {
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
}

.article-content a:hover {
    text-decoration: underline;
}

/* Images */
.article-content img {
    max-width: 100%;
    height: auto;
    margin: 24px 0;
    border-radius: 8px;
}

/* Highlight Box */
.article-highlight {
    background: #f5f7fa;
    padding: 18px;
    border-left: 4px solid #00a896;
    border-radius: 8px;
    margin: 26px 0;
}

/* Blockquote */
.article-content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 16px;
    margin: 24px 0;
    color: #555;
    font-style: italic;
}

/* Table */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.article-content table th,
.article-content table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.article-content table th {
    background: #f9f9f9;
    font-weight: 600;
}

/* =========================
   LAYOUT 2 CỘT
========================= */

.content-wrap {
    display: flex;
    gap: 40px;
    max-width: 1340px;
    margin: 40px auto;
    padding: 0 20px;
}

.content-left {
    flex: 3;
    min-width: 0;
}

.tintuc-bds-right {
    flex: 1;
    min-width: 280px;
}

/* Sidebar box */
.sidebar-box {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 24px;
}

/* Featured Image */
.news-featured-image img {
    border-radius: 10px;
}

/* Author box */
.article-author-box {
    margin-top: 40px;
    padding: 20px;
    background: #fafafa;
    border-radius: 8px;
}
.article-content ul {
    list-style: none;
    padding-left: 0;
}

.article-content ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.article-content ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #00a896;
    font-weight: bold;
}

.article-content p {
    margin: 0 0 14px;
}

.article-content p:empty {
    display: none;
}

.article-content p + p:empty {
    display: none;
}
.cta-link {
    display: inline-block;
    margin: 16px 0;
    font-weight: 600;
    color: #00a896;
    text-decoration: none;
}

.cta-link::after {
    content: " →";
}
    .news-categories {
   margin-top: 10px;
    padding: 10px;
    /* background: #f8f9fa; */
    border-radius: 8px;
}

.news-categories h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #0b3d3b;
}

.news-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-categories li a {
    display: inline-block;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: 0.3s ease;
}

.news-categories li a:hover {
    background: #0b3d3b;
    color: #fff;
    border-color: #0b3d3b;
}

.tintuc-bds-news-img img {
    transition: transform 0.3s ease;
}

.tintuc-bds-news-item:hover img {
    transform: scale(1.05);
}

.featured-article img {
    transition: transform 0.3s ease;
}
.featured-article:hover img {
    transform: scale(1.05);
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
    .content-wrap {
        flex-direction: column;
    }

    .article-content {
        max-width: 100%;
    }

    .tintuc-bds-right {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .article-content {
        font-size: 15px;
    }

    .article-content h2 {
        font-size: 19px;
    }

    .article-content h3 {
        font-size: 17px;
    }
}
@media (max-width: 992px) {
    .content-wrap {
        flex-direction: column;
    }
}
    

/* RESPONSIVE */
@media (max-width: 992px) {
  .layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    position: relative;
    margin-top: 24px;
  }
  .article-title {
    font-size: 22px;
  }
  .content-wrap {
    grid-template-columns: 1fr;
  }
}
