/*tab-news-content
---------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
#vnt-main .tab-news {
   
    border-bottom: 1px solid #eee;
   
    position: relative;
		padding-bottom:20px;
   
}
#vnt-main .tab-news ul.button-tabs{
	margin: 0px;
	padding: 0px;
	position: absolute;
    top: 229px;
	left: 397px;
}
#vnt-main .tab-news ul.button-tabs li:hover{
	background-color: #099;
	color: #FFF;
	-webkit-transition:background 0.3s ease;
	-moz-transition:background 0.3s ease;
	-o-transition:background 0.3s ease;
	transition:background 0.3s ease;
}
#vnt-main .tab-news ul.button-tabs li{
	display: inline-block;
	color:#D58330;
	cursor: pointer;
	margin-left: 3px;
	background-color: #fff;
	padding: 0px 10px;
	border-radius: 5px;
	font-family: 'OpenSansBold';
	font-weight: normal;
	border: 1px solid #009999;
	font-size: 18px;
	-webkit-transition:background 0.3s ease;
	-moz-transition:background 0.3s ease;
	-o-transition:background 0.3s ease;
	transition:background 0.3s ease;
}
#vnt-main .tab-news ul.button-tabs li.current{
	background-color: #099;
	color: #fff;
}


#vnt-main .tab-news .tab-content-news{
	display: none;
}
#vnt-main .tab-news .tab-content-news.current{
	display: inherit;
	position: relative;
}
#vnt-main .tab-news .tab-content-news .intro-news-img{
	float: left;
	
	overflow: hidden;
	position: relative;
	
}
#vnt-main .tab-news .tab-content-news .intro-news-img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
#vnt-main .tab-news .tab-content-news .intro-news-img:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
#vnt-main .tab-news .tab-content-news .intro-news-img img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#vnt-main .tab-news .tab-content-news .intro-news-img img:hover {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
}




#vnt-main .tab-news .tab-content-news .intro-news a:hover, #vnt-main .blog-items-news .blog-out-news .blog-news-content a:hover{
	color:#d58330;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


/* Detail-news
------------------------------------------------------*/
.bottom-space {margin-top:0px!important;}

.details-article p {
	margin:20px 0px;
	color: #666;
	line-height: 20px;
	text-align: justify;
}

#vnt-main .article-relative .title-relative{
	font-size: 16px;
	font-family: 'OpenSansBold';
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
	color:#00918d;
}

#vnt-main .article-relative  ul { padding-left: 15px; }

#vnt-main .article-relative  ul li a:hover{ color: #db944c; }
#vnt-main .social-media-content .social-media{float: left;width: 371px;	padding: 5px 0px;}


/* Article
----------------------------------------------------------------------*/
#vnt-main .blog-items-news .blog-out-news{
	margin-bottom: 7px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

#vnt-main .blog-items-news .blog-out-news .blog-news-img img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#vnt-main .blog-items-news .blog-out-news .blog-news-img img:hover {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
}

#vnt-main .blog-items-news .blog-out-news .blog-news-img{
	float: left;
	
	
	overflow: hidden;
	position: relative;
    margin-right: 5px;
    margin-top: 7px;
}
#vnt-main .blog-items-news .blog-out-news .blog-news-img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
#vnt-main .blog-items-news .blog-out-news .blog-news-img:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}




/* Social media
-----------------------------------------------------------------------------------------------------------------------*/
.social-media-content {
	border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding:8px 0;
}
.social-media-content .border-social {
	background: #ededed;
}

.social-media a {
    display: inline-block;
    padding-right: 15px;
}
.options-media {
	float: let;
    padding-top: 3px;
    padding-right: 10px;
}
.options-media ul li{
	float: left;
    padding: 5px;
    margin-left: 15px;
}
.options-media ul li.feedback{
	background: url('../images/phanhoi.jpg') no-repeat left center;
	padding-left: 19px;
}
.options-media ul li.print{
	background: url('../images/print.jpg') no-repeat left center;
	padding-left: 19px;
}
.options-media ul li.tellfriend{
	background: url('../images/quaylai.jpg') no-repeat left center;
	padding-left: 19px;
}
.options-media ul li a{
	font-size: 11px;
    color: #666;
}.options-media ul li a:hover{
	color: #db944c;
}
.plugin
{
	float:left;
}
.options-media ul li {
    float: left;
    padding: 5px;
    margin-left: 0px;
}
.tools
{
	margin-top:20px;
}

@media screen and (max-width: 360px) {
	
		#vnt-main .tab-news .tab-content-news .intro-news a{
		font-size: 11px;
		color: #009999;
		font-family: 'OpenSansBold';
		font-weight: normal;
		margin-bottom: -4px;
		display: block;
	}
	#vnt-main .date-time {
    color: #999;
    font-style: italic;
		font-size:12px;
	}
	#vnt-main .tab-news .tab-content-news .intro-news .article-intro-news{
	text-align: justify;
	color: #666;
	font-size:12px;
	padding:10px 0px;	
	}
	#vnt-main .blog-items-news .blog-out-news .blog-news-content a {
		color: #009999;
		font-size: 12px;
		font-family: 'OpenSansBold';
		font-weight: normal;
		margin-bottom: -4px;
			display: block;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		
	}
	#vnt-main .blog-items-news .blog-out-news .blog-news-content .article-intro-news p{
		color: #666;
		line-height: 20px;
		text-align: justify;
	}
	.article-intro-news
	{
		font-size:12px;
		
		color:#666;
		font-weight: normal;
	}
	#vnt-main .article-relative  ul li a{ color: #999; display: block; padding:5px 0px; font-size:14px;}
	.title_group1 {
    border-bottom: 1px solid #009999;
    color: #666;
    font-family: "OpenSansBold";
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 15px 0;
	}
	.date_news
	{
		 color: #999;
    font-size: 12px;
    font-style: italic;
	}
	.intro-news-img img
	{
		width:100%;
	}
	#vnt-main .tab-news .tab-content-news .intro-news{
	float: right;
	width: 155px;
	}
}
@media screen and (max-width: 320px) {
	
		#vnt-main .tab-news .tab-content-news .intro-news a{
		font-size: 9px;
		color: #009999;
		font-family: 'OpenSansBold';
		font-weight: normal;
		margin-bottom: -4px;
		display: block;
	}
	#vnt-main .date-time {
    color: #999;
    font-style: italic;
		font-size:7px;
	}
	#vnt-main .tab-news .tab-content-news .intro-news .article-intro-news{
	text-align: justify;
	color: #666;
	font-size:10px;
	padding:10px 0px;	
	}
	
	#vnt-main .blog-items-news .blog-out-news .blog-news-content a {
		color: #009999;
		font-size: 11px;
		font-family: 'OpenSansBold';
		font-weight: normal;
		margin-bottom: -4px;
			display: block;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
			
	}
	#vnt-main .blog-items-news .blog-out-news .blog-news-content .article-intro-news p{
		color: #666;
		line-height: 20px;
		text-align: justify;
	}
	.article-intro-news
	{
		font-size:10px;
		
		color:#666;
		font-weight: normal;
	}	
		#vnt-main .article-relative  ul li a{ color: #999; display: block; padding:5px 0px; font-size:12px;}
		.title_group1 {
    border-bottom: 1px solid #009999;
    color: #666;
    font-family: "OpenSansBold";
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 15px 0;
	}
	.date_news
	{
		 color: #999;
    font-size: 12px;
    font-style: italic;
	}
	.intro-news-img img
	{
		width:100%;
	}
	#vnt-main .tab-news .tab-content-news .intro-news{
	float: right;
	width: 120px;
}
}

.blog-items-news
{
	margin-top:20px;
}
.boxDetail
{
	width:100%;
	padding-left:10px;
}
.tools .border-social
{
	padding:10px 2px;
}
.button-tabs
{
	visibility:hidden;
	height:0;
	width:0;
}


