.mt30 {
	margin-top: 30px;
}
@media (max-width: 1170px){
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*------------- banner area ------------*/
.block-xs{
	display: none;
}
.details__banner > img{
	width: 100%;
}
.details__banner {
    position: relative;
    overflow: hidden;
}
.banner__img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.bnr-wrap{
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
}
.bnr-detail {
	width: 470px;
}
.bnr-detail h2{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
	display: inline-block;
	margin-top: -15px;
}
.bnr-detail p{
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border-top: 1px dotted;
	text-shadow: 1px 1px 3px #000;
	margin-top: 10px;
	padding-top: 10px;
}
@media (max-width: 1440px){
	.bnr-wrap{
		top:4vw;
	}
	.bnr-detail{
		width: 100%;
	}
	.bnr-detail h1 img{
		width: 35%;
	}
	.bnr-detail h2{
		font-size: 32px;
	}
	.bnr-detail p{
		font-size: 20px;
	}
}
@media (max-width: 991px){
	.details__banner > img {
    width: 130%;
    max-width: inherit;
    margin: 0 -30%;
	}
}

@media (max-width: 767px){
	.hidden-xs{
		display: none;
	}
	.block-xs{
		display: block;
	}
	.bnr-detail{
		background: none;
	}
	.details__banner > img {
    width: 100%;
		margin: 0;
	}
	.bnr-wrap {
    top: 15vw;
	}
	.bnr-detail h1 img {
    width: 65%;
	}
	.bnr-detail h2 {
    font-size: 5vw;
	}
	.bnr-detail p {
    font-size: 18px;
	}
}
@media (max-width: 480px){
	.bnr-wrap {
			top: 10vw;
	}
}	
/*------------- End banner area ------------*/


/*----- Set Plan -----*/
.bg-white{
	background-color: #fff;
	padding: 30px;
}
.title_small h2 {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	font-family: 'Arial Rounded MT Bold';
	color: #c73d00;
	margin-bottom: 5px;
}
.title_small p{
	font-weight: bold;
	line-height: 22px;
}
.title-route{
	color: #c72f00; 
	font-weight: bold; 
	text-decoration: underline; 
	font-size: 20px;
}
.br-top-gray{
	border-top:1px solid #ccc;
}
.pt30{
	padding-top: 30px;
}
.routes-cm img{
	vertical-align: middle;
	margin: 0 20px 0 0 !important;
}
.routes-cm td > a{
	display: block;
	border-bottom: 2px dotted #ccc;	
	padding: 10px 0 !important;
}
.routes-cm .name_area_route{
	font-size: 18px;
}
.setplan{
	margin-top: 0;
	margin-bottom: 0;
}
.setplan .container > .text-center p{
	margin-bottom: 40px;
}
.setplan .roprice_book span{
	min-width: inherit;
	width: 100%;
	padding: 14px 0;
}
.planname p{
	margin: 5px 0 10px 0;
}
.planname h3{
	font-size: 22px;
	font-weight: bold;
}
.planitem .col-md-8 > p{
	line-height: 20px;
}
.planpirce {
	margin-top: 10px;
}
.planpirce .rpbig, .planpirce .min, .planpirce .price_big{
	font-size: 22px !important;
	font-weight: bold;
}
.planpirce .roprice .price-smallText{
	font-size: 16px;
	font-weight: bold;
}
.planpirce .name_area_route {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.planpirce .rodest{
	width: 74%;
}
.planpirce .roprice_book{
	width: 24%;
}
.planpirce td{
	padding: 10px 0;
    border-bottom: 2px #ccc dotted;
}
.planpirce table tr:last-child td{
	border-bottom: none;
}
.planitem img {
	width: 100%;
}

@media(max-width:767px){
	.mt30.br-top-gray{
		margin-top: 10px;
	}
	.title-route{
		background-color: #f0f0f0;
		padding: 10px;
		text-align: center;
		text-decoration: none !important;
	}
	.title_small h2{
		font-size: 22px;
	}
	.routes-cm img {  
    margin: 0 10px 0 0 !important;
	}
	.planitem .col-sm-4 {
		width: 100%;
	}
	.planitem{
		padding: 15px 10px;
	}
	.planpirce .rodest .roprice,
	.planpirce .name_area_route,
	.planpirce .rodest{
		width: 100%;
		text-align: center;
	}
	.planpirce .rodest .roprice{
		padding: 15px 0 10px 0;
	}
	.planpirce .roprice .rofrom{
		text-align: center;
	}
	.planpirce td{
		position: relative;
	}
	.planpirce .roprice_book {
    width: 150px;
    position: static;
    right: 0;
    bottom: 10px;
    max-width: 45%;
		float: none;
		margin: 0 auto;
	}	
	.planitem .col-sm-12,
	.planitem .col-sm-8,
	.planitem .col-sm-4{
		padding-left: 8px;
		padding-right: 8px;
	}
	.planname{
		margin: 10px 0 5px 0;
	}
	.planname h3{
		font-size: 20px;
	}
}
@media(max-width:375px){
	.planitem .col-xs-5,
	.planitem .col-xs-7{
		width: 100%;
	}
	.planitem .col-md-4 img{
		margin-bottom: 10px;
	}
}
@media(max-width:320px){
	.planpirce .roprice_book{
		width: 100%;
		max-width: inherit;
		position: inherit;
	}
	.setplan .roprice_book span{
		width: 250px;
	}
}
/*----- End Set Plan -----*/
