:root {
	--primary-color: #2d62d9 ;
}
#masthead > div > div:nth-child(3) ul {
	justify-content: space-between;
	padding: 0 40px 0 20px;
}
#masthead > div > div:nth-child(3) ul > li > a {
	font-size: 18px;
	padding: 0;
	font-weight: 700;
	position: relative;
	transition: all  0.3s ease;
}

#masthead > div > div:nth-child(3) ul > li {
	padding: 10px 16px;
	border-radius: 8px;
	transition: all  0.3s ease;
}
#masthead > div > div:nth-child(3) ul > li > a:after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: var(--fs-color-primary);
	transition: all 0.3s ease-in;
}
#masthead > div > div:nth-child(3) ul > li:hover > a,
#masthead > div > div:nth-child(3) ul > li.current_page_item > a {
	color: var(--fs-color-primary);
	transition: all 0.3s ease;
}
#masthead > div > div:nth-child(3) ul > li:hover,
#masthead > div > div:nth-child(3) ul > li.current_page_item{
	transition: all  0.3s ease;
}
#masthead > div > div:nth-child(3) ul > li:hover> a:after,
#masthead > div > div:nth-child(3) ul > li.current_page_item > a:after{
	width: 100%;
	transition: all 0.3s ease-in;
}
.pd-intro-section {
	position: relative;
	padding: 70px 0;
	background: #f8f8f8;
	overflow: hidden;
}

.pd-intro-container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 24px;
}

.pd-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 46px;
	align-items: start;
}

/* LEFT */
.pd-intro-content {
	padding-top: 2px;
}

.pd-intro-badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 12px;
	margin-bottom: 20px;
	border-radius: 4px;
	background: #2d62d91a;
	color: var(--primary-color);
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.pd-intro-title {
	margin: 0 0 32px;
	color: #11284a;
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.02;
	font-weight: 800;
	letter-spacing: -1.5px;
	text-transform: uppercase;
	max-width: 700px;
}

.pd-intro-title span {
	color: #ff0000;
}

.pd-intro-texts {
	max-width: 690px;
	margin-bottom: 44px;
}

.pd-intro-text {
	margin: 0 0 26px;
	color: #334a68;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
}

.pd-intro-text:last-child {
	margin-bottom: 0;
}

/* FEATURE */
.pd-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 700px;
}

.pd-feature-card {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 18px;
	min-height: 90px;
	background: #f2f2f2;
	border: 1px solid #ebebeb;
	border-radius: 14px;
	transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
	will-change: transform;
}

.pd-feature-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 38px rgba(17, 40, 74, 0.10);
	background: #ffffff;
}

.pd-feature-icon {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	border-radius: 12px;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0 8px 20px rgb(45 98 217 / 37%);
}

.pd-feature-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.pd-feature-icon-fallback {
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

.pd-feature-info h3 {
	margin: 0 0 6px;
	color: #11284a;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 800;
}

.pd-feature-info p {
	margin: 0;
	color: #5e6f85;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}

/* RIGHT GALLERY */
.pd-intro-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.pd-gallery-item {
	position: relative;
	transition: transform .45s ease;
	will-change: transform;
}

.pd-gallery-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 28px;
	background: #e9edf3;
	box-shadow: 0 16px 40px rgba(16, 36, 61, 0.12);
}

.pd-gallery-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .7s ease;
}

.pd-gallery-item:hover img {
	transform: scale(1.06);
}

/* bố cục ảnh gần giống hình 5 */
.pd-gallery-item-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	height: 364px;
}

.pd-gallery-item-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	height: 324px;
	margin-top: 36px;
}

.pd-gallery-item-3 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	height: 292px;
}

.pd-gallery-item-4 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	height: 364px;
	margin-top: -18px;
}

.pd-gallery-item-5,
.pd-gallery-item-6 {
	height: 260px;
}

/* REVEAL EFFECT */
.pd-reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity .8s ease, transform .8s ease;
}

.pd-reveal-left {
	transform: translateX(-45px);
}

.pd-reveal-right {
	transform: translateX(45px);
}

.pd-reveal-up {
	transform: translateY(32px);
}

.pd-reveal.is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

/* Responsive */
@media (max-width: 1199px) {
	.pd-intro-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.pd-intro-title {
		max-width: 100%;
	}

	.pd-intro-texts,
	.pd-feature-list {
		max-width: 100%;
	}

	.pd-intro-gallery {
		max-width: 820px;
	}
}

@media (max-width: 767px) {
	.pd-intro-section {
		padding: 50px 0;
	}

	.pd-intro-container {
		padding: 0 16px;
	}

	.pd-intro-badge {
		margin-bottom: 16px;
		font-size: 11px;
		letter-spacing: 1.2px;
	}

	.pd-intro-title {
		margin-bottom: 22px;
		font-size: 34px;
		line-height: 1.08;
		letter-spacing: -0.8px;
	}

	.pd-intro-text {
		margin-bottom: 18px;
		font-size: 15px;
		line-height: 1.75;
	}

	.pd-feature-list {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.pd-feature-card {
		min-height: auto;
	}

	.pd-intro-gallery {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	.pd-gallery-item-1 {
		height: 220px;
	}

	.pd-gallery-item-2 {
		height: 180px;
		margin-top: 22px;
	}

	.pd-gallery-item-3 {
		height: 180px;
	}

	.pd-gallery-item-4 {
		height: 220px;
		margin-top: -10px;
	}
}
/* blogs */
/* ===== SECTION TỔNG ===== */
.blogs {
	background: #f7f7f7;
}
.blogs a {
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 45px;
}
.blogs p {
	margin-bottom: -40px;
	color: var(--primary-color);
}
/* dòng chữ nhỏ trên cùng */
#col-819440506 p {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ff1e1e;
}

/* tiêu đề chính */
#col-2039647140 h1 {
	margin: 0 0 24px;
	font-size: 56px;
	line-height: 1.05;
	font-weight: 800;
	color: #0d2344;
	letter-spacing: -1px;
}

/* xem tất cả */
#text-3110908355 p {
	margin: 20px 0 0;
	font-size: 24px;
	font-weight: 700;
	color: #ff1e1e;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

#text-3110908355 p::after {
	content: "›";
	font-size: 28px;
	line-height: 1;
	transform: translateY(-1px);
}

/* ===== KHU SLIDER/BÀI VIẾT ===== */
#col-1530411464 .row-slider {
	display: flex;
	gap: 28px;
	margin-top: 10px;
	overflow: visible !important;
}

#col-1530411464 .flickity-viewport,
#col-1530411464 .flickity-slider {
	height: auto !important;
	transform: none !important;
	position: static !important;
}

#col-1530411464 .post-item {
	position: static !important;
	width: calc(33.333% - 19px) !important;
	max-width: calc(33.333% - 19px) !important;
	flex: 0 0 calc(33.333% - 19px);
	display: block !important;
}

#col-1530411464 .col-inner {
	height: 100%;
}

/* ẩn nút slider để giống ảnh tĩnh */
#col-1530411464 .flickity-prev-next-button,
#col-1530411464 .flickity-page-dots {
	display: none !important;
}

/* ===== CARD ===== */
.box-blog-post {
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
}

.box-blog-post .box-image {
	margin-bottom: 18px;
	position: relative;
}

/* nhãn trên ảnh */
.box-blog-post .cap-nhat {
	display: none;
}

/* khung ảnh */
.box-blog-post .image-cover {
	padding-top: 62% !important;
	border-radius: 22px;
	overflow: hidden;
	background: #e9edf2;
	position: relative;
}

.box-blog-post .image-cover img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 22px;
	transition: transform 0.45s ease;
}

.box-blog-post:hover .image-cover img {
	transform: scale(1.04);
}

/* vùng text */
.box-blog-post .box-text {
	padding: 0 !important;
	background: transparent;
}

.box-blog-post .box-text-inner {
	padding: 0 !important;
}

/* title */
.box-blog-post .post-title {
	margin: 8px 0 8px;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 800;
}

.box-blog-post .post-title a {
	color: #0d2344;
	text-decoration: none;
}

.box-blog-post .post-title a:hover {
	color: #ff1e1e;
}

/* meta */
.box-blog-post .post-meta {
	font-size: 13px;
	font-weight: 700;
	color: #9aa6b2;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .3px;
}

/* nếu muốn giống ảnh hơn: thêm chấm trước ngày */
/* .box-blog-post .post-meta::before {
content: "TIN TỨC";
color: #ff1e1e;
margin-right: 12px;
} */

/* divider */
.box-blog-post .is-divider {
	display: none;
}

/* nút đọc thêm */
.box-blog-post .button.is-outline.is-small {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--primary-color) !important;
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
	min-height: unset;
	line-height: 1.4;
	box-shadow: none;
	margin-top: -5px;
}

.box-blog-post .button.is-outline.is-small::after {
	content: "›";
	display: inline-block;
	margin-left: 8px;
	font-size: 18px;
	transform: translateY(1px);
}

.box-blog-post .button.is-outline.is-small:hover {
	color: #ff1e1e !important;
}

/* ẩn comment của bài hello world */
.from_the_blog_comments {
	display: none !important;
}

/* ===== CANH HÀNG PHẦN HEADER ===== */
#row-293334621 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#col-819440506,
#col-1530411464 {
	width: 100%;
}

#col-2039647140,
#col-874605056 {
	width: 50%;
}

#col-874605056 .col-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
	#col-2039647140 h1 {
		font-size: 40px;
	}

	#col-1530411464 .row-slider {
		gap: 20px;
		flex-wrap: wrap;
	}

	#col-1530411464 .post-item {
		width: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		flex: 0 0 calc(50% - 10px);
	}
}

@media (max-width: 767px) {
	.section-content.relative  {
		padding: 24px 16px 0;
		margin-top: -40px;
	}

	#col-2039647140,
	#col-874605056 {
		width: 100%;
	}

	#col-874605056 .col-inner {
		justify-content: flex-start;
		margin-bottom: 18px;
	}

	#text-3110908355 {
		text-align: left !important;
	}

	#col-2039647140 h1 {
		font-size: 34px;
		margin-bottom: 16px;
	}

	#text-3110908355 p {
		font-size: 18px;
		margin-top: 0;
	}

	#col-1530411464 .post-item {
		width: 100 }
}

/* Form Filter */
/* Khung form */
.form-tim-ve{
	background:#fff;
	border-radius:20px;
	padding:25px 30px;
	box-shadow:
		0 10px 25px rgba(0,0,0,0.08),
		0 20px 60px rgba(0,0,0,0.12);
	transition:all .3s ease;
}

/* hiệu ứng hover nổi */
.form-tim-ve:hover{
	transform:translateY(-3px);
	box-shadow:
		0 15px 35px rgba(0,0,0,0.12),
		0 25px 70px rgba(0,0,0,0.15);
}

/* layout ngang */
.form-row{
	display:flex;
	gap:20px;
	align-items:flex-end;
}

/* mỗi ô */
.form-group{
	flex:1;
}

/* label */
.form-group label{
	display:block;
	font-size:12px;
	font-weight:600;
	color:#111;
	margin-bottom:6px;
	text-transform:uppercase;
	letter-spacing:.5px;
}

/* input */
.form-group select,
.form-group input{
	width: 100% !important;
	height: 48px !important;
	padding: 0 15px 0 42px !important;
	border: 1px solid #e5e7eb !important;
	font-size: 15px !important;
	margin: 0 !important;
}
.wpcf7-spinner {
	display: none !important;
}
/* focus */
.form-group select:focus,
.form-group input:focus{
	border-color:#22c55e;
	background:#fff;
	box-shadow:0 0 0 3px rgba(34,197,94,0.15);
	outline:none;
}

/* icon vị trí */
.form-group:nth-child(1) select,
.form-group:nth-child(2) select{
	background-image:url("http://demo8.thietkewebgiatot.top/wp-content/uploads/2026/03/location-pin.png");
	background-repeat:no-repeat;
	background-position:12px center;
	background-color: #f7fafc;
	background-size:18px;
	padding: 10px 40px;
	border-radius: 5px;
}

/* icon lịch */
.form-group:nth-child(3) input{
	background-image:url("http://demo8.thietkewebgiatot.top/wp-content/uploads/2026/03/calendar.png");
	background-repeat:no-repeat;
	background-position:12px center;
	background-size:18px;
	background-color: #f7fafc;
	padding: 10px 40px;
	border-radius: 5px;
}

/* nút submit */
.form-submit{
	flex:0 0 auto;
}

.form-submit input{
	padding: 0 42px !important;
	border-radius: 5px !important;
	background: #2d62d9 ;
}

/* hover nút */
.form-submit input:hover{
	transform:translateY(-2px);
	box-shadow:0 12px 25px rgba(34,197,94,0.45);
}

/* click */
.form-submit input:active{
	transform:scale(.97);
}

/* mobile responsive */
@media (max-width:768px){

	.form-tim-ve{
		padding:20px;
		margin-top: 40px;
	}

	.form-row{
		flex-direction:column;
		gap:15px;
	}

	.form-submit{
		width:100%;
	}

	.form-submit input{
		width:100%;
	}
}
/* product */
/* Card tổng */
.product-small.box {
	border: 1px solid #e7e7e7;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	transition: all 0.25s ease;
}

.product-small.box:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
	transform: translateY(-2px);
}

/* Ảnh */
.product-small.box .box-image img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.product-small.box .box-image {
	overflow: hidden;
}

.product-small.box .box-image a {
	display: block;
}

/* Phần nội dung */
.product-small.box .box-text {
	padding: 20px 15px !important;
}

.custom-product-content {
	padding: 16px 14px 14px;
	background: #fff;
}

/* Tiêu đề */
.custom-product-content .title-wrapper {
	margin-bottom: 10px;
	min-height: 42px;
}

.custom-product-content .title-wrapper .name,
.custom-product-content .title-wrapper .woocommerce-loop-product__title,
.custom-product-content .title-wrapper p.name.product-title a,
.custom-product-content .title-wrapper a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #0d1b3d;
	text-decoration: none;
	margin: 0;
	display: block;
}

/* Khối điểm đi / điểm đến */
.route-wrapper {
	display: flex;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.route-item {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 2px;
}

.route-item:last-child {
	margin-bottom: 0;
}
.route-item:last-child .dot {
	display: none;
}
.route-item .dot {
	width: 6px;
	height: 6px;
	min-width: 6px;
	border-radius: 50%;
	background: #2d62d9;
	display: inline-block;
	margin-right: 8px;
}

.route-item .label {
	display: none;
}

.route-item .value {
	color: #667085;
}

/* Hàng dưới cùng: giá + chi tiết */
.bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 4px;
}

/* Giá */
.price-wrapper {
	flex: 1;
}

.price-wrapper .price {
	margin: 0 !important;
	line-height: 1.2;
}

.price-wrapper .price,
.price-wrapper .woocommerce-Price-amount,
.price-wrapper bdi,
.price-wrapper ins,
.price-wrapper span.amount {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color) !important;
	text-decoration: none !important;
}

.price-wrapper del,
.price-wrapper del .woocommerce-Price-amount,
.price-wrapper del bdi {
	font-size: 13px;
	color: #aaa !important;
	font-weight: 400;
	margin-right: 6px;
}

/* Chi tiết */
.detail-wrapper {
	flex-shrink: 0;
}

.product-detail-link {
	background: #2d62d9;
	color: #fff;
	font-size: 16px;
	padding: 8px 25px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.product-detail-link:hover {
	background: #fff;
	color: #2d62d9;
	border: 1px solid #2d62d9;
	text-decoration: none;
}

/* Ẩn khoảng trắng thừa của Flatsome nếu có */
.box-text-inner,
.product-small .box-text-inner {
	padding: 0 !important;
	margin: 0 !important;
}

/* Responsive */
@media (max-width: 849px) {
	.product-small.box .box-image img {
		height: 160px;
	}

	.custom-product-content .title-wrapper .name,
	.custom-product-content .title-wrapper .woocommerce-loop-product__title,
	.custom-product-content .title-wrapper p.name.product-title a,
	.custom-product-content .title-wrapper a {
		font-size: 15px;
	}

	.price-wrapper .price,
	.price-wrapper .woocommerce-Price-amount,
	.price-wrapper bdi,
	.price-wrapper ins,
	.price-wrapper span.amount {
		font-size: 17px;
	}
}
.price-detail-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.price-wrapper{
	flex: 1;
}

.detail-wrapper a{
	border-radius: 4px;
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid #b6b8c4;
}

.detail-wrapper a:hover{
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.product-small .box .box-text p {
	font-weight: 800;
}
#comments .comment-respond {
	display: none;
}
/* Title */
h2.text-2xl.font-black.text-gray-900.tracking-tight.uppercase{
	position: relative;
	text-align: center !important;
	font-size: 28px;
	font-weight: 900;
	color: #0b1a2b;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding-bottom: 14px;
}

/* Gạch đỏ bên dưới */
h2.text-2xl.font-black.text-gray-900.tracking-tight.uppercase::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 60px;
	height: 4px;
	background: var(--primary-color);
	border-radius: 2px;
}

/* Icon đỏ bên trái */
h2.text-2xl.font-black.text-gray-900.tracking-tight.uppercase::before{
	content: "↗";
	color: var(--primary-color);
	margin-right: 8px;
	position: relative;
	left: -10px;
	top: -2px;
}
@media (max-width: 767px) {
	h2.text-2xl.font-black.text-gray-900.tracking-tight.uppercase {
		font-size: 20px;
	}
}
.button.icon {
	background: #2d62d9 !important;
}
.alert.is-link, .alert.is-outline, .alert.is-underline {
	color: var(--primary-color) !important;
}
.pd-contact-main-card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

/* icon + label nằm ngang */
.pd-contact-main-icon {
	order: 1;
}

.pd-contact-main-label {
	order: 2;
	margin: 0;
}

/* phone xuống dòng riêng */
.pd-contact-main-phone {
	order: 3;
	width: 100%;
}
@media (max-width: 767px) {

	.form-tim-ve .form-group {
		width: 100%;
		margin-bottom: 14px;
	}

	/* đồng bộ tất cả field */
	.form-tim-ve select,
	.form-tim-ve input,
	.form-tim-ve textarea,
	.form-tim-ve .wpcf7-submit {
		width: 100%;
		height: 54px;
		padding: 0 16px;
		border-radius: 12px;
		border: 1px solid #dcdcdc;
		font-size: 15px;
		box-sizing: border-box;
	}

	/* riêng select fix UI */
	.form-tim-ve select {
		appearance: none;
		-webkit-appearance: none;
		background-color: #f5f6f8;
		padding-right: 40px;
	}

	/* input style */
	.form-tim-ve input {
		background-color: #f5f6f8;
	}

	/* button submit */
	.form-tim-ve .wpcf7-submit {
		background: #3f6df6;
		color: #fff;
		font-weight: 700;
		border: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		height: 56px;
		border-radius: 10px;
	}

	/* label spacing */
	.form-tim-ve label {
		display: block;
		margin-bottom: 6px;
		font-size: 13px;
		font-weight: 600;
	}
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	color: #313131;
}
/* Ảnh trang chi tiết */
.single-product div.product .woocommerce-product-gallery img,
.single-product .product-gallery img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
}

/* Ảnh trang shop / category */
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
}

/* Nếu Flatsome set khung ảnh cố định thì bỏ ép chiều cao */
.product-small .box-image,
.product-small .box-image img {
	height: auto !important;
}
.single-product div.product .woocommerce-product-gallery img,
.single-product .product-gallery img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
}
.single-product form.cart .quantity {
	display: none !important;
}
.add_to_cart_button,
.single_add_to_cart_button {
	display: none !important;
}
.product-footer .woocommerce-tabs {
	display: none;
}
/* popup */
.pd-contact-popup {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 9999;
}

.pd-contact-popup.is-active {
	display: flex;
}

.pd-contact-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.45);
}

.pd-contact-popup__dialog {
	position: relative;
	z-index: 2;
}

body.pd-popup-open {
	overflow: hidden;
}

.pd-contact-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 3;
}
.price-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.price-wrapper .price {
	margin: 0;
}

/* nút liên hệ */
.pd-open-contact-popup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;	
	padding: 4px 30px;
	font-size: 14px;
	border-radius: 10px;
	background: #2d62d9;
	color: #ffffff;
	font-weight: 600;
	margin: 20px 0px;
	cursor: pointer;
	transition: 0.2s;
}

.pd-open-contact-popup:hover {
	border: 1px solid #2d62d9;
	border-radius: 10px;
	background: #ffffff;
	color: #2d62d9;
}
.pd-price-contact-inline {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 15px 0;
}

.pd-price-contact-inline .price {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #2f5fe3;
}

.pd-price-contact-inline .pd-open-contact-popup {
	height: 40px;
	padding: 0 22px;
	border: 1px solid #777;
	border-radius: 10px;
	background: #fff;
	font-weight: 600;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #4e73f8;
	COLOR: #496ff5;
	BACKGROUND: #FFF;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #4b71f6;
	background: #fff;
	color: #4970f5;
}