.hidden-pc{
	display: none;
}
@media (max-width: 767px){
	.hidden-mobile{
		display: none;
	}
	.hidden-pc{
		display: block;
	}
}
/*======Banner=======*/
.banner-img img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
/*======End Banner=======*/

/*======Routes List=======*/
.grey-bg{
	background-color: #F6F6F6;
	padding: 70px 0 150px 0;
}
.txt-center-pc{
	text-align: center;
	line-height: 1.3;
}
/*.list-routes{
	padding-top: 50px;
}*/
.list-routes .route-block{
	background-color: #fff;
	padding: 30px;
	display: flow-root;
	margin-bottom: 30px;
}
h2{
	font-size: 32px;
	font-weight: bold;
	padding: 80px 0 50px 0;
	text-align: center;
}
h3{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 30px;
}
.list-routes .img-side{
	float: left;
	width: 25%;
}
.list-routes .img-side .route-img{
	width: 100%;
	max-width: 100%;
}
.list-routes .route-title, .routes-wrap{
	width: 72%;
	float: right;
}
.list-routes .route-detail{
	padding: 15px 0;
	border-top: 1px dotted #BEBEBE;
	display: flow-root;
}
.list-routes .border-btm{
	border-bottom: 1px dotted #BEBEBE;
}
.list-routes .route-name{
	width: 60%;
	float: left;
	line-height: 30px;
}
.icon-2way img{
	padding: 0 20px;
}
.list-routes .route-price{
	width: 18%;
	float: left;
	line-height: 30px;
}
.list-routes .route-price a{
	color: #333 !important;
}
.list-routes .route-price .num{
	color: #FF749F;
	font-weight: bold;
	font-size: 25px;
}
.list-routes .book-btn{
	background-color: #FF749F;
	border-radius: 50px;
	padding: 10px 50px;
	min-width: 150px;
	color: #fff;
	float: right;
	text-align: center;
}
.list-routes .book-btn:hover{
	background-color: #fb89ac;
}
@media (max-width: 991px){
	.grey-bg{
		padding: 40px 0 100px 0;
	}
	.list-routes .route-name{
		width: 100%;
		padding-bottom: 10px;
		line-height: inherit;
	}
	.list-routes .route-price{
		width: 50%;
		float: left;
	}
	.txt-center-pc{
		text-align: left;
	}
}
@media (max-width: 767px){	
	/*.list-routes{
		padding-top: 40px;
	}	*/
	.list-routes .route-block {
			padding: 20px 15px;
	}
	h3{
		font-size: 20px;
	}
	.list-routes .img-side{
		width: 40%;
		margin-bottom: 20px;
	}
	.list-routes .route-title{
		width: 55%;
		float: right;
	}
	.routes-wrap{
		float: inherit;
		width: 100%;
		display: flow-root;
	}	
	h2 {
    font-size: 24px;
    padding: 60px 0 30px 0;
	}
}
/*======End Routes List=======*/