.latest-news-labancorp-column-style {
	display: flex;
	gap: 2.22rem;
}

.latest-news-labancorp-column-style .item {
	display: flex;
	gap: 1.11rem;
	transition: all 1s ease;
	padding-left: 0.416rem;
}

.latest-news-labancorp-column-style .item:hover {
	background-color: #FBCD9A;
	border-color: #FBCD9A;
	transition: all 1s ease;
}

.latest-news-labancorp-column-style .item img.item-thumbnail {
	border-radius: 1.11rem;
	width: 100%;
	aspect-ratio: 361 / 250;
	scale: 1.0;
	transition: all 1s ease;
}

.latest-news-labancorp-column-style .item:hover img.item-thumbnail {
	transition: all 1s ease;
	scale: 1;
}

.latest-news-labancorp-column-style .item h3 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.67rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 1s ease;
	transform: translateX(0%);
}



.latest-news-labancorp-column-style .item .sub-title {
	font-size: 1.11rem;
	line-height: 1.67rem;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 1s ease;
	transform: translateX(0%);
}

.latest-news-labancorp-column-style .item .btn-detail {
	font-size: 1.11rem;
	line-height: 1.67rem;
	font-weight: 700;
	color: #F4801D;
	padding: 0.83rem 1.67rem;
	border-radius: 6.94rem;
	border: 1px solid #F4801D;
	width: fit-content;
	transition: all 1s ease;
}

.latest-news-labancorp-column-style .item .post-item-img {
	position: relative;
	width: 21.04rem;
	min-width: 21.04rem;
}

.latest-news-labancorp-column-style .item .tag-date {
	position: absolute;
	left: -5.5px;
	bottom: 2rem;
	z-index: 1;
	transition: all 1s ease;
	width: 4.44rem;
	height: 3.611rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.latest-news-labancorp-column-style .item .tag-date .day {
	font-size: 1.67rem;
	font-weight: 700;
	line-height: 2.22rem;
	color: #F4801D;
}

.latest-news-labancorp-column-style .item .tag-date .month {
	font-size: 0.625rem;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.125rem;
}

.latest-news-labancorp-column-style .item .category {
	position: absolute;
	border-radius: 6.94rem;
	padding: 0.278rem 1.11rem;
	background-color: #00000033;
	right: 1rem;
	bottom: 2.675rem;
	color: #fff;
	font-size: 0.97rem;
	line-height: 1.39rem;
	font-weight: 400;
	z-index: 1;
}

.latest-news-labancorp-column-style .item .category.tin-bao-chi {
	background-color: #f4801d;
}

.latest-news-labancorp-column-style .item:hover .btn-detail {
	background-color: #f4801d;
	color: #ffffff;
	transition: all 1s ease;
}

.latest-news-labancorp-column-style .item .btn-detail svg {
	transform: translateX(0);
	transition: all 1s ease;
}

.latest-news-labancorp-column-style .item:hover .btn-detail svg {
	transform: translateX(50%);
	transition: all 1s ease;
}

.latest-news-labancorp-column-style .item:hover .btn-detail svg path {
	fill: #ffffff;
}

.latest-news-labancorp-column-style .swiper-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.67rem;
}

/*css mobile*/
@media only screen and (max-width: 767.9px) {
	#latest-news-home {
		gap: 2.72rem;
		padding: 10.35rem 0 5.25rem;
	}
	#latest-news-home>.e-con-inner {
		padding: 0;
		gap: 4.25rem;
	}
	#latest-news-home>.e-con-inner .title-latest-news {
		justify-content: space-between;
		padding: 0 4.25rem;
	}
	#latest-news-home>.e-con-inner .title-latest-news .title {
		width: max-content;
	}
	#latest-news-home>.e-con-inner .title-latest-news .view-more {
		width: max-content;
	}
	#latest-news-home>.e-con-inner .title-latest-news .title .elementor-heading-title {
		font-family: Manrope;
		font-weight: 700;
		font-size: 6.25rem;
		line-height: 8.35rem;
		letter-spacing: 0;
		vertical-align: middle;
		color: #0D0D0C;
	}
	#latest-news-home>.e-con-inner .title-latest-news .view-more a span {
		font-family: Manrope;
		font-weight: 700;
		font-size: 3.75rem;
		line-height: 5.25rem;
		letter-spacing: 0;
	}
	#latest-news-home>.e-con-inner .title-latest-news .view-more a span>.string {
		display: none;
	}
	#latest-news-home>.e-con-inner .title-latest-news .view-more a>span:before {
		content: 'Xem thêm';
	}
	#latest-news-home>.e-con-inner .e-con.e-child {
		margin: 0;
	}
	.latest-news-labancorp-column-style {
		gap: 0rem;
		flex-wrap: wrap;
		padding: 0;
		overflow: hidden;
		width: calc(100% - 8.5rem);
		margin: auto;
	}
	.latest-news-labancorp-column-style .item {
		padding: 4.25rem;
		width: 100%;
		border-radius: 6.25rem;
	}
	.latest-news-labancorp-column-style .item .post-item-img {
		padding-left: 1.55rem;
	}
	.latest-news-labancorp-column-style .item img.item-thumbnail {
		border-radius: 4.25rem;
		aspect-ratio: 324 / 218;
	}
	.latest-news-labancorp-column-style .item .tag-date {
		position: absolute;
		left: 0px;
		height: 13.5rem;
		width: 16.45rem;
		bottom: auto;
		top: 38rem;
		gap: 0;
	}
	.latest-news-labancorp-column-style .item .tag-date .day {
		font-family: Manrope;
		font-weight: 700;
		font-size: 6.25rem;
		line-height: 7.05rem;
		letter-spacing: 0;
		text-align: center;
		vertical-align: middle;
	}
	.latest-news-labancorp-column-style .item .tag-date .month {
		font-family: Manrope;
		font-weight: 400;
		font-size: 2.45rem;
		line-height: 100%;
		letter-spacing: 0;
		text-align: center;
		vertical-align: middle;
	}
	.latest-news-labancorp-column-style .item .category {
		background-color: #00000070;
		font-family: Manrope;
		font-weight: 400;
		font-size: 3.75rem;
		line-height: 20px;
		letter-spacing: 0;
		vertical-align: middle;
		border-bottom: 4.25rem;
		padding: 1.2rem 3.35rem;
	}
	.latest-news-labancorp-column-style .item .category.tin-bao-chi {
		background-color: #f4801d94;
	}
	.latest-news-labancorp-column-style .item h3 {
		font-family: Manrope;
		font-weight: 700;
		font-size: 4.25rem;
		line-height: 6.25rem;
		letter-spacing: 0;
		vertical-align: middle;
		margin: 0;
		padding: 2.7rem 0 1.45rem;
	}
	.latest-news-labancorp-column-style .item .sub-title {
		font-family: Manrope;
		font-weight: 400;
		font-size: 3.75rem;
		line-height: 5.25rem;
		letter-spacing: 0;
		vertical-align: middle;
		margin-bottom: 2.7rem;
	}
	.latest-news-labancorp-column-style .item .btn-detail {
		font-family: Manrope;
		font-weight: 700;
		font-size: 3.75rem;
		line-height: 5.25rem;
		letter-spacing: 0;
		vertical-align: middle;
		padding: 2.7rem 6.25rem;
	}
	.latest-news-labancorp-column-style .item .btn-detail svg {
		margin-left: 2.2rem;
	}
	.latest-news-labancorp-column-style .item:hover img.item-thumbnail {
		scale: 1;
	}
	.latest-news-labancorp-column-style .swiper-wrapper {
		gap: 0;
	}
	.latest-news-labancorp-column-style .swiper-controls {
		position: absolute;
		bottom: -2.2rem;
		width: 100%;
	}
	.latest-news-labancorp-column-style {
		padding-bottom: 6.5rem;
	}
	.latest-news-labancorp-column-style .swiper-controls .swiper-pagination-bullet {
		margin: 0 1.2rem;
		width: 3.5rem;
		height: 1.71rem;
		background-color: #F4801D33;
		opacity: 1;
		border-radius: 1.2rem;
		padding: 0;
	}
	.latest-news-labancorp-column-style .swiper-controls .swiper-pagination-bullet-active {
		background-color: #F4801D;
		width: 12.85rem;
		transition: width 0.5s ease-in-out;
	}
	.latest-news-labancorp-column-style .swiper-controls .swiper-pagination-bullets {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
#page_30.latest-news-labancorp-column-style .item h3 {
    color: #222221;
}
#page_30.latest-news-labancorp-column-style .item a {
    text-decoration: none;
}
/*phân trang*/
.latest-news-labancorp-column-style .clearfix {
    clear: both;
}
.latest-news-labancorp-column-style {
    flex-direction: column;
}
.latest-news-labancorp-column-style .pagination {
    margin-top: -2.22rem;
    display: flex;
    gap: 0.556rem;
    justify-content: center;
}
.latest-news-labancorp-column-style .pagination .page-numbers:hover, 
.latest-news-labancorp-column-style .pagination .page-numbers.current {
    color: #ffffff;
    background-color: #F4801D;
    border: 1px solid #F4801D;
    transition: all 0.3s ease;
}
.latest-news-labancorp-column-style .pagination .first-page,
.latest-news-labancorp-column-style .pagination .last-page,
.latest-news-labancorp-column-style .pagination .page-numbers {
	border: 1px solid #F1F1F1;
	border-radius: 5.37rem;
	width: 2.78rem;
	height: 2.78rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #333333;
	transition: all 0.3s ease;
}
.latest-news-labancorp-column-style .pagination .first-page:hover,
.latest-news-labancorp-column-style .pagination .last-page:hover {
	background-color: #F4801D;
	transition: all 0.3s ease;
}
.latest-news-labancorp-column-style .pagination .prev.page-numbers:hover svg path,
.latest-news-labancorp-column-style .pagination .next.page-numbers:hover svg path,
.latest-news-labancorp-column-style .pagination .first-page:hover svg path,
.latest-news-labancorp-column-style .pagination .last-page:hover svg path {
	background-color: #F4801D;
	fill: #FFFFFF;
	transition: all 0.3s ease;
}
.latest-news-labancorp-column-style .pagination .page-numbers:hover,
.latest-news-labancorp-column-style .pagination .page-numbers.current {
	color: #ffffff;
	background-color: #F4801D;
	border: 1px solid #F4801D;
	transition: all 0.3s ease;
}
@media only screen and (max-width: 767.9px) {
    .latest-news-labancorp-column-style .pagination .first-page, 
    .latest-news-labancorp-column-style .pagination .last-page, 
    .latest-news-labancorp-column-style .pagination .page-numbers {
        height: 7.8rem;
        width: 7.8rem;
        font-size: 3.75rem;
    }
    .latest-news-labancorp-column-style .pagination {
        gap: 1.7rem;
		margin-top: 5rem;
        margin-bottom: -4rem;
    }
}