.transport{
	margin-bottom: 30px;
}
.transport .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.transport .img 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;
}
.transport .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.transport .tend{
	margin-bottom: 5px;
}
.transport .tend a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.transport .des{
	color:#777777;
	height:66px;
	overflow: hidden;
}
/*  */

.transportCh{
	margin-bottom: 30px;
}
.transportCh .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.transportCh .img 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;
}
.transportCh .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.transportCh .decs{
	padding: 10px 15px;
	border: 1px solid rgba(0,0,0,0.1);
}
.transportCh .decs h3{
	font-size: 18px;
	line-height: 27px;
	height: 27px;
	overflow: hidden;
	margin-bottom: 5px;
}
.transportCh .tend{
	margin-bottom: 5px;
	color: #666666;
	height: 44px;
	overflow: hidden;
	margin-bottom: 5px;
}
.transportCh .decs .price{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.transportCh .price .t1{
	margin-right: 5px;
}
.transportCh .price .nor{
	color: #999999;
	text-decoration: line-through;
}
.transportCh .price .red{
	font-weight: bold;
	color: #ed1c24;
}
.showMore{
	text-align: center;
}
.showMore a{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	min-width: 280px;
	background-color: #eeeeee;
	text-transform: uppercase;
}
.showMore a:hover{
	background-color: #ffd600;
	color: #fff;
}
/*======================================================*/
.the-content{
	margin-bottom: 20px;
}


/* formDtransport */
.formDtransport{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffd600;
	color: #fff;
}
.formDtransport .titleFo{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
}
.formDtransport .contentFo input, .formDtransport .contentFo textarea{
	width: 100%;
	border: none;
}
.formDtransport .contentFo textarea{
	height: 90px;
	padding: 10px;
}
.formDtransport .contentFo input{
	height: 40px;
	padding: 0 15px;
}
.formDtransport .contentFo button{
	width: 100%;
	height: 40px;
	text-align: center;
	display: block;
	border: none;
	background-color: #28303d;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.formDtransport .contentFo button:hover{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.6);
}

/*  */
.contacttransport{
	padding: 20px;
	background-color: #f6f6f6;
	margin-bottom: 20px;
}
.contacttransport .titleCon{
	margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.contacttransport .contentCon li{
	margin-bottom: 5px;
	position: relative;
	padding-left: 30px;
}
.contacttransport .contentCon li::before{
	position: absolute;
	left: 0;
	font-family: FontAwesome;
}
/*  whytransport */
.whytransport{
	padding: 20px;
	background-color: #f6f6f6;
	margin-bottom: 20px;
}
.whytransport .titleWhy{
	margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.whytransport .contentWhy li{
	margin-bottom: 5px;
}

/*  */
.serverOther .transportCh{
	margin-bottom: 0;
}
.serverOther .title{
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: solid 2px #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serverOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.serverOther .title .link{
	font-family: 'Roboto Condensed', sans-serif;
}
#slideOther .slick-list{
	margin:0 -15px;
}
#slideOther .item{
    padding: 0 15px;
}
#slideOther .slick-arrow{
	width: 40px;
	height: 40px;
	background: #ffffff;
	border:none;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	font-size: 0;
	padding: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#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: 20px;
	line-height: 30px;
	color:#666666;
}
#slideOther .slick-prev{
	left: -50px;
}
#slideOther .slick-next{
	right: -50px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	background: #ffd600;
}

/* bannerTitle */
.bannerTitle{
	position: relative;
	z-index: 1;
}
.bannerTitle::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
}
.bannerTitle #vnt-slide .img img{
	min-height: 120px;
}
.bannerTitle .titelDetailSer{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	color: #fff;
}
.bannerTitle .titelDetailSer h1{
	font-size: 40px;
	line-height: 55px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.bannerTitle .titelDetailSer .price{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
}
.titelDetailSer .price .t1{
	margin-right: 5px;
	display: block;
}
.titelDetailSer .price .nor{
	text-decoration: line-through;
	margin-right: 5px;
}
.titelDetailSer .price .red{
	color: #ffd600;
	font-weight: bold;
}
@media all and (max-width: 1300px){
	#slideOther .slick-prev{
		left: -15px;
	}
	#slideOther .slick-next{
		right: -15px;
	}
}
@media all and (max-width: 991px){
	.lstGoto .row{
		margin: 0 -5px;
	}
	.lstGoto .row > div{
		padding: 0 5px;
	}
	.bannerTitle .titelDetailSer h1{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.bannerTitle .titelDetailSer .price{
		font-size: 14px;
		line-height: 22px;
	}

}
@media all and (max-width: 767px){
	.showMore a{
		width: 100%;
	}
}
