/**css tuy chinh rieng cho tung trang**/
.f-carousel__slide{
	max-height: 500px;
}
.f-carousel__slide img {
	object-fit:cover;
  	height:100%;
  	width:100%;
}