/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Use the theme Secondary color for <u> highlights in Woodmart titles. */
.title-wrapper[class*="wd-underline"] .woodmart-title-container u {
	color: var(--wd-alternative-color);
}

/* ========================================================================== */
/* Single post - Bệnh Viện Đồng Hồ news layout                                */
/* ========================================================================== */

body.single-post .main-page-wrapper {
	background-color: #f6f6f6;
}

body.single-post .post-single-page {
	margin-bottom: 24px;
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
}

body.single-post .wd-single-post-header {
	margin: 0;
	gap: 0;
	text-align: left;
}

body.single-post .wd-single-post-header .wd-post-cat,
body.single-post .wd-single-post-header .wd-post-meta,
body.single-post .wd-single-post-header .wd-post-image {
	display: none !important;
}

body.single-post .wd-single-post-header .wd-post-title {
	margin: 0 0 15px;
	text-align: left;
}

body.single-post .post-single-page .wd-entry-content > p,
body.single-post .post-single-page .wd-entry-content > ul,
body.single-post .post-single-page .wd-entry-content > ol,
body.single-post .post-single-page .wd-entry-content > figure,
body.single-post .post-single-page .wd-entry-content > table {
	margin-bottom: 15px;
}

body.single-post .post-single-page .wd-entry-content > p:first-of-type {
	font-style: italic;
}

body.single-post .post-single-page .wd-entry-content h2 {
	margin-top: 24px;
	margin-bottom: 15px;
}

body.single-post .post-single-page .wd-entry-content h3 {
	margin-top: 22px;
	margin-bottom: 12px;
}

.bvdh-single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: stretch;
	gap: 6px 14px;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.bvdh-single-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.bvdh-single-meta__icon {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #7f0607;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bvdh-single-meta strong,
.bvdh-single-meta a {
	color: #7f0607;
}

body.single-post .post-single-page #ez-toc-container {
	margin-bottom: 18px;
}

body.single-post .sidebar-container .widget-area {
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
}

body.single-post .sidebar-container .widget {
	padding-right: 0;
	padding-left: 0;
}

body.single-post .sidebar-container .wp-block-search__label {
	display: block;
	margin-bottom: 12px;
}

body.single-post .wd-single-footer,
body.single-post .post-navigation,
body.single-post .related-posts-slider,
body.single-post .comments-area {
	margin-bottom: 24px;
	padding: 20px 25px;
	border-radius: 10px;
	background-color: #fff;
}

@media (max-width: 767px) {
	body.single-post .post-single-page {
		padding: 18px 15px;
		border-radius: 8px;
	}

	.bvdh-single-meta {
		gap: 7px 12px;
	}

	.bvdh-single-meta__item {
		flex-basis: calc(50% - 6px);
	}
}

@media (max-width: 420px) {
	.bvdh-single-meta__item {
		flex-basis: 100%;
	}
}

.title-wrapper.wd-underline-bordered .woodmart-title-container u {
	text-decoration-color: var(--wd-alternative-color);
}

/* Section title decoration matching the BVDH service heading. */
._titlebvdh1.title-wrapper {
	position: relative;
	padding-left: 18px;
}

._titlebvdh1.title-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background-color: var(--wd-alternative-color);
	pointer-events: none;
}

._titlebvdh1.title-wrapper .liner-continer,
._titlebvdh1.title-wrapper .title-subtitle,
._titlebvdh1.title-wrapper .title-after_title {
	position: relative;
	z-index: 1;
}

._titlebvdh1.wd-title-style-simple .liner-continer {
	padding-bottom: 0;
}

._titlebvdh1.wd-title-style-simple .liner-continer::after {
	display: none;
}

@media (max-width: 768px) {
	._titlebvdh1.title-wrapper {
		padding-left: 13px;
	}

	._titlebvdh1.title-wrapper::before {
		width: 3px;
	}

}

/* Section title matching `.box-left h2` on the reference About page. */
._titlegioithieu1.title-wrapper {
	position: relative;
	margin-top: 25px;
	border-top: 2px solid var(--wd-alternative-color, #7f0607);
	text-align: left;
}

._titlegioithieu1.title-wrapper::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: -6px;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--wd-alternative-color, #7f0607);
	pointer-events: none;
}

._titlegioithieu1.title-wrapper .liner-continer {
	display: block;
	padding: 0;
	text-align: left;
}

._titlegioithieu1.title-wrapper .liner-continer::after {
	display: none;
}

._titlegioithieu1.title-wrapper .woodmart-title-container {
	position: relative;
	z-index: 3;
	top: -20px;
	display: inline-block;
	margin: 0;
	padding-right: 35px;
	background-color: var(--bgcolor-white, #fff);
	font-weight: 700 !important;
	text-align: left;
}

@media (max-width: 1199px) {
	._titlegioithieu1.title-wrapper .woodmart-title-container {
		top: -17px;
	}
}

@media (max-width: 991px) {
	._titlegioithieu1.title-wrapper {
		margin-top: 10px;
	}

	._titlegioithieu1.title-wrapper .woodmart-title-container {
		top: -13px;
	}
}

/* Promo Banner card matching `.card-ac` on the reference About page. */
._bannergioithieu1.promo-banner {
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 4px 24px rgba(29, 29, 29, .12);
}

._bannergioithieu1.promo-banner .main-wrapp-img {
	display: none;
}

._bannergioithieu1.promo-banner .wrapper-content-banner {
	position: static !important;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	inset: auto;
}

._bannergioithieu1.promo-banner .content-banner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	width: 100%;
	max-width: none;
	padding: 0 !important;
	background-color: #fff;
	text-align: center;
}

._bannergioithieu1.promo-banner .content-banner::before {
	content: "";
	z-index: 0;
	grid-area: 1 / 1 / 2 / -1;
	align-self: stretch;
	background: linear-gradient(180deg, var(--wd-alternative-color, #7f0607) 0%, #c42223 100%);
}

._bannergioithieu1.promo-banner .banner-subtitle {
	position: relative;
	z-index: 1;
	grid-area: 1 / 1 / 2 / 2;
	top: -5px;
	margin: 0 10px 0 0;
	padding: 30px 0 30px 30px;
	color: #fff !important;
	font-size: 80px;
	font-weight: 700;
	line-height: 47px;
}

._bannergioithieu1.promo-banner .banner-title {
	position: relative;
	z-index: 1;
	grid-area: 1 / 2 / 2 / 3;
	margin: 0 !important;
	padding: 30px 25px 30px 0;
	color: #fff !important;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
	text-transform: none;
}

._bannergioithieu1.promo-banner .banner-inner {
	position: relative;
	z-index: 1;
	grid-area: 2 / 1 / 3 / -1;
	width: 100%;
	margin: 0 !important;
	padding: 20px;
	background-color: #fff;
	color: #212529 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	text-align: left;
}

._bannergioithieu1.promo-banner .banner-inner * {
	color: inherit;
}

._bannergioithieu1.promo-banner .banner-inner :is(p, ul) {
	margin-top: 0;
}

._bannergioithieu1.promo-banner .banner-inner p:last-child,
._bannergioithieu1.promo-banner .banner-inner ul:last-child,
._bannergioithieu1.promo-banner .banner-inner li:last-child {
	margin-bottom: 0;
}

._bannergioithieu1.promo-banner .banner-inner ul {
	padding-left: 20px;
}

._bannergioithieu1.promo-banner .banner-inner li {
	margin-bottom: 10px;
	list-style: disc;
}

/* Keep every `_bannergioithieu1` Promo Banner in the same row equal-height. */
@media (min-width: 992px) {
	.vc_row:has(> .wpb_column ._bannergioithieu1) {
		display: flex !important;
		flex-wrap: wrap;
		align-items: stretch !important;
	}

	.vc_row:has(> .wpb_column ._bannergioithieu1) > .wpb_column {
		display: flex !important;
		align-self: stretch !important;
		height: auto !important;
	}

	.vc_row:has(> .wpb_column ._bannergioithieu1) > .wpb_column > .vc_column-inner {
		display: flex;
		flex: 1 1 auto;
		width: 100%;
		height: 100%;
	}

	.vc_row:has(> .wpb_column ._bannergioithieu1) > .wpb_column > .vc_column-inner > .wpb_wrapper {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}

	.vc_row:has(> .wpb_column ._bannergioithieu1) ._bannergioithieu1.promo-banner {
		flex: 1 1 auto;
		width: 100%;
	}

	.vc_row:has(> .wpb_column ._bannergioithieu1) ._bannergioithieu1 :is(.wrapper-content-banner, .content-banner, .banner-inner) {
		height: 100%;
	}

	.vc_row:has(> .wpb_column ._bannergioithieu1) ._bannergioithieu1 .content-banner {
		grid-template-rows: auto 1fr;
	}

	.vc_row:has(> .wpb_column ._bannergioithieu1) ._bannergioithieu1 .banner-inner {
		align-self: stretch;
	}
}

@media (max-width: 1199px) {
	._bannergioithieu1.promo-banner .banner-subtitle {
		top: 0;
		padding: 20px 0 20px 20px;
		font-size: 60px;
	}

	._bannergioithieu1.promo-banner .banner-title {
		padding: 20px 20px 20px 0;
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	._bannergioithieu1.promo-banner {
		margin-bottom: 30px;
	}
}

@media (max-width: 420px) {
	._bannergioithieu1.promo-banner .banner-subtitle {
		padding-left: 15px;
		font-size: 50px;
	}

	._bannergioithieu1.promo-banner .banner-title {
		padding-right: 15px;
		font-size: 18px;
		line-height: 24px;
	}

	._bannergioithieu1.promo-banner .banner-inner {
		padding: 15px;
	}
}

/* Self-hosted WPBakery row video background. */
.wd-local-video-bg {
	position: relative;
	overflow: hidden;
}

.wd-local-video-bg > .wd-local-video-bg-media {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	pointer-events: none;
}

.wd-local-video-bg > :not(.wd-local-video-bg-media) {
	position: relative;
	z-index: 1;
}

/* Promo Banner styled like the reference .list-ld process card. */
._bannerbvdh1.promo-banner {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: 100%;
	overflow: hidden;
	border-radius: 30px 8px 8px;
	background-color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.vc_row:has(> .wpb_column > .vc_column-inner > .wpb_wrapper > .promo-banner-wrapper > ._bannerbvdh1) {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch !important;
}

.vc_row:has(> .wpb_column > .vc_column-inner > .wpb_wrapper > .promo-banner-wrapper > ._bannerbvdh1)::before,
.vc_row:has(> .wpb_column > .vc_column-inner > .wpb_wrapper > .promo-banner-wrapper > ._bannerbvdh1)::after {
	display: none !important;
}

.vc_row:has(> .wpb_column > .vc_column-inner > .wpb_wrapper > .promo-banner-wrapper > ._bannerbvdh1) > .wpb_column {
	display: flex !important;
	flex-direction: column;
	float: none !important;
	width: 100% !important;
	max-width: none;
}

.vc_row:has(> .wpb_column > .vc_column-inner > .wpb_wrapper > .promo-banner-wrapper > ._bannerbvdh1) > .wpb_column > .vc_column-inner,
.vc_row:has(> .wpb_column > .vc_column-inner > .wpb_wrapper > .promo-banner-wrapper > ._bannerbvdh1) > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
}

.vc_row:has(> .wpb_column > .vc_column-inner > .wpb_wrapper > .promo-banner-wrapper > ._bannerbvdh1) .promo-banner-wrapper:has(> ._bannerbvdh1) {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
}

@media (max-width: 767.98px) {
	.vc_row:has(> .wpb_column > .vc_column-inner > .wpb_wrapper > .promo-banner-wrapper > ._bannerbvdh1) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Images Gallery: homepage-style main image with offset thumbnail rail. */
._imggall1.imggall1-ready {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 500px;
	min-height: 500px;
	overflow: visible;
}

._imggall1.imggall1-ready > .imggall1-source {
	display: none !important;
}

._imggall1 .imggall1-stage {
	position: relative;
	width: 100%;
	max-width: 500px;
	aspect-ratio: 1 / 1;
	touch-action: pan-y;
}

._imggall1 .imggall1-main-item,
._imggall1 .imggall1-main-link {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

._imggall1 .imggall1-main-image {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

._imggall1 .imggall1-arrow {
	position: absolute;
	z-index: 12;
	top: 50%;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	min-height: 0;
	padding: 0;
	border: 1px solid var(--wd-alternative-color, #7f0607);
	border-radius: 5px;
	background: rgba(255, 255, 255, .75);
	color: var(--wd-alternative-color, #7f0607);
	box-shadow: none;
	transform: translateY(-50%);
}

._imggall1 .imggall1-arrow:hover,
._imggall1 .imggall1-arrow:focus-visible {
	border-color: var(--wd-alternative-color, #7f0607);
	background: #fff;
	color: var(--wd-alternative-color, #7f0607);
}

._imggall1 .imggall1-arrow span {
	display: block;
	width: 15px;
	height: 15px;
	border-top: 4px solid currentColor;
	border-right: 4px solid currentColor;
}

._imggall1 .imggall1-prev {
	left: -25px;
}

._imggall1 .imggall1-prev span {
	transform: translateX(3px) rotate(-135deg);
}

._imggall1 .imggall1-next {
	right: -25px;
}

._imggall1 .imggall1-next span {
	transform: translateX(-3px) rotate(45deg);
}

._imggall1 .imggall1-thumbs {
	position: absolute;
	z-index: 9;
	bottom: 30px;
	left: 72%;
	display: flex;
	gap: 5px;
	width: calc(100% + min(436px, 27.4vw));
	height: 180px;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

._imggall1 .imggall1-thumbs::-webkit-scrollbar {
	display: none;
}

._imggall1 .imggall1-thumb {
	flex: 0 0 calc((100% - 20px) / 5);
	height: 180px;
	min-height: 0;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 5px;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	scroll-snap-align: start;
}

._imggall1 .imggall1-thumb:is(:hover, :focus-visible, .active) {
	border-color: var(--wd-alternative-color, #7f0607);
	background: transparent;
}

._imggall1 .imggall1-thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991.98px) {
	._imggall1.imggall1-ready {
		max-width: none;
		min-height: 0;
	}

	._imggall1 .imggall1-stage {
		max-width: none;
	}

	._imggall1 .imggall1-arrow {
		display: none;
	}

	._imggall1 .imggall1-thumbs {
		position: relative;
		bottom: auto;
		left: auto;
		width: calc(100% + 30px);
		height: 100px;
		margin-top: -30px;
		margin-left: -15px;
		padding: 0 15px;
	}

	._imggall1 .imggall1-thumb {
		flex-basis: calc((100% - 20px) / 5);
		height: 100px;
		border-color: #fff;
	}

	._imggall1 .imggall1-thumb:is(:hover, :focus-visible, .active) {
		border-color: var(--wd-alternative-color, #7f0607);
	}
}

@media (max-width: 767.98px) {
	._imggall1 .imggall1-thumbs {
		height: 80px;
	}

	._imggall1 .imggall1-thumb {
		height: 80px;
	}
}

/* Reference-style mosaic when _imggall1 is used with the Masonry gallery view. */
._imggall1.imggall1-masonry > .wd-masonry {
	display: grid !important;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 10px;
	height: auto !important;
	aspect-ratio: 31 / 10;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	flex: none !important;
	margin: 0 !important;
	padding: 0 !important;
	aspect-ratio: auto;
	overflow: hidden;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(3) {
	grid-column: 3 / span 3;
	grid-row: 1 / span 2;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(4) {
	grid-column: 6 / span 3;
	grid-row: 1;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(5) {
	grid-column: 1 / span 2;
	grid-row: 2;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(6) {
	grid-column: 6;
	grid-row: 2;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(7) {
	grid-column: 7;
	grid-row: 2;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(8) {
	grid-column: 8;
	grid-row: 2;
}

._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item > :is(a, img),
._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item > a > img {
	display: block;
	width: 100%;
	height: 100%;
}

._imggall1.imggall1-masonry > .wd-masonry .wd-gallery-image {
	object-fit: cover;
}

@media (max-width: 1024px) {
	._imggall1.imggall1-masonry > .wd-masonry {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-template-rows: none;
		grid-auto-rows: auto;
		gap: 10px;
		aspect-ratio: auto;
	}

	._imggall1.imggall1-masonry > .wd-masonry > .wd-gallery-item:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: 1 / 1;
	}
}

@media (max-width: 768.98px) {
	._imggall1.imggall1-masonry > .wd-masonry {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

._bannerbvdh1.promo-banner .main-wrapp-img {
	position: relative;
	flex: 0 0 auto;
	overflow: hidden;
	border-bottom-right-radius: 30px;
}

._bannerbvdh1.promo-banner .banner-image,
._bannerbvdh1.promo-banner .banner-image img {
	display: block;
	width: 100%;
}

._bannerbvdh1.promo-banner .wrapper-content-banner {
	position: relative !important;
	inset: auto !important;
	display: block;
	flex: 1 1 auto;
	width: 100%;
	height: auto;
	overflow: visible !important;
	padding: 15px;
	background-color: #fff;
}

._bannerbvdh1.promo-banner .content-banner {
	position: static !important;
	width: 100%;
	max-width: none !important;
	padding: 0 !important;
	text-align: left;
	transform: none !important;
}

._bannerbvdh1.promo-banner .banner-subtitle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	margin: 0;
	padding: 5px 20px;
	border-radius: 30px 0 30px 0;
	background-color: var(--wd-alternative-color);
	color: #fff !important;
	font-size: 32px !important;
	font-weight: 500 !important;
	line-height: 48px !important;
	transform: translateY(-100%);
}

._bannerbvdh1.promo-banner .banner-title {
	margin: 0 0 8px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ededed;
	color: #212529 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 19.62px !important;
	text-align: left;
	text-transform: uppercase;
}

._bannerbvdh1.promo-banner .banner-inner,
._bannerbvdh1.promo-banner .banner-inner p {
	margin: 0;
	color: #636363 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 19.67px !important;
	text-align: left;
}

@media (max-width: 1199px) {
	._bannerbvdh1.promo-banner .banner-subtitle {
		font-size: 25px !important;
	}
}

/* Horizontal purchase-step Promo Banner, based on the reference .list-bs card. */
._bannerbvdh2.promo-banner {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	align-items: stretch;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #f6f6f6;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}

._bannerbvdh2.promo-banner .main-wrapp-img {
	position: relative;
	display: flex;
	grid-column: 1;
	grid-row: 1;
	align-items: center;
	justify-content: center;
	width: 100px;
	min-width: 100px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 0 !important;
	background-color: #f6f6f6;
}

._bannerbvdh2.promo-banner .banner-image {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 0 !important;
	transform: none !important;
}

._bannerbvdh2.promo-banner .banner-image img {
	display: block;
	width: 56px;
	height: 56px;
	max-width: 56px;
	margin: auto;
	padding: 0;
	border-radius: 0 !important;
	object-fit: contain;
	transform: none !important;
}

._bannerbvdh2.promo-banner:hover .banner-image {
	transform: none !important;
}

._bannerbvdh2.promo-banner .wrapper-content-banner {
	position: relative !important;
	inset: auto !important;
	display: flex;
	grid-column: 2;
	grid-row: 1;
	align-items: center;
	width: auto;
	min-width: 0;
	height: auto;
	padding: 15px 10px;
	overflow: visible !important;
	border-radius: 0 !important;
	background-color: #fff;
}

._bannerbvdh2.promo-banner .content-banner {
	position: static !important;
	width: 100%;
	max-width: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
	text-align: left !important;
	transform: none !important;
}

._bannerbvdh2.promo-banner .banner-title {
	margin: 0 0 5px !important;
	padding: 0;
	color: #212529 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 22px !important;
	text-align: left !important;
	text-transform: none;
}

._bannerbvdh2.promo-banner .banner-inner,
._bannerbvdh2.promo-banner .banner-inner p {
	margin: 0;
	color: #212529 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 21px !important;
	text-align: left !important;
}

._bannerbvdh2.promo-banner .banner-inner p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	._bannerbvdh2.promo-banner .banner-title {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	._bannerbvdh2.promo-banner .banner-inner,
	._bannerbvdh2.promo-banner .banner-inner p {
		font-size: 15px !important;
		line-height: 21px !important;
	}
}

/* Polishing-service image tile based on the reference .img-list-bt. */
._bannerdanhbong.promo-banner {
	position: relative;
	height: 200px !important;
	max-height: 200px;
	overflow: hidden;
	border-radius: 8px;
}

._bannerdanhbong.promo-banner .main-wrapp-img,
._bannerdanhbong.promo-banner .banner-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: inherit;
}

._bannerdanhbong.promo-banner .banner-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	border-radius: inherit;
	object-fit: cover;
	object-position: center;
}

._bannerdanhbong.promo-banner .banner-image,
._bannerdanhbong.promo-banner:hover .banner-image {
	transform: none !important;
}

._bannerdanhbong.promo-banner .wrapper-content-banner {
	position: absolute !important;
	z-index: 2;
	inset: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	overflow: hidden !important;
	border-radius: inherit;
	background-color: rgba(0, 0, 0, .52);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, visibility .25s ease;
}

._bannerdanhbong.promo-banner .content-banner {
	position: static !important;
	width: 100%;
	max-width: none !important;
	padding: 0 !important;
	text-align: center !important;
	transform: none !important;
}

._bannerdanhbong.promo-banner .banner-title {
	margin: 0 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	text-align: center !important;
}

._bannerdanhbong.promo-banner :is(.banner-subtitle, .banner-inner, .banner-btn-wrapper) {
	display: none !important;
}

._bannerdanhbong.promo-banner:is(:hover, :focus-within) .wrapper-content-banner {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767.98px) {
	._bannerdanhbong.promo-banner {
		height: 150px !important;
		max-height: 150px;
	}
}

/* Compact service statistic Information box, based on the reference .bh card. */
._infobvdh1.wd-info-box {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 10px;
	border: 1px solid var(--wd-alternative-color);
	border-radius: 5px;
	background-color: #fff4f4;
	text-align: left;
}

._infobvdh1.wd-info-box .info-box-content {
	display: grid;
	grid-template-columns: max-content max-content minmax(0, 1fr);
	grid-template-areas:
		"title title title"
		"number unit .";
	align-items: baseline;
	column-gap: 3px;
	width: max-content;
	max-width: 100%;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

._infobvdh1.wd-info-box .info-box-title {
	grid-area: title;
	margin: 2px 0 8px !important;
	padding: 0;
	border-bottom: 1px solid var(--wd-alternative-color);
	text-transform: uppercase;
}

._infobvdh1.wd-info-box .info-box-subtitle {
	grid-area: number;
	width: max-content;
	min-width: 0;
	margin: 0 !important;
	padding: 0;
	white-space: nowrap;
}

._infobvdh1.wd-info-box .info-box-inner {
	grid-area: unit;
	width: max-content;
	min-width: 0;
	margin: 0 !important;
	padding: 0;
	white-space: nowrap;
}

._infobvdh1.wd-info-box .info-box-inner p {
	margin: 0;
	font: inherit;
	line-height: inherit;
}

@media (max-width: 768.98px) {
	.wpb_column:has(> .vc_column-inner > .wpb_wrapper > .info-box-wrapper > ._infobvdh1) {
		width: 100% !important;
	}

	.wpb_wrapper:has(> .info-box-wrapper > ._infobvdh1) {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 10px;
	}

	.wpb_wrapper:has(> .info-box-wrapper > ._infobvdh1) > .info-box-wrapper {
		flex: 0 0 auto;
		margin: 0 !important;
	}

}

/* Information box styled like benhviendongho.vn service cards. */
._infobvdhvn.wd-info-box {
	--ib-icon-sp: 10px;
	padding: 0;
	margin-bottom: 10px;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

._infobvdhvn.wd-info-box:hover {
	box-shadow: none;
}

._infobvdhvn .box-icon-wrapper {
	width: 100%;
	padding: 30px;
	border: 1px solid #ededed;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
	transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

._infobvdhvn.box-icon-align-top .box-icon-wrapper {
	margin-bottom: 2px !important;
}

._infobvdhvn:is(:hover, :focus-within) .box-icon-wrapper {
	border-color: var(--wd-primary-color);
	background-color: var(--wd-primary-color);
}

._infobvdhvn .info-box-icon,
._infobvdhvn .info-box-icon img,
._infobvdhvn .info-svg-wrapper,
._infobvdhvn .info-svg-wrapper :is(img, svg) {
	transition: color .3s ease, fill .3s ease, filter .3s ease;
}

._infobvdhvn:is(:hover, :focus-within) .info-box-icon,
._infobvdhvn:is(:hover, :focus-within) .info-svg-wrapper svg,
._infobvdhvn:is(:hover, :focus-within) .info-svg-wrapper svg * {
	color: #fff !important;
	fill: #fff !important;
	stroke: #fff !important;
}

._infobvdhvn:is(:hover, :focus-within) .info-box-icon img,
._infobvdhvn:is(:hover, :focus-within) .info-svg-wrapper img {
	filter: brightness(0) invert(1);
}

._infobvdhvn .info-box-content {
	text-align: center;
}

._infobvdhvn .info-box-title {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

/* Responsive service grid based on benhviendongho.vn. */
._columbvdh10.vc_row {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 15px;
	width: 100%;
	max-width: 1320px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

._columbvdh10.vc_row::before,
._columbvdh10.vc_row::after {
	display: none;
	content: none;
}

._columbvdh10.vc_row > .vc_column_container {
	float: none;
	width: auto !important;
	min-width: 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

._columbvdh10.vc_row > .vc_column_container > .vc_column-inner {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* Mosaic Images Gallery based on the content-info-home grid. */
._gallerybvdh > :is(.wd-masonry, .wd-grid-f-col) {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-auto-rows: 160px;
	gap: 10px !important;
	height: 500px !important;
}

._gallerybvdh .wd-gallery-item {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border-radius: 8px;
}

._gallerybvdh .wd-gallery-item:nth-child(1) {
	grid-area: 1 / 1 / span 2 / span 2;
}

._gallerybvdh .wd-gallery-item:nth-child(3) {
	grid-column: 4 / span 2;
}

._gallerybvdh .wd-gallery-item:nth-child(5) {
	grid-area: 2 / 3 / span 2 / span 2;
}

._gallerybvdh .wd-gallery-item:nth-child(8) {
	grid-column: 1 / span 2;
}

._gallerybvdh .wd-gallery-item:nth-child(9) {
	grid-column: 5 / span 2;
}

._gallerybvdh .wd-gallery-item > a {
	display: block;
	width: 100%;
	height: 100%;
}

._gallerybvdh .wd-gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

._gallerybvdh .gallery-bvdh-overlay {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

._gallerybvdh .gallery-bvdh-overlay-blue {
	background-color: rgba(31, 54, 125, .79);
}

._gallerybvdh .gallery-bvdh-overlay-red {
	background-color: rgba(221, 51, 51, .79);
}

._gallerybvdh .gallery-bvdh-overlay-yellow {
	background-color: rgba(226, 163, 52, .79);
}

._gallerybvdh .gallery-bvdh-overlay-cyan {
	background-color: rgba(34, 222, 232, .79);
}

._gallerybvdh .gallery-bvdh-overlay strong {
	color: inherit;
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
}

._gallerybvdh .gallery-bvdh-overlay span {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

._gallerybvdh .gallery-bvdh-overlay strong .gallery-bvdh-star {
	display: inline-block;
	margin-left: 4px;
	color: inherit;
	font-size: .8em;
	line-height: 1;
	vertical-align: .08em;
}

._gallerybvdh .gallery-bvdh-more {
	border: 1px solid #ededed;
	background-color: #fff;
}

._gallerybvdh .gallery-bvdh-more > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: var(--wd-primary-color);
	font-size: 16px;
	font-weight: 500;
}

._gallerybvdh .gallery-bvdh-arrow {
	font-size: 26px;
	line-height: 1;
	transition: transform .25s ease;
}

._gallerybvdh .gallery-bvdh-more > a:hover .gallery-bvdh-arrow {
	transform: translateX(5px);
}

/* Homepage Posts element styled like the card-news component. */
._blogbvdh .wd-post {
	border-radius: 10px;
	background: transparent !important;
	box-shadow: none !important;
	overflow: hidden;
	transition: opacity .25s ease;
}

._blogbvdh .wd-post:hover {
	opacity: .8;
}

._blogbvdh .wd-post-thumb,
._blogbvdh .wd-post-img {
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
}

._blogbvdh .wd-post-img {
	aspect-ratio: 5 / 3;
}

._blogbvdh .wd-post-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

._blogbvdh .wd-post-content {
	padding: 10px !important;
	text-align: left;
}

._blogbvdh .wd-post-title {
	display: -webkit-box !important;
	margin: 0 0 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--wd-primary-color);
	font-size: 18px !important;
	font-weight: 600;
	line-height: 22.9px !important;
	text-align: left;
	text-transform: none !important;
}

._blogbvdh .wd-post-title a {
	color: inherit;
	font: inherit;
}

._blogbvdh .wd-post-excerpt {
	display: -webkit-box !important;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: none !important;
	color: var(--wd-primary-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px !important;
	text-align: left;
}

/* Testimonials styled like the card-customer component. */
._camnhankh .wd-carousel-wrap {
	align-items: stretch;
}

._camnhankh .wd-carousel {
	--wd-gap-lg: 20px !important;
	--wd-gap-md: 20px !important;
	--wd-gap-sm: 20px !important;
}

._camnhankh .wd-testimon {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	padding: 10px 20px !important;
	background-color: transparent;
}

._camnhankh .wd-testimon::before {
	position: absolute;
	z-index: 0;
	inset: 0 10px;
	border-radius: 8px;
	background-color: #fff;
	content: "";
}

._camnhankh .wd-testimon > * {
	position: relative;
	z-index: 1;
}

._camnhankh .wd-testimon-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}

._camnhankh .wd-testimon-thumb {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	margin-right: 15px;
}

._camnhankh .wd-testimon-thumb img {
	width: 64px !important;
	min-width: 64px !important;
	max-width: 64px !important;
	height: 64px !important;
	border-radius: 50%;
	object-fit: cover;
}

._camnhankh .wd-testimon-bio {
	width: calc(100% - 79px);
	text-align: left;
}

._camnhankh .wd-testimon-name {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
}

._camnhankh .wd-testimon-pos {
	color: #706f6f;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
}

._camnhankh .star-rating {
	margin-top: 2px;
	color: #f2a225;
}

._camnhankh .wd-testimon-text {
	box-sizing: border-box;
	min-height: 120px;
	margin-top: 15px;
	padding: 10px !important;
	border-radius: 8px !important;
	background-color: #fff5f5;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
}

/* Top service banner with a translucent diagonal overlay. */
._bgdichvutop.vc_row {
	position: relative;
	isolation: isolate;
	overflow: hidden !important;
}

._bgdichvutop.vc_row::before {
	position: absolute;
	z-index: 0;
	inset: 0 auto 0 0;
	display: block;
	width: 70%;
	height: 100%;
	background-color: rgba(0, 0, 0, .61);
	transform: skewX(-40deg);
	transform-origin: top left;
	content: "";
	pointer-events: none;
}

._bgdichvutop.vc_row > .wpb_column {
	position: relative;
	z-index: 1;
}

._bgdichvutop :is(.woodmart-title-container, .wd-text-block, .wd-list-content, .wd-list .wd-icon) {
	color: #fff !important;
}

/* Top service banner using the Group-103247 gold/teal background panel. */
._bgdichvutop2.vc_row {
	position: relative;
	isolation: isolate;
	overflow: hidden !important;
}

._bgdichvutop2.vc_row::before {
	position: absolute;
	z-index: 0;
	top: 8%;
	bottom: 14%;
	left: 0;
	display: block;
	width: 70%;
	background-image: url("images/group-103247-bvdh.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;
	content: "";
	pointer-events: none;
}

._bgdichvutop2.vc_row > .wpb_column {
	position: relative;
	z-index: 1;
}

._bgdichvutop2 :is(.woodmart-title-container, .wd-text-block, .wd-list-content, .wd-list .wd-icon, .kksr-legend) {
	color: #fff !important;
}

/* Strap-service hero based on .box-bn-thay-day / .thay-day-mobile. */
._bgdichvutop3.vc_row {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	min-height: 533px;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

._bgdichvutop3.vc_row::before {
	position: absolute;
	z-index: 0;
	top: 8%;
	right: 18%;
	bottom: 12%;
	left: 18%;
	display: block;
	border-radius: 0 70px 0 0;
	background-color: rgba(158, 55, 15, .82);
	content: "";
	pointer-events: none;
}

._bgdichvutop3.vc_row > .wpb_column {
	position: relative;
	z-index: 1;
}

._bgdichvutop3.vc_row > .wpb_column:first-child {
	display: flex !important;
	flex: 0 0 32%;
	align-items: center;
	width: 32%;
	max-width: 32%;
}

._bgdichvutop3.vc_row > .wpb_column:nth-child(2) {
	flex: 0 0 54%;
	width: 54%;
	max-width: 54%;
}

._bgdichvutop3.vc_row > .wpb_column > .vc_column-inner {
	width: 100%;
	padding: 0 !important;
}

._bgdichvutop3.vc_row > .wpb_column:first-child :is(.wd-image, .wpb_single_image, figure, .vc_single_image-wrapper) {
	margin: 0 !important;
}

._bgdichvutop3.vc_row > .wpb_column:first-child img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 533px;
	object-fit: contain;
}

._bgdichvutop3 :is(.woodmart-title-container, .title-subtitle, .wd-text-block, .wd-text-block p, .wd-list-content, .wd-list .wd-icon, .kksr-legend) {
	color: #fff !important;
}

._bgdichvutop3 .woodmart-title-container {
	font-size: 56px !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
}

._bgdichvutop3 .wd-text-block:not(:has(.kk-star-ratings)) {
	font-size: 18px;
	line-height: 27px;
}

._bgdichvutop3 .kk-star-ratings {
	margin-top: 32px;
}

@media (max-width: 767.98px) {
	._bgdichvutop3.vc_row {
		align-items: stretch;
		min-height: 375px;
	}

	._bgdichvutop3.vc_row::before {
		top: 30px;
		right: 0;
		bottom: 2%;
		left: 0;
		border-radius: 0 30px 0 0;
	}

	._bgdichvutop3.vc_row > .wpb_column:first-child {
		display: flex !important;
		flex: 0 0 35%;
		align-items: center;
		width: 35% !important;
		max-width: 35%;
	}

	._bgdichvutop3.vc_row > .wpb_column:nth-child(2) {
		flex: 0 0 65%;
		width: 65% !important;
		max-width: 65%;
	}

	._bgdichvutop3.vc_row > .wpb_column:nth-child(2) > .vc_column-inner {
		padding: 15px 30px 15px 15px !important;
	}

	._bgdichvutop3.vc_row > .wpb_column:first-child img {
		max-height: 210px;
	}

	._bgdichvutop3 .woodmart-title-container {
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 19px !important;
		line-height: 1.25 !important;
	}

	._bgdichvutop3 .wd-text-block:not(:has(.kk-star-ratings)) {
		font-size: 13px;
		line-height: 1.5;
		text-align: justify;
	}

	._bgdichvutop3 .kk-star-ratings {
		justify-content: flex-start;
		margin-top: 0;
		padding-right: 0;
	}

	._bgdichvutop3 .kksr-legend {
		font-size: 14px !important;
		line-height: 21px;
	}
}

/* Blend the WPBakery background color with its background image. */
._bgrowover:is(.vc_row, .vc_section),
._rowghidau:is(.vc_row, .vc_section) {
	position: relative;
	overflow: hidden;
	background-blend-mode: multiply;
}

/* Keep the content of the "Ghi dau tren thi truong" stretched row inside the site layout. */
._rowghidau.wd-section-stretch > .wpb_column {
	float: none;
	width: calc(100% - 10px);
	max-width: var(--wd-container-w, 1320px);
	margin-right: auto;
	margin-left: auto;
}

/* Keep Font Awesome check icons aligned with the first line of multi-line list items. */
.wd-list li > .wd-icon.fa-check {
	align-self: flex-start !important;
	margin-top: .25em;
}

/* Ordered List styled like the reference .content-box-khi-nao cards. */
._listbvdh1.wd-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 0;
	counter-reset: item;
}

._listbvdh1.wd-list > li {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	margin: 0 !important;
	padding: 17px 20px;
	border-radius: 8px;
	background-color: #fff;
	color: #636363 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
}

._listbvdh1.wd-list > li > .wd-icon {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	color: var(--wd-alternative-color) !important;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

._listbvdh1.wd-list > li > .wd-icon::before {
	color: inherit;
	font: inherit;
	content: counter(item, decimal-leading-zero) ".";
	counter-increment: item;
}

._listbvdh1.wd-list > li > .wd-list-content {
	min-width: 0;
	color: #636363 !important;
	font: inherit;
}

@media (max-width: 767.98px) {
	._listbvdh1.wd-list {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}
}

@media (max-width: 1199px) {
	._gallerybvdh > :is(.wd-masonry, .wd-grid-f-col) {
		grid-auto-rows: 125px;
		height: auto !important;
	}

	._infobvdhvn .box-icon-wrapper {
		padding: 15px;
	}
}

@media (max-width: 991px) {
	._bgdichvutop.vc_row::before {
		width: 100%;
		background-color: rgba(0, 0, 0, .55);
		transform: none;
	}

	._bgdichvutop2.vc_row::before {
		top: 4%;
		bottom: 10%;
		width: 100%;
	}

	._blogbvdh .wd-post-title {
		font-size: 14px !important;
		line-height: 19px !important;
	}

	._blogbvdh .wd-post-excerpt {
		display: none !important;
	}

	._gallerybvdh > :is(.wd-masonry, .wd-grid-f-col) {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-auto-rows: 100px;
	}

	._gallerybvdh .wd-gallery-item {
		grid-area: auto !important;
		height: 100px !important;
	}

	._gallerybvdh .wd-gallery-item:nth-child(1) {
		grid-column: 1 / span 2 !important;
	}

	._gallerybvdh .wd-gallery-item:nth-child(2) {
		grid-column: 3 / span 2 !important;
	}

	._gallerybvdh .wd-gallery-item:nth-child(4) {
		grid-column: 2 / span 2 !important;
	}

	._gallerybvdh .wd-gallery-item:nth-child(6) {
		grid-area: 3 / 1 / span 2 / span 2 !important;
		height: auto !important;
	}

	._gallerybvdh .wd-gallery-item:nth-child(9) {
		grid-column: 3 / span 2 !important;
	}

	._gallerybvdh .gallery-bvdh-overlay strong {
		font-size: 20px;
		line-height: 25px;
	}

	._gallerybvdh .gallery-bvdh-overlay span,
	._gallerybvdh .gallery-bvdh-more > a {
		font-size: 13px;
		line-height: 18px;
	}

	._columbvdh10.vc_row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin-top: 0 !important;
		padding-top: 15px !important;
	}

	.vc_section:has(> ._columbvdh10 + ._columbvdh10) {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 15px;
		padding-top: 15px;
	}

	.vc_section:has(> ._columbvdh10 + ._columbvdh10) > ._columbvdh10.vc_row {
		display: contents;
	}

	._infobvdhvn .info-box-icon img,
	._infobvdhvn .info-svg-wrapper {
		max-height: 40px;
	}

	._infobvdhvn .info-box-title {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 30px;
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	._blogbvdh .wd-post,
	._blogbvdh .wd-post-thumb,
	._blogbvdh .wd-post-img {
		border-radius: 4px;
	}

	._blogbvdh .wd-post-content {
		padding: 5px !important;
	}

	._blogbvdh .wd-post-title {
		margin-bottom: 0;
		font-size: 13px !important;
		line-height: 17px !important;
	}
}

@media (max-width: 676px) {
	._camnhankh .wd-testimon-name {
		font-size: 16px;
	}
}

/* Clickable process timeline: add _timlinebvdh1 to a Woodmart Timeline element. */
._timlinebvdh1.wd-timeline-wrapper[data-bvdh-timeline-ready="true"] {
	display: grid;
	grid-template-columns: minmax(300px, 5fr) minmax(0, 7fr);
	gap: clamp(30px, 5vw, 75px);
	align-items: center;
	width: 100%;
}

._timlinebvdh1 .woodmart-timeline-line,
._timlinebvdh1 .woodmart-timeline-dot,
._timlinebvdh1 .timeline-arrow {
	display: none !important;
}

._timlinebvdh1 .bvdh-timeline-nav {
	position: relative;
	width: min(100%, 440px);
	margin-inline: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle, #fff 0 42%, transparent 42.5%),
		conic-gradient(from -25deg, var(--wd-alternative-color), #ec4d5d, #f4b33c, #57bd91, #4375d6, #9949c7, var(--wd-alternative-color));
	box-shadow: 0 16px 35px rgba(0, 0, 0, .12);
}

._timlinebvdh1 .bvdh-timeline-nav::before {
	content: "";
	position: absolute;
	inset: 9%;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: inherit;
}

._timlinebvdh1 .bvdh-timeline-nav::after {
	content: "QUY TRÌNH";
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--wd-primary-color);
	font-size: clamp(17px, 2vw, 25px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transform: translate(-50%, -50%);
}

._timlinebvdh1 .bvdh-timeline-step {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(42px, 5vw, 58px);
	height: clamp(42px, 5vw, 58px);
	padding: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
	color: var(--wd-primary-color);
	font-size: clamp(17px, 2vw, 23px);
	font-weight: 700;
	line-height: 1;
	transform: translate(-50%, -50%);
	transition: color .25s ease, background-color .25s ease, transform .25s ease;
	cursor: pointer;
}

._timlinebvdh1 .bvdh-timeline-step:hover,
._timlinebvdh1 .bvdh-timeline-step:focus-visible,
._timlinebvdh1 .bvdh-timeline-step.is-active {
	background-color: var(--wd-alternative-color);
	color: #fff;
	transform: translate(-50%, -50%) scale(1.12);
}

._timlinebvdh1 > .wd-timeline {
	min-width: 0;
	padding: 0 !important;
}

._timlinebvdh1 .wd-timeline-item {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

._timlinebvdh1 .wd-timeline-item.is-active {
	display: flex !important;
	flex-direction: column;
	gap: 20px;
	animation: bvdh-timeline-show .35s ease both;
}

._timlinebvdh1 .wd-timeline-item[hidden] {
	display: none !important;
}

._timlinebvdh1 .timeline-col {
	display: grid;
	flex: none !important;
	grid-template-columns: 200px minmax(0, 1fr);
	grid-template-areas:
		"image title"
		"image content";
	gap: 4px 18px;
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	text-align: left !important;
}

._timlinebvdh1 .timeline-col:not(:has(.wd-timeline-image, .wd-timeline-title:not(:empty), .wd-timeline-content:not(:empty))) {
	display: none;
}

._timlinebvdh1 .timeline-col.is-empty {
	display: none !important;
}

._timlinebvdh1 .wd-timeline-image {
	grid-area: image;
	margin: 0;
}

._timlinebvdh1 .wd-timeline-image img {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 8px;
	object-fit: cover;
}

._timlinebvdh1 .wd-timeline-title {
	grid-area: title;
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
}

._timlinebvdh1 .timeline-col-primary {
	align-content: start;
	row-gap: 8px;
}

._timlinebvdh1 .timeline-col-primary .wd-timeline-title {
	margin-bottom: 0 !important;
}

@media (min-width: 768px) {
	._timlinebvdh1 .timeline-col-primary {
		position: relative;
		display: block;
		min-height: 160px;
		padding-left: 258px !important;
	}

	._timlinebvdh1 .timeline-col-primary .wd-timeline-image {
		position: absolute;
		top: 0;
		left: 0;
	}

	._timlinebvdh1 .timeline-col-primary .wd-timeline-content {
		margin-top: 8px;
	}
}

._timlinebvdh1 .bvdh-timeline-step-label {
	color: var(--wd-alternative-color);
}

._timlinebvdh1 .wd-timeline-content {
	grid-area: content;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
}

@keyframes bvdh-timeline-show {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767.98px) {
	._timlinebvdh1.wd-timeline-wrapper[data-bvdh-timeline-ready="true"] {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	._timlinebvdh1 .bvdh-timeline-nav {
		width: min(82vw, 330px);
	}

	._timlinebvdh1 .timeline-col {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"image"
			"title"
			"content";
		gap: 12px;
		text-align: center !important;
	}

	._timlinebvdh1 .wd-timeline-image img {
		width: 100%;
		height: auto;
		max-height: 280px;
	}

	._timlinebvdh1 .wd-timeline-title {
		font-size: 20px;
		line-height: 1.4;
	}

	._timlinebvdh1 .wd-timeline-content {
		font-size: 16px;
		line-height: 1.5;
	}
}

/* Segmented process wheel and 3:2 Timeline images. */
._timlinebvdh1 .bvdh-timeline-nav {
	background: #fff;
}

._timlinebvdh1 .bvdh-timeline-nav::before,
._timlinebvdh1 .bvdh-timeline-nav::after {
	display: none;
}

._timlinebvdh1 .bvdh-timeline-wheel {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

._timlinebvdh1 .bvdh-timeline-segment {
	fill: var(--bvdh-step-color);
	stroke: #fff;
	stroke-width: 1;
	stroke-linejoin: round;
	transform-box: fill-box;
	transform-origin: center;
	transition: filter .25s ease, transform .25s ease;
	cursor: pointer;
	pointer-events: auto;
}

._timlinebvdh1 .bvdh-timeline-details,
._timlinebvdh1 .bvdh-timeline-clock {
	pointer-events: none;
}

._timlinebvdh1 .bvdh-timeline-segment.is-active {
	filter: none;
	stroke: var(--wd-alternative-color);
	stroke-width: 1.5;
	transform: scale(1.025);
}

._timlinebvdh1 .bvdh-timeline-clock {
	fill: var(--wd-alternative-color);
	stroke: var(--wd-alternative-color);
	stroke-linecap: round;
}

._timlinebvdh1 .bvdh-clock-minute {
	stroke-width: 2.4;
}

._timlinebvdh1 .bvdh-clock-hour {
	stroke-width: 3;
}

._timlinebvdh1 .bvdh-timeline-step {
	color: var(--bvdh-step-color);
}

._timlinebvdh1 .bvdh-timeline-step:hover,
._timlinebvdh1 .bvdh-timeline-step:focus-visible,
._timlinebvdh1 .bvdh-timeline-step.is-active {
	border-color: var(--bvdh-step-color);
	background-color: #fff;
	color: var(--bvdh-step-color);
}

._timlinebvdh1 .timeline-col {
	grid-template-columns: 240px minmax(0, 1fr);
}

._timlinebvdh1 .wd-timeline-image {
	width: 240px;
	margin: 0;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 8px;
}

._timlinebvdh1 .wd-timeline-image img {
	width: 100%;
	height: 100%;
	max-height: none;
	border-radius: inherit;
	object-fit: cover;
}

@media (max-width: 767.98px) {
	._timlinebvdh1 .timeline-col {
		grid-template-columns: minmax(0, 1fr);
	}

	._timlinebvdh1 .wd-timeline-image {
		width: 100%;
	}
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-timeline-segment.is-active {
	stroke: var(--wd-alternative-color);
	stroke-width: 8;
	paint-order: stroke fill;
	transform: none;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-clock-minute {
	stroke-width: 9;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-clock-hour {
	stroke-width: 11;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-timeline-step {
	width: 11.5%;
	height: 11.5%;
	outline: none !important;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-timeline-step:focus,
._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-timeline-step:focus-visible {
	outline: none !important;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step {
	background: transparent;
	box-shadow: none;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: -8%;
	display: block;
	background: url("images/timeline-clock-bg.png") center / cover no-repeat;
	opacity: .1;
	pointer-events: none;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step::after {
	display: none;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-timeline-wheel {
	z-index: 1;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-timeline-clock {
	filter: drop-shadow(2px 3px 2px rgba(80, 0, 0, .22));
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-timeline-segment {
	stroke: #fff;
	stroke-width: 8;
	paint-order: stroke fill;
}

._timlinebvdh1 .bvdh-timeline-nav.is-eight-step .bvdh-timeline-segment.is-active {
	stroke: var(--wd-alternative-color);
	stroke-width: 8;
}

/* Spa process timeline: add _timlinebvdh2 to a Woodmart Timeline element. */
._timlinebvdh2.wd-timeline-wrapper {
	width: 100%;
	max-width: 767px;
	margin-inline: auto;
	padding-block: 0;
	counter-reset: bvdh-spa-step;
}

._timlinebvdh2 .woodmart-timeline-line,
._timlinebvdh2 .timeline-arrow {
	display: none !important;
}

._timlinebvdh2 .wd-timeline-item {
	position: relative;
	z-index: 0;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 1fr 1fr;
	align-items: center;
	width: calc(100% + 24px);
	min-height: 315px;
	margin: 0 -12px !important;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
	counter-increment: bvdh-spa-step;
}

._timlinebvdh2 .wd-timeline-item::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(50% + 40px);
	right: calc(50% - 77px);
	width: 150px;
	height: 265px;
	background: url("images/timeline-spa-line-right.svg") center / contain no-repeat;
	pointer-events: none;
}

._timlinebvdh2 .wd-timeline-item:nth-child(even)::after {
	background-image: url("images/timeline-spa-line-left.svg");
}

._timlinebvdh2 .wd-timeline-item:last-child::after {
	display: none;
}

._timlinebvdh2 .timeline-col {
	display: contents !important;
}

._timlinebvdh2 .wd-timeline-image {
	display: block;
	position: relative;
	z-index: 1;
	grid-row: 1 / span 2;
	width: 315px;
	height: 315px;
	margin: 0 !important;
	line-height: 0;
}

._timlinebvdh2 .wd-timeline-item:nth-child(odd) .wd-timeline-image {
	grid-column: 1;
	justify-self: start;
	margin-left: 12px !important;
}

._timlinebvdh2 .wd-timeline-item:nth-child(even) .wd-timeline-image {
	grid-column: 2;
	justify-self: end;
	margin-right: 12px !important;
}

._timlinebvdh2 .wd-timeline-image img {
	display: inline-block;
	width: 315px;
	height: 315px;
	max-width: 100%;
	margin: 0;
	border-radius: 12px;
	object-fit: cover;
}

._timlinebvdh2 .wd-timeline-title {
	position: relative;
	z-index: 1;
	grid-row: 1;
	align-self: end;
	padding-inline: 12px;
	margin: 0 0 8px !important;
	text-align: left !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: none;
}

._timlinebvdh2 .wd-timeline-content {
	position: relative;
	z-index: 1;
	grid-row: 2;
	align-self: start;
	padding-inline: 12px;
	margin: 0 !important;
	text-align: left !important;
	color: #636363;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}

._timlinebvdh2 .wd-timeline-content p {
	margin-bottom: 0;
}

._timlinebvdh2 .wd-timeline-item:nth-child(odd) :is(.wd-timeline-title, .wd-timeline-content) {
	grid-column: 2;
}

._timlinebvdh2 .wd-timeline-item:nth-child(even) :is(.wd-timeline-title, .wd-timeline-content) {
	grid-column: 1;
}

._timlinebvdh2 .woodmart-timeline-dot {
	position: absolute;
	z-index: 3;
	top: calc(50% - 46px) !important;
	left: calc(50% - 118px) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px !important;
	height: 92px !important;
	background-color: var(--wd-alternative-color, #7f0607) !important;
	border: 4px solid #fff !important;
	border-radius: 50%;
	box-shadow: none;
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

._timlinebvdh2 .wd-timeline-item:nth-child(even) .woodmart-timeline-dot {
	left: calc(50% + 26px) !important;
}

._timlinebvdh2 .woodmart-timeline-dot::before {
	content: counter(bvdh-spa-step, decimal-leading-zero);
}

@media (max-width: 767.98px) {
	._timlinebvdh2.wd-timeline-wrapper {
		max-width: 360px;
	}

	._timlinebvdh2 .wd-timeline-item,
	._timlinebvdh2 .wd-timeline-item:not(:first-child) {
		width: 100%;
		min-height: 140px;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left;
	}

	._timlinebvdh2 .wd-timeline-image {
		width: 140px;
		height: 140px;
	}

	._timlinebvdh2 .wd-timeline-item:nth-child(odd) .wd-timeline-image {
		margin-left: 5px !important;
	}

	._timlinebvdh2 .wd-timeline-item:nth-child(even) .wd-timeline-image {
		margin-right: 5px !important;
	}

	._timlinebvdh2 .wd-timeline-image img {
		width: 140px;
		height: 140px;
		border-radius: 10px;
	}

	._timlinebvdh2 .wd-timeline-title {
		padding-inline: 5px;
		margin-bottom: 4px !important;
		font-size: 14px;
		line-height: 16px;
	}

	._timlinebvdh2 .wd-timeline-content {
		padding-inline: 5px;
		font-size: 12px;
		line-height: 14px;
	}

	._timlinebvdh2 .woodmart-timeline-dot {
		top: calc(50% - 21px) !important;
		left: calc(50% - 56px) !important;
		width: 42px !important;
		height: 42px !important;
		border-width: 4px !important;
		font-size: 14px;
	}

	._timlinebvdh2 .wd-timeline-item:nth-child(even) .woodmart-timeline-dot {
		left: calc(50% + 14px) !important;
	}

	._timlinebvdh2 .wd-timeline-item::after {
		top: 50%;
		left: calc(50% - 35px);
		right: auto;
		width: 70px;
		height: 140px;
		background-position: center top;
		background-size: 100% 100%;
	}

	._timlinebvdh2 .wd-timeline-item:nth-child(even)::after {
		top: 50%;
		height: 140px;
	}
}

/* Glass replacement process: add _timlinebvdh3 to a Woodmart Timeline element. */
._timlinebvdh3.wd-timeline-wrapper {
	position: relative;
	width: 100%;
	max-width: 1116px;
	height: 524px;
	margin-inline: auto;
	padding: 0;
	counter-reset: bvdh-glass-step;
}

._timlinebvdh3 .woodmart-timeline-line,
._timlinebvdh3 .timeline-arrow {
	display: none !important;
}

._timlinebvdh3 > .wd-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	width: calc(100% - 124px);
	max-width: 992px;
	height: 524px;
	margin-inline: auto;
	transform: translateX(-16px);
}

._timlinebvdh3 > .wd-timeline::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 120px;
	left: calc(50% + 16px);
	width: min(1083px, calc(100vw - 30px));
	max-width: calc(100% + 91px);
	height: 284px;
	background: url("images/timeline-glass-ribbon.svg") center / 100% 100% no-repeat;
	transform: translateX(-50%);
	pointer-events: none;
}

._timlinebvdh3 .wd-timeline-item {
	position: relative;
	z-index: 1;
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	width: 100%;
	height: 524px;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
	text-align: center;
	counter-increment: bvdh-glass-step;
}

._timlinebvdh3 .timeline-col {
	display: contents !important;
}

._timlinebvdh3 .wd-timeline-image {
	position: absolute;
	z-index: 2;
	top: 156px;
	left: 50%;
	width: 114px;
	height: 114px;
	margin: 0 0 0 -57px !important;
	overflow: hidden;
	border-radius: 24px;
	background: #ddd;
	transform: rotate(45deg);
	line-height: 0;
}

._timlinebvdh3 .wd-timeline-item:nth-child(even) .wd-timeline-image {
	top: 251px;
}

._timlinebvdh3 .wd-timeline-image::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .16);
	pointer-events: none;
}

._timlinebvdh3 .wd-timeline-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: 170px;
	height: 170px;
	max-width: none;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
	transform: translate(-50%, -50%) rotate(-45deg);
}

._timlinebvdh3 .wd-timeline-title,
._timlinebvdh3 .wd-timeline-content {
	position: relative;
	z-index: 3;
	flex: 0 0 auto;
	width: 200px;
	max-width: none;
	text-align: center !important;
}

._timlinebvdh3 .wd-timeline-title {
	margin: 0 0 8px !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.62px;
	text-transform: uppercase;
}

._timlinebvdh3 .wd-timeline-item:nth-child(odd) .wd-timeline-title {
	margin-top: auto !important;
}

._timlinebvdh3 .wd-timeline-content {
	margin: 0 !important;
	color: #636363;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

._timlinebvdh3 .wd-timeline-content p {
	margin-bottom: 0;
}

._timlinebvdh3 .woodmart-timeline-dot {
	position: absolute;
	z-index: 3;
	top: 326px !important;
	left: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px !important;
	height: 58px !important;
	margin-left: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	color: #d6d6d6;
	font-size: 54px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	letter-spacing: 5px;
	line-height: 1;
	transform: translateX(-50%);
}

._timlinebvdh3 .wd-timeline-item:nth-child(even) .woodmart-timeline-dot {
	top: 148px !important;
}

._timlinebvdh3 .woodmart-timeline-dot::before {
	content: counter(bvdh-glass-step, decimal-leading-zero);
}

@media (max-width: 991.98px) {
	._timlinebvdh3.wd-timeline-wrapper {
		max-width: 520px;
		height: 520px;
		padding-inline: 15px;
		box-sizing: border-box;
	}

	._timlinebvdh3 > .wd-timeline {
		display: block;
		width: 100%;
		max-width: none;
		height: 520px;
		margin: 0;
		padding-top: 13.6px;
		transform: none;
	}

	._timlinebvdh3 > .wd-timeline::before {
		top: 0 !important;
		left: 50%;
		width: 136px;
		max-width: none;
		height: 520px;
		background-image: url("images/timeline-glass-ribbon-mobile.svg");
		background-position: center top !important;
		background-size: 100% 100% !important;
		background-repeat: no-repeat;
	}

	._timlinebvdh3 .wd-timeline-item,
	._timlinebvdh3 .wd-timeline-item:not(:first-child) {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		height: 59.4px;
		min-height: 59.4px;
		margin: 0 !important;
		padding: 0 !important;
		text-align: right;
	}

	._timlinebvdh3 .wd-timeline-item:nth-child(even) {
		align-items: flex-end;
		text-align: left;
	}

	._timlinebvdh3 .timeline-col {
		display: none !important;
	}

	._timlinebvdh3 .timeline-col-primary {
		position: static !important;
		display: flex !important;
		flex: 0 0 auto !important;
		flex-direction: column;
		align-items: stretch;
		width: min(172px, calc(50% - 70px)) !important;
		max-width: min(172px, calc(50% - 70px)) !important;
		height: auto;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		border-radius: 0;
		box-shadow: none !important;
	}

	._timlinebvdh3 .wd-timeline-image,
	._timlinebvdh3 .wd-timeline-item:nth-child(even) .wd-timeline-image {
		top: 50%;
		left: calc(50% + 23px);
		width: 54px;
		height: 54px;
		margin: -27px 0 0 -27px !important;
		border-radius: 11px;
	}

	._timlinebvdh3 .wd-timeline-item:nth-child(even) .wd-timeline-image {
		left: calc(50% - 23px);
	}

	._timlinebvdh3 .wd-timeline-image img {
		width: 82px;
		height: 82px;
	}

	._timlinebvdh3 .wd-timeline-title,
	._timlinebvdh3 .wd-timeline-content {
		align-self: stretch;
		width: 100%;
		max-width: none;
		text-align: right !important;
	}

	._timlinebvdh3 .wd-timeline-item:nth-child(even) :is(.wd-timeline-title, .wd-timeline-content) {
		text-align: left !important;
	}

	._timlinebvdh3 .wd-timeline-title,
	._timlinebvdh3 .wd-timeline-item:nth-child(odd) .wd-timeline-title {
		margin: 0 0 3px !important;
		font-size: 13px;
		line-height: 16px;
	}

	._timlinebvdh3 .wd-timeline-content {
		font-size: 11px;
		line-height: 12px;
	}

	._timlinebvdh3 .woodmart-timeline-dot,
	._timlinebvdh3 .wd-timeline-item:nth-child(even) .woodmart-timeline-dot {
		top: 50% !important;
		left: calc(50% - 47px) !important;
		width: 32px !important;
		height: 28px !important;
		margin: -30px 0 0 -16px;
		font-size: 23px;
		letter-spacing: 2px;
		transform: none;
	}

	._timlinebvdh3 .wd-timeline-item:nth-child(even) .woodmart-timeline-dot {
		left: calc(50% + 47px) !important;
	}
}

@media (max-width: 479.98px) {
	._timlinebvdh3 .timeline-col-primary {
		width: calc(50% - 70px) !important;
		max-width: calc(50% - 70px) !important;
	}

	._timlinebvdh3 .wd-timeline-title,
	._timlinebvdh3 .wd-timeline-item:nth-child(odd) .wd-timeline-title {
		margin-bottom: 2px !important;
		font-size: 11px;
		line-height: 12px;
	}

	._timlinebvdh3 .wd-timeline-content {
		font-size: 9px;
		line-height: 10px;
	}

	._timlinebvdh3 .woodmart-timeline-dot,
	._timlinebvdh3 .wd-timeline-item:nth-child(even) .woodmart-timeline-dot {
		font-size: 20px;
	}
}

/* History timeline: add _timlinebvdh4 to a Woodmart Timeline element. */
._timlinebvdh4.wd-timeline-wrapper {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

._timlinebvdh4 > .woodmart-timeline-line,
._timlinebvdh4 .timeline-arrow,
._timlinebvdh4 .wd-timeline-image,
._timlinebvdh4 .timeline-col-secondary {
	display: none !important;
}

._timlinebvdh4 > .wd-timeline {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

._timlinebvdh4 > .wd-timeline::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #fff;
	transform: translateY(-50%);
	pointer-events: none;
}

._timlinebvdh4 .wd-timeline-item,
._timlinebvdh4 .wd-timeline-item:not(:first-child) {
	position: relative;
	display: block !important;
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	height: 230px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

._timlinebvdh4 .timeline-col-primary {
	position: absolute !important;
	right: 0;
	left: 0;
	display: flex !important;
	flex: none !important;
	flex-direction: column;
	width: auto !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 17px !important;
	background: none !important;
	box-shadow: none !important;
}

._timlinebvdh4 .wd-timeline-item:nth-child(odd) .timeline-col-primary {
	top: 0;
	bottom: calc(50% + 14px);
	justify-content: flex-end;
}

._timlinebvdh4 .wd-timeline-item:nth-child(even) .timeline-col-primary {
	top: calc(50% + 14px);
	bottom: 0;
	justify-content: flex-start;
}

._timlinebvdh4 .wd-timeline-title {
	margin: 0 !important;
	color: #ffc736;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center !important;
}

._timlinebvdh4 .wd-timeline-item:nth-child(odd) .wd-timeline-title {
	order: 2;
}

._timlinebvdh4 .wd-timeline-item:nth-child(odd) .wd-timeline-content {
	order: 1;
}

._timlinebvdh4 .wd-timeline-content {
	width: calc(100% + 34px);
	margin-inline: -17px;
	color: inherit;
	font-size: 15px;
	line-height: 1.45;
	text-align: center !important;
}

._timlinebvdh4 .wd-timeline-content p {
	margin-bottom: 0;
}

._timlinebvdh4 .woodmart-timeline-dot {
	position: absolute !important;
	z-index: 2;
	top: 50% !important;
	left: 50% !important;
	display: block !important;
	width: 8px !important;
	height: 8px !important;
	margin: -4px 0 0 -4px !important;
	border: 0 !important;
	border-radius: 50%;
	background-color: #ffc736 !important;
	box-shadow: 0 0 0 3px rgba(237, 237, 237, .68);
	transform: none !important;
}

._timlinebvdh4 .wd-timeline-item:first-child .woodmart-timeline-dot {
	left: 0 !important;
}

._timlinebvdh4 .wd-timeline-item:last-child .woodmart-timeline-dot {
	left: 100% !important;
}

._timlinebvdh4 .wd-timeline-item:first-child :is(.wd-timeline-title, .wd-timeline-content) {
	text-align: left !important;
}

._timlinebvdh4 .wd-timeline-item:last-child :is(.wd-timeline-title, .wd-timeline-content) {
	text-align: right !important;
}

@media (max-width: 991.98px) {
	._timlinebvdh4.wd-timeline-wrapper {
		margin-top: 30px;
	}

	._timlinebvdh4 > .wd-timeline {
		display: block;
	}

	._timlinebvdh4 > .wd-timeline::before {
		top: 12px;
		bottom: 12px;
		left: 100px;
		width: 1px;
		height: auto;
		transform: none;
	}

	._timlinebvdh4 .wd-timeline-item,
	._timlinebvdh4 .wd-timeline-item:not(:first-child) {
		display: block !important;
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 0 0 55px !important;
		text-align: left;
	}

	._timlinebvdh4 .wd-timeline-item:last-child {
		padding-bottom: 0 !important;
	}

	._timlinebvdh4 .timeline-col-primary,
	._timlinebvdh4 .wd-timeline-item:nth-child(odd) .timeline-col-primary,
	._timlinebvdh4 .wd-timeline-item:nth-child(even) .timeline-col-primary {
		position: static !important;
		display: grid !important;
		grid-template-columns: 100px minmax(0, 1fr);
		align-items: start;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	._timlinebvdh4 .wd-timeline-title,
	._timlinebvdh4 .wd-timeline-item:nth-child(odd) .wd-timeline-title {
		order: initial;
		width: 100px;
		padding-right: 18px;
		text-align: center !important;
	}

	._timlinebvdh4 .wd-timeline-content,
	._timlinebvdh4 .wd-timeline-item:nth-child(odd) .wd-timeline-content {
		order: initial;
		width: auto;
		margin: 0;
		padding-left: 50px;
		font-size: 14px;
		text-align: left !important;
	}

	._timlinebvdh4 .woodmart-timeline-dot,
	._timlinebvdh4 .wd-timeline-item:first-child .woodmart-timeline-dot,
	._timlinebvdh4 .wd-timeline-item:last-child .woodmart-timeline-dot {
		top: 8px !important;
		left: 100px !important;
		margin: 0 0 0 -4px !important;
	}

	._timlinebvdh4 .wd-timeline-item:first-child :is(.wd-timeline-title, .wd-timeline-content),
	._timlinebvdh4 .wd-timeline-item:last-child :is(.wd-timeline-title, .wd-timeline-content) {
		text-align: initial !important;
	}

	._timlinebvdh4 .wd-timeline-item:first-child .wd-timeline-title,
	._timlinebvdh4 .wd-timeline-item:last-child .wd-timeline-title {
		text-align: center !important;
	}

	._timlinebvdh4 .wd-timeline-item:first-child .wd-timeline-content,
	._timlinebvdh4 .wd-timeline-item:last-child .wd-timeline-content {
		text-align: left !important;
	}
}

@media (max-width: 479.98px) {
	._timlinebvdh4 > .wd-timeline::before {
		left: 82px;
	}

	._timlinebvdh4 .timeline-col-primary,
	._timlinebvdh4 .wd-timeline-item:nth-child(odd) .timeline-col-primary,
	._timlinebvdh4 .wd-timeline-item:nth-child(even) .timeline-col-primary {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	._timlinebvdh4 .wd-timeline-title,
	._timlinebvdh4 .wd-timeline-item:nth-child(odd) .wd-timeline-title {
		width: 82px;
		padding-right: 14px;
		font-size: 16px;
	}

	._timlinebvdh4 .wd-timeline-content,
	._timlinebvdh4 .wd-timeline-item:nth-child(odd) .wd-timeline-content {
		padding-left: 28px;
		font-size: 13px;
	}

	._timlinebvdh4 .woodmart-timeline-dot,
	._timlinebvdh4 .wd-timeline-item:first-child .woodmart-timeline-dot,
	._timlinebvdh4 .wd-timeline-item:last-child .woodmart-timeline-dot {
		left: 82px !important;
	}
}

/* BVDH ratings: applied automatically to the [kkratings] shortcode. */
.kk-star-ratings.kksr-shortcode.kkratings-bvdh {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-sizing: border-box;
	color: #fff;
	font-family: var(--wd-text-font);
	font-style: var(--wd-text-font-style);
	font-weight: var(--wd-text-font-weight);
	line-height: 1.2;
}

.kk-star-ratings.kkratings-bvdh .kksr-stars {
	flex: 0 0 auto;
}

.kk-star-ratings.kkratings-bvdh .kksr-legend {
	flex: 0 1 auto;
	margin-right: 12px;
	margin-left: 12px;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1.2;
	white-space: nowrap;
}

.kk-star-ratings.kkratings-bvdh .kksr-muted {
	opacity: 1;
}

/* Reduce only the WPBakery column gutter to 10px. */
._column10px.vc_row {
	margin-right: -5px;
	margin-left: -5px;
}

._column10px.vc_row > .wpb_column > .vc_column-inner {
	padding-right: 5px;
	padding-left: 5px;
}

/* Two Information boxes presented as the service-price .label-luu ribbon. */
.vc_row:has(._labelluu) {
	overflow: visible !important;
}

.vc_row:not(.vc_inner):has(._labelluu) {
	z-index: 1;
	margin-bottom: 0 !important;
	padding-bottom: 50px;
}

._labelluu {
	z-index: 1;
}

._labelluu > .vc_column-inner > .wpb_wrapper {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	width: min(368px, calc(100% - 60px));
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
	background:
		linear-gradient(#a01516, #a01516) center / 2px 77% no-repeat,
		#7f0607;
	color: #fff;
}

._labelluu > .vc_column-inner > .wpb_wrapper::before,
._labelluu > .vc_column-inner > .wpb_wrapper::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 30px;
	height: 24px;
	background-color: #5e0506;
}

._labelluu > .vc_column-inner > .wpb_wrapper::before {
	left: -30px;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

._labelluu > .vc_column-inner > .wpb_wrapper::after {
	right: -30px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

._labelluu > .vc_column-inner > .wpb_wrapper > .info-box-wrapper {
	position: relative;
	z-index: 1;
	flex: 1 1 50%;
	width: 50%;
	max-width: 50%;
	margin: 0 !important;
}

._labelluu .wd-info-box {
	width: 100%;
	margin: 0 !important;
	padding: 0 16px;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff;
	text-align: left;
}

._labelluu .box-icon-wrapper {
	display: none !important;
}

._labelluu .info-box-content {
	display: grid;
	grid-template-columns: max-content max-content;
	grid-template-areas:
		"title title"
		"number unit";
	align-items: end;
	justify-content: start;
	column-gap: 10px;
	width: 100%;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

._labelluu .info-box-title {
	grid-area: title;
	margin: 0 0 8px !important;
	color: #fff !important;
	font-family: var(--wd-text-font);
	font-size: 14px !important;
	font-style: var(--wd-text-font-style);
	font-weight: 600 !important;
	line-height: 20px !important;
	text-align: left;
	text-transform: uppercase;
}

._labelluu .info-box-subtitle {
	grid-area: number;
	margin: 0 !important;
	padding: 0;
	color: #fff !important;
	font-family: var(--wd-text-font);
	font-size: 45px !important;
	font-style: var(--wd-text-font-style);
	font-weight: 600 !important;
	line-height: 47px !important;
	white-space: nowrap;
}

._labelluu .info-box-inner {
	grid-area: unit;
	align-self: end;
	margin: 0 0 3px !important;
	padding: 0 !important;
	color: #fff !important;
	font-family: var(--wd-text-font);
	font-size: 16px !important;
	font-style: var(--wd-text-font-style);
	font-weight: 500 !important;
	line-height: 24px !important;
	white-space: nowrap;
}

._labelluu .info-box-inner p {
	margin: 0;
	font: inherit;
	line-height: inherit;
}

@media (max-width: 479.98px) {
	._labelluu > .vc_column-inner > .wpb_wrapper {
		width: calc(100% - 30px);
	}

	._labelluu .wd-info-box {
		padding-right: 10px;
		padding-left: 10px;
	}

	._labelluu .info-box-content {
		column-gap: 6px;
	}

	._labelluu .info-box-title {
		font-size: 12px !important;
		line-height: 17px !important;
	}

	._labelluu .info-box-subtitle {
		font-size: 38px !important;
		line-height: 40px !important;
	}

	._labelluu .info-box-inner {
		font-size: 14px !important;
		line-height: 21px !important;
	}
}

/* Page title styled like the reference .banner-top-bg banner. */
.wd-page-title.title-size-small.color-scheme-light {
	position: relative;
	z-index: 1;
	height: 200px;
	min-height: 200px;
	padding: 0;
	overflow: hidden;
	background-color: transparent !important;
}

.wd-page-title.title-size-small.color-scheme-light::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .59);
}

.wd-page-title.title-size-small.color-scheme-light .wd-page-title-bg {
	z-index: 0;
}

.wd-page-title.title-size-small.color-scheme-light .wd-page-title-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wd-page-title.title-size-small.color-scheme-light > .container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 200px;
	padding-top: 0;
	padding-bottom: 0;
}

.wd-page-title.title-size-small.color-scheme-light .entry-title {
	order: 2;
	margin: 0 0 8px !important;
	color: #fff !important;
	font-family: var(--wd-title-font);
	font-size: 32px !important;
	font-style: var(--wd-title-font-style);
	font-weight: 700 !important;
	line-height: 1.05 !important;
	text-align: center;
	text-transform: uppercase;
}

.wd-page-title.title-size-small.color-scheme-light .wd-breadcrumbs {
	order: 1;
	margin: 0 0 15px;
	color: #fff;
	font-family: var(--wd-text-font);
	font-size: 17px;
	font-style: var(--wd-text-font-style);
	font-weight: 500;
	line-height: 1.05;
}

.wd-page-title.title-size-small.color-scheme-light .wd-breadcrumbs :is(a, span) {
	color: inherit;
}

@media (max-width: 767.98px) {
	.wd-page-title.title-size-small.color-scheme-light,
	.wd-page-title.title-size-small.color-scheme-light > .container {
		height: 180px;
		min-height: 180px;
	}

	.wd-page-title.title-size-small.color-scheme-light .entry-title {
		font-size: 28px !important;
	}

	.wd-page-title.title-size-small.color-scheme-light .wd-breadcrumbs {
		margin-bottom: 12px;
		font-size: 14px;
	}
}

/* Product category archive title matching the regular Blog page title. */
:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title) {
	position: relative;
	z-index: 1;
	display: flex !important;
	align-items: stretch;
	width: 100vw;
	height: 200px;
	min-height: 200px;
	margin-top: -40px !important;
	margin-right: 0 !important;
	margin-bottom: 40px !important;
	margin-left: calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: hidden;
	background-color: transparent !important;
}

:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title)::before,
:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title)::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title)::before {
	z-index: 0;
	background-image: var(--bvdh-category-title-bg, none);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title)::after {
	z-index: 1;
	background-color: rgba(0, 0, 0, .59);
}

:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title) > .wpb_column,
:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title) > .wpb_column > .vc_column-inner,
:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title) > .wpb_column > .vc_column-inner > .wpb_wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title) > .wpb_column > .vc_column-inner > .wpb_wrapper {
	gap: 10px;
}

:is(body.tax-product_cat, body.woocommerce-shop) .vc_row:has(.wd-woo-page-title) .wd-woo-page-title {
	order: 2;
	margin: 0 0 8px !important;
}

:is(body.tax-product_cat, body.woocommerce-shop) .vc_row:has(.wd-woo-page-title) .wd-woo-page-title .entry-title {
	margin: 0 !important;
	color: #fff !important;
	font-family: var(--wd-title-font);
	font-size: 32px !important;
	font-style: var(--wd-title-font-style);
	font-weight: 700 !important;
	line-height: 1.05 !important;
	text-align: center;
	text-transform: uppercase;
}

:is(body.tax-product_cat, body.woocommerce-shop) .vc_row:has(.wd-woo-page-title) .wd-el-breadcrumbs {
	order: 1;
	margin: 0 0 15px !important;
	color: #fff !important;
	font-family: var(--wd-text-font);
	font-size: 17px;
	font-style: var(--wd-text-font-style);
	font-weight: 500;
	line-height: 1.05;
}

:is(body.tax-product_cat, body.woocommerce-shop) .vc_row:has(.wd-woo-page-title) .wd-breadcrumbs,
:is(body.tax-product_cat, body.woocommerce-shop) .vc_row:has(.wd-woo-page-title) .wd-breadcrumbs :is(a, span) {
	color: inherit !important;
}

@media (max-width: 767.98px) {
	:is(body.tax-product_cat, body.woocommerce-shop) .wd-content-layout > .site-content > .wpb-content-wrapper > .vc_row:has(.wd-woo-page-title) {
		height: 180px;
		min-height: 180px;
	}

	:is(body.tax-product_cat, body.woocommerce-shop) .vc_row:has(.wd-woo-page-title) .wd-woo-page-title .entry-title {
		font-size: 28px !important;
	}

	:is(body.tax-product_cat, body.woocommerce-shop) .vc_row:has(.wd-woo-page-title) .wd-el-breadcrumbs {
		margin-bottom: 12px !important;
		font-size: 14px;
	}
}

/* Product cards: consistent prices in archives, related products and Ajax tabs. */
.products.wd-products .wd-product .price:has(del):has(ins) {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
}

.products.wd-products .wd-product .price > ins {
	order: 1;
	color: rgb(175, 31, 41) !important;
	font-size: 17px !important;
	line-height: 1.4;
}

.products.wd-products .wd-product .price > ins .woocommerce-Price-amount {
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit;
}

.products.wd-products .wd-product .price > del {
	order: 2;
}

.products.wd-products .wd-product .price:not(:has(del)),
.products.wd-products .wd-product .price:not(:has(del)) .woocommerce-Price-amount {
	color: rgb(175, 31, 41) !important;
	font-size: 17px !important;
	line-height: 1.4;
}

.products.wd-products .wd-product .price .bvdh-sold-price {
	color: rgb(175, 31, 41) !important;
	font-size: 17px !important;
	font-weight: 600;
	line-height: 1.4;
}

.wd-products-tabs .wd-tabs-header.text-center {
	margin-bottom: 20px !important;
}

/* Product archives: keep mobile cards clean by hiding wishlist and add-to-cart actions. */
@media (max-width: 767.98px) {
	:is(body.woocommerce-shop, body.tax-product_cat) .products.wd-products .wd-product .wd-wishlist-btn,
	:is(body.woocommerce-shop, body.tax-product_cat) .products.wd-products .wd-product .add-to-cart-loop {
		display: none !important;
	}
}

/* Single product gallery: keep the main image and grid images square. */
body.single-product .woocommerce-product-gallery .wd-carousel-item,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	aspect-ratio: 1 / 1;
	height: auto !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
	display: block;
	width: 100%;
	height: 100%;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

/* Single product: Add to cart / Buy now layout from thegioidongho2. */
body.single-product .wd-single-add-cart.wd-enabled-width {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-inline-end: 0 !important;
}

body.single-product form.cart {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	width: 100% !important;
	gap: 12px !important;
	margin-bottom: 20px !important;
}

body.single-product form.cart .quantity {
	display: none !important;
}

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart .wd-buy-now-btn {
	display: flex !important;
	flex: 1 1 0 !important;
	justify-content: center !important;
	align-items: center !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 55px !important;
	margin: 0 !important;
	padding: 5px 20px !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

body.single-product form.cart .single_add_to_cart_button {
	background-color: rgb(127, 6, 7) !important;
}

body.single-product form.cart .single_add_to_cart_button:hover,
body.single-product form.cart .single_add_to_cart_button:focus {
	background-color: rgb(102, 5, 6) !important;
}

body.single-product form.cart .wd-buy-now-btn {
	background-color: rgb(127, 6, 7) !important;
}

body.single-product form.cart .wd-buy-now-btn:hover,
body.single-product form.cart .wd-buy-now-btn:focus {
	background-color: rgb(102, 5, 6) !important;
}

body.single-product .wd-title-style-overline .wd-all-open-title span {
	padding-top: 10px !important;
}

/* Single product price: match archive colors and place sale price first. */
body.single-product .wd-single-price .price:has(del) {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
}

body.single-product .wd-single-price .price > ins {
	order: 1;
	color: rgb(175, 31, 41) !important;
	font-size: inherit !important;
	line-height: inherit;
}

body.single-product .wd-single-price .price > ins .woocommerce-Price-amount {
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit;
}

body.single-product .wd-single-price .price > del {
	order: 2;
	font-size: calc(1em - 4px) !important;
	line-height: inherit;
}

body.single-product .wd-single-price .price > del .woocommerce-Price-amount {
	font-size: inherit !important;
	line-height: inherit;
}

body.single-product .wd-single-price .price:not(:has(del)),
body.single-product .wd-single-price .price:not(:has(del)) .woocommerce-Price-amount {
	color: rgb(175, 31, 41) !important;
}

body.single-product .wd-single-price .price .bvdh-sold-price {
	color: rgb(175, 31, 41) !important;
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
}

/* Compact one-column checkout, based on the local thegioidongho2 checkout. */
body.woocommerce-checkout:not(.woocommerce-order-received) {
	background: #f6f6f6;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .website-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .main-page-wrapper {
	background-color: #f6f6f6;
}

/* Product stock status: bordered label matching the reference single product. */
body.single-product .wd-single-stock-status p.stock.wd-style-bordered span {
	display: inline-flex;
	align-items: center;
	padding: 8px 11px;
	border: 1px solid currentColor;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

body.single-product .wd-single-stock-status p.stock.wd-style-bordered span::before {
	width: .55em;
	height: .55em;
	margin-inline-end: .55em;
	border-radius: 50%;
	background-color: currentColor;
	content: "";
}

body.single-product .wd-single-stock-status p.bvdh-stock-instock span {
	color: #85b951;
}

body.single-product .wd-single-stock-status p.bvdh-stock-outofstock span {
	color: #e22d2d;
}

body.single-product .wd-single-stock-status p.bvdh-stock-preorder span {
	color: #d98a00;
}

body.single-product .wd-single-stock-status p.bvdh-stock-sold span {
	color: rgb(127, 6, 7);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .page-title,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading,
body.woocommerce-checkout:not(.woocommerce-order-received) #ship-to-different-address,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields > h3 {
	display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .main-page-wrapper {
	padding-top: 40px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .content-layout-wrapper {
	display: block !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .site-content {
	width: 100% !important;
	max-width: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .sidebar-container {
	display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-notices-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .bvdh-co-topbar {
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
	display: block !important;
}

.bvdh-co-topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px !important;
	font-size: 14px;
}

.bvdh-co-topbar__back,
.bvdh-co-topbar__cart {
	color: #444;
}

.bvdh-co-topbar__back:hover {
	color: rgb(127, 6, 7);
}

body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-order-review,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-1,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col2-set {
	display: block !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #bvdhCoCart,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-order-review {
	margin: 0 0 16px;
	padding: 20px 24px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}

body.woocommerce-checkout:not(.woocommerce-order-received) #bvdhCoCart {
	padding-top: 6px;
	padding-bottom: 6px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-order-review,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-order-review #order_review {
	position: static !important;
	background: #fff !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last {
	width: calc(50% - 12px) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
	margin-bottom: 16px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label {
	margin-bottom: 6px;
	color: #333;
	font-size: 14px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row select,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single {
	height: 42px;
	min-height: 42px;
	border: 1px solid #dedede;
	border-radius: 22px;
	background: #fff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .input-text {
	padding: 0 18px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-right: 36px;
	padding-left: 18px;
	line-height: 40px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 10px;
	height: 40px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_comments {
	height: 60px !important;
	min-height: 60px !important;
	padding-top: 11px;
	border-radius: 12px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
	margin-top: 6px;
}

.bvdh-cocart {
	margin: 0 0 8px;
}

.bvdh-cocart__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 0;
	border-bottom: 1px solid #eee;
}

.bvdh-cocart__item:first-child {
	padding-top: 10px;
}

.bvdh-cocart__thumb {
	flex: 0 0 64px;
	text-align: center;
}

.bvdh-cocart__thumb img {
	width: 64px;
	height: 64px;
	border-radius: 6px;
	object-fit: contain;
}

.bvdh-cocart__remove {
	display: inline-block;
	margin-top: 6px;
	color: #888;
	font-size: 12px;
}

.bvdh-cocart__remove:hover {
	color: rgb(127, 6, 7);
}

.bvdh-cocart__info {
	flex: 1;
	min-width: 0;
}

.bvdh-cocart__name {
	color: #222;
	font-weight: 600;
	line-height: 1.4;
}

.bvdh-cocart__meta {
	margin-top: 4px;
	color: #777;
	font-size: 12px;
}

.bvdh-cocart__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.bvdh-cocart__price,
.bvdh-cocart__subtotal-amount {
	color: rgb(175, 31, 41);
	font-weight: 600;
	white-space: nowrap;
}

.bvdh-cocart__price .woocommerce-Price-amount,
.bvdh-cocart__subtotal-amount .woocommerce-Price-amount {
	color: inherit !important;
}

.bvdh-cocart__qty {
	display: inline-flex;
	overflow: hidden;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.bvdh-cocart__qbtn {
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: #f6f6f6;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.bvdh-cocart__qbtn:hover {
	background: #ececec;
}

.bvdh-qty-val {
	min-width: 34px;
	font-weight: 600;
	text-align: center;
}

.bvdh-cocart__subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0 4px;
	font-size: 16px;
}

.bvdh-cocart__empty {
	padding: 16px 0;
	color: #777;
}

.bvdh-coupon-toggle {
	margin: 0 0 14px;
}

.bvdh-coupon-toggle__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	color: #333;
	font-weight: 600;
}

.bvdh-coupon-toggle__btn:hover {
	border-color: rgb(127, 6, 7);
	color: rgb(127, 6, 7);
}

.bvdh-coupon-toggle__caret {
	margin-left: auto;
	transition: transform .15s;
}

.bvdh-coupon-toggle.is-open .bvdh-coupon-toggle__caret {
	transform: rotate(180deg);
}

.bvdh-coupon-box {
	display: none;
	gap: 8px;
	margin-top: 10px;
}

.bvdh-coupon-toggle.is-open .bvdh-coupon-box {
	display: flex;
}

.bvdh-coupon-box .input-text {
	flex: 1;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.bvdh-coupon-box .bvdh-coupon-apply {
	height: 40px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: rgb(127, 6, 7);
	color: #fff;
	font-weight: 700;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .shop_table thead,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .cart-subtotal {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wd-table-wrapper {
	border: 1px solid #e6e6e6 !important;
	border-radius: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
	width: 100% !important;
	height: auto !important;
	padding: 15px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: rgb(127, 6, 7) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:hover {
	background: rgb(102, 5, 6) !important;
}

@media (max-width: 768px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .main-page-wrapper {
		padding-top: 20px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout,
	body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-notices-wrapper,
	body.woocommerce-checkout:not(.woocommerce-order-received) .bvdh-co-topbar {
		max-width: 100%;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) #bvdhCoCart,
	body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details,
	body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-order-review {
		padding: 16px;
		border-radius: 10px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first,
	body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last {
		float: none !important;
		width: 100% !important;
	}

	.bvdh-co-topbar {
		align-items: flex-start;
		font-size: 13px;
	}

	.bvdh-cocart__item {
		gap: 10px;
	}

	.bvdh-cocart__right {
		gap: 8px;
	}

	.bvdh-cocart__subtotal {
		gap: 12px;
		font-size: 14px;
	}
}

/* Blog posts page: card-news layout; typography and grid still inherit WoodMart. */
body.blog .wd-blog-holder .bvdh-news-card .article-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: #fff !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .18) !important;
}

body.blog .wd-blog-holder .bvdh-news-card .wd-post-thumb,
body.blog .wd-blog-holder .bvdh-news-card .post-img-wrapp {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 10px;
}

body.blog .wd-blog-holder .bvdh-news-card .post-img-wrapp {
	aspect-ratio: 5 / 3;
}

body.blog .wd-blog-holder .bvdh-news-card .post-img-wrapp img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .25s ease;
}

body.blog .wd-blog-holder .bvdh-news-card:hover .post-img-wrapp img {
	opacity: .82;
}

body.blog .wd-blog-holder .bvdh-news-card .article-body-container {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 10px 12px 12px !important;
	text-align: left;
}

body.blog .wd-blog-holder .bvdh-news-card .wd-post-title {
	display: -webkit-box;
	min-height: 2lh;
	margin: 0 0 2px;
	overflow: hidden;
	border-bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--wd-primary-color);
	font-size: 17px;
	text-align: left;
	text-transform: uppercase;
}

body.blog .wd-blog-holder .bvdh-news-card .wd-post-title a {
	color: inherit;
}

body.blog .wd-blog-holder .bvdh-news-card .wd-post-title a:hover {
	color: var(--wd-alternative-color, var(--wd-primary-color));
}

body.blog .wd-blog-holder .bvdh-news-card .wd-post-excerpt {
	display: block;
	min-height: 2lh;
	margin: 3px 0 0;
	padding-top: 5px;
	border-top: 1px dashed #d8d6d6;
	text-align: left;
}

body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-read-more {
	display: inline;
	margin-left: 4px;
	color: var(--wd-alternative-color, #7f0607);
	font-weight: 600;
}

body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-read-more:hover {
	color: var(--wd-primary-color);
}

body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 8px;
	color: var(--color-gray-500);
	line-height: 1.25;
}

body.blog .wd-blog-holder .bvdh-news-card :is(.bvdh-news-author, .bvdh-news-date) {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-author {
	flex: 1 1 auto;
}

body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-author > span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-meta svg {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	fill: var(--wd-alternative-color, #7f0607);
}

body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-meta-separator {
	flex: 0 0 1px;
	width: 1px;
	height: 17px;
	background: currentColor;
	opacity: .8;
}

body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-date {
	flex: 0 0 auto;
}

@media (max-width: 768px) {
	body.blog .wd-blog-holder .bvdh-news-card .article-body-container {
		padding: 10px !important;
	}

	body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-meta {
		gap: 7px;
		padding-top: 5px;
		font-size: 13px;
	}

	body.blog .wd-blog-holder .bvdh-news-card .bvdh-news-meta svg {
		flex-basis: 19px;
		width: 19px;
		height: 19px;
	}
}
