header.category_new {
}
.i-slder_cate {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	min-height: 0;
	padding-top: 0;
	width: auto;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	min-height: 50vh;
	background-color: #fff;
}
.breadcrumb_cate {
	margin-top: 100px;
	padding-block: 10px;
	border-top: 1px solid #fff;
}
.breadcrumb_cate ul li {
	padding: 0px 12px;
	white-space: nowrap;
}
.breadcrumb_cate ul li a {
	color: #fff;
}
.breadcrumb_cate ul li:after {
	background: #fff;
	display: none;
}
.breadcrumb_cate ul li.active a {
	text-decoration: underline;
}
.i-slder_cate .content_cate {
	padding-block: 100px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.i-slder_cate .content_cate h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.0666666667;
	margin: 0 auto 10px;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
}
.i-slder_cate .content_cate p {
	margin-bottom: 30px;
	margin-top: 0px;
	color: rgb(255, 255, 255);
}
.list_cate_v2 {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.list_cate_v2 .btn-light {
	background-color: #fff;
	border: none;
	color: var(--p-accent-color, #2f3132);
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 18px;
	margin-bottom: 12px;
	margin-right: 12px;
	padding: 18px 36px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: 150ms;
	transition-property: background-color, color, border;
	transition-timing-function: linear;
	vertical-align: baseline;
	border: 1px solid #fff;
}
.list_cate_v2 .btn-light:hover {
	background-color: rgba(0, 0, 0, 0);
	color: var(--p-accent-color, #fff);
	position: relative;
	text-decoration: none;
}
.slder_cate.noBackground {
	position: relative;
}
.noBackground::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.342);
	height: 100%;
	display: block;
	z-index: 1;
}
.noBackground .container {
	position: relative;
	z-index: 20;
}
.dmtin_v1{
	padding-top: 40px;
}
.blog-loop {
}
.blog-loop .images {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.blog-loop .images .i-content {
	height: 100%;
	justify-content: center;
	opacity: 1;

	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	padding: 10px;
	align-items: flex-end;	justify-content: flex-end;
	padding-bottom: 20px;
}
.blog-loop .images .i-content .box{
	height: max-content;
	text-align: center;
}
.blog-loop .images .i-content  a {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.0833333333;
	margin: 0 auto 10px;
	margin-bottom: 27px;
	color: #fff;display: inline-block;
}
.blog-loop .images .i-content p{
	color: #fff;
	font-size: 13px;

	overflow: hidden; /* Ẩn phần văn bản vượt quá kích thước */
	display: -webkit-box; /* Sử dụng vendor prefix cho các trình duyệt cũ */
	-webkit-line-clamp: 3; /* Số dòng tối đa muốn hiển thị */
	-webkit-box-orient: vertical; /* Sắp xếp nội dung theo chiều dọc */
}
.catev2{margin-bottom: 30px;

}
.box_content_v2{
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}
.box_content_v2 a{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.0666666667;
	margin: 0 auto 10px;
	text-transform: uppercase;
	color: #000;
	display: block;
}
.box_content_v2 p{	margin-bottom: 30px;
	margin-top: 0px;
	color: #2f3132;}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1025px) {
	.i-slder_cate .content_cate h2 {
		font-size: 56px;
		letter-spacing: -1px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.box_content_v2 a{font-size: 40px;
		letter-spacing: -1px;
		line-height: 1;
		margin-bottom: 20px;}
	.i-slder_cate .content_cate p {
	}
	.blog-loop .images {
		padding-top: 177.7777777778%;
		position: relative;
	}
	.blog-loop .images .i-content {
		height: 100%;
		left: 50%;
		position: absolute !important;
		top: 0;
		transform: translateX(-50%);
		width: 100%;
	
	}
	.blog-loop .images .i-content  a {
		font-size: 20px;
		line-height: 1.0666666667;
		margin-bottom: 20px;
	}
}
