#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home{
	line-height:0px;
}

#vnt-slide-home .item .thumb{


}
.aboutHome .grid .img p{
	padding:0px;
}
#vnt-slide-home-mobile .item .thumb{
	position: relative;
}
#vnt-slide-home-mobile .item .thumb img{
	width:100%;
	
}
#vnt-slide-home-mobile .slick-arrow{
	width:45px;
	height:45px;
	background: #2b587f ;
	border:none;
	position: absolute;
	border-radius: 5px;
	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;
	opacity: 0.5;
}
#vnt-slide-home-mobile .slick-prev{
	left:30px;
}
#vnt-slide-home-mobile .slick-next{
	right:30px;
}
#vnt-slide-home-mobile .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: 22px;
	line-height: 30px;
}
#vnt-slide-home-mobile .slick-prev:before{
	content: "\f104";
}
#vnt-slide-home-mobile .slick-next:before{
	content: "\f105";
}
#vnt-slide-home-mobile .slick-arrow:hover{
	opacity: 1;
}
#vnt-slide-home-mobile .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
@keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
    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);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
}
@-webkit-keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
    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);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
}
@-moz-keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
    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);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
}
@-o-keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
    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);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
}

#vnt-slide-home .captionWrap{
	position: absolute;
	bottom: 130px;
	left: 0;
	right: 0;
	pointer-events: none;
}
#vnt-slide-home .caption{
	max-width: 520px;
}
#vnt-slide-home .caption .t1{
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color:#ffffff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
#vnt-slide-home .caption .t2{
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .slick-arrow{
	width:45px;
	height:45px;
	background: #2b587f ;
	border:none;
	position: absolute;
	border-radius: 5px;
	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;
	opacity: 0.5;
}
#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: 22px;
	line-height: 30px;
}
#vnt-slide-home .slick-prev:before{
	content: "❮";
}
#vnt-slide-home .slick-next:before{
	content: "❯";
}
#vnt-slide-home .slick-arrow:hover{
	opacity: 1;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-slide-home .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 2px #ffffff;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #0eaaec;
	border-color: #0eaaec;
}
.vnt-slide-home{
	position: relative;
}
a.go_bot{
	width: 75px;
	height: 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color:#ffffff;
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*=============================================================*/
.aboutHome{
	padding: 30px 0 30px;
	position: relative;
}
.aboutHome .wrapper{
	position: relative;
	z-index: 1;
}
.aboutHome:before{
	content: "";
	position: absolute;
	width: 130px;
	height: 475px;
	top:0;
	right: 0;
}
.aboutHome:after{
	content: "";
	position: absolute;
	width: 170px;
	height: 460px;
	bottom:-250px;
	left: 0;
}
.aboutHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -20px;
	flex-wrap: wrap;
}
.aboutHome .grid .col{
	width: 50%;
	padding: 0 20px;
	position: relative;
}
.aboutHome .title{
	color: #333333;
	/* text-shadow: 0px 0px 5px rgba(0,0,0,0.35); */
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}
.aboutHome .title span{
	font-size: 26px;
	line-height: 34px;
	color: #000000;
	font-style: italic;
	margin-bottom: 10px;
}
.aboutHome .title h2{
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
}
.aboutHome .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55px;
	border-bottom: solid 3px #2b587f;
}
.aboutHome .des{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
	margin-bottom: 30px;
}

.aboutHome .link a:before {
    content: '';
    position: absolute;
    transition: .3s;
    width: 100%;
    left: 0%;
    bottom: 0;
    height: 3px;
    background: #2b587f;
    height: 100%;
    left: 0;
    z-index: -1;
}
.aboutHome .link a {
     display: inline-block;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     border-radius: 5px;
     border: solid 1px #2b587f;
     padding: 9px 23px;
     -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
     transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
     position: relative;
     overflow: hidden;
}
.aboutHome .link a span{
	padding-right: 15px;
	position: relative;
}
.aboutHome .link a span:before{
	content: "❯";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.aboutHome .link{
	position:relative;
}
.aboutHome .link a:hover{
	border: solid 1px #2b587f;
}
.aboutHome .link a:hover span{
	color:#2b587f;
}
.aboutHome .link a:hover:after {
    left: -10%;
    width: 120%;
}
.aboutHome .link a:after {
    content: '';
    position: absolute;
    transition: .3s;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #ffffff;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}

/*================================================================*/
.productHome {
	padding: 35px 0 0px;
	position: relative;
}
.productHome .wrapper{
	position: relative;
	z-index: 1;
}
.productHome:before{
	content: "";
	position: absolute;
	width: 135px;
	height: 363px;
	top:50%;
	right: 0;
}
.productHome:after{
	content: "";
	position: absolute;
	width: 130px;
	height: 768px;
	bottom:-250px;
	left: 0;
}
.productHome .title{
	color: #2b587f;
	/* text-shadow: 0px 0px 5px rgba(0,0,0,0.35); */
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
.productHome .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	border-bottom: solid 3px #2b587f;
}
.productHome .title h2{
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
#slideProduct .slick-list{
	margin: 0 -50px;
}
#slideProduct .item{
	padding: 0 50px;
}
.bannerProduct{
	overflow: hidden;
	/* border-radius: 10px; */
	position: relative;
}
.bannerProduct .img{
	padding-top: 50%;
	position: relative;
	overflow: hidden;
}
.bannerProduct .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/* height: 100%; */
}
.bannerProduct:hover .img img{
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.bannerProduct .tend h3{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #2b587f;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    margin-top: 25px;
}
.bannerProduct .tend h3:after{
	content:'';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 55px;
    border-bottom: solid 3px #2b587f;

}
/*================================================================*/
.newsHome {
	padding: 35px 0 40px;
	position: relative;
}
.newsHome .wrapper{
	position: relative;
	z-index: 1;
}
.newsHome:before{
	content: "";
	position: absolute;
	width: 135px;
	height: 363px;
	top:50%;
	right: 0;
}
.newsHome:after{
	content: "";
	position: absolute;
	width: 130px;
	height: 768px;
	bottom:-250px;
	left: 0;
}
.newsHome .title{
	color: #2b587f;
	/* text-shadow: 0px 0px 5px rgba(0,0,0,0.35); */
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
.newsHome .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	border-bottom: solid 3px #ffffff;
}
.newsHome .title h2{
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
#slideNews .slick-list{
	margin: 0 -15px;
}
#slideNews .item{
	padding: 0 15px;
}
#slideNews{
	margin-bottom: 40px;
}
.news{
	overflow: hidden;
	position: relative;
}
.news .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.news .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;
}
.news:hover .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.news .tend h3{
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#ffffff;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}
.news .date{
	font-size: 12px;
	line-height: 20px;
	color:#bbbbbb;
	padding-left: 20px;
	position: relative;
}
.news .date:before{
	content: "\f017";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#2b587f ;
}



.newsHome .link a:before {
    content: '';
    position: absolute;
    transition: .3s;
    width: 100%;
    left: 0%;
    bottom: 0;
    height: 3px;
    background: #2b587f;
    height: 100%;
    left: 0;
    z-index: -1;
}
.newsHome .link a {
     display: inline-block;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     border-radius: 5px;
     border: solid 1px #2b587f;
     padding: 9px 23px;
     -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
     transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
     position: relative;
     overflow: hidden;
}
.newsHome .link a span{
	/* padding-right: 15px; */
	position: relative;
}

.newsHome .link{
	position:relative;
	display: table;
	margin: 0 auto;
}
.newsHome .link a:hover{
	border: solid 1px #2b587f;
}
.newsHome .link a:hover span{
	color:#2b587f;
}
.newsHome .link a:hover:after {
    left: -10%;
    width: 120%;
}
.newsHome .link a:after {
    content: '';
    position: absolute;
    transition: .3s;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #ffffff;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}




/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1090px){
#slideProduct .slick-list{
	margin: 0 -25px;
}
#slideProduct .item{
	padding: 0 25px;
}
}

@media all and (max-width: 991px){
	.bannerProduct .img {
		padding-top: 100%;
		position: relative;
		overflow: hidden;
	}
#vnt-background {
    position: relative;
    margin-top: -6px;
}	
.bannerProduct .tend h3 {
    font-size: 30px;
	padding-bottom: 0px;
}
#vnt-slide-home .item .thumb {
    height: initial;
}
.aboutHome .grid{
	display: block;
}
.aboutHome .grid .col{
	width: 100%;
}
.aboutHome .img{
	text-align: center;
}
.aboutHome:after{
	bottom: 0px;
	display:none;
}
.productHome .title h2,
.newsHome .title h2{
	font-size: 35px;
	line-height: 45px;
}
.productHome{
	padding: 40px 0 1px;
}
#slideProduct{
	/* margin-bottom: 50px; */
}
.bannerProduct{
	/* margin-bottom: 50px; */
}
}

@media all and (max-width: 768px){
	.bannerProduct .img {
		padding-top: 0px;
		position: relative;
		overflow: hidden;
	}
	.bannerProduct .img img{
		position:relative;
	}
	#vnt-slide-home .item .captionWrap{
		display: none;
	}
	
	#vnt-slide-home .item .img{
			height: 35vh;
	}
	 
}

@media all and (max-width: 767px){
	 
	#vnt-slide-home .item .img{
		height: 235px;
	}

	#vnt-slide-home .slick-arrow {
		width: 20px;
		height: 20px;
	}
	#vnt-slide-home .slick-arrow:before {
		font-size: 14px;
		line-height: 20px;
	}
	#vnt-slide-home .slick-next {
		right: 5px;
	}

	#vnt-slide-home .slick-prev {
		left: 5px;
	}


}

@media all and (max-width: 375px){
	 
	#vnt-slide-home .item .img{
		height: 210px;
	}

}
