#article h1 {
	color: #1f2022;
	font-size: 28px;
	margin-top: 0px;
}
#article .info-created-at-article {
	color: #707070;
	font-size: 12px;
	margin-bottom: 12px;
}
#article .info-description-article {

}
#article .info-author-article {
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	display: none;
}
#article .info-socials-article {
	margin: 5px 0px;
}
#article .info-socials-article .box-like-socials-article {
	float:left;
	padding-right:5px;
}
#article .info-tags-article {
	font-size: 12px;
	padding: 8px 10px 5px 15px;	
	border: 1px solid #DDD;
	border-left: 2px solid #b1b1b1;
	margin-top: 10px;
}
#article .info-tags-article label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	float: left;
	padding: 5px 5px 0;
}
#article .info-tags-article ul {
	float: left;
}
#article .info-tags-article .item {
	margin: 0;
	float: left;
}
#article .info-tags-article .item a {
	padding: 5px 8px;
	margin: 0 3px 3px 0;
	float: left;
	background-color: #f1f1f1;
	font-size: 12px;
	text-transform: uppercase;
}
#article .info-title-comment {
	margin: 20px 0 0;	
	font-size: 16px;
	color: #fff;
	background: #1f2022;
	padding: 15px;
}
#article .info-title-comment i {
	padding-right: 5px;
	font-size: 18px;
}
#article .info-box-comment {
	background: #fff;
	box-shadow: 0 2px 0px #f7f7f7;
	padding: 10px;
	padding-bottom: 0;
}
#article .info-title-related-article {
	background-image: url(//theme.hstatic.net/200000778297/1001275630/14/bg-line-dot.png?v=120);
	background-position: 0 50%;
	background-repeat: repeat-x;
	overflow: hidden;
	text-transform: uppercase;
	margin: 15px 0px 5px;
}
#article .info-title-related-article span {
	background: none repeat scroll 0 0 #f8f8f8;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	color: #1f2022;
	float: left;
	list-style: none outside none;
	padding-right: 5px;
}
#article .info-related-articles {
	margin-bottom: 15px;
}
#article .info-related-articles li.item {
	line-height: 14px;
	border-bottom: 1px #ddd dashed;
}
#article .info-related-articles li.item i {
	padding-right: 5px;
	color: #008A7B;
}
#article .info-related-articles li.item a {
	color: #1f2022;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 0;
	display: inline-block;
}
#article .info-related-articles li.item a:hover {
	color: #a7d618;
}

/******************** Sidebar ***************/
.blog-sidebar {margin-bottom: 35px;}
.blog-sidebar .blog-title-sidebar {
	color: #fff;
	background: #a7d618;
	font-size: 14px;
	background-position: 0 50%;
	background-repeat: repeat-x;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 15px 25px;
	position: relative;
}
.blog-sidebar .blog-title-sidebar:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 36px;
	background-color: white;
	content: "";
}
.blog-sidebar .blog-title-sidebar span {
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}
.blog-sidebar .blog-list-articles {
	background: #fff;
}
.blog-sidebar .blog-list-articles li {
	border-bottom: 1px #efefef dotted;
	padding-bottom: 9px;
	padding: 12px 8px;
	margin: 0;
	display: flex; 
}
.blog-sidebar .blog-list-articles .blog-item-title {padding-left: 10px;display: flex; align-items: center;}
.blog-sidebar .blog-list-articles .blog-item-title h2 {color:#3e6807;line-height: 1.4;}

.blog-sidebar #menu-blog {background: #fff;}
.blog-sidebar #menu-blog li {
	border: 1px solid #f5f5f5;
	border-top: none;
}
.blog-sidebar #menu-blog li ul li {
	border: none;
}
.blog-sidebar #menu-blog li ul li:first-child {
	border-top: none;
	border-top: 1px solid #f5f5f5;
}

.blog-sidebar .nav>li>a{
	text-transform: uppercase;
	padding: 10px 8px;
	color: #1f2022;
	font-size: 12px;
}
.blog-sidebar .nav>li>a:focus,.blog-sidebar .nav>li>a:hover{
	background:none;
	color: #a7d618
}
.blog-sidebar .nav li li a{
	padding:10px 25px 5px;
	text-transform: none;
}

/*H bo sung **/
.line-hr{
	display:inline-block;
	width:100%;
	height:12px;
	background:url(//theme.hstatic.net/200000778297/1001275630/14/bg-line-dot.png?v=120)repeat-x scroll 0 center transparent;
	margin:25px 0 20px;
}
#list-articles .blog-item-image{
	display: inline-block;
	vertical-align: top;
}
#list-articles .blog-item-image a:before, .blog-sidebar .blog-item-image a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#list-articles .blog-item-image a:hover:before, .blog-sidebar .blog-item-image a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#list-articles hr{
	border-top: 1px dashed #d0d0d0;
}

.blog-list-articles li:last-child {border-bottom: none;}

















