#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .img{
	background: #000000;
}
#vnt-slide-home .img img{
	opacity: 0.7;
}
#vnt-slide-home .caption{
	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%);
	text-align: center;
	color:#ffffff;
}
#vnt-slide-home .caption .t1{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	text-transform: uppercase;
}
#vnt-slide-home .caption .t1:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width:40px;
	border-bottom:solid 3px #ffffff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#vnt-slide-home .caption .t2{
	font-size: 25px;
	line-height: 33px;
	font-weight: 300;
	-webkit-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	text-transform: uppercase;
}
#vnt-slide-home .caption .t3{
	font-size: 70px;
	line-height: 78px;
	font-weight: 300;
	margin-bottom: 25px;
	-webkit-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	text-transform: uppercase;
}
#vnt-slide-home .caption .link{
	-webkit-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
#vnt-slide-home .caption a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 9px 15px;
    border: solid 1px #ffffff;
    overflow: hidden;
    position: relative;
}
#vnt-slide-home .caption a span{
	padding-right: 15px;
	position: relative;
}
#vnt-slide-home .caption a span:before{
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#vnt-slide-home .caption a:hover{
	color:#333333;
	background: #ffffff;
	text-decoration: none;
}
#vnt-slide-home .caption a:hover:before{
	right:-3px;
}
#vnt-slide-home .item.slick-current .caption .t1,
#vnt-slide-home .item.slick-current .caption .t2,
#vnt-slide-home .item.slick-current .caption .t3,
#vnt-slide-home .item.slick-current .caption .link{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	opacity: 1;
	visibility: initial;
}
/*==============================CATEGORY=========================*/
.vnt-category:after{
	display: block;
	clear: both;
	content: "";
}
.vnt-category .col{
	float:left;
	width:25%;
	border-right:solid 2px #f2f2f2;
}
.vnt-category .col:last-child{
	border-right:none;
}
.category{
	padding: 30px;
}
.category .tend{
	margin-bottom: 10px;
}
.category .tend h3{
	font-weight: initial;
	line-height: initial;
	text-align: center;
}
.category .tend a{
	display: inline-block;
	font-family: Times New Roman;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	padding-bottom: 3px;
}
.category .tend a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.category:hover .tend a:before{
	border-bottom:solid 2px #112dbd;
}
.category:hover .tend a{
	color:#112dbd;
	text-decoration: none;
}
.category .img{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.category .img 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%);
	max-width: 90%;
	max-height: 90%;
	width:100%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.vnt-category .col{
	float:left;
	width:50%;
	border-right:none;
	border:solid 2px #f2f2f2;
	margin: -2px 0px 0px -2px;
}
.category .tend a{
	text-overflow: initial;
	white-space: initial;
	height:52px;
}
.vnt-category .col:last-child{
	border:solid 2px #f2f2f2;
}
}

@media all and (max-width: 460px){
.vnt-category .col{
	width:100%;
}
}