.home-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home-title .title{
	color: #262626;
	font-family: Impact;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
}
.home-title .line{
	background: #D32F2F;
	height: 2px;
	flex: 1;
	margin: 0 40px;
}
.card-box{
	padding: 32px;
	border-radius: 40px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
/**/
.col-post-new .item_post{
	margin-bottom: 20px;
}
.col-post-new .item_post a{
	display: flex;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.16);
	padding: 8px;
}
.col-post-new .item_post a .item_post_img{
	width: 40%;
}
.col-post-new .item_post a .item_post_img img{
	aspect-ratio: 148/98;
	object-fit: cover;
}
.col-post-new .item_post a .item_post_content{
	flex: 1;
	padding-left: 12px;
}
/**/
.col-post-new .item_post:last-child,
.first-post-new .item_post{
	margin-bottom: 0;
}
.first-post-new .item_post a{
	position: relative;
	overflow: hidden;
}
.first-post-new .item_post a .item_post_content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 14px;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10.46%, #0000005e 100%);
}
.main-tintuc-moi .item_post a .item_post_img{
	margin-bottom: 0;
}
.first-post-new .item_post a .item_post_img img{
	aspect-ratio: 569/516;
	width: 100%;
}
.first-post-new .item_post a .item_post_content .d-flex{
	justify-content:  flex-start !important;
}
.first-post-new .item_post a .item_post_content .d-flex .new{
	margin-left: 20px;
}
.first-post-new .item_post a .item_post_content .d-flex .date{
	color: #fff;
}
.first-post-new .item_post a .item_post_content .title-item-post{
	font-size: 24px;
	color: #fff;
}
/**/
.col-post-new {
	overflow: hidden;
	overflow: auto;
}
.col-post-new::-webkit-scrollbar-track {
    background: #eee; /* màu nhạt */
}
.col-post-new::-webkit-scrollbar-thumb {
    background-color: #eee; /* màu nhạt hơn nữa nếu muốn */
    border-radius: 4px;
}

.first-post-new .item_post a .item_post_content .d-flex .date svg path {
	fill: #fff;
}
/**/
.child_categories {
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.child_categories li{
	margin: 0 14px;
}
.child_categories li:hover a,
.child_categories li.active a{
	color: #D32F2F;
	font-weight: 700;
}
.child_categories li a{
	color: rgba(38, 38, 38, 0.80);
	font-weight: 600;
}
.row-posts-tabs .post-tab-item:not(:first-child){
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.row-posts-tabs .post-tab-item.hiden{
	opacity: 0;
	visibility: hidden;
}
.row-posts-tabs .post-tab-item.active{
	opacity: 1 !important;
	visibility: visible !important;
}
/**/
.row-posts-tabs .swiper-pagination {
	position: unset;
	margin: 0 10px;
}
.row-posts-tabs .swiper-button {
	position: unset;
}
div.swiper-button-next,
div.swiper-button-prev,
.row-posts-tabs .swiper-button {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4l8 8-8 8' stroke='%23999999' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin: 0;
}
div.swiper-button-prev,
.row-posts-tabs .swiper-button.swiper-button-prev {
	transform: rotate(180deg);
}

div .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
}
.row-posts-tabs  .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(38, 38, 38, 0.60);
}

@media only screen and (max-width: 767px) {
	.card-box {
		padding: 15px;
		border-radius: 20px;
	}
	.home-title .title {
		font-size: 20px;
	}
	.home-title .title img{
		width: 18px;
	}
	.home-title .line {
		margin: 0 20px;
	}
/*	*/
	.first-post-new .item_post a .item_post_content {
		padding: 15px 14px;
	}
	.first-post-new .item_post a .item_post_content .title-item-post {
		font-size: 18px;
	}
	.post-new-row .item_post {
		margin-bottom: 10px !important;
	}
/*	*/
	.home-cat .home-title {
		flex-wrap: wrap;
	}
	.child_categories {
		order: 3;
	}
	div .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.row-posts-tabs .swiper-button{
		background-size: 18px 18px;
	}
}