/*
	Theme Name: AdsDigi
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Google Sans Flex', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Google Sans Flex', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}

/* Top information bar
------------------------------------------------------------ */

.content-head {
	background: #f7f3ee;
	color: #41332b;
	font-size: 13px;
	margin: 0 !important;
	padding: 6px 0;
	border-bottom: 1px solid #eee8e0;
}

.content-head .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.content-head .widget {
	margin: 0;
	padding: 0;
}

/* Widget thứ 1: Thông tin liên hệ */
.content-head .widget:nth-child(1),
.content-head .widget:nth-child(1) .widget-wrap,
.content-head .widget:nth-child(1) .textwidget,
.content-head .widget:nth-child(1) ul {
	display: contents;
}

.content-head .widget:nth-child(1) ul li {
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #554840;
	font-size: 13px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	position: static;
}

.content-head .widget:nth-child(1) ul li::before {
	content: none !important;
}

/* Khoảng cách giữa Hotline và Email */
.content-head .widget:nth-child(1) ul li:nth-child(2) {
	margin-left: 25px;
}

/* Đẩy mục Địa chỉ sang bên phải cùng phía với mạng xã hội */
.content-head .widget:nth-child(1) ul li:nth-child(3) {
	margin-left: auto;
	margin-right: 35px;
}

/* Widget thứ 2: Mạng xã hội */
.content-head .widget:nth-child(2) {
	margin: 0;
	padding: 0;
}

.content-head .widget:nth-child(2) .textwidget p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 16px;
}

.content-head .widget:nth-child(2) img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	display: block;
	filter: brightness(0.25);
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.content-head .widget:nth-child(2) img:hover {
	opacity: 0.7;
	transform: translateY(-1px);
}

/* Sắp xếp thứ tự icon Facebook -> Youtube -> Instagram theo thiết kế */
.content-head .widget:nth-child(2) img[src*="fb"] { order: 1; }
.content-head .widget:nth-child(2) img[src*="yu"] { order: 2; }
.content-head .widget:nth-child(2) img[src*="in"] { order: 3; }

.content-head a,
.content-head a:visited {
	color: #41332b;
	text-decoration: none;
}

.content-head a:hover,
.content-head a:focus {
	color: #000;
	text-decoration: none;
}

.content-head em {
	font-style: normal;
}

/* Responsive di động */

/* Header
------------------------------------------------------------ */

.site-header {
	background: #fff;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid #f0ece6;
	float: none;
	height: auto;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Khu vực Logo (Tạm để trống nhưng giữ chỗ) */
.site-header .title-area {
	min-width: 140px;
	min-height: 48px;
	display: flex;
	align-items: center;
	float: none;
	width: auto;
	height: auto;
	overflow: visible;
}

.site-header .site-title {
	margin: 0;
	font-size: 22px;
	line-height: 0;
	float: none;
	width: auto;
	height: auto;
}

.site-header .site-title a {
	display: block;
	text-indent: -9999px;
	float: none;
	width: auto;
	height: auto;
}

.site-header .title-area img {
	max-height: 48px;
	width: auto;
	display: block;
}

.site-header .site-description {
	display: none;
}

/* Khu vực widget trong Header */
.site-header .header-widget-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	margin: 0 0 0 45px;
	padding: 0;
	float: none;
	width: auto;
}

.site-header .header-widget-area .widget {
	margin: 0;
	padding: 0;
}

/* Widget 1: Menu điều hướng */
.site-header .header-widget-area .widget:nth-child(1),
.site-header .header-widget-area .widget_nav_menu {
	margin-right: auto;
}

.site-header .header-widget-area .widget:nth-child(1) .nav-header {
	display: flex;
	align-items: center;
}

.site-header .header-widget-area .widget:nth-child(1) ul.menu {
	display: flex;
	align-items: center;
	gap: 55px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	width: auto;
	overflow: visible;
}

.site-header .header-widget-area .widget:nth-child(1) ul.menu > li {
	position: relative;
	list-style: none;
	float: none;
	margin: 0;
	padding: 0;
}

.site-header .header-widget-area .widget:nth-child(1) ul.menu > li > a,
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li > a span {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
	color:  #5B3A23 !important;
	background: none !important;
	-webkit-text-fill-color: initial !important;
	text-decoration: none;
	text-transform: none;
	height: auto;
	line-height: normal;
	transition: color 0.2s ease;
}

/* Hover đổi sang màu cam */
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li > a:hover,
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li > a:hover span {
	color: #f58212 !important;
	background: none !important;
}

/* Menu active (Trang chủ hoặc trang hiện tại) */
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li.current-menu-item > a,
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li.current-menu-item > a span,
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li.current_page_item > a,
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li.current_page_item > a span,
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li > a[aria-current="page"],
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li > a[aria-current="page"] span {
	color: #f58212 !important;
	background: none !important;
}

/* Thanh gạch chân ngắn màu cam dưới mục active như ảnh mẫu */
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li.current-menu-item > a::after,
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li.current_page_item > a::after,
.site-header .header-widget-area .widget:nth-child(1) ul.menu > li > a[aria-current="page"]::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 26px;
	height: 2px;
	background-color: #f58212;
	border-radius: 2px;
}

/* Widget 2: Ô tìm kiếm dạng viên thuốc (Pill shape) */
.site-header .header-widget-area .widget:nth-child(2),
.site-header .header-widget-area .widget_search {
	margin-left: auto;
	margin-right: 18px;
	display: flex;
	align-items: center;
}

.site-header .header-widget-area .widget_search .widget-wrap {
	margin: 0;
	padding: 0;
}

.site-header .search-form {
	position: relative;
	display: flex;
	align-items: center;
	background: #f4efe9;
	border-radius: 999px;
	height: 40px;
	width: 245px;
	padding: 0 10px 0 38px;
	box-sizing: border-box;
}

/* Icon kính lúp ở đầu ô tìm kiếm */
.site-header .search-form::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23887b72' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

/* Ô nhập chữ */
.site-header .search-form input.search-form-input,
.site-header .search-form input[type="search"] {
	border: none !important;
	outline: none !important;
	background: transparent !important;
	font-size: 13px !important;
	color: #333 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.site-header .search-form input.search-form-input::placeholder,
.site-header .search-form input[type="search"]::placeholder {
	color: #928379 !important;
	font-size: 13px;
	font-style: normal;
}

/* Nút Tìm kính lúp ở cuối */
.site-header .search-form input.search-form-submit,
.site-header .search-form input[type="submit"] {
	border: none !important;
	outline: none !important;
	background: transparent !important;
	width: 26px !important;
	height: 26px !important;
	min-height: 26px !important;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: -9999px !important;
	cursor: pointer !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23554840' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 16px 16px !important;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.site-header .search-form input.search-form-submit:hover {
	opacity: 1;
}

/* Widget 3: Nút Giỏ hàng */
.site-header .header-widget-area .widget:nth-child(3),
.site-header .header-widget-area .gsc-shop-cart {
	margin: 0;
	display: flex;
	align-items: center;
}

.site-header .header-widget-area .cart-wrap {
	padding: 0 !important;
	margin: 0 !important;
}

.site-header .header-widget-area .btn-view-cart {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #f7f1e9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-header .header-widget-area .btn-view-cart:hover {
	background-color: #ede3d7;
	transform: scale(1.05);
}

/* Icon giỏ hàng nét nâu/đồng sắc nét */
.site-header .header-widget-area .btn-view-cart::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23775a46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Ẩn chữ "Giỏ hàng", "(", ")", "sản phẩm" */
.site-header .header-widget-area .btn-view-cart .product-called {
	display: none !important;
}

/* Badge số lượng sản phẩm màu cam tròn ở góc trên */
.site-header .header-widget-area .btn-view-cart .gsc-num-products {
	position: absolute;
	top: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	padding: 0 4px;
	background-color: #f58212;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	border-radius: 999px;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Responsive cho Header */

/* Sticky Header: Hiệu ứng bóng đổ và nền mờ nhẹ nhàng khi ghim
------------------------------------------------------------ */
.site-header.is-sticky {
	background: rgba(255, 255, 255, 0.98) !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(238, 232, 224, 0.85) !important;
	box-shadow: 0 4px 20px rgba(91, 58, 35, 0.08) !important;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 50px;
	background: linear-gradient(135deg, #0b2e64, #0455ad);
}

.menu-primary,
.menu-secondary {
	clear: both;
    color: #333;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li {
	float: left;
	list-style-type: none;
	text-align: left;
	margin-right: 10px;
}

.menu-primary a,
.menu-secondary a {
	color: #fff;
    display: block;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}

.menu-primary a:hover,
.menu-secondary a:hover {
    background-position: left !important;
}

.menu-primary>li:hover>a:before,
.menu-primary>li.current-menu-item>a:before {
    width: 100%;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	color: #fff;
	background: #0b2e64;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #dddddd66;
	color: #333;
	font-size: 16px;
    padding: 15px 10px;
    position: relative;
    text-transform: none;
    width: 230px;
    margin: 0;
    font-weight: 500;
    height: auto;
    line-height: normal;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover {
    background-color: #0b2e64;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul {
	height: auto;
	left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 250px;
    z-index: 9999;
    background: #0c3c86;
    border-radius: 10px;
}

.menu-primary li ul a,
.menu-secondary li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Product category menu */
.nav-primary .menu-primary{
	overflow: visible;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1200px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	display: flex;
	float: none;
	align-items: center;
	width: 100%;
	min-height: clamp(250px, 22vw, 320px);
	padding: 48px 0 42px;
	background-color: #766351;
	background-image:
		linear-gradient(90deg, rgba(58, 37, 23) 0%, rgba(58, 37, 23, .52) 38%, rgba(48, 32, 22, .10) 72%),
		url('images/br.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	color: rgba(255, 255, 255, .92);
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
}

.breadcrumb > .wrap {
	width: 1200px;
}

.breadcrumb .archive-heading {
	margin: 0 0 34px;
	background: none;
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.12;
	text-align: left;
	text-transform: none;
	-webkit-background-clip: initial;
	background-clip: initial;
	-webkit-text-fill-color: #fff;
}

.breadcrumb .archive-heading::before {
	display: block;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, .9);
	content: 'NỘI THẤT HOME';
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .42em;
	line-height: 1.4;
	text-transform: uppercase;
	-webkit-text-fill-color: rgba(255, 255, 255, .9);
}

.breadcrumb .archive-heading::after {
	display: block;
	margin-top: 15px;
	color: #fff;
	content: 'Kiến tạo không gian sống tốt đẹp hơn';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	-webkit-text-fill-color: #fff;
}

.breadcrumb .archive-heading a,
.breadcrumb a,
.breadcrumb .label,
.breadcrumb .separator {
	color: inherit;
}

.breadcrumb .archive-heading a {
	font-size: inherit;
	font-weight: inherit;
	-webkit-text-fill-color: #fff;
}

.breadcrumb a {
	font-size: 15px;
	font-weight: 400;
	transition: color .25s ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #f5b36d;
}

.breadcrumb .label {
	margin: 0 5px;
	font-weight: 400;
}

.breadcrumb .separator {
	margin: 0 8px;
	opacity: .72;
}

.archive-heading a,
.archive-heading{
	    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
   color: #0455ad;
   background: linear-gradient(135deg, #0b2e64, #0455ad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.archive-heading{
	margin: 0 15px 30px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

body:is(.single-post, .page) h1.entry-title {
	margin: 0 0 22px;
	color: #5b3a23;
	font-family: 'Google Sans Flex', Arial, sans-serif;
	font-size: clamp(30px, 3.7vw, 42px);
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	overflow-wrap: break-word;
}

body:is(.single-post, .page) .entry-content :is(h1, h2, h3) {
	margin: 32px 0 14px;
	color: #5b3a23;
	font-family: 'Google Sans Flex', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	overflow-wrap: break-word;
}

body:is(.single-post, .page) .entry-content :is(h1, h2, h3):first-child {
	margin-top: 0;
}

body:is(.single-post, .page) .entry-content h1 { font-size: clamp(28px, 3.3vw, 36px); }
body:is(.single-post, .page) .entry-content h2 { font-size: clamp(23px, 2.6vw, 30px); }
body:is(.single-post, .page) .entry-content h3 { font-size: clamp(20px, 2.2vw, 24px); }

body:is(.single-post, .page) .entry-content :is(h1, h2, h3) a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Google Sans Flex', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Google Sans Flex', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
    background-color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 15px 15px 0 0;
}

.widget-area .widgettitle p{
	font-weight: 600;
    color: #fff;
}

.widget-area .widgettitle a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #333;
	padding: 8px 13px;
	border-radius: 3px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #ff8b17;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #f9f9f9;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
	border-bottom: 2px solid #e1181c
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 ;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    width: 245px;
    background: #f4f3ef;
    border-radius: 10px;
    height: 42px;
}

.site-header .search-form.active{
	display: block;
	position: absolute;
    right: 0;
    top: 46px;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
    margin: 0;
    padding: 6px 6px 6px 0;
    width: calc(100% - 40px);
    border: none;
    background: unset;
    height: 42px;
    color: #333;
}

.search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #626262 !important;
    opacity: 1; /* Firefox */
    font-size: 15px;
    font-style: italic;
}

.search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #626262 !important;
    font-size: 15px;
    font-style: italic;
}

.search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #626262 !important;
    font-size: 15px;
    font-style: italic;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
	color: #333;
}

.site-header .search-form input[type="submit"]{
	background: url(images/s.svg) no-repeat center center;
    text-indent: -9999px;
    border: none;
    float: left;
    height: 46px;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	position: relative;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding: 38px 0 52px;
	color: #463c35;
	background: #fbf8f4;
	border-top: 1px solid #d789422e;
	box-sizing: border-box;
}

.site-footer > .wrap {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 365px 165px 219px minmax(280px, 1fr);
	gap: 80px;
	width: min(1360px, calc(100% - 80px));
	margin: 0 auto;
}

.site-footer .widget,
.site-footer .widget-wrap,
.site-footer .textwidget,
.site-footer p,
.site-footer ul {
	margin: 0;
	padding: 0;
}

.site-footer .widget {
	min-width: 0;
}

.site-footer .widget-title {
	margin: 8px 0 20px;
	color: #29231f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.site-footer #text-8 .textwidget > p:first-child img {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 0 14px;
}

.site-footer #text-8 .textwidget > p:nth-child(2) {
	max-width: 355px;
	font-size: 14px;
	line-height: 1.75;
}

.site-footer #text-8 .textwidget > p:last-child {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
}

.site-footer #text-8 .textwidget > p:last-child img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	object-fit: contain;
	transition: transform .3s cubic-bezier(.22, .61, .36, 1), opacity .3s ease;
}

.site-footer #text-8 .textwidget > p:last-child img:hover {
	opacity: .82;
	transform: translateY(-2px);
}

.site-footer ul,
.site-footer li {
	list-style: none;
}

.site-footer li {
	margin: 0 0 12px;
	color: #5b524c;
	font-size: 14px;
	line-height: 1.4;
	transition: color .3s ease, transform .3s cubic-bezier(.22, .61, .36, 1);
}

.site-footer li:hover {
	color: #e76f18;
	transform: translateX(5px);
}

.site-footer #text-11 li {
	position: relative;
	min-height: 25px;
	margin-bottom: 10px;
	padding: 3px 0 0 38px;
	box-sizing: border-box;
}

.site-footer #text-11 li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #f1e5d8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.site-footer #text-11 li:nth-child(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23825a3b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.site-footer #text-11 li:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23825a3b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.site-footer #text-11 li:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23825a3b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.site-footer #text-11 li:nth-child(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23825a3b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.after_footer {
	float: left;
	clear: both;
	width: 100%;
	color: #6a625c;
	background: #fbf8f4;
	border-top: 1px solid #e5ddd5;
	margin: 0 !important;
	box-sizing: border-box;
}

.after_footer > .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1360px, calc(100% - 80px));
	min-height: 72px;
	margin: 0 auto;
}

.after_footer .widget,
.after_footer .widget-wrap,
.after_footer .textwidget,
.after_footer p,
.after_footer ul {
	margin: 0;
	padding: 0;
}

.after_footer p,
.after_footer li,
.after_footer a,
.after_footer a:visited {
	color: #6a625c;
	font-size: 13px;
	line-height: 1.5;
}

.after_footer ul {
	display: flex;
	align-items: center;
	list-style: none;
}

.after_footer li {
	position: relative;
	list-style: none;
	transition: color .3s ease, transform .3s cubic-bezier(.22, .61, .36, 1);
}

.after_footer li + li {
	margin-left: 18px;
	padding-left: 19px;
}

.after_footer li + li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	background: #c9beb4;
	transform: translateY(-50%);
}

.after_footer li:hover {
	color: #e76f18;
	transform: translateX(4px);
}

.after_footer a,
.after_footer a:visited {
	color: inherit;
	transition: color .3s ease;
}

.after_footer a:hover {
	color: #e76f18;
	text-decoration: none;
}

.site-footer p {
	color: #5b524c;
}

.site-footer a,
.site-footer a:visited {
	color: inherit;
	transition: color .3s ease;
}

.site-footer a:hover {
	color: #e76f18;
	text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
	.site-footer li,
	.site-footer a,
	.after_footer li,
	.after_footer a {
		transition: none;
	}

	.site-footer li:hover,
	.after_footer li:hover {
		transform: none;
	}
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url,
#phone {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: calc(100% - 22px);
    float: left;
    background: #fff;
    font-size: 16px;
}

#reply-title,
.yarpp-related .title,
.yarpp-related .widgettitle{
	text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
    font-size: 16px;
}

input#submit {
	float: left;
    border: 1px solid #333;
    background: unset;
    text-transform: uppercase;
    font-weight: 500;
}

input#submit:hover{
	background: #333;
	color: #fff;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-author{
	font-weight: bold;
	color: #333;
}

.comment-author .says{
	color: #333;
	font-weight: 400;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 16px;
	font-weight: 300;
}

.comment-reply a{
    background: #333;
    color: #ffffff;
    padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Homepage hero: image background and text entering from the left. */
.content-slider {
    overflow: hidden;
}

.content-slider .image-upload,
.content-slider .widget-wrap {
    margin: 0;
    padding: 0;
}

.content-slider .mainposts {
    position: relative;
    display: grid;
    align-items: center;
    min-height: clamp(440px, 33.90625vw, 651px);
    isolation: isolate;
}

.content-slider .mainposts > img {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.content-slider .mainposts > .box {
    width: min(42%, 540px);
    margin-left: max(6%, calc((100% - 1200px) / 2));
    padding: clamp(40px, 5vw, 96px) 0;
    color: #624431;
}

.content-slider .box .title {
    margin: 0 0 18px;
    font-size: clamp(13px, 1.05vw, 18px);
    font-weight: 400;
    line-height: 1.5;
}

.content-slider .box .title::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    margin-right: 12px;
    background: currentColor;
    vertical-align: middle;
}

.content-slider .box .title > span {
    display: block;
    margin-top: 16px;
    color: #f58212;
    font-size: 90px;
    font-weight: 800;
    line-height: 1.08;
    font-family: "Pattaya", sans-serif;
    overflow-wrap: break-word;
}

.content-slider .box .noidung p {
    max-width: 410px;
    margin: 0 0 24px;
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.6;
}

.content-slider .box .noidung ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-slider .box .noidung li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-slider .box .noidung a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 44px;
    padding: 3px 24px;
    border: 1px solid #b87950;
    border-radius: 30px;
    background: #fff;
    color: #624431;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color .2s, color .2s, transform .3s ease;
}

.content-slider .box .noidung li:first-child a {
    border-color: #f58212;
    background: #f58212;
    color: #fff;
}

.content-slider .box .noidung li:first-child a::after {
    content: "\2192";
}

.content-slider .box .noidung a:hover {
    background: #624431;
    border-color: #624431;
    color: #fff;
}

.content-slider .box .noidung a:focus-visible {
    outline: 2px solid #624431;
    outline-offset: 4px;
}

.content-slider .box .noidung li a:hover {
    transform: translateY(-4px);
}

.content-slider.is-visible .mainposts > .box {
    animation: hero-text-enter 1s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes hero-text-enter {
    from { opacity: 0; transform: translateX(-100px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .content-slider.is-visible .mainposts > .box {
        animation: none;
    }
}

/* Product category cards */
.content-danhmuc {
    position: relative;
    isolation: isolate;
    padding: 70px 0;
    background: #f4eee8;
}

.content-danhmuc::before,
.content-danhmuc::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: min(20%, 220px);
    background: url("images/category-leaves.svg") no-repeat left top / contain;
    pointer-events: none;
}

.content-danhmuc::before {
    left: 0;
}

.content-danhmuc::after {
    right: 0;
    transform: rotate(180deg);
}

.content-danhmuc > .wrap {
    width: 1200px;
    max-width: calc(100% - 40px);
}

.content-danhmuc .widget {
    margin: 0;
    padding: 0;
    border: 0;
}

.content-danhmuc .widget-wrap {
    color: #6c655f;
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
}

.content-danhmuc .widget-title {
    display: grid;
    grid-template-columns: 40px auto 40px;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 0 0 16px;
    padding: 0;
    background: transparent;
    color: #f58212;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    font-family: 'Google Sans Flex', Arial, sans-serif;
    text-align: center;
    text-transform: none;
}

.content-danhmuc .widget-title::before,
.content-danhmuc .widget-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #b87950;
    grid-row: 1;
}

.content-danhmuc .widget-title::before {
    grid-column: 1;
}

.content-danhmuc .widget-title::after {
    grid-column: 3;
}

.content-danhmuc .widget-title > span {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    margin-top: 14px;
    color: #5B3A23;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Pattaya", sans-serif;
}

.content-danhmuc .product-categories-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 15px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.content-danhmuc .product-category {
    display: flex;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-danhmuc .product-category > a {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    box-sizing: border-box;
    padding: 2px 2px 16px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 15px;
    background: #fcf9f5;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

.content-danhmuc .product-category > a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgb(98 68 49 / 10%);
}

.content-danhmuc .product-category > a:focus-visible {
    outline: 2px solid #b87950;
    outline-offset: 3px;
}

.content-danhmuc .product-category__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 287 / 228;
    object-fit: cover;
    margin: 0 0 14px;
    border-radius: 12px;
}

.content-danhmuc .product-category__name {
    display: block;
    padding: 0 6px;
    color: #32251e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.content-danhmuc .product-category__count {
    display: block;
    margin-top: auto;
    padding: 8px 6px 0;
    color: #5B3A23;
    font-size: 12px;
    font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
    .content-danhmuc .product-category > a {
        transition: none;
    }

    .content-danhmuc .product-category > a:hover {
        transform: none;
    }
}

/* About Home */
.content-gioithieu {
    padding: 70px 0;
    background: #fff url("images/bggt.jpg") no-repeat right center;
    background-size: auto 100%;
}

.content-gioithieu > .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
    width: 1200px;
    max-width: calc(100% - 40px);
}

.content-gioithieu > .wrap::before,
.content-gioithieu > .wrap::after {
    display: none;
}

.content-gioithieu .widget {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.content-gioithieu .widget_media_image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.content-gioithieu .widget-title {
    margin: 0 0 16px;
    padding: 0;
    background: transparent;
    text-transform: none;
}

.content-gioithieu .widget-title > span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #f58212;
    font-size: 14px;
    font-weight: 600;
}

.content-gioithieu .widget-title > span::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #b87950;
}

.content-gioithieu .widget-title h2 {
    margin: 0;
    color: #5B3A23;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Pattaya", sans-serif;
}

.content-gioithieu .textwidget {
    color: #707070;
    font-size: 14px;
    line-height: 1.6;
}

.content-gioithieu .textwidget p {
    margin: 0 0 28px;
}

.content-gioithieu .textwidget ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-gioithieu .textwidget li {
    position: relative;
    display: grid;
    align-content: start;
    gap: 10px;
    margin: 0;
    padding: 0 14px;
    list-style: none;
    font-size: 14px;
}

.content-gioithieu .textwidget li:first-child {
    padding-left: 0;
}

.content-gioithieu .textwidget li + li {
    border-left: 1px solid #eee3d6;
}

.content-gioithieu .textwidget li img {
    position: absolute;
    top: 0;
    left: 14px;
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 50%;
    object-fit: cover;
}

.content-gioithieu .textwidget li:first-child img {
    left: 0;
}

.content-gioithieu .textwidget li > strong {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding-left: 56px;
    color: #444;
    font-weight: 700;
}

/* Benefits below the hero */
.content-afslider {
    padding: 30px 0;
    background: #faf8f5;
    border-top: 1px solid #eee6dc;
}

.content-afslider > .wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 1200px;
    max-width: calc(100% - 40px);
}

.content-afslider > .wrap::before,
.content-afslider > .wrap::after {
    display: none;
}

.content-afslider .widget {
    min-width: 0;
    margin: 0;
    padding: 0 24px;
    border: 0;
}

.content-afslider .widget + .widget {
    border-left: 1px solid #eee3d6;
}

.content-afslider .mainposts {
    display: flex;
    align-items: center;
    gap: 22px;
}

.content-afslider .mainposts > img {
    display: block;
    flex: 0 0 60px;
    width: 60px;
    height: auto;
    margin: 0;
}

.content-afslider .box {
    min-width: 0;
}

.content-afslider .title {
    margin: 0 0 4px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.content-afslider .noidung p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #0b2e64;
}

/* Thẻ sản phẩm đặc biệt. */
a.post-thumb,
a.entry-image-link {
    position: relative;
}
a .caia-product-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: auto;
    height: auto;
    pointer-events: none;
}
a .caia-product-badges .caia-product-badge {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 4px 9px;
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}
.caia-product-badge--bestseller {
    background: #ed914b;
}

.caia-product-badge--sale {
    background: #eb6780;
}

.caia-product-badge--new {
    background: #16a5ad;
}

/* Product cards for the product-sp post-list preset. */
.caia-post-list-widget .caia-product-card {
    background: #fff;
    overflow: hidden;
    border-radius: 14px;
}

.caia-product-card .caia-card-image {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 1.8;
}

.caia-product-card .caia-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    float: none;
}

.caia-product-card .caia-card-body {
    padding: 8px 10px 12px;
}

.caia-product-card .caia-card-title {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.caia-product-card .caia-card-title a {
    color: #333;
    font: inherit;
    text-decoration: none;
}

.caia-product-card .caia-card-description {
    margin: 0 0 8px;
    color: #888;
    font-size: 12px;
    line-height: 1.5;
    min-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.caia-product-card .caia-card-variants {
    min-height: 62px;
    margin-bottom: 10px;
}

.caia-product-card .caia-card-sizes,
.caia-product-card .caia-card-colors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.caia-product-card .caia-card-sizes {
    margin-bottom: 8px;
}

.caia-product-card .caia-card-sizes span,
.caia-product-card .caia-card-color-label,
.caia-product-card .caia-card-more-colors {
    background: #f3f2f0;
    border-radius: 20px;
    padding: 4px 13px;
    color: #555;
    font-size: 12px;
    line-height: 1.5;
}

.caia-product-card .caia-card-swatch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #00000008;
}

.caia-product-card .caia-card-more-colors {
    padding: 2px 10px;
    text-decoration: none;
}

.caia-product-card .caia-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.caia-product-card .caia-card-prices {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.caia-product-card .caia-card-current {
	color: #ff240d;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
}

.caia-product-card .caia-card-old {
	color: #999;
	font-size: 16px;
	line-height: 1.4;
}

.caia-product-card .caia-card-cart-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.caia-product-card .caia-card-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ff5909;
    color: #fff;
}

.caia-product-card .caia-card-cart:hover {
    background: #e74700;
}

.caia-product-card a:focus-visible {
    outline: 2px solid #ff5909;
    outline-offset: 3px;
}

/* Featured home products: four cards and a horizontally scrollable rail. */
.content-sp.section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #fff;
    background-image: radial-gradient(ellipse at 100% 100%, #fbf4ea 0, transparent 48%);
    padding: 56px 0 40px;
}

.content-sp.section::before,
.content-sp.section::after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.content-sp.section::before {
    top: -190px;
    right: -180px;
    width: 480px;
    height: 480px;
    border: 1px solid #dfbd963b;
    border-radius: 44% 56% 62% 38%;
    box-shadow: 0 0 0 22px #fff, 0 0 0 23px #dfbd9630,
        0 0 0 48px #fff, 0 0 0 49px #dfbd9626;
    transform: rotate(-25deg);
    background: linear-gradient(140deg, #fff 35%, #faf3e9 100%);
}

.content-sp.section::after {
    bottom: -210px;
    left: -210px;
    width: 460px;
    height: 420px;
    border-radius: 46% 54% 38% 62%;
    transform: rotate(25deg);
    background: linear-gradient(135deg, #f2e2ce80, #fcf8f240);
    border: 1px solid #ead5bb40;
}

.content-sp .caia-post-list-widget:not(:last-child) {
    margin-bottom: 60px;
}

.content-sp .caia-post-list-widget:last-child {
    margin-bottom: 0;
}

.content-sp .widget-title {
    position: relative;
    display: block;
    margin-bottom: 28px;
    padding: 0 110px 0 0;
    border: 0;
    text-align: left;
}

.content-sp .widget-title h2,
.content-sp .widget-title > p:not(.caia-featured-description) {
    margin: 0;
    color: #5b3a23;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.content-sp .widget-title h2 a,
.content-sp .widget-title > p a {
    color: inherit;
    font: inherit;
}

.content-sp .widget-title h2 {
    font-family: "Pattaya", sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: none;
}

.content-sp .caia-featured-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 7px;
    color: #f58212;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.content-sp .caia-featured-eyebrow::before {
    content: '';
    width: 34px;
    height: 2px;
    background: #ff701c;
}

.content-sp .caia-featured-description {
    max-width: 460px;
    margin: 8px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    text-transform: none;
    font-weight: 400;
}

.content-sp .caia-featured-products .view-all {
    display: none;
}

.content-sp .caia-featured-controls {
    position: absolute;
    right: 0;
    bottom: 16px;
    display: flex;
    gap: 14px;
}

.content-sp .caia-featured-controls[hidden] {
    display: none;
}

.content-sp .caia-featured-signature {
    position: absolute;
    right: 155px;
    top: 12px;
    padding-bottom: 22px;
    color: #b18b70;
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
    transform: rotate(-12deg);
    font-family: "Waterfall", cursive;
}

.content-sp .caia-featured-signature span {
    display: block;
}

.content-sp .caia-featured-signature span + span {
    padding-left: 12px;
}

.content-sp .caia-featured-signature::after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: -7px;
    width: 145px;
    height: 15px;
    border-top: 2px solid #ffbd91;
    border-radius: 50%;
    transform: rotate(-7deg);
}

.content-sp .caia-featured-controls button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 4px;
    width: 42px;
    height: 42px;
    border: 1px solid #ff8b38;
    border-radius: 50%;
    color: #ff701c;
    background: #fff;
    box-shadow: 0 3px 12px #7a4c1810;
    font: 32px/1 Arial, sans-serif;
    cursor: pointer;
}

.content-sp .caia-featured-controls button:disabled {
    border-color: #e3dfda;
    color: #bcb7b0;
    cursor: default;
}

.content-sp .caia-featured-controls button:not(:disabled):hover {
    color: #fff;
    background: #ff701c;
}

.content-sp .caia-featured-controls button:focus-visible {
    outline: 2px solid #f47d20;
    outline-offset: 3px;
}

.content-sp .main-posts:has(> .caia-product-card) {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 8px 8px 28px;
    margin: -8px -8px 0;
}

.content-sp .main-posts:has(> .caia-product-card)::-webkit-scrollbar {
    display: none;
}

.content-sp .main-posts:has(> .caia-product-card)::before,
.content-sp .main-posts:has(> .caia-product-card)::after {
    display: none;
}

.content-sp .main-posts > .caia-product-card {
    flex: 0 0 calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
    min-width: 0;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    float: none;
    clear: none;
    display: flex;
    flex-direction: column;
    border: 1px solid #f3efea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px #6946240c;
    transition: box-shadow .2s ease, border-color .2s ease;
    scroll-snap-align: start;
}

.content-sp .main-posts > .caia-product-card:hover {
    border-color: #f4d7bb;
    box-shadow: 0 10px 24px #69462418;
}

/* Nổi bật các sản phẩm trong sphot-detail-posts */
.content-sp .main-posts.sphot-detail-posts > .caia-product-card,
.sphot-detail-posts > .caia-product-card,
.sphot-detail-posts .caia-product-card {
    background: #fffaf4;
    border: 1px solid #ffd8b3;
    box-shadow: 0 8px 24px rgba(245, 130, 18, 0.08);
}

.content-sp .main-posts.sphot-detail-posts > .caia-product-card:hover,
.sphot-detail-posts > .caia-product-card:hover,
.sphot-detail-posts .caia-product-card:hover {
    background: #fff;
    border-color: #f58212;
    box-shadow: 0 12px 28px rgba(245, 130, 18, 0.16);
}

.sphot-detail-posts .caia-card-image {
    background: #fff4ea;
}

.content-sp .caia-card-image {
    position: relative;
    aspect-ratio: 1.25;
    border-radius: 9px;
    background: #faf9f6;
}

.content-sp .caia-card-image img {
    object-fit: cover;
}

.content-sp .caia-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 8px 4px;
}

.content-sp .caia-card-title {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 7px;
}

.content-sp .caia-card-description {
    font-size: 12px;
    color: #72716d;
    min-height: 38px;
    line-height: 1.6;
    margin-bottom: 7px;
}

.content-sp .caia-card-variants {
    min-height: 0;
    margin-bottom: 7px;
}

.content-sp .caia-card-variants:empty {
    margin: 0;
}

.content-sp .caia-card-sizes span,
.content-sp .caia-card-color-label {
    font-size: 11px;
    padding: 2px 8px;
}

.content-sp .caia-card-footer {
    margin-top: auto;
    border: 0;
    padding-top: 8px;
    gap: 5px;
}

.content-sp .caia-card-current {
    font-size: 18px;
}

.content-sp .caia-card-old {
    font-size: 12px;
}

.content-sp .caia-card-cart {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    background: #ff8b17;
}

.content-sp .caia-card-cart svg {
    width: 22px;
    height: 22px;
}

.caia-product-card .caia-card-image {
    position: relative;
}

/* Product taxonomy: reuse the homepage .content-sp card presentation in a grid. */
.caia-product-taxonomy.content-sp {
    margin: 0px 0 50px;
}

.caia-product-taxonomy.content-sp .main-posts:has(> .caia-product-card) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    overflow: visible;
    padding: 8px;
}

.caia-product-taxonomy.content-sp .main-posts > .caia-product-card {
    width: 100%;
    min-width: 0;
}

.caia-product-taxonomy .archive-pagination {
    padding-bottom: 0;
}

/* Homepage: why choose us. Each widget in choice-cards is one benefit. */
.content-luachon.section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 70px 0;
    background:
        radial-gradient(ellipse at 48% 12%, #fffaf3 0, transparent 62%),
        radial-gradient(ellipse at 100% 100%, #ddc5a852 0, transparent 48%),
        linear-gradient(115deg, #e9dac7 0%, #f6f1e9 36%, #f4eee5 72%, #e8d8c3 100%);
    color: #5b3a23;
}
/* Architectural arches and timber slats frame the content. */
.content-luachon.section::before,
.content-luachon.section::after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    box-sizing: border-box;
}
.content-luachon.section::before {
    top: 95px;
    left: -150px;
    width: 420px;
    height: 660px;
    border: 1px solid #b28b5e30;
    border-radius: 220px 220px 0 0;
    background: linear-gradient(135deg, #fffaf54d, #c6a0771a);
    box-shadow: 0 0 0 20px #f8f2e64d, 0 0 0 21px #b28b5e24,
        0 0 0 42px #f8f2e633, 0 0 0 43px #b28b5e1c;
    transform: rotate(-12deg);
}
.content-luachon.section::after {
    top: -80px;
    right: -90px;
    width: 340px;
    height: calc(100% + 160px);
    border-radius: 180px 0 0 180px;
    background:
        linear-gradient(90deg, #f2e9dc 0%, transparent 65%),
        repeating-linear-gradient(90deg, #a77c4924 0 1px, #fff9ed40 1px 4px, transparent 4px 22px);
    transform: rotate(14deg);
    opacity: .75;
}
.content-luachon > .wrap {
    position: relative;
    z-index: 1;
}
.content-luachon .widget {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.content-luachon .choice-heading {
    max-width: 850px;
    margin: 0 auto 28px;
    text-align: center;
}
.content-luachon .choice-heading .widget-title,
.content-luachon .choice-heading h2 {
    margin: 0 0 14px;
    color: #5b3a23;
    font-family: "Pattaya", sans-serif;
    font-size: clamp(30px, 3.5vw, 40px);
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}
.content-luachon .choice-heading .widget-title > span,
.content-thuvien .widget-title > span,
.content-danhgia .testimonial-heading > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #ff701c;
    font-family: 'Google Sans Flex', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}
.content-luachon .choice-heading .widget-title > span::before,
.content-luachon .choice-heading .widget-title > span::after {
    content: '';
    display: block;
    flex: 0 0 40px;
    width: 40px;
    height: 1px;
    background: #b87950;
}
.content-luachon .choice-heading h2 strong,
.content-luachon .choice-heading h2 em {
    color: #ff701c;
    font-style: normal;
}
.content-luachon .choice-heading p {
    margin: 0 0 10px;
    color: #707070;
    font-size: 18px;
    line-height: 1.6;
}
.content-luachon .choice-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.55fr);
    gap: 20px;
    align-items: stretch;
}
.content-luachon .choice-layout-single { grid-template-columns: minmax(0, 1fr); }
.content-luachon .choice-image { min-width: 0; }
.content-luachon .choice-image .widget + .widget { margin-top: 16px; }
.content-luachon .choice-image figure,
.content-luachon .choice-image p { margin: 0; }
.content-luachon .choice-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}
.content-luachon .choice-image > .widget:only-child,
.content-luachon .choice-image > .widget_media_image:only-child .widget-wrap,
.content-luachon .choice-image > .widget_media_image:only-child .widget-wrap > a { display: block; height: 100%; }
.content-luachon .choice-image > .widget_media_image:only-child .widget-wrap {
    position: relative;
    min-height: 380px;
}
.content-luachon .choice-image > .widget_media_image:only-child img {
    position: absolute;
    inset: 0;
    height: 100% !important; /* Override WordPress image widget's inline height: auto. */
    object-fit: cover;
}
.content-luachon .choice-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    counter-reset: choice;
    min-width: 0;
}
.content-luachon .choice-cards > .widget {
    position: relative;
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 8px 24px #69462408, inset 0 0 0 1px #ffffff80;
    counter-increment: choice;
    overflow-wrap: anywhere;
}
.content-luachon .choice-cards > .widget::before {
    content: counter(choice, decimal-leading-zero);
    display: block;
    margin-bottom: 10px;
    color: #ff701c;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}
.content-luachon .choice-cards > .widget::after {
    content: '';
    position: absolute;
    top: 38px;
    left: 65px;
    width: 58px;
    height: 1px;
    background: #ff701c;
}
.content-luachon .choice-cards .widget-title,
.content-luachon .choice-cards .box > .title,
.content-luachon .choice-cards h3 {
    margin: 0 0 8px;
    color: #5b3a23;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}
.content-luachon .choice-cards p {
    margin: 0 0 10px;
    color: #707070;
    font-size: 16px;
    line-height: 1.5;
}
.content-luachon .choice-cards p:last-child { margin-bottom: 0; }
.content-luachon .choice-cards .textwidget img {
    float: left;
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 16px 10px 0;
    padding: 12px;
    border-radius: 50%;
    background: #ffead6;
    box-sizing: border-box;
}
.content-luachon .choice-cards a { color: #c44700; }
.content-luachon .choice-cards a:focus-visible { outline: 2px solid #c44700; outline-offset: 4px; }
/* Image Upload widgets have an icon beside .box rather than inside .textwidget. */
.content-luachon .choice-cards > .image-upload {
    --choice-icon-size: 74px;
    --choice-icon-gap: 18px;
    padding: 22px 20px;
}
.content-luachon .choice-cards > .image-upload::before {
    margin-left: calc(var(--choice-icon-size) + var(--choice-icon-gap));
}
.content-luachon .choice-cards > .image-upload::after {
    top: 36px;
    left: calc(62px + var(--choice-icon-size) + var(--choice-icon-gap));
}
.content-luachon .choice-cards .image-upload .mainposts {
    position: relative;
    padding-left: calc(var(--choice-icon-size) + var(--choice-icon-gap));
}
.content-luachon .choice-cards .image-upload .mainposts > img {
    position: absolute;
    top: -37px;
    left: 0;
    float: none;
    width: var(--choice-icon-size);
    height: var(--choice-icon-size);
    margin: 0;
    object-fit: contain;
}
.content-luachon .choice-cards .image-upload .box {
    float: none;
    width: auto;
    min-width: 0;
}

/* Homepage gallery: compact interior photo mosaic. */
.content-thuvien.section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 70px 0px;
    background: #fcfaf7;
    color: #5b3a23;
}

.home .site-inner{
	padding: 0;
}

.content-thuvien.section::before,
.content-thuvien.section::after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
}
.content-thuvien.section::before {
    top: 30px;
    left: -24px;
    width: clamp(130px, 15vw, 250px);
    height: 480px;
    background-image: url("images/gallery-leaves-outline.svg");
    opacity: .5;
}
.content-thuvien.section::after {
    right: -20px;
    bottom: -35px;
    width: clamp(130px, 14vw, 230px);
    height: 560px;
    background-image: url("images/gallery-leaves-soft.svg");
    background-position: right bottom;
    opacity: .55;
}
.content-thuvien .gallery-widgets {
    position: relative;
    z-index: 1;
    width: calc(100% - 32px);
    max-width: 1200px;
    margin-inline: auto;
    padding: 0;
    box-sizing: border-box;
}
.content-thuvien .widget { float: none; width: 100%; margin: 0 0 16px; padding: 0; }
.content-thuvien .widget:last-child { margin-bottom: 0; }
.content-thuvien .widget-title {
    display: block;
    margin: 8px 0 20px;
    padding: 0 12px;
    border: 0;
    background: transparent;
    color: #5b3a23;
    font-family: "Pattaya", sans-serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    text-transform: none;
}

.content-thuvien .widget-title > span::before,
.content-thuvien .widget-title > span::after,
.content-danhgia .testimonial-heading > span::before,
.content-danhgia .testimonial-heading > span::after {
    content: '';
    flex: 0 0 40px;
    width: 40px;
    height: 1px;
    background: #b87950;
}
.content-thuvien .gallery,
.content-thuvien .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    grid-auto-rows: clamp(155px, 14vw, 180px);
    grid-auto-flow: dense;
    gap: 6px;
    margin: 0;
}
.content-thuvien .gallery::before,
.content-thuvien .gallery::after,
.content-thuvien .gallery > br { display: none; }
.content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image) {
    position: relative;
    grid-column: span 3;
    float: none;
    width: 100% !important;
    height: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    border-radius: 9px;
    background: #e7d8c6;
	isolation: isolate;
	transition: transform .38s cubic-bezier(.22, .61, .36, 1), box-shadow .38s ease;
}
.content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image)::after {
	content: '';
	position: absolute;
	inset: -35% auto -35% -65%;
	z-index: 2;
	width: 34%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
	transform: skewX(-18deg) translateX(-220%);
	pointer-events: none;
}
/* Alternate wide and narrow photos; incomplete rows still fill all twelve tracks. */
@media (min-width: 961px) {
    .content-thuvien :is(.gallery, .wp-block-gallery) { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image):first-of-type:nth-last-of-type(n + 5) { grid-column: span 6; grid-row: span 2; }
    /* Rows after the hero: 4/2/3/3, then 3/4/3/2. */
    .content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image):nth-of-type(8n + 6),
    .content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image):nth-of-type(8n + 11) { grid-column: span 4; }
    .content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image):nth-of-type(8n + 7),
    .content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image):nth-of-type(8n + 13) { grid-column: span 2; }
    .content-thuvien :is(.gallery, .wp-block-gallery):has(> :is(.gallery-item, figure.wp-block-image):last-of-type:nth-of-type(1)) > :is(.gallery-item, figure.wp-block-image) { grid-column: span 12; }
    .content-thuvien :is(.gallery, .wp-block-gallery):has(> :is(.gallery-item, figure.wp-block-image):last-of-type:nth-of-type(2)) > :is(.gallery-item, figure.wp-block-image) { grid-column: span 6; }
    .content-thuvien :is(.gallery, .wp-block-gallery):has(> :is(.gallery-item, figure.wp-block-image):last-of-type:nth-of-type(3)) > :is(.gallery-item, figure.wp-block-image) { grid-column: span 4; }
    .content-thuvien :is(.gallery, .wp-block-gallery):has(> :is(.gallery-item, figure.wp-block-image):last-of-type:nth-of-type(4)) > :is(.gallery-item, figure.wp-block-image) { grid-column: span 3; }
    .content-thuvien :is(.gallery, .wp-block-gallery):has(> :is(.gallery-item, figure.wp-block-image):last-of-type:nth-of-type(4n + 2)) > :is(.gallery-item, figure.wp-block-image):nth-of-type(n + 6):nth-last-of-type(-n + 1) { grid-column: span 12; }
    .content-thuvien :is(.gallery, .wp-block-gallery):has(> :is(.gallery-item, figure.wp-block-image):last-of-type:nth-of-type(4n + 3)) > :is(.gallery-item, figure.wp-block-image):nth-of-type(n + 6):nth-last-of-type(-n + 2) { grid-column: span 6; }
    .content-thuvien :is(.gallery, .wp-block-gallery):has(> :is(.gallery-item, figure.wp-block-image):last-of-type:nth-of-type(4n + 4)) > :is(.gallery-item, figure.wp-block-image):nth-of-type(n + 6):nth-last-of-type(-n + 3) { grid-column: span 4; }
}
.content-thuvien .gallery-icon,
.content-thuvien .gallery-icon a,
.content-thuvien .wp-block-gallery figure > a { display: block; width: 100%; height: 100%; margin: 0; }
.content-thuvien .gallery img,
.content-thuvien .wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    flex: none;
    object-fit: cover;
    border: 0;
    margin: 0;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1), filter .4s ease;
}
.content-thuvien .gallery .gallery-caption,
.content-thuvien .wp-block-gallery figure.wp-block-image figcaption {
    position: absolute;
    inset: auto 0 0;
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
    margin: 0;
    padding: 32px 16px 14px;
    background: linear-gradient(transparent, #352517b8);
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}
.content-thuvien .wp-block-gallery > .blocks-gallery-caption { grid-column: 1 / -1; }
.content-thuvien .gallery a:focus-visible,
.content-thuvien .wp-block-gallery a:focus-visible { outline: 2px solid #ff701c; outline-offset: -4px; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
	.content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image):hover {
		z-index: 3;
		transform: translateY(-4px);
		box-shadow: 0 12px 28px rgba(76, 48, 27, .24);
	}
	.content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image):hover img {
		filter: saturate(1.08) brightness(1.04);
		transform: scale(1.07) rotate(.25deg);
	}
	.content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image):hover::after {
		transform: skewX(-18deg) translateX(700%);
		transition: transform .7s cubic-bezier(.22, .61, .36, 1);
	}
}
/* Flexible rows fill the width even when the number of photos changes. */

/* Customer testimonials
------------------------------------------------------------ */
.content-danhgia.section {
	float: left;
	position: relative;
	width: 100%;
	padding: 64px 0 70px;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 12%, rgba(218, 174, 128, .10), transparent 28%),
		radial-gradient(circle at 92% 88%, rgba(190, 132, 79, .08), transparent 26%),
		linear-gradient(135deg, #fdfbf8 0%, #f8f2eb 100%);
	box-sizing: border-box;
}

.content-danhgia.section::before,
.content-danhgia.section::after {
	content: '';
	position: absolute;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(221, 155, 91, .16);
	border-radius: 50%;
	pointer-events: none;
}

.content-danhgia.section::before {
	top: -125px;
	left: -85px;
}

.content-danhgia.section::after {
	right: -115px;
	bottom: -130px;
}

.content-danhgia .testimonial-heading {
	max-width: 720px;
	margin: 0 auto 34px;
	text-align: center;
}

.content-danhgia .testimonial-heading h2 {
	margin: 0 0 10px;
	color: #5b3a23;
    font-family: "Pattaya", sans-serif;
	font-weight: 500;
	letter-spacing: -.5px;
	line-height: 1.25;
	font-size: 40px;
}

.content-danhgia .testimonial-heading p {
	margin: 0;
	color: #7b7067;
	font-size: 15px;
	line-height: 1.6;
}

.content-danhgia .testimonial-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.content-danhgia .testimonial-card,
.content-danhgia .testimonial-grid .widget {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 30px 28px 26px;
	overflow: hidden;
	background: rgba(255, 255, 255, .92);
	border: 1px solid #f0ded0;
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(91, 55, 31, .08);
	box-sizing: border-box;
	transition: transform .35s cubic-bezier(.22, .61, .36, 1), border-color .35s ease, box-shadow .35s ease;
}

.content-danhgia .testimonial-grid .widget {
	min-height: 360px;
	padding: 36px 24px 26px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(253, 249, 244, .92));
	border-color: rgba(205, 164, 126, .34);
	border-radius: 24px;
	box-shadow: 0 14px 38px rgba(77, 52, 34, .075), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.content-danhgia .testimonial-card::before,
.content-danhgia .testimonial-grid .widget::before {
	content: '“';
	position: absolute;
	top: -12px;
	right: 20px;
	color: rgba(236, 116, 29, .11);
	font-family: Georgia, serif;
	font-size: 105px;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.content-danhgia .testimonial-grid .widget::before {
	top: 0;
	left: 21px;
	right: auto;
	color: rgba(184, 115, 63, .18);
	font-size: 64px;
}

.content-danhgia .testimonial-grid .widget .widget-wrap,
.content-danhgia .testimonial-grid .widget .mainposts {
	height: 100%;
}

.content-danhgia .testimonial-grid .widget .mainposts {
	position: relative;
}

.content-danhgia .testimonial-grid .widget .mainposts > img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 52px;
	height: 52px;
	margin: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 6px 16px rgba(84, 54, 35, .16), 0 0 0 1px rgba(190, 139, 96, .16);
	object-fit: cover;
	box-sizing: border-box;
}

.content-danhgia .testimonial-grid .widget .box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.content-danhgia .testimonial-grid .widget .noidung {
	order: 1;
	flex: 1 1 auto;
	padding-top: 10px;
}

.content-danhgia .testimonial-grid .widget .noidung p {
	margin: 0;
	color: #5f554d;
	font-size: 15px;
	font-style: normal;
	line-height: 1.68;
}

.content-danhgia .testimonial-grid .widget .box::after {
	content: '★★★★★';
	order: 2;
	display: block;
	margin: 20px 0 17px;
	color: #d99a45;
	font-size: 17px;
	letter-spacing: 4px;
	line-height: 1;
}

.content-danhgia .testimonial-grid .widget .title {
	order: 3;
	display: flex;
	min-height: 48px;
	flex-direction: column;
	justify-content: center;
	padding-left: 66px;
	color: #3e3027;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	box-sizing: border-box;
}

.content-danhgia .testimonial-grid .widget .title > span {
	display: block;
	position: relative;
	margin-top: 2px;
	padding-left: 16px;
	color: #8a7c71;
	font-size: 13px;
	font-weight: 400;
}

.content-danhgia .testimonial-grid .widget .title > span::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c58a58'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.content-danhgia .testimonial-stars {
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
	color: #f4a12c;
	font-size: 17px;
	letter-spacing: 3px;
	line-height: 1;
}

.content-danhgia blockquote {
	position: relative;
	z-index: 1;
	min-height: 92px;
	margin: 0 0 22px;
	padding: 0;
	background: none;
	border: 0;
}

.content-danhgia blockquote p {
	margin: 0;
	color: #5f5751;
	font-size: 15px;
	font-style: italic;
	line-height: 1.7;
}

.content-danhgia .testimonial-author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 18px;
	border-top: 1px solid #f0e6dc;
}

.content-danhgia .testimonial-avatar {
	display: inline-flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #fff;
	background: linear-gradient(135deg, #ee873e, #b9642e);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 5px 14px rgba(196, 99, 39, .2);
}

.content-danhgia .testimonial-author > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.content-danhgia .testimonial-author strong {
	color: #493326;
	font-size: 15px;
	line-height: 1.35;
}

.content-danhgia .testimonial-author small {
	color: #91867d;
	font-size: 13px;
	line-height: 1.35;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
	.content-danhgia .testimonial-card:hover,
	.content-danhgia .testimonial-grid .widget:hover {
		transform: translateY(-5px);
		border-color: rgba(183, 116, 64, .48);
		box-shadow: 0 22px 46px rgba(77, 52, 34, .13), inset 0 1px 0 rgba(255, 255, 255, .95);
	}
}

.content-danhgia .testimonial-grid.slick-initialized {
	display: block;
	max-width: none;
	margin: 0;
}

.content-danhgia .testimonial-grid.slick-initialized .slick-list {
	margin: -8px -9px -22px;
	padding: 8px 0 22px;
}

.content-danhgia .testimonial-grid.slick-initialized .slick-track {
	display: flex;
}

.content-danhgia .testimonial-grid.slick-initialized .slick-slide {
	float: none;
	height: auto;
	margin: 0 9px;
}

.content-danhgia .testimonial-grid.slick-initialized .slick-slide > div,
.content-danhgia .testimonial-grid.slick-initialized .slick-slide > div > .widget {
	height: 100%;
}

.content-danhgia .testimonial-grid .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: -21px 0 0;
	padding: 0;
	color: #8e5b35;
	background: rgba(255, 253, 249, .96);
	border: 1px solid rgba(190, 139, 96, .34);
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(77, 52, 34, .12);
	font-size: 27px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.content-danhgia .testimonial-grid .slick-prev {
	left: -58px;
}

.content-danhgia .testimonial-grid .slick-next {
	right: -58px;
}

.content-danhgia .testimonial-grid .slick-arrow:hover,
.content-danhgia .testimonial-grid .slick-arrow:focus-visible {
	color: #fff;
	background: #b8733f;
	box-shadow: 0 10px 28px rgba(126, 75, 39, .22);
	transform: scale(1.05);
}

.content-danhgia .testimonial-grid .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.content-danhgia .testimonial-grid .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	list-style: none;
}

.content-danhgia .testimonial-grid .slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: transparent;
	background: #d8c5b3;
	border: 0;
	border-radius: 999px;
	font-size: 0;
	cursor: pointer;
	transition: width .3s ease, background-color .3s ease;
}

.content-danhgia .testimonial-grid .slick-dots .slick-active button {
	width: 25px;
	background: #b8733f;
}

@media (prefers-reduced-motion: reduce) {
	.content-danhgia .testimonial-grid .slick-arrow,
	.content-danhgia .testimonial-grid .slick-dots button {
		transition: none;
	}
}

/* Newsletter banner
------------------------------------------------------------ */
.content-lienhe.section {
	float: left;
	width: 100%;
	min-height: 150px;
	margin: 0;
	padding: 0;
	background:  url(images/nen.jpg) center center / cover no-repeat;
	color: #fff;
}

.content-lienhe > .wrap {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(420px, 1.25fr);
	align-items: center;
	gap: clamp(35px, 6vw, 95px);
	min-height: 150px;
}

.content-lienhe .widget {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.content-lienhe .widget_text .widget-title {
	margin: 0 0 3px;
	color: #fff;
	    font-family: "Pattaya", sans-serif;
	font-size: 40px;
	line-height: 1.25;
	text-shadow: 0 1px 2px rgba(74, 35, 11, .2);
}

.content-lienhe .widget_text .textwidget,
.content-lienhe .widget_text .textwidget p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.45;
}

.content-lienhe .widget_caldera_forms_widget > .widget-wrap > .widget-title,
.content-lienhe .caldera_forms_form > .hide,
.content-lienhe .caldera_forms_form > input[type='hidden'] {
	display: none !important;
}

.content-lienhe .caldera-grid,
.content-lienhe .caldera_forms_form,
.content-lienhe .caldera_forms_form .row,
.content-lienhe .caldera_forms_form .form-group {
	margin: 0;
	padding: 0;
}

.content-lienhe .caldera_forms_form .row.single {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	width: 100%;
	min-height: 60px;
	padding: 5px;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(84, 41, 13, .14);
	box-sizing: border-box;
}

.content-lienhe .caldera_forms_form .row.single::before,
.content-lienhe .caldera_forms_form .row.single::after {
	display: none !important;
}

.content-lienhe .caldera_forms_form .row.single > [class*='col-sm-'] {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.content-lienhe .caldera_forms_form input.form-control {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: #4a4039;
	font-size: 14px;
	line-height: 50px;
	outline: 0;
	box-sizing: border-box;
}

.content-lienhe .caldera_forms_form input.form-control::placeholder {
	color: #999;
	opacity: 1;
}

.content-lienhe .caldera_forms_form input.form-control:focus {
	box-shadow: 0 0 0 2px rgba(245, 118, 22, .28);
}

.content-lienhe .caldera_forms_form input[type='submit'] {
	min-width: 155px;
	height: 50px;
	margin: 0;
	padding: 0 48px 0 28px;
	background-color: #ff7417;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
	background-position: right 20px center;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	transition: background-color .2s ease, transform .2s ease;
}

.content-lienhe .caldera_forms_form input[type='submit']:hover,
.content-lienhe .caldera_forms_form input[type='submit']:focus {
	background-color: #e96109;
	transform: translateY(-1px);
}

@media (min-width: 1241px) {
	.content-lienhe > .wrap {
		grid-template-columns: 400px 530px;
		gap: 160px;
		padding-left: 216px;
		box-sizing: border-box;
	}
}

/* About us
------------------------------------------------------------ */

.page-template-page-aboutus {
	background: #fffdfb;
}

.page-template-page-aboutus .site-inner {
	display: none;
}

.about-page,
.about-page * {
	box-sizing: border-box;
}

.about-page {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
	padding: 34px 0 72px;
	color: #172126;
}

.about-intro {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(42px, 6vw, 86px);
	margin: 50px 0 0;
}

.about-intro__content {
	padding: 12px 0 14px;
}

.about-section-label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #f58212;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.about-section-label::before {
	width: 40px;
	height: 1px;
	background: #b87950;
	content: '';
	flex: 0 0 auto;
}

.about-intro__title {
	margin: 0 0 5px;
	color: #172126;
	font-size: clamp(34px, 3.15vw, 46px);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.about-intro__subtitle {
	margin: 0 0 22px;
	color: #7d431d;
	font-size: clamp(18px, 1.7vw, 24px);
	font-weight: 700;
	line-height: 1.35;
}

.about-intro__description {
	max-width: 510px;
	color: #3f4345;
	font-size: 15px;
	line-height: 1.68;
}

.about-intro__description p {
	margin: 0 0 13px;
}

.about-intro__visual {
	position: relative;
	min-width: 0;
}

.about-intro__image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 12px;
}

.about-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 80px;
	padding: 26px 18px;
	background: #fbf8f4;
	border-radius: 10px;
}

.about-stat {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
	padding: 0 30px;
	border-right: 1px solid #eee7df;
}

.about-stat:last-child {
	border-right: 0;
}

.about-card-icon__image,
.about-card-icon__svg {
	display: block;
	width: 66px;
	height: 66px;
	margin: 0;
	flex: 0 0 66px;
	object-fit: contain;
	transition: transform .25s ease;
}

.about-card-icon__svg {
	padding: 17px;
	background: #f7ecdf;
	border-radius: 50%;
	color: #784721;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.about-stat strong,
.about-stat span {
	display: block;
}

.about-stat strong {
	margin-bottom: 5px;
	color: #172126;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 750;
	letter-spacing: -.03em;
	line-height: 1;
	transition: color .25s ease;
}

.about-stat div > span {
	color: #3f4345;
	font-size: 13px;
	line-height: 1.35;
}

.about-values {
	margin: 80px 0 20px;
	text-align: center;
	scroll-margin-top: 30px;
}

.about-values__header {
	margin-bottom: 50px;
}

.about-section-label--center {
	justify-content: center;
	margin-bottom: 10px;
}

.about-values h2 {
	margin: 0;
	color: #172126;
	font-size: clamp(27px, 2.75vw, 38px);
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.about-values__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.about-value {
	min-width: 0;
	padding: 26px 20px;
	background: #fff;
	border: 1px solid #eee5dc;
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(91, 58, 34, .05);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.about-value .about-card-icon__image,
.about-value .about-card-icon__svg {
	width: 68px;
	height: 68px;
	margin: 0 auto 15px;
}

.about-value h3 {
	margin: 0 0 9px;
	color: #202527;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	transition: color .25s ease;
}

@media (hover: hover) {
	.about-value:hover {
		border-color: #e5c5aa;
		box-shadow: 0 12px 28px rgba(91, 58, 34, .1);
		transform: translateY(-4px);
	}

	.about-stat:hover .about-card-icon__image,
	.about-stat:hover .about-card-icon__svg,
	.about-value:hover .about-card-icon__image,
	.about-value:hover .about-card-icon__svg {
		transform: translateY(-4px) scale(1.04);
	}

	.about-stat:hover strong,
	.about-value:hover h3 {
		color: #e86613;
	}
}

.about-value p {
	margin: 0;
	color: #5b5b59;
	font-size: 14px;
	line-height: 1.65;
}

@media (prefers-reduced-motion: reduce) {
	.about-stat,
	.about-value,
	.about-card-icon__image,
	.about-card-icon__svg,
	.about-stat strong,
	.about-value h3 {
		transition: none;
	}
}

/* Contact page
------------------------------------------------------------ */

.page-template-page-lienhe {
	background: #fcfaf7;
}

.page-template-page-lienhe .site-inner {
	display: none;
}

.contact-page,
.contact-page * {
	box-sizing: border-box;
}

.contact-page {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
	padding: 50px 0 70px;
	color: #272421;
}

.contact-main {
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
	gap: 24px;
	align-items: stretch;
}

.contact-form-card,
.contact-info,
.contact-map,
.contact-faq-card {
	background: #fff;
	border: 1px solid #f0ebe5;
	box-shadow: 0 10px 30px rgba(82, 55, 34, .06);
}

.contact-form-card {
	border-radius: 14px;
	overflow: hidden;
}

.contact-heading {
	padding: 30px 32px 23px;
}

.contact-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #f58212;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.contact-eyebrow::before {
	width: 40px;
	height: 1px;
	background: #b87950;
	content: '';
	flex: 0 0 auto;
}

.contact-heading h1,
.contact-faq__heading h2 {
	margin: 0;
	color: #5B3A23;
	font-family: 'Pattaya', sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -.025em;
}

.contact-heading h1 {
	font-size: clamp(30px, 2.55vw, 37px);
	line-height: 1.16;
}

.contact-heading p,
.contact-faq__heading p {
	margin: 12px 0 0;
	color: #625d58;
	font-size: 15px;
	line-height: 1.65;
}

.contact-alert {
	margin: 0 32px 18px;
	padding: 12px 15px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.contact-alert--success {
	background: #edf8ef;
	color: #246b32;
}

.contact-alert--error {
	background: #fff0ee;
	color: #a33629;
}

.contact-form {
	padding: 20px 32px 31px;
	border-top: 1px solid #f1ece6;
}

.contact-form form {
	display: grid;
	gap: 14px;
}

.contact-form .caldera-grid,
.contact-form .wpcf7,
.contact-form .wpforms-container {
	width: 100%;
	margin: 0;
}

.contact-form .form-group,
.contact-form .wpcf7-form-control-wrap,
.contact-form .wpforms-field {
	margin-bottom: 14px;
}

.contact-form .caldera-grid .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -7px;
	margin-left: -7px;
}

.contact-form .caldera-grid .row > [class*='col-'] {
	float: none;
	padding-right: 7px;
	padding-left: 7px;
}

.contact-form .caldera-grid .control-label {
	display: none;
}

.contact-form.contact-form--shortcode .caldera-grid .form-group {
	margin: 0 0 13px;
}

.contact-form.contact-form--shortcode .caldera-grid input.form-control,
.contact-form.contact-form--shortcode .caldera-grid select.form-control,
.contact-form.contact-form--shortcode .caldera-grid textarea.form-control {
	width: 100% !important;
	margin: 0 !important;
	background-color: #fff !important;
	border: 1px solid #dedbd7 !important;
	border-radius: 13px !important;
	box-shadow: none !important;
	color: #34302d !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	outline: 0 !important;
}

.contact-form.contact-form--shortcode .caldera-grid input.form-control,
.contact-form.contact-form--shortcode .caldera-grid select.form-control {
	height: 52px !important;
	padding: 0 17px !important;
}

.contact-form.contact-form--shortcode .caldera-grid textarea.form-control {
	height: 128px !important;
	min-height: 128px !important;
	padding: 15px 17px !important;
}

.contact-form.contact-form--shortcode .caldera-grid input.form-control:focus,
.contact-form.contact-form--shortcode .caldera-grid select.form-control:focus,
.contact-form.contact-form--shortcode .caldera-grid textarea.form-control:focus {
	border-color: #f28b47 !important;
	box-shadow: none !important;
}

.contact-form.contact-form--shortcode .caldera-grid select.form-control {
	padding-right: 44px !important;
	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='%236f665f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
	background-position: right 16px center !important;
	background-repeat: no-repeat !important;
	background-size: 16px !important;
}

.contact-form.contact-form--shortcode .caldera-grid input[type='submit'] {
	height: 54px !important;
	margin: 1px 0 0 !important;
	background: #ff6812 !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

.contact-form.contact-form--shortcode .caldera-grid input[type='submit']:hover,
.contact-form.contact-form--shortcode .caldera-grid input[type='submit']:focus {
	background: #e85b08 !important;
}

.contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.contact-form label {
	display: block;
	margin: 0;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 17px;
	background: #fff;
	border: 1px solid #dedbd7;
	border-radius: 13px;
	box-shadow: none !important;
	color: #34302d;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	outline: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.contact-form input,
.contact-form select {
	height: 53px;
}

.contact-form textarea {
	min-height: 128px;
	padding-top: 15px;
	resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select:invalid {
	color: #999490;
	opacity: 1;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #f29a5f;
	box-shadow: none !important;
}

.contact-form select {
	padding-right: 44px;
	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='%236f665f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.contact-form button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 24px;
	background: #ff6812;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 9px 20px rgba(243, 107, 19, .17);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	transition: background-color .2s ease, transform .2s ease;
}

.contact-form input[type='hidden'] {
	display: none !important;
	height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.contact-form input[type='submit'] {
	display: block;
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 24px;
	background: #ff6812;
	border: 0;
	border-radius: 999px;
	box-shadow: none !important;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	transition: background-color .2s ease, transform .2s ease;
}

.contact-form button:hover,
.contact-form button:focus,
.contact-form input[type='submit']:hover,
.contact-form input[type='submit']:focus {
	background: #e85b08;
	transform: translateY(-2px);
}

.contact-form button span {
	font-size: 20px;
	font-weight: 400;
}

.contact-side {
	display: grid;
	grid-template-rows: minmax(300px, 1fr) 272px;
	gap: 14px;
}

.contact-info {
	position: relative;
	min-height: 330px;
	border-radius: 14px;
	overflow: hidden;
}

.contact-info__visual {
	position: absolute;
	inset: 0 0 0 auto;
	width: 52%;
	height: 100%;
}

.contact-info__visual::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .72) 24%, rgba(255, 255, 255, 0) 65%);
	content: '';
}

.contact-info__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
}

.contact-info__list {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: space-between;
	gap: 18px;
	width: 72%;
	height: 100%;
	padding: 28px 26px;
}

.contact-detail {
	display: flex;
	align-items: center;
	gap: 16px;
}

.contact-detail__icon,
.contact-faq-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: #f8ecde;
	border-radius: 50%;
	color: #8a4d24;
	flex: 0 0 52px;
}

.contact-detail__icon svg,
.contact-faq-card__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.contact-detail strong,
.contact-detail div > span {
	display: block;
}

.contact-detail strong {
	margin-bottom: 4px;
	color: #26221f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.contact-detail div > span {
	color: #77716c;
	font-size: 13px;
	line-height: 1.4;
}

.contact-map {
	padding: 10px;
	border-radius: 14px;
	overflow: hidden;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 250px;
	margin: 0;
	border: 0;
	border-radius: 10px;
}

.contact-faq {
	margin-top: 38px;
	padding-top: 35px;
	border-top: 1px solid #eee8e1;
}

.contact-faq__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 28px;
}

.contact-faq__heading h2 {
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1.15;
}

.contact-faq__heading > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-width: 190px;
	min-height: 50px;
	padding: 10px 22px;
	border: 1px solid #f36b13;
	border-radius: 999px;
	color: #e85f0c;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.contact-faq__heading > a:hover,
.contact-faq__heading > a:focus {
	background: #f36b13;
	color: #fff;
	transform: translateY(-2px);
}

.contact-faq__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.contact-faq-card {
	display: flex;
	align-items: flex-start;
	gap: 17px;
	min-width: 0;
	padding: 25px 22px;
	border-radius: 12px;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.contact-faq-card h3 {
	margin: 2px 0 8px;
	color: #2c2825;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.contact-faq-card p {
	margin: 0;
	color: #77716c;
	font-size: 13px;
	line-height: 1.6;
}

@media (hover: hover) {
	.contact-faq-card:hover {
		border-color: #e6c9af;
		box-shadow: 0 14px 32px rgba(82, 55, 34, .1);
		transform: translateY(-4px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.contact-form input,
	.contact-form select,
	.contact-form textarea,
	.contact-form button,
	.contact-faq__heading > a,
	.contact-faq-card {
		transition: none;
	}
}

/* Blog primary sidebar
------------------------------------------------------------ */

.sidebar-post-date {
	display: none;
}

.sidebar-primary .widget {
	float: none;
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	background: transparent;
	border: 0;
}

.sidebar-primary .widget_media_image .widget-wrap,
.sidebar-primary .widget_media_image img {
	display: block;
	width: 100%;
}

.sidebar-primary .widget_media_image img {
	height: auto;
	margin: 0;
	border-radius: 12px;
	object-fit: cover;
}

.sidebar-primary .widget_caldera_forms_widget {
	width: 100%;
	padding: 20px 20px 15px;
	background: #fbf5ef;
	border-radius: 12px;
	box-sizing: border-box;
	overflow: hidden;
}

.sidebar-primary .widget_caldera_forms_widget .widget-wrap {
	width: 100%;
	box-sizing: border-box;
}

.sidebar-primary .widget_caldera_forms_widget .widget-title {
	margin: 0 0 13px;
	padding: 0;
	background: transparent;
	color: #241f1b;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
}

.sidebar-primary .widget_caldera_forms_widget .widget-title::after {
	display: block;
	max-width: 245px;
	margin-top: 7px;
	color: #77716b;
	content: 'Cập nhật xu hướng nội thất mới nhất từ Home.';
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
}

.sidebar-primary .widget_caldera_forms_widget .caldera-grid,
.sidebar-primary .widget_caldera_forms_widget .caldera_forms_form,
.sidebar-primary .widget_caldera_forms_widget .form-group {
	margin: 0;
	padding: 0;
}

.sidebar-primary .widget_caldera_forms_widget .row.single {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 45px;
	margin: 0;
	padding: 0;
}

.sidebar-primary .widget_caldera_forms_widget .row.single::before,
.sidebar-primary .widget_caldera_forms_widget .row.single::after {
	display: none;
}

.sidebar-primary .widget_caldera_forms_widget .row.single > [class*='col-'] {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.sidebar-primary .widget_caldera_forms_widget input.form-control {
	display: block;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0 14px;
	background: #fff;
	border: 1px solid #e3ddd7;
	border-right: 0;
	border-radius: 8px 0 0 8px;
	box-shadow: none;
	color: #3d3834;
	font-size: 12px;
	line-height: 45px;
	outline: 0;
}

.sidebar-primary .widget_caldera_forms_widget input.form-control:focus {
	border-color: #b97847;
	box-shadow: none;
}

.sidebar-primary .widget_caldera_forms_widget input[type='submit'] {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: #8a4d22;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 0 8px 8px 0;
	box-shadow: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	transition: background-color .2s ease;
}

.sidebar-primary .widget_caldera_forms_widget input[type='submit']:hover,
.sidebar-primary .widget_caldera_forms_widget input[type='submit']:focus {
	background-color: #6f3b19;
}

.sidebar-primary .caia-post-list-widget {
	margin-top: 26px;
}

.sidebar-primary .caia-post-list-widget > .widget-wrap > .widget-title {
	position: relative;
	margin: 0 0 18px;
	padding: 0 0 9px;
	background: transparent;
	border-bottom: 1px solid #e8e0d8;
	color: #241f1b;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	visibility: visible;
	opacity: 1;
}

.sidebar-primary .caia-post-list-widget > .widget-wrap > .widget-title::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 42px;
	height: 2px;
	background: #ed6c20;
	content: '';
}

.sidebar-primary .caia-post-list-widget .widget-title p {
	display: block;
	margin: 0;
	color: inherit;
	font: inherit;
}

.sidebar-primary .caia-post-list-widget .main-posts {
	display: grid;
	gap: 15px;
	counter-reset: sidebar-post;
}

.sidebar-primary .caia-post-list-widget .main-posts > .entry {
	display: grid;
	grid-template-columns: 36px 76px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	counter-increment: sidebar-post;
}

.sidebar-primary .caia-post-list-widget .main-posts > .entry:nth-child(n+5) {
	display: none;
}

.sidebar-primary .caia-post-list-widget .main-posts > .entry::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: #fbf4ed;
	border-radius: 50%;
	color: #a55d2d;
	content: counter(sidebar-post, decimal-leading-zero);
	font-size: 12px;
	line-height: 1;
}

.sidebar-primary .caia-post-list-widget .main-posts > .entry > a {
	display: block;
	width: 76px;
	height: 62px;
	margin: 0;
	overflow: hidden;
	border-radius: 7px;
}

.sidebar-primary .caia-post-list-widget .main-posts > .entry > a img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform .25s ease;
}

.sidebar-primary .caia-post-list-widget .main-posts > .entry:hover > a img {
	transform: scale(1.05);
}

.sidebar-primary .caia-post-list-widget .list-info {
	min-width: 0;
}

.sidebar-primary .caia-post-list-widget .widget-item-title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}

.sidebar-primary .caia-post-list-widget .widget-item-title a {
	color: #27231f;
	text-decoration: none;
}

.sidebar-primary .caia-post-list-widget .widget-item-title a:hover,
.sidebar-primary .caia-post-list-widget .widget-item-title a:focus {
	color: #d96018;
}

.sidebar-primary .caia-post-list-widget .sidebar-post-date {
	display: block;
	margin: 0;
	color: #948d86;
	font-size: 10px;
	line-height: 1.35;
}

.sidebar-primary .caia-post-list-widget .sidebar-post-date::before {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 4px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23948d86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	vertical-align: -2px;
}

/* Category post cards
------------------------------------------------------------ */

.category .content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: stretch;
}

.category .term-hero__title {
	display: none;
}

.category .content > .entry {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	grid-template-rows: auto 1fr auto;
	min-width: 0;
	min-height: 225px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ebe5df;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(70, 47, 31, .035);
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.category .content > .entry > .entry-image-link {
	display: block;
	grid-column: 1;
	grid-row: 1 / 4;
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	aspect-ratio: 5 / 3;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.category .content > .entry > .entry-image-link img {
	display: block;
	float: none;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	object-fit: cover;
	transition: transform .35s ease;
}

.category .archive-card-placeholder {
	position: relative;
	background: linear-gradient(135deg, #f2e9df, #faf7f3);
}

.category .archive-card-placeholder span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='%23b89a83' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E");
	content: '';
	transform: translate(-50%, -50%);
}

.category .archive-card-date {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 66px;
	min-height: 0;
	padding: 6px 4px;
	background: rgba(255, 253, 250, .94);
	border-radius: 7px;
	box-shadow: 0 5px 16px rgba(65, 42, 27, .09);
	box-sizing: border-box;
	color: #4c3a2e;
	flex-direction: column;
	line-height: 1.15;
}

.category .archive-card-date strong,
.category .archive-card-date span,
.category .archive-card-date small {
	display: block;
}

.category .archive-card-date strong {
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: 750;
}

.category .archive-card-date span,
.category .archive-card-date small {
	color: #7f746b;
	font-size: 9px;
}

.category .content > .entry .entry-header {
	grid-column: 2;
	grid-row: 1;
	padding: 24px 24px 0;
}

.category .entry-title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.category .entry-title a {
	color: #27221e;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
}

.category .entry-content {
	display: block;
	grid-column: 2;
	grid-row: 2;
	padding: 10px 24px 0;
	color: #777069;
	font-size: 12px;
	line-height: 1.55;
	text-align: left;
}

.category .entry-content p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: left;
}

.category .entry-content .more-link {
	display: none;
}

.category .post:hover .entry-title a{
	color: #f58212 !important;
}

.category .content-sidebar-wrap{
	margin: 30px 0 50px;
}

.category .content > .entry .entry-footer {
	display: flex;
	grid-column: 2;
	grid-row: 3;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0;
	padding: 15px 24px 20px;
}

.category .archive-card-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #8d8781;
	font-size: 10px;
	line-height: 1.4;
}

.category .archive-card-meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.category .archive-card-meta span::before {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.category .archive-card-reading::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238d8781' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.category .archive-card-comments::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238d8781' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z'/%3E%3C/svg%3E");
}

.category .archive-card-comments::after {
	order: -1;
	color: #c1bbb5;
	content: '•';
	margin-right: 1px;
}

.category .archive-card-more {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 5px;
	color: #d75b12;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.category .archive-card-more span {
	font-size: 15px;
	transition: transform .2s ease;
}

.category .archive-card-more:hover span,
.category .archive-card-more:focus span {
	transform: translateX(3px);
}

.category .pagination,
.category .archive-pagination {
	grid-column: 1 / -1;
}

/* Danh mục slider ở term_list (trang taxonomy và cửa hàng)
------------------------------------------------------------ */
.content-danhmuc.term_list,
.tax-product_cat .content-danhmuc {
    padding: 15px 0 10px;
    background: unset;
    position: relative;
}

.content-danhmuc.term_list .wrap,
.tax-product_cat .content-danhmuc .wrap {
    position: relative;
    max-width: 100%;
}

.content-danhmuc-slider {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.danhmuc-slider-viewport {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 6px 0 10px;
}

.content-danhmuc.term_list .product-categories-list,
.tax-product_cat .content-danhmuc .product-categories-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.content-danhmuc.term_list .product-category,
.tax-product_cat .content-danhmuc .product-category {
    flex: 0 0 calc((100% - 130px) / 14) !important;
    max-width: calc((100% - 130px) / 14) !important;
    min-width: calc((100% - 130px) / 14) !important;
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
}

.content-danhmuc.term_list .product-category > a,
.tax-product_cat .content-danhmuc .product-category > a {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    box-sizing: border-box;
    padding: 3px 3px 8px;
    overflow: hidden;
    border: 1.5px solid #fff;
    border-radius: 14px;
    background: #fcf9f5;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.content-danhmuc.term_list .product-category > a:hover,
.tax-product_cat .content-danhmuc .product-category > a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(91, 58, 35, 0.12);
    border-color: #dfcfc1;
}

/* Mục đầu tiên (Tất cả): Icon SVG bánh răng */
.content-danhmuc.term_list .product-category__image-wrap,
.tax-product_cat .content-danhmuc .product-category__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 287 / 228;
    margin: 0 0 6px;
    border-radius: 11px;
    background: #f4ece4;
    color: #5B3A23;
    transition: background-color .25s ease, color .25s ease;
}

.content-danhmuc.term_list .product-category.is-active .product-category__image-wrap,
.tax-product_cat .content-danhmuc .product-category.is-active .product-category__image-wrap {
    background: #ebdccf;
    color: #5B3A23;
}

.content-danhmuc.term_list .product-category__svg-gear,
.tax-product_cat .content-danhmuc .product-category__svg-gear {
    display: block;
    width: 26px;
    height: 26px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.content-danhmuc.term_list .product-category:hover .product-category__svg-gear,
.tax-product_cat .content-danhmuc .product-category:hover .product-category__svg-gear {
    transform: rotate(60deg);
}

.content-danhmuc.term_list .product-category__image,
.tax-product_cat .content-danhmuc .product-category__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 287 / 228;
    object-fit: cover;
    margin: 0 0 6px;
    border-radius: 11px;
}

.content-danhmuc.term_list .product-category__name,
.tax-product_cat .content-danhmuc .product-category__name {
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
    color: #32251e;
}

.content-danhmuc.term_list .product-category__count,
.tax-product_cat .content-danhmuc .product-category__count {
    padding: 2px 2px 0;
    font-size: 9px;
    font-weight: 400;
    text-align: center;
    color: #8c7161;
    margin-top: auto;
}

/* Mục active: đổi màu rõ rệt để nhận biết */
.content-danhmuc.term_list .product-category.is-active > a,
.tax-product_cat .content-danhmuc .product-category.is-active > a {
    background: #fdeede !important;
    border-color: #ffcdab !important;
}

/* Nút mũi tên điều hướng slide */
.danhmuc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dfd4c8;
    color: #5B3A23;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(91, 58, 35, 0.14);
    cursor: pointer;
    z-index: 10;
    transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .25s ease, visibility .25s ease, transform .2s ease;
    padding: 0;
    outline: none;
}

.danhmuc-arrow--prev {
    left: -17px;
}

.danhmuc-arrow--next {
    right: -17px;
}

.danhmuc-arrow:hover:not(:disabled) {
    background: #5B3A23;
    color: #ffffff;
    border-color: #5B3A23;
    box-shadow: 0 6px 18px rgba(91, 58, 35, 0.28);
    transform: translateY(-50%) scale(1.08);
}

.danhmuc-arrow:disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: default;
}

.term-hero__title{
	    color: #5B3A23;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Pattaya", sans-serif;
        margin: 30px 0 0;
}

@media (hover: hover) {
	.category .content > .entry:hover {
		border-color: #e3d5c9;
		box-shadow: 0 12px 28px rgba(70, 47, 31, .09);
		transform: translateY(-4px);
	}

	.category .content > .entry:hover > .entry-image-link img {
		transform: scale(1.04);
	}
}

@media (prefers-reduced-motion: reduce) {
	.category .content > .entry,
	.category .content > .entry > .entry-image-link img,
	.category .archive-card-more span {
		transition: none;
	}
}

/* Term Hero Header & Product Sorting
------------------------------------------------------------ */

.term-hero__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin: 28px 0 16px;
}

.term-hero__header .term-hero__copy {
	flex: 1 1 auto;
	min-width: 0;
}

.term-hero__header .term-hero__title {
	margin: 0;
	line-height: 1.25;
}

.term-sort {
	position: relative;
	flex: 0 0 auto;
}

.term-sort__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 18px;
	background: #ffffff;
	border: 1px solid #dfd8d0;
	border-radius: 999px;
	color: #333333;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(70, 47, 31, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	outline: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.term-sort__toggle:hover,
.term-sort.is-open .term-sort__toggle {
	border-color: #8b5a42;
	color: #5b3a23;
	box-shadow: 0 3px 10px rgba(91, 58, 35, 0.1);
}

.term-sort__prefix {
	color: #666666;
	font-weight: 400;
}

.term-sort__current {
	color: #222222;
	font-weight: 600;
}

.term-sort__arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 2px;
	color: #666666;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
	flex-shrink: 0;
}

.term-sort__toggle:hover .term-sort__arrow,
.term-sort.is-open .term-sort__arrow {
	color: #5b3a23;
}

.term-sort.is-open .term-sort__arrow {
	transform: rotate(180deg);
}

.term-sort__dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 210px;
	background: #ffffff;
	border: 1px solid #e8e2dc;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(70, 47, 31, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
	padding: 6px;
	margin: 0;
	list-style: none;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
}

.term-sort.is-open .term-sort__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.term-sort__item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.term-sort__link,
.term-sort__link:link,
.term-sort__link:visited {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 14px;
	color: #4a3b32 !important;
	font-size: 13.5px;
	font-weight: 400;
	text-decoration: none !important;
	border-radius: 8px;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.term-sort__link span {
	color: inherit;
}

.term-sort__link:hover,
.term-sort__link:focus {
	background-color: #f7f3ee;
	color: #8b5a42 !important;
	text-decoration: none !important;
}

.term-sort__link.is-active,
.term-sort__link.is-active:link,
.term-sort__link.is-active:visited,
.term-sort__link.is-active:hover {
	background-color: #fcf6f0;
	color: #5b3a23 !important;
	font-weight: 600;
}

.term-sort__check {
	width: 14px;
	height: 14px;
	color: #8b5a42;
	flex-shrink: 0;
}

/* ============================================================
   SINGLE PRODUCT PAGE STYLES
   ============================================================ */
.class-single-product .site-inner {
	padding-top: 24px;
	padding-bottom: 0;
}

.single-product-container {
	margin: 0 auto;
	width: 100%;
}

.chitiet_sp.single-product-summary {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	margin-bottom: 45px;
}

/* Gallery Column */
.chitiet_sp .anh_sp {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
	position: sticky;
	top: 90px;
}

.single-product-gallery-wrap {
	position: relative;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #ebebeb;
	padding: 0;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.single-product-badges-overlay {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 6px;
	pointer-events: none;
}

.single-product-badges-overlay .product-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1.2;
}

.product-badge.badge-hot {
	background: linear-gradient(135deg, #f59c5e, #e55b13);
	color: #fff;
	box-shadow: 0 2px 8px rgba(229, 91, 19, 0.3);
}

.product-badge.badge-new {
	background: #2b9348;
	color: #fff;
}

/* Gallery Slider & Images */
.sp-gallery-container {
	position: relative;
}

/* Main Image Box (On Top) */
.sp-gallery-main {
	position: relative;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	background: #fbfbfb;
}

.sp-gallery-container.no-thumbs .sp-gallery-main {
	border-radius: 15px;
}

.sp-slider-main {
	margin-bottom: 0 !important;
}

.sp-main-slide {
	outline: none;
	cursor: zoom-in;
}

.sp-main-slide img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	display: block;
	margin: 0 auto;
	transition: transform 0.35s ease;
}

.sp-gallery-container.no-thumbs .sp-main-slide img {
	border-radius: 15px;
}

/* Expand Fullscreen Button (Bottom-Right of Main Image) */
.sp-gallery-expand-btn {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333;
	outline: none;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	backdrop-filter: blur(4px);
	padding: 0;
}

.sp-gallery-expand-btn:hover {
	background: #fff;
	color: #e55b13;
	transform: scale(1.08);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* Thumbnails Strip (Below Main Image) */
.sp-gallery-nav-wrap {
	margin-top: 14px;
	position: relative;
	padding: 0 24px 16px;
}

.sp-slider-nav {
	margin: 0 -4px;
}

.sp-thumb-slide {
	padding: 0 4px;
	outline: none;
	cursor: pointer;
}

.sp-thumb-slide img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
	border: 2px solid transparent;
	transition: all 0.2s ease;
	opacity: 0.7;
	display: block;
	background: #f4f4f4;
}

.sp-thumb-slide:hover img {
	opacity: 0.95;
	border-color: #fbd6b8;
}

.sp-thumb-slide.slick-current img {
	opacity: 1;
	border-color: #e55b13;
	box-shadow: 0 2px 8px rgba(229, 91, 19, 0.2);
}

/* Custom Navigation Arrows for Thumbnails */
.sp-gallery-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #444;
	outline: none;
	padding: 0;
	transition: all 0.2s ease;
}

.sp-gallery-prev {
	left: 8px;
}

.sp-gallery-next {
	right: 8px;
}

.sp-gallery-arrow:hover {
	background: #fff;
	border-color: #e55b13;
	color: #e55b13;
	box-shadow: 0 3px 10px rgba(229, 91, 19, 0.25);
	transform: translateY(-50%) scale(1.1);
}

.sp-gallery-arrow.slick-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	pointer-events: none;
}

/* Single Product Lightbox Modal */
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.sp-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

body.sp-lightbox-active {
	overflow: hidden;
}

.sp-lightbox-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.88);
	backdrop-filter: blur(5px);
}

.sp-lightbox-wrapper {
	position: relative;
	z-index: 2;
	max-width: 90vw;
	max-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-lightbox-media {
	max-width: 82vw;
	max-height: 82vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-lightbox-media img {
	max-width: 100%;
	max-height: 82vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	animation: spLightboxZoom 0.25s ease;
}

@keyframes spLightboxZoom {
	from { transform: scale(0.95); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}

.sp-lightbox-close {
	position: absolute;
	top: -45px;
	right: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.sp-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.4);
	transform: scale(1.1);
}

.sp-lightbox-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.sp-lightbox-prev {
	left: -60px;
}

.sp-lightbox-next {
	right: -60px;
}

.sp-lightbox-btn:hover {
	background: #e55b13;
	color: #fff;
	transform: translateY(-50%) scale(1.1);
}

.sp-lightbox-counter {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	color: #eee;
	font-size: 14px;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.4);
	padding: 4px 14px;
	border-radius: 20px;
}

/* Info Column */
.chitiet_sp .info_sp {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.product-stock-status {
	font-size: 13px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 20px;
	margin: 0 0 12px;
}

.product-stock-status.conhang {
	background: #eaf7ed;
	color: #27833a;
}

.product-stock-status.hethang {
	background: #fdeeee;
	color: #d32f2f;
}

.product-stock-status.sapve {
	background: #fff8e1;
	color: #f57f17;
}

.stock-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	display: inline-block;
	box-shadow: 0 0 0 2px rgba(39, 131, 58, 0.2);
}

.chitiet_sp .entry-title {
	font-size: 28px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.3;
	margin: 0 0 8px;
}

.short-desc-summary {
	font-size: 13.5px;
	color: #666;
	line-height: 1.55;
	margin: 0 0 16px;
	font-weight: 400;
}

/* Price Box */
.product-price-box {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 14px;
	padding: 16px 22px;
	background: #faf6f0;
	border-radius: 10px;
	margin-bottom: 14px;
	border: 1px solid #f0e6d8;
}

.product-price-box .current-price {
	font-size: 28px;
	font-weight: 800;
	color: #e55b13;
	line-height: 1;
}

.product-price-box .current-price.price-contact {
	font-size: 22px;
}

.product-price-box .old-price {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
	font-weight: 500;
}

.product-price-box .discount-badge {
	font-size: 12.5px;
	font-weight: 700;
	color: #e55b13;
	background: #ffe8d6;
	padding: 3px 8px;
	border-radius: 6px;
	border: 1px solid #fed3b0;
}

/* Compact Variants Section */
.product-variants-section {
	margin-bottom: 11px;
}

.variant-label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13.5px;
	color: #333;
	margin-bottom: 6px;
	line-height: 1.3;
}

.variant-label strong {
	font-weight: 700;
}

.variant-label span {
	color: #e55b13;
	font-weight: 700;
}

.variant-pills-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.variant-pill {
	border: 1.5px solid #ddd;
	background: #fff;
	padding: 5px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	transition: all 0.2s ease;
	outline: none;
	font-family: inherit;
	line-height: 1.4;
	min-width: 44px;
	text-align: center;
}

.variant-pill:hover {
	border-color: #f59c5e;
	color: #e55b13;
}

.variant-pill.is-active {
	background: #fdeede;
	border-color: #f59c5e;
	color: #e55b13;
	box-shadow: 0 2px 6px rgba(245, 156, 94, 0.2);
}

.variant-color-pill {
	border: 1.5px solid #ddd;
	background: #fff;
	padding: 5px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	transition: all 0.2s ease;
	outline: none;
	font-family: inherit;
	line-height: 1.4;
}

.variant-color-pill:hover {
	border-color: #f59c5e;
	color: #e55b13;
}

.variant-color-pill.is-active {
	background: #fdeede;
	border-color: #f59c5e;
	color: #e55b13;
	font-weight: 700;
	box-shadow: 0 2px 6px rgba(245, 156, 94, 0.18);
}

/* Technical Specs box */
.product-short-desc {
	margin-bottom: 12px;
	padding: 8px 12px;
	background: #fafafa;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	color: #666;
	font-size: 11.5px;
	line-height: 1.45;
}

.short-desc-specs p {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.short-desc-specs p:last-child {
	margin-bottom: 0;
}

.short-desc-specs strong {
	color: #222;
	font-weight: 600;
	min-width: 95px;
	display: inline-block;
}

/* Action Box */
.product-action-box {
	margin-bottom: 20px;
}

.quantity-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 13px;
}

.quantity-label {
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

.quantity-selector {
	display: inline-flex;
	align-items: center;
	border: 1.5px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.qty-control {
	width: 38px;
	height: 40px;
	border: none;
	background: #f7f7f7;
	font-size: 18px;
	font-weight: 700;
	color: #444;
	cursor: pointer;
	transition: all 0.15s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qty-control:hover {
	background: #eee;
	color: #000;
}

#sp_quantity {
	width: 48px;
	height: 40px;
	border: none;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #222;
	-moz-appearance: textfield;
	outline: none;
}

#sp_quantity::-webkit-outer-spin-button,
#sp_quantity::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-cta-buttons {
	display: flex;
	gap: 14px;
	margin-bottom: 14px;
}

.btn-primary-buy {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f59c5e 0%, #e55b13 100%);
	color: #fff !important;
	padding: 12px 20px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(229, 91, 19, 0.28);
	transition: all 0.25s ease;
	text-align: center;
}

.btn-primary-buy strong {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.5px;
	line-height: 1.2;
}

.btn-primary-buy span {
	font-size: 12px;
	opacity: 0.92;
	font-weight: 400;
	margin-top: 3px;
}

.btn-primary-buy:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(229, 91, 19, 0.38);
	color: #fff !important;
}

.btn-secondary-cart {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #fff;
	color: #e55b13 !important;
	border: 2px solid #e55b13;
	padding: 12px 18px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	transition: all 0.25s ease;
}

.btn-secondary-cart svg {
	stroke: #e55b13;
	transition: transform 0.2s ease;
}

.btn-secondary-cart:hover {
	background: #fdeede;
	border-color: #e55b13;
	transform: translateY(-2px);
	color: #e55b13 !important;
}

.btn-secondary-cart:hover svg {
	transform: scale(1.1);
}

.product-consultation-row {
	display: flex;
	gap: 14px;
}

.consult-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 14px;
	font-size: 13.5px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.consult-btn.zalo-btn {
	background: #eef6ff;
	color: #0068ff !important;
	border: 1px solid #cce3ff;
}

.consult-btn.zalo-btn:hover {
	background: #dfedff;
}

.consult-btn.phone-btn {
	background: #fff8f2;
	color: #c0490b !important;
	border: 1px solid #ffd8bf;
}

.consult-btn.phone-btn:hover {
	background: #ffeedf;
}

/* Trust Badges Box (Under Gallery on the Left) */
.product-trust-badges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	margin-top: 16px;
}

.trust-badge-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.trust-icon {
	font-size: 24px;
	flex-shrink: 0;
	line-height: 1;
}

.trust-text strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #222;
	line-height: 1.3;
}

.trust-text span {
	display: block;
	font-size: 12px;
	color: #777;
	line-height: 1.3;
}

/* Tabs Section */
.single-product-tabs-wrapper {
	margin-top: 50px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #ebebeb;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.single-product-tabs-nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fafafa;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.tab-nav-item {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
}

.tab-nav-item button {
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	padding: 16px 28px;
	font-size: 15px;
	font-weight: 700;
	color: #666;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
	font-family: inherit;
	position: relative;
	outline: none;
	line-height: 1.4;
	margin: 0;
	box-sizing: border-box;
}

.tab-nav-item:first-child.is-active button,
.tab-nav-item:first-child.is-active {
	border-top-left-radius: 15px;
}

.tab-nav-item.is-active {
	background: #fff;
}

.tab-nav-item.is-active button {
	color: #e55b13;
	background: #fff;
}

.tab-nav-item.is-active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: #e55b13;
	z-index: 3;
}

.tab-nav-item button:hover {
	color: #e55b13;
}

.single-product-tabs-content {
	padding: 32px;
}

.tab-panel {
	display: none;
	animation: singleTabFadeIn 0.3s ease;
}

.tab-panel.is-active {
	display: block;
}

.single-product-tabs-content .tab-panel-title,
.product-tabs-more {
	display: none;
}

@keyframes singleTabFadeIn {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

.single-product-container h2 {
	font-size: 20px;
	font-weight: 700;
	color: #e55b13;
	margin: 15px 0;
	display: inline-block;
}

.single-product-container h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 15px 0;
	display: inline-block;
}

.single-product-tabs-content ul li{
	margin-bottom: 10px;
}

.single-product-container ul{
	padding-bottom: 0;
}

.specs-content p {
	margin: 0 0 15px;
	font-size: 16px;
	color: #333;
}

.specs-content strong {
	color: #222;
	min-width: 140px;
	display: inline-block;
}

.product-specs-empty {
	padding: 22px 24px;
	background: #faf8f5;
	border-radius: 8px;
	color: #666;
	font-size: 14.5px;
	line-height: 1.8;
	border-left: 4px solid #f59c5e;
}

.product-specs-empty p {
	margin: 0;
}

.policy-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	margin: 0 0 14px;
}

.policy-content ul {
	margin: 0;
	padding-left: 20px;
	line-height: 1.8;
	color: #555;
}

.policy-content li {
	margin-bottom: 10px;
	font-size: 14.5px;
}

.policy-content strong {
	color: #222;
}

/* Related Products Grid */
.yarpp-related {
	margin-top: 50px;
	padding-top: 30px;
}

.yarpp-related .widgettitle {
	font-size: 24px;
	font-weight: 800;
	color: #222;
	margin-bottom: 24px;
	text-align: left;
	position: relative;
	display: inline-block;
}

.yarpp-related .widgettitle::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 45px;
	height: 3px;
	background: #f59c5e;
	border-radius: 2px;
}

.yarpp-related .listsp {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 60px;
}

.yarpp-related .caia-product-card {
	min-width: 0;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #f3efea;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px #6946240c;
	transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.yarpp-related .caia-product-card:hover {
	transform: translateY(-4px);
	border-color: #f4d7bb;
	box-shadow: 0 10px 24px #69462418;
}

.yarpp-related .caia-card-image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1.25;
	border-radius: 9px;
	background: #faf9f6;
}

.yarpp-related .caia-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	float: none;
	object-fit: cover;
}

.yarpp-related .caia-card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 10px 8px 4px;
}

.yarpp-related .caia-card-title {
	margin: 0 0 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.yarpp-related .caia-card-description {
	min-height: 38px;
	margin: 0 0 7px;
	color: #72716d;
	font-size: 12px;
	line-height: 1.6;
}

.yarpp-related .caia-card-variants {
	min-height: 0;
	margin-bottom: 7px;
}

.yarpp-related .caia-card-variants:empty {
	margin: 0;
}

.yarpp-related .caia-card-sizes span,
.yarpp-related .caia-card-color-label {
	padding: 2px 8px;
	font-size: 11px;
}

.yarpp-related .caia-card-footer {
	margin-top: auto;
	padding-top: 8px;
	border: 0;
	gap: 5px;
}

.yarpp-related .caia-card-current {
	font-size: 18px;
}

.yarpp-related .caia-card-old {
	font-size: 12px;
}

.yarpp-related .caia-card-cart {
	flex-basis: 44px;
	width: 44px;
	height: 44px;
	background: #ff8b17;
}

.yarpp-related .caia-card-cart svg {
	width: 22px;
	height: 22px;
}

.yarpp-related .sp {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.yarpp-related .sp:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border-color: #f59c5e;
}

.yarpp-related .sp .post-thumb {
	position: relative;
	display: block;
	overflow: hidden;
}

.yarpp-related .sp .post-thumb img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.yarpp-related .sp:hover .post-thumb img {
	transform: scale(1.05);
}

.yarpp-related .list-info {
	padding: 16px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.yarpp-related .title-sp a {
	font-size: 15px;
	font-weight: 700;
	color: #222;
	text-decoration: none;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 42px;
	margin-bottom: 8px;
}

.yarpp-related .title-sp a:hover {
	color: #e55b13;
}

.yarpp-related .price {
	margin-bottom: 12px;
}

.yarpp-related .price .current-price {
	font-size: 17px;
	font-weight: 800;
	color: #e55b13;
}

.yarpp-related .price .old-price {
	font-size: 13px;
	color: #999;
	margin-left: 6px;
}

.yarpp-related .giohang {
	margin-top: auto;
}

.yarpp-related .button-cart ul {
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.yarpp-related .button-cart li {
	flex: 1;
	margin: 0;
}

.yarpp-related .button-cart a.waittocart,
.yarpp-related .button-cart a.xemthem {
	display: block;
	padding: 8px 0;
	text-align: center;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.yarpp-related .button-cart a.waittocart {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	background: #ff8b17;
	color: #fff;
	border: 0;
}

.yarpp-related .button-cart a.waittocart:hover {
	background: #f04b00;
	color: #fff;
}

.yarpp-related .button-cart a.xemthem {
	background: #f5f5f5;
	color: #555;
	border: 1px solid #e0e0e0;
}

.yarpp-related .button-cart a.xemthem:hover {
	background: #eee;
	color: #222;
}

/* Responsive Media Queries */

/* Cart and checkout page. */
.caia-cart-page {
	background: #faf9f7;
}

.caia-cart-page .site-inner {
	max-width: 1240px;
	padding: 48px 20px 64px;
}

.caia-cart-page .content {
	width: 100%;
}

.caia-cart-page .left-check-cart {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
	align-items: start;
	gap: 28px;
}

.caia-cart-page .shop-cart-form-info,
.caia-cart-page #info-customer {
	min-width: 0;
}

.caia-cart-page .shop-cart-form-info > .top,
.caia-cart-page .shop-cart-form-info > .bottom,
.caia-cart-page #info-customer {
	border: 1px solid #eee7df;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(73, 45, 21, .06);
}

.caia-cart-page .shop-cart-form-info > .top,
.caia-cart-page #info-customer {
	padding: 26px;
}

.caia-cart-page .shop-cart-form-info > .bottom {
	margin-top: 18px;
	padding: 20px 26px;
}

.caia-cart-page h2 {
	margin: 0 0 22px;
	color: #1d1d1d;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
}

.caia-cart-page h2::after {
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 9px;
	border-radius: 3px;
	background: #f47b20;
	content: '';
}

.caia-cart-page #info-customer > h2 span,
.caia-cart-page #checkout-form > h2 span {
	color: #e85b12;
}

.caia-cart-page #shop-cart-form,
.caia-cart-page #checkout-form,
.caia-cart-page .shop-cart-table,
.caia-cart-page .thanhtoan {
	margin: 0;
}

.caia-cart-page .li-products {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr) 145px;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid #eee;
	list-style: none;
}

.caia-cart-page .li-products:first-child {
	padding-top: 0;
}

.caia-cart-page .li-products:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.caia-cart-page .li-products > li {
	margin: 0;
	list-style: none;
}

.caia-cart-page .images-products img {
	display: block;
	width: 112px;
	height: 112px;
	margin: 0;
	float: none;
	border-radius: 10px;
	object-fit: cover;
}

.caia-cart-page .product-name {
	display: block;
	margin-bottom: 8px;
}

.caia-cart-page .product-name a {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.caia-cart-page .product-name a:hover {
	color: #e85b12;
}

.caia-cart-page .types-products,
.caia-cart-page .types-products p {
	margin: 0;
	color: #777;
	font-size: 13px;
}

.caia-cart-page .change-type,
.caia-cart-page .change-type-form,
.change-type,
.change-type-form {
	display: none !important;
}

.caia-cart-page .ptype-ok,
.caia-cart-page .ptype-cancel,
.caia-cart-page .remove-product {
	color: #e85b12;
	font-weight: 600;
	cursor: pointer;
}

.caia-cart-page .change-type:hover,
.caia-cart-page .ptype-ok:hover,
.caia-cart-page .ptype-cancel:hover,
.caia-cart-page .remove-product:hover {
	text-decoration: underline;
}

.caia-cart-page .change-type-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.caia-cart-page .ptype-select {
	min-width: 150px;
	height: 36px;
	padding: 0 32px 0 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
}

.caia-cart-page .number-products {
	margin-top: 12px;
}

.caia-cart-page .nuttanggiam {
	display: inline-flex;
	align-items: stretch;
	height: 38px;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
}

.caia-cart-page .nuttanggiam .qty {
	order: 2;
	width: 44px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-radius: 0;
	box-shadow: none;
	font-weight: 600;
	text-align: center;
	-moz-appearance: textfield;
}

.caia-cart-page .nuttanggiam .qty::-webkit-inner-spin-button,
.caia-cart-page .nuttanggiam .qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.caia-cart-page .nuttanggiam .quantity-nav {
	display: contents;
}

.caia-cart-page .nuttanggiam .quantity-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 40px;
	color: #555;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}

.caia-cart-page .nuttanggiam .quantity-down {
	order: 1;
}

.caia-cart-page .nuttanggiam .quantity-up {
	order: 3;
}

.caia-cart-page .nuttanggiam .quantity-button:hover {
	color: #fff;
	background: #f47b20;
}

.caia-cart-page .price-products {
	text-align: right;
}

.caia-cart-page .total-products .pprice {
	display: block;
	color: #e85b12;
	font-size: 17px;
	font-weight: 800;
}

.caia-cart-page .total-products strike,
.caia-cart-page .ppriceold {
	color: #aaa;
	font-size: 12px;
}

.caia-cart-page .delete_g {
	margin: 10px 0 0;
	font-size: 13px;
}

.caia-cart-page .thanhtoan {
	padding: 0;
	list-style: none;
}

.caia-cart-page .thanhtoan > li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 8px 0;
	color: #666;
	list-style: none;
}

.caia-cart-page .thanhtoan > li b {
	color: #222;
	font-weight: 700;
	text-align: right;
}

.caia-cart-page .thanhtoan > li.total-discount b {
	color: #e53935;
}

.caia-cart-page .thanhtoan > li.ship-price b .gsc-ship-fee {
	color: #27ae60;
}

.caia-cart-page .thanhtoan > li.total-price {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #eee;
	color: #222;
	font-size: 17px;
	font-weight: 700;
}

.caia-cart-page .thanhtoan > li.total-price b {
	color: #e85b12;
	font-size: 22px;
}

.caia-cart-page #checkout-form > .top > p:first-of-type {
	margin: -10px 0 18px;
	color: #888;
	font-size: 13px;
}

.caia-cart-page #checkout-form > .top > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.caia-cart-page #checkout-form > .top > div:has(.info.select) {
	grid-template-columns: 1fr;
	gap: 0;
}

.caia-cart-page #checkout-form .info,
.caia-cart-page #checkout-form .messagearea {
	margin: 0 0 14px;
}

.caia-cart-page #checkout-form .info.full {
	grid-column: 1 / -1;
}

.caia-cart-page #checkout-form input[type='text'],
.caia-cart-page #checkout-form input[type='tel'],
.caia-cart-page #checkout-form input[type='email'],
.caia-cart-page #checkout-form select,
.caia-cart-page #checkout-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dedbd7;
	border-radius: 8px;
	color: #333;
	background: #fff;
	font-size: 14px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.caia-cart-page #checkout-form input[type='text'],
.caia-cart-page #checkout-form input[type='tel'],
.caia-cart-page #checkout-form input[type='email'],
.caia-cart-page #checkout-form select {
	height: 46px;
	padding: 0 13px;
}

.caia-cart-page #checkout-form select {
	padding-right: 34px;
}

.caia-cart-page #checkout-form textarea {
	min-height: 105px;
	padding: 12px 13px;
	resize: vertical;
}

.caia-cart-page #checkout-form input:focus,
.caia-cart-page #checkout-form select:focus,
.caia-cart-page #checkout-form textarea:focus {
	border-color: #f47b20;
	box-shadow: 0 0 0 3px rgba(244, 123, 32, .12);
}

.caia-cart-page .phone-error {
	display: block;
	margin-top: 4px;
	color: #d63638;
	font-size: 12px;
}

.caia-cart-page #checkout-form > h2 {
	margin-top: 14px;
}

.caia-cart-page .form-details-pc {
	padding: 16px;
	border: 1px solid #eee1d5;
	border-radius: 10px;
	background: #fffaf6;
}

.caia-cart-page .choose > p {
	margin: 0;
}

.caia-cart-page .choose > p:first-child {
	display: flex;
	align-items: center;
	gap: 9px;
	font-weight: 700;
}

.caia-cart-page .choose > p:last-child {
	margin: 7px 0 0 26px;
	color: #777;
	font-size: 13px;
}

.caia-cart-page .choose input[type='radio'] {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #f47b20;
}

.caia-cart-page .policy {
	margin: 16px 0;
	color: #888;
	font-size: 12px;
	line-height: 1.6;
}

.caia-cart-page .right-check-cart .submit {
	margin: 0;
}

.caia-cart-page .right-check-cart .checkout {
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, #ff8d42, #e9530d);
	box-shadow: 0 8px 18px rgba(233, 83, 13, .2);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

.caia-cart-page .right-check-cart .checkout:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(233, 83, 13, .28);
}

/* Override legacy float-based rules from caia-shop-cart/gsc-style.css. */
.caia-cart-page .shop-cart-form-info > .top,
.caia-cart-page .shop-cart-form-info > .bottom,
.caia-cart-page #shop-cart-form,
.caia-cart-page #gsc-shopcart-table,
.caia-cart-page #info-customer,
.caia-cart-page #checkout-form,
.caia-cart-page #checkout-form > .top,
.caia-cart-page #checkout-form .form-details-pc {
	float: none !important;
	width: auto !important;
	height: auto !important;
	clear: both;
}

.caia-cart-page .shop-cart-form-info > .top,
.caia-cart-page .shop-cart-form-info > .bottom,
.caia-cart-page #info-customer {
	display: flow-root;
}

.caia-cart-page #gsc-shopcart-table ul.li-products {
	float: none !important;
	width: 100% !important;
	box-sizing: border-box;
}

.caia-cart-page #gsc-shopcart-table ul.li-products > li {
	float: none !important;
	width: auto !important;
	min-width: 0;
	box-sizing: border-box;
}

.caia-cart-page #checkout-form p,
.caia-cart-page #checkout-form p.info,
.caia-cart-page #checkout-form p.info:first-child,
.caia-cart-page #checkout-form p.info:nth-child(n+5),
.caia-cart-page #checkout-form .form-details-pc p,
.caia-cart-page #checkout-form .form-details-pc p.info:nth-child(n+2),
.caia-cart-page #checkout-form p.messagearea {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	box-sizing: border-box;
}

.caia-cart-page #checkout-form p.info,
.caia-cart-page #checkout-form p.messagearea {
	margin: 0 0 14px !important;
}

.caia-cart-page #checkout-form > .top > p:first-of-type {
	margin: -10px 0 18px !important;
}

.caia-cart-page #checkout-form > .top > div {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.caia-cart-page #checkout-form > .top > div > .info {
	min-width: 0;
}

.caia-cart-page #checkout-form p.info input#full-name,
.caia-cart-page #checkout-form p.info input#address,
.caia-cart-page #checkout-form p.info input#phone,
.caia-cart-page #checkout-form p.info input#email,
.caia-cart-page #checkout-form p.info select,
.caia-cart-page #checkout-form .messagearea textarea {
	display: block;
	float: none !important;
	width: 100% !important;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 !important;
}

.caia-cart-page #checkout-form p.info input#full-name,
.caia-cart-page #checkout-form p.info input#address,
.caia-cart-page #checkout-form p.info input#phone,
.caia-cart-page #checkout-form p.info input#email {
	padding: 0 13px !important;
	border: 1px solid #dedbd7 !important;
	background: #f7f7f7;
}

.caia-cart-page #checkout-form p.info select {
	height: 46px;
	padding: 0 34px 0 13px !important;
	border: 1px solid #dedbd7;
	border-radius: 8px;
}

.caia-cart-page #checkout-form .messagearea,
.caia-cart-page #checkout-form .messagearea textarea {
	float: none !important;
}

.caia-cart-page #checkout-form .messagearea textarea {
	height: 105px;
	padding: 12px 13px !important;
}

.caia-cart-page #info-customer h2,
.caia-cart-page #checkout-form > h2 {
	float: none !important;
	width: auto !important;
	clear: both;
}

.caia-cart-page .thanhtoan,
.caia-cart-page .thanhtoan > li,
.caia-cart-page .right-check-cart,
.caia-cart-page .right-check-cart .submit,
.caia-cart-page .right-check-cart .checkout {
	float: none !important;
	box-sizing: border-box;
}

.caia-cart-page .thanhtoan > li {
	width: 100%;
}

.caia-cart-page .right-check-cart,
.caia-cart-page .right-check-cart .submit {
	width: 100% !important;
}

/* -------------- mobi -------------- */

@media (max-width: 1320px) {
	.content-danhgia .testimonial-grid .slick-prev {
		left: 8px;
	}

	.content-danhgia .testimonial-grid .slick-next {
		right: 8px;
	}
}

@media (max-width: 1300px) {
	.site-footer::after {
		top: 50px;
		right: -125px;
		opacity: .65;
	}

	.site-footer > .wrap {
		grid-template-columns: 1.35fr 1fr 1fr;
		gap: 40px;
		width: calc(100% - 48px);
	}

	.site-footer #text-8 {
		grid-column: 1 / -1;
	}

	.after_footer > .wrap {
		width: calc(100% - 48px);
	}
}

@media (max-width: 1240px) {
	.content-danhgia > .wrap {
		width: auto;
		margin: 0 24px;
	}

	.content-lienhe > .wrap {
		width: auto;
		margin: 0 24px;
	}

	.content-danhmuc.term_list .wrap,
	    .tax-product_cat .content-danhmuc .wrap {
	        padding: 0 20px;
	        box-sizing: border-box;
	    }
	    .danhmuc-arrow--prev {
	        left: 2px;
	    }
	    .danhmuc-arrow--next {
	        right: 2px;
	    }
}

@media (max-width: 1200px) {
	.breadcrumb > .wrap,
	.site-inner {
		width: auto;
		margin: 0 15px;
	}

	.wrap {
	    margin: 0 auto;
	    width: calc(100% - 30px);
	    padding: 0;
	}

	.category .term-hero__header{
		margin: 0;
	}
}

@media (max-width: 1050px) {
	.about-intro {
		gap: 42px;
	}

	.about-stat {
		padding: 0 18px;
	}

	.about-card-icon__image,
	.about-card-icon__svg {
		width: 56px;
		height: 56px;
		flex-basis: 56px;
	}

	.about-values__grid {
		gap: 28px;
	}

	.content-danhmuc .product-categories-list {
	        grid-template-columns: repeat(3, minmax(0, 1fr));
	    }

	.content-gioithieu > .wrap {
	        gap: 28px;
	        grid-template-columns: 1fr;
	    }

	    .content-gioithieu .widget_media_image {
	        width: 100%;
	        max-width: 600px;
	        margin: 0 auto;
	    }

	.content-afslider > .wrap {
	        grid-template-columns: repeat(2, minmax(0, 1fr));
	        row-gap: 24px;
	    }

	    .content-afslider .widget:nth-child(odd) {
	        border-left: 0;
	    }

	.content-danhmuc.term_list .product-category,
	    .tax-product_cat .content-danhmuc .product-category {
	        flex: 0 0 calc((100% - 60px) / 7) !important;
	        max-width: calc((100% - 60px) / 7) !important;
	        min-width: calc((100% - 60px) / 7) !important;
	    }

	.site-header .header-widget-area .widget:nth-child(1) ul.menu{
		gap:  25px;
	}
}

.click-menu{
	display: none;
}

@media (max-width: 960px) {

	.content-sidebar .content, .sidebar-content .content{
		width: 100%;
		margin: 0;
	}

	.sidebar{
		width: 100%;
		margin: 0;
	}

	#responsive-menu.f-menu{
		position: fixed;
		top: 70px !important;
		height: calc(100% - 70px) !important;
	}

	.click-menu {
	    text-align: center;
	    position: absolute;
	    right: 15px !important;
	    top: 19px;
	    z-index: 5000;
	    background: #f5ede7;
	    padding: 5px 5px 0 5px;
	    border-radius: 5px;
	    display: block;
	}

	.site-header .header-widget-area {
	    margin: 0 60px 0 0;
	}


	.site-header .header-widget-area .widget_nav_menu{
		display: none;
	}

	.contact-main {
		grid-template-columns: 1fr;
	}

	.contact-side {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: minmax(330px, auto);
	}

	.contact-info__list {
		width: 82%;
	}

	.contact-faq__grid {
		grid-template-columns: 1fr;
	}

	.caia-cart-page .left-check-cart {
		grid-template-columns: 1fr;
	}

	.content-sp .caia-featured-signature {
	        display: none;
	    }

	    .content-sp .main-posts > .caia-product-card {
	        flex-basis: calc((100% - 40px) / 3);
	        width: calc((100% - 40px) / 3);
	    }

	.caia-product-taxonomy.content-sp .main-posts:has(> .caia-product-card) {
	        grid-template-columns: repeat(3, minmax(0, 1fr));
	    }

	.content-luachon.section::before { left: -290px; opacity: .6; }
	    .content-luachon.section::after { right: -230px; opacity: .45; }
	    .content-luachon .choice-layout { grid-template-columns: minmax(0, 1fr); }
	    .content-luachon .choice-image { max-width: 600px; width: 100%; margin: 0 auto; }
	    .content-luachon .choice-image > .widget_media_image:only-child .widget-wrap { min-height: 0; }
	    .content-luachon .choice-image > .widget_media_image:only-child img {
	        position: static;
	        height: auto !important;
	    }

	.content-thuvien .gallery,
	    .content-thuvien .wp-block-gallery { display: flex; flex-wrap: wrap; gap: 8px; }
	    .content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image) {
	        flex: 1 1 calc((100% - 16px) / 3);
	        width: auto !important;
	        height: 140px;
	    }
	    .content-thuvien .wp-block-gallery > .blocks-gallery-caption { flex-basis: 100%; }

	.chitiet_sp.single-product-summary {
		flex-direction: column;
		gap: 30px;
	}

	.chitiet_sp .anh_sp,
	.chitiet_sp .info_sp {
		flex: 0 0 100%;
		max-width: 100%;
		position: static;
	}

	.yarpp-related .listsp {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 860px) {
	.content-danhgia.section {
		padding: 48px 0 52px;
	}

	.content-danhgia .testimonial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 720px;
		margin: 0 auto;
	}

	.content-danhgia blockquote {
		min-height: 0;
	}

	.content-lienhe.section {
		min-height: 0;
		background-position: 30% center;
	}

	.content-lienhe > .wrap {
		grid-template-columns: 1fr;
		gap: 18px;
		min-height: 0;
		margin: 0;
		padding: 30px 20px;
		background: rgba(116, 56, 19, .3);
		box-sizing: border-box;
	}

	.content-lienhe .widget_text {
		text-align: center;
	}

	.content-lienhe .widget_caldera_forms_widget {
		width: min(100%, 600px);
		margin: 0 auto;
	}

	.about-page {
		width: min(100% - 32px, 680px);
		padding-top: 26px;
	}

	.about-intro {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.about-intro__description {
		max-width: none;
	}

	.about-intro__visual {
		margin-right: 0;
	}

	.about-stats,
	.about-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-stats {
		gap: 0;
		padding: 18px;
	}

	.about-stat {
		padding: 18px;
	}

	.about-stat:nth-child(2) {
		border-right: 0;
	}

	.about-stat:nth-child(-n+2) {
		border-bottom: 1px solid #eee7df;
	}

	.sidebar-primary .caia-post-list-widget .main-posts > .entry {
		grid-template-columns: 38px 82px minmax(0, 1fr);
	}

	.sidebar-primary .caia-post-list-widget .main-posts > .entry > a {
		width: 82px;
		height: 66px;
	}
}

@media (max-width: 768px) {
	.chitiet_sp .anh_sp {
		display: contents;
	}

	.chitiet_sp .single-product-gallery-wrap {
		width: 100%;
		box-sizing: border-box;
	}

	.chitiet_sp .info_sp { order: 1; }

	.chitiet_sp .product-trust-badges {
		order: 2;
		width: 100%;
		margin-top: 0;
		box-sizing: border-box;
	}

	.content-slider .mainposts {
	        min-height: 460px;
	        background: linear-gradient(90deg, rgba(255, 250, 243, .95), rgba(255, 250, 243, .75) 55%, rgba(255, 250, 243, .15));
	    }

	    .content-slider .mainposts > img {
	        z-index: -2;
	        object-position: 60% center;
	    }

	    .content-slider .mainposts > .box {
	        width: 82%;
	        max-width: 420px;
	        margin-left: 6%;
	        padding: 48px 0;
	    }

	.content-head .widget:nth-child(1) ul li{
		font-size: 11px;
	}

	.site-footer {
		padding: 30px 0;
	}

	.site-footer::after {
		display: none;
	}

	.site-footer > .wrap {
		grid-template-columns: 1fr 1fr;
		gap: 30px 24px;
		width: calc(100% - 36px);
	}

	.site-footer #text-8 {
		grid-column: 1 / -1;
	}

	.after_footer > .wrap {
		width: calc(100% - 36px);
	}

	.content-head .widget:nth-child(2){
		display: none;
	}

	.content-head .widget:nth-child(1) ul {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
	}

	.content-head .widget:nth-child(1) ul li:nth-child(2),
	.content-head .widget:nth-child(1) ul li:nth-child(3) {
		margin: 0 !important;
	}

	.site-header .wrap {
		flex-wrap: wrap;
		gap: 12px;
		padding: 10px 15px;
	}

	.site-header .title-area {
		min-width: 100px;
		min-height: 40px;
	}

	.site-header .header-widget-area .widget:nth-child(1) ul.menu {
		gap: 16px;
		flex-wrap: wrap;
	}

	.site-header .header-widget-area .widget:nth-child(1) ul.menu > li > a {
		font-size: 14px;
		padding: 6px 0;
	}

	.term-hero__header {
		margin: 20px 0 12px;
		gap: 14px;
	}

	.term-hero__header .term-hero__title {
		font-size: 32px;
	}

	.term-sort__toggle {
		padding: 6px 14px;
		font-size: 13px;
	}
}

@media (max-width: 680px) {
	.contact-page {
		width: calc(100% - 30px);
		padding-top: 25px;
	}

	.contact-heading,
	.contact-form {
		padding-right: 20px;
		padding-left: 20px;
	}

	.contact-form__row,
	.contact-side {
		grid-template-columns: 1fr;
	}

	.contact-form .caldera-grid .row > [class*='col-'] {
		width: 100%;
	}

	.contact-side {
		grid-template-rows: auto 280px;
	}

	.contact-info__list {
		width: 100%;
		padding: 24px 20px;
	}

	.contact-info__visual {
		opacity: .16;
		width: 65%;
	}

	.contact-faq__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.contact-faq__heading > a {
		min-width: 0;
	}

	.category .content > .entry {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
	}

	.category .content > .entry > .entry-image-link {
		grid-column: 1;
		grid-row: 1;
		height: auto;
		min-height: 0;
	}

	.category .content > .entry .entry-header {
		grid-column: 1;
		grid-row: 2;
		padding: 19px 18px 0;
	}

	.category .entry-content {
		grid-column: 1;
		grid-row: 3;
		padding: 10px 18px 0;
	}

	.category .content > .entry .entry-footer {
		grid-column: 1;
		grid-row: 4;
		padding: 15px 18px 18px;
	}

	.caia-cart-page .site-inner {
		padding: 28px 2px 45px;
	}

	.caia-cart-page .shop-cart-form-info > .top,
	.caia-cart-page .shop-cart-form-info > .bottom,
	.caia-cart-page #info-customer {
		padding: 18px 15px;
	}

	.caia-cart-page h2 {
		font-size: 21px;
	}

	.caia-cart-page .li-products {
		grid-template-columns: 76px minmax(0, 1fr);
		align-items: start;
		gap: 10px 12px;
		padding: 16px 0;
	}

	.caia-cart-page .images-products img {
		width: 76px;
		height: 76px;
	}

	.caia-cart-page .product-name { margin-bottom: 5px; }
	.caia-cart-page .product-name a { font-size: 14px; line-height: 1.35; }
	.caia-cart-page .types-products p { font-size: 12px; line-height: 1.4; }
	.caia-cart-page .number-products { margin-top: 8px; }
	.caia-cart-page .nuttanggiam { height: 34px; }
	.caia-cart-page .nuttanggiam .qty { width: 40px; height: 34px; }
	.caia-cart-page .nuttanggiam .quantity-button { width: 32px; height: 34px; }

	.caia-cart-page .price-products {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding-top: 10px;
		border-top: 1px solid #f1ece7;
		text-align: left;
	}

	.caia-cart-page .total-products {
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 4px 6px;
	}

	.caia-cart-page .total-products .pprice {
		display: block;
		margin: 0;
	}

	.caia-cart-page .delete_g {
		display: block;
		flex: none;
		margin: 0;
	}

	.caia-cart-page #checkout-form > .top > div,
	.caia-cart-page #checkout-form > .top > div:has(.info.select) {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.caia-cart-page #checkout-form .info.full {
		grid-column: auto;
	}
}

@media (max-width: 640px) {
	.chitiet_sp .entry-title {
		font-size: 22px;
	}

	.product-price-box .current-price {
		font-size: 24px;
	}

	.product-cta-buttons {
		flex-direction: row;
		gap: 10px;
	}

	.product-cta-buttons > a {
		flex: 1 1 0;
		min-width: 0;
		padding: 10px 8px;
		box-sizing: border-box;
	}

	.product-cta-buttons .btn-primary-buy strong { font-size: 14px; }
	.product-cta-buttons .btn-primary-buy span { font-size: 11px; line-height: 1.25; }
	.product-cta-buttons .btn-secondary-cart { gap: 5px; font-size: 13px; }
	.product-cta-buttons .btn-secondary-cart svg { flex: none; width: 18px; height: 18px; }

	.product-trust-badges {
		grid-template-columns: 1fr;
	}

	.single-product-tabs-nav {
		display: none;
	}

	.single-product-tabs-content {
		padding: 20px 16px;
	}

	.single-product-tabs-content .tab-panel {
		display: block;
		animation: none;
	}

	.single-product-tabs-content .tab-panel + .tab-panel {
		margin-top: 24px;
	}

	.single-product-tabs-content .tab-panel-title {
		display: block;
		margin: 0 0 14px;
		color: #5b3a23;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.35;
	}

	.single-product-tabs-wrapper.is-collapsible:not(.is-expanded) .single-product-tabs-content {
		position: relative;
		max-height: 300px;
		overflow: hidden;
		box-sizing: border-box;
	}

	.single-product-tabs-wrapper.is-collapsible:not(.is-expanded) .single-product-tabs-content::after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 55px;
		background: linear-gradient(transparent, #fff);
		pointer-events: none;
	}

	.single-product-tabs-wrapper.is-collapsible .product-tabs-more {
		display: block;
		margin: 12px auto 20px;
		padding: 9px 22px;
		border: 1px solid #e55b13;
		border-radius: 8px;
		background: #fff;
		color: #c44f0e;
		font-size: 14px;
		font-weight: 700;
		cursor: pointer;
	}

	.yarpp-related .listsp {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding: 5px;
	}
}

@media (max-width: 600px) {

	#info-customer h2,
	.caia-cart-page h2{
		font-size: 20px;
	}

	.caia-cart-page .thanhtoan > li,
	.caia-cart-page .thanhtoan > li.total-price{
		font-size: 15px;
	}

	.caia-cart-page .thanhtoan > li.total-price b{
		font-size: 18px;
	}

	.caia-cart-page .right-check-cart .checkout{
		margin: 0;
	}

	.breadcrumb {
		min-height: 230px;
		padding: 34px 0 30px;
		background-position: 48% center;
	}

	.breadcrumb > .wrap {
		margin: 0 20px;
	}

	.breadcrumb .archive-heading {
		margin-bottom: 26px;
		font-size: 34px;
	}

	.breadcrumb .archive-heading::before {
		font-size: 10px;
		letter-spacing: .32em;
	}

	.breadcrumb .archive-heading::after {
		font-size: 15px;
	}

	.content-sp.section {
	        padding: 28px 0;
	    }

	    .content-sp.section::before {
	        right: -340px;
	        opacity: .55;
	    }

	    .content-sp.section::after {
	        left: -340px;
	        opacity: .55;
	    }

	    .content-sp .widget-title {
	        padding-right: 80px;
	    }

	    .content-sp .widget-title > p:not(.caia-featured-description) {
	        font-size: 24px;
	    }

	    .content-sp .caia-featured-eyebrow {
	        font-size: 15px;
	    }

	    .content-sp .caia-featured-controls {
	        gap: 8px;
	    }

	    .content-sp .caia-featured-controls button {
	        width: 32px;
	        height: 32px;
	        font-size: 26px;
	    }

	    .content-sp .main-posts:has(> .caia-product-card) {
	        gap: 12px;
	    }

	    .content-sp .main-posts > .caia-product-card {
	        flex-basis: calc((100% - 12px) / 2);
	        width: calc((100% - 12px) / 2);
	        padding: 5px;
	        border-radius: 12px;
	    }

	    .content-sp .caia-card-body {
	        padding: 8px 3px 3px;
	    }

	    .content-sp .caia-card-title {
	        font-size: 14px;
	    }

	    .content-sp .caia-card-current {
	        font-size: 15px;
	    }

	    .content-sp .caia-card-cart {
	        flex-basis: 32px;
	        width: 32px;
	        height: 32px;
	    }

	.yarpp-related .caia-product-card {
		padding: 5px;
		border-radius: 12px;
	}

	.yarpp-related .caia-card-body { padding: 8px 3px 3px; }
	.yarpp-related .caia-card-title { font-size: 14px; }
	.yarpp-related .caia-card-current { font-size: 15px; }
	.yarpp-related .caia-card-cart {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}
	.yarpp-related .button-cart a.waittocart {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.caia-product-taxonomy.content-sp {
	        margin: 20px 0 35px;
	    }

	    .caia-product-taxonomy.content-sp .main-posts:has(> .caia-product-card) {
	        grid-template-columns: repeat(2, minmax(0, 1fr));
	        gap: 12px;
	        padding: 5px;
	    }

	.content-luachon.section { padding: 30px 0; }
	    .content-luachon.section::before { left: -350px; }
	    .content-luachon.section::after { display: none; }
	    .content-luachon .choice-heading p { font-size: 16px; }
	   
	    .content-luachon .choice-cards { gap: 10px; }
	    .content-luachon .choice-cards > .widget,
	    .content-luachon .choice-cards > .image-upload {
	        padding: 16px;
	        overflow-wrap: break-word;
	    }
	    .content-luachon .choice-cards > .widget::before {
	        margin: 0 0 12px;
	        text-align: right;
	    }
	    .content-luachon .choice-cards > .image-upload::before { margin-left: 0; }
	    .content-luachon .choice-cards > .widget::after { display: none; }
	    .content-luachon .choice-cards > .image-upload { --choice-icon-size: 56px; }
	    .content-luachon .choice-cards .image-upload .mainposts {
	        padding: 32px 0 0;
	    }
	    .content-luachon .choice-cards .image-upload .mainposts > img {
	        top: -39px;
	    }
	    .content-luachon .choice-cards .textwidget img {
	        float: none;
	        display: block;
	        width: 56px;
	        height: 56px;
	        margin: 0 0 12px;
	    }
	    .content-luachon .choice-cards .widget-title,
	    .content-luachon .choice-cards .box > .title,
	    .content-luachon .choice-cards h3 {
	        font-size: 16px;
	        line-height: 1.4;
	    }
	    .content-luachon .choice-cards p { font-size: 14px; }

	.content-thuvien.section { padding: 12px 0 28px; }
	    .content-thuvien.section::before { top: -25px; left: -65px; opacity: .3; }
	    .content-thuvien.section::after { right: -75px; opacity: .35; }
	    .content-thuvien .gallery,
	    .content-thuvien .wp-block-gallery { gap: 6px; }
	    .content-thuvien :is(.gallery, .wp-block-gallery) > :is(.gallery-item, figure.wp-block-image) {
	        flex-basis: calc((100% - 6px) / 2);
	        height: 125px;
	    }

	.content-danhgia .testimonial-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
	}

	.content-danhgia .testimonial-grid .slick-arrow {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		font-size: 23px;
	}

	.content-danhmuc.term_list .product-category,
	    .tax-product_cat .content-danhmuc .product-category {
	        flex: 0 0 calc((100% - 30px) / 4) !important;
	        max-width: calc((100% - 30px) / 4) !important;
	        min-width: calc((100% - 30px) / 4) !important;
	    }
}

@media (max-width: 520px) {
	.product-cta-buttons .btn-primary-buy span { font-size: 9px; }

	.trust-text span{
		font-size: 11px;
	}
	
	.product-trust-badges {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 10px;
		padding: 16px 12px;
	}

	.trust-badge-item {
		flex-direction: column;
		gap: 7px;
		min-width: 0;
		text-align: center;
	}

	.content-luachon .choice-cards .widget-title, .content-luachon .choice-cards .box > .title, .content-luachon .choice-cards h3{
		font-size: 15px;
	}

	.about-intro{
		margin: 0;
		gap:  0;
	}

	.content-luachon .choice-cards p:last-child{
		text-align: justify;
	}

	.content-thuvien.section {
        padding: 25px 0 28px;
    }

    .content-danhgia.section {
        padding: 30px 0;
    }

    .site-footer > .wrap{
    	gap:  5px 0;
    }

	.content-danhmuc .product-categories-list {
	        grid-template-columns: repeat(3, minmax(0, 1fr));
	        gap: 10px;
	    }

	.content-gioithieu .textwidget li{
		gap:  5px;
		font-size: 11px;
	}

	.content-danhmuc{
		padding: 30px 0;
	}

	.content-gioithieu .textwidget li > strong,
	.content-danhmuc .product-category__name{
		font-size: 14px;
	}

	.content-sp .caia-card-sizes span, .content-sp .caia-card-color-label{
		font-size: 9px;
	}

	.content-sp .caia-post-list-widget:not(:last-child) {
	    margin-bottom: 30px;
	}

	.content-gioithieu .textwidget ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.content-gioithieu .textwidget li {
		min-width: 0;
		justify-items: center;
		text-align: center;
	}

	.content-gioithieu .textwidget li img {
		position: static;
		display: block;
		margin: 0 auto;
	}

	.content-gioithieu .textwidget li > strong {
		flex-direction: column;
		justify-content: center;
		gap: 10px;
		min-height: 0;
		padding-left: 0;
	}

	body.home .section h2,
	body.home .section h2.widget-title,
	body.home .section .widget-title h2,
	.content-danhmuc .widget-title > span {
		font-size: 30px;
	}

	.content-slider .box .noidung ul {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.content-slider .box .noidung li {
		flex: 1;
		min-width: 0;
	}

	.content-slider .box .noidung li a {
		box-sizing: border-box;
		width: 100%;
		padding: 3px 8px;
		gap: 6px;
		font-size: 13px;
	}

	.content-slider .box .noidung p{
		color: #fff;
	}
	
	.content-slider .mainposts {
		background: none;
	}

	.content-slider .mainposts::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: -1;
		background: rgba(0, 0, 0, 0.3);
		pointer-events: none;
	}

	.content-slider .mainposts > .box {
		color: #fff;
	}

	.about-page {
		width: calc(100% - 28px);
		padding-bottom: 50px;
	}

	.site-header .header-widget-area .widget_search{
		display: none !important;
	}

	.site-header .header-widget-area{
		    flex: none;
	    width: 50px;
	    float: right;
	    display: inline-block;
	    margin: 0 50px 0 0;
	}

	.content-slider .box .title > span{
		font-size: 46px;
	}

	.about-intro__title {
		font-size: 32px;
	}

	.about-intro__subtitle {
		font-size: 18px;
	}

	.about-stats,
	.about-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 30px 0 0;
	}

	.about-values{
		margin: 30px 0 0;
	}

	.about-stat {
		flex-direction: column;
		justify-content: center;
		gap: 10px;
		padding: 14px 8px;
		text-align: center;
		border-right: 0;
	}

	.about-stat:nth-child(odd) {
		border-right: 1px solid #eee7df;
	}

	.about-values {
		padding-top: 42px;
	}

	.about-values__grid {
		gap: 12px;
	}

	.about-value {
		max-width: none;
		margin: 0;
		padding: 18px 12px;
	}

	.about-value .about-card-icon__image,
	.about-value .about-card-icon__svg {
		width: 52px;
		height: 52px;
	}

	.term-hero__header {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.term-hero__header .term-hero__title {
		font-size: 28px;
	}

	.term-sort__dropdown {
		right: auto;
		left: 0;
	}

	 .content-afslider > .wrap {
	        grid-template-columns: repeat(4, minmax(0, 1fr));
	        align-items: start;
	        column-gap: 10px;
	        row-gap: 16px;
	    }

	    .content-afslider .widget {
	        padding: 0;
	    }

	    .content-afslider .widget + .widget {
	        padding-top: 0;
	        border-left: 0;
	        border-top: 0;
	    }

	    .content-afslider .mainposts {
	        flex-direction: column;
	        justify-content: flex-start;
	        gap: 10px;
	        text-align: center;
	    }

	    .content-afslider .mainposts > img {
	        flex: 0 0 48px;
	        width: 48px;
	        height: 48px;
	        object-fit: contain;
	    }

	    .content-afslider .title {
	        font-size: 13px;
	    }

	    .content-afslider .noidung p {
	        font-size: 11px;
	    }

	    .yarpp-related .caia-card-sizes span, .yarpp-related .caia-card-color-label {
	    padding: 2px 7px;
	    font-size: 9px;
	}

	.content-sp .caia-card-description ,
	.yarpp-related .caia-card-description{
		font-size: 11px;
	}

}

@media (max-width: 480px) {

	.site-header .header-widget-area .widget_search{
		display: none !important;
	}

	.site-footer > .wrap {
		grid-template-columns: 1fr;
	}

	.site-footer #text-8 {
		grid-column: auto;
	}

	.site-footer .widget-title {
		margin-bottom: 14px;
	}

	.after_footer > .wrap {
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		min-height: 88px;
		padding: 14px 0;
		text-align: center;
		box-sizing: border-box;
	}

	.after_footer ul {
		justify-content: center;
	}

	.content-danhgia > .wrap {
		margin: 0 15px;
	}

	.content-danhgia .testimonial-heading {
		margin-bottom: 26px;
	}

	.content-danhgia .testimonial-heading h2 {
		font-size: 27px;
	}

	.content-danhgia .testimonial-card,
	.content-danhgia .testimonial-grid .widget {
		padding: 25px 22px 22px;
	}

	.content-lienhe > .wrap {
		padding: 25px 15px;
	}

	.content-lienhe .widget_text .widget-title {
		font-size: 23px;
	}

	.content-lienhe .caldera_forms_form .row.single {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 52px;
		padding: 4px;
	}

	.content-lienhe .caldera_forms_form input.form-control {
		height: 44px;
		padding: 0 12px;
		font-size: 13px;
		line-height: 44px;
	}

	.content-lienhe .caldera_forms_form input[type='submit'] {
		min-width: 112px;
		height: 44px;
		padding: 0 34px 0 16px;
		background-position: right 12px center;
		font-size: 14px;
		line-height: 44px;
	}

}

@media (max-width: 479px) {
	

	.content-gioithieu {
	        padding: 32px 0;
	    }

	    .content-gioithieu .textwidget ul {
	        grid-template-columns: repeat(3, minmax(0, 1fr));
	        gap: 10px;
	    }

	    .content-gioithieu .textwidget li {
	        padding: 0;
	    }

	    .content-gioithieu .textwidget li + li {
	        border-left: 0;
	    }

	    .content-gioithieu .textwidget li img {
	        left: 0;
	    }

	.content-afslider {
	        padding: 24px 0;
	    }

	   
}

@media (max-width: 430px) {
	.contact-heading h1,
	.contact-faq__heading h2 {
		font-size: 29px;
	}

	.contact-detail__icon,
	.contact-faq-card__icon {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.contact-faq-card {
		padding: 21px 17px;
	}
}
