




#header.article{
	background:#ececec;
	border:none;
}
.article .header-left .main-menu li a, .article .header-right .search-header .search-icon span, .article .header-right .language li a{
	color:#333;
}
.top-banner-article{
	background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(231, 226, 226));
	padding: 10px 0 15px;
}
.top-banner-article .breadcrumb li a{
	font-weight: 600;
	text-transform: uppercase;
}
#article .breadcrumb{background:none;}
.article-wrapper{padding-bottom:25px;}
.article-meta li{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
}
.article-meta li span{
	color: #c9aa46;
	font-weight: 600;
}
.article-pages{
	margin-top:50px;
	padding-bottom:20px;
	position:relative;
}
.article-content{
	padding:0 20px;
	position: relative;
	background: #fff;
	/* modified for mobile display */
	overflow-x: scroll;
}

.article-content table::-webkit-scrollbar {
	top: 0;
}

.article-content table{width:100%;}
.article-pages:before {
	position: absolute;
	content: '';
	width: calc(100% - 40px);
	height: 100%;
	border: 1px solid var(--border-color);
	pointer-events: none;
	left: 19px;
	top: 19px;
}
.bottom-content .tag-article{float:left;}
.bottom-content .share-this{float:right;}
.share-this a{color: var(--main-color);font-weight:400;}
.tag-article a{
	color: var(--main-color);
	font-weight:500;
}
.relate-article{margin-top:50px;}
.item-related{
	position:relative;
}
.item-related:before {
	position: absolute;
	content: '';
	width: calc(100% - 72px);
	height: 100%;
	border: 1px solid var(--border-color);
	left: 35px;
	top: 19px;
}
.item-related .relate-info{
	padding:20px 10px 0;
	text-align:center;
	position: relative;
	background: #fff;
}
.item-related .related-meta li{
	font-size: 12px;
	display: inline-block;
	text-transform:uppercase;
}
.item-related .related-meta li span{
	font-weight:400;
	color: var(--main-color);
}
.relate-info h4{
	font-size:24px;
}
.relate-article h2{
	font-size:36px;
}
.article-comment{margin-top:30px;}
.article-comment .title-bl h2{
	font-size:36px;
}
.comment h3.author strong{
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
}
.comment .date{
	text-transform: uppercase;
	font-size: 11px;
	margin: 15px 0; 
	font-family: 'Open Sans';
	color: #b7b7b7;
}
.comment .comment-content{
	font-size: 14px;
	font-family: 'Open Sans';
}
#comments{padding-right:15px;}
#binhluan .comment{padding:0 15px;}
#comment{margin-top:30px;}
#comment .title-cmt h2{
	font-size:24px;
}
.comment_form label{
	display:block;
	font-size:16px;
	color:#b1b1b1;
}
.comment_form input[type="text"]{
	width: 100%;
	height: 37px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.comment_form textarea{
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #ccc;
}
.comment_form button[type="submit"]{
	line-height: 40px;
	background: #858585;
	border: #858585;
	margin-top: 15px;
	color:#fff;
}
.article-wrapper .post-navigation{
	margin-top:30px;
}
.post-navigation span a{
	font-weight:600;
}
/*------------Media----------*/
@media screen and (min-width:1920px){
}
@media screen and (max-width: 1920px){
	.relate-article h2{
		font-size:24px;
	}
	.article-comment .title-bl h2{
		font-size:24px;
	}
	.relate-info h4{
		font-size:18px;
	}
}
@media screen and (max-width:1199px){

}
@media screen and (max-width:991px){
	.article-content-right{
		padding-left:15px;
		padding-right:15px;
	}
	.relate-article {
		padding-left: 15px;
		padding-right: 15px;
	}
	.article-comment{
		padding-left: 15px;
		padding-right: 15px;
	}
	.article-pages{
		margin-top:20px;
	}

}
@media screen and (max-width:767px){
	.article-meta li {
		font-size: 8px;
	}
	.article-pages{margin-top:20px;}
	.bottom-content .tag-article {
		width: 50%;
	}
	.bottom-content .share-this {
		width: 50%;
		text-align: right;
	}
	.item-related{margin-bottom:40px;}	
	.relate-article {
		margin-top: 30px;
	}
	.article-comment{
		margin-top:0;
	}
	.article-comment .title-bl h2 {
		font-size: 18px;
	}
	.comment h3.author{
		margin-top:0;
	}
	#comment .title-cmt h2 {
		font-size: 18px;
	}
	.sidebar-right{margin-top:15px;}
	.category-right {
		margin-top: 20px;
	}
	.category-right .nav-right {
		margin-top: 15px;
	}
}
@media screen and (max-width:767px){
.article-content img{object-fit: contain;width: 100% !important;height: auto !important;}
}
@media screen and (max-device-width: 480px) {

}