/*===========================================*/
.lazyloading .box-mid .mid_title{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.lazyloading.showlazy .box-mid .mid_title{
	opacity: 1;
	visibility: initial;
}
/*================================================*/
div#vnt-news.lazyloading .row .col-md-4:nth-child(1) .news{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
div#vnt-news.lazyloading.showlazy .row .col-md-4:nth-child(1) .news{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

div#vnt-news.lazyloading .row .col-md-4:nth-child(2) .news{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.3s;
	-o-transition: all 0.7s ease 0.3s;
	transition: all 0.7s ease 0.3s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
div#vnt-news.lazyloading.showlazy .row .col-md-4:nth-child(2) .news{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

div#vnt-news.lazyloading .row .col-md-4:nth-child(3) .news{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.5s;
	-o-transition: all 0.7s ease 0.5s;
	transition: all 0.7s ease 0.5s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
div#vnt-news.lazyloading.showlazy .row .col-md-4:nth-child(3) .news{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

div#vnt-news.lazyloading .vnt-news-button{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
div#vnt-news.lazyloading.showlazy .vnt-news-button{
	opacity: 1;
	visibility: initial;
}
/*==========================================================*/
#vnt-product.lazyloading .row .col-md-3:nth-child(1) .product{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-product.lazyloading.showlazy .row .col-md-3:nth-child(1) .product{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

#vnt-product.lazyloading .row .col-md-3:nth-child(2) .product{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.2s;
	-o-transition: all 0.7s ease 0.2s;
	transition: all 0.7s ease 0.2s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-product.lazyloading.showlazy .row .col-md-3:nth-child(2) .product{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

#vnt-product.lazyloading .row .col-md-3:nth-child(3) .product{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.4s;
	-o-transition: all 0.7s ease 0.4s;
	transition: all 0.7s ease 0.4s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-product.lazyloading.showlazy .row .col-md-3:nth-child(3) .product{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

#vnt-product.lazyloading .row .col-md-3:nth-child(4) .product{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.6s;
	-o-transition: all 0.7s ease 0.6s;
	transition: all 0.7s ease 0.6s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-product.lazyloading.showlazy .row .col-md-3:nth-child(4) .product{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

#vnt-product.lazyloading .row .col-md-3:nth-child(5) .product{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.8s;
	-o-transition: all 0.7s ease 0.8s;
	transition: all 0.7s ease 0.8s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-product.lazyloading.showlazy .row .col-md-3:nth-child(5) .product{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
#vnt-product.lazyloading .row .col-md-3:nth-child(6) .product{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 1.0s;
	-o-transition: all 0.7s ease 1.0s;
	transition: all 0.7s ease 1.0s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-product.lazyloading.showlazy .row .col-md-3:nth-child(6) .product{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

#vnt-product.lazyloading .row .col-md-3:nth-child(7) .product{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 1.2s;
	-o-transition: all 0.7s ease 1.2s;
	transition: all 0.7s ease 1.2s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-product.lazyloading.showlazy .row .col-md-3:nth-child(7) .product{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

#vnt-product.lazyloading .row .col-md-3:nth-child(8) .product{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 1.4s;
	-o-transition: all 0.7s ease 1.4s;
	transition: all 0.7s ease 1.4s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-product.lazyloading.showlazy .row .col-md-3:nth-child(8) .product{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

/*===============================================================*/
div#vnt-recive.lazyloading .col-left{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

div#vnt-recive.lazyloading.showlazy .col-left{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

div#vnt-recive.lazyloading .col-right{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}

div#vnt-recive.lazyloading.showlazy .col-right{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
/*=====================================================*/
.vnt-bot.lazyloading .row .col-md-3:nth-child(1) .box{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vnt-bot.lazyloading.showlazy .row .col-md-3:nth-child(1) .box{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.vnt-bot.lazyloading .row .col-md-3:nth-child(2) .box{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.2s;
	-o-transition: all 0.7s ease 0.2s;
	transition: all 0.7s ease 0.2s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vnt-bot.lazyloading.showlazy .row .col-md-3:nth-child(2) .box{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.vnt-bot.lazyloading .row .col-md-3:nth-child(3) .box{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.4s;
	-o-transition: all 0.7s ease 0.4s;
	transition: all 0.7s ease 0.4s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vnt-bot.lazyloading.showlazy .row .col-md-3:nth-child(3) .box{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.vnt-bot.lazyloading .row .col-md-3:nth-child(4) .box{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.6s;
	-o-transition: all 0.7s ease 0.6s;
	transition: all 0.7s ease 0.6s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vnt-bot.lazyloading.showlazy .row .col-md-3:nth-child(4) .box{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
/*=============================================*/
.vnt-map-footer.lazyloading{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.vnt-map-footer.lazyloading.showlazy{
	opacity:1;
	visibility: initial;
}
/*=================================================*/
.footer.lazyloading{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease 0.5s;
	-o-transition: all 0.7s ease 0.5s;
	transition: all 0.7s ease 0.5s;
}
.footer.lazyloading.showlazy{
	opacity:1;
	visibility: initial;
}