	.home_video_banner{
		height:500px;
	}

	.home_story .col-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	}
	.home_story{
		background:#F7F7F7;
	}
	.home_story .box-blog-post {
		display: flex;
		flex-direction: column;
		height: 100%;
		background: #ffffff;
		border-radius: 12px;
		border: 1px solid #eef0f2;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
		overflow: hidden;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.home_story .box-blog-post:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.flickity-prev-next-button{
		background: #fff;
		opacity: 1 !important;
	}

	.flickity-prev-next-button:hover .flickity-button-icon{
		background: var(--color-chu);
		opacity: 1 !important;
	}
	.flickity-prev-next-button .flickity-button-icon{
		background: #fff;
	}
	.home_story .box-image {
		display: block;
		width: 100%;
		flex-shrink: 0;
		padding: 10px 10px 0 10px;
		background: transparent;
	}

	.home_story .image-cover {
		display: block;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
	}

	.home_story .box-text {
		text-align: left;
		padding: 20px 20px 20px 10px;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	.home_story .box-text-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
		flex-grow: 1;
	}

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

	.home_story .post-title {
		font-size: 1.15rem;
		line-height: 1.5;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.home_story .post-title a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #222;
		text-decoration: none;
		transition: color 0.2s;
	}

	.home_story .post-title a:hover {
		color: var(--color-chu);
	}

	.home_story .from_the_blog_excerpt {
		font-size: 0.9rem;
		color: #666;
		line-height: 1.6;
		margin-bottom: 5px;
		flex-grow: 1;
	}

	.home_story .button.is-link {
		background-color: transparent;
		border: none;
		color: var(--color-chu);
		font-weight: bold;
		text-align: left;
		padding: 0;
		margin: auto 0 0 0;
		display: inline-flex;
		align-items: center;
		text-transform: none;
		font-size: 0.95rem;
		box-shadow: none;
		width: fit-content;
	}

	.home_story .button.is-link::after {
		content: " ↗";
		font-size: 1.1rem;
		margin-left: 5px;
		display: inline-block;
		transition: transform 0.2s ease;
	}

	.home_story .button.is-link:hover {
		color: #333;
		background-color: transparent;
	}

	.home_story .button.is-link:hover::after {
		transform: translate(2px, -2px);
	}

	.home_story h1,
	.home_room h1 {
		font-family: "Boluga", sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		text-align: center;
		color: #111;
		margin-bottom: 40px;
		font-size: 2.4rem;
	}
	.home_customer{
		background: var(--color-main);
	}
	.home_customer .icon-box-img{
		margin-bottom:0px;
	}

	.home_customer .icon-box.featured-box {
		padding: 10px;
		border: 1px solid var(--color-chu) !important;
		border-radius: 19px;
	}
	.home_customer .flickity-button-icon{
		fill: var(--color-black) !important;
		color: var(--color-black);
	}
	.home_customer .flickity-button-icon .arrow{
		fill: var(--color-black) !important;
	}
	.home_customer .title h1{
		font-family: "Boluga", sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		text-align: center;
		color: #111;
		margin-bottom:5px !important;
		font-size: 2.4rem;
	}
	.home_customer .title p{
		font-family: "Boluga", sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		text-align: center;
		color: #111;
		font-size: 1.2rem;
	}

	/* Chuyển thẻ a của tiêu đề thành dạng block để căn chỉnh nút bên trong */
	.home_hinhanh .product-small .product-title a {
		display:flex !important;
		flex-direction:column !important;
		text-decoration: none !important; /* Xóa gạch chân nếu có */
	}

	/* Gắn nút "Chọn phòng ngay" vào bên trong thẻ a để click được */
	.home_hinhanh .product-small .product-title a::after {
		content: "Chọn phòng ngay \2197";
		display: inline-block; /* Để tạo hình dáng nút ôm sát chữ */
		padding-left: 0px !important;
		margin-top: 12px;
		padding: 6px 16px; 
		color: var(--color-chu); 
		font-weight: 600;
		font-size: 13px;
		width: max-content;
		border-radius: 30px; 
		background-color: transparent; 
		transition: all 0.3s ease;
		text-decoration: none !important; /* Đảm bảo nút không bị gạch chân */
	}

	/* Hiệu ứng khi rê chuột vào khung phòng */
	.home_hinhanh .product-small:hover .product-title a::after {
		color: var(--color-chu) !important; 
			padding: 6px 18px;
		padding-left: 14px !important;
		background-color: var(--color-main) !important; /* Nền màu hồng nhạt */
		transform: translateX(4px); /* Nhích nhẹ sang phải */
	}

	.home_hinhanh .product-small .price-wrapper {
		display: none !important;
	}
	.home_hinhanh .product-small .col-inner{
		background: white;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
		border-radius: 15px !important;
		overflow: hidden;
	}
	.home_hinhanh .product-small:hover .col-inner{
		transform: scale(1.03);
	}
	.home_hinhanh .box-text-products{
		padding:25px 15px;
	}
	.home_hinhanh .product-small .product-title a{
		font-size: 18px;
		color: var(--color-black);
		font-weight: bold;
		display: block;
	}
	.home_hinhanh .product-small .box-image{
		height:32vh;
	}
	.home_hinhanh .tabbed-content h4.uppercase {
		font-family: "Boluga", sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		text-align: center;
		color: #111;
		margin-bottom: 25px !important;
		font-size: 2.4rem;
	}

	.home_hinhanh .nav-pills {
		gap: 12px; 
		padding: 0;
		list-style: none;
		margin-bottom: 30px;
	}

	.home_hinhanh .nav-pills > li > a {
		padding: 5px 28px;
		letter-spacing: 0.5px;
		color: #555555;
		background-color: #f5f5f5; 
		border: 1px solid #e0e0e0;
		transition: all 0.3s ease;
		text-decoration: none;
	}

	.home_hinhanh .nav-pills > li:not(.active) > a:hover {
		background-color: #e8eef5;
		color: #3f5c80;
		border-color: #cbd5e1;
	}

	.home_hinhanh .nav-pills > li.active > a {
		color: #ffffff;
		background-color: #3f5c80;
		border-color: #3f5c80;
		box-shadow: 0 4px 10px rgba(63, 92, 128, 0.2);
	}