/*---------Main banner-------*/
.bnr_des {
    color: white;
    font-size: 24px;
    font-weight: 600;
		line-height: 25px;
    text-shadow: rgb(0, 0, 0) 2px 2px 7px;
    margin-top: -10px;
}
.banner_mb {
    display: none;
}
.details__banner {
    position: relative;
    overflow: hidden;
}
.banner__img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.details__banner .cont_detailbanner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18%;
}
@media (max-width: 1170px){
	.details__banner .cont_detailbanner {
			bottom: 12%;
	}	
	.big__title img{
		width: 24%;
	}
	.bnr_des {
    font-size: 20px;
	}
}
@media (max-width: 899px){
	.details__banner .cont_detailbanner {
			bottom: 15%;
	}
	.big__title img {
    width: 25%;
	}
	}
}
@media (max-width: 768px){
	.details__banner .onlypc {
			display: block !important;
	}
	.details__banner .cont_detailbanner {
    bottom: 8%;
	}
	.bnr_des {
    font-size: 24px;
    line-height: 27px;
	}
}
@media (max-width: 767px){
	.details__banner .big__title {
			display: none !important;
	}
	.banner_mb {
			display: block !important;
			width: 100%;
	}
	.banner__img {
			display: none !important;
	}
}
/*---------Main banner end-------*/

/*----------Page content----------*/
@media (max-width: 1170px){
	.container{
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
}
@media (max-width: 767px){
	.the__title {
			font-size: 25px;
	}	
}
/*----------Page content end----------*/

/*-------Adv Banner--------*/
.bnr_ad{
	margin-bottom: 20px;
	margin-top: 50px;
}
@media(max-width:600px){
	.bnr_ad{
		margin-bottom: 0;
		margin-top: 30px;	
	}		
}
/*-------End Adv Banner--------*/

/*----- Set Plan -----*/
.setplan{
	margin-top: 0;
	margin-bottom: 0;
}
.setplan .container > .text-center p{
	margin-bottom: 40px;
}
.planitem{
	margin: 10px 0;
	padding: 30px 15px;
	border:1px solid #f4e6ca;
	background-color: #fff;
}
.setplan .roprice_book span{
	min-width: inherit;
	width: 100%;
	padding: 14px 0;
}

.planname {
	color: #c72f00;
}
.planname p{
	font-size: 15px;
	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){
	.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{
		text-align: center;
		margin: 10px 0 5px 0;
	}
	.planname h3{
		font-size: 20px;
	}
}
@media(max-width:375px){
	.planitem .col-5,
	.planitem .col-7{
		width: 100%;
		max-width: 100%;
		flex: initial;
	}
	.planitem .col-md-4 img{
		margin-bottom: 10px;
	}
	.planitem {
		padding: 15px 0px;
	}
}
@media(max-width:320px){
	.planpirce .roprice_book{
		width: 100%;
		max-width: inherit;
		position: inherit;
	}
	.setplan .roprice_book span{
		width: 250px;
	}
}
/*----- End Set Plan -----*/
@media(max-width:767px){
	.planname{
		text-align: left;
	}
}
@media(max-width:575px){
	.planname{
		text-align: center;
	}
}