
/*================================================================*/
.wrapper.v2{
	max-width: 870px;
}
.vhroomheadtop{
	position: relative;
}
.vhroomheadtop .toggleForm .popFomR{
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 40px 10px;
    z-index: 1;
    background-color: rgba(241,241,241,1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhroomheadtop .toggleForm.active .popFomR{
	opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: calc(100% - 25px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhroomhead{
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.vhroomhead .htitle, .vhroomhead .title h1{
	font-size: 45px;
	line-height: 55px;
	font-weight: 600;
    
}
.vhroomhead .title .des{
	margin-top: 10px;
}
.vhroomhead .title .des .priceNews{
	margin-right: 30px;
}
.vhroomhead .title .des .priceod{
	color: #999999;
}
.vhroomhead .title .des .priceNews .price{
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: #f58220;
}
.vhroomhead .title .des .priceNews .line{
	position: relative;
	display: inline-block;
	top: -10px;
}
.vhroomhead .title .des .priceod span{
	text-decoration: line-through;
}
.vhroomhead .toggleForm{
	z-index: 3;
	margin-top: 10px;
}
.vhroomhead .toggleForm .viewall{
	width: 240px;
	text-align: right;
}
.vhroomhead .viewall a{
    padding: 13px 50px;
}
.vhroomhead .popup{
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	background: #f4f0ea;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
	padding: 25px 0 50px ;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.vhroomhead.active .popup{
	opacity: 1;
	visibility: initial;
	pointer-events: auto;
}

.roomInfo .roomtitle{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}
.hproomdes{
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
	margin-bottom: 25px;
	color: #555555;
	font-weight: 400;
}
.roomAttr{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
}
.roomAttr .title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}
.roomAttr ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.roomAttr ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-top: solid 1px rgba(0,0,0,0.15);
    padding: 17px 0;
    width: 50%;
	color: #555555;
	font-size: 16px;
	line-height: 24px;
}
.roomAttr ul li .icon{
	display: inline-block;
	width: 30px;
	margin-right: 20px;
}
.hpwraproom{
	max-width: 970px;
	margin: 0 auto;
	padding: 0 10px;
}

.tplstrooms{
	margin-bottom: 20px;
}
.thecontall .inner{
	max-width: 670px;
	margin: 0 auto;
}

.dsinforoom ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.dsinforoom li{
    margin-bottom: 5px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.dsinforoom li:last-child{
    margin-right: 0;
}
.dsinforoom li .tl{
    max-width: 25px;
    margin-right: 8px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){

	.vhroomhead .title .des .priceNews{
		margin-right: 20px;
	}

	.result_room .infoRoomT .title{
		font-size: 26px;
		line-height: 36px;
	}
	.tableInfo{
		margin-bottom: 60px;
	}

	.vhroomhead .title{
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 37px;
	}
	.vhroomhead .htitle, .vhroomhead .title h1{
		font-size: 28px;
		line-height: 37px;
		margin-bottom: 10px;
	}
	.vhroomhead .title .des{
		font-size: 16px;
		line-height: 24px;
	}
	.hproomdes{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.vhroomhead .title .des .priceNews .price{
		font-size: 25px;
		line-height: 38px;
	}
	.vhroomhead .title .des .priceod{
		font-size: 16px;
		line-height: 24px;
	}
	.vhroomhead .popup {
		top: 100%;
		margin-top: -3px;
		padding: 30px 0;
	}
	.vhroomheadtop .toggleForm .popFomR{
		top: 110%;
	}
	.vhroomheadtop .toggleForm.active .popFomR{
		top: 100%;
	}
	.roomAttr{
		font-size: 14px;
		line-height: 22px;
	}

	.tplstrooms{
		margin-bottom: 10px;
	}
}

@media all and (max-width: 767px){
	.vhroomhead .toggleForm .viewall{
		width: 100%;
		text-align: left;
	}
	.vhroomhead .toggleForm{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.vhroomhead{
		display: block;
	}
	.vhroomhead>.wrapper{
		display: block;
	}
	.roomAttr ul li{
		width: 100%;
		padding: 13px 0;
	}
	.roomInfo .toggleForm{
		margin-bottom: 30px;
	}
	.toggleForm .viewall{
		text-align: left;
	}
	.vhroomhead .title{
		margin-bottom: 15px;
	}
	.toggleForm .viewall a{
		padding: 13px 50px;
	}
}
