.list-new .news-item .anima-img{border-top-left-radius: 7px;border-top-right-radius: 7px;}
.des-news .t-new{color: var(--colorD93); font-size: 19px; font-weight: 700; line-height: 23px; display: block; margin-bottom: 15px;}
.des-news .des-new {margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height: 70px; margin-bottom: 10px;}
.list-new{
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
}

.des-news { background: #F6F6F6; border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;    padding: 15px 20px 25px;}
.news-item .anima-img img { object-fit: cover;  width: 100%; height: 255px;}

.detail-news{padding-left:100px; padding-right: 100px;}
.detail-news .title {line-height: 36px;margin-bottom: 20px;}
.detail-news .date-news{margin-bottom: 20px; display: block;}
.detail-news h2,.detail-news h3,.detail-news h4,.detail-news h5,.detail-news h6{margin-bottom: 20px; font-size: 20px;}








.wp-caption-text{font-style: italic;color: #9C9C9C; margin-top: 10px; line-height: 25px;}
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 20px auto ;    text-align: center; }
.aligncenter .title_line {margin-bottom:20px;}
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff;text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }

#share-post-social {margin-top: 20px; margin-bottom: 30px; display: flex ; justify-content: end; gap: 15px; align-items: center; }
#share-post-social a { width: 32px; height: 32px; border-radius: 50%; background: #055098; position: relative; display: flex; 
	align-items: center; justify-content: center; transition: all .3s ease-in-out; }
	#share-post-social a:hover { background-color: var(--colorC21); }

#share-post-social .icon { position: relative; width: 1.3rem; height: 1.3rem; display: block; margin: 0; padding: 0; overflow: hidden; transition: var(--d-transition); }
#share-post-social .icon span { position: relative; width: 100%; height: 100%; display: block; transition: all .3s ease-in-out; }
#share-post-social .facebook span { background: url(../images/ico-facebook.svg) no-repeat 50% / 10px;filter: brightness(0) invert(1); }
#share-post-social .twitter span { background: url(../images/ico-twitter.svg) no-repeat 50% / 17px; }
#share-post-social .tiktok span { background: url(../images/ico-tiktok.svg) no-repeat 50% / 18px;filter: brightness(0) invert(1); }
#share-post-social .icon .hover { transform: translateY(100%); }
#share-post-social a:hover .normal, #share-post-social a:hover .hover { transform: translateY(-100%); }

.post-other .list-new{gap: 25px;}

.fadeinupBy:nth-child(1) {-webkit-animation-delay: 0.30s; -moz-animation-delay: 0.30s; -o-animation-delay: 0.30s; animation-delay: 0.30s;}
.fadeinupBy:nth-child(2) {-webkit-animation-delay: 0.60s; -moz-animation-delay: 0.60s; -o-animation-delay: 0.60s; animation-delay: 0.60s;}
.fadeinupBy:nth-child(3) {-webkit-animation-delay: 0.90s; -moz-animation-delay: 0.90s; -o-animation-delay: 0.90s; animation-delay: 0.90s;}
.fadeinupBy:nth-child(4) {-webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s;}







@media screen and (min-width:1200px){
	.des-news .t-new:hover{ color: var(--colorA10); }

	

}
@media screen and (min-width:1400px){
	
}
@media screen and (min-width:1440px){
	.des-news .t-new{font-size: 20px;}
	.detail-news .title {line-height: 39px;}
	#share-post-social { margin-top: 30px; margin-bottom: 40px;}
}	
@media screen and (min-width:1600px){
	.news-item .anima-img img {height: 280px;}
}	
@media screen and (min-width:1680px){
	.detail-news .title {line-height: 44px;}


}
@media screen and (min-width:1900px){
	.news-item .anima-img img {height: 350px;}
	.des-news .des-new{height: 84px;}
	.detail-news .title {line-height: 52px;}
}
@media screen and (min-width:992px) and (max-width:1199px)
{
	.news-item .anima-img img {height: 210px;}
	.detail-news { padding-left: 50px; padding-right: 50px; }
	#share-post-social { margin-top: 30px; margin-bottom: 40px;}
}

@media screen and (min-width:768px) and (max-width:979px){
	.list-new {gap: 20px; }
	.news-item .anima-img img { height: 170px; }
	.detail-news { padding-left: 50px; padding-right: 50px; }
	#share-post-social { margin-top: 30px; margin-bottom: 40px;}
	.detail-news .title { line-height: 32px;font-size: 23px; }
	.post-other .list-new { gap: 20px; }
}

@media screen and (max-width: 767px) {	
	.list-new{gap: 20px;}
	.news-item .anima-img img { height: 165px; }
	.news-item .anima-img img { height: 170px; }
	.detail-news { padding-left: 50px; padding-right: 50px; }
	#share-post-social { margin-top: 30px; margin-bottom: 40px;}
	.detail-news .title { line-height: 32px;font-size: 23px; }
	.post-other .list-new { gap: 20px; }

}


/*Mobile Đứng*/
@media screen and (max-width: 480px) and (orientation : portrait) {
	.list-new {grid-template-columns: repeat(1, 1fr); gap: 20px; }
	.news-item .anima-img img {height: 275px; }
	.des-news .t-new {font-size: 18px;}
	.des-news {padding: 15px 15px 20px; }
	.detail-news { padding-left: 15px; padding-right: 15px; }
	.detail-news .title { line-height: 29px; font-size: 21px; }
}
@media screen and (max-width:420px) {
	.detail-news .title { line-height: 29px; font-size: 19px; }
}	
@media screen and (max-width:380px) {
	.news-item .anima-img img {height: 245px; }
}

@media screen and (max-width: 365px) {
	.news-item .anima-img img {height: 230px; }
}
@media screen and (max-width: 330px) {


}
