#vnt-slide-home.lazyloading{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#vnt-slide-home.lazyloading.show{
	opacity: 1;
	visibility: initial;
}
/*==========================================================================================*/
div#vnt-tour .tour.lazyloading{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
div#vnt-tour .tour.lazyloading.show{
	opacity: 1;
	visibility: initial;
}
div#vnt-tour .tour.lazyloading:nth-child(odd) .img{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(-50%) rotate(-65deg);
	-ms-transform: translateX(-50%) rotate(-65deg);
	-o-transform: translateX(-50%) rotate(-65deg);
	transform: translateX(-50%) rotate(-65deg);
}
div#vnt-tour .tour.lazyloading.show:nth-child(odd) .img{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translatex(0%) rotate(0deg);
	-ms-transform: translatex(0%) rotate(0deg);
	-o-transform: translatex(0%) rotate(0deg);
	transform: translatex(0%) rotate(0deg);
}
div#vnt-tour .tour.lazyloading:nth-child(even) .img{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(50%) rotate(65deg);
	-ms-transform: translateX(50%) rotate(65deg);
	-o-transform: translateX(50%) rotate(65deg);
	transform: translateX(50%) rotate(65deg);
}
div#vnt-tour .tour.lazyloading.show:nth-child(even) .img{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translatex(0%) rotate(0deg);
	-ms-transform: translatex(0%) rotate(0deg);
	-o-transform: translatex(0%) rotate(0deg);
	transform: translatex(0%) rotate(0deg);
}
div#vnt-tour .tour.lazyloading .tend{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
div#vnt-tour .tour.lazyloading.show .tend{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
div#vnt-tour .tour.lazyloading .tomtat{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
div#vnt-tour .tour.lazyloading.show .tomtat{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
div#vnt-tour .tour.lazyloading .link{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
div#vnt-tour .tour.lazyloading.show .link{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
/*====================================================================================================*/
div#vnt-news.lazyloading .mid-title{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
div#vnt-news.lazyloading.show .mid-title{
	opacity: 1;
	visibility: initial;
}
div#vnt-news.lazyloading .row .col-lg-4:nth-child(1) .news{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%);
}
div#vnt-news.lazyloading.show .row .col-lg-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-lg-4:nth-child(2) .news{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%);
}
div#vnt-news.lazyloading.show .row .col-lg-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-lg-4:nth-child(3) .news{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease 0.7s;
	-o-transition: all 1s ease 0.7s;
	transition: all 1s ease 0.7s;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%);
}
div#vnt-news.lazyloading.show .row .col-lg-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 .link{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease 0.9s;
	-o-transition: all 1s ease 0.9s;
	transition: all 1s ease 0.9s;
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	-o-transform: translateX(30%);
	transform: translateX(30%);
}
div#vnt-news.lazyloading.show .link{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
/*=================================================================================================*/
div#vnt-footer.lazyloading .address{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	-o-transform: translateX(30%);
	transform: translateX(30%);
}
div#vnt-footer.lazyloading.show .address{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
div#vnt-footer.lazyloading .footer-tools{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	transform: translateX(-30%);
}
div#vnt-footer.lazyloading.show .footer-tools{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
div#vnt-footer.lazyloading .menu-foot{
	opacity: 0;
	visibility: visible;
	-webkit-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
}
div#vnt-footer.lazyloading.show .menu-foot{
	opacity: 1;
	visibility: initial;
}
div#vnt-footer.lazyloading .congthuong{
	opacity: 0;
	visibility: visible;
	-webkit-transition: all 1s ease 0.9s;
	-o-transition: all 1s ease 0.9s;
	transition: all 1s ease 0.9s;
}
div#vnt-footer.lazyloading.show .congthuong{
	opacity: 1;
	visibility: initial;
}