.vnt-news{
	margin-bottom: 40px;
}
.vnt-news .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.vnt-news .grid .col{
	width: 50%;
	padding: 0 15px;
}
.news{
	margin-bottom: 25px;
}
.news .img a{
	display: block;
	padding-top: 66.5%;
	position: relative;
	overflow: hidden;
}
.news .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.news:hover .img a img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.news .caption{
	padding: 20px 25px;
}
.news .date{
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 10px;
}
.news .tend a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	display: block;
	height: 48px;
	overflow: hidden;
}
.news:hover .tend a{
	text-decoration: underline;
}
.news .des{
	font-size: 11px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}
.news .link a{
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
}
.news .link a span{
	padding-right: 15px;
	position: relative;
}
.news .link a span:before{
	content: "\f0da";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*=====================================*/
.wrap-content{
	max-width: 970px;
	margin: 0 auto;
}
.the-content{
	font-family: 'Roboto Slab', serif;
	font-size:12px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 35px;
}
.the-content .dt1{
	font-family: 'TA Encorpada VN';
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
}
/*=====================================*/
.the-tools{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.the-tools .date{
	font-size: 11px;
	line-height: 19px;
	color:#666666;
	padding-left: 20px;
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px rgba(0,0,0,0.1);
}
.the-tools .date:before{
	content: "\f133";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.the-social{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.the-social .txt{
    font-size: 12px;
    line-height: 20px;
    margin-right: 15px;
}
.the-social ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.the-social ul li{
    margin-right: 5px;
}
.the-social ul li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #eeeeee;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
}
.the-social ul li a i.fa-facebook{
    color:#3b5a9b;
}
.the-social ul li a i.fa-twitter{
    color:#2b97f1;
}
.the-social ul li a i.fa-pinterest{
    color:#e52c27;
}
.the-social ul li a i,
.the-social ul li a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.the-social ul li a:hover{
    border-radius: 0;
}
/*==========================================================*/
.the-other .title{
	text-align: center;
	margin-bottom: 25px;
}
.the-other .title h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
#slideOther .slick-list{
	margin:0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .news{
	margin-bottom: 0;
}
#slideOther .slick-arrow{
	width:35px;
	height:35px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	border:none;
	position: absolute;
	top: 35%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#slideOther .slick-prev{
	left:-60px;
	background-image: url(../images/i-prev.png);
}
#slideOther .slick-next{
	right:-60px;
	background-image: url(../images/i-next.png);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
#slideOther{
	padding-bottom: 20px;
}
#slideOther .slick-arrow{
	top:initial;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#slideOther .slick-prev{
	margin-left:-30px;
	left: 50%;
}
#slideOther .slick-next{
	margin-left:30px;
	left: 50%;
}
}

@media all and (max-width: 991px){
.news .caption{
	padding: 20px 10px;
}
.vnt-news .grid{
	margin: 0 -10px;
}
.vnt-news .grid .col{
	padding: 0 10px;
}
#slideOther .slick-list{
	margin:0 -10px;
}
#slideOther .item{
	padding: 0 10px;
}
}

@media all and (max-width: 768px){
#slideOther .slick-list{
	margin:0 -5px;
}
#slideOther .item{
	padding: 0 5px;
}
}

@media all and (max-width: 767px){

}

@media all and (max-width: 640px){
.vnt-news .grid .col{
	width: 100%;
}
}

@media all and (max-width: 420px){
.the-tools{
	display: block;
}
.the-tools .date{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
	margin-bottom: 15px;
}
.the-social{
	justify-content: flex-start;
}
}

@media all and (max-width: 380px){

}