.share_video {
	padding: 5px 0;
	text-align: center;
	margin: 15px 0;
}

.sharing-zone li {
	float: left;
	margin: 0 6px 0 0;
}

.sharing-zone-bottom li {
	width: 24%;
	margin: 0 .3% 0 0;
	display: inline-block;
}

.sharing-zone li a {
	background: #e6e6e6;
	display: block;
	padding: 4px 12px;
	color: #fff;
	font-family: Roboto-Bold,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.sharing-zone-bottom li a {
	padding: 8px 12px;
}

.fb_share {
	background: #3c5898 !important;
}

.sharing-zone .fa {
	font-size: 15px;
	color: #fff;
	vertical-align: sub;
	margin-right: 12px;
}

.sharing-zone li a span {
	display: inline-block;
	margin-top: 2px;
	font-size: 11px;
}

.glus_share {
	background: #cd3627 !important;
}

.tweet_share {
	background: #6aadd1 !important;
}

.zalo_share {
	background: #007DC4 !important;
}

.addcomment {
	width: 90%;
	display: inline-block;
}

.comment-widget .comment-form {
	width: 100%;
	position: relative;
	padding-left: 40px;
}

.comment-widget .comment-editor {
	position: relative;
	margin-bottom: 7px;
	float: left;
	width: 100%;
}

	.comment-widget .comment-editor:before {
		content: '';
		position: absolute;
		top: 0;
		left: -40px;
	}

.comment-widget .avatar, .comment-widget .comment-form .comment-editor:before {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #eee url(images/avatar_silkhouse.gif) no-repeat 50% 50%;
	background-size: cover;
	border: 0;
	display: inline-block;
	margin-right: 10px;
}

.comment-widget .comment-editor .editor-tool {
	display: none;
	position: absolute;
	top: 1px;
	right: 2px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.comment-widget .comment-editor .comment-input {
	font-family: sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 55px;
	min-height: 55px;
	padding: 10px 15px;
	margin: 0 0;
	outline: none;
	border: 1px solid #999999;
	background-color: #FFF;
	overflow: hidden;
	resize: none !important;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
}

.comment-widget .comment-list .comments {
	width: 100%;
	margin: 0;
	-webkit-animation: fadeInImages 0.5s;
	-khtml-animation: fadeInImages 0.5s;
	-moz-animation: fadeInImages 0.5s;
	-ms-animation: fadeInImages 0.5s;
	-o-animation: fadeInImages 0.5s;
	animation: fadeInImages 0.5s;
	margin-top: 10px;
}

.comment-widget .comments:not(.replies) {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 30px;
}

.comment-widget .comment {
	width: 100%;
	padding: 18px 0 0 18px;
	padding-left: 40px;
	position: relative;
	border-bottom: 1px solid #eee;
}

	.comment-widget .comment .comment-meta {
		font-size: 14px;
		color: #141823;
		line-height: 20px;
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}

	.comment-widget .comment .avatar {
		position: absolute;
		top: 21px;
		left: 0;
	}

	.comment-widget .comment .comment-meta .author {
		color: #000;
		font-weight: bold;
		font-size: 14px;
		line-height: 19px;
		display: inline-block;
		margin-bottom: 0;
	}

		.comment-widget .comment .comment-meta .author .author-name {
			margin-right: 10px;
		}

		.comment-widget .comment .comment-meta .author .time {
			color: #666;
			font-size: 11px;
			display: inline-block;
			font-weight: normal;
			line-height: normal;
		}

	.comment-widget .comment .comment-meta .comment-content {
		width: 100%;
		font-size: 14px;
		line-height: 1.43;
		margin-bottom: 5px;
	}

.comment-actions {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 2px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.67;
	position: relative;
}

	.comment-actions a {
		color: #627aad !important;
		display: inline-block;
	}

	.comment-actions > span.separator {
		display: inline-block;
		padding: 0 10px;
		font-size: 10px;
		color: #999;
	}

.comment-widget .comment .comment-form.reply-form {
	padding-left: 0;
	margin-bottom: 10px;
}

.comment-widget .btnMore {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	display: block;
	width: 100%;
}

.comment-widget > .btnMore {
	width: 100%;
	padding: 5px 0;
	text-shadow: 1px 1px 0px #FFF;
	text-align: center;
	margin-top: 20px;
	background: #f6f7f8;
	color: #3b5998;
}