.vnt-intro{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 15px 25px;
}
.vnt-intro .t1{
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.vnt-intro .t2{
	font-size: 36px;
	line-height: 44px;
	color:#a60d12;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
}
.vnt-intro .t2:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 1px rgba(0,0,0,0.3);
}
.vnt-intro .logo{
	width: 100%;
	max-width: 455px;
	margin-bottom: 150px;
}
.vnt-intro .logo img{
	width: 100%;
}
.vnt-intro .gridButton{
	width: 100%;
	max-width: 768px;
	margin: 0 -20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.vnt-intro .gridButton .col{
	width: 50%;
	padding: 0 20px;
}
.vnt-intro .gridButton a{
	font-size: 20px;
	line-height: 30px;
	padding:15px 20px;
	display: block;
	text-align: center;
	background: #ffffff;
	border-right:solid 10px #a60d12;
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	-o-transform: skew(-35deg);
	transform: skew(-35deg);
}
.vnt-intro .gridButton a span{
	display: inline-block;
	-webkit-transform: skew(35deg);
	-ms-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);
}
.vnt-intro .gridButton a:hover{
	background: #a60d12;
	color:#ffffff;
	border-color: #d89016;
}
.vnt-intro .des{
	font-size: 16px;
	line-height: 24px;
	max-width: 890px;
	width:100%;
	text-align: center;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
.vnt-intro{
	position: initial;
	width: 100%;
	min-height: 100vh;
}
.vnt-intro .t1{
	font-size: 16px;
	line-height: 24px;
}
.vnt-intro .t2{
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.vnt-intro .logo{
	max-width: 280px;
	margin-bottom: 100px;
}
}

@media all and (max-width: 680px){
.vnt-intro .gridButton{
	margin-bottom: 30px;
}
.vnt-intro .gridButton .col{
	width: 100%;
	margin-bottom: 25px;
}
}

@media all and (max-width: 370px){
.vnt-intro .logo{
	margin-bottom: 50px;
}
.vnt-intro .gridButton a{
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
}
.vnt-intro .gridButton .col{
	margin-bottom: 15px;
}
}
