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


/* css khong gian */
.khong-gian .row {
    background-image: url(/wp-content/uploads/2025/09/banner-tranh-treo-tuong-04.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) {
	.khong-gian .row:after {
		width: 100%;
	}
	
	
}