.home-title h2 {
    text-align: center;
    margin-bottom: 20px;
	font-size: 22px;
}

/* css danh muc */
.product-category.col {
    padding: 0 6px 12px !important;
}

.product-category.col .col-inner {
    background-color: #fff;
}

.home-cate .box-image {
    padding: 6px;
}

.home-cate .box-text {
    padding: 8px 0 !important;
}

.home-cate h5.header-title {
    font-size: 11.5px;
    color: #3c3c3c;
}

.home-cate .box.box-category {
    border-radius: 8px;
}

.home-cate p.count {
    color: #828282;
    padding-top: 5px;
    font-size: 12px;
    text-transform: lowercase;
}


/* css khong gian */
.khong-gian .row {
    background-image: url(https://sofa.webmau16.com/wp-content/uploads/2024/09/room_planner_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.khong-gian .row {
    position: relative;
    transition: background-color 500ms ease;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
}

.khong-gian .row:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 66%;
    background-image: -webkit-linear-gradient(86.88deg, #fdfdfd 44.45%, rgba(227, 243, 255, 0) 101.23%);
    background-image: -ms-linear-gradient(86.88deg, #fdfdfd 44.45%, rgba(227, 243, 255, 0) 101.23%);
    background-image: linear-gradient(86.88deg, #fdfdfd 44.45%, rgba(227, 243, 255, 0) 101.23%);
    display: block;
}

.khong-gian .row .col-inner {
    z-index: 9;
}

.khong-gian h3 strong {
    font-size: 30px;
    color: var(--iconColor);
}

@media (min-width: 850px) {
	
}

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

@media (max-width: 768px) {
	
	/* 	css banner slider */
	.col.grid-col.small-4.large-4.grid-col-1-2 {
		padding-left: 0;
	}

	.col.grid-col.gridPadding {
		padding-bottom: 10px;
	}
	.khong-gian .row:after {
		width: 100%;
	}
	
	.home-cate {
		flex-direction: column !important;
		overflow-x: auto;
		overflow-y: hidden;
		height: 360px;
	}

	.product-category.col {
		flex-basis: 29.333333% !important;
		max-width: 29.333333% !important;
	}
	
	
}