/*
Theme Name: flatsome-child
Description: Day la child theme flatsome
Author: Nhan
Template: flatsome
Version: 3.19.9.2
*/

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
	margin-bottom: 0.5rem;
}

.uppercase,
h6,
span.widget-title,
th {
	letter-spacing: 0;
}

.banner p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.btn-primary {
	border-radius: 8px !important;
	padding-top: 3px;
	padding-right: 21px;
	padding-bottom: 3px;
	padding-left: 21px;
	background: #6fc16a !important;
	box-shadow: 4px 4px 4px 0px #0000001c !important;
	font-weight: 500 !important;
}

.btn-secondary {
	border-radius: 8px !important;
	padding-top: 3px;
	padding-right: 21px;
	padding-bottom: 3px;
	padding-left: 21px;
	box-shadow: 4px 4px 4px 0px #0000001c;
	font-weight: 500 !important;
	border-color: #6fc16a !important;
	color: #fff !important;
	background-color: transparent !important;
}

.slider-home .banner {
	border-radius: 20px;
	opacity: 1 !important;
}

/*  */

.category-header {
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	height: 100px;
	align-items: end;
	margin-bottom: 20px;
}

.category-thumbnail {
	position: absolute;
	top: -20px;
	right: 40px;
    height: 100px;
/*     object-fit: contain; */
}

.product-category-title {
	font-size: 1.5rem;
	margin-bottom: 0px;
	color: #000;
}

/*  */

.custom-product-categories-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
}

.view-more-link {
	display: inline-block;
	margin-bottom: 0px;
	color: #3a624a;
	text-decoration: underline;
	font-size: 13px;
}

.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 15px;
}

.custom-product-hover-wrap {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.custom-product-hover-wrap .product-info-custom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	backdrop-filter: blur(3.299999952316284px);
}

.sub-info {
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    color: #000;
    justify-content: left;
    width: 100%;
    margin-top: -5px;
}

.sub-info p {
	margin-bottom: 0;
}

.star-rating {
	font-size: 10px !important;
}
.product-info-custom .product-title {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.star-rating span:before {
	color: #ffcb00;
}

.buy-now {
	opacity: 0;
}

.custom-product-hover-wrap:hover .buy-now {
	opacity: 1;
}

.custom-product-hover-wrap:hover .product-info-custom {
	opacity: 1;
	visibility: visible;
}

.custom-product-hover-wrap .product-image {
	position: relative;
	text-align: center;
}

.custom-product-hover-wrap .product-image img {
	border-radius: 8px;
}
.custom-product-hover-wrap .onsale {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px 3px;
	font-size: 11px;
	/* border-radius: 3px; */
	width: 46;
	height: 20;
	border-top-left-radius: 8px;
	font-weight: 700;
	color: #cb3030;
	background-color: #f5c12d;
}

.custom-product-hover-wrap .price {
	font-size: 14px;
	margin: 0;
	white-space: nowrap;
}

.custom-product-hover-wrap .price span.amount {
	font-size: 15px;
	color: #e72e2e;
}

.custom-product-hover-wrap .price del span.amount {
	color: #999;
	margin-right: 5px;
	font-size: 12px !important;
}

.custom-product-hover-wrap .buy-now-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 16px;
	color: white;
	text-decoration: none;
	border-radius: 12px;
	font-size: 14px;
	transition: background-color 0.3s ease;
	background: linear-gradient(180deg, #8df587 0%, #418c3c 100%);
	text-transform: uppercase;
	box-shadow: 0px 1px 7.6px 0px #00000024;
	font-size: 10px;
	font-weight: 700;
}

.custom-product-hover-wrap .buy-now-button:hover {
	background-color: #e63939;
}

.custom-product-hover-wrap .icon-cart {
	margin-right: 15px;
	margin-top: -3px;
}

.buy-now {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
}

.badge-custom {
	top: 0;
	left: 0;
}

.tabDanhMuc .nav {
	gap: 20px;
}

.tabDanhMuc .nav li a {
	color: #3a624a;
	font-weight: 400;
}

.tabDanhMuc .nav li.active a {
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0%;
	border-bottom: 2px solid #3a624a;
	padding: 0;
	color: #3a624a;
}

.rating-wrap {
	display: flex;
	align-items: center;
	gap: 3px;
}

.average-rating {
	font-weight: 600;
}

.star-rating {
	margin-bottom: 6px;
}

.sub-info > * {
	position: relative;
}

.sub-info > *:not(:first-child)::before {
	content: "";
	position: absolute;
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5px;
	height: 60%;
	background-color: #000;
}

/*  */

.custom-product-meta {
	color: #000;
	display: flex;
	justify-content: left;
	font-size: 14px;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}

.custom-product-meta .star-rating {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 11px;
}

.custom-product-meta .average-rating {
	display: flex;
	gap: 5px;
}

.custom-product-meta > * {
	position: relative;
}

.custom-product-meta > *:not(:first-child)::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5px;
	height: 45%;
	background-color: #000;
}

.fw-600 {
	font-weight: 600 !important;
}

.product-small .product-title a {
	font-weight: 700;
	color: #000 !important;
	font-size: 1.1rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
}

.custom-averga-rating-after {
	display: flex;
	align-items: center;
	color: #000;
}

.custom-averga-rating-after .average-rating {
	display: flex;
	gap: 5px;
}

.custom-buy-now-button .buy-now-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 35px;
	color: white;
	text-decoration: none;
	border-radius: 100px;
	font-size: 14px;
	transition: background-color 0.3s ease;
	background: linear-gradient(180deg, #8df587 0%, #418c3c 100%);
	text-transform: uppercase;
	box-shadow: 0px 1px 7.6px 0px #00000024;
	font-size: 18px;
	font-weight: 700;
	margin: 0 !important;
}

.custom-buy-now-button .icon-cart {
	margin-right: 20px;
	margin-top: -3px;
}

.custom-buy-now-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-small span.amount {
	color: #d81f26;
	font-size: 22px;
}

.product-small del span.amount {
	color: #000;
	font-size: 15px;
	font-weight: 400;
}

.product-small .price {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product-small del {
	order: 2;
}

.product-small {
	background: #fafafa;
	padding: 20px;
	border-radius: 20px;
}

.product-small .box-text {
	padding-bottom: 0;
	margin-top: 10px;
}

.product-small .box-image,
.product-small .box-image img {
	border-radius: 8px;
	/*   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.product-small .badge-container {
	display: none;
}

.row-taisaochonchungtoi {
	border: 1px solid #c2c2c29c;
	background: #fff;
	border-radius: 8px;
}

.row-taisaochonchungtoi img {
	border-radius: 0 8px 8px 0;
}

.line-clamp-3 p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-tim-hieu-them {
	position: relative;
	padding-right: 30px !important;
	font-size: 14px;
	color: #207543 !important;
}

.btn-tim-hieu-them::after {
	content: "";
	background-image: url("../../uploads/2025/05/arr_right.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.row-taisaochonchungtoi .icon-box {
	transform: translateY(20px);
	transition: transform 0.3s ease;
}

.icon-box .btn-tim-hieu-them {
	opacity: 0;
	transition: transform 0.3s ease;
}

.row-taisaochonchungtoi:hover .icon-box {
	transform: translateY(0px);
}
.row-taisaochonchungtoi:hover .icon-box .btn-tim-hieu-them {
	opacity: 1;
}

.row-taisaochonchungtoi {
	overflow: hidden;
}

.row-taisaochonchungtoi .image-why img {
	transition: transform 0.3s ease;
}

.row-taisaochonchungtoi:hover .image-why img {
	transform: scale(1.15);
}

.icon-middle {
	align-items: center;
}

.icon-middle p {
	margin-bottom: 0 !important;
}

.icon-box-img img,
.icon-box-img svg {
	padding-top: 0 !important;
}

.icon-middle .icon-box-text {
	padding-left: 0.5em !important;
}

.row-hotro {
	border: 1px solid #dededecc;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}

.img-hotro,
.img-hotro img {
	border-radius: 0 20px 20px 0;
}

.form-d-flex p {
	display: flex;
	gap: 10px;
}

.form-custom input {
	background-color: #eef3ef !important;
	border-radius: 8px;
	min-height: 3rem;
	box-shadow: 0px 4px 4px 0px #0000000a inset !important;
	border: none !important;
	color: #707070bf !important;
}

.form-custom textarea {
	background-color: #eef3ef !important;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px #0000000a inset !important;
	border: none !important;
	color: #707070bf !important;
}

.btn-submit {
	text-align: center;
}
.btn-submit .wpcf7-submit {
	margin-bottom: 0;
	margin-right: 0;
	background-color: #6fc16a !important;
	color: #ffffff !important;
	min-height: 2.5rem !important;
	border: none !important;
	text-transform: none;
	padding: 0 40px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 0.9em;
}

.wpcf7-response-output {
	position: absolute;
	bottom: -54px;
}

.footer-wrapper .ux-menu-link__link {
	color: #fff !important;
}

.footer-wrapper .icon-box {
	align-items: center;
}

.footer-wrapper .icon-box-text {
	color: #fff !important;
	font-size: 15px;
}

.absolute-footer {
	display: none;
}

.flickity-page-dots .dot {
	width: 7px;
	height: 7px;
}

.flickity-page-dots .dot {
	border: 1px solid #111;
}

.slider-home .slider-style-focus .flickity-page-dots {
	bottom: 45px;
}

.justify {
	text-align: justify !important;
}

.iconBoxAboustUs {
	background: #fff;
	border-radius: 18px;
	padding: 10px 20px;
}

.custom-timeline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 4px solid #f1c40f;
	padding-top: 0;
	margin-bottom: 20px;
	position: relative;
	width: 88%;
	margin: 0 auto;
}

.custom-timeline .dot {
	width: 15px;
	height: 15px;
	background-color: #f1c40f;
	border-radius: 50%;
	position: relative;
	top: -14px;
}

.textboxLyDoChonChungToi {
	border: 1px solid #d9d9d9;
	padding: 20px;
	border-radius: 18px;
	/* width: 400px; */
	position: relative;
}

.textboxLyDoChonChungToi h4 {
	margin: 0 !important;
	position: absolute;
	top: -41px;
	text-align: center;
	background: #142431;
	display: inline-block;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 0 20px;
}

.textboxLyDoChonChungToi p {
	padding-top: 20px;
}

.contentKhachHang .col-inner {
	background-color: #fff;
	padding: 30px 60px;
	border-radius: 20px;
	position: relative;
}

.contentKhachHang {
	margin: 15px;
	padding-bottom: 0;
}

.contentKhachHang .col-inner::after {
	z-index: -1;
	content: "";
	position: absolute;
	background: url(../../uploads/2025/05/bg-danhgia.png);
	top: -22px;
	left: -25px;
	width: 107%;
	height: 120%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
}

.imgKhachHang {
	text-align: center;
	margin-top: 25px;
}

.imgKhachHang img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 99px;
}

.sliderKhachHang .flickity-button {
	color: #207543;
}

.sliderKhachHang .flickity-button svg,
.sliderKhachHang .flickity-button .arrow {
	fill: #207543 !important;
}

.sliderKhachHang .flickity-button.next {
	right: -200px;
	top: -10px;
}

.sliderKhachHang .flickity-button.previous {
	left: -200px;
	top: -10px;
}

.sliderKhachHang .flickity-prev-next-button:hover svg {
	background-color: #207543;
	border-color: #207543;
}

.rowConSoAnTuong > * {
	flex-basis: 20%;
	max-width: 20%;
}

.account-link {
	font-size: 0.85em !important;
	background-color: transparent;
	border: 1.5px solid #207543;
	min-width: 34px;
	height: 32px;
}

.header-nav-main.nav-left {
	margin-top: -10px;
}

.header-nav-main {
	margin-top: -20px;
}

.account-item {
	margin-right: 0 !important;
}

.account-link i {
	color: #207543;
	font-size: 1.7em !important;
}

.html_topbar_left {
	position: absolute !important;
	bottom: -21px;
	right: 0;
	color: #207543;
	font-size: 12px;
}

#woocommerce-product-search-field-1 {
	border-radius: 8px;
	background: #fff;
	width: 411px;
	padding: 10px 15px;
	min-height: 2.5rem;
}

.single-product .content-row {
	background: #fff;
	padding: 10px;
}

.single-product .content-row .col {
	padding: 0;
}

.single-product .product-gallery {
	padding-right: 20px !important;
}

.single-product .product-info {
	margin-left: 20px !important;
	margin-top: 20px;
}

.single-product .product-title {
	color: #000c;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2;
}

.image-tools {
	display: none;
}

.single-product .devvn_average_rate {
	color: #000;
	text-decoration: underline;
}

.single-product .woocommerce-review-link {
	position: relative;
	padding-left: 16px;
	color: #000;
}
.single-product .woocommerce-review-link:before {
	content: "";
	margin: 0 5px;
	top: 3px;
	left: 0;
	background: #ccc;
	width: 1px;
	height: 17px;
	position: absolute;
}

.single-product .devvn_sold,
.breadcrumbs a {
	color: #000;
}

.single-product .product-page-price {
	background: #fafafa;
	padding: 15px 20px;
	position: relative;
	z-index: 2;
	margin-top: 30px;
	display: flex;
	gap: 20px;
}

.single-product del {
	order: 2;
}

.single-product span.amount {
	color: #ee4d2d;
}

.single-product ins span.amount {
	font-size: 30px;
	color: #ee4d2d;
}
/* .woocommerce-product-gallery__image {
height: 500px;
} */

.info-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 30px 0;
}

.info-item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.info-label {
	color: #333232;
	font-size: 14px;
	width: 120px;
	line-height: 1.6;
}

.variations label {
	color: #333232;
	font-size: 14px;
	text-transform: uppercase;
}

.info-detail {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	color: #333;
	font-size: 14px;
}

.info-detail strong {
	font-weight: 500;
	color: #000;
}

.info-detail .icon {
	width: 18px;
	height: 18px;
}

.shield {
	color: #f53d2d;
}

.dropdown-icon {
	font-size: 10px;
	margin-left: 4px;
}

/*  */
.woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.single_add_to_cart_button {
	background-color: rgb(255 87 34 / 10%) !important;
	color: #ee4d2d !important;
	border: 1px solid #ee4d2d;
	padding: 6px 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: 0.3s;
	border-radius: 2px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	opacity: 1 !important;
	text-transform: none;
	letter-spacing: 0;
}

.single_add_to_cart_button:hover {
	background-color: rgba(255, 197, 178, 0.181) !important;
	box-shadow: none;
}

.single_add_to_cart_button:hover {
	background-color: #e25630;
	color: #fff;
}

.single_add_to_cart_button::before {
	content: "\f07a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.woocommerce-variation-price {
	border-top: none;
}

.single-product .ux-quantity__button {
	align-items: center;
	background-color: transparent !important;
	border: 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.09) !important;
	border-radius: 2px;
	color: rgba(0, 0, 0, 0.8) !important;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: 300 !important;
	height: 32px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	outline: none;
	transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
	width: 32px;
	min-height: 32px;
}

.single-product .input-text.qty {
	align-items: center;
	background-color: transparent !important;
	border: 0;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 2px !important;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 300;
	height: 32px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	outline: none;
	transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
	width: 50px;
	min-width: 50px;
	min-height: 32px;
	box-shadow: none;
}

/* Button "Mua Ngay" */
.ux-buy-now-button {
	background-color: #ee4d2d !important;
	color: #fff;
	padding: 6px 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: 0.3s;
	border-radius: 2px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	opacity: 1 !important;
	text-transform: none;
	letter-spacing: 0;
}

.ux-buy-now-button:hover {
	background-color: #f05d40 !important;
	box-shadow: none;
}

.single-product .product-section .large-10 {
	max-width: 100%;
	flex-basis: 100%;
}
/* .product-section:nth-child(2) {
display: none;
} */

.product_meta > span {
	border: none;
}

.single-product .product-section {
	border-top: none;
	background: #fff;
	margin-bottom: 20px;
	padding: 40px;
	border-radius: 2px;
}

.product-footer .container {
	padding: 0;
}

.product-main {
	padding: 20px 0;
}

.single-product .product-section .mt {
	margin-top: 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.single-product .entry-content {
	padding-top: 0;
	color: #000;
	padding-bottom: 0;
}

div#reviews.woocommerce-Reviews,
.devvn_prod_cmt {
	max-width: 100%;
	margin: 0 auto 0px;
	margin-top: 20px;
}

.related {
	background: transparent !important;
	padding: 0 !important;
	padding-top: 20px !important;
}

.type-product {
	padding: 0 !important;
}

.archive .products {
	display: flex;
}

.textboxTinTuc {
	background: #00000029;
	backdrop-filter: blur(3px);
	padding: 50px 52px;
	border-radius: 20px;
}

.secTinTuc .banner,
.secTinTuc .banner img {
	border-radius: 20px;
	background-color: transparent;
	overflow: hidden;
}

.textboxTinTucSmall {
	background: linear-gradient(
		270.67deg,
		rgba(0, 0, 0, 0) 0.56%,
		rgba(0, 0, 0, 0.15) 14.57%,
		rgba(0, 0, 0, 0.5) 40.41%,
		rgba(0, 0, 0, 0.8) 76.61%,
		rgba(0, 0, 0, 0.85) 92.33%
	);
	height: 100%;
}

.custom-cat-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	justify-items: center;
	margin-top: 30px;
}
.custom-cat-item {
	text-align: center;
	width: 100%;
}
.custom-cat-item img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.custom-cat-item p {
	margin-top: 10px;
	color: #000;
	font-size: 18px;
}

td:first-child, th:first-child {
	padding: .5em !important;
}

@media only screen and (max-width: 768px) {
	.slider-home .text-box ul li {
		margin-bottom: 0 !important;
		font-size: 10px;
	}

	.slider-home .text-box {
		font-size: 10px;
	}

	.slider-home .banner-bg,
	.slider-home .banner-bg img {
		border-radius: 12px;
	}

	.slider-home .slider-style-focus .flickity-page-dots {
		bottom: 35px;
	}

	.mobile-nav {
		margin-top: -9px;
	}
	.html_topbar_left {
		position: absolute !important;
		bottom: -18px;
		right: 0;
		color: #207543;
		white-space: nowrap;
	}

	#woocommerce-product-search-field-0 {
		border-radius: 8px;
		background: #fff;
		width: 171px;
		padding: 0 5px;
		min-height: 2rem;
		font-size: 0.85rem;
		margin-right: 5px;
	}

	.account-link-mobile, .header-button .icon.primary {
		font-size: 0.85em !important;
		background-color: transparent;
		border: 1.5px solid #207543;
		min-width: 34px;
		height: 32px;
	}

	.account-link-mobile i, .header-button .icon.primary i {
		color: #207543;
		font-size: 1.7em !important;
	}

	.tabDanhMuc .nav {
		white-space: nowrap;
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		gap: 10px;
	}
	.custom-product-categories-grid {
		grid-template-columns: 1fr;
	}

	.category-header {
		height: 99px;
		padding: 15px;
	}

	.category-thumbnail {
		position: absolute;
		top: -25px;
		right: 8px;
		height: 70px;
		width: auto;
	}
	.product-category-title {
		font-size: 1.2rem;
	}

	.view-more-link {
		font-size: 12px;
	}

	.products {
		/* grid-template-columns: 1fr; */
		grid-template-columns: repeat(2, 1fr);
	}

	.custom-cat-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.textboxTinTuc {
		background: #00000029;
		backdrop-filter: blur(3px);
		padding: 17px 15px;
		border-radius: 20px;
	}

	.banner h3 {
		font-size: 1.5em !important;
	}

	.secTinTuc .banner,
	.secTinTuc .banner img {
		border-radius: 12px;
	}

	.row-hotro {
		width: 90%;
	}

	.img-hotro,
	.img-hotro img {
		border-radius: 0 0 20px 20px;
	}

	.row-timeline {
		width: 97% !important;
		margin-left: auto !important;
	}

	.custom-timeline {
		position: absolute;
		border-left: 4px solid #f1c40f;
		border-top: none;
		height: 80.5%;
		left: 3%;
		top: 11.5%;
	}

	.row-timeline .img {
		position: relative;
	}

	.row-timeline .img::after {
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		background-color: #f1c40f;
		border-radius: 50%;
		top: 50%;
		left: -11.6%;
	}

	.custom-timeline .dot {
		display: none;
	}

	.contentKhachHang .col-inner {
		padding: 20px 20px;
	}

	.contentKhachHang .col-inner::after {
		width: 111%;
	}

	.rowConSoAnTuong > * {
		flex-basis: 50%;
		max-width: 50%;
	}
	.single-product .content-row {
		width: 90%;
	}

	.single-product .product-info {
		margin-left: 10px !important;
		margin-top: 10px;
		margin-right: 10px;
	}

	.info-detail {
		flex-wrap: nowrap;
	}

	.single-product .product-section {
		width: 90%;
		margin: 0 auto;
		padding: 25px;
	}

	.related {
		margin-top: 20px !important;
		margin-bottom: 40px !important;
	}

	.single-product .product-page-price {
		background: #fafafa;
		padding: 15px 15px;
		position: relative;
		z-index: 2;
		margin-top: 30px;
		display: flex;
		gap: 10px;
	}

	.product-info .price {
		font-size: 1.3em;
	}

	.related .product-small {
		margin-bottom: 30px;
	}
}
