.tp-box-tc-wrap {
	width: 100%;
}

.tp-box-tc-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.tp-box-tc-item {
	min-width: 0;
}

.tp-box-tc-inner {
	background: #f7f7f7;
	border-radius: 12px;
	padding: 34px 26px 28px;
	text-align: center;
	height: 100%;
	transition: all 0.35s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.tp-box-tc-icon {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	transition: all 0.35s ease;
}

.tp-box-tc-icon img {
	max-width: 30px;
	max-height: 30px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: all 0.35s ease;
	filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(7482%) hue-rotate(0deg) brightness(103%) contrast(119%);
	transform: scale(1.04);
}

.tp-box-tc-title {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	transition: color 0.35s ease;
}

.tp-box-tc-desc {
	font-size: 16px;
	line-height: 1.7;
	transition: color 0.35s ease;
}

.tp-box-tc-desc p {
	margin: 0;
}

/* Hover giống hình 2 */
.tp-box-tc-inner:hover {
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.tp-box-tc-inner:hover .tp-box-tc-icon {
	background: #ed1c24;
}

.tp-box-tc-inner:hover .tp-box-tc-title {
	color: #ed1c24;
}

/* Cho icon sáng lên đồng thời khi hover */
.tp-box-tc-inner:hover .tp-box-tc-icon img {
	filter: brightness(0) invert(1);
}

/* Hỗ trợ focus bằng bàn phím */
.tp-box-tc-inner.is-active {
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.tp-box-tc-inner.is-active .tp-box-tc-icon {
	background: #ed1c24;
}

.tp-box-tc-inner.is-active .tp-box-tc-title,
.tp-box-tc-inner.is-active .tp-box-tc-desc {
	color: #ed1c24;
}

.tp-box-tc-inner.is-active .tp-box-tc-icon img {
	filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 1024px) {
	.tp-box-tc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* camket */
/* ===== CAM KẾT CHÍNH HÃNG ===== */


.ck .section-content{
	max-width:100%;
}

.ck .row{
	justify-content:center;
}

.ck .col{
	padding:0;
}

.ck .col-inner{
	background:linear-gradient(90deg,#f0121f 0%, #ed101d 50%, #ef1320 100%);
	border-radius:16px;
	min-height:126px;
	padding:30px 40px;
	max-width:1510px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
}

.ck .icon-box{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:48px;
	margin:0;
	width:100%;
}

.ck .icon-box-left .icon-box-img{
	width:60px !important;
	min-width:60px;
	flex:0 0 60px;
	margin:0;
}

.ck .icon-box-img .icon,
.ck .icon-box-img .icon-inner{
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.ck .icon-box-img img{
	width:60px;
	height:60px;
	object-fit:contain;
	display:block;
}

.ck .icon-box-text{
	color:#fff;
	text-align:center;
	flex:0 1 auto;
}

.ck .icon-box-text h3{
	margin:0 0 12px;
	color:#fff;
	font-size:24px;
	line-height:1.2;
	font-weight:800;
	text-transform:uppercase;
}

.ck .icon-box-text p{
	margin:0;
	color:#fff;
	font-size:16px;
	line-height:1.45;
	font-weight:600;
}

/* Ẩn style inline cũ nếu bị đè */
.ck #row-847633911 > .col > .col-inner{
	background:linear-gradient(90deg,#f0121f 0%, #ed101d 50%, #ef1320 100%) !important;
}

/* ===== TABLET ===== */
@media (max-width: 1024px){
	.ck{
		padding-top:24px;
		padding-bottom:24px;
	}

	.ck .col-inner{
		min-height:112px;
		padding:24px 28px;
		border-radius:14px;
	}

	.ck .icon-box{
		gap:28px;
	}

	.ck .icon-box-text h3{
		font-size:21px;
		margin-bottom:8px;
	}

	.ck .icon-box-text p{
		font-size:15px;
	}
}

/* ===== MOBILE ===== */
@media (max-width: 767px){
	.ck{
		padding-top:18px;
		padding-bottom:18px;
	}

	.ck .section-content{
		padding-left:15px;
		padding-right:15px;
	}

	.ck .col-inner{
		min-height:auto;
		padding:22px 18px;
		border-radius:12px;
	}

	.ck .icon-box{
		flex-direction:column;
		gap:14px;
		text-align:center;
	}

	.ck .icon-box-left .icon-box-img{
		width:52px !important;
		min-width:52px;
		flex:0 0 52px;
	}

	.ck .icon-box-img .icon,
	.ck .icon-box-img .icon-inner,
	.ck .icon-box-img img{
		width:52px;
		height:52px;
	}

	.ck .icon-box-text h3{
		font-size:18px;
		line-height:1.3;
		margin-bottom:6px;
	}

	.ck .icon-box-text p{
		font-size:14px;
		line-height:1.5;
	}
}
/* =========================
SECTION TỔNG
========================= */
.sp{
	padding: 32px 0 !important;
}

.sp .section-content{
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 24px;
}

/* =========================
HEADER
========================= */

.sp h1 span{
	color: #4b4b4b !important;
	font-weight: 800 !important;
}

.sp p{
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	color: #7b7b7b !important;
	font-weight: 500;
}

/* Ẩn nút "Xem tất cả" để giống ảnh mẫu */
.sp .button.primary.is-link{
	display: none !important;
}

/* canh phần text giống mẫu */
.sp #col-680062272 .col-inner{
	text-align: left !important;
	padding-bottom: 24px;
}

/* =========================
KHUNG SLIDER / LIST SẢN PHẨM
========================= */
.sp .row-slider{
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 24px;
	overflow: visible !important;
}

.sp .flickity-viewport{
	overflow: visible !important;
	height: auto !important;
}

.sp .flickity-slider{
	position: static !important;
	transform: none !important;
	display: flex !important;
	gap: 24px;
}

.sp .product-small.col{
	position: static !important;
	left: auto !important;
	width: calc(25% - 18px) !important;
	min-width: calc(25% - 18px) !important;
	max-width: calc(25% - 18px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Ẩn nút slider vì ảnh mẫu không thấy */
.sp .flickity-button,
.sp .flickity-page-dots{
	display: none !important;
}

/* =========================
CARD SẢN PHẨM
========================= */
.sp .product-small .col-inner{
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: none !important;
	transition: all .25s ease;
	height: 100%;
}

.sp .product-small .col-inner:hover{
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

.sp .product-small.box{
	background: transparent !important;
	box-shadow: none !important;
}


/* Ẩn icon hover */
.sp .image-tools{
	display: none !important;
}

/* =========================
BADGE "Dầu nhớt"
========================= */
.sp .badge-container{
	position: absolute !important;
	top: 8px;
	left: 10px;
	z-index: 5;
}

.sp .badge-circle{
	margin: 0 !important;
}

.sp .badge-inner.secondary.on-sale{
	background: #ef2026 !important;
	border-radius: 2px !important;
	padding: 0 !important;
	min-width: auto !important;
	min-height: auto !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: none !important;
}

.sp .badge-inner.secondary.on-sale .onsale{
	display: inline-block;
	padding: 7px 10px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}

/* đổi chữ Sale! thành Dầu nhớt */
.sp .badge-inner.secondary.on-sale .onsale{
	font-size: 0 !important;
}

.sp .badge-inner.secondary.on-sale .onsale::before{
	content: "Dầu nhớt";
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

/* =========================
TEXT BÊN DƯỚI
========================= */
.sp .box-text{
	padding: 14px 16px 20px !important;
	background: #fff;
}

.sp .title-wrapper{
	margin-bottom: 0 !important;
}

.sp .product-title,
.sp .woocommerce-loop-product__title,
.sp .name{
	margin: 0 !important;
	min-height: 30px;
	display: flex;
	align-items: flex-start;
	text-align: left;
}

.sp .product-title a,
.sp .woocommerce-loop-product__link{
	font-size: 17px !important;
	line-height: 1.35 !important;
	font-weight: 700 !important; 
	display: -webkit-box;
	color: #111;
	text-decoration: none;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 47px;
}
.sp2 .product-title a,
.sp2 .woocommerce-loop-product__link{
	font-size: 17px !important;
	line-height: 1.35 !important;
	font-weight: 700 !important; 
	display: -webkit-box;
	color: #111;
	text-decoration: none;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 47px;
}
/* =========================
BIẾN GIÁ THÀNH NÚT "LIÊN HỆ BÁO GIÁ"
========================= */
.sp .price-wrapper{
	margin-top: 14px;
}

.sp .price{
	display: block;
	width: 100%;
}

.sp .price del,
.sp .price ins,
.sp .price .woocommerce-Price-amount,
.sp .screen-reader-text{
	display: none !important;
}

.sp .price-wrapper{

	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	border: 2px solid #ff3b3b;
	border-radius: 8px;
	background: #fff;
	color: #ff3b3b;
	font-size: 15px;
	font-weight: 700;
	transition: all .2s ease;
}

.sp .product-small .col-inner:hover .price::before{
	background: #ff3b3b;
	color: #fff;
}

/* =========================
LAYOUT CỘT HEADER
========================= */
.sp #row-747172659{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.sp #col-680062272{
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.sp #col-941472355{
	display: none !important;
}

.sp #col-151274457{
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

/* =========================
RESPONSIVE
========================= */
@media (max-width: 1199px){
	.sp .product-small.col{
		width: calc(33.333% - 16px) !important;
		min-width: calc(33.333% - 16px) !important;
		max-width: calc(33.333% - 16px) !important;
	}

	.sp h1{
		font-size: 42px !important;
	}
}

@media (max-width: 767px){
	.sp{
		padding: 24px 0 !important;
	}

	.sp .section-content{
		padding: 0 16px;
	}

	.sp h1{
		font-size: 30px !important;
		line-height: 1.15 !important;
	}

	.sp p{
		font-size: 15px !important;
	}

	.sp .row-slider,
	.sp .flickity-slider{
		gap: 16px;
	}

	.sp .box-image{
		padding: 14px;
	}

	.sp .product-title a,
	.sp .woocommerce-loop-product__link{
		font-size: 15px !important;
	}

	.sp .price::before{
		height: 40px;
		font-size: 14px;
	}
}

.qt-section{
	padding:24px 12px;
	background: #f3f3f3;
	border-radius: 20px;
}

.qt-wrap{
	border-radius:10px;
	padding:24px 40px 55px;
}

.qt-head{
	text-align:center;
	margin-bottom:55px;
}

.qt-title,
.sp h2
{
	font-size: 34px;
	line-height: 1.15;
	font-weight: 800;
	position: relative;
}

.qt-desc{
	margin-top:10px;
	color:#8b8b8b;
	font-size:16px;
}

.qt-list{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:40px;
}

.qt-item{
	text-align:center;
}

.qt-top{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:26px;
	margin-bottom:24px;
}

.qt-circle{
	width:75px;
	height:75px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}

.qt-circle span{
	color:#fff;
	font-size:28px;
	font-weight:700;
}

.qt-circle img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.qt-arrow{
	color:#e10000;
	font-size:34px;
	font-weight:700;
}

.qt-item-title{
	font-size:22px;
	font-weight:700;
	color:#555;
	margin:0 0 10px;
}

.qt-item-sub{
	color:#888;
	font-size:16px;
	line-height:1.6;
}

@media(max-width:1199px){

	.qt-list{
		grid-template-columns:repeat(2,1fr);
		gap:35px 25px;
	}
}

@media(max-width:767px){

	.qt-wrap{
		padding:20px 15px 30px;
	}

	.qt-title{
		font-size:30px;
	}

	.qt-desc{
		font-size:14px;
	}

	.qt-list{
		grid-template-columns:1fr;
		gap:25px;
	}

	.qt-top{
		gap:15px;
		margin-bottom:15px;
	}

	.qt-circle{
		width:54px;
		height:54px;
	}

	.qt-arrow{
		font-size:28px;
	}

	.qt-item-title{
		font-size:18px;
	}

	.qt-item-sub{
		font-size:14px;
	}
}
/* goc ky thuat */
.gkt {

	padding: 15px 0 45px !important;
}

.gkt .section-content {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 15px;
}

.gkt p:first-child {
	color: #ef1b25;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 4px;
}

.gkt h2 {
	color: #5b5b5b;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 800;
	margin: 0 0 62px;
	position: relative;
}

.gkt h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 84px;
	height: 5px;
	background: linear-gradient(90deg, #ed1c24, #ff7a21);
	border-radius: 10px;
}

.gkt .row-slider {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.gkt .post-item {
	padding: 0 15px 20px !important;
}

.gkt .box {
	background: transparent;
}

.gkt .box-image {
	border-radius: 10px;
	overflow: hidden;
}

.gkt .image-cover {
	padding-top: 46% !important;
	border-radius: 10px;
	overflow: hidden;
}

.gkt .image-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gkt .box-text {
	padding: 13px 0 0 !important;
}

.gkt .post-title {
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 800;
}

.gkt .post-title a {
	color: #111;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 44px;
}

.gkt .from_the_blog_excerpt {
	color: #8a8a8a;
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 18px;
}

.gkt .is-divider {
	display: none;
}

.gkt .button.is-link {
	color: #ed1c24 !important;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

.gkt .button.is-link:before,
.gkt .button.is-link:after {
	display: none !important;
}

.gkt .flickity-button {
	display: none;
}

@media (max-width: 849px) {
	.gkt h2 {
		font-size: 28px;
		letter-spacing: -2px;
		margin-bottom: 45px;
	}

	.gkt .post-title {
		font-size: 18px;
	}
}
#comments .comment-respond {
	display: none;
}
.searchform .button.icon {
	background: #ff0f17;
}
/* Mobile */
@media (max-width: 767px){
	.tp-box-tc-grid{
		display:grid;
		grid-template-columns:1fr;
		gap:14px;
	}

	.tp-box-tc-item{
		width:100%;
	}

	.tp-box-tc-inner{
		display:grid;
		grid-template-columns:52px 1fr;
		column-gap:14px;
		align-items:center;
		padding:18px 20px;
	}

	.tp-box-tc-icon{
		grid-row:1 / span 2;
		width:42px;
		height:42px;
		border-radius:50%;
		background:#fff;
		display:flex;
		align-items:center;
		justify-content:center;
	}

	.tp-box-tc-icon img{
		width:24px;
		height:24px;
		object-fit:contain;
		display:block;
	}

	.tp-box-tc-title{
		margin:0 0 7px;
		font-size:17px;
		line-height:1.3;
		font-weight:800;
		color:#4a4a4a;
		text-align: left;
	}

	.tp-box-tc-desc{
		margin:0;
		font-size:14px;
		line-height:1.65;
		font-weight:600;
		color:#9a9a9a;
		text-align: left;
	}
}
}
/* trang sp2 */
/* SP2 - Product section */
.sp2 {
	padding: 56px 0 40px !important;
	border-top: 1px dashed #ffb3b3;
	background: #fff;
}

.sp2 .section-content {
	max-width: 1238px;
	margin: 0 auto;
	padding: 0 16px;
}

.sp2 h1 {
	font-size: 36px !important;

	font-weight: 800 !important;
	color: #4b5563 !important;
	margin: 0 0 16px !important;
}

.sp2 p {
	font-size: 16px;
	line-height: 1.8;
	color: #6b7280;
}

.sp2 .button {
	display: none !important;
}

/* Grid */
.sp2 .row.large-columns-4 {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 28px 0 0 !important;
}

.sp2 .product-small.col {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	flex-basis: auto !important;
}

.sp2 .product-small .col-inner {
	height: 100%;
}

/* Card */
.sp2 .product-small.box {
	background: #fff;
	border: 1px solid #dddfe3;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	box-shadow: none;
}

/* Badge */
.sp2 .badge-container {
	top: 39px !important;
	left: 11px !important;
}

.sp2 .badge,
.sp2 .badge-inner {
	border-radius: 2px !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.sp2 .onsale {
	display: inline-block;
	background: #ff1f25;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 10px;
	line-height: 1;
}

.sp2 .onsale {
	font-size: 0;
}

.sp2 .onsale:before {
	content: "Dầu nhớt";
	font-size: 13px;
}

/* Text */
.sp2 .box-text-products {
	padding: 17px 16px 20px !important;
	text-align: left;
}

.sp2 .product-title,
.sp2 .product-title a {
	color: #050505 !important;
	font-size: 17px !important;
	line-height: 1.35 !important;
	font-weight: 800 !important;
	margin: 0 !important;
}

.sp2 .price-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	margin-top: 24px;
	border: 2px solid #ff2a2a;
	border-radius: 7px;
	color: #ff2a2a;
	font-weight: 700;
	font-size: 15px;
}

/* Mobile */
@media (max-width: 549px) {
	.sp2 {
		padding: 24px 0 28px !important;
	}

	.sp2 .section-content {
		padding: 0 13px;
	}
	.sp2 h1 {
		font-size: 30px !important;
	}
	.sp2 .row > .col.medium-8,
	.sp2 .row > .col.medium-4 {
		margin-bottom: -20px;
	}

	.sp2 .row.large-columns-4 {
		display: grid !important;
		grid-template-columns: repeat(2, 156px);
		gap: 20px;
		overflow-x: auto;
		flex-wrap: nowrap !important;
		padding-bottom: 4px;
		margin-top: 0 !important;
	}

	.sp2 .box-image {
		height: 250px;
		padding: 40px 12px 28px;
	}

	.sp2 .box-image img {
		height: 160px !important;
	}

	.sp2 .badge-container {
		top: 41px !important;
		left: 10px !important;
	}

	.sp2 .box-text-products {
		padding: 16px 15px 19px !important;
	}

	.sp2 .product-title,
	.sp2 .product-title a {
		font-size: 16px !important;
		line-height: 1.3 !important;
	}

	.sp2 .box-text-products:after {
		height: 39px;
		margin-top: 20px;
		font-size: 14px;
	}
}
/* DV2 */
.dv2 {
	background: #fff;
	padding: 32px 0 46px !important;
}

.dv2 .section-content {
	max-width: 1225px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header title */
.dv2 .headertitle {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.dv2 .dotti {
	width: 18px;
	height: 38px;
	background: #ef1010;
	transform: skew(-15deg);
	margin-right: 8px;
}

.dv2 .dotti2 {
	height: 38px;
	line-height: 38px;
	flex: 1;
	background: linear-gradient(90deg, #ff4040, #ec0000);
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	padding-left: 28px;
	transform: skew(-15deg);
}

.dv2 .dotti2::first-line {
	transform: skew(15deg);
}

.dv2 .dotti1 {
	margin-left: 8px;
	margin-right: 0;
}

/* Grid desktop */
.dv2 .row.large-columns-4 {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 0 !important;
}

.dv2 .post-item {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	flex-basis: auto !important;
}

/* Card */
.dv2 .box-blog-post {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 14px 25px rgba(0,0,0,.09);
}

.dv2 .box-image,
.dv2 .image-cover {
	border-radius: 14px 14px 0 0;
	overflow: hidden;
}

.dv2 .image-cover {
	padding-top: 56.25% !important;
}

.dv2 .image-cover img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.dv2 .box-text {
	padding: 19px 25px 22px !important;
}

.dv2 .post-title {
	margin: 0 !important;
}

.dv2 .post-title a {
	line-height: 1.25 !important;
	font-weight: 800;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dv2 .is-divider {
	display: none !important;
}

/* Mobile */
@media (max-width: 549px) {
	.dv2 {
		padding: 22px 0 !important;
		margin-bottom: -65px;
	}

	.dv2 .headertitle .dotti2 {
		font-size: 18px;
	}

	.dv2 .row.large-columns-4 {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 26px;
	}

	.dv2 .box-blog-post {
		box-shadow: none;
		border-radius: 0;
		background: transparent;
	}

	.dv2 .box-image {
		border-radius: 13px;
	}

	.dv2 .image-cover {
		padding-top: 45% !important;
		height: 110px;
		border-radius: 13px;
	}

	.dv2 .box-text {
		padding: 14px 0 0 !important;
	}

	.dv2 .post-title a {
		color: #666 !important;
		font-size: 14px !important;
		line-height: 1.18 !important;
		-webkit-line-clamp: 2;
	}
	.qt-title, .sp h2 {
		font-size: 30px;
	}
}
/* GKT2 */
.gkt2 {
	background: #fff;
	padding: 30px 0 40px !important;
}

.gkt2 .section-content {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
}

.gkt2 p:first-child {
	color: #ff1d1d;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.gkt2 h2 {
	color: #4b5563;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 800;
	margin: 0 0 58px;
	position: relative;
}

.gkt2 h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 84px;
	height: 4px;
	background: #ff3b27;
	border-radius: 5px;
}

/* Desktop slider/card */
.gkt2 .flickity-viewport {
	height: 330px !important;
}

.gkt2 .post-item {
	padding: 0 15px !important;
}

.gkt2 .box-blog-post {
	background: transparent;
	box-shadow: none;
}

.gkt2 .box-image,
.gkt2 .image-cover {
	border-radius: 8px;
	overflow: hidden;
}

.gkt2 .image-cover {
	padding-top: 46% !important;
}

.gkt2 .image-cover img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.gkt2 .box-text {
	padding: 14px 0 0 !important;
}

.gkt2 .post-title {
	margin: 0 0 10px !important;
}

.gkt2 .post-title a {
	color: #000 !important;
	font-size: 17px !important;
	line-height: 1.25 !important;
	font-weight: 800 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gkt2 .is-divider {
	display: none !important;
}

.gkt2 .from_the_blog_excerpt {
	color: #8b8f97 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	margin: 0 0 22px !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gkt2 .button.is-link {
	color: #ff1d1d !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	padding: 0 !important;
	margin: 0 !important;
}

.gkt2 .flickity-button {
	display: none !important;
}

/* Mobile */
@media (max-width: 549px) {
	.gkt2 {
		padding: 22px 0 28px !important;
	}

	.gkt2 .section-content {
		padding: 0 20px;
	}

	.gkt2 p:first-child {
		font-size: 20px;
	}
	.gkt2 h2 {
		font-size: 30px;
		letter-spacing: -2px;
	}

	.gkt2 .row-slider,
	.gkt2 .flickity-viewport,
	.gkt2 .flickity-slider {
		height: auto !important;
		transform: none !important;
		position: relative !important;
		overflow: visible !important;
	}

	.gkt2 .post-item {
		position: relative !important;
		left: auto !important;
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 26px;
		display: block !important;
	}

	.gkt2 .post-item[aria-hidden="true"] {
		display: block !important;
	}

	.gkt2 .box-image,
	.gkt2 .image-cover {
		border-radius: 13px;
	}

	.gkt2 .image-cover {
		padding-top: 45% !important;
	}

	.gkt2 .box-text {
		padding: 14px 0 0 !important;
	}

	.gkt2 .post-title a {
		color: #666 !important;
		font-size: 19px !important;
		line-height: 1.18 !important;
		-webkit-line-clamp: 2;
	}

	.gkt2 .from_the_blog_excerpt {
		color: #888 !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
		margin: 8px 0 18px !important;
	}

	.gkt2 .button.is-link {
		font-size: 12px !important;
		color: #ff1b1b !important;
	}
}
/* Mobile: căn số 1,2,3,4 thẳng hàng dọc */
@media (max-width: 767px){

	.qt-list{
		display:flex;
		flex-direction:column;
		align-items:center;
	}

	.qt-item{
		width:100%;
		text-align:center;
		margin-bottom:34px;
	}

	.qt-top{
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		min-height:58px;
	}

	/* vòng số */
	.qt-circle{
		width:58px;
		height:58px;
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0 auto;
	}

	.qt-circle img{
		max-width:100%;
		height:auto;
		display:block;
	}

	/* mũi tên đặt bên phải nhưng không đẩy số lệch */
	.qt-arrow{
		position:absolute;
		left:50%;
		margin-left:42px;
		top:50%;
		transform:translateY(-50%);
		font-size:28px;
		color:#e60000;
		line-height:1;
	}

	/* item cuối (số 4) không có arrow vẫn nằm đúng trục */
	.qt-item:last-child .qt-top{
		justify-content:center;
	}

	.qt-item-title{
		margin-top:14px;
	}
}
.bv-moi-cung-danh-muc h2 {
	color: #ff2b2b;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 18px;
}

.bv-moi-cung-danh-muc .bv-item {
	margin-bottom: 18px;
}

.bv-moi-cung-danh-muc .bv-thumb {
	display: block;
	margin-bottom: 10px;
}

.bv-moi-cung-danh-muc .bv-thumb img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.bv-moi-cung-danh-muc .bv-title {
	color: #173b6c;
	font-size: 17px;
	line-height: 1.55;
	font-weight: 400;
	text-decoration: none;
}

.bv-moi-cung-danh-muc .bv-title:hover {
	color: #ff2b2b;
}
@media (max-width:768px){

	.sp .row{
		margin:0 -6px !important;
	}

	.sp .product-small.col{
		width:50% !important;
		max-width:50% !important;
		flex:0 0 50%;
		padding:0 6px !important;
	}

	.sp .box-image img{
		width:100%;
		height:auto;
		object-fit:contain;
	}

	.sp .box-text{
		padding:10px;
		display:flex;
		flex-direction:column;
		flex:1;
	}

	.sp .product-title{
		font-size:16px;
		line-height:1.35;
		min-height:44px;
		margin-bottom:8px;
	}

	.sp .button,
	.sp .add_to_cart_button{
		width:100%;
		margin-top:auto;
	}

}
.product-footer .woocommerce-tabs {
	display: none;
}