/* Sidebar bài viết — CSS thường (không qua .scss compile) */
@charset "UTF-8";
.sidebar-article {
  /* Tiêu đề dạng viên thuốc nền nhạt chữ xanh (giống SST) */
  /* Danh mục — chỉ ép ul CẤP TRÊN xếp dọc (ghi đè flex Bootstrap), KHÔNG đụng menu con */
  /* Menu con: ẩn mặc định, JS slideToggle điều khiển */
  /* Item bài viết + tour: ảnh trái + tên phải */
}

@media (min-width: 992px) {
  .sidebar-article .position-sticky, .sidebar-article {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }
}

.sidebar-article .aside-content-blog,
.sidebar-article .blog_noibat {
  border: 1px solid #E2E6F2;
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
}

.sidebar-article .title-head,
.sidebar-article .h2_sidebar_blog {
  margin: 0 0 10px;
  border-bottom: 1px solid #E2E6F2;
  padding-bottom: 10px;
  line-height: 1;
}

.sidebar-article .title-head span,
.sidebar-article .h2_sidebar_blog a {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #EAF0F7;
  border-radius: 8px;
  padding: 0 15px;
  text-decoration: none;
  transition: .3s;
}

.sidebar-article .h2_sidebar_blog a:hover {
  background: var(--main-color);
  color: #fff;
}

.sidebar-article .nav-category > ul.nav {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-article .nav-category ul .nav-item {
  position: relative;
  display: block;
  width: 100%;
}

.sidebar-article .nav-category .menu_down {
  list-style: none;
}

.sidebar-article .nav-category ul .nav-item .nav-link {
  display: block;
  font-size: 14px;
  padding: 8px 30px 8px 4px;
  color: var(--main-color);
  text-decoration: none;
  position: relative;
}

.sidebar-article .nav-category ul .nav-item .nav-link:hover,
.sidebar-article .nav-category ul .nav-item.active > .nav-link {
  color: var(--hover, #e30000);
  font-weight: 600;
}

.sidebar-article .nav-category ul .menu_down {
  list-style: none;
  padding-left: 14px !important;
  margin: 0;
}

.sidebar-article .nav-category ul .menu_down .nav-link {
  font-size: 13.5px;
  padding: 6px 0 6px 4px;
}

.sidebar-article .nav-category ul .down_icon {
  width: 30px;
  height: 34px;
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .4s;
}

.sidebar-article .nav-category ul .down_icon:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #59646a transparent transparent transparent;
}

.sidebar-article .nav-category ul .down_icon.cls_mn {
  transform: rotate(180deg);
}

.sidebar-article .blog_content .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eef1f6;
}

/* Widget "Điểm đến Miền Tây" — header navy đặc (khác kiểu pill nhạt của title-head
   phía trên), danh sách tỉnh không số đếm, tỉnh đang xem tô đậm nền navy. */
.dl-diemden-mt { border: 1px solid #E2E6F2; border-radius: 16px; overflow: hidden; background: #fff; margin-bottom: 20px; }
.dl-diemden-mt__h { background: var(--main-color, #02326a); color: #fff; font-weight: 800; font-size: 17px; padding: 16px 20px; }
.dl-diemden-mt__body { padding: 8px 10px 12px; }
.dl-diemden-mt__grp { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: #9aa5b8; padding: 12px 10px 6px; }
.dl-diemden-mt__item { display: block; padding: 10px 12px; border-radius: 12px; color: #16233a; font-weight: 700; font-size: 14.5px; text-decoration: none; transition: background .2s, color .2s; }
.dl-diemden-mt__item:hover { background: #f3f6fa; }
.dl-diemden-mt__item.active { background: var(--main-color, #02326a); color: #fff; }

.sidebar-article .blog_content .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-article .blog_content .post-thumb,
.sidebar-article .blog_content .product-thumbnail {
  width: 90px;
  flex: 0 0 90px;
}

.sidebar-article .blog_content .post-thumb img,
.sidebar-article .blog_content .product-thumbnail img {
  width: 90px;
  height: 68px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.sidebar-article .blog_content .contentright,
.sidebar-article .blog_content .product-info {
  width: calc(100% - 90px);
  padding-left: 10px;
}

.sidebar-article .blog_content .contentright h3,
.sidebar-article .blog_content .product-info .product-name {
  font-size: 13.5px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}

.sidebar-article .blog_content .contentright h3 a,
.sidebar-article .blog_content .product-info .product-name a {
  color: #222;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-article .blog_content .contentright h3 a:hover,
.sidebar-article .blog_content .product-info .product-name a:hover {
  color: var(--main-color);
}

.sidebar-article .blog_content .price-box {
  margin-top: 5px;
  color: #e30000;
  font-weight: 700;
  font-size: 14px;
}

.sidebar-article .blog_content .price-box .compare-price {
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 12px;
  margin-left: 5px;
}

/* ============================================================
   MỤC LỤC "Nội dung bài viết" — 1 NÚT DUY NHẤT (bỏ hộp ngoài)
   ============================================================ */
.rte .toc-wrapper {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 0 22px !important;
}
.toc-wrapper .toc-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: #eaf0f7;
	border: 1px solid #d5e0ee;
	border-radius: 8px;
	padding: 12px 16px;
	color: var(--main-color, #02326a);
	font-weight: 700;
	font-size: 15px;
	-webkit-user-select: none;
	user-select: none;
	transition: background .2s;
}
.toc-wrapper .toc-title:hover { background: #dfeaf6; }
.toc-wrapper .toc-title::after {
	content: '';
	flex: 0 0 auto;
	width: 0; height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid var(--main-color, #02326a);
	transition: transform .3s ease;
}
.toc-wrapper .toc-title.open::after { transform: rotate(180deg); }
.toc-wrapper .toc-title.open { border-radius: 8px 8px 0 0; }
.toc-wrapper .js-toc {
	background: #f5f8fc;
	border: 1px solid #d5e0ee;
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding: 8px 16px;
}

/* ---- Danh sách mục lục bên trong (tocbot list) ---- */
.toc-wrapper .js-toc .toc-list { list-style: none; margin: 0; padding-left: 0; }
.toc-wrapper .js-toc .toc-list-item { margin: 1px 0; position: relative; }
.toc-wrapper .js-toc .toc-link {
	display: block;
	padding: 7px 10px;
	color: #33475b;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.45;
	border-radius: 6px;
	transition: background .15s, color .15s;
}
.toc-wrapper .js-toc > .toc-list > .toc-list-item > .toc-link { font-weight: 600; color: #23303e; }
.toc-wrapper .js-toc .toc-link:hover { background: #e6eefa; color: var(--main-color, #02326a); }
.toc-wrapper .js-toc .toc-link.is-active-link {
	background: #e0eafc;
	color: var(--main-color, #02326a);
	font-weight: 700;
}
/* Cấp con: thụt vào + đường dẫn dọc */
.toc-wrapper .js-toc .toc-list .toc-list {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1.5px solid #dbe4ef;
}
.toc-wrapper .js-toc .toc-list .toc-list .toc-link { font-size: 13.5px; color: #5a6b7d; font-weight: 500; }
.toc-wrapper .js-toc .toc-list .toc-list .toc-link:hover,
.toc-wrapper .js-toc .toc-list .toc-list .toc-link.is-active-link { color: var(--main-color, #02326a); }

/* ============================================================
   NỘI DUNG BÀI VIẾT — typography đẹp (2026-07)
   Scope: .js-toc-content (thân bài), trừ mục lục (.toc-*)
   ============================================================ */
.js-toc-content { color: #2d3a48; font-size: 16.5px; line-height: 1.8; }
.js-toc-content p { margin: 0 0 18px; }

/* Link trong bài: mặc định gạch chân mờ; hover → gạch màu CHẠY TỪ TRÁI QUA PHẢI + đổi màu.
   Loại trừ nút (.bt/.btn/.button) và link có nền để không làm mất chữ. */
.js-toc-content a:not(.toc-link):not(.toc-title):not(.bt):not(.btn):not(.button):not([class*="btn"]) {
	color: #1a6dd4;
	font-weight: 500;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(26,109,212,.4);
	background-image: linear-gradient(var(--hover, #e30000), var(--hover, #e30000));
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0% 2px;
	transition: background-size .4s ease, color .25s ease;
}
.js-toc-content a:not(.toc-link):not(.toc-title):not(.bt):not(.btn):not(.button):not([class*="btn"]):hover {
	color: var(--hover, #e30000);
	border-bottom-color: transparent;
	background-size: 100% 2px;
}
/* Đảm bảo nút "Xem lịch trình" (.bt) chữ trắng trên nền xanh */
.js-toc-content a.bt { color: #fff !important; }

/* H2 — font serif thanh lịch, cỡ vừa, gạch chân dưới */
.js-toc-content h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 19px; font-weight: 700; line-height: 1.4;
	color: #16344f;
	margin: 34px 0 14px; padding: 0 0 7px;
	border-bottom: 2px solid #e4e9f0;
	position: relative;
}
.js-toc-content h2::after {
	content: ''; position: absolute; left: 0; bottom: -2px;
	width: 56px; height: 2px; background: var(--main-color, #02326a);
}
/* H3 — chấm tròn đỏ dẫn đầu */
.js-toc-content h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 17px; font-weight: 700; line-height: 1.4;
	color: #1c3d5a; margin: 24px 0 10px; padding-left: 17px; position: relative;
}
.js-toc-content h3::before {
	content: ''; position: absolute; left: 0; top: .55em;
	width: 8px; height: 8px; border-radius: 50%;
	background: var(--hover, #e30000);
}
.js-toc-content h4 { font-size: 15.5px; font-weight: 700; color: #23303e; margin: 20px 0 9px; }

/* Ảnh: bo góc, canh giữa, bóng nhẹ */
.js-toc-content img {
	max-width: 100%; height: auto; border-radius: 10px;
	display: block; margin: 20px auto;
	box-shadow: 0 3px 14px rgba(0,0,0,.09);
}

/* Danh sách */
.js-toc-content ul, .js-toc-content ol { margin: 0 0 18px; padding-left: 24px; }
.js-toc-content li { margin-bottom: 8px; }
.js-toc-content ul li::marker { color: var(--main-color, #02326a); }

/* Trích dẫn */
.js-toc-content blockquote {
	margin: 22px 0; padding: 14px 20px;
	border-left: 4px solid var(--main-color, #02326a);
	background: #f2f6fb; border-radius: 0 8px 8px 0;
	font-style: italic; color: #44586b;
}

/* Bảng: cuộn ngang trên mobile, header brand, sọc chẵn lẻ */
.js-toc-content table {
	width: 100%; border-collapse: collapse; margin: 22px 0;
	font-size: 15px; border: 1px solid #e6e9ef; border-radius: 8px; overflow: hidden;
}
.js-toc-content table th {
	background: var(--main-color, #02326a); color: #fff;
	padding: 12px 14px; text-align: left; font-weight: 600;
}
.js-toc-content table td { padding: 10px 14px; border-bottom: 1px solid #e9edf2; }
.js-toc-content table tr:nth-child(even) td { background: #f7f9fc; }

/* Đường phân cách */
.js-toc-content hr { border: none; border-top: 1px dashed #d5dde7; margin: 28px 0; }

/* ============================================================
   DROP CAP — chữ cái đầu to ở đoạn mở bài
   ============================================================ */
.js-toc-content > p:first-of-type::first-letter {
	float: left;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 3.4em;
	line-height: .82;
	font-weight: 700;
	color: var(--main-color, #02326a);
	margin: 6px 12px 0 0;
}

/* ============================================================
   BOX CTA "Đặt tour ngay" — thiết kế lại đẹp hơn (pill trắng, vòng trang trí)
   ============================================================ */
.blog-cta-box {
	position: relative; overflow: hidden;
	display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
	gap: 16px 28px;
	background: linear-gradient(120deg, #0a4f92 0%, #02326a 58%, #022a5a 100%);
	border-radius: 16px;
	padding: 24px 28px;
	margin: 30px 0;
	color: #fff;
	box-shadow: 0 12px 30px rgba(2,50,106,.24);
}
.blog-cta-box::before {
	content: ''; position: absolute; right: -30px; top: -70px;
	width: 210px; height: 210px; border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,.12), rgba(255,255,255,0) 68%);
}
.blog-cta-box .cta-left { flex: 1 1 320px; position: relative; z-index: 1; }
.blog-cta-box .cta-title { font-size: 20px; font-weight: 800; margin: 0 0 6px; line-height: 1.3; }
.blog-cta-box .cta-desc { font-size: 14px; line-height: 1.55; opacity: .85; margin: 0; max-width: 520px; }
.blog-cta-box .cta-right { display: flex; align-items: center; gap: 18px; position: relative; z-index: 1; }
.blog-cta-box a { border-bottom: none !important; padding-bottom: 0; }
.blog-cta-box a:not(.cta-btn) { background-image: none !important; }
.blog-cta-box .cta-call {
	display: flex; flex-direction: column; line-height: 1.15;
	color: #fff !important; text-decoration: none; white-space: nowrap;
}
.blog-cta-box .cta-call small { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .6px; opacity: .7; margin-bottom: 2px; }
.blog-cta-box .cta-call b { font-size: 20px; font-weight: 800; letter-spacing: .3px; }
.blog-cta-box .cta-call:hover b { text-decoration: underline; }
.blog-cta-box .cta-btn {
	display: inline-flex; align-items: center; gap: 10px;
	background: linear-gradient(180deg, #ffffff 0%, #e9f1fb 100%);
	color: #02326a !important; font-weight: 800; font-size: 15.5px; letter-spacing: .2px;
	padding: 8px 9px 8px 24px; border-radius: 40px; text-decoration: none; white-space: nowrap;
	box-shadow: 0 8px 18px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.9);
	transition: transform .16s ease, box-shadow .16s ease;
}
.blog-cta-box .cta-btn span {
	display: inline-flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; border-radius: 50%;
	background: #02326a; color: #fff; font-size: 15px; line-height: 1; font-weight: 700;
	transition: transform .2s ease;
}
.blog-cta-box .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 13px 26px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.9); }
.blog-cta-box .cta-btn:hover span { transform: translateX(4px); }
.blog-cta-box .cta-btn:active { transform: translateY(0); }
@media (max-width: 767px) {
	.blog-cta-box { padding: 20px 20px; gap: 14px 20px; border-radius: 14px; }
	.blog-cta-box .cta-title { font-size: 18px; }
	.blog-cta-box .cta-desc { font-size: 13px; }
}
/* Mobile: điện thoại + nút cùng 1 HÀNG → box gọn, không phình vuông */
@media (max-width: 560px) {
	.blog-cta-box { padding: 18px 16px; margin: 24px 0; gap: 12px; }
	.blog-cta-box .cta-left { flex-basis: 100%; }
	.blog-cta-box .cta-title { font-size: 16.5px; margin-bottom: 4px; }
	.blog-cta-box .cta-desc { font-size: 12.5px; line-height: 1.5; }
	.blog-cta-box .cta-right { width: 100%; justify-content: space-between; gap: 12px; }
	.blog-cta-box .cta-call small { font-size: 10px; }
	.blog-cta-box .cta-call b { font-size: 17px; }
	.blog-cta-box .cta-btn { padding: 7px 8px 7px 18px; font-size: 14px; gap: 8px; }
	.blog-cta-box .cta-btn span { width: 26px; height: 26px; font-size: 14px; }
}
/* Màn hình rất hẹp: xếp dọc gọn */
@media (max-width: 360px) {
	.blog-cta-box .cta-right { flex-direction: column; align-items: stretch; }
	.blog-cta-box .cta-call { align-items: center; text-align: center; }
	.blog-cta-box .cta-btn { justify-content: center; }
}

/* ============================================================
   NÂNG CẤP MỤC LỤC — đánh số huy hiệu cho mục cấp 1
   ============================================================ */
.toc-wrapper .toc-title::before {
	content: '';
	flex: 0 0 auto;
	width: 16px; height: 16px;
	margin-right: 2px;
	background: var(--main-color, #02326a);
	-webkit-mask: linear-gradient(#000 0 0) top/100% 2px no-repeat, linear-gradient(#000 0 0) center/100% 2px no-repeat, linear-gradient(#000 0 0) bottom/100% 2px no-repeat;
	mask: linear-gradient(#000 0 0) top/100% 2px no-repeat, linear-gradient(#000 0 0) center/100% 2px no-repeat, linear-gradient(#000 0 0) bottom/100% 2px no-repeat;
}
/* (đã bỏ đánh số mục lục theo yêu cầu) */

/* ============================================================
   SIDEBAR TRÁI STICKY — chạy theo khi cuộn (chỉ desktop)
   ============================================================ */
@media (min-width: 992px) {
	.sidebar-article {
		position: sticky;
		top: 20px;
		align-self: flex-start;
	}
}

/* ============================================================
   PANEL MỤC LỤC NỔI BÊN PHẢI (#fixed-toc) — style lại cho đẹp
   (override CSS .scss cũ; sidebar-blog.css nạp sau nên thắng)
   ============================================================ */
/* Nút launcher (tab navy bám mép phải) */
.fixed-toc button.btn.toc-toggle-btn {
	background: var(--main-color, #02326a) !important;
	color: #fff !important;
	border: none !important;
	width: 44px !important;
	height: 44px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 12px 0 0 12px !important;
	opacity: 1 !important;
	box-shadow: -3px 4px 14px rgba(2, 50, 106, .28);
	display: flex; align-items: center; justify-content: center;
}
.fixed-toc button.btn.toc-toggle-btn svg { fill: #fff !important; width: 20px; height: 20px; }
.fixed-toc button.btn.toc-toggle-btn:hover { background: #0a4f92 !important; }

/* Hộp panel */
.fixed-toc .fixed-toc-content {
	width: 300px !important;
	padding: 0 !important;
	border: 1px solid #dbe4ef !important;
	border-radius: 14px !important;
	box-shadow: 0 16px 40px rgba(2, 50, 106, .22) !important;
	overflow: hidden !important;
	max-height: 82vh !important;
}
/* Header navy */
.fixed-toc .fixed-toc-content .toc-title {
	background: var(--main-color, #02326a);
	color: #fff !important;
	margin: 0 !important;
	padding: 13px 44px 13px 16px !important;
	font-size: 15px; font-weight: 700;
	border-radius: 0 !important;
}
.fixed-toc .fixed-toc-content .toc-title::before {
	content: '';
	display: inline-block; vertical-align: -2px;
	width: 15px; height: 12px; margin-right: 8px;
	background:
		linear-gradient(#fff 0 0) top/100% 2px no-repeat,
		linear-gradient(#fff 0 0) center/100% 2px no-repeat,
		linear-gradient(#fff 0 0) bottom/100% 2px no-repeat;
}
/* Nút X đóng */
.fixed-toc .fixed-toc-content .toc-toggle-btn { right: 14px !important; top: 14px !important; }
.fixed-toc .fixed-toc-content .toc-toggle-btn svg path { fill: #cbd8e8 !important; }
.fixed-toc .fixed-toc-content .toc-toggle-btn:hover svg path { fill: #fff !important; }

/* Danh sách trong panel (bản clone) */
.fixed-toc .fixed-toc-content > .toc-list {
	padding: 8px 10px !important;
	max-height: calc(82vh - 48px);
	overflow-y: auto;
	list-style: none; margin: 0;
}
.fixed-toc .fixed-toc-content .toc-list-item { margin: 1px 0; list-style: none; }
.fixed-toc .fixed-toc-content .toc-link {
	display: block; padding: 8px 11px; border-radius: 7px;
	color: #33475b; text-decoration: none; font-size: 13.5px; line-height: 1.45;
	transition: background .15s, color .15s;
}
.fixed-toc .fixed-toc-content > .toc-list > .toc-list-item > .toc-link { font-weight: 600; color: #23303e; }
.fixed-toc .fixed-toc-content .toc-link:hover { background: #eef4fb; color: var(--main-color, #02326a); }
.fixed-toc .fixed-toc-content .toc-link.is-active-link { background: #e0eafc; color: var(--main-color, #02326a); font-weight: 700; }
.fixed-toc .fixed-toc-content .toc-list .toc-list { margin-left: 10px; padding-left: 11px; border-left: 1.5px solid #dce5f0; }
.fixed-toc .fixed-toc-content .toc-list .toc-list .toc-link { font-size: 13px; color: #5a6b7d; font-weight: 500; }