.section-bycate {
	padding: 25px 0;
}

.post-column {
    gap: 20px 0;
}

.article-item {
	background: #f2f4f8;
	position: relative;
}

.article-item:hover::after {
	width: 100%;
}

.article-item:hover .article-item__img img {
	transform: scale(1.09);
}

.article-item::after {
	width: 0;
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	transition: all ease .3S;
	content: "";
	background: var(--color-main2)
}

.article-item__img {
	position: relative;
	overflow: hidden;
	line-height: 1;
}

.article-item__img>a::after {
	content: "";
	padding-top: calc((283 / 442) * 100%);
	display: block;
}

.article-item__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	transition: all .6s ease-in-out;
}

.article-item__ct {
	padding: 15px 15px 10px;
}

.article-item__ttl {
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.article-item__ttl a:hover {
	color: var(--color-4);
}

.article-item__desc {
	font-size: 15px;
	line-height: 1.4;
	color: #444;
	margin-bottom: 15px;
}

.article-item__limit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.article-item__meta {
	color: #444;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.article-item__meta svg {
	width: 13px;
}

.article-item__meta svg g {
	fill: currentColor
}

.fix-feteur-right {
    position: sticky;
    top: 100px;
}

.box-news-right-post-details {
    border: none;
    border-radius: 10px !important;
    padding-left: 10px;
}

.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 18px;
    color: var(--color-4);
    font-weight: 500;
    text-transform: uppercase;
}

.widget-title::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 90px;
    height: 2px;
    background-color: var(--color-4);
    content: '';
}

.box-news-right-post-details .entry {
    display: flex;
    margin-bottom: 16px;
}

.box-news-right-post-details .entry .entry-thumb img {
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.box-news-right-post-details .entry .entry-content {
    flex: 1;
    font-size: 15px;
    line-height: 1.4;
}

.box-news-right-post-details .entry .entry-content a {
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box-news-right-post-details .entry .entry-thumb {
    padding-right: 0px;
    width: 80px;
    margin-right: 11px;
}

.box-news-right-post-details .entry .entry-content h4 a {
    font-size: 14px;
}

.box-news-right-post-details .entry .entry-content a:hover {
  color: var(--color-4);
}

@media (max-width: 992px) {
  .box-news-right-post-details {
    padding-left: 0px;
    margin-top: 15px;
  }
}