#vnt-container{
    padding-top: 0px;
}
#vnt-header{
	border-bottom: none;
}
#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .item .img{
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#vnt-slide-home .captionWrap{
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	pointer-events: none;
}
#vnt-slide-home .caption{
	padding: 20px 25px;
	text-align: center;
	-webkit-transition: all 0.5s linear 0.5s;
	-o-transition: all 0.5s linear 0.5s;
	transition: all 0.5s linear 0.5s;
	pointer-events: auto;
}
#vnt-slide-home .caption .t1{
	font-size: 45px;
	line-height: 65px;
	font-weight: 600;
	color:#ffffff;
	margin-bottom: 30px;
	transform: translateY(-50px);
	-webkit-transition: all 0.1s ;
	-o-transition: all 0.1s ;
	transition: all 0.1s ;
	opacity: 0;
	visibility: hidden;
}
#vnt-slide-home .slick-current .caption .t1{
	transform: initial;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .caption .view{
	text-align: center;
	transform: translateX(-50px);
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s ;
	transition: all 0.1s ;
	opacity: 0;
	visibility: hidden;
}
#vnt-slide-home .slick-current .caption .view{
	transform: initial;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .caption .view a{
	display: inline-block;
	padding: 10px 20px;
	background-color: #1b1b1b;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	line-height: 21px;
	text-transform: uppercase;
}
#vnt-slide-home .caption .view a:hover{
	background-color: #ffffff;
	color: #1b1b1b;
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .slick-arrow{
	width:20px;
	height:35px;
	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;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#vnt-slide-home .slick-prev{
	left:70px;
	background-image: url('../images/i-prev.svg');
}
#vnt-slide-home .slick-next{
	right:70px;
	background-image: url('../images/i-next.svg');
}
#vnt-slide-home .slick-arrow:hover{
	color:#0eaaec;
}
#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;
}
/*==============================================================*/
.partHome{
	padding: 25px 0 5px;
	border-bottom: solid #d5dbdb 5px;
}
.borderLine{
	border-bottom: solid #d5dbdb 5px;
	padding-bottom: 5px;	
}
.titleTopHome{
	margin-bottom: 20px;
}
.titleTopHome a {
    background: #f5f5f5;
    font-size: 25px;
    line-height: 34px;
    color: #0066c0;
    padding: 16px 25px;
    display: block;
    border: solid 1px #dddddd;
    border-radius: 5px;
    position: relative;
}
.titleTopHome a:before{
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.titleTopHome a:hover{
	background: #ffffff;
}
.slideTopHome .item img{
	width: 100%;
}
.slideTopHome{
	margin-bottom: 45px;
}
.slideTopHome .slick-arrow{
	width:35px;
	height:65px;
	background-color: rgba(0, 103, 194, 0.8);
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	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;
}
.slideTopHome .slick-prev{
	left:0px;
	background-image: url(../images/i-prev.png);
}
.slideTopHome .slick-next{
	right:0px;
	background-image: url(../images/i-next.png);
}
.slideProductTopHome .slick-list{
	margin: 0 -6px;
}
.slideProductTopHome .slick-slide{
	padding: 0 6px;
	margin-bottom: 10px;
}
/*=============================================================*/
.boxHome .titleHome{
	margin-bottom: 25px;
}
.boxHome .titleHome .title a{
	display: block;
	font-size: 25px;
	line-height: 33px;
	font-weight: 600;
}
.boxHome .titleHome .title a span{
	color:#0066c0;
}
.boxHome .titleHome .des{
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	color:#0066c0;
	margin-top: 10px;
}
.boxHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	margin: 0 -1px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.boxHome .grid .col{
	width: 20%;
	padding: 1px;
	margin-bottom: 6px;
}
.boxHome .grid.v2{
	margin-bottom: 30px;
}
.boxHome .grid.v2 .col{
	width: 16.666666%;
}
/*===========================================================*/
.linkAll{
	text-align: center;
}
.linkAll a {
    display: inline-block;
    width: 100%;
    max-width: 370px;
    font-size: 15px;
    line-height: 23px;
    border-top: solid 1px #eaeaea;
    text-align: left;
    padding: 10px 0;
    position: relative;
}
.linkAll a: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%);
}
.linkAll a:after{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 100%;
	border-top: solid 1px #0066c0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.linkAll a:hover:after{
	right: 0;
}
/*============================================================*/
.slideBanner{
	margin-bottom: 30px;
}
.slideBanner .item{
	position: relative;
}
.slideBanner .item .img a{
	display: block;
	padding-top: 75.128205%;
	position: relative;
	overflow: hidden;
}
.slideBanner .item .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0.4;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slideBanner .item:hover .img a:before{
	opacity: 0.2;
}
.slideBanner .item .img a 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;
}
.slideBanner .item:hover .img a img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.slideBanner .item .caption{
	bottom: 15px;
	left: 30px;
	right: 30px;
	position: absolute;
	z-index: 2;
}
.slideBanner .item .tend h3{
	display: block;
	padding: 20px 0;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	font-weight: normal;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slideBanner .item:hover .tend h3{
	padding-left: 15px;
}
.slideBanner .item .tend h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 3px;
	background: #ffffff;
	-webkit-transition: width 0.15s linear 0.15s, height 0.15s linear;
	-o-transition: width 0.15s linear 0.15s, height 0.15s linear;
	transition: width 0.15s linear 0.15s, height 0.15s linear;
}
.slideBanner .item:hover .tend h3:before{
	width:3px;
	height:100%;
	-webkit-transition: width 0.15s linear, height 0.15s linear 0.15s;
	-o-transition: width 0.15s linear, height 0.15s linear 0.15s;
	transition: width 0.15s linear, height 0.15s linear 0.15s;
}
.slideBanner .slick-arrow{
	width:30px;
	height:50px;
	background-color: rgba(0, 103, 194, 0.8);
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	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;
}
.slideBanner .slick-prev{
	left:0px;
	background-image: url(../images/i-prev.png);
}
.slideBanner .slick-next{
	right:0px;
	background-image: url(../images/i-next.png);
}
.slideCatHome .slick-list{
	margin: 0 -6px;
}
.slideCatHome .slick-slide{
	padding: 0 6px;
	margin-bottom: 10px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){
	#vnt-slide-home .item .img{
		height: 0;
		padding-top: 83.53%;
	}
	.titleTopHome a{
		font-size: 16px;
		line-height: 24px;
		padding: 8px 15px;
	}
	.boxHome .titleHome .title a{
		font-size: 18px;
		line-height: 26px;
	}
	.slideTopHome{
		margin-bottom: 35px;
	}
	.boxHome .grid.v2 .col{
		width: 25%;
	}

	#vnt-slide-home .captionWrap{
		bottom: 10%;
	}
	#vnt-slide-home .caption .t1{
		font-size: 25px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	#vnt-slide-home .caption .view a{
		font-size: 10px;
		line-height: 15px;
	}
}

@media all and (max-width: 768px){
	.slideTopHome .slick-arrow{
		width: 30px;
		height: 50px;
		background-size: 10px;
	}
}

@media all and (max-width: 767px){
	.slideBanner .item .caption{
		bottom: 10px;
		left: 15px;
		right: 15px;
	}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
	.slideTopHome{
		margin-bottom: 25px;
	}
	.boxHome .grid.v2 .col{
		width: 33.333333%;
	}
	.boxHome .grid.v2{
		margin-bottom: 10px;
	}
	.boxHome .grid.v2 .col:nth-last-child(4) ~ .col{
		display: none;
	}
}

@media all and (max-width: 380px){
	.titleTopHome a{
		font-size: 14px;
		line-height: 22px;
	}
	.boxHome .titleHome .title a{
		font-size: 16px;
		line-height: 24px;
	}
}