/* Ẩn toàn bộ slide */
.about-us-slider .item {
  display: none;
}

/* CHỈ hiện slide đầu tiên */
.about-us-slider .item:first-child {
  display: block;
}

/* Khi slick đã init → cho phép slick kiểm soát */
.about-us-slider.slick-initialized .item {
  display: block;
}

.section-about-us {
	background-color: #fff;
	padding: 0;
}

.section-about-us .inner {
	display: grid;
	grid-template-columns: 47% 50%;
	gap: 20px;
	color: #FFF;
	align-items: center;
	justify-content: space-between;
}

.section-about-us .right img {
	border-radius: 10px;
}

.section-about-us .left .noi-dung {
	font-size: 18px;
}

.section-about-us .left .noi-dung h3 {
	font-size: 26px;
	line-height: 1.5;
}

.section-about-us .button-group {
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

.section-about-us .right .wrap-img {
	padding-bottom: 66.67%;
	border-radius: 10px;
}

/* .section-about-us .button-group a {
	border-radius: 4px;
	background-color: #65442b;
	color: #FFF !important;
	font-size: 18px;
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #65442b;
}

.section-about-us .button-group a:nth-child(2) {
	background-color: #7b5734;
} */

.button-web {
	border-radius: 20px;
    padding: 5px 30px;
    color: #ED1A36;
    border: 1px solid #ED1A36;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

.button-web:hover {
	background-color: #ED1A36;
    color: #FFF;
}

.section-knowledge {
	padding: 40px 0;
}

.knowledge-slider .slick-slide {
	margin: 0 10px;
	background: #fff;
	padding: 20px 10px;
	border-radius: 5px;
}

.knowledge-slider .slick-list {
	margin: 0 -10px;
}

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

.item-knowledge img {
	display: block;
	max-width: 65px;
	margin: 0 auto 15px;
	transition: transform 0.6s ease;
}

.item-knowledge:hover img {
	transform: rotateY(180deg);
}

.item-knowledge .name {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-bottom: 0;
	font-family: var(--font-family2);
}

.featured-news-slider .slick-slide {
	margin: 10px 15px;
}

.featured-news-slider .slick-list {
	margin: 0 -15px;
}

.section-news {
	padding: 40px 0;
}

.section-news .title {
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 30px;
}

.item-post .wrap-img {
	padding-bottom: 66.5%;
	border-radius: 8px;
}

.item-post .content {
	background-color: #FFF;
	margin-top: -10px;
	padding: 20px;
	border-radius: 0 0 8px 8px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
	text-align: center;
}

/* .item-post .date svg {
	width: 20px;
	height: 20px;
}

.item-post .date {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #b8b295;
	margin-bottom: 10px;
	font-style: italic;
} */

.section-news .item-post .name {
	font-size: 22px;
	font-weight: 400;
}

.item-post .name {
	font-size: 18px;
    font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-post .des {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: 8px;
}

.section-uu-dai .wrap-img {
	padding-bottom: 60%;
	border-radius: 30px;
}

.section-uu-dai {
	padding: 40px 0;
}

.section-goi-cuoc {
	padding: 50px 0;
	background-color: #f7f7f7;
}

.tab-buttons {
	text-align: center;
	margin-bottom: 15px;
}

.tab-buttons li {
	list-style: none;
	display: inline-block;
}

.tab-wrapper li:not(:last-child) {
	margin-right: 5px;
}

.tab-wrapper li button {
	font-size: 16px;
	border: 2px solid #666666d9;
	padding: 4px 16px;
	border-radius: 30px;
	color: #666666d9;
}

.tab-wrapper li button.active {
	border: 2px solid #ED1A36;
	color: #ED1A36;
	font-weight: 600;
}

.goi-cuoc-slider .slick-slide {
	margin: 10px;
}

.goi-cuoc-slider .slick-list {
	margin: 0 -10px;
}

.item-goi-cuoc .wrap-img {
	padding-bottom: 66.75%;
	border-radius: 10px 10px 0 0;
}

.item-goi-cuoc {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.item-goi-cuoc .content {
	text-align: center;
	padding: 10px 10px 20px;
}

.item-goi-cuoc .content .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-bottom: 10px;
}

.section-tintuc {
	padding: 50px 0;
}

.item-news-home .wrap-img {
	padding-bottom: 65%;
	border-radius: 10px;
}

.item-news-home .name {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-bottom: 10px;
	font-size: 17px;
	margin-top: 10px;
}

.item-news-home .date,
.item-news-home-right .date {
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.item-news-home-right {
	display: grid;
	grid-template-columns: 35% auto;
	gap: 15px;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.item-news-home-right:not(:last-child) {
	margin-bottom: 30px;
}

.item-news-home-right .wrap-img {
	overflow: hidden;
	border-radius: 10px;
}

.item-news-home-right .wrap-img:hover img {
	transform: scale(1.05);
}

.item-news-home-right .name {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-bottom: 5px;
}

.xem-tat-ca {
	text-align: center;
	margin-top: 30px;
}

.xem-tat-ca a {
	background-color: #ED1A36;
    color: #FFF;
    padding: 8px 38px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
}

.section-tienich {
	padding: 40px 0;
	background-color: #f7f7f7;
}

.item-tien-ich {
	background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
	text-align: center;
}

.item-tien-ich .icon {
	width: 70px;
	margin: 0 auto 16px;
}

.item-tien-ich .title {
	font-weight: 700;
	font-size: 16px;
}

.item-tien-ich .des {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	height: 42px;
}

.item-tien-ich .see {
	color: #ED1A36;
	font-size: 16px;
	display: inline-flex;
	gap: 5px;
	align-items: center;
	margin-top: 10px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.featured-news-slider .slick-slide {
		margin: 10px;
	}

	.featured-news-slider .slick-list {
		margin: 0 -10px;
	}

	.item-news-home {
		margin-bottom: 20px;
	}

	.item-tien-ich {
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) { 
	.section-knowledge {
		padding: 30px 0;
	}

	.item-knowledge .name {
		font-size: 16px;
	}

	.section-news .title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.section-news {
		padding: 25px 0;
	}

	.section-uu-dai {
		padding: 20px 0 20px;
	}

	.section-uu-dai .wrap-img {
		margin-bottom: 15px;
	}

	.section-goi-cuoc {
		padding: 25px 0;
	}

	.section-tintuc {
		padding: 25px 0;
	}

	.section-tienich {
		padding: 25px 0 10px;
	}

	

}