.page-news .media{
	
}

.breadcrumb{
	position: relative;
}

.category_news{
	position: absolute;
	right: 0;
	top: 0;
}

.category_news .dropdown-menu.show{
	top: 10px !important;
}



.category_news .drop-category ul{
	width: auto;
}

.category_news .drop-category ul li{
	width: 100%;
}

.media img{
	padding: 0 !important;
	margin: 0 !important;
}

.page-news .author a{
	font-size: 13px;
}

.page-news .author a i{
	color: #8a8a8a;
}

.other-news .title-include{
	color: #dd120a;
}

.media-img{
	max-width: 100%;
}

.page-right .media img{
	width: auto;
	max-width: 100%;
}

.page-right .media{
	margin-bottom: 15px;
}

.page-right .media-title{
	font-size: 18px;
	margin-bottom: 10px;
	color: #3a88a5;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.media-first{
	position: relative;
}

.media-first .media-content{
	padding-top: 15px;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
}

.media-first .media-title{
	padding: 0;
	font-size: 19px;
	line-height: 1.2;
}

.grid-news .media-title{
	font-size: 16px;
}

.media-content >p{
}

.video-content{
	background: #000;
	padding: 10px 20px;
	margin-bottom: 15px;
}

.video-content .vc-title{
	color: #fff;
	font-size: 20px;
	
}

.video-content .media-content{
	margin-top: 10px;
}

.video-content .media-title{
	color: #fff;
	font-size: 16px;
}

.video-content .owl-theme .owl-dots .owl-dot.active span, 
.video-content .owl-theme .owl-dots .owl-dot:hover span {
    background: #dd120a;
}

/*social*/
.news-social{
	/* border-top: 1px solid rgba(0,0,0,.125); */
	/* border-bottom: 1px solid rgba(0,0,0,.125); */
	padding: 5px 0;
	margin: 10px 0;
}

.socials-share a{
	padding: 4px 20px;
	color: #fff;
	line-height: 1.7;
	text-decoration: none;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	border: 1px solid transparent;
}

.socials-share span.fa {
	margin-right: 3px;
}

.socials-share a.bg-zalo {
	width: 80px !important;
	height: 33px !important;
	background: #0787ca;
	overflow: unset !important;
	padding: 4px;
	    text-align: center;
}

.bg-zalo iframe{
	display: none;
}

.bg-zalo:hover, .bg-zalo:focus {
	background: #04689c;
}

.bg-facebook {
	background: #3a5899;
}

.bg-facebook:hover, .bg-facebook:focus {
	background: #1d418d;
}

.bg-twitter {
	background: #00acee;
}

.bg-twitter:hover, .bg-twitter:focus {
	background: #0b93c7;
}

.bg-google-plus {
	background: #db4437;
}

.bg-google-plus:hover, .bg-google-plus:focus {
	background: #bb2a1d;
}

.bg-pinterest {
	background: #cb1e26;
}

.bg-pinterest:hover, .bg-pinterest:focus {
	background: #ae0e15;
}

.bg-email {
	background: #dd5348;
}

.bg-email:hover, .bg-email:focus {
	background: #ce3f34;
}

.socials-share a.bg-compare{
	background: url(../images/icon/sosanh.png) no-repeat center #1ba95f;
	background-size: 80% auto;
	color: transparent;
	border: 1px solid #1ba95f;
}
/*end social*/

@media(max-width: 990px){
	.grid-news hr{
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.page-right .grid-news .media{
		margin-bottom: 0;
	}
	
	.author{
		margin: 0;
	}
}

@media(max-width: 767px){
	.media-first{
		display: none;
	}
}


@media(min-width: 990px){
	.category_news .dropdown-menu:before{
	    content: "";
		border-width: 10px;
		border-style: solid;
		border-color: transparent;
		border-bottom-color: #dd120a;
		position: absolute;
		bottom: 100%;
		left: 75%;
	}
}






















