.homepage-benefits-icon{
	width: 50px;
	height: 50px;
}
.homepage-benefits-wrap{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 35px 0px;
}
.homepage-benefits-item{
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	padding: 15px;
	background: rgb(246 246 246 / var(--tw-bg-opacity, 1));
	border-radius: 7px;
}
.homepage-benefits-title{
	color: rgb(68 68 68 / var(--tw-text-opacity, 1));
	font-weight: 500;
	font-size: 17px;
}
.homepage-benefits-link{
	font-size: 14px;
	color: #f17f0f;
	font-weight: 500;
}
.homepage-benefits-main{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 28px;
}
.benefits-liks{
	display: flex;
	gap: 5px;
	align-items: center;
}
.benefits-liks img{
	width: 17px;
	height: 17px;
}
.banner-slider-item{
	border-radius: 9px;
}

.banner-wrap{
	display: flex;
	gap: 10px;
	margin: 16px 0px;
}
.banner-wrap img{
	width: 100%;
	height: 100%;
	border-radius: 12px;
}
.banner-big{
	width: 75%;
}
.banner-small {
  display: flex;
  width: 25%;
  flex-direction: column;
  gap: 10px;  
}

.banner-small-item {
  width: 100%;
  height: calc(50% - 5px);
  overflow: hidden; /* tránh ảnh tràn */
}

.cooking-recipes-img{
	max-height:200px ;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cooking-recipes-slider a{
	overflow: hidden ;
	border-radius: 7px;
	display: inline-block;
	box-shadow: 4px 4px 8px 0px #99999996;
	margin-bottom:10px;
}
.cooking-recipes-title{
	margin: 10px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #444;
}
.cooking-recipes-img img{
	transition: all 0.3s ease-in-out;
	object-fit: cover;
}
.cooking-recipes-img img:hover{
		transform: scale(1.2);
}

.banner-slider-wrap{
		margin-bottom: 40px;
}
.cooking-recipes-slider a:hover .cooking-recipes-title{
	color: #f17f0f;
}
.logo-slider-img img{
	max-height: 80px;
	width: auto !important;

}
.logo-slider-img{
	filter: grayscale(1);
	transition: filter 1s ease;
	min-height: 100px;
	display: flex;
	align-items: center;
}
.logo-slider-img:hover{
	filter: none;
}
.logo-slider-wapr{
	margin-bottom: 35px;
}

/* reponsive 1300px */
@media (max-width: 1300px) {
	.cooking-recipes-img {
		max-height: 160px;
	}
}

/* reponsive 1040px */
@media (max-width: 1040px) {
	.cooking-recipes-img {
		max-height: 125px;
	}
}

@media(max-width: 885px){
	.homepage-benefits-wrap{
		grid-template-columns: repeat(2, 1fr);
	}

}

@media(max-width: 450px) {
	.banner-wrap{
		flex-direction: column;
	}
	.banner-big{
		width: 100% !important;
	}
	.banner-small{
		justify-content: space-between;
		width: 100%;
		flex-direction: row;
	}
	.homepage-benefits-wrap{
				grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-width: 375px) {
	.homepage-benefits-main{
		gap: 5px;
	}
	.slider-prd-full-width{
		margin-bottom: 0px;
	}
}
