#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .caption {
	position: absolute;
	left:0;
	right:0;
	bottom: 10%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	pointer-events: none;
	-webkit-transition: all 0.5s linear 1s;
	-o-transition: all 0.5s linear 1s;
	transition: all 0.5s linear 1s;
}
#vnt-slide-home .item.slick-current .caption{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .caption .cap {
    width: 100%;
    max-width: 550px;
    background: rgba(6, 104, 157, 0.8);
    padding: 20px 25px;
}
#vnt-slide-home .caption .t1{
	text-transform: uppercase;
	font-size: 35px;
	line-height: 45px;
	color:#ffffff;
	font-weight: 600;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s linear 0.8s;
	-o-transition: all 0.5s linear 0.8s;
	transition: all 0.5s linear 0.8s;
	margin-bottom: 10px;
}
#vnt-slide-home .caption .t2{
	font-size: 16px;
	line-height: 24px;
	color:#ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s linear 1.2s;
	-o-transition: all 0.5s linear 1.2s;
	transition: all 0.5s linear 1.2s;
}
#vnt-slide-home .item.slick-current .caption .t1,
#vnt-slide-home .item.slick-current .caption .t2{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .slick-arrow{
	width:25px;
	height:45px;
	background-color:transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	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.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#999999;
	opacity: 0.4;
}
#vnt-slide-home .slick-prev{
	left:50px;
	background-image:url(../images/main/i-prev.svg);
}
#vnt-slide-home .slick-next{
	right:50px;
	background-image:url(../images/main/i-next.svg);
}
#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: #ffffff;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #06689d;
}
/*==================================================*/
.vnt-about{
	padding: 35px 0 30px;
}
.vnt-about .title{
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.vnt-about .title:before{
	content: "";
	width: 40px;
	border-bottom: solid 4px #06689d;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}
.vnt-about .title h2{
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.vnt-about .content{
	font-size: 15px;
	line-height: 23px;
	color:#666666;
	text-align: center;
}
/*==================================================*/
.vnt-service{
	padding: 30px 0 45px;
	background: #f6f6f6;
}
.servicehome h2{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.servicehome .cont{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 25px;
}
.servicehome .link{
	text-align: center;
}
.servicehome .link a{
	display: inline-block;
	font-weight: bold;
	color:#ffffff;
	text-transform: uppercase;
	width: 230px;
	padding:11px 10px;
	background: #06689d;
	text-align: center;
}
.servicehome .link a:hover{
	background: #373435;
}
.service{
	margin-bottom: 30px;
}
.service .title{
	padding-left: 40px;
	margin-bottom: 15px;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color:#06689d;
}
.service .title:before{
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 28px;
	line-height: 36px;
	color:#666666;
	font-weight: normal;
}
.service .content{
	font-size: 15px;
	line-height: 23px;
}
.formService .title{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color:#06689d;
	margin-bottom: 10px;
}
.formService .txt{
	font-size: 15px;
	line-height: 23px;
	color:3555555;
	margin-bottom: 15px;
}
.formService input{
	width: 100%;
	border:none;
	padding-left: 5px;
	height: 35px;
}
.formService button{
	width: 96px;
	height: 45px;
	background: #06689d;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border:none;
}
.formService button:hover{
	background:#373435;
}
/*===========================================================*/
.vnt-work{
	padding: 55px 0 75px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.vnt-work .title{
	text-align: center;
	margin-bottom: 25px;
}
.vnt-work .title h2{
	font-size: 35px;
	line-height: 43px;
	color:#ffffff;
	font-weight: 600;
	text-transform: uppercase;
}
.vnt-work .txt{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color:#ffffff;
	margin-bottom: 30px;
	text-align: center;
}
.vnt-work .link{
	text-align: center;
}
.vnt-work .link a{
	display: inline-block;
	font-weight: bold;
	color:#ffffff;
	text-transform: uppercase;
	width: 230px;
	padding:11px 10px;
	background: #06689d;
	text-align: center;
}
.vnt-work .link a:hover{
	background: #373435;
}
/*=====================================================*/
.vnt-safmap{
	padding: 25px 0 45px;
}
.boxSafmap .title{
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
}
.boxSafmap .title:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	border-bottom: solid 4px #06689d;
}
.boxSafmap .title h2{
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
.boxSafmap .img{
	margin-bottom: 20px;
}
.boxSafmap .img img{
	width: 100%;
}
.boxSafmap .cont{
	font-size: 15px;
	line-height: 23px;
	color:#666666;
	margin-bottom: 35px;
}
.boxSafmap .link a {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    background: #06689d;
    padding: 11px 29px;
    text-transform: uppercase;
}
.boxSafmap .link a:hover{
	background: #373435;
}
.boxSafmap .info{
	margin-bottom: 20px;
}
.boxSafmap .info p{
	padding: 0;
}
.boxSafmap .info span{
	font-weight: bold;
	color:#06689d;
}
#formContact label.error{
	font-weight: 300;
	color: #f00;
}
.formService input#security_code{
  width: calc(100% - 100px);
  float: left;
  margin-right: 5px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.servicehome{
	margin-bottom: 40px;
}
.boxSafmap{
	margin-bottom: 30px;
}
}