.panigates {
	margin: 0 0 50px 0;
	width: 100%;
	text-align: center;
}

.panigates nav {}

.nav-appends nav ul {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.pagination {
	display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: var(--color-main3);
	border-color: var(--color-main3);
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 5px 12px 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
}

.box-post-bycate {
	padding: 30px 0;
}

.sec-post-detail {
	padding: 30px 0;
}

.tomtatnd {
	background: #f6f6f6;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.news_note {
	background: #f6f6f6;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

blockquote {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 10px 20px;
	border-left: 2px solid gray;
}

blockquote:not(:last-child) {
	margin-bottom: 10px;
}

.tomtatnd .table-content {
	display: none;
	margin-top: 10px;
}

.tomtatnd.active-scroll .table-content {
	display: block;
}

#toc-list {
	margin-left: 20px;
}

#toc-list .child a {
	color: #444;
}

#toc-list .child a:hover {
	color: var(--color-main3);
}

.tomtatnd.active-scroll .header-tomtat__icon {
	transform: rotate(180deg);
}

.header-tomtat {
	position: relative;

}

.header-tomtat__title {
	gap: 10px;

}

.header-tomtat__title-icon {
	width: 20px;
	height: 20px;
}

.header-tomtat__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 4px;
	cursor: pointer;
	transition: all .3s ease-in;
}

.section-post-relate {
	background: #f6f6f6;
	padding: 30px 0;
}

.section-post-relate .c-ttl__01 {
	font-size: 26px;
}

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

.box-news-right-post-details {
	border-radius: 10px ;
	border: solid 1px #eee;
	padding: 10px;
}

.widget-title {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 7px;
	border-bottom: 2px solid #e5e5e5;
	font-size: 20px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.widget-title::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 2px;
	background-color: #166e39;
	content: '';
}

.box-news-right-post-details .entry {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

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

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

.box-news-right-post-details .entry .entry-content {
	flex: 1;
}

.entry-content>h4 {
	margin-bottom: 0;
	font-size: 14px;
	display: block;
	margin-bottom: 0;
	padding-top: 4px;
	color: #999;
	font-size: 12px;
}

.box-news-right-post-details .entry .entry-content h4 a {
	font-size: 14px;
	color: #333;
	text-align: left;
	display: block;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-news-right-post-details .entry .entry-content h4 a:hover {
	color: #166e39;
}

.entry-content>.entry-meta {
	font-size: 13px;
	display: block;
	margin-bottom: 0;
	padding-top: 4px;
	color: #999;
	font-size: 12px;
}

.media-sitebar ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
	justify-content: center;
}

.media-sitebar ul li a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #ed1c23ff;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    fill: #fff;
}

.media-sitebar ul .facebook a {
	background: #0866ff;
}

.media-sitebar ul .zalo a {
	background: #0866ff;
}

.media-sitebar ul .instagram a {
	background: #fff;
}

.media-sitebar ul .tweet a {
	background: #009ded;
}

.media-sitebar ul .instagram a {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.media-sitebar ul .pinterest a {
	background: #e70024;
}

.media-sitebar ul .whatsapp a {
	background: #0dc144;
}

@media(min-width:990px) {
  .box_news_detail {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }
  .box_news_detail .news_detail{
      grid-column-start: 2;
  }
  .box-shared{
      grid-row-start: 1;
  }
  .box-shared .media-sitebar{
    position: sticky;
    top: 80px;
	padding-top: 10px;
  }
}

@media(max-width:990px) {
	.box-post-bycate {
		padding: 15px 0;
	}

	.section-post-relate,
	.sec-post-detail {
		padding: 15px 0;
	}

	.section-post-relate .c-ttl__01 {
		margin-bottom: 0;
	}

	.media-sitebar ul {
		flex-direction: row;
		padding-top: 20px;
	}
}

@media(max-width:780px) {
	.fix-feteur-right {
		margin-top: 20px;
	}
}
