/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.7
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


html body {
	font-size: 14px
}

body {
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

body.home {
	background: #f5f8fd;
}

#main {
	background-color: transparent
}

th,
td {
	font-size: inherit;
}

td {
	color: #000;
}

button {
	font-size: 16px;
	font-weight: normal;
}

.mb-0,
.mb-0>.col,
.mb-0>p {
	margin-bottom: 0 !important
}

.mgb-15 {
	margin-bottom: 15px !important
}

.pdb-0,
.pdb-0 .col {
	padding-bottom: 0 !important
}

.pdb-10,
.pdb-10 .col {
	padding-bottom: 10px !important
}

.button.disabled,
button.disabled,
.button[disabled],
button[disabled] {
	opacity: 1
}

.woo-selected-variation-item-name,
.reset_variations {
	display: none !important
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-weight: normal !important;
	font-size: 1em;
}

label,
legend {
	font-weight: normal;
	font-size: 1em;
}

.term-hot-sale .row.row-small .product-small .box-text .price-wrapper .configuration,
.product-type-variable .product-info>:is(.promotion-info, .linked-product),
form.variations_form .woocommerce-product-attributes.shop_attributes,
.sticky-add-to-cart--active .woo-sctr-single-product-container,
.product-small .price-wrapper .price del>span:not(.amount),
.product-small .price-wrapper .price>span:not(.amount),
.sticky-add-to-cart--active .price-wrapper p.price del,
.term-hot-sale .term-description .list-brand-items,
.product-reviews .table-reviews .star-rating-col p,
.sticky-add-to-cart--active .quantity>span,
.live-search-results .search-price>span,
.product-footer-left .promotion-product,
.product-footer-right .table table tr,
ul.nav-menu-mobile .icon-angle-down,
.product-footer-left .product-note,
.woocommerce-tabs ul.product-tabs,
.product-info h1.product-title,
.woocommerce-product-rating,
.hot-sale-home .promotion,
.home #btnHeaderMenu,
.header-main-menu .menu button.toggle,
.menu-tab {
	display: none;
}


.menu-top .menu,
.footer-menu-mobile ul.menu,
.swiper-container,
.item-image-ads,
.button_readmore,
.product-page-sections .product-section,
.menu-tab ul li a img,
.product-reviews,
.phu-kien a.plain .icon-inner {
	border-radius: 1rem;
	-webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* Header */
.header .header-main .nav>li>a,
.header .stuck .header-main .nav>li>a {
	line-height: 1
}

.header-main .logo-left {
	position: relative
}

.header-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	content: "";
	top: 0;
	left: 0;
	z-index: 22;
	background: rgb(0 0 0 / 0.6);
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}

.header-overlay.active {
	visibility: visible;
	opacity: 1;
}

.header-main-menu .menu .widget {
	margin-bottom: 0
}

.header-main-menu .menu,
.header-main-menu ul.sub-menu {
	background: #fff;
	margin: 0;
}

.header-main-menu .menu li {
	position: relative
}

.header-main-menu .menu>li>ul,
.header-main-menu .menu>li>ul>li>ul {
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 100;
	opacity: 0;
}

.header-main-menu .menu>li:hover>ul,
.header-main-menu .menu>li:hover>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

.header-main-menu ul.menu>li+li,
.widget>ul>li+li {
	border-top: 0;
}

.header-main-menu ul.menu>li li>a,
.widget>ul>li li>a {
	display: block
}

.header-main-menu ul.menu li a {
	padding: 6px 10px !important;
	font-size: 13px !important;
	font-weight: 600;
	color: #333;
	display: flex;
	text-transform: inherit;
	align-items: center;
}

.menu-top ul.menu li a:hover {
	background: #f1f1f1
}

.menu-top ul.menu li a img {
	margin-right: 5px;
}

.header.active .header-wrapper #logo .header-main-menu ul.menu li a img,
.header-wrapper.stuck #logo .header-main-menu ul.menu li a img {
	max-height: 20px !important
}

.header.active .header-wrapper .header-main-menu .menu,
.header-wrapper.stuck .header-main-menu .menu {
	border-radius: 5px;
	overflow: hidden;
}

.menu-item-has-children:after {
	font-family: "fl-icons" !important;
	font-display: block;
	speak: none !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	position: absolute;
	content: "\f105";
	right: 8px;
	top: 7px;
	line-height: 1.2;
}

#logo {
	display: flex;
	align-items: center;
	position: relative;
	line-height: inherit;
	margin-right: 10px;
}

.header-main-menu {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 15px;
	opacity: 0;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
}

#btnHeaderMenu {
	margin-right: 10px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 5px;
	border-radius: 10px;
}

#btnHeaderMenu:hover+.header-main-menu,
.header-main-menu:hover {
	visibility: visible;
	opacity: 1;
}

.home .header-wrapper.stuck #btnHeaderMenu {
	display: block;
}

li.header-search-form {
	width: 340px
}

.header-nav li.html:before {
	position: absolute;
	width: 25px;
	height: 25px;
	content: "";
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.header-nav li.html_topbar_left:before {
	background: url(/wp-content/uploads/2021/07/call-icon.png)
}

.header-nav li.html_topbar_right:before {
	background: url(/wp-content/uploads/2021/07/map-icon.png)
}

.header-nav-main {
	font-size: 14px
}

.header-nav-main li:not(:first-child) {
	padding-left: 35px;
}

.cart-icon {
	margin-right: 10px
}

.cart-item .cart-icon strong,
.cart-item .cart-icon strong:after {
	border-color: #fff;
	color: #fff
}

.nav li.html a,
.nav li.html a:hover,
.nav li.cart-item a,
.nav li.cart-item a:hover {
	color: #fff;
	font-size: 12px;
}

.mini_cart_item a {
	color: #000 !important
}

.mobile-nav a {
	color: #000
}

.mobile-nav>.nav-icon>a {
	color: var(--primary-color)
}

.nav>li>a>i.icon-menu {
	color: #fff
}

.header.active .header-wrapper .header-logo-sticky,
.header-wrapper.stuck .header-logo-sticky {
	display: none !important
}

.header.active .header-wrapper .header-logo-sticky+img,
.header-wrapper.stuck .header-logo-sticky+img {
	display: block !important
}


/* Menu Header Mobile */
.menu-mobile-header {
	padding: 5px 10px;
	background-color: var(--primary-color)
}

.menu-mobile-header .logo .header-logo-sticky,
.menu-mobile-header .logo .header-logo,
.menu-mobile-header .logo .header_logo {
	display: none !important;
}

.menu-mobile-header .logo .header-logo-dark {
	display: block !important;
	max-height: 40px;
	width: auto;
}

/* Desktop: một logo (thường / sticky khi scroll) */
@media only screen and (min-width: 850px) {

	#masthead #logo .header-logo-dark,
	#logo .header-logo-dark,
	.nav-dark #logo .header-logo-dark {
		display: none !important;
	}

	#masthead #logo .header-logo-sticky,
	#logo .header-logo-sticky {
		display: none !important;
	}

	#masthead.has-sticky-logo #logo .header-logo,
	#masthead.nav-dark #logo .header-logo,
	#masthead #logo .header_logo.header-logo,
	#logo .header-logo,
	#logo .header_logo.header-logo {
		display: block !important;
	}

	.header-wrapper.stuck #logo .header-logo-sticky {
		display: block !important;
	}

	.header-wrapper.stuck #logo .header-logo,
	.header-wrapper.stuck #logo .header_logo.header-logo,
	.header.active .header-wrapper.stuck #logo .header-logo,
	.header-wrapper.stuck #logo .header-logo-sticky+.header-logo,
	.header-wrapper.stuck #logo .header-logo-sticky+.header_logo.header-logo {
		display: none !important;
	}
}

.menu-mobile-header input[type=search] {
	box-shadow: none !important;
	border: 0;
	border-radius: 10px 0 0 10px;
	font-size: 14px;
}

.menu-mobile-header button.ux-search-submit {
	min-height: 33px;
	border-radius: 0 10px 10px 0 !important;
}

.menu-mobile-header .live-search-results {
	position: absolute;
	background: #fff;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}


/* Menu Mobile Section*/
.menu-mobile-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 999;
	display: none
}

.list-menu-mobile {
	width: 100%;
	height: calc(100% - 88px);
	position: relative;
	overflow-y: auto;
}

.main-menu-mobile {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #F3F4F6;
}

ul.nav-menu-mobile {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	padding: 0;
	margin: 0;
}

ul.nav-menu-mobile>li {}

ul.nav-menu-mobile li a {
	color: #000;
	font-size: 11px;
	font-weight: 700;
}

ul.nav-menu-mobile li a img {
	width: 35px;
	height: 35px
}

ul.nav-menu-mobile>li>a>img {
	width: 40px;
	height: 40px
}

ul.nav-menu-mobile>li>a {
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
	-webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	text-decoration: none;
	position: relative;
	text-align: center;
	font-size: 12px;
}

ul.nav-menu-mobile>li:nth-child(1)>a {
	background: #FEE2E2
}

ul.nav-menu-mobile>li:nth-child(2)>a {
	background: #FFEDD5
}

ul.nav-menu-mobile>li:nth-child(3)>a {
	background: #FEF9C3
}

ul.nav-menu-mobile>li:nth-child(4)>a {
	background: #ECFCCB
}

ul.nav-menu-mobile>li:nth-child(5)>a {
	background: #D1FAE5
}

ul.nav-menu-mobile>li:nth-child(6)>a {
	background: #CCFBF1
}

ul.nav-menu-mobile>li:nth-child(7)>a {
	background: #E0F2FE
}

ul.nav-menu-mobile>li:nth-child(8)>a {
	background: #E0E7FF
}

ul.nav-menu-mobile>li:nth-child(9)>a {
	background: #EDE9FE
}

ul.nav-menu-mobile>li:nth-child(10)>a {
	background: #CCFBF1
}

ul.nav-menu-mobile>li:nth-child(11)>a {
	background: #FAE8FF
}

ul.nav-menu-mobile>li:nth-child(12)>a {
	background: #FCE7F3
}

ul.nav-menu-mobile>li>ul.sub-menu {
	width: calc(100% - 80px);
	height: 100%;
	display: none;
	float: left;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: #ffffff;
	-webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	overflow-y: auto;
	z-index: 1;
}

ul.nav-menu-mobile>li.active>ul.sub-menu {
	padding: 10px 0 0 10px;
}

ul.nav-menu-mobile>li>ul.sub-menu>li {
	width: calc((100% - 30px) / 3);
	min-height: 85px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #E5E7EB;
	border-radius: 1rem;
	background: #ffffff;
	position: relative;
}

ul.nav-menu-mobile>li>ul.sub-menu>li.menu-item-has-children {
	width: calc(100% - 10px);
}

ul.nav-menu-mobile>li>ul.sub-menu>li>a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
}

ul.nav-menu-mobile>li>ul.sub-menu>li.menu-item-has-children>a {
	align-items: flex-start;
	padding: 5px 10px;
	font-size: 14px
}

ul.nav-menu-mobile>li>ul.sub-menu>li>ul.sub-menu {
	padding: 0;
}

ul.nav-menu-mobile>li>ul.sub-menu>li>ul.sub-menu>li {
	width: calc((100% - 10px) / 3);
	min-height: unset;
	margin-bottom: 10px;
	display: inline-block;
}

ul.nav-menu-mobile>li>ul.sub-menu>li>ul.sub-menu>li>a {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.menu-mobile-section .search-mobile-header {
	margin-right: auto;
	margin-left: 10px;
}

.menu-mobile-section li {
	list-style: none;
	margin-bottom: 0;
}

/* Banner Home */
.banner-home {
	margin-top: 15px
}

/* Search Header */
.header-search-form input[type="search"] {
	border-radius: 10px 0 0 10px;
	border: 0;
	box-shadow: none;
	height: 33px;
	font-size: 14px
}

.searchform .button.submit-button {
	background-color: #fff !important;
	color: #000;
	border-radius: 0 10px 10px 0;
	border: 0;
	height: 33px;
	width: 35px;
}

.searchform .button.icon i {
	font-size: 14px;
}

.searchform .button.submit-button:hover {
	box-shadow: none;
}

.header .search-form .live-search-results {
	background-color: #fff
}

.live-search-results .autocomplete-suggestion {
	padding: 10px;
	display: block;
}

.live-search-results .autocomplete-suggestion img {
	width: 50px;
	border-radius: 0;
	height: 50px;
	float: left
}

.live-search-results .search-name {
	width: 100%;
	font-size: 12px;
}

.live-search-results .search-price ins span.amount {
	color: var(--primary-color);
	font-size: 14px;
}

.search-item-right {
	display: inline-block;
	height: 50px;
}

/* Banner */
.box_left,
.box_center,
.box_right {
	padding-bottom: 10px
}

.box_left {
	padding-right: 0
}

.box_right {
	padding-left: 0
}

.brand-item .icon-box-img {
	margin-bottom: 0
}


/*  Slider */
.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	font-size: 12px;
	align-items: center
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	font-weight: 600
}

.swiper-slide img {
	height: 100%;
	object-fit: cover;
}

.swiper-container-thumbs .swiper-slide {
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.mySwiper .swiper-slide:after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	background: var(--primary-color);
	left: 0;
	bottom: 0;
	transition: 0.3s all
}

.mySwiper .swiper-slide-thumb-active:after {
	width: 100%
}

.swiper-button-next,
.swiper-button-prev {
	background: rgb(0 0 0 / 30%);
	border-radius: 50px;
	color: #fff !important;
	width: 60px !important;
	height: 60px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -70px !important;
	padding-left: 25px;
	transition: 0.3s all
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -70px !important;
	padding-right: 25px;
	transition: 0.3s all
}

.swiper-container:hover .swiper-button-next {
	right: -30px !important;
}

.swiper-container:hover .swiper-button-prev {
	left: -30px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: "fl-icons" !important;
	speak: none !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	position: relative;
	line-height: 1.2;
	font-size: 24px !important
}

.swiper-button-next:after {
	content: "\f105" !important;
}

.swiper-button-prev:after {
	content: "\f104" !important;
}

.slider-nav-circle:not(.multi-vn-hero-slider) .previous,
.slider-nav-circle:not(.multi-vn-hero-slider) .next {
	background: rgb(0 0 0 / 30%);
	color: #fff !important;
	width: 30px !important;
	height: 60px !important;
	top: 30%;
	margin-top: 0 !important;
}

.slider-nav-circle:not(.multi-vn-hero-slider) .previous {
	border-radius: 0 50px 50px 0;
	left: 0px !important;
	padding-left: 25px;
	transition: 0.3s all
}

.slider-nav-circle:not(.multi-vn-hero-slider) .next {
	border-radius: 50px 0 0 50px;
	right: 0px !important;
	padding-right: 25px;
	transition: 0.3s all
}

.slider-nav-circle:not(.multi-vn-hero-slider):hover .previous {
	left: 0px !important;
}

.slider-nav-circle:not(.multi-vn-hero-slider):hover .next {
	right: 0px !important;
}

.slider-nav-circle:not(.multi-vn-hero-slider) .previous svg {
	left: 70%;
}

.slider-nav-circle:not(.multi-vn-hero-slider) .next svg {
	left: 30%
}

/* .slider.slider-nav-circle {overflow:hidden} */
.slider.slider-nav-circle:not(.multi-vn-hero-slider) .flickity-prev-next-button svg {
	padding: 35%
}

.slider-nav-circle:not(.multi-vn-hero-slider) .flickity-prev-next-button svg,
.slider-nav-circle:not(.multi-vn-hero-slider) .flickity-prev-next-button .arrow {
	border: 0
}

.slider-nav-circle:not(.multi-vn-hero-slider) .flickity-prev-next-button:hover svg,
.slider-nav-circle:not(.multi-vn-hero-slider) .flickity-prev-next-button:hover .arrow {
	background-color: transparent !important;
}

.product.product-small:hover {
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	background-color: #fff;
}

.slider.slider-nav-circle .product.product-small:hover {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.image-ads {
	height: 100%;
	position: relative;
}

.item-image-ads {
	overflow: hidden
}

.item-image-ads:not(:last-child) {
	margin-bottom: 11px
}

.item-image-ads a {}

.item-image-ads img {
	display: block;
}

/* Badge Sale */
.badge-container {
	margin: 0
}

.badge-circle-inside .badge-inner,
.badge-circle .badge-inner {
	border-radius: 8px 30px 30px 0;
	background: #f00;
	position: relative;
	padding: 0 5px;
}

.badge-circle-inside .badge-inner:after,
.badge-circle .badge-inner:after {
	position: absolute;
	content: '';
	width: 3px;
	height: 15px;
	background: #8b0018;
	bottom: -5px;
	left: 0;
	z-index: -1;
	border-radius: 0 0 0 15px;
}

.badge {
	height: 30px;
	width: 70px;
	font-size: 13px;
	margin-left: -12px;
	margin-top: -10px;
}

/* Home Page */
.list-product-home {
	max-width: 1200px;
}

.list-product-home .row.row-small {
	margin-left: 0;
	margin-right: 0;
}

.list-product-home .btn-read-more {
	border: 1px solid #f1f1f1;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	color: #000 !important
}

.line-title-home {
	background: #f8f8f8;
	height: 47px;
}

.line-title-home .col {
	padding-bottom: 0
}

.line-title-home h3,
.list-brand-items p {
	margin-bottom: 0;
}

.list-brand-items p {
	text-align: right
}

.line-title-home h3 {
	margin-left: 10px;
}

.col-shadow {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.product-small .box-image {
	padding: 15px
}

.product-small .title-wrapper a {
	color: #000;
	font-size: 13px;
	font-weight: 600;
}

.product-small .price-wrapper .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	max-width: 100%;
	margin: 10px 0;
	line-height: 1.3;
}

.product-small .price-wrapper .price ins,
.product-small .price-wrapper .price del {
	display: block;
	max-width: 100%;
	text-decoration: none;
}

.product-small .price-wrapper .price span.amount {
	font-size: 16px;
	color: var(--primary-color);
	white-space: normal;
	word-break: break-word;
}

.product-small .price-wrapper .price ins {
	margin-right: 0;
}

.product-small .price-wrapper .price ins span.amount {
	font-size: 16px;
	color: var(--primary-color);
}

.product-small .price-wrapper .price del span.amount {
	opacity: 1;
	color: #777;
	font-size: 12px;
	text-decoration: line-through;
}

.product-small .box-text-products {
	padding-bottom: 0;
	overflow: hidden;
}

.product-small .box-text-products .price-wrapper {
	display: block;
	max-width: 100%;
}

.product-small .box-text-products .price-wrapper .star-rating {
	order: 3;
	margin: 0;
}

.product-small .box-text-products .configuration {
	background: #f1f1f1;
	margin-bottom: 5px;
	padding: 5px
}

.product-small .box-text-products .configuration .cpu-laptop {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-small .box-text-products .configuration div {
	margin: 0;
	font-size: 10px;
}

.product-small .box-text-products .configuration div span {
	width: 60px;
	display: inline-block;
	font-weight: 600
}

.product-small .box-text-products .promotion {
	background: #eee;
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 5px;
}

.product-small .box-text-products .text-count-review {
	order: 4;
	margin-top: -17px;
	margin-left: 70px;
}

.item-product-more-info span {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #D1D5DB;
	border-radius: 5px;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.5;
}

.price-wrapper .price del {
	text-decoration: none
}

.price-wrapper .price del span.amount {
	text-decoration: line-through
}

/* Hot Sale */
.hotsale-text h3 {
	display: flex;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
	color: #ef3f23;
	font-weight: bold;
}

/* Item Hotsale */
.product-small.product_cat-hot-sale .box-image {
	position: relative
}

.product-small.product_cat-hot-sale .box-image .item-hotsale {
	position: absolute;
	content: '';
	width: 40px;
	height: 50px;
	left: 0;
	bottom: 0;
	background: url(/wp-content/uploads/2021/08/icon-hotsale.png) no-repeat;
	background-size: contain;
}

.term-hot-sale .term-description {
	margin-left: -10px;
	margin-right: -10px;
}

/* Sale Countdown */
.woo-sctr-shortcode-countdown-text-before {
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #333
}

.woo-sctr-shortcode-countdown-text-after {
	margin-left: 5px
}

.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-value {
	padding: 2px 5px;
	border-radius: 5px;
	font-weight: 700;
}

.product-info .woo-sctr-shortcode-countdown-time-separator {
	color: #fff
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
	position: relative;
	width: 100%;
	color: #fff;
	justify-content: flex-end;
	padding: 10px;
	background: linear-gradient(90deg, #ef3f23, #ff8a00);
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer:before,
.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer:after {
	position: absolute;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer:before {
	content: 'HOT';
	width: 40px;
	left: 5px;
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer:after {
	content: 'SALE';
	width: 70px;
	left: 42px;
	background: url(/wp-content/uploads/2021/08/flash.gif) no-repeat;
	background-size: 20px;
	padding-left: 25px;
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-text-before {
	font-weight: normal;
	color: #fff
}

/* Product Page */
.shop-page-title {
	padding: 5px 0;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	z-index: 1;
}

.product-container .product-main {
	padding: 0;
	margin-bottom: 20px;
	-webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.product-main .header-title {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.product-main .header-title h1 {
	flex: 1 1 60%;
	min-width: 0;
	margin-right: 10px;
}

.product-main .meta-title {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin-left: auto;
	min-width: 200px;
}

.product-main .meta-title .star-rating {
	border-right: 1px solid;
	margin-right: 10px;
}

.product-main .content-row {
	width: 100%;
	background-color: #fff;
}

/* Single product – layout & style giống multi.vn (ảnh mẫu) */
.product-container--multi>.container {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}

.product-container--multi .product-main {
	padding: 24px 20px;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}

.product-container--multi .tab-product-related {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
}

.product-container--multi .product-gallery {
	padding-right: 10px;
}

.product-container--multi .product-images.woocommerce-product-gallery {
	opacity: 1 !important;
}

.product-container--multi .product-gallery-slider .flickity-viewport {
	transition: none !important;
}

.product-container--multi .product-gallery-slider .woocommerce-product-gallery__image a {
	display: block;
	line-height: 0;
}

.product-container--multi .product-gallery-slider .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
	margin: 0 auto;
}

.product-container--multi .product-thumbnails {
	margin-top: 10px;
}

.product-container--multi .product-thumbnails .col {
	padding: 2px;
}

.product-container--multi .product-thumbnails img {
	display: block;
	width: 100%;
	height: auto;
}

.product-container--multi .product-info.summary {
	padding-left: 10px;
}

.product-container--multi .product-info .header-title {
	order: 0;
}

.product-container--multi .product-info.summary>.price-wrapper {
	order: 1;
}

.product-container--multi .product-info.summary>.product-linked-extras {
	order: 2;
}

.product-container--multi .product-info .product-installment-cta {
	order: 3;
}

.product-container--multi .product-info .product-zalo-contacts {
	order: 4;
}

.product-container--multi .product-info .description-product {
	order: 5;
}

.product-container--multi .product-info.summary>form.cart {
	order: 99;
}

@media only screen and (min-width: 850px) {
	.product-container--multi .product-gallery {
		padding-right: 20px;
	}

	.product-container--multi .product-info.summary {
		padding-left: 40px;
	}
}

.product-container--multi .product-info .header-title {
	display: block;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ddd;
}

.product-container--multi .product-info .header-title h1 {
	flex: none;
	margin: 0;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
	text-transform: capitalize;
}

.product-reviews .product-reviews-title,
#reviews_summary .product-reviews-title {
	margin: 0 0 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1e293b;
	text-transform: none;
}

.product-page-title .breadcrumbs .breadcrumb_last {
	font-weight: 600;
	color: #1e293b;
}

.product-container--multi .product-info .header-title .meta-title {
	display: none;
}

/* Giá: Giá niêm yết → GIÁ BÁN + VAT */
.product-container--multi .product-info .price-wrapper {
	margin-bottom: 12px;
}

.product-container--multi .product-info .price-wrapper .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	margin: 0;
}

.product-container--multi .product-info .price-wrapper .price del {
	order: 1;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	color: #ff1600;
}

.product-container--multi .product-info .price-wrapper .price del .price-label-list,
.product-container--multi .product-info .price-wrapper .price del>span:not(.amount) {
	color: #ff1600;
	font-weight: 400;
}

.product-container--multi .product-info .price-wrapper .price del span.amount {
	text-decoration: line-through;
	color: #ff1600;
	font-size: 14px;
	font-weight: 500;
}

.product-container--multi .product-info .price-wrapper .price ins {
	order: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 8px;
	text-decoration: none;
	margin-top: 4px;
}

.product-container--multi .product-info .price-wrapper .price ins::before {
	content: "GIÁ BÁN";
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

.product-container--multi .product-info .price-wrapper .price ins span.amount {
	font-size: 28px;
	font-weight: 700;
	color: #0097e0;
	line-height: 1.2;
}

.product-container--multi .product-info .price-wrapper .price ins::after {
	content: "( Đã bao gồm VAT )";
	font-size: 12px;
	font-weight: 400;
	color: #888;
}

.product-container--multi .product-info .price-wrapper .price ins .woocommerce-Price-currencySymbol {
	font-size: inherit;
}

/* Chọn cấu hình – 3 ô ngang */
.product-container--multi .linked-product-label {
	display: none;
}

.product-container--multi .product-linked-extras>.installment {
	display: none;
}

.product-container--multi .product-linked-extras .linked-product {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
	gap: 10px;
	margin: 12px 0 8px;
}

.product-container--multi .item-linked-product {
	width: auto;
	border-radius: 5px;
	padding: 10px 8px;
	margin: 0;
	border: 1px solid #ddd;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
	background: #fff;
}

.product-container--multi .item-linked-product span {
	color: #424242;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.product-container--multi .item-linked-product.active,
.product-container--multi a.item-linked-product:hover {
	background-color: #0097e0;
	border-color: #0097e0;
	color: #fff;
}

.product-container--multi .item-linked-product.active span,
.product-container--multi .item-linked-product.active strong,
.product-container--multi a.item-linked-product:hover span,
.product-container--multi a.item-linked-product:hover strong {
	color: #fff !important;
	font-weight: 500;
}

.product-container--multi .item-linked-product strong {
	color: #424242;
	font-size: 14px;
	font-weight: 400;
	margin-top: 4px;
}

/* Ẩn form giỏ – giống multi (chỉ CTA tư vấn) */
.product-container--multi .product-info.summary>form.cart {
	display: none !important;
}

.product-container--multi .product-info.summary .quantity {
	display: none !important;
}

/* CTA trả góp */
.product-container--multi .product-installment-cta {
	margin: 8px 0 12px;
	background: #66c9f9;
	border-radius: 44px;
	text-align: center;
}

.product-container--multi .product-installment-cta a {
	display: block;
	padding: 14px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

/* Zalo tư vấn */
.product-container--multi .product-zalo-contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 8px;
}

.product-container--multi .product-zalo-card {
	flex: 1 1 calc(50% - 5px);
	min-width: 0;
	background: #66c9f9;
	border-radius: 50px;
	overflow: hidden;
}

.product-container--multi .product-zalo-card__link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 20px 16px 16px;
	color: #fff;
	text-decoration: none;
	min-height: 80px;
}

.product-container--multi .product-zalo-card__icon img {
	width: 44px;
	height: 44px;
	display: block;
}

.product-container--multi .product-zalo-card__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.product-container--multi .product-zalo-card__phone {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.product-container--multi .product-zalo-card__label {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
}

/* Danh sách ưu đãi / bảo hành */
.product-container--multi .description-product.product-feature-list {
	margin-top: 8px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.product-container--multi .product-feature-items,
.product-container--multi .description-product.product-feature-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-container--multi .product-feature-items li,
.product-container--multi .description-product.product-feature-list li {
	position: relative;
	display: block;
	padding: 10px 0 10px 34px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 1.55;
	color: #333;
}

.product-container--multi .product-feature-text {
	display: inline;
	line-height: 1.55;
}

.product-container--multi .product-feature-items li strong,
.product-container--multi .description-product.product-feature-list li strong,
.product-container--multi .product-feature-text strong {
	display: inline;
	font-weight: 700;
}

.product-container--multi .description-product.product-feature-list p {
	display: inline;
	margin: 0;
	padding: 0;
}

.product-container--multi .product-feature-items li:last-child,
.product-container--multi .description-product.product-feature-list li:last-child {
	border-bottom: 0;
}

.product-container--multi .product-feature-items li::before,
.product-container--multi .description-product.product-feature-list li::before {
	position: absolute;
	left: 0;
	top: 11px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 22px;
	text-align: center;
	color: #30b7f9;
	font-size: 18px;
	line-height: 1;
}

.product-container--multi .product-feature-items li:nth-child(1)::before,
.product-container--multi .description-product.product-feature-list li:nth-child(1)::before {
	content: "\f098";
}

.product-container--multi .product-feature-items li:nth-child(2)::before,
.product-container--multi .description-product.product-feature-list li:nth-child(2)::before {
	content: "\f3ed";
}

.product-container--multi .product-feature-items li:nth-child(3)::before,
.product-container--multi .description-product.product-feature-list li:nth-child(3)::before {
	content: "\f5a2";
}

.product-container--multi .product-feature-items li:nth-child(4)::before,
.product-container--multi .description-product.product-feature-list li:nth-child(4)::before {
	content: "\f013";
}

.product-container--multi .product-feature-items li:nth-child(5)::before,
.product-container--multi .description-product.product-feature-list li:nth-child(5)::before {
	content: "\f0d1";
}

.product-container--multi .product-feature-items li:nth-child(6)::before,
.product-container--multi .description-product.product-feature-list li:nth-child(6)::before {
	content: "\f06b";
}

.product-container--multi .product-feature-items li:nth-child(7)::before,
.product-container--multi .description-product.product-feature-list li:nth-child(7)::before {
	content: "\f5aa";
}

.product-container--multi .product-feature-items li:nth-child(n+8)::before,
.product-container--multi .description-product.product-feature-list li:nth-child(n+8)::before {
	content: "\f058";
}

.single-product #wrapper,
.single-product #main {
	background: #fff
}

.single-product #main {
	padding-top: 20px !important;
}

.product-des>div {
	margin-bottom: 15px
}

.breadcrumbs a {
	color: #64748b;
	font-size: 12px;
}

.breadcrumbs a:hover {
	color: #2563eb;
}

.breadcrumbs .breadcrumb_last {
	font-weight: 600;
	color: #1e293b;
}

.page-title-inner {
	padding-top: 0;
	min-height: 20px;
}

.page-title-inner .medium-text-center {
	text-align: left !important
}

.product-note {
	font-style: italic;
	margin-bottom: 10px;
	font-size: 13px;
}

.product-note a,
.product-note a:hover {
	color: #000;
	font-weight: 600
}

.product-note i {
	padding: 5px;
	border-radius: 20px;
	background: var(--primary-color);
	color: #fff;
	width: 26px;
}

.specifications {
	border: 1px solid #eee
}

.specifications .header-title h2 {
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	background: #e0e0e0
}

.specifications tr td:last-child {
	font-weight: 600
}

.product-footer .woocommerce-tabs {
	padding: 0 0 30px
}

.topview h1 {
	display: block;
	width: auto;
	float: left;
	margin-right: 15px
}

.image-tools a.button {
	border-color: var(--primary-color);
}

.image-tools a.button i {
	color: var(--primary-color)
}

.image-tools a.button:hover i {
	color: #fff
}

.hotsale-product {
	padding: 10px;
	background: #ffe5e9;
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 10px;
}

.promotion-product {
	border: 1px solid var(--primary-color);
	padding: 20px 10px 10px;
	position: relative;
	margin: 20px 0 5px;
	border-radius: 5px;
}

.promotion-product h4 {
	font-weight: normal
}

.promotion-icon {
	position: absolute;
	top: -17px;
	background: var(--primary-color);
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 15px;
}

.promotion-info p {
	margin-bottom: 10px !important
}

.promotion-info ul,
.promotion-info p:last-child {
	margin-bottom: 0
}

.linked-product-label {
	margin: 12px 0 4px;
	font-size: 14px;
}

.product-linked-extras {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.linked-product {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
	gap: 10px;
	margin: 10px 0;
}

.single_variation_wrap .linked-product {
	order: 2;
}

.product-type-simple .product-info.summary>.price-wrapper {
	order: 1;
}

.product-type-simple .product-info.summary>.product-linked-extras {
	order: 2;
}

.product-type-simple .product-info.summary>form.cart {
	order: 3;
	width: 100%;
}

.product-type-simple .product-info.summary>.woocommerce-product-details__short-description {
	display: none;
}

.product-main.is-linked-loading {
	position: relative;
	opacity: 0.55;
}

.product-main.is-linked-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.35);
	pointer-events: none;
}

.product-linked-extras,
.linked-product {
	position: relative;
	z-index: 2;
}

a.item-linked-product {
	cursor: pointer;
	position: relative;
	z-index: 3;
	text-decoration: none;
}

.item-linked-product.is-disabled,
span.item-linked-product {
	cursor: default;
	text-decoration: none;
}

.item-linked-product {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0;
	width: auto;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
	border-radius: 3px;
}

.item-linked-product span {
	color: #000;
	overflow-wrap: anywhere;
}

.item-linked-product strong {
	font-size: 13px
}

.item-linked-product.active {
	border-color: var(--primary-color)
}

.item-linked-product.active span {
	font-weight: bold
}

.description-product {
	padding: 15px;
	border-radius: 1rem;
	-webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.description-product:empty {
	display: none;
}

.product-excerpt {
	font-size: 14px;
	line-height: 1.6;
}

.product-excerpt p:last-child {
	margin-bottom: 0;
}

.product-info.summary .sticky-add-to-cart-wrapper .sticky-add-to-cart__product {
	display: none;
}

.product-info.summary .sticky-add-to-cart-wrapper .sticky-add-to-cart--active .sticky-add-to-cart__product {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}

.product-info.summary form.cart .sticky-add-to-cart {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.product-info.summary form.cart .product-linked-extras {
	display: none !important;
}

.description-product p {
	margin-bottom: 0
}

.button_readmore {
	width: 100%;
	max-width: 335px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background: #ffffff;
	font-size: 14px;
	color: #212529;
	text-decoration: none !important;
	cursor: pointer;
}

.button_readmore i {
	margin-left: 10px
}

.single_variation_wrap {
	display: flex !important;
	flex-direction: column;
}

.single_variation_wrap .woocommerce-variation.single_variation {
	order: 1;
}

.single_variation_wrap .variations {
	margin-bottom: 0;
	order: 3;
}

.single_variation_wrap .promotion-info {
	order: 4
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
	order: 5
}

form.variations_form {
	margin-bottom: 0;
	margin-top: 10px;
}

.woocommerce-product-attributes.shop_attributes th {
	letter-spacing: 0;
	text-transform: inherit;
	font-weight: normal;
	width: 30%;
	min-width: 100px;
}

.ux-swatch {
	font-weight: bold;
	overflow: hidden;
	padding: 5px 20px;
	font-size: 13px;
	flex-direction: column;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
	border-radius: 3px;
	border: 1px solid #ddd;
	width: calc((100% / 3) - 7px);
}

.ux-swatch:nth-of-type(3n) {
	margin-right: 0
}

.ux-swatch.selected {
	-webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
	border: 1px solid var(--primary-color);
}

.ux-swatch__price {
	font-weight: 600;
	color: #30B7F9;
	font-size: 1.1em;
}

.ux-swatch:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background: #eee;
	transform: rotate(45deg);
	bottom: -15px;
	right: -15px;
}

.ux-swatch.selected:after {
	background: var(--primary-color);
}

.ux-swatch.selected:before {
	content: "\e00a";
	font-family: "fl-icons" !important;
	position: absolute;
	color: #fff;
	bottom: 0;
	right: 0;
	font-size: 11px;
	z-index: 1;
}

.product-info.summary .quantity {
	display: none !important;
	align-items: center;
	margin-bottom: 5px;
}

.product-info.summary .sticky-add-to-cart--active .quantity {
	margin-bottom: 0;
}

.product-info.summary .quantity input {
	height: 38px;
	width: 38px;
}

.product-info.summary .quantity input[type="number"] {
	width: 70px;
	max-width: 70px;
}

.product-info.summary .quantity>span {
	width: 104px;
}

button.single_add_to_cart_button,
button.buy_now_button {
	border-radius: 10px;
	margin-bottom: 0;
	height: 50px;
	width: 48%
}

button.single_add_to_cart_button {
	line-height: 1.4;
	padding: 5px 15px;
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

button.buy_now_button {
	padding: 0 30px;
}

button.single_add_to_cart_button:hover,
button.buy_now_button:hover {
	box-shadow: none !important;
}

.ntx-quickbuy button.buy_now_button {
	position: relative;
}

.ntx-quickbuy button.buy_now_button:after {
	animation: spin 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 32px;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	content: "";
	display: block;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	width: 16px;
}

.ntx-quickbuy button.single_add_to_cart_button.loading:after {
	display: none;
}

.sticky-add-to-cart--active button.single_add_to_cart_button,
.sticky-add-to-cart--active button.buy_now_button {
	width: auto
}


.installment {
	position: absolute;
	top: 20px;
	right: 15px;
	color: #fff;
	background: var(--primary-color);
	padding: 5px;
	border-radius: 5px;
}

.cart-item a.button,
.cart-item a.button:hover {
	color: #000;
}

.product-info .shipping {
	display: flex;
}

.product-info .shipping .shipping-content ul li {
	list-style: none;
}

.product-info .shipping .shipping-content ul li .fa-shipping-fast {
	color: #00a214;
}

.product-info .shipping .shipping-content ul li i {
	margin-right: 5px;
}

.product-section {
	border-top: 0;
	background: #fff;
	position: relative;
}

.product-page-sections .product-section {
	padding: 0 10px;
	height: 500px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px
}

.product-section.active {
	height: auto !important
}

.wrap_table_info table,
.wrap_table_info table td,
.wrap_table_info table th {
	border: 0 !important;
	border-style: none !important;
}

.product-footer .product-footer-right {
	-webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	border-radius: 1rem;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

.content-product-page .content-product-footer-right .table {
	width: 100%
}

.product-footer .product-footer-right .table table {
	border: 1px solid #F2F2F2;
	border-radius: 1rem;
	overflow: hidden;
}

.product-footer .product-footer-right .table td:first-child {
	padding-left: 10px;
}

.product-footer .product-footer-right .table tbody tr:nth-child(odd) {
	background: #F2F2F2;
}

.product-footer-right .table table tr:nth-child(-n+10) {
	display: table-row
}

.product-footer .product-footer-right .table #more-specific {
	width: 100%;
	display: block;
	border: 1px solid #eee;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 14px;
}

.product-footer .product-footer-right .table #more-specific:hover {
	border: 1px solid #ccc;
}

.shop-container .product-footer-right .products .product.product-small:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product-footer-showmore {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 50px;
	text-align: center;
	background: transparent;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.91)), color-stop(55%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	display: block;
	margin-bottom: 0;
}


.sticky-add-to-cart .buy_now_button {
	margin-left: 3%;
	margin-right: 0;
}

.sticky-add-to-cart--active .buy_now_button {
	margin-left: 0;
}


/* Product Gallery */
.product-thumbnails a:hover img,
.product-thumbnails .is-nav-selected a img {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product-thumbnails .flickity-slider>.col {
	padding: 2px !important;
}

.product-thumbnails .flickity-slider>.col a {
	border: 1px solid #ddd;
}

.product-thumbnails .flickity-prev-next-button {
	opacity: 1
}

.product-thumbnails .flickity-prev-next-button.previous {
	left: 0;
}

.product-thumbnails .flickity-prev-next-button.next {
	right: 0;
}

.product-gallery .video-item {
	display: inline-block
}


/****** Price Product ******/
.product-info {
	position: relative;
	display: flex;
	flex-direction: column;
}

.product-type-simple .product-info .linked-product,
.product-type-simple .product-info .promotion-info {
	display: grid;
}

.product-info .price ins span.amount {
	color: var(--primary-color);
	font-size: 30px;
}

.product-info .price del {
	text-decoration: none;
	font-size: 14px;
	margin-left: 5px;
	font-weight: normal;
}

.product-info .price del span.amount {
	opacity: 1;
	font-weight: bold;
	text-decoration: line-through;
}

.product-info .price>span.amount {
	color: var(--primary-color);
	font-size: 30px;
	font-weight: 600
}

.product-info .price>span {
	font-weight: normal;
	font-size: 13px;
}

.product-summary .woocommerce-Price-currencySymbol {
	vertical-align: baseline;
	margin-left: 5px;
}

.woocommerce-variation-price {
	border: 0;
	padding: 0
}

.product-footer-left .product-info .woocommerce-variation-price ins span.amount {
	top: 35px
}

.product-footer-left .product-info .woocommerce-variation-price del span.amount {
	top: 43px;
}

.product-footer .woocommerce-variation-price {
	width: 100%;
	left: 0;
	background: #fff;
}

.sticky-add-to-cart--active {
	z-index: 9999;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 8px 12px;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product .product-title-small {
	flex: 1 1 auto;
	min-width: 0;
	max-width: none;
	margin-right: 0.75em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sticky-add-to-cart--active .price-wrapper {
	flex-shrink: 0;
	margin-right: 0.75em;
}

.sticky-add-to-cart--active .price-wrapper .price {
	white-space: nowrap;
}

.sticky-add-to-cart--active .quantity {
	flex-shrink: 0;
}

.sticky-add-to-cart--active button.single_add_to_cart_button,
.sticky-add-to-cart--active button.buy_now_button {
	flex: 0 0 auto;
	width: auto !important;
	min-width: 0;
	white-space: nowrap;
}

/****** Product Bottom Info ******/

.product.product-type-variable .product-footer-left form.variations_form {
	display: flex
}

.product.product-type-simple .product-footer-left .product-info form {
	width: 50%;
	float: right;
}

.product-footer-left .variations {
	width: 54%;
}

.product-footer-left .single_variation_wrap {
	width: 47%
}

.product-thumbnails a:hover,
.product-thumbnails .is-nav-selected a {
	border: 0
}

.product-thumbnails {
	margin: 0 !important
}

.product-info .variations tr {
	display: flex;
	flex-direction: column;
}

.product-info .variations tr td.label {
	white-space: nowrap;
	margin-right: 5px;
}

.product-info .variations tr td.label label {
	font-weight: bold
}

/* Tab Product Related */
.tab-product-related .tabs .tab {
	text-transform: uppercase;
	font-weight: 700 !important;
	height: 34px;
	display: flex;
	align-items: center;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f3f4f6;
	color: #444444;
	cursor: pointer;
}

.tab-product-related .tabs .tab.active {
	border-color: #d70018 !important;
	background: #fef2f2 !important;
	color: #d70018 !important;
}

.tab-product-related .product-section .row {
	margin-left: 0;
	margin-right: 0
}

/* SP liên quan: carousel Flickity, 4 cột desktop */
.tab-product-related .related-products-wrapper .row-slider {
	margin-left: 0;
	margin-right: 0;
}

.tab-product-related .related-products-wrapper .row-slider .flickity-viewport {
	overflow: hidden;
}

@media screen and (min-width: 850px) {

	.tab-product-related .related-products-wrapper .row-slider .flickity-slider>.product.product-small {
		max-width: calc((100% - 30px) / 4) !important;
		-ms-flex-preferred-size: calc((100% - 30px) / 4) !important;
		flex-basis: calc((100% - 30px) / 4) !important;
		margin-right: 10px;
		padding: 10px;
		background: #fff;
		border-radius: 10px;
		box-shadow: rgb(60 64 67 / 10%) 0 1px 2px 0, rgb(60 64 67 / 15%) 0 2px 6px 2px;
	}

	.tab-product-related .related-products-wrapper .row-slider .flickity-slider>.product.product-small:nth-of-type(4n) {
		margin-right: 0;
	}
}

h3.product-section-title {
	max-width: 100%
}

/* Product Video Review */
.product-video-reviews {
	margin-bottom: 15px;
	background: #fff;
	padding: 10px;
	border-radius: 1rem;
	-webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.product-video-reviews:empty {
	display: none !important;
}

.product-video-reviews h3 {
	font-size: 16px
}

/****** Reviews ******/
.product-reviews {
	padding: 10px
}

.product-reviews .entry-content {
	padding-top: 0;
	padding-bottom: 0
}

.product-reviews .table-reviews .star-rating-col {
	max-width: 40% !important;
	-ms-flex-preferred-size: 40% !important;
	flex-basis: 40% !important;
}

.product-reviews .table-reviews>.medium-6 {
	max-width: 60% !important;
	-ms-flex-preferred-size: 50%;
	flex-basis: 60% !important;
}

.product-reviews .table-reviews .button-review {
	margin-bottom: 10px;
}

.product-reviews #reviews .commentlist li {
	border: 0;
	margin: 0;
	padding: 0;
}


.product-reviews #reviews .comment_container {
	padding: 10px;
	padding-top: 10px;
	position: relative;
	background: #eee;
	margin-top: 40px;
	margin-left: 40px;
	border-radius: 10px;
	display: block;
}

.product-reviews #reviews .comment_container img {
	position: absolute;
	top: -30px;
	width: 35px;
	left: -40px;
}

.product-reviews #reviews .commentlist li .meta {
	position: absolute;
	top: -30px;
	width: 100%;
	left: 0;
}

.product-reviews #reviews .commentlist li .meta strong {
	text-transform: capitalize
}

.product-reviews #reviews .commentlist li .meta time {
	float: right
}

.product-reviews a.comment-reply-link.button {
	background-color: transparent;
	border: 0;
	color: var(--primary-color);
	font-style: normal;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
}

.product-reviews #reviews div.comment-text a.comment-reply-link:before {
	content: "\f086";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

.product-reviews #reviews div.reply {
	padding: 0
}


#comments .comment-respond {
	padding: 15px
}

.review-detail {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
}

.reviews_bar {
	margin-top: 10px;
	padding-left: 15px;
}

.send-review {
	background: var(--primary-color);
	margin: 0;
	border-radius: 5px;
	padding: 0 10px;
}

.send-review a {
	color: #fff !important
}

.commentlist li,
.comment-list li {
	position: relative
}

.commentlist li.review {
	margin-left: 0
}

.commentlist li .comment-text,
.comment-list li .comment-text {
	padding: 0
}

#reviews {
	border: 0;
}

.review .review-item .star-rating,
.comment-form-rating label:first-child {
	float: left
}

.comment-form-rating label:first-child {
	margin-right: 30px
}

#tab-reviews #comments .commentlist li .star-rating {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0;
	display: block;
}

.star-rating:before,
.woocommerce-page .star-rating:before,
.star-rating span:before {
	font-size: 13px;
	color: #ffa500 !important;
}

#review_form .upload_section input#do_uploadFile {
	width: 100px
}

.stars a:after {
	color: #555
}

.stars a:hover:after,
.stars a.active:after {
	color: #ffab00
}

#reviews .cr-summaryBox-wrap,
#cr_all_reviews_shortcode .cr-summaryBox-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap {
	margin-bottom: 0
}

#review_form_wrapper {
	height: 0;
	overflow: hidden;
	transition: 0.5s all;
}

#review_form_wrapper.open {
	height: auto
}

.star-rating-col {
	text-align: center
}

.star-rating-col .star-rating {
	margin: auto;
	width: 65px;
}

.star-rating-col .star-point span {
	font-size: 30px;
}

.table-reviews {
	border: 1px solid #DEE2E6;
	align-items: center;
	border-radius: 1rem;
	margin: 0 !important;
}

#tab-reviews #comments .commentlist li {
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.ywar_review_row span {
	color: var(--primary-color);
}

.ywar_stars_value {
	min-width: 40px;
}

.ywar_stars_value .fa-star {
	color: #ffa500;
}

.review-form-inner .comment-form .comment-notes {
	position: relative;
	background: #fff;
}

.comment-form input {
	margin-bottom: 0
}

div.review_vote {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	display: none
}

.commentlist>li {
	border-bottom: 1px solid #eee
}

.commentlist>li div.reply {
	padding: 0
}

/* List video review */
.list-video-reviews .video-reviews {
	position: relative;
	margin: auto;
	background: #fff;
}

.list-video-reviews .item-video {
	width: 100%;
	margin-bottom: 10px;
}

.list-video-reviews .item-video .img-video {
	border-radius: 10px;
	overflow: hidden;
	width: 100px;
}

.list-video-reviews .item-video .img-video img {
	border-radius: 10px;
}

.list-video-reviews .item-video a {
	display: flex;
}

.list-video-reviews .item-video .title-video {
	color: #000;
	font-size: 14px;
	width: calc(100% - 100px);
	margin-left: 10px;
}

/* Countdown */
.inner-flex-middle .col-inner {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
	vertical-align: middle !important;
}

.inner-flex-middle .col-inner>div {
	display: inline-table
}

.inner-flex-middle .col-inner .list-brand-items {
	padding-left: 0
}

/* Archive Product */
.archive #wrapper,
.archive #main {
	background-color: #fff
}

.list-brand-items {
	text-align: right;
	padding-right: 15px
}

.list-brand-items a {
	font-size: 12px;
	height: 34px;
	margin: 0 10px 0 0;
	padding: 0.5rem 1rem;
	border: 1px solid #E5E7EB;
	border-radius: 10px;
	background: #F3F4F6;
	color: #444444;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: auto;
	display: inline-block;
}

.list-brand-items a:hover {
	color: #000;
	background: #cecece;
	box-shadow: 0 0 2px #ccc
}

.tab-brand-item {
	margin-bottom: 20px
}

.term-description .list-brand a {
	padding: 10px !important;
	display: inline-block;
	margin-bottom: 5px;
	border: 1px solid #eee;
	border-radius: 10px;
}

.term-description .ux-logo:nth-child(2) a {
	padding: 5px !important;
}

.term-description .ux-logo:nth-child(2) a img {
	height: 25px !important;
}

.term-description .list-category a {
	margin: 10px 10px 10px 0;
	border-radius: 10px;
	background-color: transparent !important;
	font-size: 15px;
	font-weight: 600 !important;
}

.term-description .list-category a.active {
	background-color: #ef4444 !important;
}

.archive .category-page-row {
	max-width: 1200px
}

/* Category layout – SP full width, mô tả + tin tức cạnh nhau phía dưới */
.archive.tax-product_cat #main,
.archive.tax-product_tag #main,
.archive.tax-product_cat #wrapper,
.archive.tax-product_tag #wrapper {
	background: #f5f8fd;
}

.archive.tax-product_cat .category-layout-cps,
.archive.tax-product_tag .category-layout-cps {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
}

.archive.tax-product_cat .category-products-col,
.archive.tax-product_tag .category-products-col {
	padding-bottom: 8px;
}

.archive.tax-product_cat .category-bottom-row,
.archive.tax-product_tag .category-bottom-row {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #e5e7eb;
}

.archive.tax-product_cat .category-bottom-inner,
.archive.tax-product_tag .category-bottom-inner {
	align-items: flex-start;
}

.archive.tax-product_cat .category-seo-col,
.archive.tax-product_tag .category-seo-col {
	padding-right: 16px;
}

.archive.tax-product_cat .category-post-sidebar-col,
.archive.tax-product_tag .category-post-sidebar-col {
	padding-left: 8px;
}

.archive.tax-product_cat .category-post-sidebar-inner,
.archive.tax-product_tag .category-post-sidebar-inner {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
}

.archive.tax-product_cat .category-post-sidebar-inner .title-news,
.archive.tax-product_tag .category-post-sidebar-inner .title-news {
	margin: -16px -16px 12px;
}

.archive.tax-product_cat .category-news-item-title,
.archive.tax-product_tag .category-news-item-title {
	margin: 0 0 4px;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1e293b;
}

.archive.tax-product_cat .category-news-list .post-item,
.archive.tax-product_tag .category-news-list .post-item {
	margin-bottom: 0;
}

.archive.tax-product_cat .category-news-list .post-item+.post-item,
.archive.tax-product_tag .category-news-list .post-item+.post-item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
}

.archive.tax-product_cat .category-news-hotline,
.archive.tax-product_tag .category-news-hotline {
	display: block;
	width: 100%;
	margin: 16px 0 0;
	padding: 12px 16px;
	border-radius: 8px;
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: 0;
}

.archive.tax-product_cat .category-bottom-inner.is-seo-expanded .category-post-sidebar-col .is-sticky-column__inner,
.archive.tax-product_tag .category-bottom-inner.is-seo-expanded .category-post-sidebar-col .is-sticky-column__inner {
	position: sticky;
	align-self: flex-start;
	z-index: 2;
}

.archive.tax-product_cat .category-seo-content,
.archive.tax-product_tag .category-seo-content {
	margin-top: 0;
	padding: 24px;
	border: 1px solid #e5e7eb;
	background: #fff;
	border-radius: 12px;
	font-size: 15px;
	line-height: 1.75;
	color: #475569;
}

.archive.tax-product_cat .category-seo-wrap,
.archive.tax-product_tag .category-seo-wrap {
	position: relative;
}

.archive.tax-product_cat .category-seo-content.is-collapsed,
.archive.tax-product_tag .category-seo-content.is-collapsed {
	max-height: 920px;
	overflow: hidden;
}

.archive.tax-product_cat .category-seo-content.is-expanded,
.archive.tax-product_tag .category-seo-content.is-expanded {
	max-height: none;
	overflow: visible;
}

.archive.tax-product_cat .category-seo-showmore,
.archive.tax-product_tag .category-seo-showmore {
	border-radius: 0 0 12px 12px;
}

.archive.tax-product_cat .category-seo-content h1,
.archive.tax-product_cat .category-seo-content h2,
.archive.tax-product_cat .category-seo-content h3,
.archive.tax-product_cat .category-seo-content h4,
.archive.tax-product_tag .category-seo-content h1,
.archive.tax-product_tag .category-seo-content h2,
.archive.tax-product_tag .category-seo-content h3,
.archive.tax-product_tag .category-seo-content h4 {
	color: #1e293b;
	margin-bottom: 0.75em;
	font-weight: 700;
	line-height: 1.35;
}

.archive.tax-product_cat .category-seo-content h1,
.archive.tax-product_tag .category-seo-content h1 {
	font-size: 1.5rem;
}

.archive.tax-product_cat .category-seo-content ul,
.archive.tax-product_cat .category-seo-content ol,
.archive.tax-product_tag .category-seo-content ul,
.archive.tax-product_tag .category-seo-content ol {
	margin: 0 0 1em 1.25em;
	padding: 0;
}

.archive.tax-product_cat .category-seo-content li,
.archive.tax-product_tag .category-seo-content li {
	margin-bottom: 0.35em;
}

.archive.tax-product_cat .category-seo-content table,
.archive.tax-product_tag .category-seo-content table {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
	font-size: 14px;
}

.archive.tax-product_cat .category-seo-content th,
.archive.tax-product_cat .category-seo-content td,
.archive.tax-product_tag .category-seo-content th,
.archive.tax-product_tag .category-seo-content td {
	border: 1px solid #e5e7eb;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
}

.archive.tax-product_cat .category-seo-content th,
.archive.tax-product_tag .category-seo-content th {
	background: #f8fafc;
	color: #1e293b;
	font-weight: 600;
}

.archive.tax-product_cat .category-seo-content p,
.archive.tax-product_tag .category-seo-content p {
	margin: 0 0 1em;
}

.archive.tax-product_cat .category-seo-content p:last-child,
.archive.tax-product_tag .category-seo-content p:last-child {
	margin-bottom: 0;
}

.archive.tax-product_cat .category-seo-content strong,
.archive.tax-product_tag .category-seo-content strong,
.archive.tax-product_cat .category-seo-content b,
.archive.tax-product_tag .category-seo-content b {
	font-weight: 700;
	color: #1e293b;
}

.archive.tax-product_cat .category-seo-content a,
.archive.tax-product_tag .category-seo-content a {
	color: #2563eb;
	text-decoration: underline;
}

.archive.tax-product_cat .category-seo-content img,
.archive.tax-product_tag .category-seo-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Toolbar danh mục – breadcrumb + sắp xếp */
.archive.tax-product_cat .shop-page-title,
.archive.tax-product_tag .shop-page-title,
.post-type-archive-product .shop-page-title {
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: none;
}

/* Breadcrumb / toolbar – #main đã offset header fixed trên mobile */
@media (max-width: 849px) {

	.archive.tax-product_cat .shop-page-title.category-page-title,
	.archive.tax-product_tag .shop-page-title.category-page-title,
	.post-type-archive-product .shop-page-title.category-page-title,
	.single-product .shop-page-title,
	.blog-category-page-title,
	.multi-vn-page-title {
		padding-top: 92px;
		padding-bottom: 8px;
		position: relative;
		z-index: 10;
	}

	.single-product .shop-page-title {
		margin-bottom: 0;
		box-shadow: none;
		border-bottom: 1px solid #e5e7eb;
	}

	.single-product .product-container--multi .product-main {
		padding-top: 12px;
	}

	.archive.tax-product_cat .shop-container,
	.archive.tax-product_tag .shop-container {
		padding-top: 0;
	}
}

.archive.tax-product_cat .category-page-h1,
.archive.tax-product_tag .category-page-h1,
.post-type-archive-product .category-page-h1 {
	margin: 0 0 6px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1e293b;
}

.archive.tax-product_cat .shop-page-title .breadcrumbs,
.archive.tax-product_tag .shop-page-title .breadcrumbs,
.post-type-archive-product .shop-page-title .breadcrumbs,
.single-product .shop-page-title .breadcrumbs,
.single-product .single-product-breadcrumb {
	margin: 0;
	font-size: 12px;
	color: #64748b;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
}

.archive.tax-product_cat .shop-page-title .breadcrumbs a,
.archive.tax-product_tag .shop-page-title .breadcrumbs a,
.post-type-archive-product .shop-page-title .breadcrumbs a,
.single-product .shop-page-title .breadcrumbs a,
.single-product .single-product-breadcrumb a {
	color: #64748b;
	font-size: 12px;
	font-weight: 400;
}

.archive.tax-product_cat .shop-page-title .breadcrumbs a:hover,
.archive.tax-product_tag .shop-page-title .breadcrumbs a:hover,
.post-type-archive-product .shop-page-title .breadcrumbs a:hover,
.single-product .shop-page-title .breadcrumbs a:hover,
.single-product .single-product-breadcrumb a:hover {
	color: #2563eb;
}

.archive.tax-product_cat .shop-page-title .breadcrumbs .divider,
.archive.tax-product_tag .shop-page-title .breadcrumbs .divider,
.post-type-archive-product .shop-page-title .breadcrumbs .divider,
.single-product .shop-page-title .breadcrumbs .divider,
.single-product .single-product-breadcrumb .divider {
	color: #64748b;
	font-weight: 400;
}

.archive.tax-product_cat .shop-page-title .breadcrumbs .breadcrumb_last,
.archive.tax-product_tag .shop-page-title .breadcrumbs .breadcrumb_last,
.post-type-archive-product .shop-page-title .breadcrumbs .breadcrumb_last,
.single-product .shop-page-title .breadcrumbs .breadcrumb_last,
.single-product .single-product-breadcrumb .breadcrumb_last {
	font-weight: 600;
	color: #1e293b;
}

/* Bộ lọc danh mục */
.archive.tax-product_cat .category-filter-bar,
.archive.tax-product_tag .category-filter-bar,
.post-type-archive-product .category-filter-bar {
	margin-bottom: 16px;
}

.archive.tax-product_cat .category-filter-bar__desktop,
.archive.tax-product_tag .category-filter-bar__desktop,
.post-type-archive-product .category-filter-bar__desktop {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 14px 16px;
}

.archive.tax-product_cat .category-filter-bar__mobile,
.archive.tax-product_tag .category-filter-bar__mobile,
.post-type-archive-product .category-filter-bar__mobile {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 10px 14px;
}

.archive.tax-product_cat .category-filter-bar__toggle,
.archive.tax-product_tag .category-filter-bar__toggle,
.post-type-archive-product .category-filter-bar__toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #2563eb !important;
	font-size: 14px;
	font-weight: 600;
}

.archive.tax-product_cat .category-filter-bar__active,
.archive.tax-product_tag .category-filter-bar__active,
.post-type-archive-product .category-filter-bar__active {
	flex: 1 1 auto;
	min-width: 0;
}

.archive.tax-product_cat .category-filter-offcanvas .widget,
.archive.tax-product_tag .category-filter-offcanvas .widget,
.post-type-archive-product .category-filter-offcanvas .widget {
	margin-bottom: 16px;
}

/* Filter bar desktop – hàng ngang gọn, đồng bộ với dropdown sort */
.category-filter-bar .sidebar-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px 16px;
}

.category-filter-bar .sidebar-wrapper>.widget_layered_nav {
	flex: 1 1 160px;
	min-width: 0;
	max-width: 240px;
	margin: 0 !important;
}

.category-filter-bar .widget_layered_nav .widget-title {
	display: block;
	margin: 0 0 6px;
	padding: 0;
	background: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: #64748b;
}

.category-filter-bar .widget_layered_nav .widget-title>span {
	display: block;
	padding: 0;
	background: none;
}

.category-filter-bar .woocommerce-widget-layered-nav-dropdown {
	margin: 0;
}

.category-filter-bar .woocommerce-widget-layered-nav-dropdown__submit {
	display: none;
}

.category-filter-bar select.woocommerce-widget-layered-nav-dropdown {
	width: 100%;
	min-height: 38px;
	padding: 0 32px 0 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #334155;
	font-size: 14px;
	font-weight: 500;
}

.category-filter-bar .select2-container {
	width: 100% !important;
	max-width: 100%;
}

.category-filter-bar .select2-container .select2-selection--single,
.category-filter-bar .select2-container .select2-selection--multiple {
	min-height: 38px;
	height: auto;
	border: 1px solid #d1d5db !important;
	border-radius: 8px !important;
	background: #fff;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.category-filter-bar .select2-container--default.select2-container--focus .select2-selection--single,
.category-filter-bar .select2-container--default.select2-container--focus .select2-selection--multiple,
.category-filter-bar .select2-container--default.select2-container--open .select2-selection--single,
.category-filter-bar .select2-container--default.select2-container--open .select2-selection--multiple {
	border-color: #2563eb !important;
	box-shadow: 0 0 0 3px rgb(37 99 235 / 12%);
}

.category-filter-bar .select2-container .select2-selection--single .select2-selection__rendered,
.category-filter-bar .select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 6px 28px 6px 12px;
	color: #334155;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

.category-filter-bar .select2-container .select2-selection--single .select2-selection__arrow {
	height: 36px;
	right: 8px;
}

.category-filter-bar .select2-container .select2-selection--multiple .select2-selection__choice {
	margin: 2px 4px 2px 0;
	padding: 2px 8px;
	border: none;
	border-radius: 6px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 600;
}

.category-filter-bar .select2-container .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 4px;
	color: #3b82f6;
}

.category-filter-bar .select2-dropdown {
	min-width: 200px;
	margin-top: 4px;
	border: 1px solid #e5e7eb !important;
	border-radius: 10px !important;
	box-shadow: 0 10px 24px rgb(15 23 42 / 12%);
	overflow: hidden;
}

.category-filter-bar .select2-results ul.select2-results__options {
	display: block;
	max-height: 260px;
	padding: 6px;
}

.category-filter-bar .select2-results__option {
	margin: 0;
	padding: 8px 12px;
	border: none;
	border-radius: 6px;
	background: transparent;
	color: #334155;
	font-size: 14px;
}

.category-filter-bar .select2-results__option--highlighted[aria-selected],
.category-filter-bar .select2-results__option--highlighted[data-selected] {
	background: #eff6ff !important;
	color: #1d4ed8 !important;
}

.category-filter-bar .select2-results__option[aria-selected="true"],
.category-filter-bar .select2-results__option[data-selected="true"] {
	background: #dbeafe;
	color: #1e40af;
	font-weight: 600;
}

/* Filter đang chọn – lọc kết hợp */
.category-filter-bar__desktop {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.category-filter-bar__active {
	flex: 1 1 100%;
	min-width: 0;
}

.category-filter-bar__active:empty,
.category-filter-bar__active .widget_layered_nav_filters:empty {
	display: none;
}

.category-filter-bar .widget_layered_nav_filters ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-filter-bar .widget_layered_nav_filters .widget-title {
	display: none;
}

.category-filter-bar .widget_layered_nav_filters li.chosen a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.category-filter-bar .widget_layered_nav_filters li.chosen a::after {
	content: "×";
	font-size: 16px;
	line-height: 1;
	opacity: 0.75;
}

.category-filter-bar .widget_layered_nav_filters li.chosen a:hover {
	background: #dbeafe;
	border-color: #93c5fd;
}

.category-filter-bar__mobile .category-filter-bar__active {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Tên SP – H3 giữ style card */
.archive.tax-product_cat .product-small .product-title,
.archive.tax-product_tag .product-small .product-title,
.post-type-archive-product .product-small .product-title {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #1e293b;
}

.archive.tax-product_cat .product-small .product-title a,
.archive.tax-product_tag .product-small .product-title a,
.post-type-archive-product .product-small .product-title a {
	color: inherit;
}

.archive.tax-product_cat .shop-page-title .woocommerce-ordering,
.archive.tax-product_tag .shop-page-title .woocommerce-ordering {
	margin: 0;
}

.archive.tax-product_cat .shop-page-title .orderby,
.archive.tax-product_tag .shop-page-title .orderby {
	min-width: 180px;
	height: 38px;
	padding: 0 32px 0 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #334155;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.archive.tax-product_cat .custom-category-header,
.archive.tax-product_tag .custom-category-header {
	max-width: 1280px;
	margin: 0 auto;
	padding: 12px 15px 0;
}

/* Pagination – CellphoneS style */
.archive .woocommerce-pagination.cps-pagination {
	margin: 24px 0 8px;
}

.archive .woocommerce-pagination.cps-pagination .container {
	max-width: 100%;
	padding: 0;
}

.archive .cps-page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive .cps-page-numbers>li {
	margin: 0;
}

.archive .cps-page-numbers .page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #334155;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.archive .cps-page-numbers a.page-number:hover {
	border-color: #2563eb;
	color: #2563eb;
	background: #fff;
}

.archive .cps-page-numbers .page-number.current {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.archive .cps-page-numbers .cps-page-btn {
	gap: 6px;
	padding: 0 14px;
	font-weight: 600;
}

.archive .cps-page-numbers .cps-page-btn i {
	font-size: 16px;
	line-height: 1;
}

.archive .cps-page-numbers .dots {
	border: none;
	background: transparent;
	min-width: auto;
	padding: 0 4px;
}

.archive .product.product-small .badge-container {
	left: 10px
}

/* Trang cửa hàng + danh mục: card sản phẩm */

.product.product-small {
	margin-bottom: 10px;
	padding: 10px;
	background: #ffffff;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	transition: .3s;
}

/* Grid archive / SP liên quan – không áp section Bán Chạy homepage */
.archive .products>.product.product-small,
.single-product .tab-product-related .products>.product.product-small {
	max-width: calc((100% - 40px) / 5);
}

.archive .products>.product.product-small:not(:nth-of-type(5n)),
.single-product .tab-product-related .products>.product.product-small:not(:nth-of-type(5n)) {
	margin-right: 10px;
}

/* Cửa hàng / danh mục / SP liên quan: 4 cột – override rule /5 ở trên */
@media screen and (min-width: 850px) {

	.archive .category-products-col .products.large-columns-4>.product.product-small,
	.single-product .tab-product-related .product-section .row.large-columns-4>.product.product-small {
		-ms-flex-preferred-size: calc((100% - 30px) / 4) !important;
		flex-basis: calc((100% - 30px) / 4) !important;
		max-width: calc((100% - 30px) / 4) !important;
	}

	.archive .category-products-col .products.large-columns-4>.product.product-small:not(:nth-of-type(4n)),
	.single-product .tab-product-related .product-section .row.large-columns-4>.product.product-small:not(:nth-of-type(4n)) {
		margin-right: 10px;
	}

	.archive .category-products-col .products.large-columns-4>.product.product-small:nth-of-type(4n),
	.single-product .tab-product-related .product-section .row.large-columns-4>.product.product-small:nth-of-type(4n) {
		margin-right: 0;
	}
}

.product.product-small:hover {
	-webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 1;
}

/* Select2 pill layout – chỉ dùng ngoài filter bar (mô tả danh mục, v.v.) */
.term-description .select2-dropdown {
	min-width: 300px;
	top: 10px;
	box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
	border-radius: 10px !important;
	border: 1px solid #e5e7eb !important;
}

.term-description .select2-results ul.select2-results__options {
	display: flex;
	flex-wrap: wrap;
}

.term-description .select2-results ul.select2-results__options li.select2-results__option {
	margin: 5px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f3f4f6;
	color: #000;
}

.term-description .list-brand,
.term-description .filter-sidebar {
	padding-bottom: 0
}

/* Shop Sidebar / off-canvas filter mobile */
#shop-sidebar a,
#shop-sidebar a:hover {
	color: #000
}

.category-filter-offcanvas .widget,
#shop-sidebar.category-filter-offcanvas .widget {
	margin-bottom: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.category-filter-offcanvas h3.widget-title,
.category-filter-offcanvas span.widget-title,
#shop-sidebar.category-filter-offcanvas h3.widget-title,
#shop-sidebar.category-filter-offcanvas span.widget-title {
	display: block;
	margin: 0;
	padding: 10px 12px;
	background: #f8fafc;
	border-bottom: 1px solid #e5e7eb;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
}

.category-filter-offcanvas .woocommerce-widget-layered-nav-dropdown,
#shop-sidebar.category-filter-offcanvas .woocommerce-widget-layered-nav-dropdown {
	padding: 12px;
}

.category-filter-offcanvas .woocommerce-widget-layered-nav-dropdown__submit,
#shop-sidebar.category-filter-offcanvas .woocommerce-widget-layered-nav-dropdown__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	margin-top: 10px;
	padding: 0 14px;
	border: none;
	border-radius: 8px;
	background: #2563eb;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.category-filter-offcanvas .select2-results ul.select2-results__options,
#shop-sidebar.category-filter-offcanvas .select2-results ul.select2-results__options {
	display: block;
}

#shop-sidebar .widget {
	border: 1px solid #e1e1e1;
}

#shop-sidebar h3.widget-title,
#shop-sidebar span.widget-title {
	background: #e1e1e1;
	display: block;
	padding: 5px;
	font-size: 12px;
}

#shop-sidebar .woocommerce-widget-layered-nav-list {
	padding: 0 10px;
}

#shop-sidebar .price_slider_wrapper .price_slider {
	margin: 20px 10px
}

/* Phá»¥ kiá»‡n */
.phu-kien .col-inner {
	display: flex;
	flex-wrap: wrap;
}

.phu-kien a.plain {
	width: 10%;
	text-align: center;
	padding: 0 5px;
}

.phu-kien p {
	font-size: 14px
}

.phu-kien .icon-box-img img {
	padding-top: 0px
}

.phu-kien .icon-box {
	position: relative
}

.phu-kien .icon-box .icon-inner {
	height: 126px;
	border-radius: 10px;
	overflow: hidden;
}

.phu-kien .icon-box .icon-box-img {
	margin-top: 15px;
	margin-bottom: 5px
}

.phu-kien .icon-box .icon-box-text {
	position: absolute;
	top: 10px;
	width: 95px;
	left: 12px;
	color: #fff;
	text-align: left;
	font-weight: 700;
}

.phu-kien a.plain:hover {
	color: #fab200
}

.phu-kien .col-inner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1
}

.phu-kien a:nth-child(1) .icon-box .icon-inner {
	background: #FCA5A5
}

.phu-kien a:nth-child(2) .icon-box .icon-inner {
	background: #FDA4AF
}

.phu-kien a:nth-child(3) .icon-box .icon-inner {
	background: #F9A8D4
}

.phu-kien a:nth-child(4) .icon-box .icon-inner {
	background: #C4B5FD
}

.phu-kien a:nth-child(5) .icon-box .icon-inner {
	background: #A5B4FC
}

.phu-kien a:nth-child(6) .icon-box .icon-inner {
	background: #93C5FD
}

.phu-kien a:nth-child(7) .icon-box .icon-inner {
	background: #6EE7B7
}

.phu-kien a:nth-child(8) .icon-box .icon-inner {
	background: #FCD34D
}

.phu-kien a:nth-child(9) .icon-box .icon-inner {
	background: #FDBA74
}

.phu-kien a:nth-child(10) .icon-box .icon-inner {
	background: #D1D5DB
}

.phu-kien a:nth-child(11) .icon-box .icon-inner {
	background: #D1D5DB
}

.phu-kien a:nth-child(12) .icon-box .icon-inner {
	background: #FDBA74
}

.phu-kien a:nth-child(13) .icon-box .icon-inner {
	background: #FCD34D
}

.phu-kien a:nth-child(14) .icon-box .icon-inner {
	background: #6EE7B7
}

.phu-kien a:nth-child(15) .icon-box .icon-inner {
	background: #93C5FD
}

.phu-kien a:nth-child(16) .icon-box .icon-inner {
	background: #A5B4FC
}

.phu-kien a:nth-child(17) .icon-box .icon-inner {
	background: #C4B5FD
}

.phu-kien a:nth-child(18) .icon-box .icon-inner {
	background: #F9A8D4
}

.phu-kien a:nth-child(19) .icon-box .icon-inner {
	background: #FDA4AF
}

.phu-kien a:nth-child(20) .icon-box .icon-inner {
	background: #FCA5A5
}


/* Footer */
footer {
	font-size: 12px;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

footer a,
footer a:hover {
	color: #333
}

.footer-wrapper ul li {
	list-style: none;
	margin: 0;
	margin-left: 0
}

.back-to-top.active {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.back-to-top.active:hover {
	color: #fff
}

@media (max-width: 849px) {
	#top-link.back-to-top {
		bottom: 20px;
		right: 16px;
		width: 46px;
		height: 46px;
		min-height: 46px;
		line-height: 46px;
		z-index: 99990;
		border-color: var(--primary-color, #2563eb);
		background: #fff;
		box-shadow: 0 4px 16px rgba(15, 23, 42, 0.15);
		opacity: 0;
		pointer-events: none;
		transform: translateY(30%);
		transition: opacity 0.25s ease, transform 0.25s ease;
	}

	#top-link.back-to-top.active {
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: translateY(0) !important;
	}

	#top-link.back-to-top.active i {
		color: var(--primary-color, #2563eb);
		font-size: 22px;
	}
}

/* News – nhãn sidebar (nền primary) */
.post-sidebar .title-news,
.category-post-sidebar-inner .title-news,
.blog-category-sidebar .title-news {
	margin-bottom: 12px;
}

.post-sidebar .title-news .title-news-label,
.category-post-sidebar-inner .title-news .title-news-label,
.blog-category-sidebar .title-news .title-news-label {
	display: block;
	margin: 0;
	padding: 5px;
	background: var(--primary-color);
	color: #fff;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.4;
}

.title-news h3 {
	background: var(--primary-color);
	padding: 5px;
	color: #fff;
}

/* Blog category archive */
.blog-category-page-title {
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: none;
	padding: 12px 0;
}

@media (max-width: 849px) {
	.blog-category-page-title {
		padding-top: 92px;
		padding-bottom: 8px;
		position: relative;
		z-index: 10;
	}
}

.blog-category-page-title .blog-breadcrumb {
	margin: 0 0 8px;
	font-size: 12px;
	color: #64748b;
}

.blog-category-page-title .breadcrumb_last {
	font-weight: 600;
	color: #1e293b;
}

.blog-category-h1 {
	margin: 0;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1e293b;
	text-transform: none;
}

.area-news-content .blog-category-archive-list .blog-post-item-title {
	margin: 0 0 6px;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1e293b;
}

.blog-post-meta__sep {
	margin: 0 4px;
}

.blog-category-archive-list .blog-post-item-title a.plain,
.blog-category-archive-list .from_the_blog_excerpt a.plain {
	text-decoration: none;
	color: inherit;
}

.blog-category-archive-list .blog-post-meta a.blog-post-meta__author {
	position: relative;
	z-index: 3;
}

.blog-category-archive-list .post-item .box-blog-post {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.area-news-content .post-item .box-blog-post .box-image,
.post-sidebar .post-item .box-blog-post .box-image {
	flex: 0 0 40%;
	max-width: 40%;
	width: 40%;
}

.area-news-content .post-item .box-blog-post .box-image>a.plain,
.post-sidebar .post-item .box-blog-post .box-image>a.plain,
.blog-category-archive-list .post-item .box-blog-post .box-image>a.plain {
	display: block;
	width: 100%;
}

.blog-category-archive-list .post-item .box-blog-post .box-image {
	flex: 0 0 40%;
	max-width: 40%;
	width: 40% !important;
}

.blog-category-archive-list .post-item .box-blog-post .box-image .image-cover {
	border-radius: 8px;
	overflow: hidden;
}

.blog-category-archive-list .post-item .box-blog-post .box-image .image-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-category-archive-list .post-item .box-blog-post .box-text {
	flex: 1 1 auto;
	min-width: 0;
}

.blog-category-archive-list .post-item .box-blog-post .box-image+.box-text {
	padding-left: 24px;
}

.blog-post-meta__author-label {
	color: #64748b;
}

a.blog-post-meta__author {
	color: #64748b;
	text-decoration: none;
	transition: color 0.2s ease;
	cursor: pointer;
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

a.blog-post-meta__author:hover,
a.blog-post-meta__author:focus {
	color: #2563eb;
}

.single-post .entry-meta.single-post-meta .byline {
	display: inline;
	position: relative;
	z-index: 2;
}

.single-post .entry-meta.single-post-meta a.blog-post-meta__author {
	pointer-events: auto;
}

.blog-category-sidebar {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
}

.blog-category-sidebar .title-news {
	margin: -16px -16px 12px;
}

.blog-category-sidebar .blog-post-item-title {
	margin: 0 0 4px;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1e293b;
}

.blog-single-sidebar .blog-single-sidebar-list .post-item {
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-single-sidebar .blog-sidebar-list .post-item {
	padding-bottom: 0;
}

.blog-single-sidebar .blog-single-sidebar-list .post-item+.post-item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
}

.blog-single-sidebar .blog-single-sidebar-recently-read {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}

.blog-single-sidebar .blog-single-sidebar-recently-read .title-news {
	margin: -16px -16px 12px;
}

.blog-single-sidebar .blog-sidebar-list .post-item {
	margin-bottom: 0;
}

.blog-single-sidebar .blog-sidebar-list .post-item+.post-item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
}

.blog-single-sidebar .blog-post-item-title {
	margin: 0 0 4px;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1e293b;
}

.blog-sidebar-recently-read:empty {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.blog-sidebar-pagination {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
}

.blog-sidebar-pagination .page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.blog-sidebar-pagination .page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #fff;
	color: #334155;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.blog-sidebar-pagination button.page-number {
	appearance: none;
	font: inherit;
}

.blog-sidebar-pagination .page-number.current {
	background: var(--primary-color, #2563eb);
	border-color: var(--primary-color, #2563eb);
	color: #fff;
	font-weight: 600;
	cursor: default;
}

.blog-sidebar-pagination .page-number:not(.current):hover {
	border-color: var(--primary-color, #2563eb);
	color: var(--primary-color, #2563eb);
}

.blog-sidebar-pagination .cps-page-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
}

/* Blog archive – pagination cột trái (override Flatsome: không fill cả hàng khi hover) */
.blog-wrapper.blog-archive .area-news-content>ul.nav-pagination.links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 24px 0 8px;
	padding: 0;
}

.blog-wrapper.blog-archive .area-news-content>ul.nav-pagination.links>li {
	display: inline-flex;
	margin: 0 !important;
}

.blog-wrapper.blog-archive .area-news-content>ul.nav-pagination.links>li>a,
.blog-wrapper.blog-archive .area-news-content>ul.nav-pagination.links>li>span.page-number {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	width: auto !important;
	padding: 0 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #334155;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.blog-wrapper.blog-archive .area-news-content>ul.nav-pagination.links>li>a:hover {
	border-color: #2563eb;
	color: #2563eb;
	background: #fff !important;
}

.blog-wrapper.blog-archive .area-news-content>ul.nav-pagination.links>li>span.page-number.current {
	background: #2563eb !important;
	border-color: #2563eb;
	color: #fff;
}

.blog-wrapper.blog-archive .area-news-content>ul.nav-pagination.links>li>span.page-number.dots {
	border: none;
	background: transparent !important;
	min-width: auto;
	padding: 0 4px;
	cursor: default;
}

.blog-wrapper.blog-archive .area-news-content>ul.nav-pagination.links>li>span.page-number.dots:hover {
	color: #334155;
}

/* Trang lẻ & Liên hệ – toolbar breadcrumb + H1 */
.multi-vn-page-title {
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: none;
	padding: 12px 0;
}

.multi-vn-page-title .multi-vn-page-breadcrumb {
	margin: 0 0 8px;
	font-size: 12px;
	color: #64748b;
	text-transform: none;
	letter-spacing: 0;
}

.multi-vn-page-title .breadcrumb_last {
	font-weight: 600;
	color: #1e293b;
}

.multi-vn-page-h1 {
	margin: 0;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1e293b;
	text-transform: none;
}

@media (max-width: 849px) {
	.multi-vn-page-title {
		padding-top: 92px;
		padding-bottom: 8px;
		position: relative;
		z-index: 10;
	}
}

.page-template-page-blank .multi-vn-page-title+.content-area,
.page-template-page-blank .multi-vn-page-title~#content {
	padding-top: 0;
}

/* Trang lẻ (đồng bộ từ multi) */
.page-template-page-blank.multi-vn-synced-page .content-area {
	padding-top: 24px;
	padding-bottom: 48px;
}

.page-template-page-blank.multi-vn-synced-page .multi-vn-page-container {
	max-width: 80rem;
}

.page-template-page-blank .content-area h2:not(.multi-vn-contact-heading),
.page-template-page-blank .content-area h3 {
	margin-bottom: 0.75em;
	color: #1e293b;
}

.page-template-page-blank .content-area img {
	max-width: 100%;
	height: auto;
}

/* Desktop header – giỏ hàng */
@media (min-width: 850px) {
	.header-nav .cart-item .header-cart-link {
		color: #fff !important;
	}

	.header-nav .cart-item .header-cart-link:hover {
		opacity: 0.9;
	}

	.header-nav .cart-item .header-cart-title {
		display: none !important;
	}
}

/* Single blog post */
.single-post .single-post-breadcrumb {
	margin: 0 0 12px;
	font-size: 12px;
	color: #64748b;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
}

/* Blog category – header cố định chiều cao, không ẩn khi scroll (tránh giật layout) */
@media (max-width: 849px) {

	body.category .header.has-sticky .header-wrapper,
	body.category .header.sticky-fade .header-wrapper {
		transform: none !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	body.category .header-wrapper.stuck .header-main,
	body.category .header.active .header-wrapper .header-main {
		height: 80px !important;
		min-height: 80px !important;
	}
}

@media (min-width: 850px) {

	body.category .header-wrapper.stuck .header-main,
	body.category .header.show-on-scroll .header-main {
		height: 86px !important;
		min-height: 86px !important;
	}

	body.category .stuck #logo img,
	body.category .header.show-on-scroll #logo img {
		max-height: 86px !important;
	}
}

.single-post .single-post-breadcrumb a,
.single-post .single-post-breadcrumb .divider {
	color: #64748b;
	font-weight: 400;
}

.single-post .single-post-breadcrumb a:hover {
	color: #2563eb;
}

.single-post .single-post-breadcrumb .breadcrumb_last {
	font-weight: 600;
	color: #1e293b;
}

.single-post .entry-meta.single-post-meta {
	text-transform: none;
	letter-spacing: 0;
	color: #64748b;
	font-size: 13px;
}

.single-post .posted-on__published,
.single-post .posted-on__modified {
	display: inline;
}

/* Author box – cùng cột với nội dung bài (.entry-content trong .area-news-content) */
.single-post .area-news-content .entry-content .post-author-box {
	max-width: 100%;
	box-sizing: border-box;
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
	clear: both;
}

.single-post .entry-content .post-author-box__inner {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.single-post .entry-content .post-author-box__avatar {
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background: #f1f5f9;
}

.single-post .entry-content .post-author-box__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post .entry-content .post-author-box__avatar--initials {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dbeafe;
	color: #1d4ed8;
	font-size: 2rem;
	font-weight: 700;
}

.single-post .entry-content .post-author-box__content {
	flex: 1 1 auto;
	min-width: 0;
}

.single-post .entry-content .post-author-box__name {
	margin: 0 0 8px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0f172a;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.single-post .entry-content .post-author-box__name-link {
	color: inherit;
	text-decoration: none;
}

.single-post .entry-content .post-author-box__name-link:hover {
	color: #2563eb;
}

/* Trang tác giả – /tac-gia/slug/ */
.blog-author-page #main {
	background: #f8fafc;
}

.blog-author-page .page-title:not(.author-profile-hero),
.blog-author-page .shop-page-title:not(.author-profile-hero) {
	display: none;
}

.author-profile {
	padding-bottom: 56px;
}

.author-profile-hero {
	position: relative;
	padding: 28px 0 0;
	margin-bottom: 28px;
	overflow: hidden;
}

.author-profile-hero__bg {
	position: absolute;
	inset: 0 0 auto 0;
	height: 220px;
	background:
		radial-gradient(circle at top right, rgba(59, 130, 246, 0.28), transparent 42%),
		linear-gradient(135deg, #0f172a 0%, #1d4ed8 52%, #2563eb 100%);
}

.author-profile-hero__container {
	position: relative;
	z-index: 1;
}

.author-profile-hero .blog-author-breadcrumb {
	margin-bottom: 18px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px;
}

.author-profile-hero .blog-author-breadcrumb a,
.author-profile-hero .blog-author-breadcrumb .divider {
	color: rgba(255, 255, 255, 0.78);
}

.author-profile-hero .blog-author-breadcrumb a:hover {
	color: #fff;
}

.author-profile-hero .blog-author-breadcrumb .breadcrumb_last {
	color: #fff;
	font-weight: 600;
}

.author-profile-hero__panel {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 28px 32px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.author-profile-hero__avatar-wrap {
	flex: 0 0 auto;
}

.author-profile-hero__avatar {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	background: #f1f5f9;
	border: 3px solid #fff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

img.author-profile-hero__avatar {
	display: block;
	object-fit: cover;
	object-position: center top;
}

.author-profile-hero__avatar--initials {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
	color: #64748b;
	background: #f1f5f9;
}

.author-profile-hero__main {
	padding-top: 0;
}

.author-profile-hero__badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1d4ed8;
}

.author-profile-hero__name {
	margin: 0 0 14px;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.1;
	color: #0f172a;
	text-transform: uppercase;
}

.author-profile-hero__role {
	display: none;
}

.author-profile-hero__eyebrow {
	display: none;
}

.author-profile-hero__lead {
	margin: 0 0 22px;
	max-width: 760px;
	font-size: 1rem;
	line-height: 1.75;
	color: #475569;
}

.author-profile-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 24px;
}

.author-profile-stat {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	min-width: 88px;
	padding: 12px 16px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

.author-profile-stat strong {
	font-size: 1.5rem;
	line-height: 1;
	color: #0f172a;
}

.author-profile-stat span {
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.author-profile-socials,
.author-profile-hero__socials .author-profile-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.author-profile-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dbe3ee;
	color: #334155;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.author-profile-social:hover {
	color: #fff;
	background: #2563eb;
	border-color: #2563eb;
	transform: translateY(-2px);
}

.author-profile-social-zalo {
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
}

.author-profile-container {
	max-width: 1120px;
}

.author-profile-section {
	margin-bottom: 28px;
	padding: 28px 32px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.author-profile-section__head {
	margin-bottom: 20px;
}

.author-profile-section__head--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}

.author-profile-section__title {
	margin: 0 0 6px;
	font-size: 1.5rem;
	font-weight: 800;
	color: #0f172a;
}

.author-profile-section__subtitle {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #64748b;
}

.author-profile-about__content {
	font-size: 1rem;
	line-height: 1.85;
	color: #334155;
}

.author-profile-about__content p {
	margin-bottom: 1em;
}

.author-profile-about__content p:last-child {
	margin-bottom: 0;
}

.author-profile-writings__count {
	flex: 0 0 auto;
	padding: 8px 14px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.author-profile-writings__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.author-writing-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.author-writing-card:hover {
	transform: translateY(-4px);
	border-color: #bfdbfe;
	box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12);
}

.author-writing-card__thumb {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #eff6ff, #e2e8f0);
}

.author-writing-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.author-writing-card:hover .author-writing-card__thumb img {
	transform: scale(1.04);
}

.author-writing-card__thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(15, 23, 42, 0.04)),
		repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45) 8px, transparent 8px, transparent 16px);
}

.author-writing-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px 18px 20px;
}

.author-writing-card__date {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
}

.author-writing-card__title {
	margin: 0 0 10px;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.45;
}

.author-writing-card__title a {
	color: #0f172a;
	text-decoration: none;
}

.author-writing-card__title a:hover {
	color: #2563eb;
}

.author-writing-card__excerpt {
	margin: 0 0 14px;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #64748b;
}

.author-writing-card__more {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #2563eb;
	text-decoration: none;
}

.author-writing-card__more:hover {
	color: #1d4ed8;
}

.author-profile-pagination {
	margin-top: 24px;
	padding-top: 8px;
}

.author-profile-pagination ul.page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.author-profile-pagination li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.author-profile-pagination li>a.page-numbers,
.author-profile-pagination li>span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin: 0;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: #334155;
	text-decoration: none;
}

.author-profile-pagination .page-numbers.current,
.author-profile-pagination li>a.page-numbers:hover,
.author-profile-pagination li>span.page-numbers.current {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

@media (max-width: 991px) {
	.author-profile-hero__panel {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 20px;
		text-align: center;
	}

	.author-profile-hero__avatar-wrap {
		display: flex;
		justify-content: center;
	}

	.author-profile-hero__main {
		padding-top: 0;
	}

	.author-profile-hero__lead {
		margin-left: auto;
		margin-right: auto;
	}

	.author-profile-hero__meta {
		justify-content: center;
	}

	.author-profile-writings__grid {
		grid-template-columns: 1fr;
	}

	.author-profile-section {
		padding: 22px 18px;
	}

	.author-profile-section__head--split {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 549px) {
	.author-profile-hero {
		padding-top: 16px;
	}

	.author-profile-hero__bg {
		height: 160px;
	}

	.author-profile-hero__avatar {
		width: 120px;
		height: 120px;
	}
}

.single-post .entry-content .post-author-box__bio {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #64748b;
}

.single-post .entry-content .post-author-box__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f1f5f9;
}

.single-post .entry-content .post-author-box__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	color: #334155;
	background: #fff;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.single-post .entry-content .post-author-box__social:hover {
	border-color: var(--primary-color, #2563eb);
	color: var(--primary-color, #2563eb);
}

.single-post .entry-content .post-author-box__social-zalo {
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
}

@media (max-width: 549px) {
	.single-post .entry-content .post-author-box__inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.single-post .entry-content .post-author-box__socials {
		justify-content: center;
	}
}

.blog-category-sidebar .post-item+.post-item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
}

.unbox-news .post-item .box-blog-post,
.area-news-content .post-item .box-blog-post,
.post-sidebar .post-item .box-blog-post {
	display: flex;
}

.unbox-news .post-item .box-blog-post {
	margin-bottom: 25px;
}

.post-item .box-blog-post .box-text {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.unbox-news .post-item .box-image {
	width: 30% !important;
}

.unbox-news .post-item .box-text {
	width: 70%;
	padding: 0 10px 0 0
}

.post-sidebar .post-item .box-blog-post .box-image,
.unbox-news .post-item .box-blog-post .box-image {
	order: 2;
}

.blog-wrapper a:hover {
	color: #000
}

.area-news-content .post-item .box-blog-post .box-image+.box-text {
	padding-left: 30px;
}

.post-sidebar .post-item .box-blog-post .box-text {
	padding-right: 15px
}

.post-item .box-blog-post .box-text .post-meta:before {
	content: "\e01a";
	font-family: "fl-icons" !important;
	margin-right: 5px
}

.single .area-news-content>.title-news,
.footer-menu-mobile {
	display: none !important;
}

#shop-sidebar .is-divider,
.ux-timer span strong,
.ywar_review_row .ywar_rating_bar .ywar_perc_value,
.comment-form-rating label,
.commentlist .comment-respond .comment-form ul#uploadFileList,
.woo-related-products-container .configuration,
.woo-related-products-container .star-rating,
.woo-related-products-container .promotion,
.woo-related-products-container .text-count-review {
	display: none
}

#reviews_order {
	display: none !important;
}

/* News Sale */
.title-news-sale h3 {
	font-size: 30px;
}

.title-news-sale p {
	font-size: 18px;
	color: #555;
}

.stack img {
	max-height: 40px;
	width: auto
}

.main-menu-mobile::-webkit-scrollbar-track,
.main-menu-mobile::-webkit-scrollbar,
.main-menu-mobile::-webkit-scrollbar-thumb,
.list-menu-mobile::-webkit-scrollbar-track,
.list-menu-mobile::-webkit-scrollbar,
.list-menu-mobile::-webkit-scrollbar-thumb,
ul.nav-menu-mobile>li>ul.sub-menu::-webkit-scrollbar-track,
ul.nav-menu-mobile>li>ul.sub-menu::-webkit-scrollbar,
ul.nav-menu-mobile>li>ul.sub-menu::-webkit-scrollbar-thumb,
.menu-tab::-webkit-scrollbar-track,
.menu-tab::-webkit-scrollbar,
.menu-tab::-webkit-scrollbar-thumb,
.phu-kien::-webkit-scrollbar-track,
.phu-kien::-webkit-scrollbar,
.phu-kien::-webkit-scrollbar-thumb,
.brand-items::-webkit-scrollbar-track,
.brand-items::-webkit-scrollbar,
.brand-items::-webkit-scrollbar-thumb {
	display: none;
}

@media screen and (min-width:1024px) {

	/****** Laptop Category *****/
	.box_left {
		width: 220px !important;
		max-width: 220px !important
	}

	.box_right {
		width: calc(100% - (220px + 58.33333333%)) !important;
		max-width: calc(100% - (220px + 58.33333333%)) !important
	}

	.product-footer-left {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.content-product-footer-right {
		max-width: calc(100% - 830px);
		-ms-flex-preferred-size: calc(100% - 830px);
		flex-basis: calc(100% - 830px);
	}
}

@media screen and (min-width:850px) {
	.slider.row-slider .flickity-slider>.product.product-small {
		max-width: calc((100% - 40px) / 5);
		margin-bottom: 10px;
		padding: 10px;
		background: #ffffff;
		position: relative;
		border-radius: 10px;
		-webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
		box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
		transition: .3s;
	}
}

@media only screen and (max-width: 1024px) {
	li.header-search-form {
		width: 200px;
	}

	.product-main .content-row {
		width: 100%;
	}

	.product-info .woocommerce-variation-price del span.amount {
		left: 185px
	}

	.product.product-type-simple .product-footer-left .product-info form {
		width: 60%;
	}

	.product-info a.compare {
		display: none
	}

	.line-title-home {
		height: auto;
	}

	.phu-kien .icon-box .icon-inner {
		height: 100px;
	}
}

@media only screen and (max-width: 849px) {
	.header-main {
		height: 45px !important;
	}

	#logo {
		width: auto !important;
	}

	#logo img {
		max-height: 35px !important;
	}

	.home .header .header-wrapper,
	.home .header .header-bg-color {
		background-color: transparent;
	}

	.home .header-wrapper:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 250px;
		background: linear-gradient(#D70018, #FCA5A5);
		border-radius: 0 0 20px 20px;
		top: 0
	}

	#main {
		z-index: 30;
		padding-bottom: 0;
	}

	.header.active .header-wrapper,
	.header-wrapper.stuck {
		background-color: var(--primary-color);
		z-index: 999
	}

	#logo .header-logo-sticky,
	#logo .header-logo,
	#logo .header_logo.header-logo,
	.header-main #logo .header-logo-sticky,
	.header-main #logo .header-logo,
	.header-main #logo .header_logo.header-logo {
		display: none !important;
	}

	#logo .header-logo-dark,
	.header-main #logo .header-logo-dark {
		display: block !important;
	}

	.header.active .header-wrapper .header-main,
	.header-wrapper.stuck .header-main {
		height: 45px !important;
	}

	.header.active,
	.header-wrapper.stuck,
	.body-scroll-lock--active #header {
		z-index: 999
	}

	.header.active .header-wrapper,
	.header-wrapper.stuck {
		position: fixed;
		top: 0
	}

	.home .header.active .header-wrapper:after,
	.home .header-wrapper.stuck:after {
		display: none
	}

	#btnHeaderMenu {
		display: none !important;
	}

	input[type="email"],
	input[type="date"],
	input[type="search"],
	input[type="number"],
	input[type="text"],
	input[type="tel"],
	input[type="url"],
	input[type="password"],
	textarea,
	select,
	.select-resize-ghost,
	.select2-container .select2-choice,
	.select2-container .select2-selection {
		height: 33px
	}

	#btnHeaderMenu,
	.menu-item-has-children:after,
	.off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
		display: none
	}

	/* Menu Tab */
	.menu-tab {
		overflow-x: auto;
		display: block
	}

	.menu-tab ul {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		width: 100%;
		margin-bottom: 10px;
		background: #fff;
		box-shadow: none !important;
	}

	.menu-tab ul li {
		width: 16.6666%;
	}

	.menu-tab ul>li>a {
		padding: 5px 0px !important;
		text-align: center;
		flex-direction: column;
		display: flex;
		align-items: center;
		font-size: 12px !important;
	}

	.menu-tab ul li a img {
		width: 60px;
		height: 60px;
		background: #f5f5f5;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.menu-tab ul li:nth-child(1) a img {
		background: #FEE2E2
	}

	.menu-tab ulli:nth-child(2) a img {
		background: #FFEDD5
	}

	.menu-tab ul li:nth-child(3) a img {
		background: #FEF9C3
	}

	.menu-tab ul li:nth-child(4) a img {
		background: #ECFCCB
	}

	.menu-tab ul li:nth-child(5) a img {
		background: #D1FAE5
	}

	.menu-tab ul li:nth-child(6) a img {
		background: #CCFBF1
	}

	.menu-tab ul li:nth-child(7) a img {
		background: #E0F2FE
	}

	.menu-tab ul li:nth-child(8) a img {
		background: #E0E7FF
	}

	.menu-tab ul li:nth-child(9) a img {
		background: #EDE9FE
	}

	.menu-tab ul li:nth-child(10) a img {
		background: #CCFBF1
	}

	.menu-tab ul li:nth-child(11) a img {
		background: #FAE8FF
	}

	.menu-tab ul li:nth-child(12) a img {
		background: #FCE7F3
	}




	.swiper-slide img {
		height: auto
	}

	.product-infomation,
	.product-des {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-bottom: 0;
	}

	.content-product-page {
		flex-direction: column-reverse;
	}

	.content-product-page .content-product-footer-right,
	.content-product-page .product-footer-left {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.product-footer-left form.variations_form {
		display: block !important;
	}

	.product-footer-left .variations {
		width: 133%;
		margin-left: -33%;
		margin-top: 20px;
	}

	.product-footer-left .single_variation_wrap {
		margin-left: -35%;
		width: 135%;
	}

	.rank-review,
	.button-review {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	#cr_all_reviews_shortcode .cr-summaryBox-wrap .ivole-summaryBox {
		border-right: 0
	}

	.youtube-channel .flickity-prev-next-button.next {
		right: 40%;
	}

	.youtube-channel .flickity-prev-next-button.previous {
		left: 40%;
	}

	.product.product-type-simple .product-footer-left .product-info form {
		width: 100%;
		float: none;
	}

	.text-left .list-brand-items {
		text-align: left
	}

	.line-title-home {
		width: calc(100% - 30px);
		padding: 5px 0
	}

	.phone-home .list-product-home .row.row-small>.product-small.col:last-child {
		display: none
	}

	.shop-page-title .medium-flex-wrap {
		flex-flow: row;
	}

	.shop-page-title .medium-text-center {
		width: 50% !important;
		float: left !important;
		flex: auto;
	}

	.shop-page-title .page-title-inner .medium-text-center {
		text-align: right !important;
	}

	.shop-page-title .page-title-inner .flex-grow.medium-text-center {
		text-align: left !important;
	}

	.single-product .shop-page-title .medium-text-center {
		width: 100% !important;
	}

	.single-product .shop-page-title .medium-flex-wrap {
		flex-flow: column;
	}

	.archive .products>.product.product-small,
	.single-product .tab-product-related .products>.product.product-small {
		max-width: calc((100% - 20px) / 3);
	}

	.archive .products>.product.product-small:nth-of-type(5n),
	.single-product .tab-product-related .products>.product.product-small:nth-of-type(5n) {
		margin-right: 10px;
	}

	.archive .products>.product.product-small:nth-of-type(3n),
	.single-product .tab-product-related .products>.product.product-small:nth-of-type(3n) {
		margin-right: 0;
	}

	.tab-product-related .product.product-small:nth-of-type(3n) {
		margin-right: 10px;
	}

	.archive .shop-container .products {
		margin-left: 0;
		margin-right: 0
	}

	.archive.tax-product_cat .category-seo-col,
	.archive.tax-product_tag .category-seo-col {
		padding-right: 0;
	}

	.archive.tax-product_cat .category-post-sidebar-col--mobile,
	.archive.tax-product_tag .category-post-sidebar-col--mobile {
		margin-top: 24px;
		padding-left: 0;
	}

	.archive.tax-product_cat .category-bottom-row,
	.archive.tax-product_tag .category-bottom-row {
		margin-top: 20px;
		padding-top: 20px;
	}

	.archive .category-products-col .products.large-columns-4>.product.product-small {
		-ms-flex-preferred-size: calc((100% - 10px) / 2) !important;
		flex-basis: calc((100% - 10px) / 2) !important;
		max-width: calc((100% - 10px) / 2) !important;
	}

	.archive .category-products-col .products.large-columns-4>.product.product-small:not(:nth-of-type(2n)) {
		margin-right: 10px;
	}

	.archive .category-products-col .products.large-columns-4>.product.product-small:nth-of-type(2n) {
		margin-right: 0;
	}

	.single-product .tab-product-related .product.product-small {
		max-width: calc((100% - 10px) / 2);
	}

	.single-product .tab-product-related .product.product-small:not(:nth-of-type(2n)) {
		margin-right: 10px;
	}

	.single-product .tab-product-related .product.product-small:nth-of-type(2n) {
		margin-right: 0;
	}

	.archive .cps-page-numbers .page-number {
		min-width: 36px;
		height: 36px;
		font-size: 13px;
	}

	.archive .cps-page-numbers .cps-page-btn span:not(.screen-reader-text) {
		display: none;
	}

	.sticky-add-to-cart--active .quantity {
		display: none !important;
	}


	.tab-product-related .product-section:not(.related-products-wrapper) {
		overflow-x: auto;
		margin-left: -15px;
		margin-right: -15px;
	}

	.tab-product-related .product-section:not(.related-products-wrapper) h3.product-section-title {
		position: sticky;
		left: 15px;
		width: max-content;
		margin-left: 0;
	}

	.tab-product-related .product-section:not(.related-products-wrapper)>.row {
		flex-flow: row;
		max-width: unset;
		width: max-content;
		padding-left: 15px;
		padding-bottom: 10px;
	}

	.tab-product-related .product-section:not(.related-products-wrapper)>.row>.product.product-small {
		max-width: unset;
		width: 170px;
	}

	.tab-product-related .related-products-wrapper.product-section {
		overflow: visible;
		margin-left: 0;
		margin-right: 0;
	}

	.tab-product-related .related-products-wrapper .row-slider {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-bottom: 0;
	}

	/* Footer Menu Mobile */
	.footer-menu-mobile {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99999;
		display: block
	}

	.footer-menu-mobile ul.menu {
		border-radius: 0;
		display: flex;
		padding: 5px 0;
	}

	.footer-menu-mobile ul.menu>li {
		width: calc(100% / 5);
	}

	.footer-menu-mobile ul.menu>li>a {
		flex-flow: column;
		font-size: 12px !important;
		padding: 6px 0 !important;
		white-space: nowrap;
	}

	.footer-menu-mobile ul.menu>li>a img {
		filter: grayscale(1);
		margin-bottom: 5px;
		margin-right: 0
	}

	.footer-menu-mobile ul.menu>li>a:hover {
		color: var(--primary-color);
		font-size: 12px !important;
	}

	.footer-menu-mobile ul.menu>li>a:hover img {
		filter: grayscale(0);
		margin-right: 0;
		margin-bottom: 5px;
	}

	.has-off-canvas .footer-menu-mobile ul.menu>li>a.current-lightbox-clicked {
		opacity: 1 !important;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	body.body-scroll-lock--active .mfp-wrap {
		background: #00000080;
		top: 80px !important
	}

	body.body-scroll-lock--active .mfp-bg.mfp-ready {
		opacity: 0;
	}

	.banner-home {
		margin-top: 5px;
	}

	/* Footer */
	.footer-wrapper {
		box-shadow: none;
		box-shadow: none;
		position: fixed;
		top: 45px;
		z-index: 9999;
		background: #fff;
		width: 100%;
		height: 100%;
		overflow: auto;
		padding: 0 0 70px;
		display: none
	}

	.footer-wrapper.active {
		display: block
	}

	/* Footer – luôn hiển thị cuối trang (không dùng panel mobile ẩn) */
	#footer.footer-wrapper {
		display: block !important;
		position: static !important;
		top: auto !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		padding: 0 !important;
		z-index: auto !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:has(.multi-vn-footer-section),
	body.home {
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.footer-wrapper .icon-box-text a {
		font-size: 14px;
		color: var(--primary-color);
		font-weight: bold;
	}

	.footer-wrapper .ux-menu {
		padding: 10px;
		border-radius: 1rem;
		-webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
		box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
		font-size: 14px;
		margin-bottom: 30px;
	}

	.footer-wrapper .ux-menu .ux-menu-title {
		text-transform: none;
		font-size: 16px;
		min-height: auto;
	}

	.footer-wrapper .ux-menu .menu-item a {
		border: 0;
		position: relative;
	}

	.footer-wrapper .ux-menu .menu-item a i {
		position: absolute;
		right: 0;
		font-size: 18px;
	}


	.phu-kien .col-inner {
		width: 800px
	}

	.phu-kien a.plain {
		width: 80px;
	}

	.phu-kien .icon-box .icon-box-img {
		width: 70px !important;
	}

	.phu-kien .icon-box .icon-inner {
		height: 80px;
	}

	.phu-kien {
		overflow: auto;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.phu-kien .icon-box .icon-box-text {
		width: 60px;
		left: 10px;
	}

	.phu-kien p {
		font-size: 11px;
		line-height: 1;
	}

	.brand-items {
		text-align: left;
		margin-bottom: 5px;
		padding-bottom: 5px;
		overflow-x: auto;
	}

	.list-brand-items {
		overflow-x: scroll;
		width: max-content;
	}

	.home a.btn-read-more {
		margin-bottom: 0;
		margin-right: 0;
		float: right;
		position: absolute;
		right: 0;
		top: 0;
		min-height: auto;
		line-height: 1;
		color: #333;
	}

	.menu-mobile-header {
		padding: 5px 15px;
	}

	@media only screen and (max-width: 550px) {
		.product-container--multi .product-info .product-zalo-contacts {
			flex-direction: column;
		}

		.menu-mobile-header {
			padding: 5px 10px;
		}

		.container {
			padding-left: 10px;
			padding-right: 10px;
		}

		.sticky-add-to-cart--active .single_add_to_cart_button {
			width: auto !important;
			flex: 0 0 auto;
		}

		.sale-countdown .woo-sctr-shortcode-countdown-text-before {
			display: none !important
		}

		.phone-home .list-product-home .row.row-small>.product-small.col:last-child {
			display: block
		}

		.off-canvas-center .nav-sidebar.nav-vertical>li>a {
			padding-right: 2px;
			padding-left: 2px;
			font-size: 12px;
			font-weight: 600;
			color: #333;
		}

		.mfp-bg.off-canvas-center:not(.dark) {
			height: 260px !important;
			box-shadow: 0 0 3px;
			position: fixed !important;
		}

		.mfp-container {
			padding: 0;
		}

		.off-canvas .sidebar-menu {
			padding: 0;
		}


		.mySwiper .swiper-slide {
			font-size: 0
		}

		.mySwiper {
			height: 1%
		}

		.mySwiper2 {
			height: 99%
		}

		.mySwiper .swiper-slide:before {
			position: absolute;
			content: '';
			width: 100%;
			height: 2px;
			background: #e1e1e1;
			left: 0;
			bottom: 0;
		}

		.row-slider .flickity-prev-next-button svg {
			padding: 20% !important;
		}

		.product-info.summary .quantity input[type="number"] {
			width: 40px;
		}

		.product-footer-left,
		.product-footer-right {
			max-width: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
		}

		.product-footer-left .product-info .woocommerce-variation-price del span.amount {
			top: 45px;
		}

		.product-footer-left .product-info .woocommerce-variation-price ins span.amount {
			top: 40px;
		}

		.product-footer-left .single_variation_wrap {
			margin-left: -52%;
			width: 150%;
		}

		.product-footer-left .variations {
			margin-left: -52%;
			width: 150%;
			margin-top: 45px;
		}

		.sticky-add-to-cart--active {
			font-size: 13px;
		}

		.sticky-add-to-cart--active .sticky-add-to-cart__product img {
			margin-right: 0
		}

		.button-review {
			margin-bottom: 15px
		}

		.menu-mobile ul.menu {
			width: 120%
		}

		.list-phu-kien {
			width: calc(100% - 30px);
			overflow: hidden;
		}

		.pk-home .list-brand-items {
			text-align: right;
		}

		.hotsale-text h3 {
			margin-left: 0
		}

		.inner-flex-middle .col-inner .list-brand-items {
			padding-right: 0
		}

		.area-news-content .box-vertical .box-image,
		.post-sidebar .box-vertical .box-image {
			width: 45% !important;
		}

		.blog-category-archive-list .post-item .box-blog-post .box-image {
			flex: 0 0 45%;
			max-width: 45%;
			width: 45% !important;
		}

		.area-news-content .post-item .box-blog-post .box-image+.box-text {
			padding-left: 10px;
		}

		.blog-category-archive-list .post-item .box-blog-post .box-image+.box-text {
			padding-left: 10px;
		}

		.blog-wrapper .box-text .from_the_blog_excerpt {
			display: none
		}

		.product-main .header-title {
			flex-direction: column;
		}

		.product-info .price ins span.amount {
			font-size: 24px;
		}

		.row.row-small .product-small .price-wrapper .price {
			flex-direction: column;
			align-items: flex-start;
		}

		.product-info .price del>span:not(.amount) {
			display: none
		}

		.archive .products>.product.product-small,
		.single-product .tab-product-related .products>.product.product-small {
			max-width: calc((100% - 10px) / 2);
		}

		.archive .products>.product.product-small:nth-of-type(3n),
		.single-product .tab-product-related .products>.product.product-small:nth-of-type(3n) {
			margin-right: 10px;
		}

		.archive .products>.product.product-small:nth-of-type(2n),
		.single-product .tab-product-related .products>.product.product-small:nth-of-type(2n) {
			margin-right: 0;
		}

		.tab-product-related .product.product-small:nth-of-type(2n) {
			margin-right: 10px;
		}


	}

	@media only screen and (max-width: 420px) {
		.sticky-add-to-cart--active .single_add_to_cart_button {
			padding: 0 8px;
		}

		.sticky-add-to-cart--active .buy_now_button {
			padding: 0 8px;
		}

		button.single_add_to_cart_button,
		button.buy_now_button {
			width: 48%;
		}

		.sticky-add-to-cart--active button.single_add_to_cart_button,
		.sticky-add-to-cart--active button.buy_now_button {
			width: auto !important;
		}
	}

	@media only screen and (max-width: 320px) {
		.buy_now_button {
			padding: 0 15px;
		}

		.sticky-add-to-cart--active .single_add_to_cart_button {
			padding: 5px 2px
		}

		.product-info.summary .sticky-add-to-cart--active .quantity .button {
			width: 25px
		}

		.item-linked-product,
		.item-linked-product strong,
		.ux-swatch {
			font-size: 12px
		}

		.ux-swatch:nth-of-type(2n) {
			margin-right: 0;
		}

		.ux-swatch {
			width: calc((100% / 2) - 5px);
		}

		.ux-swatch:nth-of-type(3n) {
			margin-right: 10px
		}

		.product-container--multi .product-zalo-card {
			flex: 1 1 100%;
		}

		.product-container--multi .product-info .header-title h1 {
			font-size: 20px;
		}

		.product-container--multi .product-info .price-wrapper .price ins span.amount {
			font-size: 22px;
		}
	}
}

/* MULTI VN – font Inter (khớp index.html font-sans) */
.multi-vn-hero-slider,
.multi-vn-about-section,
.multi-vn-ac-types-section,
.multi-vn-bestseller-section,
.multi-vn-daikin-section,
.multi-vn-process-section,
.multi-vn-values-section,
.multi-vn-gallery-section,
.multi-vn-blog-section,
.multi-vn-contact-section,
.multi-vn-footer-section {
	font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
}

/* MULTI VN Hero Slider (from index.html) */
.multi-vn-hero-slider.slider-wrapper {
	margin-bottom: 0 !important;
}

.multi-vn-hero-slider .banner {
	min-height: 600px;
}

.multi-vn-hero-slider .banner-inner {
	min-height: 80vh;
}

.multi-vn-hero-slider .banner .banner-layers {
	display: block !important;
	height: 100% !important;
	min-height: inherit;
	overflow: visible !important;
	z-index: 2 !important;
}

.multi-vn-hero-slider .banner .overlay {
	z-index: 1 !important;
	pointer-events: none;
}

/* Ghi đè Flatsome: căn giữa text-box (live page dùng .text-box.banner-layer, không có .hero-text-box) */
.multi-vn-hero-slider .banner .banner-layers>.text-box,
.multi-vn-hero-slider .banner .banner-layers>.text-box.hero-text-box,
.multi-vn-hero-slider .banner .banner-layers>.hero-text-box {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%) !important;
	width: 90% !important;
	max-width: 56rem;
	margin: 0 !important;
	z-index: 10 !important;
}

.multi-vn-hero-slider .banner .text-box.lg-x50,
.multi-vn-hero-slider .banner .text-box.lg-y50,
.multi-vn-hero-slider .banner .text-box.x50,
.multi-vn-hero-slider .banner .text-box.y50,
.multi-vn-hero-slider .banner .text-box.md-x50,
.multi-vn-hero-slider .banner .text-box.md-y50,
.multi-vn-hero-slider .banner .text-box.hero-text-box.lg-x50,
.multi-vn-hero-slider .banner .text-box.hero-text-box.lg-y50,
.multi-vn-hero-slider .banner .text-box.hero-text-box.x50,
.multi-vn-hero-slider .banner .text-box.hero-text-box.y50,
.multi-vn-hero-slider .banner .text-box.hero-text-box.md-x50,
.multi-vn-hero-slider .banner .text-box.hero-text-box.md-y50 {
	left: 50% !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%) !important;
}

.multi-vn-hero-slider .banner .text-box .text-inner,
.multi-vn-hero-slider .banner .text-box .text-box-content,
.multi-vn-hero-slider .banner .text-box .text {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}

.multi-vn-hero-slider .banner .bg {
	opacity: 0.7;
	mix-blend-mode: overlay;
}

.multi-vn-hero-slider .banner .overlay {
	background: linear-gradient(to top, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.12) 55%, transparent 100%) !important;
	opacity: 1 !important;
}

.multi-vn-hero-slider .hero-badge {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 24px;
	background: #2563eb;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	border-radius: 999px;
	text-transform: uppercase;
}

.multi-vn-hero-slider .hero-title,
.multi-vn-hero-slider h2.hero-title,
.multi-vn-hero-slider .text.dark .hero-title,
.multi-vn-hero-slider .text.dark h2.hero-title,
.multi-vn-hero-slider .text-box-content.text.dark .hero-title,
.multi-vn-hero-slider .text-box-content.text.dark h2.hero-title {
	font-size: clamp(1.75rem, 5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.1;
	color: #fff !important;
	margin: 0 0 24px;
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.45);
}

.multi-vn-hero-slider .hero-title strong,
.multi-vn-hero-slider h2.hero-title strong {
	color: inherit !important;
	font-weight: inherit;
}

.multi-vn-hero-slider .hero-desc,
.multi-vn-hero-slider .text.dark .hero-desc,
.multi-vn-hero-slider .text-box-content.text.dark .hero-desc {
	font-size: clamp(1rem, 2vw, 1.25rem);
	color: #e2e8f0 !important;
	max-width: 42rem;
	margin: 0 auto 40px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.35);
}

.multi-vn-hero-slider .text-box .button,
.multi-vn-hero-slider .text-box .button.white {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	background: #fff !important;
	color: #0f172a !important;
	border-color: #fff !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	line-height: 1 !important;
	min-height: 52px !important;
	padding: 16px 32px !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
	text-transform: none !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;
}

.multi-vn-hero-slider .text-box .button span {
	display: inline-flex !important;
	align-items: center !important;
	color: #0f172a !important;
	line-height: 1 !important;
}

.multi-vn-hero-slider .text-box .button:hover,
.multi-vn-hero-slider .text-box .button.white:hover {
	background: #eff6ff !important;
	border-color: #eff6ff !important;
	color: #0f172a !important;
	transform: none !important;
}

/* Nav arrows – khóa vị trí, chặn .slider-nav-circle cũ nhảy khi hover */
.multi-vn-hero-slider .flickity-prev-next-button,
.multi-vn-hero-slider.slider-nav-reveal .flickity-prev-next-button,
.multi-vn-hero-slider.slider-nav-circle .flickity-prev-next-button,
.multi-vn-hero-slider.slider-nav-circle:hover .flickity-prev-next-button,
.multi-vn-hero-slider .flickity-prev-next-button:hover {
	background: rgba(255, 255, 255, 0.2) !important;
	backdrop-filter: blur(8px);
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	border-radius: 50% !important;
	top: 50% !important;
	bottom: auto !important;
	margin: -24px 0 0 0 !important;
	padding: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
	box-shadow: none !important;
	transition: opacity 0.3s ease, background-color 0.3s ease !important;
}

.multi-vn-hero-slider .flickity-prev-next-button {
	opacity: 0;
	pointer-events: none;
}

.multi-vn-hero-slider:hover .flickity-prev-next-button {
	opacity: 1;
	pointer-events: auto;
}

.multi-vn-hero-slider .flickity-prev-next-button:hover {
	background: rgba(255, 255, 255, 0.4) !important;
}

.multi-vn-hero-slider .flickity-prev-next-button.previous,
.multi-vn-hero-slider.slider-nav-reveal .flickity-prev-next-button.previous,
.multi-vn-hero-slider.slider-nav-circle .flickity-prev-next-button.previous,
.multi-vn-hero-slider.slider-nav-circle:hover .flickity-prev-next-button.previous,
.multi-vn-hero-slider .flickity-prev-next-button.previous:hover {
	left: 24px !important;
	right: auto !important;
}

.multi-vn-hero-slider .flickity-prev-next-button.next,
.multi-vn-hero-slider.slider-nav-reveal .flickity-prev-next-button.next,
.multi-vn-hero-slider.slider-nav-circle .flickity-prev-next-button.next,
.multi-vn-hero-slider.slider-nav-circle:hover .flickity-prev-next-button.next,
.multi-vn-hero-slider .flickity-prev-next-button.next:hover {
	right: 24px !important;
	left: auto !important;
}

.multi-vn-hero-slider .flickity-prev-next-button svg,
.multi-vn-hero-slider .flickity-prev-next-button:hover svg {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	margin: 0 !important;
	padding: 30% !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	fill: #fff !important;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
}

/* Giữ rotate(180) của Flickity trên path – không đặt transform cho .arrow */
.multi-vn-hero-slider .flickity-prev-next-button .arrow,
.multi-vn-hero-slider .flickity-prev-next-button:hover .arrow {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	fill: #fff !important;
}

.multi-vn-hero-slider .flickity-page-dots {
	bottom: 32px;
}

.multi-vn-hero-slider .flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.4);
	opacity: 1;
	transition: width 0.3s, background 0.3s;
}

.multi-vn-hero-slider .flickity-page-dots .dot.is-selected {
	width: 32px;
	border-radius: 4px;
	background: #fff;
}

/* Slide 2+ không hiện text: Flatsome [data-animate] mặc định opacity:0, waypoint không chạy khi slide ẩn */
.multi-vn-hero-slider [data-animate],
.multi-vn-hero-slider.slider-type-fade .flickity-slider>.banner [data-animate],
.multi-vn-hero-slider.slider-type-fade .flickity-slider>.banner.is-selected [data-animate] {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	-webkit-animation: none !important;
	animation: none !important;
}

.multi-vn-hero-slider .hero-text-box,
.multi-vn-hero-slider .hero-text-box .text-box-content,
.multi-vn-hero-slider .hero-text-box .text-inner,
.multi-vn-hero-slider .hero-badge,
.multi-vn-hero-slider .hero-title,
.multi-vn-hero-slider .hero-desc {
	opacity: 1 !important;
	visibility: visible !important;
}

.multi-vn-hero-slider.slider-type-fade .flickity-viewport {
	height: 100% !important;
}

.multi-vn-hero-slider.slider-type-fade .flickity-slider>.banner {
	width: 100% !important;
	height: 100% !important;
}

.multi-vn-hero-slider.slider-type-fade .flickity-slider>.banner.is-selected {
	opacity: 1 !important;
	z-index: 2 !important;
}

/* Header Button 1 – Customize → Header → Buttons */
.header-nav .header-button,
.header-nav .header-button-1,
.header-nav li.html.header-button-1 {
	display: flex !important;
	align-items: center !important;
}

.header-nav .header-button .button,
.header-nav .header-button-1 .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 10px 24px !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	min-height: 40px !important;
	border-radius: 999px !important;
	white-space: nowrap;
	text-transform: none !important;
	box-sizing: border-box !important;
}

.header-nav .header-button .button.primary,
.header-nav .header-button-1 .button.primary {
	background: #2563eb !important;
	border-color: #2563eb !important;
	color: #fff !important;
}

.header-nav .header-button .button.primary:hover,
.header-nav .header-button-1 .button.primary:hover {
	background: #1d4ed8 !important;
	border-color: #1d4ed8 !important;
	color: #fff !important;
}

.header-nav .header-button .button span,
.header-nav .header-button-1 .button span {
	display: inline-flex !important;
	align-items: center !important;
	color: inherit !important;
	line-height: 1 !important;
}

/* MULTI VN – Mobile header thống nhất toàn site (fixed, trắng, h-20) */
@media (max-width: 849px) {

	.header .header-wrapper,
	.header.active .header-wrapper,
	.header-wrapper.stuck,
	.header .header-bg-color.fill {
		background-color: #fff !important;
		border-bottom: 1px solid #e2e8f0;
		box-shadow: none !important;
	}

	.header-wrapper:after {
		display: none !important;
	}

	#header {
		position: relative;
		z-index: 1000;
	}

	.header-wrapper {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 1000 !important;
		pointer-events: auto !important;
	}

	.header-bg-container,
	.header-bg-image,
	.header-bg-color {
		pointer-events: none !important;
	}

	.header-main,
	.header.active .header-wrapper .header-main,
	.header-wrapper.stuck .header-main {
		height: 80px !important;
		min-height: 80px !important;
		position: relative;
		z-index: 2;
		pointer-events: auto !important;
	}

	.header-main .header-inner {
		align-items: center !important;
		min-height: 80px;
		padding-left: 16px;
		padding-right: 16px;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.header-main .header-inner>.flex-col:nth-child(2),
	.header-main #btnHeaderMenu,
	.header-main-menu {
		display: none !important;
		pointer-events: none !important;
	}

	.header-main .hide-for-medium {
		display: none !important;
		pointer-events: none !important;
	}

	.header-main .show-for-medium {
		display: none;
	}

	.header-main .show-for-medium.flex-left {
		display: none !important;
	}

	.header-main .show-for-medium.flex-right,
	.header-main .flatsome-child-mobile-search {
		display: flex !important;
	}

	.header-main .show-for-medium.flex-right {
		align-items: center !important;
		margin-left: 0;
		flex: 0 0 auto;
		gap: 2px;
	}

	.header-main .flatsome-child-mobile-search {
		flex: 1 1 auto;
		min-width: 0;
		margin: 0 8px;
		align-items: center;
		pointer-events: auto !important;
	}

	.header-main .flatsome-child-mobile-search .searchform,
	.header-main .flatsome-child-mobile-search form.ux-search-form {
		width: 100%;
		margin: 0;
	}

	.header-main .flatsome-child-mobile-search input[type="search"],
	.header-main .flatsome-child-mobile-search .search-field {
		box-shadow: none !important;
		border: 1px solid #e2e8f0;
		border-radius: 8px 0 0 8px;
		font-size: 13px;
		height: 36px;
		min-height: 36px;
		padding: 0 10px;
		background: #f8fafc;
	}

	.header-main .flatsome-child-mobile-search button.ux-search-submit,
	.header-main .flatsome-child-mobile-search .submit-button {
		min-height: 36px;
		height: 36px;
		border-radius: 0 8px 8px 0 !important;
		padding: 0 10px;
	}

	.header-main .show-for-medium.flex-right .cart-item .header-cart-link {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0 !important;
		color: #475569 !important;
	}

	.header-main .show-for-medium.flex-right .cart-item .icon-shopping-bag,
	.header-main .show-for-medium.flex-right .cart-item .icon-shopping-basket,
	.header-main .show-for-medium.flex-right .cart-item .icon-shopping-cart {
		font-size: 22px;
		line-height: 1;
	}

	.header-main .show-for-medium.flex-right .cart-item .header-cart-title {
		display: none !important;
	}

	.header-main .show-for-medium.flex-right .mobile-nav {
		margin: 0;
	}

	.header-main .show-for-medium.flex-right .nav-icon {
		position: relative;
		z-index: 5;
		pointer-events: auto !important;
	}

	.header-main .show-for-medium.flex-right .nav-icon>a {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0 !important;
		position: relative;
		z-index: 6;
		pointer-events: auto !important;
		cursor: pointer;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	.header-main .show-for-medium.flex-right .icon-menu {
		font-size: 24px;
		line-height: 1;
		pointer-events: none;
	}

	.header-main #logo {
		flex: 0 0 auto;
		max-width: none;
		margin-right: 0;
		order: 1;
	}

	.header-main .flatsome-child-mobile-search {
		order: 2;
	}

	.header-main .show-for-medium.flex-right {
		order: 3;
	}

	.header-main #logo img {
		max-height: 40px !important;
		padding: 0 !important;
		width: auto;
	}

	.header-main #logo .header-logo-sticky,
	.header-main #logo .header-logo,
	.header-main #logo .header_logo.header-logo,
	.header .header-wrapper .header-logo-sticky,
	.header-wrapper .header-logo-sticky,
	.header.active .header-wrapper .header-logo-sticky,
	.header-wrapper.stuck .header-logo-sticky {
		display: none !important;
	}

	.header-main #logo .header-logo-dark,
	.header .header-wrapper .header-logo-dark,
	.header-wrapper .header-logo-dark,
	.header.active .header-wrapper .header-logo-dark,
	.header-wrapper.stuck .header-logo-dark {
		display: block !important;
	}

	.nav>li>a>i.icon-menu,
	.mobile-nav a,
	.mobile-nav>.nav-icon>a {
		color: #475569 !important;
	}

	#main,
	.single #main {
		padding-top: 80px;
		z-index: 1;
	}

	.archive.tax-product_cat #wrapper,
	.archive.tax-product_tag #wrapper,
	.post-type-archive-product #wrapper,
	.archive.tax-product_cat #main,
	.archive.tax-product_tag #main,
	.post-type-archive-product #main {
		padding: 0;
	}

	/* Blog category & trang lẻ: toolbar đã offset header; #main không cần thêm padding-top */
	.category #main,
	.multi-vn-synced-page #main,
	body:has(.multi-vn-page-title) #main {
		padding-top: 0;
	}

	.blog-category-page-title .page-title-inner .flex-grow.medium-text-center,
	.multi-vn-page-title .page-title-inner .flex-grow.medium-text-center {
		width: 100% !important;
		float: none !important;
		text-align: left !important;
	}

	.menu-mobile-section,
	.menu-mobile-section.active {
		display: none !important;
	}

	/* Off-canvas menu-main – cùng menu desktop */
	.mfp-off-canvas-left .mfp-content,
	.mfp-off-canvas-left.main-menu-overlay .mfp-content {
		width: min(92vw, 340px) !important;
		max-width: min(92vw, 340px) !important;
	}

	#main-menu.mobile-sidebar {
		width: 100%;
		max-width: 100%;
	}

	#main-menu .sidebar-menu {
		padding: 16px 0 28px;
	}

	.flatsome-child-mobile-menu .menu,
	.flatsome-child-mobile-menu ul.menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.flatsome-child-mobile-menu .menu>li,
	.flatsome-child-mobile-menu ul.menu>li {
		margin: 0;
	}

	.flatsome-child-mobile-menu .menu>li>a,
	.flatsome-child-mobile-menu ul.menu>li>a {
		display: block;
		padding: 18px 22px;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.45;
		color: #1e293b;
		text-decoration: none;
		border-bottom: 1px solid #e2e8f0;
		white-space: normal;
	}

	.flatsome-child-mobile-menu .menu>li:first-child>a,
	.flatsome-child-mobile-menu ul.menu>li:first-child>a {
		border-top: 1px solid #e2e8f0;
	}

	.flatsome-child-mobile-menu .sub-menu,
	.flatsome-child-mobile-menu ul.sub-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		background: #f8fafc;
	}

	.flatsome-child-mobile-menu .sub-menu a,
	.flatsome-child-mobile-menu ul.sub-menu a {
		display: block;
		padding: 14px 22px 14px 34px;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.45;
		color: #334155;
		border-bottom: 1px solid #e2e8f0;
	}

	.flatsome-child-mobile-menu .menu img,
	.flatsome-child-mobile-menu ul.menu img {
		width: 44px;
		height: 44px;
		margin-bottom: 6px;
	}

	.flatsome-child-mobile-menu-info {
		padding: 16px 20px;
		margin-bottom: 8px;
		background: #f8fafc;
		border-bottom: 1px solid #e2e8f0;
	}

	.flatsome-child-mobile-menu-hotline {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 12px;
		color: #1e293b !important;
		font-size: 0.875rem;
		text-decoration: none;
	}

	.flatsome-child-mobile-menu-hotline i {
		color: #2563eb;
		font-size: 1.125rem;
	}

	.flatsome-child-mobile-menu-hotline strong {
		color: #2563eb;
		font-weight: 700;
	}

	.flatsome-child-mobile-menu-cta {
		margin: 0 !important;
		border-radius: 10px !important;
		font-weight: 700 !important;
	}

	body.home .multi-vn-hero-slider.slider-wrapper {
		margin-top: 0 !important;
	}
}

/* MULTI VN – Spacing chung (khớp index.html py-24, max-w-7xl, gap) */
.multi-vn-about-section,
.multi-vn-ac-types-section,
.multi-vn-bestseller-section,
.multi-vn-daikin-section,
.multi-vn-process-section,
.multi-vn-values-section,
.multi-vn-gallery-section,
.multi-vn-blog-section {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
}

.multi-vn-contact-section {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
}

.multi-vn-about-section>.section-content,
.multi-vn-ac-types-section>.section-content,
.multi-vn-bestseller-section>.section-content,
.multi-vn-daikin-section>.section-content,
.multi-vn-process-section>.section-content,
.multi-vn-values-section>.section-content,
.multi-vn-gallery-section>.section-content,
.multi-vn-blog-section>.section-content,
.multi-vn-contact-section>.section-content {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.multi-vn-about-section .row.row-large,
.multi-vn-ac-types-section .row.row-large,
.multi-vn-bestseller-section .row.row-large,
.multi-vn-daikin-section .row.row-large,
.multi-vn-process-section .row.row-large,
.multi-vn-values-section .row.row-large,
.multi-vn-gallery-section .row.row-large,
.multi-vn-blog-section .row.row-large,
.multi-vn-contact-section .row.row-large {
	max-width: 100%;
}

.multi-vn-about-section .col,
.multi-vn-ac-types-section .col,
.multi-vn-bestseller-section .col,
.multi-vn-daikin-section .col,
.multi-vn-process-section .col,
.multi-vn-values-section .col,
.multi-vn-gallery-section .col:not(.gallery-col),
.multi-vn-blog-section .col:not(.post-item),
.multi-vn-contact-section .col {
	padding-top: 0;
	padding-bottom: 0;
}

/* Flatsome: .col-inner { padding:15px } + #row-xxx > .col > .col-inner từ UX Builder */
.multi-vn-about-section .multi-vn-row>.col>.col-inner,
.multi-vn-ac-types-section .multi-vn-row>.col>.col-inner,
.multi-vn-bestseller-section .multi-vn-row>.col>.col-inner,
.multi-vn-daikin-section .multi-vn-row>.col>.col-inner,
.multi-vn-process-section .multi-vn-row>.col>.col-inner,
.multi-vn-values-section .multi-vn-row>.col>.col-inner,
.multi-vn-gallery-section .multi-vn-row>.col>.col-inner,
.multi-vn-blog-section .multi-vn-row>.col>.col-inner,
.multi-vn-contact-section .multi-vn-row>.col>.col-inner,
.multi-vn-about-section [id^="row-"]>.col>.col-inner,
.multi-vn-ac-types-section [id^="row-"]>.col>.col-inner,
.multi-vn-bestseller-section [id^="row-"]>.col>.col-inner,
.multi-vn-daikin-section [id^="row-"]>.col>.col-inner,
.multi-vn-process-section [id^="row-"]>.col>.col-inner,
.multi-vn-values-section [id^="row-"]>.col>.col-inner,
.multi-vn-gallery-section [id^="row-"]>.col>.col-inner,
.multi-vn-blog-section [id^="row-"]>.col>.col-inner,
.multi-vn-contact-section [id^="row-"]>.col>.col-inner {
	padding: 0 !important;
}

.multi-vn-about-section .col,
.multi-vn-bestseller-section .col {
	padding-left: 12px;
	padding-right: 12px;
}

.multi-vn-ac-types-section .col:not(.multi-vn-ac-type-col) {
	padding-left: 16px;
	padding-right: 16px;
}

.multi-vn-about-section .row+.row {
	margin-top: 48px;
}

.multi-vn-ac-types-section .row+.row,
.multi-vn-bestseller-section .row+.row,
.multi-vn-daikin-section .row+.row,
.multi-vn-process-section .row+.row,
.multi-vn-gallery-section .row+.row,
.multi-vn-blog-section .row+.row {
	margin-top: 64px;
}

.multi-vn-gallery-section .multi-vn-gallery-cta-row.row {
	margin-top: 48px !important;
}

.multi-vn-hero-slider.slider-wrapper {
	margin-bottom: 0 !important;
}

@media (max-width: 849px) {

	.multi-vn-about-section,
	.multi-vn-ac-types-section,
	.multi-vn-bestseller-section,
	.multi-vn-daikin-section,
	.multi-vn-process-section,
	.multi-vn-values-section,
	.multi-vn-gallery-section,
	.multi-vn-blog-section {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.multi-vn-about-section>.section-content,
	.multi-vn-ac-types-section>.section-content,
	.multi-vn-bestseller-section>.section-content,
	.multi-vn-daikin-section>.section-content,
	.multi-vn-process-section>.section-content,
	.multi-vn-values-section>.section-content,
	.multi-vn-gallery-section>.section-content,
	.multi-vn-blog-section>.section-content,
	.multi-vn-footer-section>.section-content {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	/* Gỡ padding chồng Flatsome row-large / col trên mobile – chỉ giữ 12px ở section-content */
	.multi-vn-about-section .row.row-large,
	.multi-vn-ac-types-section .row.row-large,
	.multi-vn-bestseller-section .row.row-large,
	.multi-vn-daikin-section .row.row-large,
	.multi-vn-process-section .row.row-large,
	.multi-vn-values-section .row.row-large,
	.multi-vn-gallery-section .row.row-large,
	.multi-vn-blog-section .row.row-large,
	.multi-vn-footer-section .row.row-large {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.multi-vn-about-section .row.row-large>.col,
	.multi-vn-ac-types-section .row.row-large>.col,
	.multi-vn-bestseller-section .row.row-large>.col,
	.multi-vn-daikin-section .row.row-large>.col,
	.multi-vn-process-section .row.row-large>.col,
	.multi-vn-values-section .row.row-large>.col,
	.multi-vn-gallery-section .row.row-large>.col,
	.multi-vn-blog-section .row.row-large>.col,
	.multi-vn-footer-section .row.row-large>.col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.multi-vn-about-section .col,
	.multi-vn-ac-types-section .col,
	.multi-vn-bestseller-section .col,
	.multi-vn-daikin-section .col,
	.multi-vn-process-section .col,
	.multi-vn-values-section .col,
	.multi-vn-gallery-section .col:not(.gallery-col),
	.multi-vn-blog-section .col:not(.post-item),
	.multi-vn-footer-section .col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.multi-vn-bestseller-section .multi-vn-bestseller-products.products,
	.multi-vn-blog-section .multi-vn-blog-posts.row>.post-item,
	.multi-vn-blog-section .multi-vn-blog-posts.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small,
	.multi-vn-blog-section .multi-vn-blog-posts .post-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.multi-vn-ac-types-section .row+.row,
	.multi-vn-bestseller-section .row+.row,
	.multi-vn-daikin-section .row+.row,
	.multi-vn-process-section .row+.row,
	.multi-vn-gallery-section .row+.row,
	.multi-vn-blog-section .row+.row {
		margin-top: 20px;
	}

	.multi-vn-gallery-section .multi-vn-gallery-cta-row.row {
		margin-top: 16px !important;
	}

	.multi-vn-about-section .row+.row {
		margin-top: 16px;
	}

	/* multi-vn-row – khoảng cách giữa các cột khi stack trên mobile */
	.multi-vn-about-section .multi-vn-row.row-large,
	.multi-vn-ac-types-section .multi-vn-row.row-large,
	.multi-vn-bestseller-section .multi-vn-row.row-large,
	.multi-vn-daikin-section .multi-vn-row.row-large,
	.multi-vn-process-section .multi-vn-row.row-large,
	.multi-vn-values-section .multi-vn-row.row-large,
	.multi-vn-gallery-section .multi-vn-row.row-large,
	.multi-vn-blog-section .multi-vn-row.row-large,
	.multi-vn-footer-section .multi-vn-row.row-large {
		gap: 0px;
		margin-top: 0 !important;
	}

	.multi-vn-about-section .multi-vn-row.row-large>.col,
	.multi-vn-ac-types-section .multi-vn-row.row-large>.col,
	.multi-vn-bestseller-section .multi-vn-row.row-large>.col,
	.multi-vn-daikin-section .multi-vn-row.row-large>.col,
	.multi-vn-process-section .multi-vn-row.row-large>.col,
	.multi-vn-values-section .multi-vn-row.row-large>.col,
	.multi-vn-gallery-section .multi-vn-row.row-large>.col,
	.multi-vn-blog-section .multi-vn-row.row-large>.col,
	.multi-vn-footer-section .multi-vn-row.row-large>.col {
		margin-bottom: 16px;
	}

	.multi-vn-about-section .multi-vn-row.row-large>.col:last-child,
	.multi-vn-ac-types-section .multi-vn-row.row-large>.col:last-child,
	.multi-vn-bestseller-section .multi-vn-row.row-large>.col:last-child,
	.multi-vn-daikin-section .multi-vn-row.row-large>.col:last-child,
	.multi-vn-process-section .multi-vn-row.row-large>.col:last-child,
	.multi-vn-values-section .multi-vn-row.row-large>.col:last-child,
	.multi-vn-gallery-section .multi-vn-row.row-large>.col:last-child,
	.multi-vn-blog-section .multi-vn-row.row-large>.col:last-child,
	.multi-vn-footer-section .multi-vn-row.row-large>.col:last-child {
		margin-bottom: 0;
	}

	.multi-vn-row+.multi-vn-row {
		margin-top: 24px !important;
	}
}

@media (min-width: 550px) {

	.multi-vn-about-section>.section-content,
	.multi-vn-ac-types-section>.section-content,
	.multi-vn-bestseller-section>.section-content,
	.multi-vn-daikin-section>.section-content,
	.multi-vn-process-section>.section-content,
	.multi-vn-values-section>.section-content,
	.multi-vn-gallery-section>.section-content,
	.multi-vn-blog-section>.section-content {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 850px) {

	.multi-vn-about-section>.section-content,
	.multi-vn-ac-types-section>.section-content,
	.multi-vn-bestseller-section>.section-content,
	.multi-vn-daikin-section>.section-content,
	.multi-vn-process-section>.section-content,
	.multi-vn-values-section>.section-content,
	.multi-vn-gallery-section>.section-content,
	.multi-vn-blog-section>.section-content {
		padding-left: 48px;
		padding-right: 48px;
	}
}

/* MULTI VN – 4 Giá Trị Cốt Lõi */
.multi-vn-values-section .col .col-inner {
	margin-left: auto !important;
	margin-right: auto !important;
}

.multi-vn-values-section .col {
	padding-left: 12px;
	padding-right: 12px;
}

.multi-vn-values-heading {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0 0 24px;
}

.multi-vn-values-highlight {
	color: #2563eb;
}

.multi-vn-values-desc {
	margin: 0 0 32px;
	font-size: 1.125rem;
	line-height: 1.75;
	color: #64748b;
}

.multi-vn-values-cta {
	padding: 24px;
	background: #eff6ff;
	border: 1px solid #dbeafe;
	border-radius: 16px;
}

.multi-vn-values-cta-label {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 500;
	color: #1e3a8a;
}

.multi-vn-values-cta-phone {
	display: inline-block;
	font-size: clamp(1.5rem, 4vw, 1.875rem);
	font-weight: 800;
	color: #2563eb !important;
	letter-spacing: -0.02em;
	text-decoration: none !important;
	line-height: 1.2;
}

.multi-vn-values-cta-phone:hover {
	color: #1d4ed8 !important;
}

.multi-vn-values-grid-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.multi-vn-value-card {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
}

.multi-vn-value-card:hover {
	border-color: #93c5fd;
}

.multi-vn-value-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	background: #dbeafe;
	border-radius: 12px;
	color: #2563eb;
	flex-shrink: 0;
}

.multi-vn-value-icon svg {
	width: 32px;
	height: 32px;
}

.multi-vn-value-title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.4;
}

.multi-vn-value-desc {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.625;
	color: #64748b;
	flex: 1 1 auto;
}

.multi-vn-values-intro-col .col-inner p {
	margin-bottom: 0;
}

.multi-vn-values-intro-col .multi-vn-values-desc {
	margin-bottom: 32px !important;
}

@media (max-width: 849px) {
	.multi-vn-values-cards-col {
		margin-top: 20px;
	}

	.multi-vn-values-grid-inner {
		grid-template-columns: 1fr;
	}
}

/* MULTI VN – Quy Trình Mua Hàng */
.multi-vn-process-section .col .col-inner {
	margin-left: auto !important;
	margin-right: auto !important;
}

.multi-vn-process-section .col {
	padding-left: 12px;
	padding-right: 12px;
}

.multi-vn-process-heading {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
}

.multi-vn-process-highlight {
	color: #2563eb;
}

.multi-vn-process-desc {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.75;
	color: #64748b;
}

/* Các box cùng chiều cao – ghi đè row align-center của Flatsome */
.multi-vn-process-grid.row,
.multi-vn-process-grid {
	align-items: stretch !important;
}

.multi-vn-process-grid>.col,
.multi-vn-process-col.col {
	display: flex;
	flex-direction: column;
	align-self: stretch !important;
}

.multi-vn-process-grid>.col>.col-inner,
.multi-vn-process-col>.col-inner {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.multi-vn-process-step {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 32px;
	background: #f8fafc;
	border: 1px solid #f1f5f9;
	border-radius: 24px;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
}

.multi-vn-process-step:hover {
	border-color: #93c5fd;
}

.multi-vn-process-step-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 24px;
	background: #dbeafe;
	border-radius: 12px;
	color: #2563eb;
	flex-shrink: 0;
}

.multi-vn-process-step-icon svg {
	width: 32px;
	height: 32px;
}

.multi-vn-process-step-badge {
	position: absolute;
	top: -8px;
	right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: #2563eb;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.1);
}

.multi-vn-process-step-title {
	margin: 0 0 12px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.4;
}

.multi-vn-process-step-desc {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.625;
	color: #64748b;
	flex: 1 1 auto;
}

.multi-vn-process-col .col-inner p.multi-vn-process-step-desc {
	margin-bottom: 0 !important;
}

/* MULTI VN – Tổng Quan Chức Năng Điều Hòa Multi Daikin */
.multi-vn-daikin-section .col {
	padding-left: 16px;
	padding-right: 16px;
}

.multi-vn-daikin-heading {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0;
}

.multi-vn-daikin-highlight {
	color: #2563eb;
}

.multi-vn-daikin-subtitle {
	font-size: 1rem;
	font-weight: 600;
	color: #475569;
	margin: 0 0 24px;
	line-height: 1.5;
}

.multi-vn-daikin-video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	background: #0f172a;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
}

.multi-vn-daikin-video-embed {
	cursor: default;
}

.multi-vn-daikin-video-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.multi-vn-daikin-video-cover {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
	mix-blend-mode: overlay;
	transition: transform 0.7s ease;
}

.multi-vn-daikin-video:hover .multi-vn-daikin-video-cover {
	transform: scale(1.05);
}

.multi-vn-daikin-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	padding: 0;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.2);
	transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.multi-vn-daikin-play:hover,
.multi-vn-daikin-play:focus {
	color: #fff !important;
	background: #2563eb;
	border-color: #2563eb;
	transform: scale(1.1);
}

.multi-vn-daikin-play-icon {
	width: 32px;
	height: 32px;
	margin-left: 4px;
}

.multi-vn-daikin-video-meta {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	z-index: 3;
	pointer-events: none;
	text-align: left;
}

.multi-vn-daikin-video-title {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff !important;
	text-shadow: 0 1px 3px rgba(15, 23, 42, 0.5);
}

.multi-vn-daikin-video-duration {
	margin: 4px 0 0;
	padding: 0;
	font-size: 0.875rem;
	line-height: 1.4;
	color: #cbd5e1 !important;
}

.multi-vn-daikin-features {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.multi-vn-daikin-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	transition: border-color 0.3s ease;
}

.multi-vn-daikin-feature:hover {
	border-color: #93c5fd;
}

.multi-vn-daikin-feature-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #dbeafe;
	border-radius: 12px;
	color: #2563eb;
}

.multi-vn-daikin-feature-icon svg {
	width: 24px;
	height: 24px;
}

.multi-vn-daikin-feature-body {
	flex: 1;
	min-width: 0;
}

.multi-vn-daikin-feature-title {
	margin: 0 0 8px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	color: #1e293b;
}

.multi-vn-daikin-feature-text {
	margin: 0;
	font-size: clamp(0.875rem, 2vw, 1rem);
	font-weight: 500;
	line-height: 1.625;
	color: #475569;
}

.multi-vn-daikin-video-col .col-inner.text-center {
	text-align: left !important;
}

.multi-vn-daikin-video-meta p {
	margin-bottom: 0 !important;
}

@media (max-width: 849px) {
	.multi-vn-daikin-features-col {
		margin-top: 20px;
	}
}

/* MULTI VN – Về Chúng Tôi */
.multi-vn-about-section {
	border-top: 1px solid #f1f5f9;
}

/* Ghi đè Flatsome .col:first-child .col-inner { margin-left:auto; margin-right:0 } */
.multi-vn-about-section .col .col-inner {
	margin-left: auto !important;
	margin-right: auto !important;
}

.multi-vn-about-badge {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 24px;
	background: #dbeafe;
	color: #1d4ed8;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 999px;
}

.multi-vn-about-title {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0 0 32px;
}

.multi-vn-about-highlight {
	color: #2563eb;
}

.multi-vn-about-body {
	max-width: 56rem;
	margin: 0 auto;
	text-align: left;
}

.multi-vn-about-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 16px;
	font-size: 1.125rem;
	line-height: 1.75;
	color: #475569;
}

.multi-vn-about-bullet {
	flex-shrink: 0;
	color: #2563eb;
	font-weight: 700;
	margin-top: 4px;
}

.multi-vn-about-closing {
	margin: 32px 0 0;
	padding-top: 16px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #1e293b;
	text-align: center;
}

.multi-vn-partner-col {
	padding-bottom: 0;
}

/* Khớp index.html: max-w-5xl + grid 2 cột mobile */
.multi-vn-about-section .multi-vn-partners-row {
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.multi-vn-partner-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: #e2e8f0;
	border: 1px solid #cbd5e1;
	border-radius: 16px;
	color: #2563eb;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.multi-vn-partner-col:nth-child(odd) .multi-vn-partner-card {
	background: #2563eb;
	border-color: #2563eb;
	color: #ffffff;
}

.multi-vn-partner-card:hover {
	border-color: #1d4ed8;
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
	transform: translateY(-2px);
}

.multi-vn-partner-col:nth-child(even) .multi-vn-partner-card:hover {
	background: #f1f5f9;
	color: #1d4ed8;
}

.multi-vn-partner-col:nth-child(odd) .multi-vn-partner-card:hover {
	background: #1d4ed8;
	color: #ffffff;
}

.multi-vn-partner-icon {
	margin-bottom: 12px;
	transition: transform 0.3s ease;
}

.multi-vn-partner-card:hover .multi-vn-partner-icon {
	transform: translateY(-4px);
}

.multi-vn-partner-icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.multi-vn-partner-name {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* MULTI VN – Điều Hòa Trung Tâm Multi */
.multi-vn-ac-types-section .col:not(.multi-vn-ac-type-col) .col-inner {
	margin-left: auto !important;
	margin-right: auto !important;
}

.multi-vn-ac-types-heading {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0 0 24px;
}

.multi-vn-ac-types-highlight {
	color: #2563eb;
}

.multi-vn-ac-types-desc {
	max-width: 42rem;
	margin: 0 auto;
	font-size: 1.125rem;
	line-height: 1.75;
	color: #64748b;
}

.multi-vn-ac-type-col {
	padding-bottom: 0;
}

/* 3 cột bằng nhau – ghi đè Flatsome .large-4 / .align-center */
.multi-vn-ac-types-section .multi-vn-ac-types-row.row,
.multi-vn-ac-types-section .multi-vn-ac-types-row {
	display: flex !important;
	flex-flow: row nowrap !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	gap: 32px;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.multi-vn-ac-types-section .multi-vn-ac-types-row>.col,
.multi-vn-ac-types-section .multi-vn-ac-types-row>.col.large-4,
.multi-vn-ac-types-section .multi-vn-ac-types-row>.col.medium-4,
.multi-vn-ac-types-section .multi-vn-ac-types-row>.multi-vn-ac-type-col {
	flex: 1 1 0 !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	-ms-flex-preferred-size: 0 !important;
	flex-basis: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}

.multi-vn-ac-types-section .multi-vn-ac-types-row>.col>.col-inner,
.multi-vn-ac-types-section .multi-vn-ac-types-row>.multi-vn-ac-type-col>.col-inner {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	height: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.multi-vn-ac-type-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	flex: 1 1 auto;
}

.multi-vn-ac-type-image-wrap {
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 12px;
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	transition: border-color 0.3s ease;
	overflow: hidden;
}

.multi-vn-ac-type-image-wrap a.multi-vn-ac-type-lightbox {
	display: block;
	width: 100%;
	height: 100%;
	cursor: zoom-in;
	text-decoration: none;
}

.multi-vn-ac-type-card:hover .multi-vn-ac-type-image-wrap {
	border-color: #93c5fd;
}

.multi-vn-ac-type-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	background: #f1f5f9;
	transition: transform 0.5s ease;
}

.multi-vn-ac-type-card:hover .multi-vn-ac-type-image {
	transform: scale(1.05);
}

.multi-vn-ac-type-title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #1e293b;
	text-align: center;
	line-height: 1.4;
	min-height: 2.8em;
	transition: color 0.3s ease;
}

.multi-vn-ac-type-card:hover .multi-vn-ac-type-title {
	color: #2563eb;
}

@media (max-width: 849px) {

	.multi-vn-ac-types-section .multi-vn-ac-types-row.row,
	.multi-vn-ac-types-section .multi-vn-ac-types-row {
		flex-flow: column nowrap !important;
		gap: 24px;
	}

	.multi-vn-ac-types-section .multi-vn-ac-types-row>.col,
	.multi-vn-ac-types-section .multi-vn-ac-types-row>.col.large-4,
	.multi-vn-ac-types-section .multi-vn-ac-types-row>.col.medium-4,
	.multi-vn-ac-types-section .multi-vn-ac-types-row>.multi-vn-ac-type-col {
		flex: 1 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.multi-vn-ac-type-title {
		min-height: 0;
	}
}

/* MULTI VN – Hệ Thống Điều Hoà Bán Chạy */
.multi-vn-bestseller-section .col .col-inner {
	margin-left: auto !important;
	margin-right: auto !important;
}

.multi-vn-bestseller-heading {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
}

.multi-vn-bestseller-highlight {
	color: #2563eb;
}

.multi-vn-bestseller-desc {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.75;
	color: #64748b;
}

.multi-vn-bestseller-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #2563eb;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.3s ease;
}

.multi-vn-bestseller-link:hover {
	color: #1d4ed8;
}

.multi-vn-bestseller-link svg {
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.multi-vn-bestseller-link:hover svg {
	transform: translateX(4px);
}

/* Product grid – giống trang danh mục */
.multi-vn-bestseller-section .multi-vn-bestseller-products.products {
	margin-left: 0;
	margin-right: 0;
}

.multi-vn-bestseller-section .multi-vn-bestseller-products.products::before,
.multi-vn-bestseller-section .multi-vn-bestseller-products.products::after {
	content: none !important;
	display: none !important;
}

.multi-vn-bestseller-section .product.product-small .badge-container {
	left: 10px;
}

.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small {
	margin-right: 0 !important;
	margin-bottom: 10px;
	padding: 10px;
	background: #ffffff;
	position: relative;
	border-radius: 10px;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	transition: 0.3s;
}

.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small:hover {
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
	transform: scale(1.02);
	z-index: 1;
}

@media screen and (min-width: 850px) {
	.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small {
		flex-basis: calc((100% - 30px) / 4) !important;
		max-width: calc((100% - 30px) / 4) !important;
	}

	.multi-vn-bestseller-section .multi-vn-bestseller-products.large-columns-4>.product.product-small:not(:nth-of-type(4n)) {
		margin-right: 10px !important;
	}

	.multi-vn-bestseller-section .multi-vn-bestseller-products.large-columns-4>.product.product-small:nth-of-type(4n) {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 849px) and (min-width: 550px) {
	.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small {
		flex-basis: calc((100% - 20px) / 3) !important;
		max-width: calc((100% - 20px) / 3) !important;
	}

	.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small:not(:nth-of-type(3n)) {
		margin-right: 10px !important;
	}

	.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small:nth-of-type(3n) {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 549px) {
	.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small {
		flex-basis: calc((100% - 10px) / 2) !important;
		max-width: calc((100% - 10px) / 2) !important;
	}

	.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small:not(:nth-of-type(2n)) {
		margin-right: 10px !important;
	}

	.multi-vn-bestseller-section .multi-vn-bestseller-products>.product.product-small:nth-of-type(2n) {
		margin-right: 0 !important;
	}
}

@media (max-width: 849px) {
	.multi-vn-bestseller-section .multi-vn-bestseller-products.products {
		margin-top: 20px;
	}

	.multi-vn-bestseller-header .col:last-child .col-inner {
		text-align: left !important;
	}

	.multi-vn-bestseller-link {
		margin-top: 8px;
	}
}

/* MULTI VN – Hình Ảnh Thực Tế */
.multi-vn-gallery-section .col .col-inner {
	margin-left: auto !important;
	margin-right: auto !important;
}

.multi-vn-gallery-heading {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
}

.multi-vn-gallery-highlight {
	color: #2563eb;
}

.multi-vn-gallery-desc {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.75;
	color: #64748b;
}

.multi-vn-gallery-section .multi-vn-ux-gallery.row {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/* Gallery grid – full width trong container (max-w-7xl) */
.multi-vn-gallery-section .multi-vn-gallery-grid-row.row {
	max-width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.multi-vn-gallery-section .multi-vn-gallery-grid-row>.col,
.multi-vn-gallery-section .multi-vn-gallery-grid-row>.col>.col-inner {
	width: 100% !important;
	max-width: 100% !important;
}

@media screen and (min-width: 850px) {

	.multi-vn-gallery-section .multi-vn-ux-gallery--grid.row,
	.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .multi-vn-ux-gallery-slide-grid {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.multi-vn-gallery-section .multi-vn-ux-gallery--grid .gallery-col,
	.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .gallery-slide .gallery-col {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0;
	}
}

.multi-vn-gallery-section .multi-vn-ux-gallery--grid .gallery-col {
	padding-top: 0;
	padding-bottom: 24px;
}

/* Lưới: tối đa 8 ảnh (4×2 desktop, 2×4 mobile) */
@media screen and (min-width: 850px) {
	.multi-vn-gallery-section .multi-vn-ux-gallery--grid .gallery-col:nth-child(n+9) {
		display: none !important;
	}
}

@media screen and (max-width: 849px) {
	.multi-vn-gallery-section .multi-vn-ux-gallery--grid .gallery-col:nth-child(n+9) {
		display: none !important;
	}
}

/* Carousel khi >8 ảnh – mỗi slide = lưới 2 hàng × 4 cột */
.multi-vn-gallery-section .multi-vn-ux-gallery--carousel.row-slider {
	margin-bottom: 0;
	padding-bottom: 8px;
}

.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .gallery-slide.col {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .multi-vn-ux-gallery-slide-grid {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .gallery-slide .gallery-col {
	padding-top: 0;
	padding-bottom: 24px;
}

.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .flickity-prev-next-button {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .flickity-prev-next-button .arrow {
	fill: #334155;
}

.multi-vn-gallery-section .multi-vn-ux-gallery .gallery-col .col-inner {
	padding: 0 !important;
}

.multi-vn-gallery-section .multi-vn-ux-gallery .gallery-box {
	margin: 0;
}

.multi-vn-gallery-section .multi-vn-ux-gallery .box-text {
	display: none !important;
}

.multi-vn-gallery-section .multi-vn-ux-gallery .box-image {
	overflow: hidden;
	background: #f1f5f9;
	border: 1px solid #f1f5f9;
	border-radius: 24px;
}

.multi-vn-gallery-section .multi-vn-ux-gallery .box-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
}

.multi-vn-gallery-section .multi-vn-ux-gallery .box-image .overlay.fill {
	transition: background-color 0.5s ease;
}

.multi-vn-gallery-section .multi-vn-ux-gallery .has-hover:hover .box-image .overlay.fill {
	background-color: rgba(15, 23, 42, 0.1) !important;
}

.multi-vn-gallery-more {
	display: inline-block;
	padding: 14px 32px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	color: #334155;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	transition: border-color 0.3s ease;
}

.multi-vn-gallery-more:hover {
	border-color: #2563eb;
	color: #334155;
}

/* MULTI VN – Kinh Nghiệm Lắp Đặt (Flatsome blog_posts) */
.multi-vn-blog-section .col .col-inner {
	margin-left: auto !important;
	margin-right: auto !important;
}

.multi-vn-blog-heading {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
}

.multi-vn-blog-highlight {
	color: #2563eb;
}

.multi-vn-blog-desc {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.75;
	color: #64748b;
}

.multi-vn-blog-section .multi-vn-blog-posts.row {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	align-items: stretch !important;
}

.multi-vn-blog-section .multi-vn-blog-posts .post-item {
	padding-top: 0;
	padding-bottom: 32px;
}

.multi-vn-blog-section .multi-vn-blog-posts .post-item .col-inner {
	padding: 0 !important;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.multi-vn-blog-section .multi-vn-blog-posts .post-item .col-inner>a.plain {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.multi-vn-blog-section .multi-vn-blog-posts .box-blog-post.has-hover {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	transition: border-color 0.3s ease;
}

.multi-vn-blog-section .multi-vn-blog-posts .box-blog-post.has-hover:hover {
	border-color: #93c5fd;
}

.multi-vn-blog-section .multi-vn-blog-posts .box-image {
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	background: #e2e8f0;
}

.multi-vn-blog-section .multi-vn-blog-posts .box-image .image-cover img {
	transition: transform 0.5s ease;
}

.multi-vn-blog-section .multi-vn-blog-posts .box-blog-post.has-hover:hover .box-image .image-cover img {
	transform: scale(1.05);
}

.multi-vn-blog-section .multi-vn-blog-posts .box-text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px !important;
}

.multi-vn-blog-section .multi-vn-blog-posts .blog-post-inner {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 16px;
	row-gap: 16px;
}

.multi-vn-blog-section .multi-vn-blog-posts .cat-label {
	order: 1;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #2563eb !important;
	background: transparent !important;
	opacity: 1 !important;
	transition: color 0.2s ease;
}

.multi-vn-blog-section .multi-vn-blog-posts a:hover .cat-label,
.multi-vn-blog-section .multi-vn-blog-posts .cat-label:hover {
	color: #f97316 !important;
}

.multi-vn-blog-section .multi-vn-blog-posts .post-meta {
	order: 2;
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
	opacity: 1;
}

.multi-vn-blog-section .multi-vn-blog-posts .post-meta::before {
	content: '•';
	margin-right: 16px;
	color: #64748b;
}

.multi-vn-blog-section .multi-vn-blog-posts .post-title,
.multi-vn-blog-section .multi-vn-blog-posts h3.post-title {
	order: 3;
	flex: 0 0 100%;
	width: 100%;
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375;
	color: #1e293b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s ease;
}

.multi-vn-blog-section .multi-vn-blog-posts .box-blog-post.has-hover:hover .post-title,
.multi-vn-blog-section .multi-vn-blog-posts .box-blog-post.has-hover:hover h3.post-title {
	color: #2563eb;
}

.multi-vn-blog-section .multi-vn-blog-posts .is-divider {
	display: none !important;
}

.multi-vn-blog-section .multi-vn-blog-posts .button.is-link {
	order: 4;
	flex: 0 0 100%;
	width: 100%;
	margin-top: auto;
	margin-bottom: 0;
	padding: 0;
	min-height: 0;
	border: 0;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0.875rem;
	font-weight: 600 !important;
	color: #2563eb !important;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: gap 0.3s ease, color 0.3s ease;
}

.multi-vn-blog-section .multi-vn-blog-posts .button.is-link::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.3s ease;
}

.multi-vn-blog-section .multi-vn-blog-posts .box-blog-post.has-hover:hover .button.is-link {
	gap: 12px;
}

.multi-vn-blog-section .multi-vn-blog-posts .box-blog-post.has-hover:hover .button.is-link::after {
	transform: translateX(4px);
}

@media (max-width: 849px) {
	.multi-vn-blog-section .multi-vn-blog-posts .post-item {
		padding-bottom: 24px;
	}
}

/* MULTI VN – Form Liên Hệ */
.multi-vn-contact-section {
	background-color: #2563eb !important;
}

.multi-vn-contact-section>.section-content {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.multi-vn-contact-section .multi-vn-contact-row>.col {
	padding-left: 16px;
	padding-right: 16px;
}

.multi-vn-contact-intro {
	color: #fff;
}

.multi-vn-contact-accent {
	display: block;
	width: 48px;
	height: 3px;
	margin-bottom: 24px;
	background: #fff;
	border-radius: 999px;
}

.multi-vn-contact-heading {
	margin: 0 0 20px;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff !important;
	text-transform: uppercase;
}

.multi-vn-contact-desc {
	margin: 0 0 16px;
	font-size: 1.0625rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.92);
}

.multi-vn-contact-note {
	margin: 0 0 28px;
	font-size: 0.875rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
}

.multi-vn-contact-page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border: 2px solid #fff;
	border-radius: 8px;
	background: transparent;
	color: #fff !important;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.multi-vn-contact-page-btn:hover {
	background: #fff;
	color: #2563eb !important;
}

.multi-vn-contact-form-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
	overflow: hidden;
}

.multi-vn-contact-form-inner {
	padding: 32px;
}

.multi-vn-contact-form-placeholder {
	margin: 0;
	color: #64748b;
	font-size: 0.9375rem;
}

.multi-vn-contact-section .multi-vn-contact-cf7 p {
	margin-bottom: 16px;
}

.multi-vn-contact-section .multi-vn-contact-cf7 label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #1e293b;
}

.multi-vn-contact-section .multi-vn-contact-cf7 .required {
	color: #ef4444;
}

.multi-vn-contact-section .multi-vn-contact-cf7 input[type="text"],
.multi-vn-contact-section .multi-vn-contact-cf7 input[type="tel"],
.multi-vn-contact-section .multi-vn-contact-cf7 input[type="email"],
.multi-vn-contact-section .multi-vn-contact-cf7 textarea {
	width: 100%;
	margin-bottom: 0;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #fff;
	color: #1e293b;
	font-size: 0.9375rem;
	box-shadow: none;
}

.multi-vn-contact-section .multi-vn-contact-cf7 textarea {
	min-height: 110px;
	resize: vertical;
}

.multi-vn-contact-section .multi-vn-contact-cf7 input[type="submit"],
.multi-vn-contact-section .multi-vn-contact-cf7 .button.primary {
	width: 100%;
	margin: 8px 0 0;
	padding: 14px 24px;
	border: 0;
	border-radius: 8px;
	background: #2563eb !important;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.multi-vn-contact-section .multi-vn-contact-cf7 input[type="submit"]:hover,
.multi-vn-contact-section .multi-vn-contact-cf7 .button.primary:hover {
	background: #1d4ed8 !important;
}

.multi-vn-contact-section .multi-vn-contact-cf7 .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 12px;
	border-radius: 8px;
	font-size: 0.875rem;
}

@media (max-width: 849px) {
	.multi-vn-contact-form-col {
		margin-top: 32px;
	}

	.multi-vn-contact-form-inner {
		padding: 24px 20px;
	}

	.multi-vn-contact-heading {
		font-size: 1.5rem;
	}
}

/* MULTI VN – Footer */
.multi-vn-footer-section {
	padding-top: 80px !important;
	padding-bottom: 40px !important;
}

.multi-vn-footer-section>.section-content {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.multi-vn-footer-section .multi-vn-row>.col>.col-inner,
.multi-vn-footer-section [id^="row-"]>.col>.col-inner {
	padding: 0 !important;
}

.multi-vn-footer-section .col {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.multi-vn-footer-section .multi-vn-footer-main.row {
	margin-bottom: 64px;
}

.multi-vn-footer-section .multi-vn-footer-bottom-row.row {
	margin-top: 0 !important;
}

.multi-vn-footer-logo {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	color: #fff;
}

.multi-vn-footer-logo img {
	display: block;
	height: 40px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.multi-vn-footer-logo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #2563eb;
	border-radius: 8px;
	color: #fff;
	flex-shrink: 0;
}

.multi-vn-footer-logo-icon svg {
	width: 24px;
	height: 24px;
}

.multi-vn-footer-logo-text {
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1;
}

.multi-vn-footer-tagline,
.multi-vn-footer-newsletter-desc {
	margin: 0 0 24px;
	font-size: 1rem;
	line-height: 1.625;
	color: #94a3b8;
}

.multi-vn-footer-social {
	margin-top: 4px;
}

.multi-vn-footer-social-label {
	margin: 0 0 12px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
	color: #94a3b8;
}

.multi-vn-footer-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.multi-vn-footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 50%;
	color: #fff !important;
	background: transparent;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.multi-vn-footer-social-link:hover {
	border-color: var(--primary-color, #2563eb);
	color: var(--primary-color, #2563eb) !important;
	background: rgba(37, 99, 235, 0.1);
}

.multi-vn-footer-social-link i {
	pointer-events: none;
}

.multi-vn-footer-newsletter-desc {
	margin-bottom: 16px;
	font-size: 0.875rem;
}

.multi-vn-footer-heading {
	margin: 0 0 24px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}

.multi-vn-footer-section ul,
.multi-vn-footer-section ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.multi-vn-footer-contact-list,
.multi-vn-footer-links {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.multi-vn-footer-contact-list {
	gap: 16px;
}

.multi-vn-footer-links {
	gap: 12px;
}

.multi-vn-footer-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #94a3b8;
}

.multi-vn-footer-contact-item--phone,
.multi-vn-footer-contact-item--email,
.multi-vn-footer-contact-list li:nth-child(2),
.multi-vn-footer-contact-list li:nth-child(3) {
	align-items: center;
}

.multi-vn-footer-contact-icon {
	display: inline-block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.multi-vn-footer-contact-item--map .multi-vn-footer-contact-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.multi-vn-footer-contact-item--phone .multi-vn-footer-contact-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384'/%3E%3C/svg%3E");
}

.multi-vn-footer-contact-item--email .multi-vn-footer-contact-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E");
}

/* Fallback khi UX Builder xóa class item – theo thứ tự li */
.multi-vn-footer-contact-list li:nth-child(1):not([class*="contact-item--"]) .multi-vn-footer-contact-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.multi-vn-footer-contact-list li:nth-child(2):not([class*="contact-item--"]) .multi-vn-footer-contact-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384'/%3E%3C/svg%3E");
}

.multi-vn-footer-contact-list li:nth-child(3):not([class*="contact-item--"]) .multi-vn-footer-contact-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E");
}

.multi-vn-footer-contact-list a {
	color: #94a3b8;
	text-decoration: none;
	transition: color 0.3s ease;
}

.multi-vn-footer-contact-list a:hover {
	color: #60a5fa;
}

.multi-vn-footer-links a {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
	color: #94a3b8;
	text-decoration: none;
	transition: color 0.3s ease;
}

.multi-vn-footer-links a:hover {
	color: #60a5fa;
}

.multi-vn-footer-newsletter-wrap {
	width: 100%;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-wrap .wpcf7 {
	margin: 0;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .flex-row,
.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .flex-row.medium-flex-wrap {
	display: flex !important;
	flex-flow: row nowrap !important;
	align-items: center !important;
	gap: 4px;
	margin: 0;
	padding: 4px;
	background: #1e293b;
	border-radius: 9999px;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .flex-col {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	flex: 0 1 auto;
	width: auto !important;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .flex-grow {
	flex: 1 1 auto !important;
	min-width: 0;
	width: auto !important;
	max-width: none !important;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .ml-half {
	flex: 0 0 auto !important;
	flex-shrink: 0;
	margin-left: 0 !important;
	width: auto !important;
	max-width: none !important;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 input[type="email"] {
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 8px 16px;
	border: 0 !important;
	border-radius: 9999px;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.25;
	outline: none;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 input[type="email"]::placeholder {
	color: #64748b;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 input[type="submit"],
.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .button {
	margin: 0;
	padding: 8px 24px !important;
	border: 0 !important;
	border-radius: 9999px !important;
	background: #2563eb !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 500 !important;
	line-height: 1.25;
	white-space: nowrap;
	width: auto !important;
	min-height: 0 !important;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 input[type="submit"]:hover,
.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .button:hover {
	background: #1d4ed8 !important;
}

.multi-vn-contact-cf7 .wpcf7-spinner,
.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .wpcf7-spinner {
	display: none;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 0;
	border: 0 !important;
	color: #fff !important;
	font-size: 0.875rem;
	line-height: 1.4;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 form.sent .wpcf7-response-output,
.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 form.failed .wpcf7-response-output,
.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 form.invalid .wpcf7-response-output,
.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 form.spam .wpcf7-response-output {
	color: #fff !important;
}

.multi-vn-footer-section .multi-vn-footer-newsletter-cf7 .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 0.75rem;
	color: #f87171;
}

.multi-vn-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 32px;
	border-top: 1px solid #1e293b;
}

.multi-vn-footer-copyright {
	margin: 0;
	font-size: 0.875rem;
	color: #64748b;
}

.multi-vn-footer-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin-right: 0 !important;
}

.multi-vn-footer-legal br {
	display: none;
}

.multi-vn-footer-legal a {
	font-size: 0.875rem;
	color: #64748b;
	text-decoration: none;
	transition: color 0.3s ease;
}

.multi-vn-footer-legal a:hover {
	color: #94a3b8;
}

@media (min-width: 550px) {
	.multi-vn-footer-section>.section-content {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 850px) {
	.multi-vn-footer-section>.section-content {
		padding-left: 48px;
		padding-right: 48px;
	}
}

@media (max-width: 849px) {
	.multi-vn-footer-section {
		padding-top: 32px !important;
		padding-bottom: 20px !important;
	}

	.multi-vn-footer-section .multi-vn-footer-main.row {
		margin-bottom: 24px;
	}

	.multi-vn-footer-section .multi-vn-footer-main>.col {
		margin-bottom: 20px;
	}

	.multi-vn-footer-section .multi-vn-footer-main>.col:last-child {
		margin-bottom: 0;
	}

	.multi-vn-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* MULTI VN – Mobile spacing (siết gọn toàn trang) */
@media (max-width: 849px) {

	/* Hero: ghi đè Flatsome #banner-xxx { padding-top: 80vh } – text bị đẩy xuống dưới vùng clip */
	.multi-vn-hero-slider.slider-type-fade .flickity-slider {
		height: 100% !important;
		min-height: 0 !important;
	}

	/* Fade: banner phải absolute + chồng lên nhau – relative làm slide 2 rơi xuống y=400 */
	.multi-vn-hero-slider.slider-type-fade .flickity-slider>.banner,
	.multi-vn-hero-slider .banner,
	.multi-vn-hero-slider .banner[id],
	.multi-vn-hero-slider [id^="banner-"] {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		padding: 0 !important;
		padding-top: 0 !important;
		min-height: 0 !important;
		height: 400px !important;
		max-height: 400px !important;
		overflow: hidden;
		box-sizing: border-box;
	}

	.multi-vn-hero-slider .banner-inner {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		min-height: 0 !important;
		height: 100% !important;
		max-height: 100% !important;
	}

	.multi-vn-hero-slider.slider-type-fade .flickity-viewport {
		height: 400px !important;
	}

	.multi-vn-hero-slider.slider-type-fade .flickity-slider>.banner {
		height: 400px !important;
		max-height: 400px !important;
	}

	.multi-vn-hero-slider .banner .banner-layers {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-height: 100% !important;
		min-height: 0 !important;
		padding: 0 12px 36px !important;
		box-sizing: border-box;
		overflow: hidden !important;
	}

	/* Flatsome .banner-layers>* { position:absolute !important } – flex trên text-box, inset 0 */
	.multi-vn-hero-slider .banner .banner-layers>.text-box,
	.multi-vn-hero-slider .banner .banner-layers>.text-box.banner-layer,
	.multi-vn-hero-slider .banner .banner-layers>.text-box.hero-text-box,
	.multi-vn-hero-slider .banner .banner-layers>.hero-text-box,
	.multi-vn-hero-slider .banner .banner-layers>.text-box.y50,
	.multi-vn-hero-slider .banner .banner-layers>.text-box.x50,
	.multi-vn-hero-slider .banner .banner-layers>.text-box.lg-y50,
	.multi-vn-hero-slider .banner .banner-layers>.text-box.lg-x50,
	.multi-vn-hero-slider .banner .banner-layers>.text-box.md-y50,
	.multi-vn-hero-slider .banner .banner-layers>.text-box.md-x50 {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 36px !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 4px !important;
		transform: none !important;
		-webkit-transform: none !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		z-index: 10 !important;
	}

	.multi-vn-hero-slider .banner .text-box .text-box-content,
	.multi-vn-hero-slider .banner .text-box .text-inner {
		width: 100% !important;
		max-width: 100% !important;
	}

	.multi-vn-hero-slider .hero-badge {
		margin-bottom: 8px;
		font-size: 10px;
	}

	.multi-vn-hero-slider .hero-title {
		margin-bottom: 8px;
		font-size: 1.25rem;
		line-height: 1.2;
	}

	.multi-vn-hero-slider .hero-desc {
		margin-bottom: 12px;
		font-size: 0.875rem;
		line-height: 1.45;
	}

	.multi-vn-hero-slider .text-box .button,
	.multi-vn-hero-slider .text-box .button.white {
		min-height: 40px !important;
		padding: 10px 18px !important;
		font-size: 0.8125rem !important;
	}

	.multi-vn-hero-slider .flickity-page-dots {
		bottom: 12px;
	}

	.multi-vn-about-title,
	.multi-vn-ac-types-heading,
	.multi-vn-bestseller-heading,
	.multi-vn-daikin-heading,
	.multi-vn-process-heading,
	.multi-vn-values-heading,
	.multi-vn-gallery-heading,
	.multi-vn-blog-heading {
		margin-bottom: 12px !important;
	}

	.multi-vn-about-badge {
		margin-bottom: 8px;
	}

	.multi-vn-about-title {
		margin-bottom: 12px !important;
	}

	.multi-vn-about-item {
		font-size: 0.9375rem;
		margin-bottom: 8px;
		gap: 6px;
		line-height: 1.55;
	}

	.multi-vn-about-closing {
		margin-top: 12px;
		padding-top: 8px;
		font-size: 0.9375rem;
	}

	/* Partners: row-large Flatsome làm card dính sát (gap 0) – chuyển grid có gap */
	.multi-vn-about-section .multi-vn-partners-row.row-large {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		margin-top: 20px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.multi-vn-about-section .multi-vn-partners-row.row-large>.col,
	.multi-vn-about-section .multi-vn-partners-row>.multi-vn-partner-col {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.multi-vn-about-section .multi-vn-partners-row .multi-vn-partner-card {
		height: 100%;
		min-height: 84px;
	}

	.multi-vn-ac-types-desc,
	.multi-vn-bestseller-desc,
	.multi-vn-process-desc,
	.multi-vn-values-desc,
	.multi-vn-gallery-desc,
	.multi-vn-blog-desc {
		font-size: 0.9375rem;
		line-height: 1.55;
	}

	.multi-vn-ac-types-heading {
		margin-bottom: 8px;
	}

	.multi-vn-partner-card {
		padding: 12px 8px;
	}

	.multi-vn-partner-icon {
		margin-bottom: 6px;
	}

	.multi-vn-partner-icon svg {
		width: 24px;
		height: 24px;
	}

	.multi-vn-partner-name {
		font-size: 0.6875rem;
	}

	.multi-vn-process-step {
		padding: 16px 12px;
		border-radius: 12px;
	}

	.multi-vn-process-step-icon {
		width: 44px;
		height: 44px;
		margin-bottom: 12px;
	}

	.multi-vn-process-step-title {
		margin-bottom: 6px;
		font-size: 0.9375rem;
	}

	.multi-vn-process-step-desc {
		font-size: 0.8125rem;
		line-height: 1.5;
	}

	.multi-vn-values-desc {
		margin-bottom: 12px !important;
	}

	.multi-vn-values-cta {
		padding: 12px;
	}

	.multi-vn-values-cards-col {
		margin-top: 20px !important;
	}

	.multi-vn-value-card {
		padding: 12px;
	}

	.multi-vn-value-icon {
		width: 36px;
		height: 36px;
		margin-bottom: 8px;
	}

	.multi-vn-values-grid-inner {
		gap: 12px;
	}

	.multi-vn-daikin-subtitle {
		font-size: 1rem;
		margin-bottom: 12px;
	}

	.multi-vn-daikin-features-col {
		margin-top: 20px !important;
	}

	.multi-vn-daikin-features {
		gap: 12px;
	}

	.multi-vn-daikin-feature {
		padding: 12px;
		gap: 10px;
	}

	.multi-vn-daikin-feature-title {
		font-size: 1rem;
		margin-bottom: 6px;
	}

	.multi-vn-daikin-video {
		border-radius: 12px;
	}

	.multi-vn-ac-types-section .multi-vn-ac-types-row.row,
	.multi-vn-ac-types-section .multi-vn-ac-types-row {
		gap: 16px !important;
	}

	.multi-vn-ac-type-image-wrap {
		margin-bottom: 10px;
		padding: 6px;
	}

	.multi-vn-ac-type-title {
		font-size: 0.9375rem;
	}

	.multi-vn-gallery-section .multi-vn-ux-gallery .gallery-col {
		padding-bottom: 8px;
	}

	.multi-vn-gallery-section .multi-vn-gallery-grid-row.row-large>.col {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}

	.multi-vn-gallery-section .multi-vn-ux-gallery--grid.row-small,
	.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .multi-vn-ux-gallery-slide-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.multi-vn-gallery-section .multi-vn-ux-gallery--grid .gallery-col,
	.multi-vn-gallery-section .multi-vn-ux-gallery--carousel .gallery-slide .gallery-col {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.multi-vn-gallery-section .multi-vn-ux-gallery .box-image,
	.multi-vn-gallery-section .multi-vn-ux-gallery .box-image img {
		border-radius: 12px;
	}

	.multi-vn-gallery-more {
		padding: 10px 20px;
	}

	.multi-vn-blog-section .multi-vn-blog-posts .box-text {
		padding: 12px !important;
	}

	.multi-vn-blog-section .multi-vn-blog-posts .post-item {
		padding-bottom: 12px !important;
	}

	.multi-vn-blog-section .multi-vn-blog-posts .blog-post-inner {
		column-gap: 6px;
		row-gap: 6px;
	}

	.multi-vn-footer-logo {
		margin-bottom: 12px;
	}

	.multi-vn-footer-tagline {
		margin-bottom: 12px;
	}

	.multi-vn-footer-heading {
		margin-bottom: 12px;
	}

	.multi-vn-footer-bottom {
		padding-top: 16px;
	}

	.multi-vn-about-section,
	.multi-vn-ac-types-section,
	.multi-vn-bestseller-section,
	.multi-vn-daikin-section,
	.multi-vn-process-section,
	.multi-vn-values-section,
	.multi-vn-gallery-section,
	.multi-vn-blog-section,
	.multi-vn-footer-section,
	.multi-vn-hero-slider {
		overflow-x: hidden;
		max-width: 100%;
	}
}

/* Hero slider – beat Flatsome [data-animate]{opacity:0} & fade slider rules (slide 2+) */
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .banner-inner,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .banner-layers {
	opacity: 1 !important;
	visibility: visible !important;
}

body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .text-box,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .text-box .text-box-content,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box .text-box-content,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .text-box .text-inner,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box .text-inner,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .text-box [data-animate],
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box [data-animate],
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box [data-animate=fadeInUp],
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .text-box [data-animate=none],
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box [data-animate=none],
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-badge,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-title,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-desc,
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box .button {
	opacity: 1 !important;
	visibility: visible !important;
	filter: none !important;
}

body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .text-box [data-animate],
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box [data-animate],
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .text-box [data-animate=fadeInUp],
body.home .multi-vn-hero-slider.slider-type-fade .slider .flickity-slider>.banner.is-selected .hero-text-box [data-animate=fadeInUp] {
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

@media (max-width: 849px) {

	body.home .multi-vn-hero-slider .banner .banner-layers>.text-box,
	body.home .multi-vn-hero-slider .banner .banner-layers>.text-box.banner-layer {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 36px !important;
		transform: none !important;
		-webkit-transform: none !important;
	}
}

body.home .multi-vn-hero-slider .slider .flickity-slider>.banner:not(.is-selected) [data-animate] {
	opacity: 0 !important;
}

/* Fallback: ép hiện mọi [data-animate] trong hero (slide ẩn do opacity banner cha) */
body.home .multi-vn-hero-slider [data-animate],
body.home .multi-vn-hero-slider [data-animate=fadeInUp],
body.home .multi-vn-hero-slider .slider [data-animate] {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.absolute-footer {
	padding: 0;
}