.service{
	position: relative;
	margin-bottom: 60px;
}
.service .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.service .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.service:hover .img img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.service .tend{
	position: absolute;
	padding: 10px 20px;
	padding-right: 55px;
	background-color: #0053A0;
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-image: url(../images/arrow.svg);
	color: #ffffff;
	left: 40px;
	right: -10px;
	bottom: -25px;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.service:hover .tend{
	background-color:#0053A0;
}
.service .tend h3{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.service .tend a.link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/*=====================================================*/
.boxService{
	margin-bottom: 20px;
}
.boxService>.title{
	font-size: 16px;
	line-height: 24px;
	color: #0053A0;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.boxService>.title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	border-bottom: solid 1px #333333;
}
.boxService .address{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.boxService .address:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.boxService .address .be{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
#slideOther .item{
	margin-bottom: 20px;
	border:none;
}
#slideOther{
	padding-bottom: 20px;
}
#slideOther .slick-arrow{
	width:55px;
	height:25px;
	background: #eeeeee;
	border:none;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideOther .slick-prev{
	margin-left: -30px;
}
#slideOther .slick-next{
	margin-left: 30px;
}
#slideOther .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: 16px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	color:#0053A0;
}
.serviceO{
	height: 233px;
}
.serviceO .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.serviceO .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.serviceO:hover .img img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.serviceO .des{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	height: 24px;
}
.serviceO .tend a{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	height: 26px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
/*================================================*/
.boxTitle{
	position: relative;
	margin-bottom: 75px;
}
.boxTitle .wrap{
	width: 600px;
	height: 360px;
	background: url(../images/bg-title.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 50px;	
	bottom: -50px;
	padding: 35px 50px;
}
.boxTitle .t1{
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
.boxTitle .t1:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	border-bottom: solid 5px #ffffff;
}
.boxTitle .t2{
	font-size: 45px;
	line-height: 55px;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	max-width: 300px;
}
.the-content{
	margin-bottom: 40px;
}
/*=================================================*/
.boxSupport{
	padding: 35px 40px;
	background: #0053A0;
	margin-bottom: 40px;
}
.boxSupport .tit{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #FECF4E;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.boxSupport .txt{
	margin-bottom: 20px;
	color: #ffffff;
}
.boxSupport .txt p{
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.boxSupport .df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxSupport .hotline {
    display: block;
    width: 230px;
    background: #ffffff;
    text-align: center;
    padding: 11px 10px;
    text-transform: uppercase;
    margin-right: 20px;
}
.boxSupport .hotline span{
	padding-left: 20px;
	position: relative;
}
.boxSupport .hotline span:before{
	content: "\f2a0";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.boxSupport .hotline:hover{
	background: #333333;
	color: #ffffff;
}
.boxSupport .tt{
	font-weight: bold;
}
.boxSupport .product {
    display: block;
    width: 230px;
    background: #FECF4E;
    text-align: center;
    padding: 11px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.boxSupport .product span{
	padding-left: 40px;
	position: relative;
	background: url(../images/i-b.svg) no-repeat center left;
	background-size: 24px;
}
.boxSupport .product:hover{
	background: #333333;
}
.boxSupport .price {
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 11px 20px;
    text-transform: uppercase;
}
.boxSupport .price span{
	padding-left: 20px;
	position: relative;
}
.boxSupport .price span:before{
	content: "\f0c5";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.boxSupport .price:hover{
	background: #333333;
	color: #ffffff;
}
.boxSupport .popup {
    display: block;
    background: #FECF4E;
    text-align: center;
    color: #ffffff;
    padding: 11px 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.boxSupport .popup span{
	padding-left: 20px;
	position: relative;
}
.boxSupport .popup span:before{
	content: "\f15c";
	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-weight: normal;
}
.boxSupport .popup:hover{
	background: #333333;
	color: #ffffff;
}
/*===================*/
#vnt-popup .title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    border-bottom: solid 1px #dddddd;
    padding: 8px 0px;
    font-weight: bold;
    color: #ffffff;
    background: #0053A0;
}
#vnt-popup .content{
	padding: 20px 30px;
}
#vnt-popup .proPopup{
    margin-bottom: 20px;
}
#vnt-popup .proPopup:after{
    content: "";
    display: block;
    clear: both;
}
#vnt-popup .proPopup .img{
    width: 90px;
    height: 90px;
    border:solid 1px #dddddd;
    float: left;
    margin-right: 15px;
    position: relative;
}
#vnt-popup .proPopup .img img{
	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%);
	max-width: 100%;
	max-height: 100%;
}
#vnt-popup .proPopup .tend{
}
#vnt-popup .proPopup .tend a{
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #047746;
    text-transform: uppercase;
    font-weight: bold;
}
#vnt-popup .proPopup .code{
    font-size: 16px;
    line-height: 24px;
    color:#666666;
    font-weight: 300;
}
#vnt-popup .proPopup .price{
    font-size: 16px;
    line-height: 24px;
    color: #ed1c24;
    margin-bottom: 5px;
    font-weight: bold;
}
#vnt-popup .proPopup .price span{
    font-size: 12px;
    line-height: 20px;
    color:#666666;
    font-weight: normal;
}

#vnt-popup label{
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	min-height: 23px;
	display: block;
}
#vnt-popup input[type="text"], #vnt-popup textarea, #vnt-popup select {
    width:100%;
    border:none;
    border: solid 1px #d1d1d1;
    height: 40px;
    padding-left: 30px;
}
#vnt-popup textarea {
    height: 132px;
    resize: none;
    padding: 0;
    padding-left: 30px;
    padding-top: 10px;
}
#vnt-popup .robot img{
	height: 45px;
}
#vnt-popup .faForm{
    position: relative;
}
#vnt-popup .faForm:before{
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999999;
}
#vnt-popup button {
	width: 100%;
	max-width: 170px;
	height: 45px;
	font-size: 16px;
	line-height: 24px;
	background: #0053A0;
	border: none;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 15px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#vnt-popup button:hover{
    background: #000000;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1100px){
.service .tend h3{
	font-size: 16px;
	line-height: 24px;
}
}

@media all and (max-width: 991px){
.boxTitle .wrap{
	width: 500px;
	height: 260px;
	padding: 15px 20px;
}
.boxTitle .t2{
	font-size: 35px;
	line-height: 45px;
}
}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
.boxTitle .wrap{
	width:initial;
	height:initial;
	left: 10px;
	right: 10px;
	bottom: -20px;
}
.boxTitle{
	margin-bottom: 25px;
}
.boxSupport .df{
	display: block;
}
.boxSupport .hotline{
	width: 100%;
	margin-bottom: 10px;
}
.boxSupport .product{
	width: 100%;
}
#vnt-popup .content{
	padding: 15px;
}
.boxTitle .wrap{
	position: initial;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 420px){
	.designPopup .fancybox-slide--iframe .fancybox-content{
		margin-top: 85px;
	} 
}