/* css section bảo hành */
.section-baohanh {
    background-color: #0088de;
}

.baohanh-title-mobile h3 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.baohanh-title-mobile p {
    margin-bottom: 12px;
    font-size: 18px;
}

/* bh-col-left */
.bh-col-left .icon-box-img .icon {
    background: #fff;
    border-radius: 50%;
    padding: 11px;
}

.bh-col-left .icon-box-img img {
    padding-top: 0;
}

.section-baohanh .bh-col-left .icon-box-text h5 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.section-baohanh .bh-col-left .icon-box-text.last-reset {
    padding-left: 8px;
}

.section-baohanh .bh-col-left .icon-box-text p {
    color: #fff;
}
/* bh-col-right */
.col.bh-col-right {
    padding-top: 17px;
}

.bh-col-right>.col-inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 6px;
}

.bh-col-right .icon-box-text.last-reset {
    padding-left: 8px;
}

.bh-col-right p {
    font-size: 14px;
    padding-top: 10px;
    line-height: 18px;
    color: #000;
}

/* css title home */
.home-title {
    margin-bottom: 20px;
    position: relative;
}

.home-title p, .home-title h2 {
    margin-bottom: 8px;
}

.home-title h2:after {
    content: "\f061";
    font-family: fontawesome;
    font-size: 16px;
    margin-left: 10px;
    background: #74c6fa45;
    color: #090909;
    padding: 8px 9px;
    border-radius: 20px;
}

.home-title h2 {
    font-weight: 600;
}

@media (max-width: 549px) {
	
}

/* css section product */
/* .home-title {
    margin-bottom: 20px;
}

.home-title p, .home-title h2 {
    margin-bottom: 0;
}

.home-title h2 {
    font-weight: 400;
} */

.home-title-product h2:after {
    content: "\f061";
    font-family: fontawesome;
    font-size: 20px;
    padding-left: 10px;
}

/* css danh muc */
.stack-danhmuc img {
    height: 183px;
    object-fit: scale-down;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

.stack-danhmuc {
    justify-content: space-between !important;
    width: max-content;
    overflow: auto;
    max-width: 100%;
    display: flex !important;
    flex-wrap: wrap;
}

.stack-danhmuc .img.has-hover {
	display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    flex-basis: 16%;
    flex-shrink: 0;
    margin-bottom: 12px !important;
}

.bg-att {
	background-image: url(/wp-content/uploads/2024/03/Cua-hang-Ha-Noi-scaled-f135b0a3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
}

.bg-att .section-bg {
    background-attachment: fixed;
}

/* css tai sao chon */
.ts-chon .icon-box {
    border: solid 1px #E2E2E2;
    border-radius: 12px;
    padding: 12px;
}

.ts-chon .icon-box .icon-box-text {
    padding: 0 10px;
}

.ts-chon .icon-box .icon-box-text p:last-child {
    text-align: justify;
    color: #766d6d;
}

.ts-chon .icon-box .icon-box-text p strong {
    font-weight: 500;
    font-size: 20px;
}

.ts-chon .icon-box .icon-box-text p:first-child {
    margin-bottom: 10px;
}

/* css blog */
.is-divider {
    display: none !important;
}

.home_blog .col.post-item>.col-inner {
    border: 1px solid rgba(34,34,34,.15);
    border-radius: 6px;
    overflow: hidden;
	transition: .3s ease-in-out;
}

.home_blog .col.post-item>.col-inner:hover {
    box-shadow: 0 0 15px #ccccccc4;
}

.home_blog .col.post-item .box-text {
    padding: 15px;
    min-height: 140px;
    overflow: hidden;
}

.home_blog .col.post-item .from_the_blog_excerpt {
    margin-top: 15px;
}

/* css questions */
.home-questions.accordion .accordion-item {
    margin-bottom: 15px;
}

.home-questions .accordion-title {
    border-radius: 5px;
    box-shadow: 2px 2px 10px #00000014;
    border-top: 1px solid #e6e6e6;
	background-color: #fff;
    font-size: 19px;
    padding: 10px 15px;
}

.home-questions .accordion-inner {
    padding: 10px;
	color: #000;
	background-color: #fff;
}

.home-questions .accordion-title.active {
    box-shadow: 0 0;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
	background-color: #f07c63;
	color: #fff;
}

.home-questions.accordion .toggle {
    right: 0;
    left: unset;
}

.home-questions .accordion-inner p {
    margin-bottom: 0;
}

.home-questions .accordion-inner p {
    margin-bottom: 0;
    font-size: 15px;
}

@media (max-width: 768px) {
	.stack-danhmuc {
		width: unset !important
	}

	.stack-danhmuc .img.has-hover {
		flex-basis: 23.5%;
	}

	.stack-danhmuc img {
		height: 100px;
	}
}

@media (max-width: 548px) {
	/* css home category */
	.div-cate {
		margin-top: -308px !important;
	}
	
	.cate_title h1 {
		font-size: 20px;
	}

	.product-category.col {
		padding: 0 10px !important;
	}
}