#vnt-content{
    padding-top: 0px;
}
#vnt-slide-home .item{
	position: relative;
	overflow: hidden;
}
#vnt-slide-home .img{
	height:-webkit-calc(100vh - 170px);
	height:-moz-calc(100vh - 170px);
	height:-o-calc(100vh - 170px);
	height:calc(100vh - 170px);
	-webkit-animation: zoomImg 30s linear infinite;
	-o-animation: zoomImg 30s linear infinite;
	animation: zoomImg 30s linear infinite;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#vnt-slide-home .img:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0.25;
}
@keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
    50%{
    	-webkit-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	-o-transform: scale(1.1);
    	transform: scale(1.1);
    }
    100%{
    	
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
}
#vnt-slide-home .captionWrap{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	pointer-events: auto;
	z-index: 1;
}
#vnt-slide-home .caption{
	max-width: 570px;
}
#vnt-slide-home .caption .img_z{
	max-width: 160px;
	margin-bottom: 25px;
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}
#vnt-slide-home .caption .t1{
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}
#vnt-slide-home .caption .t1:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	border-bottom: solid 2px #19ace2;
}
#vnt-slide-home .caption .des{
	color:#ffffff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease 0.7s;
	-o-transition: all 0.5s ease 0.7s;
	transition: all 0.5s ease 0.7s;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}
#vnt-slide-home .caption .link{
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
	opacity: 0;
}
#vnt-slide-home .caption .link a{
	display: inline-block;
	width: 170px;
	text-transform: uppercase;
	font-weight: bold;
	color:#ffffff;
	letter-spacing: 1.5px;
	border:solid 2px #19ace2;
	text-align: center;
	padding: 8px 10px;
}
#vnt-slide-home .caption .link a:hover{
	background: #19ace2;
	color:#ffffff;
}
#vnt-slide-home .slick-slide.slick-current .t1,
#vnt-slide-home .slick-slide.slick-current .img_z,
#vnt-slide-home .slick-slide.slick-current .des,
#vnt-slide-home .slick-slide.slick-current .link{
	opacity: 1;
	visibility: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
#vnt-slide-home .slick-arrow{
	width:20px;
	height:30px;
	background: none;
	border:none;
	position: absolute;
	top: 50%;
	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);
}
#vnt-slide-home .slick-prev{
	left:30px;
}
#vnt-slide-home .slick-next{
	right:30px;
}
#vnt-slide-home .slick-arrow:before{
	font-family: FontAwesome;
	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%);
	font-size: 50px;
	line-height: 58px;
}
#vnt-slide-home .slick-prev:before{
	content: "\f104";
}
#vnt-slide-home .slick-next:before{
	content: "\f105";
}
#vnt-slide-home .slick-arrow:hover{
	color:#0eaaec;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	bottom: 20px;
	text-align: center;
}
#vnt-slide-home .slick-dots li{
	margin: 5px 0px;
}
#vnt-slide-home .slick-dots li button{
	width:80px;
	height:20px;
	background: transparent;
	font-size: 0;
	padding:0;
	border:none;
	position: relative;
}
#vnt-slide-home .slick-dots li button:before{
	content: "";
	width: 40px;
	right: 0;
	height: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ffffff;
	opacity: 0.3;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#vnt-slide-home .slick-dots li.slick-active button:before{
	width: 100%;
	opacity: 1;
}
/*================================*/
.vnt-slide-nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	z-index: 5;
	display: none;
}
#vnt-slide-home-nav .slick-list{
	margin: 0 -5px;
}
#vnt-slide-home-nav .slick-slide{
	padding: 0 5px;
}
#vnt-slide-home-nav .item{
	position: relative;
}
#vnt-slide-home-nav .item .img{
	height: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#vnt-slide-home-nav .item .img:before{
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
	position: absolute;
}
#vnt-slide-home-nav .slick-slide.slick-current .item .img:before{
	opacity: 1;
	background: #19ace2;
}
#vnt-slide-home-nav .item .text{
	font-size: 15px;
	line-height: 23px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 600;
	width: 75%;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	position: absolute;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}
#vnt-slide-home-nav .slick-slide.slick-current .item .text{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*==========================*/
.selectActivityHome{
	position: relative;
}
.selectActivityHome .mc-menu{
	background: #19ace2;
	color:#ffffff;
	text-transform: uppercase;
	padding: 8px 10px;
	position: relative;
}
.selectActivityHome .mc-menu:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.selectActivityHome ul{
	background: #f5f5f5;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
}
.selectActivityHome.active ul{
	display: block;
}
.selectActivityHome ul li{
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.selectActivityHome ul li a{
	display: block;
	padding: 8px 10px;
}
/*==============================================================*/
.vnt-content-home{
	padding-top: 160px;
	padding-bottom: 50px;
	background: #eaeaea;
}
.smallNewsHome{
	margin-bottom: 80px;
}
.smallNewsHome .wrapper{
	max-width: 1100px;
}
.smallNewsHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.smallNewsHome .grid .col1{
	width:-webkit-calc(100% - 200px);
	width:-moz-calc(100% - 200px);
	width:-o-calc(100% - 200px);
	width:calc(100% - 200px);
	padding: 5px 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.smallNewsHome .grid .col2{
	width: 200px;
}
.smallNewsHome .txt{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color:#999999;
	margin-right: 10px;
	white-space: nowrap;
	flex-shrink: 0;
	width: 172px;
}
.smallNewsHome .news{
	width:-webkit-calc(100% - 170px);
	width:-moz-calc(100% - 170px);
	width:-o-calc(100% - 170px);
	width:calc(100% - 170px);
}
.smallNewsHome .news a{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	
}
.smallNewsHome .news.ani{
	-webkit-animation: class_change_news 0.5s ease;
	-o-animation: class_change_news 0.5s ease;
	animation: class_change_news 0.5s ease;
}
@keyframes class_change_news{
	0%{
		opacity: 1;
	}
	20%{
		opacity: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	80%{
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100%{
		opacity: 1;
		-webkit-transform: initial;
		-ms-transform: initial;
		-o-transform: initial;
		transform: initial;
	}
}
.smallNewsHome .link a {
    display: block;
    background: #19ace2;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: right;
    padding: 15px 30px;
    position: relative;
}
.smallNewsHome .link a:before{
	content: "\f073";
	font-family: fontAwesome;
	position: absolute;
	left:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}
.smallNewsHome .link a:hover{
	background: #333333;
}
/*=======================================================*/
.aboutHome{
}
.aboutHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	flex-wrap: wrap;
	justify-content: center;
}
.aboutHome .grid .col{
	width: 33.333333%;
	padding: 0 15px;
}
.aboutHome .item{
	margin-bottom: 25px;
}
.aboutHome .item .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.aboutHome .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.aboutHome .item:hover .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.aboutHome .item .tend a{
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*=========================================================*/
.titleProduct {
    text-align: center;
    background: #19ace2;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px 10px;
}
/*==========================================================*/
.productHome{
	padding: 85px 0 80px;
}
.productHome.v2 .wrap{
	float: right;
}
.productHome.v2{
	background: #f0f0f0;
}
.productHome.v2 .title .wrap{
	float: right;
	text-align: right;
}
.productHome .title{
	margin-bottom: 50px;
}
.productHome .title .wrap{
	max-width: 560px;
}
.productHome .title h2{
	font-size: 33px;
	line-height: 41px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.productHome .title .des{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}
.productHome .title .link a{
	display: inline-block;
	width: 220px;
	background: #19ace2;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 10px;
}
.slickProduct .slick-list{
	margin-left: calc((100% - 1170px) / 2);
}
.slickProduct .slick-slide{
	margin-right: 30px;
	width: 470px;
}
.slickProduct .slick-dots{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.slickProduct .slick-dots li{
	margin-right: 10px;
}
.slickProduct .slick-dots li:last-child{
	margin-right: 0;
}
.slickProduct .slick-dots li button{
	width:15px;
	height:15px;
	background: #97999d;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
.slickProduct .slick-dots li.slick-active button{
	background: #19ace2;
}
/*=======================================================*/
.catHome{
	padding: 65px 0 75px;
	background: #97999d;
}
.catHome .title{
	text-align: center;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 25px;
	color:#ffffff;
	font-weight: bold;
}
#slideCat .slick-list{
	margin: 0 -15px;
}
#slideCat .item{
	padding: 0 15px;
}
#slideCat .item a{
	display: block;
	text-transform: uppercase;
	background: #ffffff;
	padding: 8px 5px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
/*=======================================================*/
.partnerHome{
	padding: 35px 0 40px;
	background: #ffffff;
}
#slidePartner .slick-list{
	margin: 0 -10px;
}
#slidePartner .item{
	padding: 0 10px;
}
#slidePartner .item a{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	display: block;
}
#slidePartner .item 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%);
	max-width: 95%;
	max-height: 95%;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1366px){
.vnt-slide-nav{
	padding-left: 80px;
}
}

@media all and (max-width: 1200px){
.vnt-slide-nav{
	padding-left: 80px;
}
.slickProduct{
	padding: 0 15px;
}
.slickProduct .slick-list{
	margin: 0 -10px;
}
.slickProduct .item{
	width:initial;
	padding: 0 10px;
}
.slickProduct .slick-slide{
	margin-right: 0;
}
}

@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){
#vnt-slide-home .img{
	height:initial;
	padding-top: 44.4375%;
}
#vnt-slide-home .caption .t1{
	font-size: 20px;
	line-height: 30px;
}
#vnt-slide-home .caption .des{
	font-size: 14px;
	line-height: 22px;
}
.vnt-slide-nav{
	bottom: -20px;
}
.vnt-content-home{
	padding-top: 65px;
}
.vnt-slide-nav{
	padding-left: 0;
}
.smallNewsHome .grid{
	display: block;
}
.smallNewsHome .grid .col1,
.smallNewsHome .grid .col2{
	width: 100%;
}
.smallNewsHome .grid .col1{
	display: block;
	padding: 25px 15px;
}
.smallNewsHome .news a{
	white-space: initial;
	-ms-text-overflow: initial;
	text-overflow: initial;
	height: 66px;
}
.smallNewsHome .news{
	width: 100%;
}
.smallNewsHome{
	margin-bottom: 40px;
}
.aboutHome .grid{
	margin: 0 -10px;
}
.aboutHome .grid .col{
	padding: 0 10px;
}
.titleProduct{
	font-size: 30px;
	line-height: 40px;
}
.productHome{
	padding: 45px 0 55px;
}
.productHome .title h2{
	font-size: 25px;
	line-height: 33px;
}
.productHome .title .des{
	font-size: 16px;
	line-height: 24px;
}
.smallNewsHome .link a:before{
	display: none;
}
.smallNewsHome .link a{
	text-align: center;
}
.smallNewsHome .link a span{
	padding-left: 55px;
	position: relative;
}
.smallNewsHome .link a span:before{
	content: "\f073";
	font-family: fontAwesome;
	position: absolute;
	left:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}
}

@media all and (max-width: 768px){
.aboutHome .grid{
	margin: 0 -5px;
}
.aboutHome .grid .col{
	padding: 0 5px;
}
.slickProduct .slick-list{
	margin: 0 -5px;
}
.slickProduct .item{
	padding: 0 5px;
}
.catHome{
	padding: 45px 0 55px;
}
#slideCat .slick-list{
	margin: 0 -10px;
}
#slideCat .item{
	padding: 0 10px;
}
}

@media all and (max-width: 767px){
#vnt-slide-home .caption .des,
#vnt-slide-home .caption .link{
	display: none;
}
#vnt-slide-home .caption .img_z{
	max-width: 50px;
	margin-bottom: 10px;
}
.titleProduct{
	font-size: 20px;
	line-height: 30px;
}
#slideCat .slick-list{
	margin: 0 -5px;
}
#slideCat .item{
	padding: 0 5px;
}
}

@media all and (max-width: 640px){
.aboutHome .grid{
	display: block;
}
.aboutHome .grid .col{
	width: 100%;
}
}

@media all and (max-width: 480px){

}

@media all and (max-width: 380px){

}