.section-package{

	border:1px solid #aA0;

	background:url("../image/all-con-bg.jpg") repeat top;

	margin-top: 60px;  	

}
.package-h2{
	background:url(../image/package-h2-bg.png) no-repeat top 10% left 42%;
	background-size: auto 80%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.show-price{

	width: 90%;

	margin-left: auto;

	margin-right: auto;

	box-sizing: border-box;

	display: flex;

  	flex-wrap: wrap; 

  	box-sizing: border-box;

  	margin-bottom: 50px;

}

@media screen and (min-width: 990px){

	.show-price{

		width: 80%;

	}

}

.price-box{

	position: relative;

	width: 96%;

	margin:0 2%;

	margin-bottom: 50px;

	box-sizing: border-box;

	background:#fff;

	box-shadow: 0 0 5px 3px rgba(63,135,127,.5);

	padding:30px;

}

@media screen and (min-width: 1380px){

	.price-box{

		width: 48%;		

		margin:13px 1%;		

	}

}



.pri-h3-room{

	margin-top: -30px;

	background:url(../image/pri-h3-room.png) no-repeat top left 120px;

	height: 120px;

	text-align: center;

	font-size: 28px;

	color:#047362;

	line-height: 120px;

}

.pri-h3-diving{

	margin-top: -30px;

	background:url(../image/pri-h3-diving.png) no-repeat top left 120px;

	height: 120px;

	text-align: center;

	font-size: 28px;

	color:#047362;

	line-height: 120px;

}

.price-box table.table-full span{

	display: block;

	width: 90%;

	color:#047362;

}

