#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .captionWrap{
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	pointer-events: none;
}
#vnt-slide-home .caption{
	background: rgba(255,255,255,0.8);
	padding: 20px 25px;
	max-width: 400px;
	-webkit-transition: all 0.5s linear 0.5s;
	-o-transition: all 0.5s linear 0.5s;
	transition: all 0.5s linear 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: auto;
}
#vnt-slide-home .caption .t1{
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	color:#2655ad;
	margin-bottom: 10px;
}
#vnt-slide-home .caption .t2{
	color:#555555;
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: 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;
	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;
}
/*================================================================*/
.aboutHome{
	padding: 45px 0 50px;
}
.aboutHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin:0 -30px;
}
.aboutHome .grid .col{
	width: 50%;
	padding: 0 30px;
}
.aboutHome .wrap{
	color:#f1b0b8;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.aboutHome .wrap:before{
	content: "";
	position: absolute;
	width: 240px;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #f1b0b8;
}
.aboutHome .t1{
	font-size: 55px;
	line-height: 65px;
}
.aboutHome .t2{
	font-size: 30px;
	line-height: 40px;
}
.aboutHome .cont{
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}
/*==========================================================*/
.titleHome{
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}
.titleHome:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 6px #ffffff;
	width: 240px;
}
.titleHome h2{
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
}
/*==========================================================*/
.techHome{
	padding: 70px 0 80px;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}
.techHome .des{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 50px;
}
#slideTech .slick-list{
	margin: 0 -10px;
}
#slideTech .slick-slide{
	padding: 0 10px;
}
#slideTech .item{
	border:solid 5px #ffffff;
	border-radius: 10px;
	background:#ffffff;
}
#slideTech .item .img{
	padding-top: 84.164859%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 20px;
}
#slideTech .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slideTech .item .cont{
	font-size: 20px;
	line-height: 30px;
	height: 180px;
	overflow: hidden;
	text-align: center;
}
#slideTech .slick-arrow{
	width:50px;
	height:50px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	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;
	border-radius: 100%;
}
#slideTech .slick-prev{
	left:-80px;
	background-image: url(../images/i-prev-b.svg);
}
#slideTech .slick-next{
	right:-80px;
	background-image: url(../images/i-next-b.svg);
}
/*==============================================================*/
.whyHome {
    padding: 155px 0 140px;
    background-repeat: no-repeat;
    background-position: right 150px bottom;
    background-size: 38%;
}
.whyHome .wrap{
	max-width: 50%;
}
.whyHome .title{

}
.whyHome .title{
	color:#f1b0b8;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.whyHome .title:before{
	content: "";
	position: absolute;
	width: 240px;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #f1b0b8;
}
.whyHome .title	.t1{
	font-size: 55px;
	line-height: 65px;
}
.whyHome .title .t2{
	font-size: 30px;
	line-height: 40px;
}
.whyHome .cont p{
	font-size: 25px;
	line-height: 35px;
	padding: 0;
	padding-left: 35px;
	position: relative;
	margin-bottom: 10px;
}
.whyHome .cont p:before{
	content: "\f111";
	font-family: fontAwesome;
	top: 0;
	left: 0;
	position: absolute;
	color:#f1b0b8;
	font-size: 15px;
	line-height: 35px;
}
/*===========================================================*/
.resultHome{
	padding: 70px 0 80px;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}
.resultHome .titleHome{
	margin-bottom: 65px;
}
#slideResult{
	padding: 0 100px;
}
#slideResult .item .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -30px;
}
#slideResult .item .grid .col{
	width: 50%;
	padding: 0 30px;
}
#slideResult .item .img{
	position: relative;
	padding-top: 50px;
	padding-left: 50px;
}
#slideResult .item .img:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 50px;
	right: 50px;
	background:#ffffff;
	border-radius: 10px;
	overflow: hidden;
}
#slideResult .item .img .wrap_img{
	/*border-radius: 10px;
	border:solid 5px #ffffff;*/
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#slideResult .item .img img{
	width: 100%;
}
#slideResult .item .cont{
	font-size: 50px;
	line-height: 60px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 900;
	padding-left: 30px;
	border-left: solid 5px #ffffff;
}
#slideResult .slick-arrow{
	width:70px;
	height:120px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	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;
}
#slideResult .slick-prev{
	left:0px;
	background-image: url(../images/i-prev.svg);
}
#slideResult .slick-next{
	right:0px;
	background-image: url(../images/i-next.svg);
}
/*============================================================*/
.btnHome{
	text-align: center;
	padding: 40px 0;
}
.btnHome a {
    display: inline-block;
    width: 580px;
    text-align: center;
    border-radius: 50px;
    border: solid 5px #333333;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    padding: 6px 10px 14px;
}
.btnHome a:hover{
	background:#333333;
	color:#ffffff;
}
/*=============================================================*/
.procedureHome{
	padding: 80px 0 60px;
	background:url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
}
.procedureHome .titleHome{
	margin-bottom: 80px;
}
.procedureHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -30px;
	justify-content: center;
}
.procedureHome .grid .col{
	width: 33.33333%;
	padding: 0 30px;
}
.procedureHome .item{
	margin-bottom: 40px;
}
.procedureHome .item .img{
	text-align: center;
	margin-bottom: 15px;
}
.procedureHome .item .tend{
	text-align: center;
	margin-bottom: 10px;
}
.procedureHome .item .tend span{
	display: inline-block;
	background: #f1b0b8;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 10px;
	font-size: 23px;
	line-height: 33px;
	padding: 3px 10px 5px;
}
.procedureHome .item .des{
	color:#ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}
/*============================================================*/
.opinionHome{
	padding: 70px 0 80px;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}
.opinionHome .des{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 50px;
}
#slideOpinion .slick-list{
	margin: 0 -10px;
}
#slideOpinion .slick-slide{
	padding: 0 10px;
}
#slideOpinion .item{
	border:solid 5px #ffffff;
	border-radius: 10px;
	background:#ffffff;
	padding-bottom: 20px;
}
#slideOpinion .item .img{
	padding-top: 84.164859%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 20px;
}
#slideOpinion .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slideOpinion .item .tend{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color:#f1b0b8;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
#slideOpinion .item .job{
	font-size: 20px;
	line-height: 30px;
	color:#f1b0b8;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	min-height: 30px;
}
#slideOpinion .item .cont{
	font-size: 20px;
	line-height: 30px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	padding: 0 20px;
}
#slideOpinion .slick-arrow{
	width:50px;
	height:50px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	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;
	border-radius: 100%;
}
#slideOpinion .slick-prev{
	left:-80px;
	background-image: url(../images/i-prev-b.svg);
}
#slideOpinion .slick-next{
	right:-80px;
	background-image: url(../images/i-next-b.svg);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1366px){
.whyHome{
    background-position: right 50px bottom;
    padding: 80px 0 35px;
}
#slideResult .item .img {
    padding-top: 35px;
    padding-left: 35px;
}
#slideResult .item .cont{
	font-size: 40px;
	line-height: 50px;
}
#slideTech .slick-prev{
	left:-15px;
}
#slideTech .slick-next{
	right:-15px;
}
#slideOpinion .slick-prev{
	left:-15px;
}
#slideOpinion .slick-next{
	right:-15px;
}
}

@media all and (max-width: 1100px){
.aboutHome .t1,{
	font-size: 50px;
	line-height: 60px;
}
.aboutHome .t2{
	font-size: 25px;
	line-height: 35px;
}
.aboutHome .cont{
	font-size: 18px;
	line-height: 26px;
}
.aboutHome .grid{
	margin:0 -20px;
}
.aboutHome .grid .col{
	width: 50%;
	padding: 0 20px;
}
.titleHome h2{
	font-size: 40px;
	line-height: 50px;
}
.techHome .des{
	font-size: 25px;
	line-height: 35px;
}
#slideTech .item .cont{
	font-size: 16px;
	line-height: 24px;
	height: 120px;
}
#slideTech .slick-arrow{
	width:40px;
	height:40px;
}
#slideTech .slick-prev{
	left:-10px;
}
#slideTech .slick-next{
	right:-10px;
}
.whyHome .title .t1{
	font-size: 50px;
	line-height: 60px;
}
.whyHome .title .t2{
	font-size: 25px;
	line-height: 35px;
}
.whyHome .cont p{
	font-size: 20px;
	line-height: 30px;
}
.whyHome{
	padding: 100px 0 120px;
	background-position: right 50px bottom;
}
#slideResult .item .cont{
	font-size: 30px;
	line-height: 40px;
}
.resultHome .titleHome{
	margin-bottom: 60px;
}
#slideResult .slick-arrow{
	width: 50px;
	height: 100px;
    background-size: 30px;
}
.btnHome a{
	font-size: 35px;
	line-height: 45px;
	width: 380px;
}
.opinionHome .des{
	font-size:20px;
	line-height: 30px;
}
}

@media all and (max-width: 991px){
.aboutHome .t1{
	font-size: 45px;
	line-height: 55px;
}
.aboutHome .t2{
	font-size: 20px;
	line-height: 30px;
}
.aboutHome .cont{
	font-size: 16px;
	line-height: 24px;
}
.aboutHome .grid{
	margin:0 -10px;
}
.aboutHome .grid .col{
	width: 50%;
	padding: 0 10px;
}
.techHome .des{
	font-size: 20px;
	line-height: 30px;
}
.techHome{
	padding: 50px 0 60px;
}
.whyHome{
	padding: 50px 0 80px;
	background-position: right 50px bottom;
}
.whyHome .cont p{
	font-size: 16px;
	line-height: 24px;
}
.resultHome{
	padding: 45px 0 50px;
}
#slideResult{
	padding: 0 60px;
}
#slideResult .item .grid{
	margin: 0 -15px;
}
#slideResult .item .grid .col{
	padding: 0 15px;
}
.procedureHome{
	padding: 40px 0 50px;
}
.procedureHome .grid{
	margin: 0 -15px;
}
.procedureHome .grid .col{
	padding: 0 15px;
}
.opinionHome{
	padding: 40px 0 50px;
}
#slideOpinion .item .tend{
	font-size: 20px;
	line-height: 30px;
}
#slideOpinion .item .job{
	font-size: 16px;
	line-height: 24px;
}
#slideOpinion .item .cont{
	font-size: 14px;
	line-height: 22px;
}
}

@media all and (max-width: 768px){
.procedureHome .grid{
	flex-wrap: wrap;
}
.procedureHome .grid .col{
	width: 50%;
}
}

@media all and (max-width: 767px){
.aboutHome .grid{
	display: block;
}
.aboutHome .grid .col{
	width: 100%;
}
.aboutHome .t1{
	font-size: 40px;
	line-height: 50px;
}
.titleHome h2{
	font-size: 35px;
	line-height: 45px;
}
.whyHome {
    padding: 20px 0 50px;
    padding-bottom: 380px;
    background-position: center bottom;
    background-size: 320px;
}
.whyHome .wrap{
	max-width: 100%;
}
#slideResult .item .grid{
	display: block;
}
#slideResult .item .grid .col{
	width: 100%;
}
#slideResult .item .img{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
}
#slideResult .item .cont{
	font-size: 20px;
	line-height: 30px;
}
.btnHome a{
	font-size: 28px;
	line-height: 36px;
	width: 300px;
}
}

@media all and (max-width: 640px){
.titleHome h2 {
    font-size: 30px;
    line-height: 40px;
}
}

@media all and (max-width: 360px){
.procedureHome .grid .col{
	width: 100%;
}
}