.category-title{
	background-image: url('../../uploads/banner/category-title.svg');
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
article.blog-post{
    white-space: pre-wrap;
    word-break: break-word;
    display: inline-table;
    padding-top: 10px;
    padding-bottom: 10px;
}
article.blog-post img{
	width: 100%;
}
article.blog-post > * {
	display: inline-table;
}

.sidebar-cat-list li{
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dedede;
}
.sidebar-cat-list li a{
	margin-left: 8px;
	color: #4A4A4A;
}
.related-post .card-body{
	padding:8px;
}
.related-post .card-body h5.excerpt-related{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    min-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    font-size: 13px !important;
}

.bi-eye::before{
	color: rgb(13,110,253);
}
.bi-clock::before{
	color: #4a4a4a;
}
.posted-date{
	color:#4a4a4a;
}
.bi-clock{padding-right: 5px}
#tns21 > .tns-item{
	margin-right: 30px;
}
.related-post-cat{
	font-size: 14px;
	color:#4a4a4a;
}
.title-post-link{
	color: #222222;
}