/* Header: căn cùng khung với .container Bootstrap, sửa sub-header + main-header */
@media (min-width: 992px) {
	header.v2_bnc_header .sub-header .main-container,
	header.v2_bnc_header .main-header .main-container,
	.main-menu .main-container,
	#sticker .main-container {
		width: 100% !important;
		max-width: 1170px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box;
	}

	header.v2_bnc_header .sub-header-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-height: 26px;
	}

	header.v2_bnc_header .sub-header-hotline {
		flex: 0 1 auto;
		margin: 0;
	}

	header.v2_bnc_header .sub-header-links {
		flex: 0 1 auto;
		margin: 0 0 0 auto;
		flex-wrap: nowrap;
	}

	header.v2_bnc_header .main-header .navbar {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		width: 100%;
	}

	header.v2_bnc_header .main-header .button_menu_mobile,
	header.v2_bnc_header .main-header nav.menutop {
		display: none !important;
	}

	header.v2_bnc_header .main-header .navbar-brand {
		flex: 0 0 auto;
		margin-right: 12px;
	}

	header.v2_bnc_header .main-header #search-box.search {
		flex: 1 1 auto;
		width: auto !important;
		max-width: 420px;
		min-width: 180px;
		top: 0 !important;
	}

	header.v2_bnc_header .main-header .header-toolbar {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		flex-wrap: nowrap;
		margin-left: auto;
		position: relative;
		z-index: 50;
	}

	header.v2_bnc_header .main-header .header-toolbar > #viewedproduct,
	header.v2_bnc_header .main-header .header-toolbar > #account-header,
	header.v2_bnc_header .main-header .header-toolbar > #locations,
	header.v2_bnc_header .main-header .header-toolbar > #cart-summary,
	header.v2_bnc_header .main-header .header-toolbar > .f-miniCart-miniv2,
	header.v2_bnc_header .main-header .header-toolbar > .cart {
		display: inline-block;
		vertical-align: middle;
	}

	header.v2_bnc_header .main-header #cart-summary,
	header.v2_bnc_header .main-header .f-miniCart-miniv2 {
		position: relative !important;
	}

	header.v2_bnc_header .main-header .f-miniCart-miniv2::before {
		content: "";
		position: absolute;
		left: -8px;
		right: -8px;
		top: 100%;
		height: 14px;
	}

	header.v2_bnc_header .main-header .wrap_cart {
		position: absolute !important;
		right: 0 !important;
		top: 100% !important;
		margin-top: 2px !important;
		bottom: auto !important;
		width: 270px !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		transform: scaleY(0) !important;
		transform-origin: top right !important;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	}

	header.v2_bnc_header .main-header .wrap_cart::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -10px;
		height: 10px;
	}

	header.v2_bnc_header .main-header .f-miniCart-miniv2:hover .wrap_cart,
	header.v2_bnc_header .main-header .f-miniCart-miniv2:focus-within .wrap_cart,
	header.v2_bnc_header .main-header .f-miniCart-miniv2.is-cart-open .wrap_cart {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		transform: scaleY(1) !important;
	}

	header.v2_bnc_header .main-header .f-miniCart-miniv2.is-cart-open {
		z-index: 11051 !important;
	}

	header.v2_bnc_header .main-header,
	header.v2_bnc_header .main-header .main-container,
	header.v2_bnc_header .main-header .navbar,
	header.v2_bnc_header .main-header .header-toolbar {
		overflow: visible !important;
	}

	/* style_fan: #viewedproduct .btn-group { position: static } + width 100% → dropdown vỡ */
	header.v2_bnc_header .main-header .header-toolbar .btn-group {
		position: relative !important;
	}

	header.v2_bnc_header #viewedproduct .dropdown-menu,
	header.v2_bnc_header #account-header .dropdown-menu,
	header.v2_bnc_header #locations .dropdown-menu {
		position: absolute !important;
		top: 100% !important;
		bottom: auto !important;
		margin-top: 4px !important;
		margin-bottom: 0 !important;
		transform: none !important;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	}

	header.v2_bnc_header #viewedproduct .dropdown-menu,
	header.v2_bnc_header #viewedproduct .dropdown-menu.dropdown-menu-right {
		width: min(420px, 90vw) !important;
		min-width: 280px !important;
		left: 0 !important;
		right: auto !important;
	}

	header.v2_bnc_header #account-header .dropdown-menu,
	header.v2_bnc_header #locations .dropdown-menu {
		left: auto !important;
		right: 0 !important;
	}

	/* Bootstrap 3 (.open) + BS4 (.show): menu bị rule khác ép display:none */
	header.v2_bnc_header .header-toolbar .btn-group.open > .dropdown-menu,
	header.v2_bnc_header .header-toolbar .btn-group.show > .dropdown-menu,
	header.v2_bnc_header .header-toolbar .btn-group.open .dropdown-menu.show {
		display: block !important;
	}

	header.v2_bnc_header .sub-header .v2_bnc_language {
		position: relative !important;
	}

	header.v2_bnc_header .sub-header .v2_bnc_language ul {
		left: auto !important;
		right: 0 !important;
		top: 100% !important;
		margin-top: 0 !important;
		z-index: 10200 !important;
	}

	header.v2_bnc_header .sub-header .v2_bnc_language:hover ul {
		top: 100% !important;
	}

	/* Main nav — 8 mục trên một hàng (tránh rớt dòng “Kiến thức”) */
	header.v2_bnc_header #main-menu.sm {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: stretch;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	header.v2_bnc_header #main-menu.sm > li {
		float: none !important;
		flex: 0 1 auto;
		min-width: 0;
	}

	header.v2_bnc_header #main-menu.sm > li.img-logo {
		display: none !important;
		flex: 0 0 0 !important;
		width: 0 !important;
		min-width: 0 !important;
		overflow: hidden;
		margin: 0 !important;
		padding: 0 !important;
	}

	header.v2_bnc_header #main-menu.sm > li > a.menu-item,
	header.v2_bnc_header #main-menu.sm > li.has-mega-menu > a {
		display: block;
		padding: 10px 7px !important;
		font-size: 13px !important;
		line-height: 1.25 !important;
		white-space: nowrap !important;
		letter-spacing: 0.02em;
	}

	header.v2_bnc_header #main-menu.sm > li:nth-child(2) > a {
		padding-left: 7px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header.v2_bnc_header #main-menu.sm > li > a.menu-item,
	header.v2_bnc_header #main-menu.sm > li.has-mega-menu > a {
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 12px !important;
	}
}

/* Desktop mega menu */
@media (min-width: 768px) {
	#sticker,
	#sticker-sticky-wrapper,
	.main-menu,
	.main-nav,
	.main-menu .main-container,
	#sticker .main-container,
	#main-menu {
		overflow: visible !important;
	}

	ul#main-menu.sm,
	.main-nav {
		position: relative !important;
		z-index: 1000;
	}

	ul#main-menu.sm > li.has-mega-menu,
	#main-menu > li.has-mega-menu {
		position: static !important;
	}

	ul#main-menu.sm > li.has-mega-menu:last-child,
	#main-menu > li.has-mega-menu:last-child {
		position: relative !important;
	}

	ul#main-menu.sm > li.has-mega-menu > ul.mega-menu,
	#main-menu > li > ul.mega-menu,
	#main-menu .mega-menu {
		left: 0 !important;
		right: 0 !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		top: 100% !important;
		margin: 0 !important;
		padding: 18px 22px 22px !important;
		background: #fff !important;
		border: 1px solid rgba(0, 0, 0, 0.12) !important;
		border-radius: 0 0 8px 8px !important;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
		text-align: left !important;
		overflow: visible !important;
		z-index: 10000 !important;
		box-sizing: border-box;
	}

	ul#main-menu.sm > li.has-mega-menu:last-child > ul.mega-menu,
	#main-menu > li.has-mega-menu:last-child > ul.mega-menu {
		left: auto !important;
		right: 0 !important;
		width: max-content !important;
		max-width: min(920px, calc(100vw - 24px)) !important;
		min-width: 260px !important;
	}

	#main-menu > li.has-mega-menu:last-child .mega-menu-grid {
		grid-template-columns: repeat(auto-fit, minmax(160px, 200px));
	}

	#main-menu > li.has-mega-menu:hover > ul.mega-menu,
	#main-menu > li.has-mega-menu:focus-within > ul.mega-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	#main-menu .mega-menu::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -10px;
		height: 10px;
	}

	#main-menu .mega-menu > li,
	#main-menu .mega-menu .mega-menu-panel {
		float: none !important;
		display: block !important;
		width: 100% !important;
		text-align: left !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	#main-menu .mega-menu ul {
		position: static !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		display: block !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
		top: auto !important;
		left: auto !important;
	}

	.mega-menu-inner {
		display: block;
		width: 100%;
	}

	.mega-menu-inner.has-brands {
		display: flex;
		align-items: flex-start;
		gap: 24px;
	}

	.mega-menu-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 6px 28px;
		flex: 1;
		min-width: 0;
		width: 100%;
		text-align: left;
	}

	.mega-menu-col {
		min-width: 0;
		padding: 8px 0;
		margin: 0;
		text-align: left;
	}

	#main-menu .mega-menu .mega-menu-title {
		display: block !important;
		font-weight: 700 !important;
		font-size: 13px !important;
		line-height: 1.35 !important;
		height: auto !important;
		max-height: none !important;
		margin: 0 0 6px !important;
		padding: 0 !important;
		color: #1a1a1a !important;
		text-transform: uppercase;
		text-align: left !important;
		white-space: normal !important;
		background: none !important;
		border: 0 !important;
	}

	#main-menu .mega-menu .mega-menu-title:hover {
		color: #e85d04 !important;
	}

	.mega-menu-col:not(:has(.mega-menu-sub)) .mega-menu-title {
		text-transform: none;
		font-weight: 600 !important;
		margin-bottom: 0 !important;
	}

	.mega-menu-sub {
		display: block;
	}

	#main-menu .mega-menu .mega-menu-link,
	#main-menu .mega-menu .mega-menu-sub a {
		display: block !important;
		font-size: 13px !important;
		font-weight: 400 !important;
		line-height: 1.4 !important;
		height: auto !important;
		max-height: none !important;
		padding: 3px 0 !important;
		margin: 0 !important;
		color: #555 !important;
		text-transform: none !important;
		text-align: left !important;
		white-space: normal !important;
		background: none !important;
		border: 0 !important;
		overflow: visible !important;
		-webkit-line-clamp: unset;
	}

	#main-menu .mega-menu .mega-menu-link:hover,
	#main-menu .mega-menu .mega-menu-sub a:hover {
		color: #e85d04 !important;
	}

	.mega-menu-brands {
		width: 160px;
		flex-shrink: 0;
		border-left: 1px solid #eee;
		padding-left: 16px;
	}

	/* Kill leftover overlay/image layout if old markup still appears */
	#main-menu .mega-menu .text-product-level3,
	#main-menu .mega-menu .img-background {
		position: static !important;
		min-height: 0 !important;
		height: auto !important;
		background: none !important;
		padding: 0 !important;
	}

	#main-menu .mega-menu .text-product-level3:before {
		display: none !important;
		content: none !important;
		padding: 0 !important;
	}

	#main-menu .mega-menu .overlay {
		position: static !important;
		height: auto !important;
		width: auto !important;
		background: none !important;
	}

	#main-menu .mega-menu .mb-70px {
		margin-bottom: 0 !important;
	}

	#main-menu .mega-menu .height-pro-lvl2 {
		height: auto !important;
		max-height: none !important;
		line-height: 1.35 !important;
	}

	#main-menu .mega-menu .col-sm-4,
	#main-menu .mega-menu .col-sm-10,
	#main-menu .mega-menu .col-sm-2 {
		width: auto !important;
		max-width: none !important;
		float: none !important;
		padding: 0 !important;
	}

	#main-menu .mega-menu > li > .row.mx-0:first-child {
		display: none !important;
	}

	#main-menu .mega-menu .row.mx-0 {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 6px 28px;
		margin: 0 !important;
		width: 100%;
	}

	#main-menu .mega-menu .row.mx-0 .row.mx-0 {
		display: contents;
	}
}

@media (max-width: 767px) {
	.mega-menu-grid,
	.mega-menu-inner.has-brands {
		display: block;
	}

	.mega-menu-brands {
		border: 0;
		padding: 10px 0 0;
		width: auto;
	}
}

@media (min-width: 768px) {
	.v2_bnc_category_products,
	.v2_bnc_block_cate_body,
	ul.v2_bnc_block_category_menu_block {
		position: relative;
		z-index: 40;
		overflow: visible !important;
	}

	ul.v2_bnc_block_category_menu_block > li {
		position: relative;
		z-index: 1;
	}

	ul.v2_bnc_block_category_menu_block > li.is-category-flyout-open {
		z-index: 3;
	}

	/* Ghi đè style.css (li:hover ul) — chỉ panel cấp 1, mở bằng class JS */
	ul.v2_bnc_block_category_menu_block > li:not(.is-category-flyout-open):hover > ul {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul {
		position: absolute !important;
		top: 0 !important;
		bottom: auto !important;
		left: 100% !important;
		right: auto !important;
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: start;
		align-content: start;
		column-gap: 28px;
		row-gap: 16px;
		width: 640px !important;
		min-width: 480px !important;
		max-width: min(640px, calc(100vw - 40px)) !important;
		height: auto !important;
		max-height: min(72vh, 640px) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		float: none !important;
		margin: 0 0 0 -1px !important;
		padding: 20px 22px 22px !important;
		background: #fff !important;
		border: 1px solid rgba(0, 0, 0, 0.12) !important;
		border-radius: 0 8px 8px 8px;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		z-index: 99999 !important;
		transition: opacity 0.15s ease, visibility 0.15s ease;
		box-sizing: border-box;
	}

	ul.v2_bnc_block_category_menu_block > li.is-category-flyout-open > ul {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		left: 100% !important;
	}

	ul.v2_bnc_block_category_menu_block > li.is-category-flyout-open > ul ul {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul > li,
	ul.v2_bnc_block_category_menu_block > li > ul > li.col-md-6,
	ul.v2_bnc_block_category_menu_block > li > ul > li.col-sm-6 {
		float: none !important;
		flex: none !important;
		width: auto !important;
		max-width: none !important;
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
		position: relative !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul a {
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: clip !important;
		display: block !important;
		-webkit-line-clamp: unset !important;
		-webkit-box-orient: unset !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul > li > a {
		padding: 0 0 6px !important;
		margin: 0 !important;
		font-size: 13px !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.02em;
		white-space: normal !important;
		overflow: visible !important;
		display: block !important;
		line-height: 1.35 !important;
		height: auto !important;
		color: #1a1a1a !important;
		background: transparent !important;
		border: 0 !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul > li > a:hover {
		background: transparent !important;
		color: #e85d04 !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul ul {
		position: static !important;
		left: auto !important;
		top: auto !important;
		width: auto !important;
		float: none !important;
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		overflow: visible !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		max-height: none !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul ul li {
		float: none !important;
		width: auto !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul ul a {
		padding: 3px 0 !important;
		font-size: 13px !important;
		font-weight: 400 !important;
		text-transform: none !important;
		letter-spacing: 0;
		color: #555 !important;
		white-space: normal !important;
		border: 0 !important;
		background: transparent !important;
	}

	ul.v2_bnc_block_category_menu_block > li > ul ul a:hover {
		color: #e85d04 !important;
	}
}

/* Inside layout: nested sections must not stack padding with wrapper */
section.v2_bnc_inside_page section {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

section.v2_bnc_inside_page:has(.v2_breadcrumb_main),
section.v2_bnc_inside_page:has(#products-main) {
	padding-top: 0 !important;
}

/* Product listing page — rhythm & surfaces */
section.v2_bnc_inside_page:has(#products-main) {
	padding-bottom: 40px !important;
	background: #eef1f3 !important;
}

.v2_bnc_products_page > .v2_breadcrumb_main {
	margin-bottom: 0 !important;
}

/* Brand hero — ảnh banner là visual chính; intro ~44% width ở góc dưới (mặc định phải, tránh che logo/text có sẵn trên ảnh). */
.v2_breadcrumb_main.lx-brand-hero {
	position: relative !important;
	display: block !important;
	text-align: center !important;
	padding: 28px 20px 24px !important;
	margin-bottom: 0 !important;
	min-height: 200px !important;
	height: auto !important;
	overflow: hidden !important;
	background-color: #0b1a24 !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.v2_breadcrumb_main.lx-brand-hero::before {
	background: linear-gradient(
		180deg,
		rgba(8, 18, 28, 0.22) 0%,
		rgba(8, 18, 28, 0.05) 50%,
		rgba(8, 18, 28, 0.35) 100%
	) !important;
}

.v2_breadcrumb_main.lx-brand-hero .container {
	position: relative !important;
	z-index: 1 !important;
	overflow: visible !important;
}

.v2_breadcrumb_main.lx-brand-hero .container {
	min-height: clamp(120px, 18vw, 180px) !important;
}

.v2_breadcrumb_main.lx-brand-hero h1 {
	position: absolute !important;
	top: 22px !important;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) !important;
	width: calc(100% - 32px) !important;
	max-width: 1170px !important;
	margin: 0 !important;
	padding: 0 8px !important;
	font-size: clamp(22px, 2.6vw, 30px) !important;
	line-height: 1.15 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	color: #fff !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
	pointer-events: none;
}

.v2_breadcrumb_main.lx-brand-hero .breadcrumb {
	display: none !important;
}

.lx-brand-page .lx-brand-summary,
.lx-brand-summary {
	position: static !important;
	box-sizing: border-box !important;
	text-align: center;
}

/* Brand intro — sau hero, normal document flow (shared template) */
.lx-brand-page > .lx-brand-hero-intro,
#products-main > .lx-brand-hero-intro {
	position: static !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 8px !important;
	padding: 20px 0 12px !important;
	background: #fff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-align: left !important;
}

.lx-brand-page > .lx-brand-hero-intro .container,
#products-main > .lx-brand-hero-intro .container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.lx-brand-page > .lx-brand-hero-intro:has(.lx-brand-hero-intro__check:checked),
#products-main > .lx-brand-hero-intro:has(.lx-brand-hero-intro__check:checked) {
	max-height: none !important;
	overflow: visible !important;
}

.lx-brand-summary > .container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.lx-brand-hero-intro__text {
	margin: 0 !important;
	color: #2a3036 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.65 !important;
	text-transform: none !important;
	text-align: left !important;
	transition: max-height 0.35s ease;
}

.lx-brand-hero-intro .lx-brand-summary-text {
	text-align: left !important;
}

.lx-brand-page .lx-brand-summary-text,
.lx-brand-summary-text {
	margin-left: auto;
	margin-right: auto;
	color: #2a3036 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
	text-transform: none !important;
	text-align: center !important;
	max-height: 5.1em !important;
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3;
	transition: max-height 0.35s ease;
}

.lx-brand-hero-intro__text.is-expanded,
.lx-brand-summary.is-open .lx-brand-summary-text,
.lx-brand-page .lx-brand-summary.is-open .lx-brand-summary-text {
	max-height: 4000px !important;
	overflow: visible !important;
	display: block !important;
	-webkit-line-clamp: unset;
}

.lx-brand-hero-intro__text p,
.lx-brand-hero-intro p,
.lx-brand-summary-text p {
	margin: 0 0 10px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
	text-transform: none !important;
	color: #2a3036 !important;
}

.lx-brand-hero-intro__text p:last-child,
.lx-brand-hero-intro__text > :last-child {
	margin-bottom: 0 !important;
}

.lx-brand-hero-intro__toggle {
	display: inline-block !important;
	margin-top: 8px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #c45a24 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	cursor: pointer;
	transition: color 0.15s ease;
}

.lx-brand-hero-intro__toggle:hover {
	color: #a3481a !important;
}

.lx-brand-hero-intro__check:not(:checked) ~ .lx-brand-hero-intro__text {
	max-height: 5.1em !important;
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3;
}

.lx-brand-hero-intro__check:checked ~ .lx-brand-hero-intro__text {
	max-height: none !important;
	overflow: visible !important;
	display: block !important;
	-webkit-line-clamp: unset;
}

.lx-brand-hero-intro .lx-brand-hero-intro__toggle-more {
	display: inline !important;
}

.lx-brand-hero-intro .lx-brand-hero-intro__toggle-less {
	display: none !important;
}

.lx-brand-hero-intro .lx-brand-hero-intro__check:checked ~ .lx-brand-hero-intro__toggle .lx-brand-hero-intro__toggle-more {
	display: none !important;
}

.lx-brand-hero-intro .lx-brand-hero-intro__check:checked ~ .lx-brand-hero-intro__toggle .lx-brand-hero-intro__toggle-less {
	display: inline !important;
}

.lx-brand-page .lx-brand-more,
.lx-brand-more {
	display: inline-block !important;
	margin-top: 10px !important;
	color: #c45a24 !important;
	font-weight: 600 !important;
	cursor: pointer;
}

@media (max-width: 767.98px) {
	.v2_breadcrumb_main.lx-brand-hero,
	.lx-brand-page .v2_breadcrumb_main.lx-brand-hero {
		padding: 32px 12px 16px !important;
		min-height: 200px !important;
	}

	.v2_breadcrumb_main.lx-brand-hero h1 {
		top: 16px !important;
		font-size: 22px !important;
		letter-spacing: 0.04em !important;
		margin-bottom: 0 !important;
	}

	.lx-brand-page > .lx-brand-hero-intro,
	#products-main > .lx-brand-hero-intro,
	.lx-brand-page .lx-brand-summary,
	.lx-brand-summary {
		padding: 16px 12px 4px !important;
		margin-bottom: 4px !important;
	}

	.lx-brand-hero-intro__text,
	.lx-brand-hero-intro__text p,
	.lx-brand-hero-intro p,
	.lx-brand-summary-text,
	.lx-brand-page .lx-brand-summary-text {
		font-size: 14px !important;
		line-height: 1.65 !important;
		max-height: 6.6em !important;
		-webkit-line-clamp: 4;
	}

	.lx-brand-hero-intro__text.is-expanded,
	.lx-brand-summary.is-open .lx-brand-summary-text {
		max-height: 4000px !important;
	}
}

/* lifex-mobile-brand-rhythm-v1 */
@media (max-width: 767px) {
	.lx-brand-page .v2_breadcrumb_main.lx-brand-hero,
	.v2_breadcrumb_main.lx-brand-hero {
		margin-bottom: 0 !important;
	}

	.lx-brand-page > .lx-brand-hero-intro,
	#products-main > .lx-brand-hero-intro:not(.v2_breadcrumb_main .lx-brand-hero-intro),
	.lx-brand-page .lx-brand-summary {
		margin-top: 0 !important;
		margin-bottom: 14px !important;
		padding-top: 18px !important;
		padding-bottom: 14px !important;
	}

	.lx-brand-hero-intro p,
	.lx-brand-summary-text p {
		font-size: 14px !important;
		line-height: 1.65 !important;
		margin-bottom: 8px !important;
	}

	.lx-brand-hero-intro + .container,
	.lx-brand-hero-intro + .v2_bnc_products_page > .container,
	#products-main > .lx-brand-hero-intro + .container {
		margin-top: 12px !important;
	}
}

.v2_bnc_products_page > .container {
	padding-top: 24px;
	max-width: 1170px;
}

.v2_bnc_products_page .container > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.v2_bnc_products_page .col-md-9.pull-right {
	padding-left: 12px;
}

/* Product list toolbar */
.v2_bnc_select_category_products_page {
	margin: 0 0 18px;
}

.product-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 1px 4px rgba(11, 26, 36, 0.04);
}

.product-toolbar-filters,
.product-toolbar-search {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.product-toolbar-filters {
	flex: 1 1 auto;
}

.product-toolbar-search {
	flex: 1 1 280px;
	max-width: 420px;
	gap: 8px;
}

.v2_bnc_select_category_products_page .product-toolbar .form-control,
.v2_bnc_select_category_products_page .product-toolbar select.form-control,
.v2_bnc_select_category_products_page .product-toolbar input.form-control {
	height: 40px !important;
	margin: 0 !important;
	padding: 8px 12px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	background: #fff !important;
}

.product-toolbar-filters .form-control {
	width: auto;
	min-width: 170px;
	max-width: 240px;
	flex: 1 1 170px;
}

.product-toolbar-search .form-control {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	border-radius: 4px !important;
}

.product-toolbar-search .BNC-search-product {
	height: 40px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	flex-shrink: 0;
	background: #0b1a24;
	box-shadow: none;
}

.product-toolbar-search .BNC-search-product:hover,
.product-toolbar-search .BNC-search-product:focus {
	background: #183544;
}

@media (max-width: 767px) {
	.product-toolbar {
		padding: 10px;
	}

	.product-toolbar-filters,
	.product-toolbar-search {
		flex: 1 1 100%;
		max-width: none;
	}

	.product-toolbar-filters .form-control {
		max-width: none;
	}
}

/* Product grid */
ul.bota-product-viewid.product-grid,
ul.product-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px 16px;
	float: none !important;
	width: 100% !important;
	margin: 0 0 24px !important;
	padding: 0 !important;
	list-style: none;
}

ul.bota-product-viewid.product-grid > li,
ul.product-grid > li,
.product-grid-item {
	float: none !important;
	display: block !important;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}

.product-grid .bota_pr_item {
	height: 100%;
	padding: 12px 12px 14px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	text-align: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-grid .bota_pr_item:hover {
	border-color: #e0e0e0;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.product-grid .bota_pr_item a {
	color: inherit;
	text-decoration: none;
}

.product-grid .bota_pr_item_img {
	margin-bottom: 10px !important;
	background: #fafafa !important;
	border-radius: 4px;
}

.product-grid .bota_pr_item_info h3 {
	margin: 0 0 6px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	min-height: 36px !important;
	color: #222 !important;
	text-transform: none !important;
}

.product-grid .bota_pr_item:hover .bota_pr_item_info h3 {
	color: #183544 !important;
}

.product-grid .bota_pr_item_price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px 6px;
	color: #e11d2e !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.product-grid .bota_pr_item_price .deni-line {
	color: #999 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.product-grid .bota_pr_item_price .sale-percent {
	font-size: 12px;
	font-weight: 600;
}

.v2_bnc_pagination {
	margin: 8px 0 24px;
	text-align: center;
}

.v2_bnc_pagination .pagination {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.v2_bnc_pagination .pagination > li > a {
	display: block;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	line-height: 34px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
	color: #333;
	text-align: center;
}

.v2_bnc_pagination .pagination > li.active > a,
.v2_bnc_pagination .pagination > li > a:hover {
	border-color: #0b1a24;
	background: #0b1a24;
	color: #fff;
}

@media (max-width: 991px) {
	ul.bota-product-viewid.product-grid,
	ul.product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	ul.bota-product-viewid.product-grid,
	ul.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.product-grid .bota_pr_item {
		padding: 8px 8px 12px;
	}
}

/* Category hero / breadcrumb */
.v2_breadcrumb_main {
	position: relative;
	padding: 44px 16px 36px !important;
	margin-bottom: 20px !important;
	text-align: center;
	color: #fff;
	background-color: #0b1a24 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.v2_breadcrumb_main:not([style*="background-image"]) {
	background-image: none !important;
}

.v2_breadcrumb_main::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(8, 18, 28, 0.28);
	pointer-events: none;
}

.v2_breadcrumb_main .container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.v2_breadcrumb_main h1 {
	margin: 0 0 10px !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.04em;
	color: #fff !important;
	text-transform: uppercase;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
}

.v2_breadcrumb_main .breadcrumb {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	list-style: none;
}

.v2_breadcrumb_main .breadcrumb > li {
	position: static !important;
}

.v2_breadcrumb_main .breadcrumb > li + li:before {
	content: ">" !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	padding: 0 8px !important;
	color: rgba(255, 255, 255, 0.45) !important;
}

.v2_breadcrumb_main .breadcrumb li a {
	display: inline !important;
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 13px !important;
}

.v2_breadcrumb_main .breadcrumb li:last-child a {
	color: #fff !important;
}

.v2_breadcrumb_main .breadcrumb li:nth-child(1) a:before {
	color: #fff !important;
	margin-right: 6px;
}

@media (max-width: 991.98px) {
	header.v2_bnc_header .main-menu,
	header.v2_bnc_header #sticker-sticky-wrapper,
	header.v2_bnc_header #main-menu {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.v2_breadcrumb_main {
		padding: 24px 12px 20px !important;
	}

	.v2_breadcrumb_main h1 {
		font-size: 20px !important;
	}

	.v2_breadcrumb_main--product {
		padding: 20px 12px 16px !important;
	}
}

/* Product detail page */
.v2_breadcrumb_main--product {
	padding: 28px 16px 24px !important;
	margin-bottom: 0 !important;
}

.v2_bnc_product_details_page {
	padding: 28px 0 36px;
}

.v2_bnc_product_details_page > .container {
	max-width: 1170px;
}

.v2_bnc_product_details_page .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.v2_bnc_products_details_zoom_img .f-pr-image-zoom {
	border: 1px solid #e8ecef;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.v2_bnc_products_details_zoom_img .f-pr-image-zoom-gallery {
	margin-top: 12px;
}

.v2_bnc_products_details_box_name h1 {
	margin: 0 0 12px !important;
	color: #0b1a24 !important;
	font-size: 26px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-transform: none !important;
}

.product-detail-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	position: static !important;
	padding-bottom: 14px !important;
}

.product-detail-stars.starrr {
	position: static !important;
	font-size: 17px !important;
	color: #fa930d !important;
	line-height: 1;
}

.product-detail-rating-meta {
	margin: 0 !important;
	font-size: 12px;
	color: #898989;
	line-height: 1.4;
}

.product-detail-rating-meta span + span {
	margin-left: 6px;
}

.v2_bnc_products_details_box_social {
	margin-bottom: 4px;
}

.v2_bnc_products_details_box_price .price,
.v2_bnc_products_details_box_price .price_sale {
	color: #c41e3a !important;
}

.v2_bnc_products_details_box_price h3.price {
	font-size: 22px !important;
}

.product-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.product-detail-actions .btn-buy {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	min-width: 168px;
	border-radius: 4px;
}

.product-detail-actions .btn-buy#add-cart {
	background: #0b1a24;
}

.product-detail-actions .btn-buy#add-cart:hover {
	background: #183544;
}

.product-detail-actions .btn-buy.quick-buy-custom {
	background: #eeb211;
	color: #0b1a24;
}

.product-detail-actions .btn-buy.quick-buy-custom:hover {
	background: #d9a00f;
	color: #0b1a24;
}

@media (max-width: 767px) {
	.v2_bnc_product_details_page {
		padding: 16px 0 28px;
	}

	.v2_bnc_products_details_box_name h1 {
		font-size: 20px !important;
	}

	.product-detail-actions {
		flex-direction: column;
	}

	.product-detail-actions .btn-buy {
		width: 100%;
		min-width: 0;
	}
}

/* Product detail — page shell, quantity, tabs */
section.v2_bnc_inside_page:has(.lifex-product-detail) {
	padding-top: 0 !important;
	background: #eef1f3 !important;
}

.lifex-product-detail .v2_bnc_product_details_page {
	background: #fff;
	border-bottom: 1px solid #e8ecef;
}

.lifex-product-detail .v2_bnc_products_details_zoom_img .f-pr-image-zoom {
	height: auto !important;
	min-height: 300px;
	max-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lifex-product-detail .v2_bnc_products_details_zoom_img .f-pr-image-zoom img {
	width: auto !important;
	max-width: 100%;
	max-height: 480px;
	height: auto !important;
	margin: 0 auto;
	object-fit: contain;
}

.lifex-product-detail .f-pr-view-box-size {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin: 12px 0 4px;
	padding: 12px 14px;
	background: #f7f9fa;
	border: 1px solid #e8ecef;
	border-radius: 6px;
}

.lifex-product-detail .f-pr-view-box-size .box-size-title {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #0b1a24;
}

.lifex-product-detail .f-pr-view-box-size .box-size-title strong {
	font-weight: inherit;
}

.lifex-product-detail .f-pr-view-box-size select,
.lifex-product-detail .f-pr-view-box-size .quantity,
.lifex-product-detail .f-pr-view-box-size input.quantity {
	min-width: 72px;
	height: 40px;
	padding: 6px 10px;
	border: 1px solid #d7dce0;
	border-radius: 4px;
	font-size: 14px;
	color: #0b1a24;
	background: #fff;
}

.lifex-product-detail .f-product-view-tab {
	margin: 0;
	padding: 28px 0 36px;
	background: #eef1f3;
}

.lifex-product-detail .f-product-view-tab > .container {
	max-width: 1170px;
}

.lifex-product-detail .f-product-view-tab-header > ul.nav-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 20px;
	float: none !important;
	margin: 0 0 16px !important;
	border: 0 !important;
}

.lifex-product-detail .f-product-view-tab-header > ul li {
	display: block !important;
	margin: 0 !important;
}

.lifex-product-detail .f-product-view-tab-header > ul li:last-child {
	display: none !important;
}

.lifex-product-detail .f-product-view-tab-header > ul li > a.nav-link {
	padding: 8px 4px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #6b7280 !important;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	box-shadow: none !important;
	background: transparent !important;
}

.lifex-product-detail .f-product-view-tab-header > ul li.active > a.nav-link,
.lifex-product-detail .f-product-view-tab-header > ul li > a.nav-link:hover {
	color: #0b1a24 !important;
	border-bottom-color: #0b1a24 !important;
}

/* BS3: active trên li; class active trên thẻ a tab đầu hay bị sót sau khi đổi tab */
.lifex-product-detail .f-product-view-tab-header > ul li:not(.active) > a.nav-link.active {
	color: #6b7280 !important;
	border-bottom-color: transparent !important;
}

.lifex-product-detail .f-product-view-tab-body {
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	padding: 20px 22px 24px;
	box-shadow: 0 2px 12px rgba(11, 26, 36, 0.04);
	color: #333;
	font-size: 15px;
	line-height: 1.75;
}

.lifex-product-detail .f-product-view-tab-body img {
	border-radius: 4px;
}

/* Nội dung CMS tab (Mô tả / Hướng dẫn) — reset.css gỡ margin + list */
.lifex-product-detail .f-product-view-tab-body .tab-pane > :first-child,
.lifex-product-detail .f-product-view-tab-body .tab-content.tab-pane > :first-child {
	margin-top: 0 !important;
}

.lifex-product-detail .f-product-view-tab-body p {
	margin: 0 0 14px;
}

.lifex-product-detail .f-product-view-tab-body h1 {
	margin: 0 0 14px;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
	color: #0b1a24;
}

.lifex-product-detail .f-product-view-tab-body h2 {
	margin: 24px 0 12px;
	padding: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	color: #0b1a24;
}

.lifex-product-detail .f-product-view-tab-body h3 {
	margin: 20px 0 10px;
	padding: 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
	color: #0b1a24;
}

.lifex-product-detail .f-product-view-tab-body h4 {
	margin: 18px 0 8px;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	color: #0b1a24;
}

.lifex-product-detail .f-product-view-tab-body h5 {
	margin: 16px 0 8px;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	color: #0b1a24;
}

.lifex-product-detail .f-product-view-tab-body h6 {
	margin: 14px 0 6px;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.lifex-product-detail .f-product-view-tab-body ul,
.lifex-product-detail .f-product-view-tab-body ol {
	margin: 0 0 16px;
	padding-left: 1.35em;
}

.lifex-product-detail .f-product-view-tab-body ul li {
	list-style: disc;
	margin: 0 0 8px;
}

.lifex-product-detail .f-product-view-tab-body ol li {
	list-style: decimal;
	margin: 0 0 8px;
}

.lifex-product-detail .f-product-view-tab-body ul ul,
.lifex-product-detail .f-product-view-tab-body ol ol,
.lifex-product-detail .f-product-view-tab-body ul ol,
.lifex-product-detail .f-product-view-tab-body ol ul {
	margin-bottom: 8px;
}

.lifex-product-detail .f-product-view-tab-body strong,
.lifex-product-detail .f-product-view-tab-body b {
	font-weight: 700;
	color: #0b1a24;
}

.lifex-product-detail .f-product-view-tab-body a {
	color: #183544;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lifex-product-detail .f-product-view-tab-body a:hover {
	color: #0b1a24;
}

/* Tab Liên hệ mua hàng */
.lifex-product-detail .tab-contact .tab-contact-header.lifex-tab-contact-shops {
	margin: 0 0 18px;
	padding: 0 0 12px;
	border: 0;
	border-bottom: 1px solid #e8ecef;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.lifex-product-detail .tab-contact .tab-contact-header ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lifex-product-detail .tab-contact .tab-contact-header ul > li {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	list-style: none;
}

.lifex-product-detail .tab-contact .tab-contact-header a {
	display: inline-block;
	padding: 4px 2px 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #6b7280 !important;
	text-decoration: none !important;
	border-bottom: 2px solid transparent;
	margin-bottom: -13px;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.lifex-product-detail .tab-contact .tab-contact-header a.active,
.lifex-product-detail .tab-contact .tab-contact-header a:hover {
	color: #0b1a24 !important;
	border-bottom-color: #0b1a24;
}

.lifex-product-detail .tab-contact .tab-contact-header .glyphicon {
	font-size: 12px;
	margin-right: 4px;
	color: #898989;
}

.lifex-product-detail .tab-contact .tab-contact-header a.active .glyphicon,
.lifex-product-detail .tab-contact .tab-contact-header a:hover .glyphicon {
	color: #0b1a24;
}

.lifex-product-detail .tab-contact .tab-contact-body {
	padding: 4px 0 0;
}

.lifex-product-detail .tab-contact .tab_contact_panel > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lifex-product-detail .tab-contact .tab_contact_panel > ul > li.row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 16px;
	margin: 0 0 12px !important;
	padding: 0;
}

.lifex-product-detail .tab-contact .tab_contact_panel .col-md-2,
.lifex-product-detail .tab-contact .tab_contact_panel .col-xs-4 {
	flex: 0 0 118px;
	max-width: 118px;
	width: auto !important;
	padding: 0 !important;
	text-align: right !important;
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
	line-height: 1.5;
}

.lifex-product-detail .tab-contact .tab_contact_panel .col-md-9,
.lifex-product-detail .tab-contact .tab_contact_panel .col-xs-8 {
	flex: 1 1 220px;
	max-width: none;
	width: auto !important;
	padding: 0 !important;
	font-size: 15px;
	font-weight: 400;
	color: #0b1a24;
	line-height: 1.55;
	word-break: break-word;
}

@media (max-width: 575.98px) {
	.lifex-product-detail .tab-contact .tab_contact_panel .col-md-2,
	.lifex-product-detail .tab-contact .tab_contact_panel .col-xs-4 {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left !important;
		margin-bottom: 2px;
	}

	.lifex-product-detail .tab-contact .tab-contact-header ul {
		flex-direction: column;
		gap: 4px;
	}
}

/* Contact page */
.lifex-contact-page .v2_bnc_contact_form {
	margin: 32px 0 28px !important;
}

.lifex-contact-page .v2_bnc_contact_page > .container {
	max-width: 1170px;
}

.lifex-contact-page .contact-layout-card {
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	padding: 28px 20px 24px;
	box-shadow: 0 2px 14px rgba(11, 26, 36, 0.06);
}

.lifex-contact-page .v2_bnc_contact_page_info {
	margin: 0 0 24px;
	text-align: left;
	color: #4a5560;
	font-size: 14px;
	line-height: 1.65;
}

.lifex-contact-page .v2_bnc_contact_page_info h1,
.lifex-contact-page .v2_bnc_contact_page_info h2 {
	margin: 0 0 12px !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #0b1a24 !important;
	text-transform: none !important;
	line-height: 1.35 !important;
}

.lifex-contact-page .v2_bnc_contact_page_info h5 {
	margin: 16px 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #0b1a24;
}

.lifex-contact-page .v2_bnc_contact_page_info a {
	color: #183544;
}

.lifex-contact-page .maps_contact {
	margin-top: 8px;
	line-height: 0;
}

.lifex-contact-page .maps_contact iframe {
	display: block;
	width: 100% !important;
	min-height: 360px;
	border: 0;
}

@media (min-width: 992px) {
	.lifex-contact-page .contact-layout-card {
		padding: 36px 32px 32px;
	}

	.lifex-contact-page .v2_bnc_contact_page_info {
		margin: 0;
		padding-right: 16px;
		border-right: 1px solid #e8ecef;
	}
}

@media (max-width: 991.98px) {
	.lifex-contact-page .v2_bnc_contact_page_info {
		padding-bottom: 20px;
		margin-bottom: 8px;
		border-bottom: 1px solid #e8ecef;
	}
}

/* Info / policy detail (info_details) */
.v2_breadcrumb_main--info h1 {
	text-transform: none !important;
	letter-spacing: 0.02em !important;
	font-size: 26px !important;
	line-height: 1.35 !important;
	max-width: 920px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.lifex-info-detail {
	padding-top: 28px !important;
	padding-bottom: 40px !important;
}

.lifex-info-detail > .container {
	max-width: 1170px;
}

.lifex-info-detail-card {
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	padding: 28px 24px 32px;
	box-shadow: 0 2px 14px rgba(11, 26, 36, 0.06);
}

.lifex-info-detail-meta {
	display: block;
	margin: 0 0 16px;
	color: #898989;
	font-size: 13px;
}

.lifex-info-detail-meta .fa {
	margin-right: 4px;
}

.lifex-info-detail-tags {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid #e8ecef;
	font-size: 13px;
	color: #6b7280;
}

.lifex-info-detail-tags a {
	color: #183544;
}

/* Page title — single H1 inside article card (not breadcrumb bar) */
.lifex-article-header {
	margin: 0 0 20px;
}

.lifex-article-header h1 {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 700;
	color: #0b1a24;
	letter-spacing: 0.01em;
	text-transform: none;
}

.lifex-article-header .lifex-info-detail-meta {
	margin: 0;
}

.v2_breadcrumb_main--news-article,
.v2_breadcrumb_main--info-article {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

.v2_breadcrumb_main--news-article .breadcrumb,
.v2_breadcrumb_main--info-article .breadcrumb {
	margin-bottom: 0;
}

.lifex-info-detail .lifex-info-detail-body :is(h1, h2, h3, h4, h5, h6),
.lifex-info-detail .v2_bnc_news_details_post :is(h1, h2, h3, h4, h5, h6) {
	font-family: inherit;
}

@media (max-width: 767px) {
	.lifex-info-detail .lifex-info-detail-body h1,
	.lifex-info-detail .v2_bnc_news_details_post h1 {
		font-size: 19px !important;
	}

	.lifex-info-detail .lifex-info-detail-body h2,
	.lifex-info-detail .v2_bnc_news_details_post h2 {
		font-size: 17px !important;
	}

	.lifex-info-detail .lifex-info-detail-body h3,
	.lifex-info-detail .v2_bnc_news_details_post h3 {
		font-size: 16px !important;
	}

	.lifex-info-detail .lifex-info-detail-body h4,
	.lifex-info-detail .v2_bnc_news_details_post h4 {
		font-size: 15px !important;
	}
}

@media (max-width: 767px) {
	.v2_breadcrumb_main--info h1 {
		font-size: 18px !important;
	}

	.lifex-info-detail-card {
		padding: 20px 16px 24px;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
}

/* Category quick-nav chips (product listing) */
.lifex-cate-chips {
	margin: 0 0 12px;
}

.lifex-cate-chips .lifex-cate-chip-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	width: 100% !important;
}

.lifex-cate-chips .lifex-cate-chip-grid > li,
.lifex-cate-chips .lifex-cate-chip-item {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

.lifex-cate-chips .v2_bnc_cate_page_list h2,
.lifex-cate-chips .lifex-cate-chip-title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.lifex-cate-chips .lifex-cate-chip-title a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 12px 10px;
	line-height: 1.3;
	font-size: 12px;
	font-weight: 600;
	color: #0b1a24;
	background: #fff;
	border: 1px solid #dce2e7;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	box-shadow: none;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lifex-cate-chips .lifex-cate-chip-grid > li.is-active .lifex-cate-chip-title a,
.lifex-cate-chips .lifex-cate-chip-grid > li.is-active .lifex-cate-chip-title a:hover {
	background: #0b1a24;
	border-color: #0b1a24;
	color: #fff;
	box-shadow: 0 2px 8px rgba(11, 26, 36, 0.18);
}

.lifex-cate-chips .lifex-cate-chip-grid > li:not(.is-active) .lifex-cate-chip-title a:hover {
	border-color: #eeb211;
	color: #0b1a24;
	background: #fffdf5;
	box-shadow: 0 2px 10px rgba(238, 178, 17, 0.12);
}

@media (max-width: 767px) {
	.lifex-cate-chips .lifex-cate-chip-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.lifex-cate-chips .lifex-cate-chip-title a {
		padding: 12px 10px;
		font-size: 11px;
	}
}

/* Product listing — left sidebar (categories + blocks) */
@media (min-width: 992px) {
	.v2_bnc_products_page .lifex-product-sidebar {
		padding-right: 18px;
		position: sticky;
		top: 12px;
		align-self: flex-start;
		z-index: 35;
	}

	.lifex-product-sidebar .v2_bnc_category_products,
	.lifex-product-sidebar .v2_bnc_block_news {
		margin-bottom: 28px;
	}

	.lifex-product-sidebar .v2_bnc_block_title {
		border: 0;
		margin: 0 0 12px;
	}

	.lifex-product-sidebar .v2_bnc_block_title h2 {
		display: block;
		margin: 0;
		padding: 0 0 10px;
		border-bottom: 2px solid #0b1a24;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: #0b1a24;
		text-transform: uppercase;
	}

	.lifex-product-sidebar .lifex-sidebar-categories .v2_bnc_block_cate_body,
	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_body {
		background: #fff;
		border: 1px solid #e8ecef;
		border-radius: 8px;
		box-shadow: 0 2px 12px rgba(11, 26, 36, 0.05);
		overflow: hidden;
	}

	.lifex-product-sidebar ul.v2_bnc_block_category_menu_block {
		border: 0 !important;
		margin: 0;
		padding: 0;
	}

	.lifex-product-sidebar ul.v2_bnc_block_category_menu_block > li > a {
		padding: 12px 34px 12px 14px !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		text-transform: none !important;
		color: #0b1a24 !important;
		background: #fff !important;
		border-bottom: 1px solid #eef1f3 !important;
		line-height: 1.4 !important;
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: clip !important;
		display: block !important;
		-webkit-line-clamp: unset !important;
		-webkit-box-orient: unset !important;
	}

	.lifex-product-sidebar ul.v2_bnc_block_category_menu_block > li:last-child > a {
		border-bottom: 0 !important;
	}

	.lifex-product-sidebar ul.v2_bnc_block_category_menu_block > li > a:hover,
	.lifex-product-sidebar ul.v2_bnc_block_category_menu_block > li.is-category-flyout-open > a {
		background: #f5f7f9 !important;
		color: #183544 !important;
	}

	.lifex-product-sidebar ul.v2_bnc_block_category_menu_block > li > .fa {
		top: 50% !important;
		right: 12px !important;
		transform: translateY(-50%);
		color: #9aa3ab !important;
		font-size: 14px !important;
	}

	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_body {
		padding: 4px 14px 10px;
	}

	.lifex-product-sidebar .v2_bnc_block_news ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.lifex-product-sidebar .v2_bnc_block_news > .v2_bnc_block_body > ul > li {
		padding: 12px 0;
		border-bottom: 1px solid #eef1f3;
	}

	.lifex-product-sidebar .v2_bnc_block_news > .v2_bnc_block_body > ul > li:last-child {
		border-bottom: 0;
	}

	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_item.row {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 10px;
		margin: 0;
	}

	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_item .col {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		padding: 0;
	}

	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_item .col:last-child {
		flex: 1 1 auto;
		min-width: 0;
	}

	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_item_img {
		width: 72px;
		height: 72px;
		border-radius: 4px;
		overflow: hidden;
		flex-shrink: 0;
	}

	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_item_title h3 {
		margin: 0 0 6px;
		font-size: 13px;
		line-height: 1.45;
		font-weight: 600;
	}

	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_item_title h3 a {
		color: #0b1a24;
	}

	.lifex-product-sidebar .v2_bnc_block_news .v2_bnc_block_item_title h3 a:hover {
		color: #eeb211;
	}

	.lifex-product-sidebar .v2_bnc_block_news time {
		font-size: 11px;
		color: #9aa3ab;
	}
}

/* News listing — Chia sẻ kinh nghiệm */
.v2_breadcrumb_main--news h1 {
	text-transform: none !important;
	letter-spacing: 0.02em !important;
	font-size: 26px !important;
	line-height: 1.35 !important;
	max-width: 920px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.lifex-news-page {
	padding: 24px 0 48px;
	background: #eef1f3;
}

.lifex-news-page > .container {
	max-width: 1170px;
}

.lifex-news-main--full,
.lifex-news-detail-main--full {
	float: none !important;
	width: 100%;
}

.lifex-news-categories {
	margin-bottom: 16px;
}

.lifex-news-cate-chips.lifex-cate-chips {
	margin-bottom: 0;
}

.lifex-news-page .v2_bnc_description_page {
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
	box-shadow: 0 2px 10px rgba(11, 26, 36, 0.04);
}

.lifex-news-toolbar {
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	padding: 16px 16px 8px;
	margin: 0 0 20px;
	box-shadow: 0 2px 10px rgba(11, 26, 36, 0.04);
}

.lifex-news-toolbar__grid {
	margin-left: -8px;
	margin-right: -8px;
}

.lifex-news-toolbar__grid > [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 8px;
}

.lifex-news-toolbar .form-control {
	border-color: #dce2e7;
	border-radius: 6px;
	height: 40px;
	box-shadow: none;
	font-size: 14px;
}

.lifex-news-toolbar .form-control:focus {
	border-color: #183544;
	box-shadow: 0 0 0 2px rgba(24, 53, 68, 0.12);
}

.lifex-news-toolbar__actions {
	display: flex;
	align-items: stretch;
}

.lifex-news-toolbar__submit {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 6px;
	background: #0b1a24;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background 0.2s ease, transform 0.15s ease;
}

.lifex-news-toolbar__submit:hover,
.lifex-news-toolbar__submit:focus {
	background: #183544;
	color: #fff;
	outline: none;
}

.lifex-news-cards {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lifex-news-card {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 0 16px;
	padding: 0;
	box-shadow: 0 2px 12px rgba(11, 26, 36, 0.05);
	transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
	cursor: pointer;
}

.lifex-news-card:hover {
	border-color: #c5cdd4;
	box-shadow: 0 10px 28px rgba(11, 26, 36, 0.1);
	transform: translateY(-2px);
}

.lifex-news-card__media {
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.lifex-news-card__thumb {
	display: block;
	height: 100%;
	min-height: 200px;
	overflow: hidden;
	background: #f5f7f9;
}

.lifex-news-card__thumb img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
	transition: transform 0.35s ease, opacity 0.25s ease;
}

.lifex-news-card:hover .lifex-news-card__thumb img {
	transform: scale(1.04);
	opacity: 1;
}

.lifex-news-card__body {
	float: none;
	padding: 18px 20px 20px;
	overflow: visible;
}

.lifex-news-card__title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
}

.lifex-news-card__title-link {
	color: #0b1a24;
	text-decoration: none;
	transition: color 0.2s ease;
}

.lifex-news-card:hover .lifex-news-card__title-link,
.lifex-news-card__title-link:hover {
	color: #183544;
}

.lifex-news-card__meta {
	display: block;
	margin: 0 0 12px;
	font-size: 12px;
	color: #9aa3ab;
}

.lifex-news-card__meta .fa {
	margin-right: 4px;
}

.lifex-news-card__summary {
	font-size: 14px;
	line-height: 1.65;
	color: #4b5563;
	margin: 0 0 14px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lifex-news-card__more {
	margin: 0;
}

.lifex-news-card__link {
	display: inline;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #0b1a24;
	text-decoration: underline;
	text-decoration-color: #eeb211;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.lifex-news-card:hover .lifex-news-card__link,
.lifex-news-card__link:hover {
	color: #183544;
	text-decoration-color: #0b1a24;
}

.lifex-news-page .lifex-news-card a.lifex-news-card__thumb {
	color: transparent !important;
}

.lifex-news-page .lifex-news-cate-chips.lifex-cate-chips .lifex-cate-chip-grid > li:not(.is-active) .lifex-cate-chip-title a:hover {
	border-color: #eeb211;
	color: #0b1a24;
	background: #fffdf5;
	box-shadow: 0 2px 10px rgba(238, 178, 17, 0.14);
}

.lifex-news-card--empty {
	display: block;
	padding: 32px 20px;
	text-align: center;
}

.lifex-news-empty {
	margin: 0;
	color: #6b7280;
	font-size: 15px;
}

.lifex-news-page .v2_bnc_pagination {
	margin-top: 8px;
}

.lifex-news-sidebar {
	margin-top: 24px;
}

@media (min-width: 768px) {
	.lifex-news-card {
		flex-wrap: nowrap;
	}

	.lifex-news-card__media {
		flex: 0 0 42%;
		max-width: 42%;
	}

	.lifex-news-card__body {
		flex: 1 1 auto;
		min-width: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 22px 24px;
	}

	.lifex-news-card__thumb,
	.lifex-news-card__thumb img {
		min-height: 220px;
	}
}

@media (min-width: 992px) {
	.lifex-news-sidebar {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.v2_breadcrumb_main--news h1 {
		font-size: 18px !important;
	}

	.lifex-news-page {
		padding: 16px 0 32px;
	}

	.lifex-news-toolbar {
		padding: 12px 12px 4px;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}

	.lifex-news-card {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}

	.lifex-news-card:hover {
		transform: none;
	}

	.lifex-news-card__title {
		font-size: 17px;
	}

	.lifex-news-card__summary {
		-webkit-line-clamp: 3;
	}
}

/* News article detail */
.lifex-news-detail {
	padding: 24px 0 48px !important;
	background: #eef1f3;
}

.lifex-news-detail > .container {
	max-width: 1170px;
}

.lifex-news-detail-card.lifex-info-detail-card {
	margin-bottom: 20px;
}

.lifex-news-detail-hero {
	margin: 0 0 24px;
	border-radius: 8px;
	overflow: hidden;
	background: #f5f7f9;
	max-height: 420px;
}

.lifex-news-detail-hero__img {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
	display: block;
	margin: 0;
}

.lifex-news-detail-related {
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	padding: 20px 20px 8px;
	margin-bottom: 16px;
	box-shadow: 0 2px 12px rgba(11, 26, 36, 0.05);
}

.lifex-news-detail-related__heading {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	color: #0b1a24;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.lifex-news-related-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lifex-news-related-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #eef1f3;
}

.lifex-news-related-item:last-child {
	border-bottom: 0;
	padding-bottom: 6px;
}

.lifex-news-related-item__thumb {
	flex: 0 0 88px;
	width: 88px;
	height: 66px;
	border-radius: 6px;
	overflow: hidden;
	background: #f5f7f9;
}

.lifex-news-related-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lifex-news-related-item__title {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
}

.lifex-news-related-item__title a {
	color: #0b1a24;
}

.lifex-news-related-item__title a:hover {
	color: #183544;
}

.lifex-news-detail-sidebar {
	margin-top: 24px;
}

@media (min-width: 992px) {
	.lifex-news-detail-sidebar {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.lifex-news-detail {
		padding: 16px 0 32px !important;
	}

	.lifex-article-header h1 {
		font-size: 22px;
	}

	.lifex-news-detail-hero {
		margin: 0 0 18px;
		border-radius: 6px;
		max-height: 240px;
	}

	.lifex-news-detail-hero__img {
		max-height: 240px;
	}

	.lifex-news-detail-related {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		padding: 16px 16px 4px;
	}

	.lifex-news-detail-card.lifex-info-detail-card {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
}

/* Tag listing */
.lifex-tag-layout {
	width: 100%;
}

.lifex-tag-section {
	margin-bottom: 28px;
}

.lifex-tag-section:last-child {
	margin-bottom: 0;
}

.lifex-tag-section__heading {
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8ecef;
	font-size: 15px;
	font-weight: 700;
	color: #0b1a24;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.lifex-tag-cards {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lifex-tag-page .v2_bnc_tag_list-img {
	float: none !important;
	height: auto !important;
	margin: 0 !important;
}

.lifex-tag-page .f-read-more.pull-right {
	float: none !important;
	text-align: left;
}

.lifex-tag-page .f-read-more .label {
	display: none !important;
}

@media (max-width: 767px) {
	.lifex-tag-section__heading {
		font-size: 13px;
	}
}

