@font-face {
	font-family: 'AvenirLTStd-Black';
	src:url('../fonts/AvenirLTStd-Black.otf');
	src:url('../fonts/AvenirLTStd-Black.woff');
	font-display: swap;
}
@font-face {
	font-family: 'AvenirLTStd-Heavy';
	src:url('../fonts/AvenirLTStd-Black.otf');
	src:url('../fonts/AvenirLTStd-Heavy.woff');
	font-display: swap;
}
@font-face {
	font-family: 'AvenirLTStd-Light';
	src:url('../fonts/AvenirLTStd-Black.otf');
	src:url('../fonts/AvenirLTStd-Light.woff');
	font-display: swap;
}
@font-face {
	font-family: 'AvenirLTStd-Medium';
	src:url('../fonts/AvenirLTStd-Black.otf');
	src:url('../fonts/AvenirLTStd-Medium.woff');
	font-display: swap;
}
@font-face {
	font-family: 'AvenirLTStd-Oblique';
	src:url('../fonts/AvenirLTStd-Black.otf');
	src:url('../fonts/AvenirLTStd-Oblique.woff');
	font-display: swap;
}
@font-face {
	font-family: 'AvenirLTStd-Roman';
	src:url('../fonts/AvenirLTStd-Black.otf');
	src:url('../fonts/AvenirLTStd-Roman.woff');
	font-display: swap;
}



body {
	width: 100%;
	font-family: 'AvenirLTStd-Roman';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body p{
	line-height: 1.4;
}

.Container_Wrap ul{
	padding-left: 20px;
}
a:focus,
a:active:focus,
a.active:focus,
a.focus,
a:active.focus,
a.active.focus {
    outline: none;
    box-shadow:none;
}
button,
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow:none;
}
input.form-control:focus {
    outline: none;
    box-shadow: none;
}
textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
body .section03_content_common ul li{
	text-indent: -2px;
}
body .Room_detail_section03_top ul li{
	text-indent: -2px;
}
a, a:hover{
	color:#212529;
	text-decoration: none;
	outline: none;
}
p {
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-family: 'AvenirLTStd-Black'
}
ul li{
    font-family:'AvenirLTStd-Roman';
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"]{
	-moz-appearance:textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
/***************
home page
****************/
.Container_Wrap {
	position: relative;
	width: 100%;
    background-color: #fff;

}
.banner_page{
	padding-bottom:0;
}
.Container_Wrap_forHomepage{
	background-color:transparent;
	top: 1150px;
}
.CGLP_Foot_forHomepage{
	top: 1150px;
}
.GLP_Header {
	position: fixed;
	width: 100%;
	max-height: 1080px;
	/*background: url(../images/home-banner1.jpg);*/
	background-size: 100%;
}
@media screen and (min-width:1921px) and (max-width:4096px) {
    .GLP_Header {
		position: fixed;
		width: 100%;
		max-height:none;
		overflow: hidden;
		/*background: url(../images/home-banner1.jpg);*/
		background-size: 100%;
	}
}

.GLP_Header img{
	aspect-ratio: 1920 / 730; 
}
#navToggle {
	z-index: 101;
	width: 45px;
	height: 45px;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	padding: 0;
	background: #fff;
	border: 1px solid #eee;
}
#navToggle span {
	position: absolute;
	top: 9px;
	display: block;
	width: 26px;
	height: 2px;
	border: 0px solid #d5c896;
	background-color: #045c39;
	-webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
	transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
	transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
	transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
}
#navToggle span:nth-of-type(2),#navToggle span.span2 {
	/*top:20px;*/
	/*Dave 2021-3-9 begin*/
	top: 18px;
	/*end*/
}
#navToggle span:nth-of-type(3),#navToggle span.span3 {
	/*top: 32px;*/
	/*Dave 2021-3-9 begin*/
	top: 27px;
	/*end*/
	bottom: 10px;
	-webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
	transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
	transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
	transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}
#navToggle.expanded {
	border-color: #aaa;
	top: 7px !important;
}
#navToggle.expanded span:nth-of-type(1),#navToggle.expanded span.span1 {
	top: 25px;
	transform: rotate(45deg);
	transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
	-webkit-transform: rotate(45deg);
	-webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s;
}
#navToggle.expanded span:nth-of-type(2),#navToggle.expanded span.span2 {
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
#navToggle.expanded span:nth-of-type(3),#navToggle.expanded span.span3 {
	bottom: 18px;
	transform: rotate(-45deg);
	transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
	-webkit-transform: rotate(-45deg);
	-webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s;
}
.nav_lang{
	position: relative;
	left:100px;
	top: -16px;
	color:#fff;
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
}
.GLP_Header_wrap {
	position: fixed;
	top: 0;
	height: auto;
	left: 0;
	width: 100%;
	height: auto;
	background: transparent;
	z-index: 10;
	text-align: center;
	/* transition: all 0.6s ease; */
	/* transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s; */
	z-index: 501;
	background: linear-gradient(to bottom, rgba(0,0,0,0.3),rgba(0,0,0,0));
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.2),rgba(0,0,0,0));*/
}
.GLP_Header_wrap header{
	height: 140px;
	box-shadow: none;
}

.nav-booktype{
	position: static !important;
	width: 1080px !important;
	/* height: auto !important; */
	height: 52px !important;
	/* background-color: rgb(240, 234, 228, 0.7) !important; */
	/* border-bottom: 1px solid #a58965 !important; */
	margin: 0 auto;
}
.nav-booktype li{
	/* width: 13%; */
	/* width: 360px; */
	flex: 1 1 0;
    text-align: center;
}
.nav-booktype li a{
	height: 52px;
}
.nav-booktype li #hotels-tab{
	/* background: url(../images/hotel-icon.png) no-repeat left 135px top 11px;
	padding-left: 37px; */
	display: flex; /* 使用Flexbox布局 */
	align-items: center; /* 垂直居中子元素 */
	justify-content: center; /* 水平居中子元素 */
	text-decoration: none; /* 移除链接的下划线 */
}
.nav-booktype li #hotels-tab.active{
	color: #b4966d;
}
.nav-booktype li #hotels-tab .icon{
	width: 18px; /* 图标宽度 */
	height: 18px; /* 图标高度 */
	margin-right: 3px; /* 图标与文字之间的间距 */
	background-image: url(../images/hotel-icon.svg); /* 图标URL */
	background-repeat: no-repeat; /* 不重复图标 */
	flex-shrink: 0; /* 防止图标在容器缩小时变形 */
}
.nav-booktype li #hotels-tab.active .icon{
	background-image: url(../images/hotel-icon_active.svg); /* 图标URL */
}

.nav-booktype li #restaurants-tab{
	display: flex; /* 使用Flexbox布局 */
	align-items: center; /* 垂直居中子元素 */
	justify-content: center; /* 水平居中子元素 */
	text-decoration: none; /* 移除链接的下划线 */
}
.nav-booktype li #restaurants-tab.active{
	color: #b4966d;
}
.nav-booktype li #restaurants-tab .icon{
	width: 18px; /* 图标宽度 */
	height: 18px; /* 图标高度 */
	margin-right: 3px; /* 图标与文字之间的间距 */
	background-image: url(../images/restaurant.svg); /* 图标URL */
	background-repeat: no-repeat; /* 不重复图标 */
	flex-shrink: 0; /* 防止图标在容器缩小时变形 */
}
.nav-booktype li #restaurants-tab.active .icon{
	background-image: url(../images/restaurant_active.svg); /* 图标URL */
}
.nav-booktype li #spa-tab{
	display: flex; /* 使用Flexbox布局 */
	align-items: center; /* 垂直居中子元素 */
	justify-content: center; /* 水平居中子元素 */
	text-decoration: none; /* 移除链接的下划线 */
}
.nav-booktype li #spa-tab.active{
	color: #b4966d;
}
.nav-booktype li #spa-tab .icon{
	width: 20px; /* 图标宽度 */
	height: 20px; /* 图标高度 */
	margin-top: -4px;
	margin-right: 3px; /* 图标与文字之间的间距 */
	background-image: url(../images/spa-icon.svg); /* 图标URL */
	background-repeat: no-repeat; /* 不重复图标 */
	flex-shrink: 0; /* 防止图标在容器缩小时变形 */
}
.nav-booktype li #spa-tab.active .icon{
	background-image: url(../images/spa-icon_active.svg); /* 图标URL */
}
.Room_detail_section01_row_link {
    padding: 0;
    display: flex;
    justify-content: left;
    padding-top: 15px;
	margin-left: 20px;
}
.FormControl_dropdownRestaurants_to{
	width: 550px;
	margin-right: 40px;
}
.warn-restaurant-choose-text,.warn-spa-choose-text{
	display: none;
    color: red;
    position: absolute;
    margin-top: 2px;
    font-size: 12px;
    /* margin-left: 10px; */
}
.FormControl_dropdownRestaurants_to ul{
	/* width: calc(100% + 2px); */
	width: 450px;
    display: none;
    position: absolute;
    /* left: -1px;
    top: 38px; */
    overflow: hidden;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #999;
    z-index: 500;
    margin: 0;
    padding: 0;
    min-height: 40px;
    max-height: 200px;
    text-align: left;
	border-top: 0px;
}
.FormControl_dropdownRestaurants_to ul li:hover{
	background-color: #FFF9ED;
}

.FormControl_dropdownRestaurants_to ul li{
	min-height: 40px;
    max-height: 80px;
    line-height: 20px;
    overflow: hidden;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 14px;
}

.FormControl_dropdownRestaurants_icon{
    background: url(../images/selecthotel02.png) no-repeat right 10px center !important;
    background-size: 20px, 20px !important;
}

.FormControl_dropdownRestaurants{
	box-sizing: border-box;
    padding-top: 4px;
	width: 100%;
    height: 40px;
    /* line-height: 40px; */
    cursor: pointer;
    background: url(../images/selecthotel.png) no-repeat right 10px center;
    padding-left: 10px;
    font-family: 'AvenirLTStd-Roman' !important;
    font-size: 14px;
    background-size: 20px, 20px;
	border: 1px solid #979797;
	color: #212529;
	font-family: 'Avenir LT Std';
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	display: block;
	outline: 0;
	border-radius: 0px;
	/* margin-right: 10px; */

	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}
.nav-booktype li a.active{
	/* background-color: rgba(255, 255, 255, 0.5) !important; */
	background-color: white !important;
	border-color: #a58965 #a58965 #f9f6f4 !important;
	border-radius: 0px;
	border-bottom: none;
}
.nav-booktype li a.active:hover{
	/* border-bottom-color: #f9f6f4 !important; */
}
.nav-booktype li a:hover{
	border-bottom-color: transparent !important;
}
#spaBookList{
	height: 170px;
}
#restaurantBookList{
	height: 170px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.GLP_Header_wrap .nav {
    background: #fff;
    position: absolute;
    top: 0;
    height: 80px;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    text-align: center;
    border-bottom: 1px solid #a58965;
}
.GLP_Header_wrap .nav_top {
	position: relative;
	z-index: 4;
	/*height: 130px;*/
	border:none;
	box-shadow: none;
	/* transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s; */
}
.GLP_Header_wrap .nav_top .logo {
	display: inline-block;
	height: 100%;
}
.GLP_Header_wrap .nav_top .logo img {
	width: 190px;
	margin-top: 20px;
}
.GLP_Header_wrap .nav_top .memu {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.GLP_Header_wrap .nav_top .memu #navToggle {
	position: relative;
	top: 18px;
	left: 40px;
	background: transparent;
	border: none;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.GLP_Header_wrap .nav_top .memu #navToggle span:nth-child(1),.GLP_Header_wrap .nav_top .memu #navToggle span:nth-child(2) ,.GLP_Header_wrap .nav_top .memu #navToggle span:nth-child(3)  {
	width: 30px;
	background: #fff;
}
.GLP_Header_wrap .nav_top .img1 {
	display: inline-block;
	vertical-align: middle;
}
.GLP_Header_wrap .nav_top .img2 {
	display: none;
}
.GLP_Header_wrap.toTop .img2 {
	display: inline-block;
	vertical-align: middle;
}
.GLP_Header_wrap.toTop .img1 {
	display: none;
}
.GLP_Header_wrap.navOpen {
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.GLP_Header_wrap.navOpen .nav-top .logo img{width: 40px;height: 100%;}

.GLP_Header_wrap_bg.navOpen .nav-top .logo img{width: 66px;height: 90%;}

.GLP_Header_wrap.navOpen .nav_top {
	height: 80px;
}
.GLP_Header_wrap.navOpen .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
	top:25px;
}
.GLP_Header_wrap.navOpen .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
	top:25px;
}
.GLP_Header_wrap.navOpen .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
	top:25px;
}
.GLP_Header_wrap.navOpen .nav-top .logo img {
    width: 40px;
    height: 100%;
}
.GLP_Header_wrap.navOpen .img2 {
	display: inline-block;
	width: 40px !important;
}
.GLP_Header_wrap.navOpen .img3 {
	display: none;
}
.GLP_Header_wrap.navOpen .img1 {
	display: none;
}
.GLP_Header_wrap.navOpen .nav {
	top: 0;
}
.GLP_Header_wrap .nav {
	background: transparent;
	position: absolute;
	top: 0;
	height:80px;
	left: 0;
	z-index: 1;
	width: 100%;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	text-align: center;
	border-bottom: none;
}
.Menu_wrap{
	width: 100%;
	max-width: 1080px;
	height: 65px;
	line-height: 65px;
	margin:0 auto;
	position: relative;
	top: 130px;
}
.Menu_wrap a{
	font-family: 'AvenirLTStd-Heavy';
	color:#212529;
	text-decoration: none;
	position: relative;
}
.Head_Navigation .Head_Navigation_Item a .reddot{
	display: none;
}
.Head_Navigation .active a .reddot{
	display: block;
	width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -7px;
}
.Header_right{
	position: absolute;
	right: 40px;
	top:24px;
}
.Header_local,.Header_book {
	display: inline;
}
.Header_right_collapse{
	width: 100%;
    /* background-color: rgba(255,255,255,0.9); */
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.Header_right_collapse_wrap{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	text-align: left;
	height: 260px;
}
.Header_right_collapse_wrap .Room_detail_section01_row{
 	border:none;
 }
.Header_right_collapse_wrap label {
    text-align: left;
    width: 100%;
}

.Header_right_collapse_booktype{
	width: 100%;
	background-color: rgb(240, 234, 228, 0.7) !important;
	height: 52px;
    border-bottom: 1px solid #A8996E !important;
}

.Header_local img{
	width:26px;
	height:26px;
	margin-right: 20px;
	vertical-align: middle;
}
.Header_local .local_img1{
	display: unset;
}
.Header_local .local_img2{
	display: none;
}
.Header_book a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    font-family: 'AvenirLTStd-Black';
    border-radius: 4px;
    /* background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%); */
    background: #B4966D;
    letter-spacing: 2px;
    width: 190px;
    height: 40px;
    padding-top: 2px;
    line-height: 40px;
    display: inline-block;

}
.Header_book a span.forwebbooking {
	cursor: pointer;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
}
.Header_book a span.forwebbooking:after {
	content: '\27A4';
	position: absolute;
	opacity: 0;
	/*top: -10px;
	right: -10px;*/
	transition: 0.2s;

}
.Header_book a:hover{
    color: #fff;
    cursor:pointer;
    background: #907857;
}
.Header_book a:hover span.forwebbooking {
	padding-right: 35px;
}
.Header_book a:hover span.forwebbooking:after {
	opacity: 1;
	right: 0;
}
.GLP_Header_wrap_bg {
	background: #fff;
	height: 80px;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
	border-bottom: 1px solid #a58965;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.GLP_Header_wrap_bg .nav_top{
	border-bottom:1px solid #B4966D;
	height: 80px;
}
.GLP_Header_wrap_bg .nav_top .memu #navToggle span:nth-child(1),.GLP_Header_wrap_bg .nav_top .memu #navToggle span:nth-child(2),.GLP_Header_wrap_bg .nav_top .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
}
.GLP_Header_wrap_bg.navOpen .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
	top:25px;
}
.GLP_Header_wrap_bg.navOpen .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
	top:25px;
}
.GLP_Header_wrap_bg.navOpen .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
	top:25px;
}
.nav_langdropdown {
    color: #fff;
}
.nav_langdropdown a{
	color: #fff;
	text-decoration: none;
}
.nav_langdropdown .dropdown-menu{
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border: 1px solid #ebeef5;
    padding-top: 0;
    padding-bottom: 0;
	border-radius: 0;
	min-width: 50px;
	border-radius: 4px;
	margin-top: 5px;
	left: -15px !important;
}
.GLP_Header_wrap .dropdown-menu a {
	color: #212529;
	font-size: 14px;
}
.GLP_Header_wrap .dropdown-menu a:hover {
	color: #a58965;
	background-color: #f6f4ed;
}
.GLP_Header_wrap .dropdown-menu a.active {
	color: #a58965;
	background-color: transparent;
}
.GLP_Header_wrap.navOpen .nav_langdropdown a {
	color: #212529;
}
.GLP_Header_wrap.navOpen .nav_langdropdown .dropdown-menu a{
    color: #212529;
}
.GLP_Header_wrap_bg .nav_langdropdown a{
	color: #212529;
}
.nav_popper_arrow{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -13px;
    left: 40%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #f6f4ed;
	border-width: 6px;
	display: none;
}

.Head_Navigation_wrap{
	width: 100%;
	/* max-width: 1280px; */
	max-width: 1366px;
	margin:0 auto;

    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
}
.Head_Navigation {
    position: relative;
    top:80px;
	height: 44px;
	width: 100%;

    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
.navOpen .Head_Navigation {
	background-color: #2D6C71;
	height: 44px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);

	opacity: 1;
    visibility: visible;
    z-index: 10;
}
.Head_Navigation li.Head_Navigation_Item {
    float: left;
    font-family: 'AvenirLTStd-Heavy';
    list-style: none;
    color: #212529;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    /*width: 14%;*/
	width: auto;
}
/*.Head_Navigation li.Head_Navigation_Item:last-child {
    width: 16%;
}*/
.Head_Navigation li.Head_Navigation_Item a{
    color: #fff;
    text-decoration: none;
    line-height: 44px;
    height: 44px;
    position: relative;
    display: inline-block;

    cursor: pointer !important;
}
.Head_Navigation li.Head_Navigation_Item a:hover{
    text-decoration: none;
    border-bottom: 4px solid #fff;
    position:  relative;
    z-index: 1000;
}
.Head_Navigation li.Head_Navigation_Item .navContent {
    background-color: #F9F8F7;
    left: 0;
    position: absolute;
    top: 44px;
    width: 100%;
	z-index: 999;
	height: auto !important;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.Head_Navigation .navContent > li {
    color: #212529;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    list-style: none;
}
.Head_Navigation .navContent > li ul li{
    list-style: none;
}
.Head_Navigation .navContent ul li a {
    color: #212529;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.Head_Navigation .navContent ul li a:hover {
    background-color: #555;
    padding-left: 20px;
}
.Head_Navigation_navContent{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	font-family: 'AvenirLTStd-Light';
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}
.Head_Navigation_navContent_item{
	padding:0;
	height:40px ;
	line-height:40px !important;
	border-right: 1px solid #ccc;
}
.Head_Navigation_navContent_item:last-child{
	border-right: none;
}
.Head_Navigation_navContent_item a{
	color: #212529 !important;
	border:none;
	cursor:pointer;
	text-align: left;
	height:40px  !important;
	line-height:40px  !important;
}
.Head_Navigation_navContent_item a:hover{
	border:none !important;
}
.Head_Navigation_navImg{
	padding:20px 0;
}
.Head_Navigation_navImg .Head_Navigation_navContent_item img{
	width: 50%;
}
.Head_Navigation_navImg .Head_Navigation_navContent_itemsmall img{
	width: 20%;
}
.Head_Navigation_navImg .Head_Navigation_navContent_logo{
	width:100%;
	text-align: center;
	border-right: 2px solid #d8d8d8;
	line-height: 65px !important;
    height: 65px;
}
.Head_Navigation_navImg .Head_Navigation_navContent_logo a{
	width:100%;
	text-align: center;
}

.Head_Navigation_navImg .Head_Navigation_navContent_logo:last-child{
	border-right:none;
}
.Head_Navigation_navImg .Head_Navigation_navContent_logo:last-child a{
	border-right:none;
}
.navContent_wrap .navContent{
	display: block !important;
}

.GLP_Header_wrap_bg .img1{
	display: none !important;
}
.GLP_Header_wrap_bg .img2{
	display: block !important;
	width: 40px !important;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.GLP_Header_wrap_bg .img3{
	display: none !important;
}
.GLP_Header_wrap_bg .Header_local .local_img1{
	display: none;
}
.GLP_Header_wrap_bg .Header_local .local_img2{
	display: unset;
}
.navOpen .Header_local .local_img1{
	display: none;
}
.navOpen .Header_local .local_img2{
	display: unset;
}
.navOpen .nav_top{
	background-color: #fff;
	border-bottom:1px solid #B4966D;
}

.GLP_body_section01{
	width: 100%;
	height: 500px;
	background-color: rgba(21,44,44,0.85);
}
.section01_content{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	padding: 150px 0 0 0;
}
.section01_content_left{
	font-family: 'AvenirLTStd-Heavy';
	color: #fff;
	/*padding:0 60px 0 0;
	font-size: 54px;
	*/
	/*Dave 2021-3-11 begin*/
	/*text-align: right;*/
	font-size: 58px;
	/*end*/
	padding: 0 0 0 140px;
}
.section01_content_right{
	font-family: 'AvenirLTStd-Roman';
	font-size: 20px;
	color: #fff;
	padding:0 0 0 80px;
}
/*Dave 2021--3-15 begin*/
.section01_content_right p{
	/*text-align: justify;*/
	text-align: left;
}
/*end*/
.section01_content_right_a{
	margin-top: 10px;
	padding: 10px 0 0 0;
}
.section01_content_right_a a{
	color:#fff;
	font-family: 'AvenirLTStd-Black';
	padding:12px 40px;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	/*background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%);*/
	background: #2D6C71;
}
.section01_content_right_a a:hover{
	/*background: #B4966D;*/
	/*Dave 2021-3-11 begin*/
	background: #255054;
	/*end*/
}
.GLP_body_section02{
	/*padding:70px 0;*/
	/*Dave 2021-3-11 begin*/
	padding:50px 0 0;
	/*end*/
	background-color: #fff;
	padding-bottom: 40px;
}
.section02_content{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
}
.section02_content_left{
	padding:0;
}
.section02_content_left img{
	width:100%;
}
/*.section02_content:nth-child(odd) .section02_content_right{
	padding-left:80px;
	padding-right:0;
}*/
.section02_content:nth-child(odd) .section02_content_right{
	padding-left:40px;
	padding-right:0;
}
.section02_content:nth-child(even) .section02_content_right{
	padding-left:0;
	padding-right:40px;
}
.section02_content_right_logo img{
	width: 60%;
	height:auto;
	margin-bottom: 15px;
}
.section02_content_right h3{
	font-family: 'AvenirLTStd-Heavy';
	/*padding:30px 0 10px 0;*/
	padding:0px 0 10px 0;
	margin:0;
	font-size: 20px;
}
.section02_content_right p{
	font-family: 'AvenirLTStd-Roman';
	font-size: 16px;
	color: #212529;
	padding:0;
	margin:0;
	/*Dave 2021--3-15 begin*/
	/*text-align: justify;*/
	text-align: left;
	/*end*/
}
/*Dave 2021--3-16 begin*/
.section02_content_right ul{
	padding: 0 0 0 18px;
	margin: 0;
}
.section02_content_right ul li{
	/*text-align: justify;*/
	text-align: left;
}
/*end*/
.section02_content_right_a{
	margin-top: 20px;
}
.section02_content_right_a a{
	color:#fff;
	font-family: 'AvenirLTStd-Black';
	padding:12px 40px;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	/*background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%);*/
	background: #2D6C71;
}
.section02_content_right_a a:hover{
	/*background: #B4966D;*/
	/*Dave 2021-3-11 begin*/
	background: #255054;
	/*end*/
}
.GLP_body_section02 .section02_content:nth-child(1){
	position: relative;
}
.GLP_body_section02 .section02_content:nth-child(2){
	position: relative;
	margin-top:-20px;
}
.GLP_body_section02 .section02_content:nth-child(3){
	position: relative;
	margin-top:-20px;
}
.section02_content_wrap01 .section02_content_right{
	/*padding-top: 50px;*/
}
.section02_content_wrap02 .section02_content_right{
	/*padding-top: 80px;*/
	/*padding-top: 80px;*/
}
.section02_content_wrap03 .section02_content_right{
	/*padding-top: 100px;*/
}
.GLP_body_section03{
	width: 100%;
	background:url(https://glp-website-production.oss-cn-hongkong.aliyuncs.com/static/section3-bg.png) repeat #f7f6f1;
}
.section03_content{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
    /*padding-bottom: 60px;*/
	/*Dave 2021--3-18 begin*/
	/*end*/
}
.section03_content_common{
	position: relative;
}
.section03_content_belonghotel{
	position: absolute;
	/*right: 24px;*/
	/*Dave 2021-3-11 begin*/
	right: 15px;
	/*end*/
	top: 10px;
	font-size: 12px;
	color: #5f5f5f;
}
.section03_content h2{
	font-family: 'AvenirLTStd-Black';
	text-align: center;
	padding:40px 0 40px 0;
	margin: 0;
}
.section03_content img{
	width: 100%;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform .3s ease;
}
.section03_content img:hover{
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform .3s ease;
}
.section03_content_common{
	background-color: #fff;
	padding: 24px 24px 20px 24px;
	border-bottom:1px solid #a58965;
}
.section03_content_common h5{
	font-family: 'AvenirLTStd-Black';
	margin: 0;
	line-height: 30px;
}
.section03_content_common p{
	font-family: 'AvenirLTStd-Roman';
	margin:0;
	/*line-height: 30px;*/
	font-size: 14px;
}
.GLP_body_section04{
	width: 100%;
	background:#fff;
	padding-bottom: 80px;
}
.GLP_body_section04 h2{
	font-family: 'AvenirLTStd-Black';
	text-align: center;
	/*padding-top: 70px;*/
	/*Dave 2021-03-30 begin*/
	padding-top: 40px;
	/*end*/
	margin: 0;
}
.section03_content_line{
	width: 100%;
	height:1px;
	background-color: #a58965;
	margin:60px 0;
}
.section03_01_content{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
    padding:40px 0 0 0;
}
.section03_01_content img{
	width: 100%;
}
.section03_01_content h5{
	font-family: 'AvenirLTStd-Medium';
	/*margin: 30px 0 20px 0;*/
	/*Dave 2021-3-11 begin*/
	margin: 20px 0 10px 0;
	/*end*/
}
.section03_01_content p{
	font-family: 'AvenirLTStd-Roman';
	margin:5px 0 0 0 ;
	/*line-height: 25px;*/
	font-size: 16px;
	/*Dave 2021--3-15 begin*/
	/*text-align: justify;*/
	text-align: left;
	/*end*/
}

.GLP_Foot{
	position: relative;
	width: 100%;
	background:url(https://glp-website-production.oss-cn-hongkong.aliyuncs.com/static/section3-bg.png) repeat #f7f6f1;
}
.Foot_line{
	width: 100%;
	height: 3px;
	background-color: #2f6c70;
}
.GLP_Foot_info{
	width: 100%;
	margin:0 auto;
	background:url(https://glp-website-production.oss-cn-hongkong.aliyuncs.com/static/section3-bg.png) repeat #f7f6f1;
}
.Foot_info_wrap{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	padding:30px 0;
}
.Foot_info_wrap .col{
	flex-basis: 0;
	flex-grow: 1;
}
.Foot_info_wrap h5{
	font-family: 'AvenirLTStd-Heavy';
	margin:0 0 10px 0;
	font-size: 16px;
	pointer-events:none;
}
.Foot_info_wrap .collapse:not(.show) {
    display: block;
}
.Foot_info_wrap p{
	margin:0;
}
.Foot_info_wrap p a{
	color: #5f5f5f;
	font-size: 13px;
	font-family: 'AvenirLTStd-Medium';
	text-decoration: none;
}
.Foot_info_contact p{
	color: #5f5f5f;
	font-size: 13px;
	font-family: 'AvenirLTStd-Medium';
	min-height: 24px;
	line-height: 1.5;
	word-wrap:break-word;
	word-break: break-all;
}
.Foot_collaps_div{
	color: #5f5f5f;
	font-size: 13px;
	font-family: 'AvenirLTStd-Medium';
	min-height: 24px;
	line-height: 1.5;
}
.Foot_collaps_div_img{
	display: inline-block;
	vertical-align: top;
	width: 18px;
}
.Foot_collaps_div_title{
	display: inline-block;
	white-space: normal;
	word-break: break-all;
}
.Foot_info_contact img{
	width: 18px;
	height: 18px;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.Foot_info_social{
	padding: 0;
    margin: 20px 0 0 0;
}
.Foot_info_social .col{
	padding-right: 5px;
	padding-left: 0;
	text-align: center;
}
.Foot_info_social .col img{
	width: 100%;
    height: auto;
    margin: 0;
	max-width: 30px;
}
.qrcode img{
	/*width: 100% !important;*/
	max-width:100% !important;
}

.GLP_Foot_copyright{

    float: left;
	width: 100%;
	background-color: #fff;
}
.Foot_copyright{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	text-align: right;
	font-size: 14px;
}
.Foot_copyright a{
	color: #5F5F5F;
	line-height: 70px;
	text-decoration: none;
	padding: 0 5px 0 0;
	font-family: 'AvenirLTStd-Medium';
	font-size: 13px;
	/*border-right: 1px solid #5F5F5F;*/
}

.Foot_copyright span{
	/*Dave 2021-3-9 begin*/
	/*padding-left: 5px;*/
	/*end*/
	color: #5F5F5F;
	font-family: 'AvenirLTStd-Medium';
	font-size: 13px;
}
.Footer_Language_dropdown .dropdown-menu.show {
    min-width: 50px;
    border-radius: 0;
	left: 23px !important;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	border: 1px solid #ebeef5;
	border-radius: 4px;
	margin-top: 5px;
    padding: 0;
}
.Footer_Language_dropdown a{
	color: #5f5f5f;
    font-size: 13px;
    font-family: 'AvenirLTStd-Medium';
    text-decoration: none;
}
.Footer_Language_dropdown .dropdown-menu a {
	color: #212529;
	font-size: 14px;
}
.Footer_Language_dropdown .dropdown-menu a:hover {
	color: #a58965;
	background-color: #f6f4ed;
}
.Footer_Language_dropdown .dropdown-menu a.active {
	color: #a58965;
	background-color: transparent;
}
.Footer_Language_dropdown .nav_popper_arrow{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -13px;
    left: 40%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #fff;
	border-width: 6px;
	display: none;
}
.Foot_friend{
    font-family: 'AvenirLTStd-Medium';
}
/*.Foot_logo img{
	width: 200px;
}*/
.Foot_copyright_left{
	float: left;
	display: inline;
}
.Foot_copyright_right{
	float: right;
	display: inline;
}
.Foot_copyright_right a{
	border-right: 1px solid #5F5F5F;
}

.dining_addbox_btn {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: none;
	margin-bottom: 20px;
}

/***************
inner pages - hotel home page
****************/
.GLP_Header_Hotelhome{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner01.jpg);
    position: fixed;*/
    background-position: center;
    background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.Hotel_Home{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
}
.Bread_nav{
	padding:30px 0 0 0;
	font-family: 'AvenirLTStd-Roman';
	font-size: 14px;
}
.Bread_nav a{
	color: #212529;
	text-decoration: none;
}
.Bread_nav .icon-double-angle-right{
	padding:0 5px;
}
/*.Hotel_Home_detail img{
	width: 100%;
	height: auto;
}*/
.Hotel_Home_detail h1,
.Hotel_Home_detail h2,
.Hotel_Home_detail h3 {
    font-family: 'AvenirLTStd-Black';
    text-align: center;
    padding: 40px 0 40px 0;
	margin: 0;
	font-size: 2rem;
}
.TermofUse_title h1{
	padding:0;
	text-align: left;
}
.Hotel_Home_theme{

}
.Hotel_Home_theme h2{
	font-family: 'AvenirLTStd-Heavy';
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: bold;
	padding-top: 0;
}
.Hotel_Home_detail p{
    font-family: 'AvenirLTStd-Roman';
	/*text-align: center;*/
	/*Dave 2021--3-12 begin*/
	text-align: justify;
	/*end*/
	font-size: 16px;
	/*line-height: 30px;*/
	line-height: 24px;
	/*margin-top: 10px;*/
}
.Hotel_Home_line{
	width: 100%;
	height: 1px;
	margin-top: 40px;
	background: #a58965;
	display: none;
}
.Hotel_Home_line_bottom{
	display: none !important;
}
/***************
inner pages - hotel introduction page
****************/
.GLP_Header_Hotelintroduction{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner02.jpg);
    position: fixed;*/
    background-position: center;
	background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.Hotel_introduction{
	padding: 0 20px;;
	margin:0;
	font-size: 14px;
}
.Hotel_introduction p{
	line-height: 20px;
}
.Hotel_introduction_row .col-lg-4{
	margin-top: 40px;
}
.Hotel_introduction_row .col-lg-4:nth-child(1),.Hotel_introduction_row .col-lg-4:nth-child(2),.Hotel_introduction_row .col-lg-4:nth-child(3){
	margin-top: 0;
}
.introduction_body_section01{
	width: 100%;
	background-color: #fff;
}
.introduction_body_section_wrap{
	width: 100%;
	max-width:1080px;
	margin:0 auto;
}
.introduction_body_section_row{
	width:100%;
}
.introduction_body_section_wrap h2{
	font-family: 'AvenirLTStd-Black';
    text-align: center;
    padding: 40px 0 40px 0;
    margin: 0;
}
/***************
inner pages - hotel room detail page
****************/
.GLP_Header_Hotelroomdetail{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner03.jpg);
    position: fixed;*/
	position: fixed;
	background: none;
	height:100%;
}
.Room_detail_section01{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	/*padding:50px 0;*/
	/*Dave 2021-3-11 begin*/
	padding:0px 0 0 0;
	/*end*/

}
.art_detail_div{
	padding:40px 0 80px 0;
}

.Room_detail_section01 a.displaybutton{
	display: none;
	float: left;
    color: #fff;
    font-family: 'AvenirLTStd-Black';
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    /* background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%); */
    background: #B4966D;
}
.Room_detail_section01 #collapseforinnercalander{
	display: flex;
}
.Room_detail_section01 h3{
	font-family: 'AvenirLTStd-Black';
	margin-bottom: 20px;
}
.art_detail_div h1{
	font-family: 'AvenirLTStd-Black';
	margin-bottom: 20px;
	font-size: 28px;
}
.Room_detail_section01_row{
	border:1px solid #a58965;
	margin:0;
	padding:30px 25px 20px 25px;
}
.Room_detail_section01_row_offer{
 padding:10px 25px 10px 25px !important;
}

.Room_detail_section01_area{
	margin-bottom: 20px;
    padding: 0 20px;
}

.Room_detail_section02 p{
	/*padding:40px 0;*/
	/*Dave 2021-3-11 begin*/
	padding: 0px 0 20px 0;
	/*end*/
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	/*Dave 2021--3-12 begin*/
	text-align: justify;
	/*end*/
}
.Room_detail_section03_row{
	margin:0;
}
.Room_detail_section03_row h6{
	font-family: 'AvenirLTStd-Black';
	width: 100%;
	margin:0;
	padding-bottom: 40px;
}
.Room_detail_section03_row h3{
	font-family: 'AvenirLTStd-Black';
	width: 100%;
	margin:0;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: left;
}
.Room_detail_section03_top{
	margin:0;
}
.Room_detail_section03_bottom{
	margin:0;
}
.Room_detail_section03_all{
	padding:0;
}
.Room_detail_section03_allleft{
	float: left;
	padding: 0 0 40px 0;
	display: inline;
}
.Room_detail_section03_allleft p,.Room_detail_section03_all p{
	margin:0;
	font-family: 'AvenirLTStd-Roman';
	font-size: 14px;
}
.Room_detail_section03_allleft h6,.Room_detail_section03_all h6{
	margin:0;
	padding-bottom: 3px;
	font-family: 'AvenirLTStd-Black';
}
.Room_detail_section03_allleft ul,.Room_detail_section03_all ul{
	padding: 0 20px;
    margin: 0;
    font-size: 14px;
}
.Room_detail_content_row img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
}
/***************
inner pages - hotel room detail page
****************/
.GLP_Header_Offerhome{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner04.jpg);
    position: fixed;*/
    background-position: center;
    background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.offerhome_section01_content{
	padding-bottom: 0;
}
/*.offerhome_section01_content h2{
	text-align: left;
}*/
.offerhome_section01_contentdetail{
	font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
	line-height: 30px;
	margin:0;
}
.Offerhome_section03_content_row .col-lg-6 {
    margin-bottom: 40px;
}
.Offerhome_section03_content_row .col-lg-6:last-child {
    margin-bottom: 0;
}
.Offerhome_section03_content_row .col-lg-6:last-child(2) {
    margin-bottom: 0;
}

/***************
inner pages - hotel room detail page
****************/
.GLP_Header_Offerdetail{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner05.jpg);
	position: fixed;*/
	position: fixed;
}
.Offerdetail_info{
	padding: 0 0 20px 0;
    font-size: 18px;
    font-family: 'AvenirLTStd-Roman';
}
.offerdetail_section01{
	padding-top: 60px;
}
.offerdetail_section01_wrap{
    /*padding-bottom: 40px;*/
    /*Dave 2021-3-11 begin*/
    padding-bottom: 40px;
    /*end*/
}
.offerdetail_section01_info h6{
	font-family: 'AvenirLTStd-Heavy';
}
.offerdetail_section01_info h6 span{
	font-family: 'AvenirLTStd-Heavy';
}
.offerdetail_section01_info h6 span b{
	font-family: 'AvenirLTStd-Light';
	font-weight: normal;
}
.offerdetail_section01_info ul{
	padding: 0 20px;
    margin: 0;
    font-size: 16px;
}
.offerdetail_section01_info p{
    margin: 0;
    font-size: 16px;
	/*Dave 2021--3-12 begin*/
	text-align: justify;
	/*end*/
}
.offerdetail_section01_info .offerdetail_section01_collapse{
	cursor: pointer;
	font-family: 'AvenirLTStd-Heavy';
}
.offerdetail_section01_info a[aria-expanded="false"]{
	background: url(../images/selecthotel.png) no-repeat right center;
	background-size:  30px;
	padding-right: 30px;
}
.offerdetail_section01_info a[aria-expanded="true"]{
	background: url(../images/selecthotel02.png) no-repeat right center;
	background-size:  30px;
	padding-right: 30px;
}
.offerdetail_section01_info .card-body{
	padding:10px 0;
	border:none;
	/*Dave 2021--3-12 begin*/
	/*text-align: justify;*/
	text-align: left;
	font-size: 14px;
	/*end*/
}
.offerdetail_section01_info .card-body ul li{
	font-size: 14px;
}
.offerdetail_Similar_row .col-lg-12{
	padding:0 5px;
}
.offerdetail_Similar_row .col-lg-4{
	padding:0 5px;
}
/***************
inner pages -  Restaurants home page
****************/
.GLP_Header_Restaurantshome{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner06.jpg);
    position: fixed;*/
    background-position: center;
    background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.Restaurants_Home_detail{
    margin-bottom: 50px;
}
.Restaurants_section01_content{
	/*padding-bottom: 80px;*/
	/*Dave 2021--3-18 begin*/
	padding-bottom: 30px;
	/*end*/
}
.Restaurants_section01_content h2 {
    text-align: left;
}
.Restaurants_section01_row{
	/*margin-bottom: 24px;*/
}
.collogo{
	width: calc(20% - 5px);
    display: inline-block;
    padding: 0 20px 20px 0;
}
/***************
inner pages -  Restaurants home page
****************/
.GLP_Header_Meetingshome{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner07.jpg);
    position: fixed;*/
    background-position: center;
	background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.Meetings_body_section01{
	padding-top: 20px;
}
.Meetings_body_section01_data{
	text-align: center;
	font-family: 'AvenirLTStd-Black';
	font-size: 50px;
	padding:0;
	border-right:1px solid #a58965;
	margin-top: 20px;
}
.Meetings_body_section01_data:last-child{
	border-right:none;
}
.Meetings_body_section01 .small{
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
}
.Meetings_body_section02 .section02_content_right h3 {
	padding: 0 0 20px 0;
	font-size: 26px;
}
.Meetings_body_list_title{
	padding-top: 20px;
	font-family: 'AvenirLTStd-Medium';
}
.Meetings_body_list ul{
	padding:0 0 0 18px;
	margin: 0;
	font-family: 'AvenirLTStd-Medium';
}
/***************
inner pages -  Restaurants home page
****************/
.GLP_Header_Shophome{
	width: 100%;
    /*height:608px;
    background: url(../images/hotel-banner08.jpg);
    position: fixed;*/
    background-position: center;
    background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.GLP_Header_Shophome .bannermobile,.GLP_Header_Nofound .bannermobile{
	display: none;
}
.GLP_Header_Offerdetail .mobile_carousel{
	display: none;
}
.Shop_body_section02 .section02_content_right h3 {
	padding: 0 0 20px 0;
	font-size: 26px;
}
/***************
inner pages -  Restaurants home page
****************/
.GLP_Header_Weddinghome{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner09.jpg);
    position: fixed;*/
    background-position: center;
    background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.Wedding_body_section02 .section02_content_right h3 {
	padding: 0 0 20px 0;
	font-size: 26px;
}
/* Dave 2021-03-25*/
.Contact_body_section02{
	padding: 20px 0 20px 0;
}
.Contact_home{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	border-bottom: 1px solid #a58965;
}
.Contact_home .col-lg-4{
	padding:30px 15px 30px 0;
}
.Contact_home .Contact_home_section01_info{
	margin-bottom: 0;
}
.Contact_home .Contact_home_section01_info h6{
	padding-bottom: 6px;
}
.Contact_home:last-child{
	border-bottom:0;
	padding-bottom: 50px;
}
.line_mobile{
	display: none;
}
.Contact_home:last-child{
	border: none;
}
.Contact_home:last-child .line_mobile{
	border: none;
	display: none;
}
/*end*/
/***************
inner pages -  Restaurants home page
****************/
.GLP_Header_SPAhome{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner10.jpg);
    position: fixed;*/
    background-position: center;
    background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.Wedding_body_section02 .section02_content_right h3 {
	padding: 0 0 20px 0;
	font-size: 26px;
}
/***************
inner pages -  GLP_Header_Press Release home page
****************/
.GLP_Header_PressReleasehomehome{
	width: 100%;
    height: 105px;
    background:none;
}
.NoBanner_Wrap{
	top:130px;
	padding-bottom: 0
}
.NoBanner_Foot_Wrap{
	/*top:105px;*/
	top: 130px;
}
.PressRelease_wrap{
	width: 100%;
}
.PressRelease_Home_detail h1 {
    font-family: 'AvenirLTStd-Black';
    text-align: center;
    padding: 40px 0 30px 0;
    margin: 0;
	font-size: 2rem;
}
.PressRelease_wrap .nav-tabs {
    border-bottom:none;
}
.PressRelease_wrap .nav-tabs li{
    width:50%;
    font-family: 'AvenirLTStd-Black';
    color: #212529;
}
.PressRelease_wrap .nav-tabs li a{
    color: #212529;
    padding:0 10px;
}
.PressRelease_wrap .nav-tabs li.active a{
    color: #a58965;
}
.PressRelease_wrap .nav-tabs li:first-child{
    text-align: right;
    border-right:2px solid #000;
}
.PressRelease_wrap .nav-tabs li:last-child{
    text-align: left;
}
.PressRelease_wrap_content{
	padding-bottom: 80px;
}
.PressRelease_wrap_content_list{
	margin:50px 0 0 0;
}
.PressRelease_wrap_content_list ul{
	margin:0;
	padding:0;
}
.PressRelease_wrap_content_list ul li{
	list-style: none;
	border-top:1px solid #a58965;
	padding: 50px 0;
	margin:0;
}
.PressRelease_wrap_content_list ul li .content_button a{
	background: #2D6C71;
    font-size: 14px;
}
.PressRelease_wrap_content_list ul li .content_button a:hover{
	background: #255054;
}
.PressRelease_wrap_content_list ul li:last-child{
	padding: 50px 0 0 0;
}
.content_img{
	width: 293px;
	min-height: 220px;
}
.content_img img{
	width: 293px;
	min-height: 220px;
}
.content_info{
	width: calc(100% - 293px);
	height: auto;
	padding-left: 35px;
}
.content_title h4{
	font-family: 'AvenirLTStd-Heavy';
}
.content_data{
	margin:10px 0;
}
.content_data p{
	font-family: 'AvenirLTStd-Medium';
}
.content_detail{
	margin: 0 0 10px 0;
}
.content_detail p{
	font-family: 'AvenirLTStd-Roman';
	/*Dave 2021--3-15 begin*/
	text-align: justify;
	/*end*/
}
.content_button{
    padding-top: 10px;
}
.content_button a {
    color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 2px;border-radius: 4px;
    /*background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%);*/
	background: #B4966D;
}
.content_button a:hover{
    background: #B4966D;
}
/***************
inner pages -  GLP_Header_Press Release detal page
****************/
.PressRelease_detail_detail h1 {
    font-family: 'AvenirLTStd-Black';
    text-align: left;
    padding: 40px 0 0 0;
    margin: 0;
	font-size: 2rem;
	margin-bottom: 30px;
}
.PressRelease_detail_detail p {
    font-family: 'AvenirLTStd-Black';
    font-size: 14px;
    margin: 0;
}

.PressRelease_detail_wrap{
	padding:30px 0 0 0;
}
.PressRelease_detail_wrap li{
	margin-left: 15px;
}
.PressRelease_detail_wrap p{
	font-family: 'AvenirLTStd-Roman';
	/*Dave 2021--3-15 begin*/
	text-align: justify;
	/*end*/
}
.PressRelease_detail_img{
	/*padding:20px 0 0 0;*/
	/*display: inline;*/
	/*Dave 2021--3-15 begin*/
	/*margin-left:0;*/
	/*end*/

}
.PressRelease_detail_img img{
	/*margin-right: 20px;*/
		/*width: 100%;*/
	width: 100%;
    height: auto;
    margin-top: 15px;
}
.PressRelease_detail_button{
	text-align: center;
	padding:40px 0 0 0;
}
.PressRelease_detail_button a {
    color: #A58965;
    font-family: 'AvenirLTStd-Black';
    padding: 13px 40px;
    font-size: 14px;
    text-decoration: none;
	letter-spacing: 2px;
	margin: 0 12px;
    border-radius: 4px;
    /*background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%);*/
    background: transparent;
	border: 1px solid #A58965;

}

.PressRelease_detail_button a:hover{
    background: #B4966D;

    color: #fff;
}
/***************
inner pages -  BrandStory home page
****************/
.GLP_Header_BrandStoryhome{
	width: 100%;
    /*height: 608px;
    background: url(../images/hotel-banner11.jpg);
    position: fixed;*/
    background-position: center;
    background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.Brand_Story_home .Brand_Story_toptitle{
	text-align: center;
	margin:0;
	font-family: 'AvenirLTStd-Medium';
	padding-top: 20px;
}
.Brand_Story_home_section01{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
}
.Brand_Story_home_section01 img{
	width: 100%;
}
.Brand_Story_section01_wrap{
	margin:0;
}
.Brand_Story_section01_left {
    border-right: 1px solid #a58965;
    padding-right: 50px;
}
.Brand_Story_section01_left p{
    font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
	line-height: 24px;
	/*line-height: 30px;*/
	margin-bottom: 30px;
}
.Brand_Story_section01_left p:last-child{
	margin-bottom: 0;
}
.Brand_Story_section01_right{
	padding-left: 50px;
}
.Brand_Story_section01_rightwrap{
	display: flex;
	width: 100%;
	font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
	line-height: 30px;
}
.Brand_Story_leftimg{
	padding:0;
	margin-right: 10px;
}
/*.Brand_Story_leftimg img{*/
	/*margin: 10px 0;*/
/*}*/
.Brand_Story_rightinfo{
	padding:0;
	flex-grow: 6;
}
.Brand_Story_section01_rightwrap_arrow{
	height: 24px;
	line-height: 24px;
	padding-left: 22px;
}
.Brand_Story_section01_rightwrap_arrow img{
	width: 12px;
    margin-top: -10px;
}
/***************
inner pages -  Contact home page
****************/
.GLP_Header_Contacthome{
	width: 100%;
    /*height:608px;
    background: url(../images/hotel-banner12.jpg);
    position: fixed;*/
    background-position: center;
    background-size: cover;
	position: fixed;
	background: none;
	height:100%;
}
.Contact_home_section01{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.Contact_home_section01_wrap{
	width: 70%;
	margin:0 auto;
}
.Contact_home_section01_left{
	width: 45%;
	padding:0 5% 0 0;
	border-right: 1px solid #a58965;
}
.Contact_home_section01_right{
	width: 35%;
	padding:0 0 0 15%;
}
.Contact_home_section01_info{
	margin-bottom: 30px;
}
.Contact_home_section01_info h6,.Contact_home_section01_info h6{
	color:#a58965;
	font-family: 'AvenirLTStd-Black';
}
.Contact_home_section01_info p,.Contact_home_section01_info p{
	font-family: 'AvenirLTStd-Roman';
	font-size: 14px;
	margin:0;
	line-height: 24px;
}
/***************
inner pages -  Map page
****************/
.Map_wrap{
	padding: 40px 0;
}
.Map_wrap img{
	width: 100%;
}
.Map_wrap_section01{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
}
.Map_wrap_detail p{
	margin:0;
}
.Map_wrap_detail ul{
	padding: 0 20px;
	margin: 0;
	font-size: 16px;
}
.Map_wrap_row{
	/*height: 625px;*/
	/*Dave 2021-3-11 begin*/
	height: 600px;
	/*end*/
	margin: 10px 0 0 0;
}
.Map_wrap_rows{
	margin: 10px 0 0 0;
}
.Route_wrap_table{
    /*margin: 50px 0 0 0;*/
	/*Dave 2021-3-19 begin*/
	margin: 10px 0 0 0;
	/*end*/
    padding: 0 15px 0 15px;
    font-family: 'AvenirLTStd-Roman';
}
.Route_wrap_thead{
    border-bottom: 1px solid #ddd;
    background-color: #B4966D;
    color: #fff;
}
.Route_wrap_tbody_tr{
    border-top: 1px solid #ddd;
	font-size: 14px;
}
.Route_wrap_tbody .Route_wrap_tbody_tr:nth-child(even){
    background-color: #FFF9ED;
}
.Route_wrap_thead_th{
    padding: 12px 15px;
	font-weight: bold;
}
.Route_wrap_thead_td{
    padding: 12px 15px;
}
.Map_wrap_info{
	/*padding:100px 5% 0 5%;*/
	/*Dave 2021-3-11 begin*/
	padding:50px 5% 0 5%;
	/*end*/
	background-color: #A58965;
	color: #fff;
}
.Map_wrap_info h2{
	font-family: 'AvenirLTStd-Black';
	padding-bottom: 30px;
}
.Map_wrap_img{
	padding:0;
}
.Map_wrap_img img{
	height: 100%;
	width: 100%;
}
.Map_wrap_infotitle{
	font-family: 'AvenirLTStd-Black';
    font-size: 18px;
    line-height: 30px;
}
.Map_wrap_Drivinglist{
	padding:0 0 0 18px;
}
.Map_wrap_Drivinglist li{
	font-family: 'AvenirLTStd-Light';
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0;
}
/***************
inner pages -  Term of Use and Privacy Policy page
****************/
.TermofUse_wrap_lasttime{
	font-family: 'AvenirLTStd-Black';
	padding-top: 20px;
	/*padding-bottom: 40px;*/
	padding-bottom: 15px;
}
.TermofUse_wrap h6{
	font-family: 'AvenirLTStd-Black';
}
.TermofUse_wrap p{
	font-family: 'AvenirLTStd-Roman';
	padding-bottom: 20px;
	/*Dave 2021--3-15 begin*/
	text-align: justify;
	/*end*/
}
.TermofUse_wrap p:last-child{
	padding-bottom: 0;
}
.TermofUse_wrap ul{
	margin:0;
	padding:0 0 20px 20px;
}
.TermofUse_wrap ul li{
	font-family: 'AvenirLTStd-Roman';
	text-align: justify;
}
.TermofUse_wrap_contact{
	margin:0;
	padding-bottom:0 !important;
}
/***************
inner pages -  Term of Use page
****************/
.Sitemap_section{
	padding:0px;
	margin:0;
}
.Sitemap_bottom{
    padding-bottom: 30px;
}
.Sitemap_bottom_main{
    padding-bottom: 20px;
}
.Sitemap_section h4{
	font-family: 'AvenirLTStd-Black';
	width: 100%;
	font-size: 18px;
}
.Sitemap_section h6{
	font-family: 'AvenirLTStd-Heavy';
	padding:20px 0;
	font-size: 16px;
}
.Sitemap_section .col-md-4:last-child h6{
	/*padding-bottom:0px;*/
	margin-bottom:0;
}

#bookh6{
	padding:10px 0;
}
#offer_ul{
	padding-top:20px;
}
.Sitemap_section .col-lg-4{
	padding:0;
}
.Sitemap_section ul{
	/*padding:0 0 0 20px;*/
	padding:0;
	color: #212529;
}
.Sitemap_section ul li{
	list-style-type:none;
	font-family:"AvenirLTStd-Roman";
}
.sitemap_three{
	padding:0 0 0 20px !important;
}
.Sitemap_section ul a{
	color: #212529;
	font-size: 14px;
}
.sitemaptitle h1{
	padding:40px 0;
}
.Sitemap_section .col-lg-3{
	padding: 40px 0 0 0;
}
/***************
Calendar
****************/
.btn-Forcalendar{
    color: #fff;
    background: #a58965;
    text-decoration: none;
    font-size: 16px;
    font-family: 'AvenirLTStd-Roman';
    border-radius: 0;
}
.btn-Forcalendar:hover{
    color: #fff;
}
/***************
banner scroll
****************/
.carousel-item-img{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}
.carousel-item-img img{
	width: 214px;
	margin: 0 3px;
	height: 100%;
}
.carousel-control-item {
	width:unset;opacity:0.8;
}
/*.carousel-indicators{
	position:unset;
}
.carousel-indicators .active{
	border: 2px #2f6c70 solid;
}*/
/*Dave 2021-3-22 begin*/
.carousel-indicators{
	position: absolute;
	bottom: 5px;
	/*left: 50%;*/
	z-index: 15;
	/*width: 60%;
	padding-left: 0;
	margin-left: -30%;*/
	text-align: center;
	list-style: none;
}
.carousel-indicators li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 2.5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #0009;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active{
	background-color: #fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-color: #0009;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
	background-color: #fff;
}
/*end*/
#carouselExampleCaptions .carousel-inner{
	height: 100%;
}
#carouselExampleCaptions .carousel-inner .carousel-item.active{
}
#carouselExampleCaptions .carousel-inner .w-100 {
    width: 100% !important;
    height: 100%;
}
#carouselExampleCaptions .carousel-indicators{
	bottom: 30px;
}

#carouselExampleCaptions-mobile .carousel-inner{
	height: 100%;
}
#carouselExampleCaptions-mobile .carousel-inner .carousel-item.active{
}
#carouselExampleCaptions-mobile .carousel-inner .w-100 {
    width: 100% !important;
    height: 100%;
}
#carouselExampleCaptions-mobile .carousel-indicators{
	bottom: 30px;
}
/*@media screen and (min-width:1920px) and (max-width:2560px){
    #carouselExampleCaptions .carousel-inner .w-100 {
		width: 100% !important;
		height: 760px;
	}
}*/
/***************
header logo img3
****************/
.img3{
	display: none;
}
/***************
BOOK NOW Header
****************/
.BOOKNOW_Header_bg {
	background: #fff;
	height: 80px;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: none;
        /* border-bottom: 1px solid #a58965; */
}
.BOOKNOW_Header_bg .nav_top .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
}
.BOOKNOW_Header_bg .nav_top .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
}
.BOOKNOW_Header_bg .nav_top .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
}
.BOOKNOW_Header_bg.navOpen .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
	top:25px;
}
.BOOKNOW_Header_bg.navOpen .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
	top:25px;
}
.BOOKNOW_Header_bg.navOpen .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
	top:25px;
}
.BOOKNOW_Header_bg .nav_langdropdown a{
	color: #212529;
}
.BOOKNOW_Header_bg .nav_langdropdown .dropdown-menu a{
    color: #212529;
}
.BOOKNOW_Header_bg .img1{
	display: none !important;
}
.BOOKNOW_Header_bg .img2{
	display: block !important;
	width: 40px !important;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.BOOKNOW_Header_bg .img3{
	display: none !important;

}
.BOOKNOW_Header_bg .Header_local .local_img1{
	display: none;
}
.BOOKNOW_Header_bg .Header_local .local_img2{
	display: unset;
}
.BOOKNOW_Header_bg .nav_top {
    position: relative;
    z-index: 4;
    height: 80px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}


.NoBanner_Header_wrap .img1{
	display: none !important;
}
.NoBanner_Header_wrap .img2{
	display: none !important;
}
.NoBanner_Header_wrap .img3{
	display: block !important;
}
.NoBanner_Header_wrap .nav_top {
    position: relative;
    z-index: 4;
    height: 120px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.NoBanner_Header_wrap {
	background: #fff;
	height: 120px;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1)
}
.NoBanner_Header_wrap .nav_top .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
}
.NoBanner_Header_wrap .nav_top .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
}
.NoBanner_Header_wrap .nav_top .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
}
.NoBanner_Header_wrap.navOpen .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
	top:25px;
}
.NoBanner_Header_wrap.navOpen .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
	top:25px;
}
.NoBanner_Header_wrap.navOpen .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
	top:25px;
}
.NoBanner_Header_wrap .nav_langdropdown a{
	color: #212529;
}
.NoBanner_Header_wrap .img1{
	display: none !important;
}
.NoBanner_Header_wrap .img2{
	display: block !important;
	width: 40px !important;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.NoBanner_Header_wrap .img2{
	display: none !important;

}
.NoBanner_Header_wrap .Header_local .local_img1{
	display: none;
}
.NoBanner_Header_wrap .Header_local .local_img2{
	display: unset;
}
.NoBanner_Header_wrap .nav_top {
    position: relative;
    z-index: 4;
    height: 120px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}


/**/
.Header_book_status .img1{
	display: none !important;
}
.Header_book_status .img2{
	display: block !important;
}
.Header_book_status .img3{
	display: none !important;
}
.Header_book_status .nav_top {
    position: relative;
    z-index: 4;
    height: 80px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.Header_book_status {
	background: #fff;
	height: 80px;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    box-shadow: none;
        border-bottom: 1px solid #a58965;
}
.Header_book_status .nav_top .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
}
.Header_book_status .nav_top .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
}
.Header_book_status .nav_top .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
}
.Header_book_status.navOpen .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
	top:25px;
}
.Header_book_status.navOpen .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
	top:25px;
}
.Header_book_status.navOpen .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
	top:25px;
}
.Header_book_status .nav_langdropdown a{
	color: #212529;
}
.Header_book_status .nav_langdropdown .dropdown-menu a{
    color: #212529 !important;
}
.Header_book_status .img1{
	display: none !important;
}
.Header_book_status .img2{
	display: block !important;
	width: 40px !important;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.Header_book_status .Header_local .local_img1{
	display: none;
}
.Header_book_status .Header_local .local_img2{
	display: unset;
}
.Header_book_status .nav_top {
    position: relative;
    z-index: 4;
    height: 80px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
/**/
.navToggle_nav_status .img1{
	display: none !important;
}
.navToggle_nav_status .img2{
	display: none !important;
}
.navToggle_nav_status .img3{
	display: none  !important;
}
.navToggle_nav_status .nav_top {
    position: relative;
    z-index: 4;
    height: 80px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.navToggle_nav_status {
	background: #fff;
	height: 80px;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    box-shadow: none;
        border-bottom: 1px solid #a58965;
}
.navToggle_nav_status .nav_top .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
}
.navToggle_nav_status .nav_top .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
}
.navToggle_nav_status .nav_top .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
}
.navToggle_nav_status.navOpen .memu #navToggle span:nth-child(1) {
	width: 30px;
	background: #000;
	top:25px;
}
.navToggle_nav_status.navOpen .memu #navToggle span:nth-child(2) {
	width: 30px;
	background: #000;
	top:25px;
}
.navToggle_nav_status.navOpen .memu #navToggle span:nth-child(3) {
	width: 30px;
	background: #000;
	top:25px;
}
.navToggle_nav_status .nav_langdropdown a{
	color: #212529;
}
.navToggle_nav_status .nav_langdropdown .dropdown-menu a{
    color: #212529 !important;
}
.navToggle_nav_status .img1{
	display: none !important;
}
.navToggle_nav_status .img2{
	display: block !important;
	width: 40px !important;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.navToggle_nav_status .Header_local .local_img1{
	display: none;
}
.navToggle_nav_status .Header_local .local_img2{
	display: unset;
}
.navToggle_nav_status .nav_top {
    position: relative;
    z-index: 4;
    height: 80px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

/*.BOOKNOW_Header_bg header .Header_book a {
	pointer-events: none;
}*/
/***************
默认状态打开menu增加
****************/
.Header_Menu_scroll_Class .img3{
	display: inline-block !important;
}
.Header_Menu_scroll_Class .img2{
	display: none !important;
}

.bgw{
	background-color: #fff;
}
.bgw .nav_top .memu #navToggle span{
    background: #000 !important;
}
.bgw a {
    color: #212529;
}
.bgw .Header_book a{
	color: #fff;
}
/***************
鼠标移动图片变大
****************/
.hover-enlarge-img{
	cursor: pointer;
	transition: all 0.6s;
}
.hover-enlarge-img:hover{
	transform: scale(1.05);
}

/*Dave 2021-03-26*/
.gallery-top {
	/*height: 80%;*/
	width: 100%;
	position: relative;
}
.gallery-top .swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-thumbs {
	height: 110px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 5px 0 !important;
	text-align: center;
	position: relative;
}

.gallery-thumbs .swiper-slide {
	max-height: 97px;
	height: auto;
	opacity: 1;
	/* border: 2px transparent solid; */
	box-sizing: border-box;
	background-repeat:no-repeat ;
	background-size: cover;
	background-position: center;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 4px #2f6c70 solid;
}
/*end*/


/***************
配合mobile自适应
****************/
.forweb{
	display: block;
}
.formobile{
	display: none !important;
}

.formobile .swiper-container {
	width: 100%;
	height: 100%;
	background: #fff;
	padding-bottom: 0 !important;
  }
.formobile .swiper-wrapper{

	background: #fff;
	padding-top: 50px;
}
.formobile .swiper-slide {
	text-align: center;
	background: #fff;
	width: 80% ;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
@media screen and (min-width:767px) and (max-width:1080px){
	.formobile .swiper-slide {
		width: 40% !important;
	}
}
.formobile .swiper-slide h5{
	font-family: 'AvenirLTStd-Medium';
    margin: 20px 15px 10px 15px;
    text-align: left;
}
.formobile .swiper-slide p {
    font-family: 'AvenirLTStd-Roman';
    margin: 5px 15px 0 15px;
    line-height: 25px;
    font-size: 16px;
    text-align: left;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;*/
}
.formobile .swiper-slide .formobile_Details{
    color: #a58965;
    font-size: 14px;
    font-weight: 800;
	padding-right: 15px;
}
.formobile .swiper-slide img{
	width: 100%;
	margin: 0 15px;
}
.formobile .swiper-slide:nth-child(2n) {
	width: 80%;
}
.formobile .swiper-slide:nth-child(3n) {
	width: 80%;
}

/***************
other effect for image list
****************/
  .effects .img {
	position: relative;
	overflow: hidden;
  }
  .effects .img img {
	display: block;
	margin: 0;
	padding: 0;
    max-width: 100%;
    width: 100%;
	height: auto;
  }
  .overlay {
	display: block;
	position: absolute;
	z-index: 9;
	/*background: rgba(154, 128, 93, 0.8);*/
	background: rgba(45, 108, 113, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
  }

  a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
  }
  a.close-overlay.hidden {
	display: none;
  }
  a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 150px;
	height: 50px;
	border: solid 1px #fff;
	text-align: center;
	color: #fff;
	line-height: 50px;
	border-radius: 0;
	font-family: 'AvenirLTStd-Light';
  }
  #effect-1 .overlay {
	bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 0;
    margin: 0 auto;
  }
  #effect-1 .overlay a.expand {
	left: 0;
	right: 0;
	margin: 23% auto 0 auto;
  }
  #effect-1 .img.hover .overlay {
	height: 100%;

  }
  .section03_content_overlay{
	color: #fff;
	border-bottom:1px solid #a58965;
  }
.section03_content_overlay h5{
	font-family: 'AvenirLTStd-Black';
	margin: 0;
	line-height: 30px;
}
.section03_content_overlay p{
	font-family: 'AvenirLTStd-Roman';
	margin:0;
	line-height: 30px;
	font-size: 14px;
}
.section03_content_overlay .section03_content_overlayinfo{
	background-color: #a58965;
	padding:  35px 24px 20px 24px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.section03_content_overlay .section03_content_belonghotel{
	color: #fff;
}
.section03_01_content .overlay {
    width: 100% !important;
 }
.section03_01_content .overlay a.expand {
	margin: 48% auto 0 auto !important;
}
.Hotel_introduction_row .overlay a.expand {
	margin: 23% auto 0 auto !important;
}
.offerdetail_Similar_row .overlay {
    width: calc(100% - 10px) !important;
}
.offerdetail_Similar_row .img.hover .overlay{
	width: calc(100% - 10px) !important;
}
.offerdetail_Similar_row  .overlay a.expand {
    margin: 48% auto 0 auto !important;
}
/***************
another effect
****************/
#effect-1 .overlay-2{
	width: 100%;
}
#effect-1 .img.hover .overlay-2 {
    height: 60px;
}
#effect-1 .overlay-2 a.expand {
	left: 0;
    right: 0;
    margin: 0 !important;
    border: none;
    text-align: right;
    position: relative;
    line-height: 60px;
    padding-right: 15px;
    color: #fff;
    font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
    width: 100%;
}
#effect-1 .overlay-2 a.expand i{
	font-size: 20px;
	margin-left: 10px;
}
#effect-1 .overlay-2 a.expand:hover{
	color:#fff;
}
#effect-1 div{
}
.overlay-2_common{
	margin:0 5px;
}
/***************
content list 在mobile端切换 在web端正常静态显示，通过css控制。

js也加了禁止轮播的机制“ #carouselForpage ”。
****************/
.All_carouselForpage .carousel-control-prev, .All_carouselForpage .carousel-control-next{
	display: block;
	top: 190px;
	height:50px;
}
@media screen and (min-width:992px){
	.All_carouselForpage .carousel-control-prev, .All_carouselForpage .carousel-control-next{
		display: none;
	}
	.All_carouselForpage .carousel-item{
		width: 33.3%;
		display: block;
		margin-right:0;
	}
	.All_carouselForpage .carousel-item.active {
		display: block;
	}
}
.Footer_Language_dropdown{
	margin: 20px 0 0 0;
	display: block;
}
.forwebbooking{
	display: inline;
}
.formobilebooking{
	display: none;
}
/***************
mobile menu style Mobile_menu_f1
****************/
.leftMenu a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: 'AvenirLTStd-Heavy';
    width: auto;
    position: relative;
	padding: 0 0 0 20px;
	width: 100%;
}
.leftMenu {
    background: #2D6C71;
    left: -1000px;
    position: fixed;
    top: 50px;
    height: 100%;
    width: 68%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: hidden;
    z-index: 0;
}
.leftMenu.menu-open {
    left: 0;
    z-index: 9;
}
.Mobile_menu_f1{
	display: none;
}
.leftMenu.menu-open .Mobile_menu_f1{
	display: block;
}
.leftMenu ul {
    list-style: none;
	/*padding: 20px 0 0 0;*/
	padding: 0;
    overflow: hidden;
}
.leftMenu ul li {
    position: relative;
	overflow:hidden;
	/*height:45px;*/
	line-height: 45px;
    text-align: left;
    /*padding: 0 0 0 20px;*/
}
.leftMenu ul li .dropdown-menu.show {
    position: relative !important;
	transform: none !important;
    width: 100%;
    background: #163E41;
	margin: 0;
    padding: 15px 0;
    border-radius: 0;
	transition: 0.5s;
	height: auto !important;
}
.leftMenu ul li .dropdown-menu.show a {
    display: block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 0;
    line-height: 40px;
    padding: 0 0 0 15px;
	font-family: 'AvenirLTStd-Roman';
}
.leftMenu ul li .dropdown-menu.show  a:hover {
    color: #fff;
    background-color: #163E41;
}
.leftMenu ul li .dropdown[aria-expanded="false"]{
	background: url(../images/selecthotel04.png) no-repeat right 10px top 7px;
    background-size: 30px;
	color:#fff;
	display: inline;
    line-height: 45px;
    height: 45px;
    float: left;
	width: 30%;
}
.leftMenu ul li .dropdown[aria-expanded="true"]{
	background: url(../images/selecthotel03.png) no-repeat right 10px top 7px;
    background-size: 30px;
	color:#fff;
	display: inline;
    line-height: 45px;
    height: 45px;
    float: left;
	width: 30%;
}
.leftMenu ul li.dropdown a{
	color: #fff;
}
.dropdown_main{
	width: 70% !important;
    display: inline !important;
    line-height: 45px;
    height: 45px;
    float: left;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom:0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 90001;
	background: rgba(0,0,0,0.5);
	display: none;
}
.leftMenu .Mobile_menu_f1 a .reddot {
	display: block;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    /*right: 162px;*/
    left: 5.4em;
}
.Mobile_menu_lang {
	position: absolute;
    bottom: 80px;
	left: 0;
    background-color: #163E41;
    width: 100%;
	padding: 15px 0;
	text-align: left;
    z-index: 9;
}
.Mobile_menu_lang a{
	border-right: 1px solid #fff;
    padding: 0 20px 0 15px;
    margin: 0;
	font-size: 16px;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 800;
	display: inline;
}
.Mobile_menu_lang a:first-child{
	padding: 0 20px;
}
.Mobile_menu_lang a:last-child{
	border-right: none;
    text-align: right;
	padding: 0 200px 0 0;
	float: right;
	position: absolute;
}
.Mobile_menu_lang a:nth-child(3){
	border-right: none;
}
.Mobile_menu_lang a img{
	width: 18px;
    vertical-align: text-top;
}
.Mobile_menu_div{
    display: none;
}
.leftMenu.menu-open .Mobile_menu_div{
    display: block;
    position:absolute;
    z-index: 9;
    bottom:0;
    left:0;
    height: 81px;
    width: 100%;
    background-color: #2D6C71;
}
.weixin {
	position: relative;
}
.weixin div.qrcode {
	position: absolute;
    z-index: 99;
    top: -165px;
    right: -40px;
    width: 7.5rem;
    padding: 5px;
    max-width: none;
    height: 9.5rem;
    transform: scale(0);
    transform-origin: bottom center;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #fff;
    border: 1px solid #B4966D;
}
.weixin div.qrcode p{
	margin:0;
	text-align: center;
	font-size: 12px;
	padding:0;
	line-height: 15px;
	height: 15px;
	
    word-break:normal;
}
.weixin:hover div.qrcode {
	transform: scale(1);
	opacity: 1;
}
.weixin div.qrcode .arrow {
    width: 0;
    height: 0;
    position: absolute;
    right: calc(50% - 10px);
    top: auto;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #B4966D;
}
@media screen and (min-width:320px) and (max-width:991px){
	.weixin div.qrcode {
		right: -40px;
		display: none;
	}
	.weixin div.qrcode img{
		width: 100%;
	}
	.New_Dining_section5 .collapseReservation_left{
		margin: 0 !important;
	}
}
/***************
404
****************/
.Nofound_content{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	text-align: center;
	padding:100px 0;
}
.Nofound_content_404{
	padding-top: 140px;
}
.Nofound_content_404 h1{
	font-size: 58px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #2D6D71;
}
.Nofound_content_info{
	font-size: 48px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
}
.Nofound_content_info2{
	width: auto;
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #2D6D71;
	padding:40px 0 0 0;
	word-wrap:break-word;
	margin:0 0 110px 0;
}
.Nofound_content_back a{
	line-height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 37px;
    font-family: 'AvenirLTStd-Black';
    border-radius: 4px;
    background: #B4966D;
    letter-spacing: 2px;
}
/*Dave 2021-03-26*/
.Maintenance_img{
	text-align: center;
	padding-top: 28px;
}
.Maintenance_title{
	text-align: center;
	padding-top: 100px;
	font-size: 58px;
	font-weight: 800;
	color: #2D6D71;
	width: 100%;
}
.Maintenance_content{
	padding-top: 30px;
	max-width: 1080px;
	text-align: center;
	font-size: 16px;
	color: #2D6D71;
	width: 100%;
	margin: 0 auto;
	font-weight: normal;
}
/*end*/
/***************
Arts detail
****************/
.Arts_body_section01{
	width: 100%;
    /*padding-bottom: 50px;*/
}
.collapse_btn{
	margin:0 auto;
	text-align: center;
	padding: 40px 0 80px 0;
}
.MakeAReservation{
	color: #fff;
	font-family: 'AvenirLTStd-Black';
	/* padding: 12px 40px; */
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	background: #B4966D;
	width: 270px;
	height: 39px;
	line-height: 39px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	margin: 0 10px;

	text-transform: uppercase;
}
.MakeAReservation img{
	height: 12px;
	display: none;
}
.MakeAReservation:hover{
	color: #fff;
}
.MakeAReservation[aria-expanded="false"]{
	background: #B4966D;
	background-size: 10px 13px;
}
.MakeAReservation[aria-expanded="false"]:before{
	/* content: '\f0da'; */
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
}
.MakeAReservation[aria-expanded="false"] .collapseReservation_arrow{
	display: none;
	-webkit-transition-delay:1s;
}
.MakeAReservation[aria-expanded="false"] .arrow02{
	display: none;
}
.MakeAReservation[aria-expanded="true"]{
	background:#B4966D;
	background-size: 13px 10px;
}
.MakeAReservation[aria-expanded="true"]:before{
	/* content: '\f0d7'; */
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
}
.MakeAReservation[aria-expanded="true"] .collapseReservation_arrow{
	display: block;
}
.MakeAReservation[aria-expanded="true"] .arrow01{
	display: none;
}
.MakeAReservation[aria-expanded="false"]:hover,.MakeAReservation[aria-expanded="true"]:hover{
	background: #907857;
	transition: all 0.3s ease;
}

.MakeAReservation span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.3s;
}
.MakeAReservation span:after {
	content: '\27A4';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.2s;
}
 .MakeAReservation:hover span {
	padding-right: 35px;

}
 .MakeAReservation:hover span:after {
	opacity: 1;
	right: 0;

}



.INQUIRIES{
	min-width: 290px;
}
.collapseReservation{
	background: rgba(247, 246, 241);
	border: 2px solid #B4966D;
	position: relative;
	margin-top: -30px;
}
.collapseReservation_arrow{
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #B4966D;
	/* position: absolute; */
	left: 0;
	right: 0;
	/* top: 10px; */
	/* bottom: 0; */
	margin: 37px auto 0 auto;
}
#collapseReservation .collapseReservation_arrow{
	display: block;
}
.collapseReservation .collapseReservation_row{
	width: 100%;
	max-width: 1080px;
	/*min-height: 1px;*/
	margin: 0 auto;
	background-color: transparent;
	border: none;
	padding:40px 0;
}
.collapseReservation_left_Request{
	font-size: 24px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 30px;
	padding-bottom: 30px;
}
.collapseReservation_left_title{
	font-size: 36px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #2D6D71;
	line-height: 43px;
	padding-bottom: 30px;
}
.collapseReservation_left_info{
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 28px;
	padding-bottom: 30px;
}
.collapseReservation_left_info p{
	margin:0;
}
.collapseReservation_left_phone{
	font-size: 36px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 44px;
}
.collapseReservation_left_phone p{
	margin:0;
}
.collapseReservation_row .redstar{
	font-size: 12px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #A58965;
	padding-right: 3px;
	display: contents;
}
.form-check-label-spaform a{
	color:#A58965;
	display: contents !important;
}
.form-check-label-spaform a:hover{
	color:#212529;
	display: contents !important;
}
.collapseReservation_row .col-form-label{
	flex: 0 0 25% !important;
    font-size: 16px;
    font-family: 'AvenirLTStd-Roman';
    font-weight: 400;
    color: #212529;
    padding: 0;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 6px;
    max-width: 75%;
    line-height: 16px;
}
/* #MakeAReservation—step1  .col-md-9{
	max-width: 37.5% !important;
} */

.spaform-label-title {
	text-align: left !important;
	line-height: normal !important;
}

.spa-form-group {
	margin-bottom: 20px !important;
	max-width: 440px;
	padding-left: 18.5px;
	padding-right: 18.5px;
	flex-direction: column !important;
}

.spa-form-group-bottom {
	max-width: none !important;
}

.spaform-info-guests {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
}
.form-check-label-spaform {
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: 400;
	line-height: 22px;
	color: #212529;
	text-align: left;
	padding-left: 15px;
    margin-left: -10px;
}
.form-check-spaform {
	position: relative;
	display: block;
	padding-left: 1.25rem;
	margin-top: 20px;
}
.spaform-Captcha_refresh {
	width: 40px !important;
	height: 40px !important;
	background-color: #fff;
}
.spaform-Captcha_refresh i{
	color: #9C835D;
	font-size: 28px;
	line-height: 40px;
}
.spa-step3-bottom {
	justify-content: center;
}
.collapseReservation_row .form-check-label{
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	padding-left: 15px;
    margin-left: -10px;
}
.collapseReservation_row  .form-check-label p{
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
}
.collapseReservation_row .form-check-label a{
	color: #A58965;
	display: inline !important;
}
.collapseReservation_row .form-control{
	box-sizing: border-box;
    padding-top: 8px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	/* border: none; */
	border-radius: 0;
	outline: none;
	padding-left: 15px;
	font-family: 'AvenirLTStd-Roman';
	font-size: 14px;
	border: 2px solid #E6E6E6;

	height: 40px;
	/* line-height: 41px; */
    color: #212529;
}
.input-hasBg::selection{
	background-color: rgb(51,109,209);
	color:white;
}
.collapseReservation_row #Date{
	background: #fff url(../images/icon17.png) no-repeat right 15px top 8px;
}
.collapseReservation_row .form-control:focus, .collapseReservation_row .form-control:active, .collapseReservation_row .form-control:hover {
	outline: none;
}
.Telephone_row{
	margin:0;
}
.Telephone_row_label{
	padding:0;
	padding-right: 7px;
}
.Telephone_row_input{
	padding:0;
	padding-left: 7px;
}
.Name_row_label{
	padding:0;
	padding-right: 7px;
}
.Name_row_input{
	padding:0;
	padding-left: 7px;
}
.Telephone_row_select{
    position: relative;
	width: 100%;
	height: 40px;
    padding: 0;
    margin: 0;
	background-color: #fff;
    border: 2px solid #E6E6E6 !important;
}
.Telephone_row_select .FormControl_dropdownHotel {
    width: 100%;
    height: 40px;
    line-height: 41px;
    cursor: pointer;
    background: url(../images/selecthotel.png) no-repeat right 10px center;
    background-size: 20px;
    padding-left: 15px;
    padding-right: 40px;
    font-family: 'AvenirLTStd-Roman';
    font-size: 14px;
}
.Telephone_row_select .FormControl_dropdownHotel_icon {
    background: url(../images/selecthotel02.png) no-repeat right 10px center;
    background-size:  20px;
}
.Telephone_row_select ul {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #E6E6E6 !important;
	/* border: 1px solid #999!important; */
}
.Telephone_row_select ul li {
    padding-left: 15px !important;
}
.Submit_btn{
	margin-top: 30px;

	display: inherit;
}


.Arts_body_section02{
	width: 100%;
    background: url(https://glp-website-production.oss-cn-hongkong.aliyuncs.com/static/section3-bg.png) repeat #f7f6f1;
	padding: 0;
	font-size: 0;
}
.Arts_body_section02_content{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.Arts_body_section02_content h2 {
    font-family: 'AvenirLTStd-Black';
    padding: 40px 0 40px 0;
    margin: 0;
	display: inline-block;
}
.Arts_list_nav {
	display: block;
	font-size: 0;
	border-bottom: 1px solid #a58965;
	margin-bottom: 40px;
	padding: 0;
	text-align: center;
}
.Arts_list_nav li {
	display: inline-block;
	margin: 0 0 -1px 0 !important;
	padding: 7px 30px 5px 30px;
	font-size: 16px;
	color: #B4966D;
	background-color: transparent;
	cursor: pointer;
	border-right: none;
	font-family: 'AvenirLTStd-Roman';
	width: auto !important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.Arts_list {
	margin: 0 auto;
	font-size: 0;
}
.Arts_list .col-lg-4 {
	display: inline-block;
	padding: 0 5px;
}
.mixitup-control-active {
    background-color: #A58965 !important;
	color: #fff !important;
}
.mixitup-control-active[data-filter]:after {
    background: transparent;
}
.control:first-of-type {
    border-radius: 3px 0 0 3px;
}
.control:last-of-type {
    border-radius: 0 3px 3px 0;
}
.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}
.filter_container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.Arts_list_content .section03_content_common {
    border-bottom: none;
	background-color: transparent;
    padding: 10px 0 0 0;
}

.Artdeail_row_info{
	padding:0 0 50px 0;
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 26px;
}
.Artdeail_row_info_info{
	margin: 0;
    font-family: 'AvenirLTStd-Roman';
    font-size: 14px;
    padding-bottom: 30px;
}
.Artdeail_row_info_info h6{
	font-size: 16px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #212529;
	line-height: 22px;
    text-transform: uppercase;
}
.Artdeail_row_info_info p{
	margin: 0;
	line-height: 25px;
	color: #212529;
}
.Artdeail_row_info_info p a{
	color: #A58965;
	text-decoration: underline;
}
.Artdeail_right{
	width: 100%;
	height: 100%;
	background: #F7F3F0;
	padding: 30px;
}
.Artdeail_right_img{
	padding:0 0 25px 0;
}
.Artdeail_right_title{
	font-size: 21px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #212529;
	line-height: 25px;
	padding:0 0 25px 0;
}
.Artdeail_right_info{
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
}
.Artsdetail_section02_content{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	padding-bottom: 50px;
    border-top: 1px solid #A58965;
}
.Artsdetail_section02_content .col-lg-4{
	padding:0 5px;
}
.Artsdetail_section02_content h2 {
    font-family: 'AvenirLTStd-Black';
    padding: 40px 0 40px 0;
    margin: 0;
	text-align: center;
}
.Artsdetail_section02_content .section03_content_common {
    background-color: #fff;
    padding: 10px 0 20px 0;
    border-bottom: none;
}
.Entertainment_section01{
	padding: 40px 0 0 0;
}
.Entertainment_section01 #effect-1 {
    margin: 0 ;
}
.Entertainment_section01 #effect-1 .Arts_list {
    margin: 0 ;
    width: 100%;
}
.Entertainment_section01_content{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.Entertainment_section01_content .section03_content_common {
    background-color: #fff;
    padding: 10px 0 0 0;
    border-bottom: none;
}
.Entertainment_section02{
	width: 100%;
    background: url(https://glp-website-production.oss-cn-hongkong.aliyuncs.com/static/section3-bg.png) repeat #f7f6f1;
	padding: 0;
}
.Entertainment_section02_content{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.Entertainment_section02_content .col-lg-4{
	padding:0 5px;
}
.Entertainment_section02_content h2 {
    font-family: 'AvenirLTStd-Black';
    padding: 40px 0 40px 0;
    margin: 0;
    text-align: center;
}
.Entertainment_section02_content .section03_content_common {
    background-color: #fff;
    padding: 10px 0 20px 0;
    border-bottom: none;
	background-color: transparent;
}

.Restaurants_list_btn{
	margin-top: 20px;
}

.Restaurants_list_btn a{
	line-height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 37px;
    font-family: 'AvenirLTStd-Black';
    border-radius: 4px;
    background: #B4966D;
    letter-spacing: 2px;
}

.Restaurants_body_section01 {
    width: 100%;
    padding-bottom: 50px;
}
.collapseReservation_title{
	display: block;
	width: 100%;
	font-size: 24px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 32px;
	text-align: center;
	padding: 0 0 40px 0;
}
.Restaurants_body_section01 .collapseReservation_left .col-form-label {
    font-size: 16px;
    font-family: 'AvenirLTStd-Roman';
    font-weight: normal;
    color: #212529;
    padding: 0;
    text-align: right;
    line-height: 38px;
}
.Restaurants_body_section01 .collapseReservation_left .redstar {
    font-size: 12px;
    font-family: 'AvenirLTStd-Roman';
    font-weight: normal;
    color: #A58965;
}
.Restaurants_body_section01 .collapseReservation_left .form-control{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    padding-left: 15px;
    font-family: 'AvenirLTStd-Roman';
    font-size: 14px;
    border: 2px solid #E6E6E6;

    height: 40px;
    line-height: 40px;
}
/*Dave 2021-03-29 begin*/
.GLP_body_section05{
	width: 100%;
	height: auto;
	background-color: rgba(21,44,44,0.85);
	padding: 80px 0 0 0;
}
.section05_content{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.section05_content01{
	padding: 80px 0;
}
.section05_content_left{
	padding: 0;
}
.section05_content_right{
	padding-left: 24px;
	padding-right: 0;
}
.section05_content_right h3{
	/*padding-top:50px;*/
	font-size: 24px;
	font-weight: normal;
    font-family: AvenirLTStd-Roman, AvenirLTStd;
	color: #FFFFFF;
	margin-bottom: 0;
}
.section05_content_right p{
	padding-top:10px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
    font-family: AvenirLTStd-Roman, AvenirLTStd;
}
.section05_content_right01{
	padding: 0;
}
.section05_content_right01 p{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
    font-family: AvenirLTStd-Roman, AvenirLTStd;
	padding-top: 10px;
}
.section05_content_right01 h3{
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
    font-family: AvenirLTStd-Roman, AvenirLTStd;
	margin-bottom: 0;
}
.section05_content_right02{
	padding-left: 24px;
	padding-right: 0;
}
.section05_content_right02 .section02_content_right_a{
	margin-top: 24px;
}
.section05_content_right02 p{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
    font-family: AvenirLTStd-Roman, AvenirLTStd;
	padding-top: 20px;
}
.section05_content_right02 h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
	color: #FFFFFF;
    font-family: AvenirLTStd-Roman, AvenirLTStd;
}
.section05_line{
	max-width: 1080px;
	margin: 0 auto;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52%, rgba(255, 255, 255, 0) 100%, #FFFFFF 100%, #FFFFFF 100%);
}
.GLP_body_section05 h2{
	text-align: center;
	font-size: 48px;
	font-family: AvenirLTStd-Medium, AvenirLTStd;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom:0;
	padding: 40px;
}
.GLP_body_section05 h2 p{
	margin: 0;
}
.section05_content_row01{
	padding: 0 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.section05_content_row02{
	padding: 0 0 0 20px;
	display: flex;
	flex-wrap: wrap;
}
.section05_content_img img{
	margin-right: 1.1em;
}
.section03_content_right_a{
	margin-top: 55px;
	text-align: center;
}
.section03_content_right_a a{
	color: #fff;
	font-family: 'AvenirLTStd-Black';
	padding: 12px 40px;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	background: #2D6D71;
}
.section03_content_right_a a:hover{
	background: #255054;
}
.section06_content{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.section06_content_title{
	padding:70px 0 40px 0;
	font-size: 58px;
	font-family: AvenirLTStd-Heavy, AvenirLTStd;
	font-weight: 800;
	color: #2D6D71;
	text-align: center;
}
.section06_content p{
	font-size: 18px;
	font-family: AvenirLTStd-Roman, AvenirLTStd;
	font-weight: normal;
	color: #2D6D71;
}
/*end*/
.collapseReservation_bottom{
	width: 100%;
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 22px;
	margin:0;
}
.collapseReservation_bottom form{
	width: 70%;
	margin:0 auto;
	padding:40px 0 0 0;
	text-align:left;
}
.collapseReservation_bottom .form-group:last-child {
    margin-bottom: 0;
}
.collapseReservation_bottom .form-check-label a {
    color: #A58965;
}
.collapseReservation_bottom .Submit_btn{
	text-align: center;
	padding:20px 0 0 0;
	margin: 0;
}
.collapseReservation_bottom .Submit_two_btn{
	text-align: center;
	padding:20px 0 0 0;
	margin: 0;
}
.collapseReservation_bottom .Submit_two_btn a{
	display: inline-block;
	width: 180px;
	color: #fff;
	background: #B4966D;
}
.collapseReservation_bottom .Submit_two_btn a:hover{
	background: #907857;
}
.collapseReservation_bottom .Submit_btn a{
	padding: 12px 60px;
	display: unset;
	margin: 0;
	color: #fff;
	background: #B4966D;
}
.collapseReservation_bottom .Submit_btn a:hover{
	background: #907857;
}
.collapseReservation_number{
	margin: 0;
}
.collapseReservation_number .spinner{
    border: 2px solid #E6E6E6;
}
.collapseReservation_number .spinner a{
	margin-bottom: 0;
}
.collapseReservation_number .spinner a:first-child{
	border-right: 2px solid #E6E6E6;
	background: #fff url(../images/icon23.png) no-repeat center !important;
	float: left;
}
.collapseReservation_number .spinner a:last-child{
	border-left: 2px solid #E6E6E6;
	background: #fff url(../images/icon24.png) no-repeat center !important;
	float: right;
}
.collapseReservation_number a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border: none;
    font-family: 'AvenirLTStd-Roman';
    cursor:pointer;
	background-color: #fff;
	vertical-align: top;
}
.collapseReservation_number input{
    width: calc(100% - 72px);
    height: 36px;
    text-align: center;
    font-family: 'AvenirLTStd-Roman';
    position: relative;
    top: 0;
    border-radius: 0;
    border: none;
	color: #212529;
    font-size: 14px;
}
.collapseReservation_number_adult{
	padding: 0;
    padding-right: 7px;
}
.collapseReservation_number_child{
	padding: 0;
    padding-left: 8px;
}
.collapseReservation_step2{
	width: 700px;
	margin:0 auto;
}
.collapseReservation_step2_choicetimetitle{
	font-size: 16px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #212529;
	line-height: 19px;
	text-align: center;
	padding: 15px 0;
}
.collapseReservation_step2_choicetime{
	width: 100%;
	text-align: left;
}
.collapseReservation_step2_choicetime .choicetime_list{
	width: 15%;
	margin-right: calc(10% / 5);
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #B4966D;
	display: inline-block;
	text-align: center;
}
.collapseReservation_step2_choicetime .choicetime_list:nth-child(1),.collapseReservation_step2_choicetime .choicetime_list:nth-child(2),.collapseReservation_step2_choicetime .choicetime_list:nth-child(3),.collapseReservation_step2_choicetime .choicetime_list:nth-child(4),.collapseReservation_step2_choicetime .choicetime_list:nth-child(5),.collapseReservation_step2_choicetime .choicetime_list:nth-child(6) {

	margin-top: 0;
}

.collapseReservation_step2_choicetime .unchoice:nth-child(1),.collapseReservation_step2_choicetime .unchoice:nth-child(2),.collapseReservation_step2_choicetime .unchoice:nth-child(3),.collapseReservation_step2_choicetime .unchoice:nth-child(4),.collapseReservation_step2_choicetime .unchoice:nth-child(5),.collapseReservation_step2_choicetime .unchoice:nth-child(6){

	margin-top: 0;
}

.collapseReservation_step2_choicetime .choicetime_list:nth-child(6n){
	margin-right: 0;
}
.collapseReservation_step2_choicetime .choicetime_list:hover{
	background: #B4966D;
	color: #fff;
	cursor: pointer;
}
/*.collapseReservation_step2_choicetime .choicetime_list:nth-child(4n){
	margin-right: 0;
}*/
.collapseReservation_step2_choicetime .unchoice{
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.25);

	width: 15%;
	margin-right: calc(10% / 5);
	/* margin-bottom: 10px; */
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
}
.collapseReservation_step2_choicetime .unchoice:nth-child(6n){
	margin-right: 0;
}
.collapseReservation_step2_choicetime .unchoice:hover{
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.25);
	cursor: not-allowed;
}
.collapseReservation_step2_choicetime .active{
	background: #B4966D;
	color: #fff;
}
.collapseReservation_step2_bottom{
	padding-bottom: 0;
	text-align: center;
}
.collapseReservation_step2_bottom .otherbutton{
	margin:0 15px;
}

.choicetime_list_allunchoice{
	font-size: 14px;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 800;
	color: #2D6D71;
	line-height: 24px;
	text-align: center;
}
.choicetime_list_allunchoice p{
	margin:0;
}
.collapseReservation_step2_bottom .noSubmit a{
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}
.collapseReservation_step4_success_icon{
	text-align: center;
	padding: 30px 0;
}
.collapseReservation_step4_success_icon img{
	width: 60px;
	height: 60px;
}
.collapseReservation_step4_success_title{
	font-size: 36px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 43px;
	text-align: center;
	padding-bottom: 15px;
}
.collapseReservation_step4_success_info{
	font-size: 18px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 32px;
	text-align: center;
	padding-bottom: 50px;
}
.collapseReservation_step4_bottom .otherbutton{
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: #B4966D;
}
.collapseReservation_step4_bottom .otherbutton:hover{
	color: #fff;
	background: #907857;
}
.collapseReservation_Dining_space{
	text-align: center;
	font-size: 18px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #B4966D;
	width: 100%;
	line-height: 24px;
	margin-bottom: 30px;
}
.collapseReservation_Dining_space p{
	font-size: 18px;
}
.collapseReservation_Dining_space b{
	padding-left: 10px;
}
.SPAForm_select_row{
	margin:0;
	font-size: 0;
	text-align: initial;
}
.SPAForm_select_row .SPAForm_select {
	width: calc(30% - 10px);
	height: 40px;
	line-height: 37px;
	background: #FFFFFF;
	border: 2px solid #E6E6E6;
	display: inline-block;
	margin:0;
	vertical-align: top;
	text-align: center;
	cursor: pointer;

	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
}
.SPAForm_select_row .SPAForm_select:hover {
	background: #A58965;
	color:#fff;
    border: 2px solid #A58965;
}
.SalonForm_select_row .SPAForm_select:hover {
	background: #606839;
	color:#fff;
	border: 2px solid rgb(149,149,116);
}
.SPAForm_select_row  .SPAForm_select:nth-child(1){
	width: 50%;
	margin-right: 10px;
}
.SPAForm_select_row  .SPAForm_select:nth-child(2){
	width: calc(30% - 10px);
	margin-right: 10px;
}
.SPAForm_select_row  .SPAForm_select:last-child{
	width: calc(30% - 10px);
	margin-right: 0;
}
.SPAForm_select_row  .active{
	background: #A58965;
	color:#fff;
    border: 2px solid #A58965;
}
.SalonForm_select_row  .active{
	background: #606839;
	color:#fff;
    border: 2px solid rgb(149,149,116);
}
.SPAForm_body_section01 .collapseReservation_arrow {
    left: 211px;
}
.SPAform_calander{
	width: 100%;
    float: left;
}
.SPAform_time{
	width: 100%;
    float: left;
}
.SPAform_time_label{
	width: 100%;
    float: left;
	text-align: center;
	padding-right: 20px;
}
.SPAform_time_input{
	width: 100%;
    float: left;
}

.SPAForm_select2_row{
	margin:0;
}
.SPAForm_select2_row .SPAForm_select2 {
    width: 100%;
    height: 40px;
    line-height: 35px;
    background: #FFFFFF;
    border: 2px solid #E6E6E6;
    width: calc(50% - 5px);
    display: inline-block;
	margin:0;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
	cursor: pointer;
}
.SPAForm_select2_row  .SPAForm_select2:last-child{
	width: calc(50% - 10px);
    margin-right: 0;
}
.SPAForm_select2_row  .active{
	background: #A58965;
	color:#fff;
    border: 2px solid #A58965;
}

.spaform-info-main-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 40px;
}

.spaform-info-main-row-item {
	display: flex;
	flex-direction: row;
	margin-left: 20px;
	margin-right: 20px;
}

.spaform-info-main-row-item-title {
	color: #212529;
	font-size: 16px;
	font-weight: 700;
	font-family: 'AvenirLTStd-Roman';
}

.spaform-info-main-row-item-text {
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	font-family: 'AvenirLTStd-Roman';
	text-align: left;
}

.spaform-info-guest-select {
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
}

.spaform-info-guest-select-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.spaform-info-guest-select-title {
	color: #212529;
	font-size: 16px;
	font-weight: 750;
	font-family: 'AvenirLTStd-Roman';
	margin-bottom: 6px;
}

.spaform-info-guest-select-top-button {
	margin-bottom: 6px;
	display: flex;
	flex-direction: row;
  align-items: center;
	cursor: pointer;
}

.spaform-info-guest-select-top-button-img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.spaform-info-guest-select-top-button-text {
	color: #212529;
	font-size: 16px;
	font-weight: 700;
	font-family: 'AvenirLTStd-Roman';
}

.spaform-info-guest-select-view {
	background-color: #fff;
	border-color: rgba(180, 150, 109, 0.5);
	border-width: 2px;
	border-style: solid;
	width: 100%;
}

.spaform-info-guest-select-view-top {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-around;
}

.spaform-info-guest-select-view-top-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 27px;
	margin-bottom: 27px;
	width: 258px;
}

.spaform-info-guest-select-view-top-item-therapist {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 27px;
	margin-bottom: 27px;
	width: 167px;
}

.spaform-info-guest-select-view-top-item-title {
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	font-family: 'AvenirLTStd-Roman';
	margin-bottom: 6px;
}

.spaform-info-guest-select-view-top-item-selectbar {
	width: 100%;
	flex: content;
}

.spaform-info-guest-select-view-top-addbutton {
	height: 40px;
	background-color: #B4966D;
	border-radius: 4px;
	width: 109px;
	margin-top: 57px;
	cursor: pointer;
}

.spaform-info-guest-select-view-top-addbutton:hover {
	background-color: #A58965; 
}

.spaform-info-guest-select-view-top-addbutton a{
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	font-family: 'AvenirLTStd-Roman';
	letter-spacing: 1px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

.spaform-info-guest-select-view-top-addbutton a:hover{
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	font-family: 'AvenirLTStd-Roman';
	letter-spacing: 1px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

.spaform-info-guest-select-view-list {
	width: 100%;
}

.spaform-info-guest-select-view-list-top {
	height: 56px;
	background-color: #E9E0D3;
	width: 100%;
	padding-left: 20px;
}

.spaform-info-guest-select-view-list-top-title {
	line-height: 56px;
	font-size: 16px;
	font-weight: 750;
	font-family: 'AvenirLTStd-Roman';
	color: #212529;
	text-align: left;
}

.spa_select_txt{
	border: 2px solid #E6E6E6;
	width: 100%;
	min-height: 36px;
	height: 36px;
	line-height: 22px;
	overflow: hidden;
	padding: 8px 35px 8px 15px;
	cursor: pointer;
	font-size: 14px;
	color: #757575;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.spa-form-info-guest-select-list-item {
	width: 100%;
	padding-left: 20px;
	padding-right: 55px;
	min-height: 54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spa-form-info-guest-select-list-item-mobileOrPc p:nth-child(1){
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	font-family: 'AvenirLTStd-Roman';
	flex: 4;
	padding-right: 10px;
	text-align: left;
	margin-bottom: 0px;
}

.spa-form-info-guest-select-list-item-mobileOrPc p:nth-child(2){
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	font-family: 'AvenirLTStd-Roman';
	flex: 5;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-bottom: 0px;
}

.spa-form-info-guest-select-list-item-mobileOrPc p:nth-child(3){
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	font-family: 'AvenirLTStd-Roman';
	text-align: left;
	flex: 2;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
}

.spa-form-info-guest-select-list-item-delete {
	background: url(../images/spaform-button-less.png) no-repeat #fff;
	width: 21px;
	height: 21px;
	background-size: 20px;
	cursor: pointer;
	margin-left: 10px;
}

.spaform-infomation-view {
	background-color: #fff;
	border-width: 2px;
	border-color: rgba(180, 150, 109, 0.5);
	border-style: solid;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
}

.spaform-infomation-view-top {
	height: 56px;
	background-color: #E9E0D3;
	width: 100%;
	padding-left: 20px;
	display: flex;
	align-items: center;
}

.spaform-infomation-view-top-title {
	line-height: 56px;
	font-size: 16px;
	font-weight: 750;
	font-family: 'AvenirLTStd-Roman';
	color: #212529;
	text-align: left;
}

.spaform-infomation-view-bottom {
	height: 56px;
	background-color: #E9E0D3;
	width: 100%;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	-webkit-appearance: none !important;
}

.spaform-infomation-view-bottom-title {
	line-height: 56px;
	font-size: 16px;
	font-weight: 750;
	font-family: 'AvenirLTStd-Roman';
	color: #212529;
	text-align: left;
	-webkit-appearance: none !important;
}

.spaform-infomation-view-form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.spaform-infomation-view-item {
	display: flex;
	flex-direction: column;
	width: calc(50% - 28px);
	margin-top: 10px;
	margin-bottom: 10px;
}

.spaform-infomation-view-item-message {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.spa-form-item-message {
	width: 100%;
	display: flex;
	height: 72px;
}

.spa-form-add-none {
	pointer-events: none;
	background-color: #E6E6E6 !important;
}

.spaform-infomation-view-item-text {
	width: 100%;
	height: 72px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 10px;
	font-family: 'AvenirLTStd-Roman';
	font-size: 14px;
	border: 2px solid #E6E6E6;
	line-height: 16px;
	color: #212529;
}

.spaform-infomation-view-top-checkbox-mobile {
	display: none;
}

.spaform-infomation-view-top-checkbox {
	margin-left: 30px;
	display: flex;
}

.spaform-infomation-view-top-checkbox-input {
	align-self: center;
	width: 18px;
	height: 18px;
	margin-right: 7px;
}

.spaform-infomation-view-top-checkbox-title {
	line-height: 56px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'AvenirLTStd-Roman';
	color: #212529;
	text-align: left;
	margin-bottom: 0px;
}

.spaform-infomation-bottom {
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 40px;
}

.spaform-infomation-view-top-collapse-button {
	height: 56px;
	width: 56px;
	background: #E9E0D3 url(../images/selecthotel.png) no-repeat  center;
	background-size: 18px;
	-webkit-appearance: none !important;
}

.spaform-infomation-view-top-collapse-button-open {
	height: 56px;
	width: 56px;
	background: #E9E0D3 url(../images/selecthotel02.png) no-repeat  center;
	background-size: 18px;
	-webkit-appearance: none !important;
}

.spaform-infomation-view-top-title-frame {
	display: flex;
	width: 100%;
}

.spa-form-info-guest-select-list-item-line {
	background: rgba(180, 150, 109, 0.3);
	margin-left: 20px;
	margin-right: 20px;
	height: 1px;
}

.spa-form-info-guest-select-list-item-frame {
	display: flex;
	flex-direction: column;
}

.spa-form-item-infomation {
	width: 100%;
	display: flex;
}

.reservation_Error_tips_guest_null {
	color: red;
	line-height: 20px;
	font-size: 14px;
	display: none;
	text-align: left;
}

.reservation_Error_tips_guest_max {
	color: #717171;
	line-height: 20px;
	font-size: 14px;
	display: none;
	text-align: left;
}

.spaform-infomation-view-bottom-list {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.spaform-infomation-step3-selectlist {
	width: 100%;
	min-height: 28px;
	display: flex;
	padding-top: 6px;
	padding-bottom: 6px;
}

.spaform-infomation-step3-selectlist p:nth-child(1) {
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	font-family: 'AvenirLTStd-Roman';
	text-align: left;
	flex: 3;
	padding-right: 10px;
}
.spaform-infomation-step3-selectlist p:nth-child(2) {
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	font-family: 'AvenirLTStd-Roman';
	text-align: left;
	flex: 5;
	padding-left: 10px;
	padding-right: 10px;
}
.spaform-infomation-step3-selectlist p:nth-child(3) {
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	font-family: 'AvenirLTStd-Roman';
	text-align: left;
	flex: 2;
	padding-left: 10px;
}
.spa-form-info-guest-select-list-item-mobileOrPc {
	display: flex;
	width:100%;
    align-items: center;
    padding: 5px 0;
}

.Shop_body_section03{
	padding: 0;
}
.Shop_body_section03_content{
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
}
.Shop_body_section03_content .Shop_body_section03_content_time {
    padding: 40px 0 40px 0;
    margin: 0;
    display: inline-block;
	font-size: 20px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 32px;
}
.Shop_body_section03_content .Arts_list_nav {
	padding: 30px 0 30px 0;
}
.Meetings_body_section02_btn{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	padding:50px 0 50px 0;
	text-align: center;
}
.Meetings_body_section02_btn a{
	color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background: #B4966D;
	margin:0 10px;
}
.Meetings_body_section02_content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    border-top: 1px solid #A58965;
}
.Meetings_body_section02_content h2 {
    font-family: 'AvenirLTStd-Black';
    padding: 40px 0 40px 0;
    margin: 0;
    text-align: center;
}
.Meetings_body_section02_content .section03_content_common {
    background-color: #fff;
    padding: 10px 0 20px 0;
    border-bottom: none;
}
.section03_content_common h5 {
	font-family: 'AvenirLTStd-Medium';
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #212529;
    height: 54px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 5px;
    display: flex;
    align-items: flex-start;
}
.wedding_body_section02_btn{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	padding:0 0 50px 0;
	text-align: center;
}
.wedding_body_section02_btn a{
	color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background: #B4966D;
	margin:0 10px;
}
.wendding_info_tele{
	margin: 0;
    font-family: 'AvenirLTStd-Roman';
    font-size: 14px;
    line-height: 30px;
    color: #5F5F5F;
}
.wendding_info_tele span{
	font-size: 18px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #212529;
	line-height: 22px;
}
.weddingform_topinfo{
	padding-bottom: 0;
}
.weddingform_section01 .collapseReservation_arrow {
    left: -811px;
}
.Meetings_body_section02_content{
	padding-bottom: 50px;
}
.single{
	width: 100%;
}
.single .drp-calendar.left {
    padding: 8px !important;
}
.single .drp-calendar.left .calendar-table {
    padding-right: 2px !important;
}
.info_padding{
	padding-bottom: 40px;
}
.contact_title_margin{
	margin-top: 26px;
}
.Header_book_two{
  display: none !important;
}
.mobile_booking_room_offer{
	display: none;
}
.diningDatastep1 {
	width: 375px !important;
}
.diningDatastep1 .single{
	width: 100% !important;
}
.diningDatastep2, .diningDatastep3 {
	width: 518px !important;
}
.diningDatastep2 .single, .diningDatastep3 .single{
	width: 100% !important;
}
.weddingDatastep{
	width: 364px !important;
}
.weddingDatastep .single{
	width: 100% !important;
}
.SPADatastep{
	width: 364px !important;
}
.SPADatastep .single{
	width: 100% !important;
}
.SPADataCalendar{
	width: 403px;
}
.SPADataCalendar .single{
	width: 100% !important;
}
.ArtDatastep{
	width: 364px !important;
}
.ArtDatastep .single{
	width: 100% !important;
}

.MeetingDatastep1{
	width: 364px !important;
	z-index: 3003;
}
.MeetingDatastep1 .single{
	width: 100% !important;
}
.MeetingDatastep2{
	width: 364px !important;
	z-index: 3002;
}
.MeetingDatastep2 .single{
	width: 100% !important;
}


@media screen and (min-width:992px){
    .Foot_collaps11{
        line-height: 0;
    }
    .Foot_collaps11 a{
        line-height: 1.5;
    }
}
/***************
phase 2 style
****************/
.GLP_body_section05_home{
	width: 100%;
	background: url(../images/section3-bg.png) repeat #f7f6f1;
	padding-bottom: 50px;
}
.GLP_body_section05_home h2{
	font-family: 'AvenirLTStd-Black';
	text-align: center;
	padding: 40px 0 0 0;
	margin: 0;
}
.GLP_body_section05_content_home{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.GLP_body_section05_content_home .info{
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 24px;
	text-align: center;

	padding-bottom:30px;
}
.GLP_body_section05_home ul{
	margin: 0 -10px;
	padding:0 0 30px 0;
	font-size: 0;
}
.GLP_body_section05_home ul li{
	display: inline-block;
	list-style: none;
	width: 20%;
	padding: 0 10px 20px 10px;
}
.GLP_body_section05_home ul li img{
	width: 100%;
}

.SPA_section02{
	width: 100%;
	background-color: #fff;
	padding-top: 80px;
}
.SPA_section02_content {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.SPA_section02_content .SPA_section02_content_logo img{
	width: 200px;
	height: 80px;
	margin: 20px 0;
}
.SPA_section02_content .effects .img img {
	width: 100%;
}
.SPA_section02_content_common h5{
	font-size: 20px;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 800;
	color: #212529;
	padding:0 0 10px 0;
}
.SPA_section02_content_common p{
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	margin: 0;
}
.SPA_section02_content .section02_content_right_a {
	margin-top: 20px;
}

.Shop_body_section02{
	padding:50px 0 40px 0;
}
.Shop_body_section03{
	width: 100%;
}
.Shop_body_section03_content{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.Shop_body_section03_content h2{
	font-size: 32px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #212529;
	padding: 40px 0 40px 0;
	margin: 0;
}
.Shop_body_section03_content ul{
	padding: 0 0 50px 0;
	font-size: 0;
}
.Shop_body_section03_content ul li{
	display: inline-grid;
	list-style: none;
	width: 20%;
	padding: 5px 30px;
	margin-bottom: 30px;
}
.Shop_body_section03_content ul li img{
	width: 100%;
}
.Shop_body_section03_content ul li h5{
	font-size: 20px;
	font-family: 'AvenirLTStd-Medium';
	font-weight: 500;
	color: #212529;
	padding: 15px 0 0 0;
	margin: 0;
}
.Shop_body_section03_content ul li p{
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 22px;
	padding:10px 0 0 0;
}
.specil_detail_section02 h3{
	text-align: center;
}
.SPA_body_section01{
	padding-bottom: 0;
}
.Wedding_body_section01{
	padding-bottom: 0;
}

.Attractions_section01{
	width: 100%;
	background: url(../images/section3-bg.png) repeat #f7f6f1;
	font-size:0 ;
}
.Attractions_section01_wrap{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.Attractions_list h5{
	font-size: 20px;
	font-family: 'AvenirLTStd-Medium';
	font-weight: 500;
	color: #212529;
	line-height: 24px;
}
.Attractions_list p{
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 22px;
}
.Attractions_list .col-md-4 {
	display: inline-block;
	margin-top: 40px;
}
.Attractions_list .col-md-4:nth-child(1) {
	margin-top: 0;
}
.Attractions_list .col-md-4:nth-child(2) {
	margin-top: 0;
}
.Attractions_list .col-md-4:nth-child(3) {
	margin-top: 0;
}
.Macauguide_section01{
	width: 100%;
	background: url(../images/section3-bg.png) repeat #f7f6f1;
}
.Macauguide_section01_wrap{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 0 0  0;
}
.Macauguide_section01_left_list ul{
	margin: 0;
	padding: 0;
	font-size: 0;
}
.Macauguide_section01_left_list ul li{
	list-style-type: none;
	margin-bottom: 60px;
}
.Macauguide_section01_left{
	display: inline-block;
	width: 70%;
	vertical-align: top;
	padding-right:30px;
	border-right: 1px solid #A58965;
}
.Macauguide_list_img{
	width: 300px;
	height: 170px;
	display: inline-block;
	vertical-align: top;
}
.Macauguide_section01_right_list .Macauguide_list_img img{
	width: 100%;
	height: 170px;
	cursor: pointer;
}
.Macauguide_section01_right_list .Macauguide_list_img{
	width: 100%;
	height: 170px;
	display: inline-block;
	vertical-align: top;
}
.Macauguide_list_img img{
	width: 300px;
	height: 170px;
}
.Macauguide_list_info{
	width: calc(100% - 300px);
	height: auto;
	min-height: 170px;
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.Macauguide_list_info h5{
	font-size: 20px;
	font-family: 'AvenirLTStd-Medium';
	font-weight: 500;
	color: #212529;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.Macauguide_list_info p{
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 22px;
}
.Macauguide_list_info small{
	font-size: 12px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #5F5F5F;
	line-height: 14px;
	padding-top: 5px;
	display: block;
}
.Macauguide_list_btn{
	/* position: absolute;
	bottom: 0;
	left: 20px; */
	padding-top: 20px;
}
.Macauguide_list_btn a {
	color: #fff;
	font-family: 'AvenirLTStd-Black';
	padding: 10px 40px;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	background: #B4966D;
	margin: 0;
	width: auto;
	display: unset;
}
.Macauguide_list_btn a:hover {
	color: #fff;
	cursor: pointer;
	background: #907857;
}
.Macauguide_section01_right{
	display: inline-block;
	width: calc(30% - 5px);
	vertical-align: top;
}
.Macauguide_section01_right h5{
	font-size: 20px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #2D6D71;
	line-height: 24px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.Macauguide_section01_right_list{
	padding: 0 0 0 30px;
}
.Macauguide_section01_right_list ul{
	margin: 0;
	padding: 0;
	font-size: 0;
}
.Macauguide_section01_right_list ul li{
	list-style-type: none;
	margin-bottom: 50px;
}
.Macauguide_section01_right_list ul li:last-child{
	margin-bottom: 0;
}
.Macauguide_section01_right_list ul li .Macauguide_list_info {
	width: 100%;
	height: auto;
	min-height: auto;
	display: inline-block;
	padding-left: 0;
	position: relative;
}
.Macauguide_section01_right_list ul li .Macauguide_list_info h5 {
	font-family: 'AvenirLTStd-Medium' !important;
	font-weight: 500 !important;
	color: #212529 !important;
	padding-left: 0;
	padding-top: 10px;
	margin-bottom: 0;
}
.Macauguide_section01_right .Macauguide_list_btn {
	position: relative;
	left: 0;
}
.Macauguidedetail_section01{
	background: #fff;
}
.Macauguidedetail_section01 h2{
	font-size: 32px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #212529;
	line-height: 38px;
	padding-bottom: 20px;
}
.Macauguidedetail_time{
	font-size: 14px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #212529;
	line-height: 17px;
}
.Macauguidedetail_content{
	padding:20px 0 0px 0;
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 30px;
}
.Macauguidedetail_content p{
	margin-bottom:15px;
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
}
.Macauguidedetail_content img{
	margin-bottom:15px;
	width:100%;
    height: auto;
}
.collapseReservation_top{
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 24px;
	padding-bottom: 40px;
	text-align: center;
}

.collapseReservation_top p{
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 24px;
}
.collapseReservation_top p a{
	display:inline-block;
	text-decoration: underline;
}
.Captcha_row{
	margin: 0;
}
.Captcha_input{
	padding: 0;
	padding-right: 7px;
}
.Captcha_img{
	padding:0 15px 0 7px;
}
.Captcha_img img{
	width: 100%;
	height: 100%;
}
.Captcha_refresh{
	padding: 0;
	text-align: center;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}
.Captcha_refresh i{
	color: #9C835D;
	font-size: 28px;
	line-height: 40px;
}
.Meetingform_body_section01 .collapseReservation_arrow {
	left: 395px;
}
.Weddingform_body_section01 .collapseReservation_arrow {
	left: 185px;
}

.Dining_detail_section02 {
	padding: 0;
}
.Dining_detail_section02 h3 {
	text-align: center;
}
.Dining_list .col-md-4 {
	display: inline-block;


	flex: 0 0 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
	padding: 0;
	margin: 0 15px 40px 15px;
}
.Dining_list .section03_content_common p {
	font-family: 'AvenirLTStd-Roman';
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	min-height:25px;
}
.Dining_list .section03_content_common p:nth-child(2) {
    height: 30px;
    line-height: 15px;
}
.Dining_list .section03_content_common p:nth-child(3) {
    padding-top: 10px;
}
.Diningdetail_info p{
	color: #212529;
}
.Diningdetail_menu_row{
	margin-top: 10px;
}
.roomdetail_menutype div{
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #A58965;
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #A58965;
	cursor: pointer;
}
.roomdetail_menutype div a{
	color: #A58965;
	text-decoration: none;
}
.roomdetail_menutype div img{
	height: 38px;
	width: 38px;
	vertical-align: top;
	margin-right: 5px;
}
.Diningdetail_menu_row {
	margin:0 -10px;
}
.Diningdetail_menutype{
	padding-left:10px;
	padding-right:10px;
	padding-top: 20px;
}
.Diningdetail_menutype:nth-child(1),.Diningdetail_menutype:nth-child(2),.Diningdetail_menutype:nth-child(3),.Diningdetail_menutype:nth-child(4){
	 padding-top:0;
}
.Diningdetail_menutype div{
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #A58965;
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #B4966D;
	cursor: pointer;
	background: transparent;
  	cursor: pointer;
  	transition: all 0.3s ease;
  	position: relative;transition: all 0.3s ease;
}
.Diningdetail_menutype div a{
	color: #A58965;
	text-decoration: none;
	display: block;
}
.Diningdetail_menutype div:hover{
	background: #B4966D;
}
.Diningdetail_menutype div:hover a{
	color: #fff;
	transition: all 0.3s ease;
}
.Diningdetail_menutype div:hover a img{
	filter: grayscale(100%) brightness(200%);
	transition: all 0.3s ease;
}
.Diningdetail_menutype div img{
	height: 38px;
	width: 38px;
	vertical-align: top;
	margin-right: 0;
}
.Diningdetail_menutype div img:last-child{
	margin-right: 0;
	float: right;
	display: none;
}
.Dining_list_section02{
	width: 100%;
	background: url(../images/section3-bg.png) repeat #f7f6f1;
	padding: 0;
}
.Dining_list_section02_content {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.Dining_list_section02_content h2 {
	font-family: 'AvenirLTStd-Black';
	padding: 30px 0 30px 0;
	margin: 0;
	text-align: center;

	
    font-size: 2rem;
}
.Dining_list_section02_content .section03_content_common {
	background-color: #fff;
	padding: 10px 0 20px 0;
	border-bottom: none;
	background-color: transparent;
}
.Dining_list_section02_content .section03_content_common p {
	font-family: 'AvenirLTStd-Roman';
	margin: 0;
	line-height: 20px;
	font-size: 14px;
}
#SPAFormclose{
	color:#fff;
	cursor: pointer;
}
.SPA_section03_content .col-md-4 {
	padding: 0 15px;
}
.SPA_section03_content .section03_content_common p {
	line-height: 20px;
}
.Room_detail_section03_menutype{
	width: 230px;
}
#floorplanModal .modal-dialog{
	max-width: 800px;
	margin: 10% auto;
}
#floorplanModal .modal-header {
	display: block;
	text-align: center;
	border:none;
}
#floorplanModal .modal-header h5{
	font-size: 21px;
	font-family: 'AvenirLTStd-Black';
	font-weight: 900;
	color: #212529;
	line-height: 25px;
}
#floorplanModal .modal-header .close {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 30px;
}
#floorplanModal .modal-header .close:hover {
	border:none;
	outline: none;
}
#floorplanModal .carousel-indicators li {
	width: 4px;
	height: 4px;
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
	background-color: #fff;
	opacity: 1;
	border:2px solid #B4966D;
	border-radius: 50%;
}
#floorplanModal .carousel-indicators .active {
	background-color: #B4966D;
	border:2px solid #B4966D;
}
#floorplanModal .carousel-control-next, #floorplanModal .carousel-control-prev{
	width: 50px;
}
#floorplanModal .w-100 {
	padding: 10% 0;
}
#TermsandConditionsModal .modal-dialog{
	max-width: 800px;
	margin: 10% auto;
}
#TermsandConditionsModal .modal-header {
	display: block;
	text-align: center;
	border:none;
}
#TermsandConditionsModal .modal-header .close {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 30px;
}
#TermsandConditionsModal .modal-header .close:hover {
	border:none;
	outline: none;
}

.Restaurants_Home_detail .Hotel_Home_theme, .Entertainment_top .Hotel_Home_theme {
	padding-bottom: 20px;
}

.Art_section_lit {
	width: 100%;
	background: url(../images/section3-bg.png) repeat #f7f6f1;
	padding: 0;
}
.Art_section_lit_content {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.Art_section_lit_content h2 {
	font-family: 'AvenirLTStd-Black';
	padding: 40px 0 40px 0;
	margin: 0;
	text-align: center;
}
.Art_section_lit_content .section03_content_common {
	padding: 10px 0 0 0;
	border-bottom: none;
	background-color: transparent;
}
#effect-1 .Arts_list{
	margin:0 -15px;
	width: 100%;
}
.Entertainment_section03{
	padding: 40px 0 40px 0;
}
.Dining_top{
	padding:0 0 40px 0;
}
.shop_effect{
	margin-bottom: 40px;
}
.shop_effect .section03_content_common {
	background-color: #fff;
	padding: 0;
	border-bottom:none;
}
.shop_effect .section03_content_common  h5 {
	font-size: 20px;
	font-family: 'AvenirLTStd-Medium';
	font-weight: 500;
	color: #212529;
	padding: 15px 0 0 0;
	margin: 0;
	line-height: 25px;
}
.shop_effect .section03_content_common  p {
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 22px;
	padding: 10px 0 0 0;
}
.Shopdetail_bottom{
	padding-bottom: 30px;
}
.Wedding_body_section02{
	padding: 0 0 80px 0;
}
.otherbutton{
	color: #fff;
	font-family: 'AvenirLTStd-Black';
	padding: 0 40px;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	background: #2D6D71;
	width: auto;
	/* max-width: 180px; */
	display: inline-block;
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 10px;
	height: 39px;
	line-height: 39px;
}
.otherbutton:hover{
	color: #fff;
	cursor: pointer;
	background: #255054;
	transition: all 0.3s ease;
}
.Dining_list_section02_content .section03_content_common{
	background-color: #fff;
	padding: 24px 24px 20px 24px;
	border-bottom: 1px solid #a58965;
}


/**加载效果旋转**/
@-webkit-keyframes rotate {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}@keyframes rotate {
	 0% {
		 -webkit-transform:rotate(0deg);
		 transform:rotate(0deg);
	 }
	 100% {
		 -webkit-transform:rotate(360deg);
		 transform:rotate(360deg);
	 }
 }.loadmore {
	  display:block;
	  line-height:50px;
	  text-align:center;
	  color:#ccc;
	  font-size:14px;
  }
.loadmore span {
	height:20px;
	width:20px;
	border-radius:100%;
	display:inline-block;
	margin:10px;
	border:2px solid #f60;
	border-bottom-color:transparent;
	vertical-align:middle;
	-webkit-animation:rotate 1.1s infinite linear;
	animation:rotate 1.1s infinite linear;
}
.loadover {
	position:relative;
	margin:0 12px;
	padding:24px 0;
	height:20px;
	line-height:20px;
	color:#909090;
	text-align:center;
}
.loadover span {
	position:relative;
	display:inline-block;
	padding:0 6px;
	height:20px;
	background:#F2F2F2;
	z-index:2
}
.loadover:after {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:1px;
	background:#DCDCDC;
	z-index:1;
	display:block;
}
#MakeAReservationDate{
	background:#fff url(../images/icon17.png) no-repeat right 15px top 8px !important;
	cursor:pointer;
}
#MakeAReservationDate-step2{
	background: #fff url(../images/icon17.png) no-repeat right 15px top 8px !important;
	cursor:pointer;
}
#MakeAReservationDate-step3{
	background: #fff url(../images/icon17.png) no-repeat right 15px top 8px !important;
	cursor:pointer;
}

.forshow{ width: 100%; height: 40px;
	display: flex; display: -webkit-box; display: -moz-box;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-box-align: center; -moz-box-align: center;
	-webkit-box-sizing: border-box;  -o-box-sizing: border-box;  -ms-box-sizing: border-box;  box-sizing: border-box;
	font-size: 18px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #A58965;
	line-height: 22px;}
.forshow .img_setH{ padding: 0 0 5px 0; font-size: 15px; color: #A58965; border-bottom: 1px solid transparent;
    font-family: 'AvenirLTStd-Roman';text-transform: uppercase;font-weight: bold;}
	.forshow .img_setH:hover{border-bottom: 1px solid #A58965;
		}
.forshow .img_setH img{  display: inline-block; margin-left: 5px;
    margin-top: -4px;}
.forshow .flex{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 1px; background: #A58965;
	-webkit-box-sizing: border-box;  -o-box-sizing: border-box;  -ms-box-sizing: border-box;  box-sizing: border-box; display: none;}
/* .forshow{
	width: 100%; height: 40px;
	display: flex; display: -webkit-box; display: -moz-box;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-box-align: center; -moz-box-align: center;
	-webkit-box-sizing: border-box;  -o-box-sizing: border-box;  -ms-box-sizing: border-box;  box-sizing: border-box;
	font-size: 18px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #A58965;
	line-height: 22px;
}
.forshow .img_setH{
	padding: 0 10px;
    font-size: 15px;
    color: #fff;
    width: 228px;
    background: rgb(180, 150, 109);
    height: 39px;
    line-height: 39px;
    letter-spacing: 2px;
    border-radius: 4px;
    text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.forshow .img_setH:hover{
	background: #907857;
}
.forshow .img_setH img{
	display: inline-block;
	margin-left: 5px;
    margin-top: -4px;
}
.forshow .flex{
	display: none;
} */

.Telephone_row_select2_div{
	position: relative;
}
.Telephone_row_select2_div span{
	position: absolute;
	top: 9px;
	left: 55px;
	cursor: pointer;
	z-index: 1;
	pointer-events: none;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
}

.Shoplist{
	width: calc(100% + 30px);
}
#Shoplist_loadingcontent{
	width: calc(100% + 30px);
	margin: 0;
}
.collapseReservation_number_singleadult{
	padding: 0;
}
.Footer_Language_dropdown {
	margin: 20px 0 0 0;
	display: block;
}
.form-check-input {
	margin-top: 3px;
	margin-left: -18px;
}
.NewsandMaga_section{
	margin: 0;
}
.NewsandMaga_section h6{
	width: 100%;
	font-family: 'AvenirLTStd-Heavy';
	padding: 20px 0;
	font-size: 20px;
	font-weight: 800;
	color: #212529;
	line-height: 24px;
}
.NewsandMaga_section .NewsandMaga_section_type{
	padding:0;
	font-size: 16px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #212529;
	line-height: 20px;
	margin-bottom: 20px;
}
.NewsandMaga_section .col-md-3{
	padding-left: 60px;
}

#MakeAReservation—step2{
	display: none;
}
#MakeAReservation—step3{
	display: none;
}
#MakeAReservation—step4{
	display: none;
}
#MakeAReservation—step5{
	display: none;
}
#MakeAReservation—step6{
	display: none;
}
#MakeAReservation—step1 .collapseReservation_Dining_space, #MakeAReservation—step2 .collapseReservation_Dining_space{
	display: none;
}

.New_mix {
	display: block;
	font-size: 0;
	border-bottom: 1px solid #a58965;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
.New_mix li{
	display: inline-block;
}
.New_mix li a{
	display: block;
	margin: 0 0 -1px 0 !important;
	padding: 7px 15px 5px 15px;
	font-size: 16px;
	color: #B4966D;
	background-color: transparent;
	cursor: pointer;
	border-right: none;
	font-family: 'AvenirLTStd-Roman';
	width: auto !important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.New_mix li a.active {
	background-color: #A58965 !important;
	color: #fff !important;
}
.New_mix_content .Arts_list_content .section03_content_common {
	border-bottom: none;
	background-color: transparent;
	padding: 10px 0 0 0;
}
.New_mix_content .filter_container:after {
	display:none;
}
.New_mix_content .forshow{
	height: auto;
	padding-bottom: 0;
}
.collapsing{
	/* transition:height .2s ease !important; */
	transition:height .2s linear !important;
}

.Shop_detail_logo{
	text-align: center;
	padding: 40px 0 0 0;
}
.Shop_detail_logo img{
	max-width: 300px;
    max-height: 150px;
    width: auto;
}

body::-webkit-scrollbar {
	display: none;
}

.Live_countdown{
	width: 56%;
	margin:0 auto;
	height: 55%;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	background: rgba(15, 50, 53, 0.9);
	position: absolute;
	top: 0;
	display: none;
}
ul.countdown {
	list-style: none;
	margin: 50px 0 70px 0;
	padding: 0;
	display: block;
	text-align: center;
}
ul.countdown li {
	display: inline-block;
}
ul.countdown li span {
	font-size: 160px;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 800;
	color: #FFFFFF;
	line-height: 192px;
}
ul.countdown li.seperator {
	font-size: 160px;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 800;
	color: #FFFFFF;
	line-height: 90px;
	position: relative;
	top: -65px;
}
ul.countdown li p {
	font-size: 24px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #FFFFFF;
	line-height: 29px;
}
.Live_data{
	font-size: 60px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #FFFFFF;
	line-height: 72px;
	text-align: center;
	margin-top: 50px;
}
.Live_until{
	font-size: 60px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #FFFFFF;
	line-height: 72px;
	text-align: center;
}
#videoBox {
	transition: 0.5s;
}
video {
	width: 100%;
	vertical-align: bottom;
}
#videoBox.in {
	animation: ac 1s;
}
#videoBox.out {
	border: 5px solid #fff;
	position: fixed;
	height: 260px;
	bottom: 15px;
	right: 15px;
	width: 400px;
	z-index: 999;
	animation: an 0.5s;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.Zindex{
	z-index: 9;
}
.out_top{
	width: 100%;
	height: 30px;
	background-color: #2D6D71;
	display: none;
}
#videoBox.in .out_top{
	display: none;
}
#videoBox.out .out_top{
	display: block;
}
.out_top .Live_data {
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	margin-top: 0;
	display: inline-block;
	float: left;
	padding-left: 5px;
}
.out_top ul.countdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	float: left;
	padding-left:10px;
}
.out_top ul.countdown li span {
	font-size: 16px;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 800;
	color: #FFFFFF;
	line-height: 30px;
}
.out_top ul.countdown li p {
	display: none;
}
.out_top ul.countdown li.seperator {
	font-size: 16px;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 800;
	color: #FFFFFF;
	line-height: 30px;
	position: relative;
	top: -0;
}
.out_top .Live_until {
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	float: left;
	padding-left:10px;
}
.Live_countdown .close {
	float: right;
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	padding: 0 10px 0 0;
	cursor: pointer;
}
.out_top_close{
	float: right;
	padding-right: 5px;
	cursor: pointer;
}
.live_video{
	opacity: 0;
}
.displaynone{
	display: none !important;
}

.PressReleaseModalclass .modal-header{
	border: none;
    padding: 11px;
}
.PressReleaseModalclass .modal-header .close {
	font-size: 2.2rem;
	font-weight: normal;
	padding: 10px 15px 15px 0;
}
.PressReleaseModalclass .modal-body{
	text-align:center;
	padding: 0 15px 50px 15px;
}
.PressReleaseModalclass .modal-body h4{
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 22px;
	font-family: 'AvenirLTStd-Heavy';
	font-weight: 800;
	color: #212529;
}
.PressReleaseModalclass .modal-body p {
	font-family: 'AvenirLTStd-Roman';
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.PressReleaseModalclass .modal-body p a {
	color: #212529;
}
.PressReleaseModalbutton {
	color: #fff;
	font-family: 'AvenirLTStd-Black';
	padding: 0 40px;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	background: #B4966D;
	width: auto;
	display: inline-block;
	margin:40px auto 0 auto;
	height: 39px;
	line-height: 39px;
}
.PressReleaseModalbutton:not([href]){
	color:#fff;
	cursor: pointer;
}
.PressReleaseModalbutton:not([href]):hover{
	color: #fff;
}
.Live_countdown_none{
	display: none !important;
}
.live_videoheight0{
	height: 0 !important;
}


.Reservation_Error_line{
	border: 2px solid red !important;
    /* margin: -2px 0 0 -2px; */
    width: calc(100% + 0px) !important;
	height: 40px !important;
	border-radius: 0;
}
.Reservation_Error_tips{
	color: red;
    line-height: 20px;
    font-size: 12px;
	display: none;
	text-align: left;
	width: 100%;
}
.Reservation_Error_tipserror{
	color: red;
    line-height: 20px;
    font-size: 12px;
	text-align: left;
}
.Reservation_Error_tips_lang{
	color: red;
    line-height: 20px;
    font-size: 12px;
	display: none;
	text-align: left;
}
.Reservation_Error_tips0,.Reservation_Error_tips1,.Reservation_Error_tips_title,.Reservation_Error_tips2,.Reservation_Error_tips3,.Reservation_Error_tips4,.Reservation_Error_tips5,.Reservation_Error_tips6,.Reservation_Error_tips7,.Reservation_Error_tips77,.Reservation_Error_tips8,.Reservation_Error_lang,.Reservation_Error_tips_spatype,.Reservation_Error_tips_spaname,.Reservation_Error_tips_therapist,.Reservation_Error_tips_time,.Reservation_Error_tipstel{
	color: red;
    line-height: 20px;
    font-size: 12px;
	display: none;
	text-align: left;
}
.Reservation_Error_tips6{
	margin-left: 4px;

}
.paddingbottom{
	padding-bottom:30px;
}
.paddingtop{
	padding-top: 30px;
}
.eapps-instagram-feed-posts-grid-load-more{
	font-family: 'AvenirLTStd-Black' !important;
}
.Specialoffer li:nth-child(3n+2){
	flex: 0 0 calc(33.333333% - 7px);
    max-width: calc(33.333333% - 7px);
    margin-left: 7px;
}
.Specialoffer li:nth-child(3n){
	flex: 0 0 calc(33.333333% - 14px);
    max-width: calc(33.333333% - 14px);
    margin-left: 14px;
}
.sitemapH4{
	padding: 20px 0;
}
.sitemapH4footer{
	padding-top: 20px;
}


.New_Dining_section1,.New_Dining_section2,.New_Dining_section3,.New_Dining_section4{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.New_Dining_section5{
	width: 100%;
}

.breaklabel{
	height: 40px;
	line-height: 18px !important;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wedding_Accommodation{
	margin-top: 5px;
}
.wedding_Accommodation .radio-inline{
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 0;
}

.EventDate_row{
	margin: 0;
}
.EventDate_row_begin{
	padding:0;
	flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.EventDate_row_end{
	padding:0;
	flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.EventDate_row_part{
	width: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.EventDate_row #MeetingEventDate{
	background: #fff url(../images/icon17.png) no-repeat right 5px top 8px !important;
}
.EventDate_row #MeetingEventDate2{
	background: #fff url(../images/icon17.png) no-repeat right 5px top 8px !important;
}
.Page_wrap{
	font-family: 'AvenirLTStd-Roman';
	font-size: 14px;
}
.Page_wrap .page-link{
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	text-align: center;
	margin: 0 4px;
	border: 1px solid #d9d9d9;
	color: rgba(0,0,0,0.65);
	border-radius: 2px;
}
.Page_wrap .page-more{
	width: 32px;
	height: 32px;
	line-height: 36px;
	padding: 0;
	text-align: center;
	margin: 0 4px;
	border: 1px solid transparent;
	color: rgba(0,0,0,0.65);
	font-size: 12px;
	display: block;
	zoom: 0.9;
}
.Page_wrap a.active{
	color: #b4966d;
	border: 1px solid #b4966d;
	background-color: #fff;
}
.Page_wrap a i{
	font-size: 16px;
}
.Page_wrap li.active{
	display: block !important;
}
.Page_wrap li.active .page-link {
	z-index: 3;
	color: #b4966d;
	background-color: #fff;
	border: 1px solid #b4966d;
}
.Page_wrap .pagination{
	justify-content: center;
	font-size: 14px;
}
.Page_wrap .pagination .page-item{
		margin: 0;
}
/* .eapps-instagram-feed-posts-grid-load-more{
	color: #fff;
	padding: 0 40px;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	background: #B4966D url('https://img.grandlisboapalace.com/2021-05/icon-local01.png') no-repeat right 75px center !important;
	height: 39px;
	line-height: 39px;
	text-transform:uppercase;
	background-size:20px !important;
}
.eapps-instagram-feed-posts-grid-load-more:hover{
	color: #fff;
	cursor: pointer;
	background: #907857 url('https://img.grandlisboapalace.com/2021-05/icon-local01.png') no-repeat right 75px center !important;
	background-size:20px !important;
} */
.Home_FixedTips{
	width: 100%;
    height: 56px;
    opacity: 0.9;
    background: rgba(45,109,113,0.90);
    position: fixed;
    z-index: 501;
    bottom: 0;
    color: #fff;
    font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
	display: none;
}
.Home_FixedTips_wrap{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	align-items:center;
	line-height: 56px;
    justify-content: center;
}
.Home_FixedTips_wrap a{
	color: #FFFFFF;
	text-decoration:underline;
}
#FixedTips_close{
	cursor: pointer;
	padding: 0 15px 0 0;
}
#FixedTips_close img {
    width: 14px;
    margin-left: 25px;
}

.displayblock{
	display: block !important;
}

input[name="area_code"]{
	padding-right: 0 !important;
}

.part-top{
	width: 100%;
	height: 80px;
	background-color: #fff;
}
.part-top-bg{
	width: 100%;
	height: 80px;
	background: url(../images/section3-bg.png) repeat #f7f6f1;
}

.Offerhome_section03_content_row{
	padding-bottom: 80px;
}
.Arts_div_list{
	padding-bottom: 80px;
}
.Arts_list .col-md-6{
	margin-top: 40px;
}
.Arts_list .col-md-6:nth-child(1){
	margin-top: 0;
}
.Arts_list .col-md-6:nth-child(2) {
	margin-top: 0;
}
.SAP_left_right{
	padding-bottom: 0 !important;
}
.roomblock3{
	padding-bottom: 40px;
}
.Art_Ent_Wrap{
	padding-bottom: 80px;
}
.DiningSpecialOffer_child{
	margin-top: 40px;
}
.DiningSpecialOffer_child:nth-child(1),.DiningSpecialOffer_child:nth-child(2){
	margin-top: 0;
}
.Shop_More_title{
	Font-size: 16px !important;
	line-height: 26px !important;
}
.Shop_More_common{
	padding: 10px 0 20px 0 !important;
}
.formobile_Details_inline{
	text-align: right;
	line-height: 30px;
}
.formobile_Details_inline a {
    color: #a58965;
    font-size: 14px;
    font-weight: 800;
	text-transform: uppercase;
}
.HoverPointer{
	cursor: pointer;
	flex: 0 0 calc(25% - 30px);
	max-width: calc(25% - 30px);
	padding: 0;
	margin: 0 15px 20px 15px;
}
.MeetingDataRight{
	opacity: 0;
}
.Art_More_common h5{
    line-height: 24px;
}
.Art_More_common p {
    font-size: 16px !important;
}
.notimesdiv{
	width: calc(100% - 25%);
    margin-left: 25%;
    padding: 0 0 5px 10px;
}
.footer-padding{
	padding-bottom: 80px;
}
.footer-padding-hafl{
	padding-bottom: 40px;
}
.Page_wrap {
	padding-bottom: 40px;
}
.collapseReservation_step2_loading{
	text-align: center;
	color: #B4966D;
	line-height: 100%;
    justify-content: center;
	margin-left: calc(12% + 15px);
    padding: 80px 0;
}
.collapseReservation_step2_loading img{
	width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 5px;
}

.art_detail_bottomswiper{
	margin: 0 !important;
}
.art_detail_bottomswiper #art_block_web{
	margin: 0 !important;
}
.art_detail_bottomswiper #art_block_web h5 {
    line-height: 26px;
}

.spa_form_dropdown_unhidden {
	float: left;
	height: 100%;
	line-height: 36px;
	background: url(../images/selecthotel.png) no-repeat right 10px center;
	background-size: 20px;
	text-align: left;
	padding: 0 40px 0 15px;
}

.spa_form_dropdown_hidden {
	display: none !important;
}

.diy_select{min-height: 40px;width: 100%;position: relative;font-size: 12px;margin: 0;background: #fff;color: #000;float: left;border: 2px solid #E6E6E6;}
.diy_select_btn,.diy_select_txt{float: left;height: 100%;line-height: 36px;background: url(../images/selecthotel.png) no-repeat right 10px center;background-size: 20px;text-align: left;padding: 0 40px 0 15px;}
/* .diy_select,.diy_select_list{border: 1px solid #73839F;border: 2px solid #E6E6E6;} */
.diy_select_txt{    width: 100%;
    min-height: 36px;
    line-height: 20px;
    overflow: hidden;
    /* padding: 8px 35px 8px 15px; */
	/* padding: 10px 35px 8px 15px; */
	padding: 8px 35px 8px 15px;
    cursor: pointer;
    font-size: 14px;
	color: #757575;
}
.diy_select_txt,.diy_select_list li{text-indent: 0;overflow: hidden;border: none !important;}
.diy_select_btn{width: 28px;background: url(rec.gif) no-repeat center}
.diy_select_list{width: calc(100% + 4px);position: absolute;top: 40px !important;
    left: -2px;z-index: 100;display: none;_top:38px;    margin: 0;
    background: #fff;    text-align: left;max-height: 200px;overflow: auto;
    padding-left: 0 !important;
		border: 2px solid #E6E6E6;border-top: none;
}
.diy_select_list li{
	list-style: none;
    min-height: 40px;
    line-height: 20px;
    overflow: hidden;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}
.diy_select_list li.focus{background: #FFF9ED;}
.new_select_txt{
	color: #212529;
}
.shoplogo_newrow{
	padding-bottom: 80px;
}
.shoplogo_newrow .Artdeail_row_info_info{
	padding-top: 30px;
}
.shoplogo_newrow img{
	width: 150px;
	height: 150px;
}

.restaurant_top{
	padding-top: 40px;
}
.restaurant_topline{
	border-top: 1px solid #a58965;
}

.Room_detail_section01_row_link{
	padding: 0;
    display: flex;
    justify-content:left;
    padding-top: 15px;
}
.Room_detail_section01_row_link a{
	font-size: 14px;
	font-family: 'AvenirLTStd-Roman';
	text-decoration: underline;
	text-align: LEFT;
	color: #212529;
	white-space: nowrap;
	/* width: 170px; */
    margin-left: -20px;
    /* margin-right: 15px; */
}
.Room_detail_section01_row_link a img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 0;
	margin-top: -3px;
}
.Room_detail_section01_row_link a:last-child img{
    margin-left:15px
}
.booking_link_div{
    justify-content: flex-start;
}
.booking_link_div a:last-child{
    margin-left:5px;
}
#errordiv{
	margin-top: 35px;
}
.Unclickbtn{
	background: #ccc !important;
    pointer-events: none !important;
}
.new_Entertainment_top p img{
	width: 100%;
}
.new_Entertainment_top video {
	height: auto;
	margin: 20px 0;
}


.Home_section01_newbtn{
	color: #fff;
	font-family: 'AvenirLTStd-Black';
	padding: 11px 40px;
    height: 45px;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 4px;
	background: #2D6D71;
	margin-top: 5px;
	display: inline-block;
    text-align: center;
}
.Home_section01_newbtn:hover{
	background: #255054;
	color: #fff;
}


.New_offer_section{
	width: 100%;
	max-width: 100%;
}
.New_offer_section1{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.New_offer_section2{
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.New_offer_section3{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
#block-bookinglinken{
	display: flex;
	/* margin-bottom: -20px; */
	/* margin-left: -20px; */
}

.New_room_floorplan{
	padding: 0 15px;
}
.New_room_floorplan h6{
	width: 100%;
	margin: 0;
    padding-bottom: 3px;
    font-family: 'AvenirLTStd-Black';

	text-transform: uppercase;
}
.New_room_floorplan_img:nth-child(odd){
	padding-right: 0;
	margin-bottom: 40px;
}
.New_room_floorplan_img:nth-child(even){
	padding-left: 0;
	margin-bottom: 40px;
}
.New_room_floorplan_img img{
	width: 100%;
}
.meetingform_row .form-group{
	display:flex;
}

.meetingform_row {
	display: flex;
	flex-direction: row;
	/* justify-content: center; */
}

.spaform-row {
	justify-content: center;
}

.spa-form-item {
	width: 100%;
}

.text-align-left {
	text-align: left !important;
}
.text-align-right {
	text-align: right !important;
}
.text-align-center {
	text-align: center !important;
}
.text-align-justify {
	text-align: justify !important;
}
.spaname_list{
	display: none !important;
}

/*new-menu*/
.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #2D6C71;
    height: 44px;
}
.menu-web{
    width: 100%;
    margin:0 auto;
}

.menu-web > ul {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    max-width: 1326px;
}

.menu-web > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu-web > ul > li a {
    color: #fff;
    line-height: 41px;
    text-decoration: none;
    display: block;
    font-family: 'AvenirLTStd-Heavy';
    text-align: left;
	position: relative;
}
.menu-web > ul > li a span.reddot{
	position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    text-align: right;
    margin-bottom: 8px;
    margin-left: -5px;
    right: -5px;
}
.menu-web > ul > li a span .icon{
	width: 15px;
	height: auto;
	vertical-align: sub;
}


.menu-web > ul > li:hover {
    border-bottom:3px solid #fff;
}

.menu-web > ul > li > .menu-web-dropdown {
    display: none;
}
.menu-web > ul > li > .menu-web-dropdown ul.menu-web-dropdown-ul {
    display: flex;
    width: 100%;
    max-width: 1326px;
    background: #fff;
    position: relative;
    z-index: 99;
    left: 0;
    top: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;

    align-items: stretch;
    right: 0;
    margin: 0 auto;

}

.menu-web > ul > li > .menu-web-dropdown ul.menu-web-dropdown-ul:before,
.menu-web > ul > li > .menu-web-dropdown ul.menu-web-dropdown-ul:after {
    content: "";
    display: table;
}

.menu-web > ul > li > .menu-web-dropdown ul.menu-web-dropdown-ul:after {
    clear: both;
}

.menu-web > ul > li > .menu-web-dropdown ul.menu-web-dropdown-ul > li {
    margin: 35px 0;
    padding-bottom: 0;
    list-style: none;
    width: calc(75% / 3);
    background: none;
    float: left;
    border-right: 1px solid #ddd;
}
.menu-web > ul > li > .menu-web-dropdown ul.menu-web-dropdown-ul > li:nth-last-child(2){
	border-right:none;
}

.menu-web > ul > li > .menu-web-dropdown ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu-web > ul > li > .menu-web-dropdown ul > li > ul:before,
.menu-web > ul > li > .menu-web-dropdown ul > li > ul:after {
    content: "";
    display: table;
}

.menu-web > ul > li > .menu-web-dropdown ul > li > ul:after {
    clear: both;
}

.menu-web > ul > li > .menu-web-dropdown ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu-web > ul > li > .menu-web-dropdown ul > li > ul > li a {
    border: 0;
}

.menu-web > ul > li > .menu-web-dropdown ul.normal-sub {
    width: 100%;
    left: auto;
}

.menu-web > ul > li > .menu-web-dropdown ul.normal-sub > li {
    width: 100%;
}

.menu-web > ul > li > .menu-web-dropdown ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.menu-mobile {
    display: none;
}
.menu-web > ul > li > .menu-web-dropdown ul li.first-li:first-child{
    width:25% ;
    background: url(../images/bottombg.png) repeat;margin: 0;
	border: none;
}
.first-dropdpwn{
    width: 100%;
    padding:35px 45px;
}
.first-dropdpwn-img img{
    width: 100%;
    margin-bottom: 20px;
}
.common-title{
    font-family: 'AvenirLTStd-Heavy';
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    text-align:left;
}
.common-title a{
	font-family: 'AvenirLTStd-Heavy';
	font-size: 16px;
	line-height: 19px !important;
	color: #000 !important;
}
.common-title a span.reddot{
	display: none !important;
}
.first-dropdpwn-info{
    color: #000;
    font-family: 'AvenirLTStd-Roman';
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.Roomlist-wrap{
    padding: 0 35px 0 35px;
    margin: 0;
}
.menu-web > ul > li > .menu-web-dropdown ul > li:last-child .Roomlist-wrap{
    border-right:none;
}
.menu-web > ul > li > .menu-web-dropdown ul > li:nth-last-child(2) .Roomlist-wrap{
    border-right:none;
}
.Roomlist-img{
    margin-bottom: 20px;
    text-align: left;
}
.Roomlist-img img{
    width: 200px;
    height: auto;
}
.Roomlist-list-ul{
    padding:0;
    margin:0;
}
.Roomlist-list-ul li{
    list-style: none;
	margin-bottom:5px;
	text-align: left;
}
.Roomlist-list-ul li a{
    font-family: 'AvenirLTStd-Roman' !important;
    font-size: 14px;
    line-height: 1.2 !important;
    border:none;
    color: #000 !important;
	display: inline-block !important;
}
.Roomlist-list-ul li a span.reddot{
	top: 1px !important;
}
.Roomlist-lasttitle a{
    color: #000 !important;
    margin-top: 20px;
    line-height: 1.5 !important;
    display: flex !important;
}
.Discover-all{
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.Discover-all a{
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5 !important;
}

.menu-web-dropdown [index="5"]{

}
.menu-web-dropdown [index="4"] .dropdown-ul-li:nth-child(2){
    width: calc(75% / 2);
}
.menu-web-dropdown [index="4"] .dropdown-ul-li:nth-child(3){
    width: calc(75% / 2);
}
.menu-web-dropdown [index="4"] .dropdown-ul-li:nth-child(2) .Roomlist-list-ul li{
    float: left;
    width: 50%;
    display: inline-block;
}
.menu-web-dropdown [index="4"] .dropdown-ul-li:nth-child(3) .Roomlist-list-ul li{
    float: left;
    width: 50%;
    display: inline-block;
}
.menu-web-dropdown [index="4"] .Roomlist-lasttitle{
    color: #000 !important;
    margin-top: 20px;
    line-height: 1.5 !important;
    display: flex !important;
    width: 100%;
}
.menu-web-dropdown [index="3"]{

}


.menu-web > ul > li > .menu-web-dropdown ul.offer-web-dropdown-ul li.first-li:first-child {
    width: 25%;
    background: url(../images/bottombg.png) repeat;    margin: 0;
    border: none;
}
.menu-web > ul > li > .menu-web-dropdown ul.offer-web-dropdown-ul li.first-li:first-child .first-dropdpwn{
    padding: 35px 45px;
}
.menu-web > ul > li > .menu-web-dropdown ul.offer-web-dropdown-ul li.first-li:first-child .first-dropdpwn .first-dropdpwn-img {
    width: 100%;
    margin-bottom: 0;
}
.menu-web > ul > li > .menu-web-dropdown ul.offer-web-dropdown-ul li.first-li:first-child .first-dropdpwn .first-dropdpwn-infowrap{
    width: 100%;
    padding-left: 0;
}

/* .menu-web > ul > li > .menu-web-dropdown ul.hotel-web-dropdown-ul li.first-li:first-child {
    width: 25%;
    background: url(../images/bottombg.png) repeat;    margin: 0;
    border: none;
}
.menu-web > ul > li > .menu-web-dropdown ul.hotel-web-dropdown-ul li.first-li:first-child .first-dropdpwn{
    padding: 35px 45px;
}
.menu-web > ul > li > .menu-web-dropdown ul.hotel-web-dropdown-ul li.first-li:first-child .first-dropdpwn .first-dropdpwn-img {
    width: 100%;
    margin-bottom: 0;
}
.menu-web > ul > li > .menu-web-dropdown ul.hotel-web-dropdown-ul li.first-li:first-child .first-dropdpwn .first-dropdpwn-infowrap{
    width: 100%;
    padding-left: 0;
} */
/*ul.offer-web-dropdown-ul .dropdown-ul-li:nth-child(2) .Roomlist-list-ul li {
    float: unset !important;
    width: 100% !important;
    display: block !important;
}
ul.offer-web-dropdown-ul .dropdown-ul-li:nth-child(3) .Roomlist-list-ul li {
    float: unset !important;
    width: 100% !important;
    display: block !important;
} */

.dining-web-dropdown-ul{

}
.menu-web > ul > li > .menu-web-dropdown ul.dining-web-dropdown-ul > li {
    margin: 35px 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}



.hc-mobile-nav {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    z-index:9999;
    overscroll-behavior:none;
}
.hc-mobile-nav.is-ios * {
    cursor:pointer !important
}
.hc-mobile-nav .nav-container {
    position:fixed;
    z-index:9998;
    top:0;
    width:90%;
    max-width:100%;
    height:100%;
    transition:transform .2s ease
}
.hc-mobile-nav .nav-wrapper {
    width:100%
}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
    position:static;
    height:100%;
    overflow:scroll;
    overflow-x:visible;
    overflow-y:auto;
    margin-top:50px;
}
.hc-mobile-nav ul {
    list-style:none;
    margin:0;
    padding:0;
	height: 100%;
}
.hc-mobile-nav li {
    position:relative;
    display:block
}
.hc-mobile-nav li.level-open>.nav-wrapper {
    visibility:visible
}
.hc-mobile-nav input[type="checkbox"] {
    display:none
}
.hc-mobile-nav label {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:10;
    cursor:pointer;
    width:100%;
}
.hc-mobile-nav a {
    position:relative;
    display:block;
    box-sizing:border-box;
    cursor:pointer
}
.hc-mobile-nav a,.hc-mobile-nav a:hover {
    text-decoration:none
}
.hc-mobile-nav.disable-body:not(.nav-open)::after {
    pointer-events:none
}
.hc-mobile-nav.disable-body::after,.hc-mobile-nav.disable-body .nav-wrapper::after {
    content:'';
    position:fixed;
    z-index:9990;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    overscroll-behavior:none;
    visibility:hidden;
    opacity:0;
    transition:visibility 0s ease .4s,opacity .4s ease
}
.hc-mobile-nav.disable-body.nav-open::after,.hc-mobile-nav.disable-body .sub-level-open::after {
    visibility:visible;
    opacity:1;
    transition-delay:.05s
}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
    display:none
}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
    min-width:0;
    max-height:0;
    overflow:hidden;
    transition:height 0s ease .4s
}
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height:none
}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
    position:absolute;
    z-index:9999;
    top:0;
    height:100%;
    visibility:hidden;
    transition:visibility 0s ease .2s,transform .2s ease
}
.hc-mobile-nav.nav-levels-overlap ul ul {
    height:100%;
    overflow:scroll;
    overflow-x:visible;
    overflow-y:auto
}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
    position:static
}
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility:visible;
    transition:transform 0.2s ease;
}
.hc-mobile-nav.side-left {
    left:0
}
.hc-mobile-nav.side-left .nav-container {
    left:0;
    transform:translate3d(-100%,0,0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
    transform:translate3d(0px,0,0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
    left:0;
    transform:translate3d(-100%,0,0)
}
.hc-mobile-nav.side-right {
    right:0
}
.hc-mobile-nav.side-right .nav-container {
    right:0;
    transform:translate3d(100%,0,0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
    transform:translate3d(40px,0,0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
    right:0;
    transform:translate3d(100%,0,0)
}
.hc-mobile-nav.nav-open .nav-container {
    transform:translate3d(0,0,0);
    padding-bottom: 50px;
}
.hc-nav-trigger {
    position:absolute;
    cursor:pointer;
    display:none;
    top:20px;
    z-index:9980;
    min-height:24px
}
.hc-nav-trigger span {
    width:30px;
    top:50%;
    transform:translateY(-50%);
    transform-origin:50% 50%
}
.hc-nav-trigger span,.hc-nav-trigger span::before,.hc-nav-trigger span::after {
    position:absolute;
    left:0;
    height:4px;
    background:#34495E;
    transition:all .2s ease
}
.hc-nav-trigger span::before,.hc-nav-trigger span::after {
    content:'';
    width:100%
}
.hc-nav-trigger span::before {
    top:-10px
}
.hc-nav-trigger span::after {
    bottom:-10px
}
.hc-nav-trigger.toggle-open span {
    background:rgba(0,0,0,0);
    transform:rotate(45deg)
}
.hc-nav-trigger.toggle-open span::before {
    transform:translate3d(0,10px,0)
}
.hc-nav-trigger.toggle-open span::after {
    transform:rotate(-90deg) translate3d(10px,0,0)
}
.hc-mobile-nav::after,.hc-mobile-nav .nav-wrapper::after {
    background:rgba(0,0,0,0.5)
}
.hc-mobile-nav .nav-wrapper {
    background:#fff;
}
.hc-mobile-nav.nav-open .nav-wrapper {
    box-shadow:1px 0 2px rgba(0,0,0,0.2)
}
.hc-mobile-nav h2 {
    font-size:19px;
    font-weight:normal;
    text-align:left;
    padding:15px;
    color:#306b71;
    margin:0;
}
.hc-mobile-nav a {
    padding:10px;
    font-size:18px;
    color:#306b71;
    z-index:1;
    background:rgba(0,0,0,0);
    border-bottom:1px solid #d7e1e3;
}
.hc-mobile-nav li {
    text-align:left
}
.hc-mobile-nav li.nav-close a,.hc-mobile-nav li.nav-back{
	display: none;
}
.hc-mobile-nav li.nav-close a,.hc-mobile-nav li.nav-back a {
    background:#fff;
    border-top:1px solid #d7e1e3;
    border-bottom:1px solid #d7e1e3
}
.hc-mobile-nav li.nav-close a:hover,.hc-mobile-nav li.nav-back a:hover {
    background:#306b71;
    color: #fff;
}
.hc-mobile-nav li.nav-close span,.hc-mobile-nav li.nav-parent span.nav-next,.hc-mobile-nav li.nav-back span {
    width:100%;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    text-align:center;
    cursor:pointer;
    transition:background .2s ease
}
.hc-mobile-nav li.nav-close span::before,.hc-mobile-nav li.nav-close span::after {
    display:block;
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    width:6px;
    height:6px;
    margin-top:-3px;
    border-top:1px solid #306b71;
    border-left:1px solid #306b71;
}
.hc-mobile-nav li.nav-close span::before {
    margin-left:-9px;
    transform:rotate(135deg)
}
.hc-mobile-nav li.nav-close span::after {
    transform:rotate(-45deg)
}
.hc-mobile-nav span.nav-next::before,.hc-mobile-nav li.nav-back span::before {
    content:'';
    position:absolute;
    top:50%;
    right: 15px;
    width:8px;
    height:8px;
    margin-left:-2px;
    box-sizing:border-box;
    border-top:1px solid #306b71;
    border-left:1px solid #306b71;
    transform-origin:center
}
.hc-mobile-nav span.nav-next::before {
    transform:translate(-50%,-50%) rotate(135deg)
}
.hc-mobile-nav li.nav-back span::before {
    transform:translate(-50%,-50%) rotate(-45deg)
}
.hc-mobile-nav.side-right span.nav-next::before {
    margin-left:0;
    margin-right:-2px;
    transform:translate(-50%,-50%) rotate(-45deg)
}
.hc-mobile-nav.side-right li.nav-back span::before {
    margin-left:0;
    margin-right:-2px;
    transform:translate(-50%,-50%) rotate(135deg)
}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow:none;
    background:transparent
}
.hc-mobile-nav.nav-levels-expand .nav-container ul h2,.hc-mobile-nav.nav-levels-none .nav-container ul h2 {
    display:none
}
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,.hc-mobile-nav.nav-levels-none .nav-container ul ul a {
    font-size:14px
}
.hc-mobile-nav.nav-levels-expand .nav-container li,.hc-mobile-nav.nav-levels-none .nav-container li {
    transition:background .3s ease
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
    background:#306b71
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,.hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom:1px solid #d7e1e3
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
    background:#2f649a
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,.hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {
    margin-top:2px;
    transform:translate(-50%,-50%) rotate(45deg)
}
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
    margin-top:-2px;
    transform:translate(-50%,-50%) rotate(225deg)
}
.cf::before,.cf::after {
    content:'';
    display:block;
    height:0;
    overflow:hidden
}
.cf::after {
    clear:both
}
.wrapper {
    max-width:800px;
    margin:0 auto;
    padding:0 20px
}
#main-nav {
    display:none
}
.nav-wrapper-2{
    margin-top: 50px;
}
.nav-wrapper-3{
    margin-top: 0;
}
.first-nav li a{
    font-family: 'AvenirLTStd-Heavy';
	font-size: 18px;
}
.nav-wrapper-2 ul li a{
    padding-left: 35px;
    font-family: 'AvenirLTStd-Roman';
	font-size: 16px;
}
.nav-wrapper-2 h2 span{
	display: inline-block;
	font-size: 14px;
    font-family: 'AvenirLTStd-Heavy';
}
.nav-wrapper-2 h2 span i{
	margin:0 5px;
	color: #306b71;
}
.nav-wrapper-2 h2 span a{
	padding: 0;
	padding-right: 0 !important;
	font-size: 14px;
	border:none;
    font-family: 'AvenirLTStd-Heavy';
}
.nav-wrapper-3 ul li a{

    font-family: 'AvenirLTStd-Roman';
	font-size: 14px;
}
.two-name{
	background-color: #306b71;
}
.two-name a{
	color: #fff;
    font-family: 'AvenirLTStd-Heavy' !important;
	font-size: 20px !important;
}
.new-nav-lang{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding:5px 15px;
	background:#173f41;
	font-size: 0;
	display: flex;
    align-items: center;
}
.new-nav-lang a{
	padding:0;
	color:#fff;
	border:none;
	display:inline-block;
	padding: 0 12px;
	border-right:1px solid #fff;
	/* height: 20px; */
	line-height: 18px;
	/* margin: 5px 0; */
	padding-top: 4px;
}
.new-nav-map>a{
	margin-top: -3px;
}
.new-nav-lang a:first-child{
	padding-left:0;
}
.new-nav-lang a:nth-last-child(2){
	border-right:none;
}
.new-nav-map{
	display: inline-block;
	position: absolute;
	right: 15px;
}
.new-nav-map{
	text-align:right;
	float:right;
}
.new-nav-map a{
	border:none;
}
.new-nav-map a i{
	font-size: 20px;
}
.red-special{
	position:absolute;
	right:0;
	top:5px;
	font-size:12px;
	color:#fff;
	background-color:red;
	padding:0 10px;
	line-height:15px;
}
.coming-soon{
	padding: 15px 15px 15px 35px;
    font-size: 16px;
    color: #909090;
    z-index: 1;
    background: rgba(0,0,0,0);
    border-bottom: 1px solid #d7e1e3;
}
.coming-soon a{
	color: #909090;
    padding: 0;
    border: none;
    text-align: left;
    padding-left: 0 !important;
}
@media screen and (min-width:992px) and (max-width:2560px){
	.hc-mobile-nav.hc-nav-1 {
		display: none !important;
	}
}
.Offer-new-ztyw, .Offer-new-zwyt{
	padding-bottom: 40px;
}
.Offer-new-zwyt .section02_content_right{
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 0 !important;
    padding-right: 40px !important;
}
.Offer-new-zwyt .section02_content_right p{
	text-align:left !important;
	line-height: 24px;
}
.Offer-new-ztyw .section02_content_right{
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 40px !important;
    padding-right: 0 !important;
}
.Offer-new-ztyw .section02_content_right p{
	text-align:left !important;
	line-height: 24px;
}
.Offer-new-ztyw .section02_content_right h3, .Offer-new-zwyt .section02_content_right h3 {
    font-family: 'AvenirLTStd-Black';
	font-weight: 800;
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    padding: 0px 0 10px 0;
}
.Offer-new-ztyw .section02_content_right_a,.Offer-new-zwyt .section02_content_right_a {
    margin-top: 25px;
}
.Offer-new-ztyw .section02_content_right_a .dining_addbox_btn a,.Offer-new-zwyt .section02_content_right_a .dining_addbox_btn a{
    margin-top: 15px;
    display: inline-block;
}
.Offer-new-ztyw .section02_content_right_a .dining_addbox_btn a:first-child,.Offer-new-zwyt .section02_content_right_a .dining_addbox_btn a:first-child{
    margin-top: 0;
}
@media screen and (min-width:320px) and (max-width:767px){
	.Offer-new-ztyw .section02_content_right_a .dining_addbox_btn a,.Offer-new-zwyt .section02_content_right_a .dining_addbox_btn a{
		padding: 12px 30px;
	}
}

.Offer-new-ztyw .section02_content_right ul{
	font-size:16px;
	margin:0 0 0 20px;padding:0;
	
}
.Offer-new-ztyw .section02_content_right ul li{
	width:100%;
	text-align:left;
	margin-bottom:0;
	line-height: 24px;display: list-item;
    list-style-type: disc;
}
.Offer-new-ztyw .section02_content_right ul li:last-child{
	width:100%;
	text-align:left;
	margin-bottom:0;
}

.Offer-new-zwyt .section02_content_right ul{
	font-size:16px;
	margin:0 0 0 20px;padding:0;
}
.Offer-new-zwyt .section02_content_right ul li{
	width:100%;
	text-align:left;
	margin-bottom:0;
	line-height: 24px;display: list-item;
    list-style-type: disc;
}
.Offer-new-zwyt .section02_content_right ul li:last-child{
	width:100%;
	text-align:left;
	margin-bottom:0;
}

.newpage-bigtitle{
    width: 100%;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    padding:60px 0;
}
.newpage-bigtitle p{
    margin:0;font-weight: 800;
    font-size: 40px;
    line-height: 56px;
}
.newpage-reserve{
    width: 100%;
    min-height: 230px;
    background: linear-gradient(180deg, rgba(33, 34, 26, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #5E5F61;
    background-image: url('../images/newpage-reserve-bg.png');
    background-repeat: repeat-x;
    background-position: top center;
    padding:60px 0;
    position: relative;
}
.newpage-reserve div{
    color: #fff;
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    vertical-align: text-top;
}
.newpage-reserve div a{
	color: #fff;
}
.newpage-reserve-info{
    /*padding-left:calc((100% - 400px) / 2);*/
}
.newpage-reserve-info-div div{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.newpage-reserve-info-div{
	width: 40%;
    margin: 0 25% 0 35%;
}

.newpage-reserve-info-div div a, .newpage-reserve-info-div div u{
	text-decoration: none;
}
.newpage-reserve-info-div div:nth-child(1){
    width: 30%;
}
.newpage-reserve-formbtn{
    position: absolute;
    bottom: -30px;
    left:0;
    right:0;
    width: 360px;
    height: 60px;
    border: 1px solid #606839;
    background: #606839;
    border-radius: 4px;
    margin:0 auto;
}
.newpage-reserve-formbtn a{
    width: 358px;
    height: 57px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    border: 2px solid rgb(149,149,116);
    margin-top: 1px;
    margin-left: 0px;
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
    line-height: 56px;
    background: #606839 !important;
}
.newpage-reserve-formbtn a:hover{
    background:#424827 !important;
}
.newpage-reserve-formbtn  .collapseReservation_arrow{
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #767779;
    margin: 20px auto 0 auto;
}
.newpage-section1{
    background: #fff;
}

.newpage-section1-1{
    display: flex;
    padding-top: 100px;
}
.newpage-section1-1 .left-1{
    width:50%;
}
.newpage-section1-1 .left-1 .left-1-div{
    width: 65%;
    margin-left: 35%;
    padding-right: 60px;
}
.newpage-section1-1 .left-1 span p{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    margin-bottom: 15px;

	font-weight: 800;
	font-size: 60px;
	line-height: 72px;
}
.newpage-section1-1 .left-1 p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
}

.newpage-section1-1 .right-1{
    width: 50%;
}

.newpage-section1-1 .right-1 img{
    width: 100%;
}

.newpage-section1-2{
    display: flex;
    padding-top: 80px;
    width: 60%;
    margin: 0 auto;
}
.newpage-section1-2 .left-1{
    width: 40%;
    padding: 0 50px;
}
.newpage-section1-2 .left-1 .left-1-div span p{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
}
.newpage-section1-2 .right-1{
    width: 60%;
}
.newpage-section1-2 .right-1 p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin-right: 60px;
    margin-top: 10px;
}

.newpage-section1-3{
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
}
.newpage-section1-3 .right-1{
    width:50%;
}
.newpage-section1-3 .right-1 .right-1-div{
     width: 65%;
    margin-right: 35%;
    padding-left: 60px;
}
.newpage-section1-3 .right-1 span p{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 15px;
}
.newpage-section1-3 .right-1 p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin-right: 60px;
}

.newpage-section1-3 .left-1{
    width: 50%;
}

.newpage-section1-3 .left-1 img{
    width: 100%;
}

.newpage-section2{
    width: 100%;
    height: 520px;
    background: #262729;
    text-align: center;
}
.newpage-section2 img, .newpage-section2 video{
    width: auto;
    height: 100%;
}

.newpage-section3{
    padding:100px 0;
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
}
.newpage-section3 .title{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;

	font-weight: 800;
	font-size: 60px;
	line-height: 72px;
}

.newpage-section3 .box {
    transition: all .7s ease 0s;
    width: 100%;
    height: auto;
    float: unset;
    margin: 0;
}
.newpage-section3 .box .box-ztyw{
    display: flex;
    padding-top: 60px;
}
.newpage-section3 .box .box-ztyw-left{
    width: 240px;
    margin-right: 60px;
}
.newpage-section3 .box .box-ztyw-right{
    width: calc(100% - 300px);
}
.newpage-section3 .box .box-ztyw-left .box-ztyw-left-info img{
    width: 130px;
    height: 130px;
    border-radius: 12px;
    padding:5px;
    box-shadow: 0px 1px 5px #9a9a9a;
}
.newpage-section3 .box .box-ztyw-left .box-ztyw-left-info p.name{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    padding:15px 0;
}
.newpage-section3 .box .box-ztyw-left .box-ztyw-left-info p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
        line-height: 24px;
    margin: 0;
}
.newpage-section3 .box .box-ztyw-right p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.newpage-section3 .box .box-zwyt{
    display: flex;
    padding-top: 60px;
}
.newpage-section3 .box .box-zwyt-left{
    width: 240px;
    margin-left: 60px;
}
.newpage-section3 .box .box-zwyt-right{
    width: calc(100% - 300px);
}
.newpage-section3 .box .box-zwyt-left .box-zwyt-left-info img{
    width: 130px;
    height: 130px;
    border-radius: 12px;
    padding:5px;
    box-shadow: 0px 1px 5px #9a9a9a;
}
.newpage-section3 .box .box-zwyt-left .box-zwyt-left-info p.name{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    padding:15px 0;
}
.newpage-section3 .box .box-zwyt-left .box-zwyt-left-info p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
        line-height: 24px;
    margin: 0;
}
.newpage-section3 .box .box-zwyt-right p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
	line-height: 24px;
    margin-bottom: 15px;
}

.newpage-section4{
    width: 100%;
    height: auto;
    background: #EFF0EB;
    padding:60px 0;
    border-bottom:30px solid #E1E2DD;
}
.newpage-section4 .QandA{
    max-width: 1100px;
    margin:0 auto;
}
.newpage-section4 .QandA ul{
	margin: 0;
	padding-left: 0;
}
.newpage-section4 .QandA ul li{
    list-style: none;
    margin-top:40px;
}
.newpage-section4 .QandA ul li:first-child{
    margin-top:0;
}
.newpage-section4 .QandA ul li .question{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
}
.newpage-section4 .QandA ul li .answer{

}
.newpage-section4 .QandA ul li .answer p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
line-height: 24px;
    color: #000000;

}
.newpage-section5{
    width: 100%;
    height: auto;
    padding:100px 0;
    max-width: 1100px;
    margin:0 auto;
}
.newpage-section5 .top {
    display: flex;
}
.newpage-section5 .top .top-left{
    width: 40%;
}
.newpage-section5 .top .top-left .title{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    color: #000000;
}
.newpage-section5 .top .top-right{
    width: 60%;
}
.newpage-section5 .top .top-right .info-body{
    display: flex;
    margin-bottom: 40px;
}
.newpage-section5 .top .top-right .info-body .img-wrap img{
    width: 155px;
    height: 155px;
    border-radius: 50%;
    padding:5px;
    box-shadow: 0px 1px 5px #9a9a9a;
}
.newpage-section5 .top .top-right .info-body .img-wrap:nth-child(1){
    margin-right: 40px;
}
.newpage-section5 .top .top-right .info-body .img-wrap:nth-child(2){
    margin-left: 40px;
}
.newpage-section5 .top .top-right .info-body .info-wrap{
    padding:15px 40px 15px 0;
}
.newpage-section5 .top .top-right .info-body .info-wrap p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
	font-size: 16px;
	line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}
.newpage-section5 .top .top-right .info-body .info-wrap p a{
    color:rgb(96,104,57);
    text-decoration: underline;
}
.DYFp{
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}
.newpage-section5 .top .top-right .info-body .info-wrap .name{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.newpage-section5 .top .top-right .info-body .info-wrap .name p{
	font-family: 'AvenirLTStd-Black';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.newpage-section5 .bottom {
    display: flex;
}
.newpage-section5 .bottom .info-body{
    display: flex;
}
.newpage-section5 .bottom .info-body .img-wrap img{
    width: 155px;
    height: 155px;
    border-radius: 50%;
    padding:5px;
    box-shadow: 0px 1px 5px #9a9a9a;
}
.newpage-section5 .bottom .info-body .img-wrap{
    margin-right: 40px;
}
.newpage-section5 .bottom .info-body .info-wrap{
    padding:15px 0;
}
.newpage-section5 .bottom .info-body .info-wrap p{
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}
.newpage-section5 .bottom .info-body .info-wrap p a{
    color:rgb(96,104,57);
    text-decoration: underline;
}
.info-wrap-redmore{
    color:rgb(96,104,57);
    text-decoration: underline;
    margin-bottom: 15px;
	display: none;
}
.info-wrap-redmore:hover{
    text-decoration: underline;
}
.newpage-section5 .bottom .info-body .info-wrap .name{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.newpage-section6{
    width: 100%;
    height: auto;
}
.newpage-section6 img{
    width: 100%;
}

.newpage-section7{
    width: 100%;
    padding:100px 0 40px 0;
}
.newpage-section7 .sq-list{
    max-width: 1101px;
    margin: 0 auto;
}
.newpage-section7 .sq-list .title{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    color: #000000;
    text-align: center;
    padding-bottom: 70px;
}
.newpage-section7 .sq-list ul{
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
    margin: 0 -2px;
	padding-left: 0;
}
.newpage-section7 .sq-list ul li{
      flex: 0 0 33.3333333%;
      height: 30px;
      text-align:center;
      line-height:30px;
      background-color: white;
      list-style: none;
      padding: 0;
      width: 367px;
      height: 367px;
      display: flex;
}
.newpage-section7 .sq-list ul li.Salon-7-title{
    background: #4C4D51;
    color: #fff;
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    text-align: center;
    align-items: center;
    padding:0 30px;
    line-height: 60px;

    justify-content: center;
}
.newpage-section7 .sq-list ul li.Salon-7-img img{
    width: 100%;
}
.newpage-section7 .sq-list ul li.Salon-7-info {
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding:0 40px;
    align-items: center;
}
.sq-menu{
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding:40px 0;
    text-align: right;
}
.sq-menu img:nth-child(1){
    margin-top: -8px;
    margin-right: 15px;
}
.sq-menu img:nth-child(2){
    margin-top: -8px;
    margin-left: 15px;
}
.sq-menu a{
    color: #000;
    text-decoration: none;
}


#collapseSpaBook{
    background: #767779;
    margin-top: 65px;
    color: #fff;
}
#collapseSpaBook111{
    background: #767779;
    margin-top: 65px;
    color: #fff;
}
.collapseSpaBook-wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:40px 0;
}
.collapseReservation_arrow{
        width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #b4966d;
    /* position: absolute; */
    left: 0;
    right: 0;
    /* top: 3px; */
    /* bottom: 0; */
}

.MakeAReservation[aria-expanded="true"] .collapseReservation_arrow{
    display: block;
}
.MakeAReservation[aria-expanded="false"] .collapseReservation_arrow{
    display: none;
}
.Spa-forweb{
    display: block;
}
.Spa-formobile{
    display: none;
}
.Spa-fortablet{
	display: none;
}
.Salon-formobile{
	display: none !important;
}
.Salon-forweb{
	display: block;
}

.Spa-special-formobile, .Spa-special-forweb{
	display: none !important;
}
.Salon-home{
}
.Salon-banner-info h1{
	font-style: normal;
	font-weight: 800;
	font-size: 96px;
	line-height: 115px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	top: 10%;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
	font-family: 'AvenirLTStd-Black';
}
.collapseSpaBook-wrap{
	color: #fff;
}
.collapseSpaBook-wrap .collapseReservation_title {
    color: #fff;
}
.collapseSpaBook-wrap .collapseReservation_row .col-form-label {
    color: #fff;
}
.collapseSpaBook-wrap .collapseReservation_row .redstar {
    color: #fff;
}
.collapseSpaBook-wrap .collapseReservation_bottom .Submit_btn a {
    background: #606839;
    border: 2px solid rgb(149,149,116);
}
.collapseSpaBook-wrap .collapseReservation_bottom .Submit_btn a:hover {
    background: #424827;
}
.collapseSpaBook-wrap .collapseReservation_row .form-check-label p {
    color: #fff;
}
.collapseSpaBook-wrap .FormControl_date_select_row ul li {
    color: #212529;
}
.collapseSpaBook-wrap .FormControl_date_select_row ul li:hover {
	background: #eef3d8;
}
.collapseSpaBook-wrap .collapseReservation_bottom .Submit_two_btn a {
    background: #606839;
    border: 2px solid rgb(149,149,116);
}
.collapseSpaBook-wrap .collapseReservation_bottom .Submit_two_btn a:hover {
    background: #424827;
}
.collapseSpaBook-wrap .Reservation_Error_line {
    border: 2px solid red !important;
    margin: -2px 0 -2px -2px;
    width: calc(100% + 4px) !important;
    height: 40px !important;
}
.Spa-special-fortablet{
	display: none !important;
}
.Spa-special-formobile{
	display: none !important;
}
.Spa-special-forweb{
	display: block !important;
}
.Spa-forbigsreen{
	display: block !important;
}
.salon_footer .Foot_info_social .col img{
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
	opacity: 1;
}
.salon_footer .Foot_line{
	background-color: rgb(204,204,204);
}
.salon_footer .GLP_Foot_info {
    background: url(../images/section3-bg2.png) repeat #f6f6f6;
}

.collapseSpaBook-wrap .otherbutton {
    line-height: 36px;
    background: #606839;
    border: 2px solid rgb(149,149,116);
    line-height: 36px;
}
.collapseSpaBook-wrap .otherbutton:hover {
    background: #424827;
}
.collapseSpaBook-wrap .collapseReservation_step4_success_title {
    color: #fff !important;
}
.collapseSpaBook-wrap .collapseReservation_step4_success_info {
    color: #fff;
}
.collapseSpaBook-wrap .collapseReservation_step4_success_icon img{
	-webkit-filter: grayscale(100%) brightness(200%);
    -moz-filter: grayscale(100%) brightness(200%);
    -ms-filter: grayscale(100%) brightness(200%);
    -o-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
    filter: gray;
    opacity: 1;
}
.collapseSpaBook-wrap  .collapseReservation_step4_success_icon img{
    -webkit-filter: grayscale(100%) brightness(200%);
    -moz-filter: grayscale(100%) brightness(200%);
    -ms-filter: grayscale(100%) brightness(200%);
    -o-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
    filter: gray;
    opacity: 1;
}
.collapseSpaBook-wrap .collapseReservation_row .form-check-label a{
    color: #fff;
    text-decoration: underline;
}
.SalonDatastep   {
    width: 410px !important;
}
.SalonDatastep  .single{
	width:100% !important;
}
.collapseSpaBook-wrap  #Restaurant{
	cursor: auto;
}
.collapseSpaBook-wrap  .diy_select_list li:hover{
	background: #eef3d8;
}
.SalonDatastep  .calendar-table table thead tr:nth-child(1) {
    background-color: #606839;
}
.SalonDatastep td.available:hover, .SalonDatastep th.available:hover {
	background-color: #606839 !important;
}
.collapseSpaBook-wrap  .Captcha_row {
    height: 40px;
}
.collapseSpaBook-wrap  .Telephone_row_select2_div span {
   color: #212529;
}
.collapseSpaBook-wrap .collapseReservation_number input{
	cursor: auto;
}

.Salon-forpcnmobile{
	display: block;
}
.Salon-fortablet{
	display: none;
}
.displayblockinipad{
	display: none !important;
}
@media screen and (min-width:320px) and (max-width:767px) {
    .newpage-bigtitle {
        width: 100%;
        padding: 40px 15px;
    }
	.newpage-reserve-info-div {
		width: 100%;
		margin: 0;
	}
	.newpage-reserve-info-div div:nth-child(1){
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.newpage-reserve-info-div div:nth-child(2){
		width: 100% !important;
	}
	.newpage-bigtitle p{
        text-transform: uppercase;
        font-size: 20px;
        line-height: 29px;
    }
    .newpage-reserve {
        height: auto;
        padding: 40px 15px;
    }
    .newpage-reserve .newpage-reserve-formbtn {
        font-size: 16px;
        line-height: 19px;
		width: calc(100% - 30px);
    }
	.newpage-reserve-formbtn{
		margin: 0 auto;
	}
	.newpage-reserve-formbtn a {
		width: 100%;
		font-size: 20px;
	}
    .newpage-reserve-info-div div:nth-child(1) {
        width: 35%;
    vertical-align: top;
    margin-bottom: 15px;
	font-weight: 800;
font-size: 16px;
line-height: 19px;
    }
    .newpage-reserve-info-div div:nth-child(2) {
        width: 63%;
    vertical-align: top;
    margin-bottom: 15px;
    padding-top: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    }
    .newpage-section1-1 {
        display: block;
        padding-top:60px;

		padding-bottom: 0;
    }
    .newpage-section1-1 .left-1 {
        width: 100%;
    }
    .newpage-section1-1 .right-1 {
        width: 100%;
    }
    .newpage-section1-1 .left-1 .left-1-div {
        width: 100%;
        margin-left: 0;
    margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .newpage-section1-1 .left-1 span p{
    display: block;
        font-weight: 800;
        font-size: 36px;
line-height: 43px;
        margin-bottom: 20px;
    }
    .newpage-section1-1 .left-1 p{
        margin:0;    font-size: 16px;
		line-height: 24px;
    }
    .Spa-forweb{
        display: none;
    }
    .Spa-formobile{
        display: block;
    }
	.Spa-fortablet{
		display: none;
	}
    .newpage-section1-2 {
        display: block;
        padding-top: 40px;
        width: 100%;
        margin: 0 auto;
    }
    .newpage-section1-2 .left-1 {
        width: 100%;
        padding:0 15px;
    }
    .newpage-section1-2 .right-1 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .newpage-section1-2 .left-1 .left-1-div span {
    display: block;
        font-weight: 800;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .newpage-section1-2 .right-1 p {
        margin: 0;font-size: 16px;
		line-height: 24px;
    }
    .newpage-section1-3 {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .newpage-section1-3 .left-1 {
        width: 100%;
    }
    .newpage-section1-3 .right-1 {
        width: 100%;
    }
    .newpage-section1-3 .right-1 .right-1-div {
        width: 100%;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    padding-top: 40px;
    }
    .newpage-section1-3 .right-1 span p {
    display: block;
        font-weight: 800;
        font-size: 36px;
line-height: 43px;
        margin-bottom: 20px;
    }
    .newpage-section1-3 .right-1 p{
        margin:0;font-size: 16px;
		line-height: 24px;
    }
    .newpage-section2 {
        height: auto;
    }
    .newpage-section2 img, .newpage-section2 video {
        width: 100%;
        height: auto;
    }
    .newpage-section3 {
        padding:40px 0;
    }
    .newpage-section3 .title {
        font-size: 36px;
line-height: 43px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .newpage-section3 .box .box-ztyw {
        display: block;
        padding-top:40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .newpage-section3 .box .box-ztyw-right {
        width: 100%;
        padding-top: 20px;
    }
    .newpage-section3 .box .box-ztyw-left {
        width: 100%;
        margin-right: 0;
    }
    .newpage-section3 .box .box-ztyw-left .box-ztyw-left-info{
        display: flex;
    }
    .newpage-section3 .box .box-ztyw-left .box-ztyw-left-infolist{
        padding-left:15px;
    }
    .newpage-section3 .box .box-ztyw-left .box-ztyw-left-info p.name {
        font-size: 24px;
        line-height: 29px;
        padding: 0 0 15px 0;
    }
    .newpage-section3 .box .box-ztyw-left .box-ztyw-left-info p {
        font-size: 16px;
        line-height: 24px;
    }
    .newpage-section3 .box .box-zwyt {
        display: block;
        padding-top:20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .newpage-section3 .box .box-zwyt-right {
        width: 100%;
        padding-top: 20px;
    }
    .newpage-section3 .box .box-ztyw-right p:last-child{
        margin-bottom: 0;
    }
    .newpage-section3 .box .box-zwyt-right p:last-child{
        margin-bottom: 0;
    }
    .newpage-section4 {
        padding: 30px 15px;
        border-bottom: 15px solid #E1E2DD;
    }
    .newpage-section5 {
        padding: 40px 0;
    }
    .newpage-section5 .top {
        display: block;
    }
    .newpage-section5 .top .top-left {
        width: 100%;
        padding:0 15px;
    }
    .newpage-section5 .top .top-left .title {
        margin-bottom: 20px;
    }
	.newpage-section5 .top .top-left .title p{
        font-size: 36px;
    line-height: 43px;
    }
    .newpage-section5 .top .top-right {
        width: 100%;
    }
    .newpage-section5 .top .top-right .info-body {
        display: block;
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .newpage-section5 .top .top-right .info-body .img-wrap:nth-child(1) {
        margin-right: 0;
        text-align: center;
    }
    .newpage-section5 .bottom .info-body {
        display: block;
    }
    .newpage-section5 .bottom .info-body .img-wrap {
        margin-right: 0;
        text-align: center;
    }
    .newpage-section5 .bottom .info-body .info-wrap {
        padding: 15px 15px 0 15px;
    }
    .newpage-section5 .bottom .info-body .info-wrap p {
        margin-bottom:20px;
    }
    .newpage-section7 {
        width: 100%;
        padding: 40px 0 40px 0;
    }
    .newpage-section7 .sq-list .title {
        font-family: 'AvenirLTStd-Black';
        font-size: 36px;
        line-height: 43px;
        padding-bottom: 40px;
		padding:0 15px 20px 15px;
    }
    .Salon-forweb{
        display: none !important;
    }
    .Salon-formobile{
        display: block !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
    }
	.newpage-section7 .sq-list ul {
		margin: 0;
	}
    .newpage-section7 .sq-list ul li{
        flex: 0 0 50%;
		max-width: 50%;
		width: auto;
		height: auto;
    }
	.newpage-section7 .sq-list ul li.Salon-7-title {
	}
	.newpage-section7 .sq-list ul li.Salon-7-title p{
		font-size: 30px;
		min-height: 100px;
		padding: 30px 0;
		line-height: 30px;
	}
	.newpage-section7 .sq-list ul li.Salon-7-title small{
		display: block;
	}
	.newpage-section7 .sq-list ul li.Salon-7-info{
		padding:0 15px;
	}
	.newpage-section7 .sq-list ul li p{
		font-size: 16px;
		line-height: 19px;
		align-items: center;
		font-family: 'AvenirLTStd-Roman';
		padding: 10px 0;
	}
    .newpage-section7 .sq-list ul li img{
          width: 100%;
    }
    .sq-menu {
        padding: 40px 0 0 0;
        text-align: center;
    }
	.Spa-special-formobile, .Spa-special-forweb{
		display: none !important;
	}
	.Salon-banner-info h1{
		font-size: 40px;
		line-height: 48px;
		width: 80%;
	}
	.newpage-reserve .collapseReservation_arrow {
		margin: 21px auto 0 auto;
	}
	.collapseSpaBook-wrap {
		padding: 10px 0;
	}
	#collapseSpaBook {
		margin-left: 15px;
		margin-right: 15px;
	}
	#collapseSpaBook #SPAform{
		padding: 30px;
	}
	#collapseSpaBook111 {
		margin-left: 15px;
		margin-right: 15px;
	}
	#collapseSpaBook111 #SPAform2{
		padding: 30px;
	}
	.newpage-section1-2 .left-1 .left-1-div span p {
		font-size: 36px;
line-height: 43px;
	}
	.Spa-forbigsreen{
		display: none !important;
	}
	.Salon-forpcnmobile{
		display: block;
	}
	.Salon-fortablet{
		display: none;
	}
	.newpage-section4 .QandA ul{
		padding:0;
	}
	.displayblockinipad{
		display: none !important;
	}
}


@media screen and (min-width:768px) and (max-width:1100px) {
	.newpage-bigtitle {
		padding: 40px 0;
	}
	.newpage-reserve-info-div {
		width: 80%;
		margin: 0 auto;
	}
	.newpage-section1-1 .left-1 {
		padding: 0 30px;
		width: 45%;
	}
	.newpage-section1-1 .right-1 {
		width: 55%;
	}
	.newpage-section1-1 .left-1 .left-1-div {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
	}
	.newpage-section1-1 .left-1 span p{
		font-weight: 800;
		font-size: 40px;
		line-height:48px;
	}
	.Spa-formobile{
		display: none;
	}
	.Spa-forweb{
		display: none;
	}
	.Spa-fortablet{
		display: block;
	}
	.newpage-section1-2 {
		display: flex;
		padding-top: 40px;
		padding-bottom: 0;
		width: 100%;
		margin: 0 auto;
	}
	.newpage-section1-1 {
		padding-top: 70px;
		padding-bottom: 0;
	}
	.newpage-section1-2 .left-1 {
		padding: 0 30px;
	}
	.newpage-section1-2 .right-1 p {
		margin-right: 30px;
	}
	.newpage-section1-2 .left-1 .left-1-div span p {
		font-size: 40px;
		line-height: 48px;
	}
	.newpage-section1-3 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.newpage-section1-3 .right-1 .right-1-div {
		width: 100%;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.newpage-section1-3 .right-1 span p {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.newpage-section1-3 .right-1 p {
		margin-right: 0;
	}
	.newpage-section2 img, .newpage-section2 video {
		width: 100%;
		height:auto;
	}
	.newpage-section2 {
		width: 100%;
		height: auto;
	}
	.newpage-section3 {
		padding: 40px 30px;
	}
	.newpage-section3 .box .box-ztyw {
		padding-top: 40px;
		display: block;
	}
	.newpage-section3 .box .box-ztyw-left {
		width: 100%;
		margin-right: 0;
		margin-bottom:30px;
	}
	.newpage-section3 .box .box-ztyw-right {
		width: 100%;
	}
	.newpage-section3 .box .box-zwyt {
		display: block;
		padding-top: 40px;
	}
	.newpage-section3 .box .box-zwyt-right {
		width: 100%;
	}
	.newpage-section4 {
		padding: 60px 30px;
		border-bottom: 15px solid #E1E2DD;
	}
	.newpage-section5 {
		padding: 40px 30px;
	}
	.newpage-section5 .top .top-left .title {
		font-size: 40px;
		line-height: 48px;
	}
	.newpage-section5 .top .top-right .info-body .info-wrap {
		padding: 15px 15px 15px 0;
	}
	.newpage-section5 .top .top-right .info-body .img-wrap:nth-child(1) {
		margin-right: 30px;
	}.newpage-section5 .bottom .info-body .img-wrap {
		margin-right: 30px;
	}
	.Spa-special-fortablet{
		margin-bottom: 40px;
	}
	.newpage-section5 .top .top-right .info-body{
		margin-bottom: 40px;
	}
	.newpage-section7 {
		padding: 0 0 40px 0;
	}
	.Salon-fortablet{
		display: block !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.newpage-section7 .sq-list ul li {
		flex: 0 0 50%;
		max-width: 50%;
		width: auto;
		height: auto;
	}
	.Salon-forweb {
		display: none !important;
	}
	.newpage-section7 .sq-list ul li.Salon-7-title {
		min-height: 130px;
		font-size: 40px;
		padding: 30px 0;
	}
	.newpage-section7 .sq-list ul li.Salon-7-title small{
		display: block;
	}
	.sq-menu {
		padding: 40px 0 0 0;
		text-align: center;
	}
	.Salon-banner-info h1{
		font-size: 60px;
    line-height: 72px;
		width: 80%;
	}
	.newpage-reserve .collapseReservation_arrow {
		margin: 21px auto 0 auto;
	}
	.collapseSpaBook-wrap {
		padding: 10px 0;
	}
	#collapseSpaBook {
		margin-left: 30px;
		margin-right: 30px;
	}
	#collapseSpaBook #SPAform{
		padding: 30px;
	}
	#collapseSpaBook111 {
		margin-left: 30px;
		margin-right: 30px;
	}
	#collapseSpaBook111 #SPAform2{
		padding: 30px;
	}
	.collapseSpaBook-wrap .forcenter {
		padding: 0;
	}
	.box-ztyw-left-info{
		display: flex;
	}
	.box-ztyw-left-infolist{
		padding-left: 15px;
	}
	.Salon-forpcnmobile{
		display: none;
	}
	.Salon-fortablet{
		display: block;
	}
	.newpage-section7 .sq-list ul li.Salon-7-info{
		padding:40px;
	}
	.newpage-section7 .sq-list ul li.Salon-7-info p{
		font-size: 20px;
line-height: 28px;
	}
	.displaynoneinipad{
		display: none !important;
	}
	.displayblockinipad{
		display: block !important;
	}
	.displayblockinipad .top-right {
		width: 100% !important;
	}
	.newpage-bigtitle p{
		line-height: 48px;
	}
	.newpage-section1-1 .left-1 p {
		font-size: 16px;
		line-height: 24px;
	}
	.newpage-section1-2 .right-1 p {
		font-size: 16px;
		line-height: 24px;
	}
	.newpage-section1-3 .right-1 p {
		font-size: 16px;
		line-height: 24px;
	}
	.newpage-section3 .title {
		font-size: 40px;
		line-height: 48px;
	}
	.newpage-section7 .sq-list .title {
		font-size: 40px;
		line-height: 48px;
	}
}
@media screen and (min-width:1401px) and (max-width:1800px) {
	.newpage-section1-1 .left-1 .left-1-div {
		width: 80%;
		margin-left: 20%;
	}
	.newpage-section1-3 .right-1 .right-1-div {
		width: 80%;
		margin-right: 20%;
	}
	.newpage-section1-2 {
		width: 80%;
	}
}
@media screen and (min-width:1101px) and (max-width:1400px) {
	.newpage-section1-1 .left-1 .left-1-div {
		width: 80%;
		margin-left: 20%;
	}
	.newpage-section1-3 .right-1 .right-1-div {
		width: 80%;
		margin-right: 20%;
	}
	.newpage-section1-2 {
		width: 80%;
	}
	.newpage-section1-1 .left-1 span p {
		font-size: 60px;
		line-height: 72px;
	}
	.newpage-section1-2 .left-1 {
		width: 50%;
	}
	.newpage-section1-2 .right-1 {
		width: 50%;
	}
}

.Shop_logo_150 img{
	width: 150px;
	height: auto;
}
.Homelive_body_section01{
    height: 100%;
}
.Homelive_section01_content{
    padding: 100px 0 110px 0;
}
.Homelive_section01_content_right{
	padding-left: 0;
}
@media screen and (min-width: 320px) and (max-width: 991px){
	.GLP_body_section01 {
		padding-bottom: 60px !important;
	}
}




.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(2){
	width:calc(75% / 4);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(2) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(2) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(3){
	width:calc(75% / 4);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(3) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(3) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(4){
	width:calc(75% / 4);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(4) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(4) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(5){
	width:calc(75% / 4);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(5) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="6"] li:nth-child(5) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}



.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(2){
	width:calc(75% / 3);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(2) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(2) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(3){
	width:calc(75% / 3);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(3) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(3) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(4){
	width:calc(75% / 3);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(4) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="5"] li:nth-child(4) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}


.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="4"] li:nth-child(2){
	width:calc(75% / 2);
}

.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="4"] li:nth-child(2) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="4"] li:nth-child(2) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:50%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="4"] li:nth-child(3){
	width:calc(75% / 2);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="4"] li:nth-child(3) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.offer-web-dropdown-ul[index="4"] li:nth-child(3) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:50%;
}


/*
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(2){
	width:calc(75% / 4);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(2) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(2) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(3){
	width:calc(75% / 4);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(3) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(3) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(4){
	width:calc(75% / 4);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(4) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(4) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(5){
	width:calc(75% / 4);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(5) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="6"] li:nth-child(5) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}



.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(2){
	width:calc(75% / 3);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(2) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(2) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(3){
	width:calc(75% / 3);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(3) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(3) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(4){
	width:calc(75% / 3);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(4) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="5"] li:nth-child(4) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:100%;
}


.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="4"] li:nth-child(2){
	width:calc(75% / 2);
}

.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="4"] li:nth-child(2) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="4"] li:nth-child(2) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:50%;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="4"] li:nth-child(3){
	width:calc(75% / 2);
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="4"] li:nth-child(3) .Roomlist-wrap{
	padding: 0 18px 0 35px;
    margin: 0;
}
.menu-web ul li:first-child .menu-web-dropdown div ul.hotel-web-dropdown-ul[index="4"] li:nth-child(3) .Roomlist-wrap .Roomlist-list .Roomlist-list-ul li{
	width:50%;
} */








/* .Container_Wrap table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.Container_Wrap table tr:first-child{
	background-color: #B4966D !important;
    color: #fff;
}
.Container_Wrap table tr:nth-child(odd){
	background-color: #FFF9ED;
}
.Container_Wrap table tr:nth-child(even){
	background-color: #fff;
}
.Container_Wrap table tr td{
	height: 45px;
    padding: 10px !important;
    text-align: left !important;
} */
.New_Dining_section6{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0;
}
.new_fnbdetail_row{
	margin:0 -5px;
}
.new_fnbdetail_list{
	padding: 0 5px;
	margin-top:40px;
}
.new_fnbdetail_list:nth-child(1),.new_fnbdetail_list:nth-child(2),.new_fnbdetail_list:nth-child(3),.new_fnbdetail_list:nth-child(4){
	margin-top:0;
}
.new_fnbdetail_section01{
	padding-bottom: 40px;
}
.new_fnbdetail_section01_1{
	margin-top: 20px;
}
.fnbdetail_reviews_list{
	margin-top:10px;
}
.fnbdetail_reviews_list:nth-child(1),.fnbdetail_reviews_list:nth-child(2),.fnbdetail_reviews_list:nth-child(3),.fnbdetail_reviews_list:nth-child(4){
	margin-top:0;
}
.new_fnbdetail{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.new_fnbdetail_listimg img{
	width: 100%;
    height: auto;
	cursor: pointer;
}
.new_fnbdetail_listtitle{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-family: 'AvenirLTStd-Roman';
	margin-top: 15px;
}
.new_fnbdetail_section02{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	padding:20px 0 40px 0;
}
.new_fnbdetail_section02 h1{
	font-family: 'AvenirLTStd-Black';
    margin: 0;
    text-align: center;
	padding:40px 0;
	font-size: 32px;
}
.new_fnbdetail_section02row .new_fnbdetail_section02_left video{
	width: 100%;
	height: auto;
}
.new_fnbdetail_section02_right{
	padding:15px 15px 15px 15px;
}
.new_fnbdetail_section02_name{
	font-family: 'AvenirLTStd-Black';
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
}
.new_fnbdetail_section02_right p{
	font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
    color: #212529;
    padding: 0;
    margin: 0;
	line-height: 24px;
}

.new_fnbdetail_section03{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	padding:0 0 40px 0;
}
.new_fnbdetail_section03 h1{
	font-family: 'AvenirLTStd-Black';
    margin: 0;
    text-align: center;
	padding:30px 0 30px 0;
	font-size: 32px;
}
.new_fnbdetail_section03_list ul{
	padding:0;
	margin:0;
	font-size: 0;
}
.new_fnbdetail_section03_list ul li{
	display: inline-block;
	width: 20%;
	height: auto;
	list-style-type: none;
}
.new_fnbdetail_section03_list ul li img{
	width: 100%;
    padding: 1px;
	cursor: pointer;
}
.new_fnbdetail_reviews{
	width: 100%;
	min-height: 380px;
	background: #fff;
	border: 1px solid #DDDDDD;
	padding: 20px;
}
.new_fnbdetail_reviews_user{
	font-family: 'AvenirLTStd-Roman';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 10px;
}
.new_fnbdetail_reviews_level{
	font-family: 'AvenirLTStd-Roman';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 10px;
}
.new_fnbdetail_reviews_star{
	margin-bottom: 15px;
}
.new_fnbdetail_reviews p{
	font-family: 'AvenirLTStd-Roman';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	/* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden; */
}
.new_fnbdetail_section04{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	padding: 0 0 40px 0;
}
.new_fnbdetail_section04 h1, .new_fnbdetail_section04 h2 {
	font-family: 'AvenirLTStd-Black';
    margin: 0;
    text-align: center;
	padding:30px 0;
	font-size: 32px;
}
.new_fnbdetail_section04 .Logo-title{
	font-family: 'AvenirLTStd-Black';
    margin: 0;
    text-align: center;
	padding:30px 0;
	font-size: 32px;
    line-height: 1.2;
}
.new_fnbdetail_section04 ul{
	padding:0 0 20px 0;
	margin:0;
	font-size: 0;
	text-align: center;
}
.new_fnbdetail_section04 ul li{
	display: inline-block;
	width: calc(100% / 4);
	height: auto;
	list-style-type: none;
	text-align: center;
	vertical-align: top;
	margin-bottom: 20px;
}
.new_fnbdetail_section04 ul li p{
	font-size: 14px;
    padding:10px 10px 0  10px;
	font-family: 'AvenirLTStd-Heavy';
}
.new_fnbdetail_section04 ul li img{
	width:90%;
	height:auto;
	margin:0 auto;
	max-width: 160px;
}
@media screen and (min-width: 300px) and (max-width: 426px){
	.new_fnbdetail_section04 ul li img{
		max-width: 100px;
	}
 }

video::-webkit-media-controls-mute-button {
    display: none;
}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}
video::-webkit-media-controls-volume-slider {
    display: none;
}
video::-webkit-media-controls-current-time-display{
    display: none;
}
video::-webkit-media-controls-time-remaining-display {
    display: none;
}

#collapseSpaBook .Reservation_Error_tips0,
#collapseSpaBook .Reservation_Error_tips1,
#collapseSpaBook .Reservation_Error_tips_title,
#collapseSpaBook .Reservation_Error_tips2,
#collapseSpaBook .Reservation_Error_tips3,
#collapseSpaBook .Reservation_Error_tips4,
#collapseSpaBook .Reservation_Error_tips5,
#collapseSpaBook .Reservation_Error_tips6,
#collapseSpaBook .Reservation_Error_tips7,
#collapseSpaBook .Reservation_Error_tips8,
#collapseSpaBook .Reservation_Error_lang,
#collapseSpaBook .Reservation_Error_tips_spatype,
#collapseSpaBook .Reservation_Error_tips_spaname,
#collapseSpaBook .Reservation_Error_tips_therapist,
#collapseSpaBook .Reservation_Error_tips_time,
#collapseSpaBook .Reservation_Error_tipstel {
    color: #fff;
}
#SPAform2 .Reservation_Error_tips0,
#SPAform2 .Reservation_Error_tips1,
#SPAform2 .Reservation_Error_tips_title,
#SPAform2 .Reservation_Error_tips2,
#SPAform2 .Reservation_Error_tips3,
#SPAform2 .Reservation_Error_tips4,
#SPAform2 .Reservation_Error_tips5,
#SPAform2 .Reservation_Error_tips6,
#SPAform2 .Reservation_Error_tips7,
#SPAform2 .Reservation_Error_tips8,
#SPAform2 .Reservation_Error_lang,
#SPAform2 .Reservation_Error_tips_spatype,
#SPAform2 .Reservation_Error_tips_spaname,
#SPAform2 .Reservation_Error_tips_therapist,
#SPAform2 .Reservation_Error_tips_time,
#SPAform2 .Reservation_Error_tipstel {
    color: #fff;
}


.GLP_MICHELIN{
	padding:60px 0;
	background: linear-gradient(#1a201e, #233839, #243b35);
}
.GLP_MICHELIN_Wrap{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.GLP_MICHELIN_ad{
	width: 100%;
}
.GLP_MICHELIN_ad img {
	width: 100%;
}
.GLP_MICHELIN_info h3{
	font-family: 'AvenirLTStd-Black';
	color: #fff;
	margin:25px 0;
}
.GLP_MICHELIN_info p{
	font-family: 'AvenirLTStd-Roman';
    font-size: 20px;
    color: #fff;
    text-align: left;
}
.GLP_MICHELIN_Wrap .section01_content_right_a{
	padding-top: 45px;
}


.carousel-fade .carousel-item.active {
    z-index: 0;
    opacity: 1;
}


#dining_ztyw_tc .section02_content_right p strong, #dining_ztyw_tc .section02_content_right p b{
	font-family:"Microsoft YaHei";
}
#dining_zwyt_tc .section02_content_right p strong,#dining_zwyt_tc .section02_content_right p b{
	font-family:"Microsoft YaHei";
}
.Video_area{
	text-align: center;
	padding:40px 15px;
}
.Video_area video{
	max-width: 750px;
	margin: 0 auto;
}
.AddBginCommon{
    background-color: #fff !important;
    padding: 24px 24px 20px 24px !important;
    border-top: 1px solid #a58965 !important;
    border-bottom: 1px solid #a58965 !important;
}
.ShopAddBginCommon{
    background-color: #fff !important;
    padding: 15px 15px 10px 15px !important;
    border-top: 1px solid #a58965 !important;
    border-bottom: 1px solid #a58965 !important;
    margin-bottom: 0px;
		height: 135px;
		overflow: hidden;
}
.ShopAddBginCommon .formobile_Details_inline {
    position: absolute;
    bottom: 0;
    right: 15px;
}
/*.ArtAddBginCommon{
    background-color: #fff !important;
    padding: 24px 24px 20px 24px !important;
    border-top: 1px solid #a58965 !important;
    border-bottom: 1px solid #a58965 !important;
    margin-bottom: 20px;
}*/
.ShopAddBginCommon p:nth-child(2){
    line-height:inherit;
    padding-bottom: 5px;
}
.ShopAddBginCommon p:nth-child(3){
    line-height:inherit;
    min-height: auto;
}


.Campaign_Container_Wrap{
    position: relative;
    width: 100%;
    background-color: #fff;
}
.Campaign_Layout{
	padding-bottom: 40px;
}
.Campaign_Layout .Hotel_Home {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.Campaign_Layout .Hotel_Home .Hotel_Home_detail h1,
.Campaign_Layout .Hotel_Home .Hotel_Home_detail h3 {
    font-family: 'AvenirLTStd-Black';
    text-align: center;
    padding: 40px 0 20px 0;
    margin: 0;
    font-size: 2rem;
}
.Campaign_Layout_toptitle{
	display: flex;
}
.Campaign_Layout_toptitle img{
	margin:0 0 0 15px;
    height: fit-content;
}
.Campaign_Layout_content{
	width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.Campaign_Layout_section01{
	padding:20px 0;
}
.Campaign_Layout_section01 .Campaign_Layout_section01_img{
	padding: 0 20px 0 0;
}
.Campaign_Layout_section01 .Campaign_Layout_section01_img img{
	width: 100%;
}
.Campaign_Layout_section01 .Campaign_Layout_section01_info{
	padding: 0 0 0 20px;
}
.Campaign_Layout_section01 .Campaign_Layout_section01_info .Campaign_Layout_section01_info_title{
	padding: 0 0 0 20px;
	font-family: 'AvenirLTStd-Black';
    text-align: left;
    padding: 40px 0 20px 0;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}
.Campaign_Layout_section01 .Campaign_Layout_section01_info p{
	font-family: 'AvenirLTStd-Roman';
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}
.Campaign_Layout_section01 .Campaign_Layout_section01_info ul{
    padding-left: 20px;
    padding-top: 10px;
    margin: 0;
}
.Campaign_Layout_section01 .Campaign_Layout_section01_info ul li{
	font-family: 'AvenirLTStd-Roman';
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
}
.Campaign_Layout_section01_btn{
	margin-top:20px;
}
.Campaign_Layout_section01_btn a{
	color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background: #2D6D71;
    display: inline-block;
}
.Campaign_Layout_section01_btn a:hover{
	background: #255054;
}
.Campaign_Layout_section_line{
	padding:60px 0 40px 0;
}
.Campaign_Layout_section_line:last-child{
	padding:40px 0 60px 0;
}
.Campaign_forshow {
	width: 100%;
    max-width: 1300px;
    height: 46px;
    padding: 0;
    margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.Campaign_forshow .Campaign_img_setH {
	padding: 0 20px;
	font-size: 15px;
	color: #333333;
}
.Campaign_forshow .Campaign_img_setH img {
	width:110px;
	height: auto;
	display: inline-block;
    margin-top: -30px;
}
.Campaign_forshow .Campaign_flex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #f5ebdd;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.Campaign_Layout_section02{
	background-color: #f5ebdd;
	height: auto;
}
.Campaign_Layout_section02_content{
	position: relative;
	width: 100%;
    max-width: 1300px;
	height: 480px;
	margin:20px auto;
overflow: hidden;
}
.Campaign_Layout_section02_content img {
    width: auto;
    height: 100%;
}
.Campaign_Layout_section02_float{
	width: 415px;
    height: 100%;
	height: 480px;
	position: absolute;
	background: rgba(35, 26, 15, 0.9);
	top: 0;
    right: 0;
	padding: 40px;
	display: flex;
    align-items: center;
}
.Campaign_Layout_section02_float h1{
	padding: 0 0 0 20px;
	font-family: 'AvenirLTStd-Black';
    text-align: left;
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 30px;
	color: #fff;
}
.Campaign_Layout_section02_float p{
	font-family: 'AvenirLTStd-Roman';
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
	color: #fff;
}
.Campaign_Layout_section02_float .Campaign_Layout_section02_btn{
	display: block;
	margin-top: 20px;
}
.Campaign_Layout_section02_float .Campaign_Layout_section02_btn a{
	text-align: center;
    padding: 12px 40px;
    color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background: #B4966D;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 24px;
}
.Campaign_Layout_section02_float .Campaign_Layout_section02_btn a:hover{
    background: #907857;
}
.Campaign_Layout_section02_float_wrap{

}

.Campaign_Layout_section03{
	padding:40px 0 0 0;
}
.Campaign_Layout_section03_list{
	padding:0;
}
.Campaign_Layout_section03_list:nth-child(odd){
	flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
	margin-right: 14px;
	padding-bottom: 40px;
}
.Campaign_Layout_section03_list:nth-child(even){
	flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
	margin-left: 14px;
	padding-bottom: 40px;
}
.Campaign_Layout_section03_list .Campaign_section03_content_info_a{
	margin-top: 20px;
}
.Campaign_Layout_section03_list .Campaign_section03_content_info_a a{
	color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background: #2D6D71;
    display: inline-block;
}
.Campaign_Layout_section03_list .Campaign_section03_content_info_a a:hover{
	background: #255054;
}
.Campaign_Layout_section03_list .Campaign_section03_content_info h3{
	font-family: 'AvenirLTStd-Black';
    text-align: left;
    padding: 20px 0 20px 0;
    margin: 0;
    font-size: 26px;
}
.Campaign_Layout_section03_list .Campaign_section03_content_info p{
	font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
    line-height: 24px;

	height: 70px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.Campaign_section02_content{
	width: 100%;
    margin: 0;
}
.Campaign_section03_content_img{
	padding: 0;
}
.Campaign_section03_content_img img{
	width: 100%;
}
.Campaign_section03_content_info{
	padding: 0;
}
.Campaign_section03_content {
	margin:0;
}
.Campaign_Layout_toptitle .formobile{
	display: none;
}
.Campaign_Layout_toptitle .forweb{
	display: block;
}
.Campaign_roomimg_forpc{
	display: block;
}
.Campaign_roomimg_formobile{
	display: none;
}
.Campaign_Layout_section02_btn .forwebbooking:after{
	display: none;
}
.Campaign_Layout_section02_btn span.forwebbooking {
	padding-right: 0 !important;
}



#carouselNewIndicators .carousel-control-prev{
	cursor: pointer;
    height: 100%;
	opacity: 1;
}
#carouselNewIndicators .carousel-control-prev img{
	max-width: 40px;
}
#carouselNewIndicators .carousel-control-next{
	cursor: pointer;
    height: 100%;
	opacity: 1;
}
#carouselNewIndicators .carousel-control-next img{
	max-width: 40px;
}

#carouselNewIndicators .active{
	display: block;
}
.carouselNewIndicators_btn a{
	color: #fff;
    font-family: 'AvenirLTStd-Black';
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    /* background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%); */
	display: inline-block;
	margin-top:20px;
    background: #2D6C71;
    padding: 12px 40px;
}
.carouselNewIndicators_btn a i{
	font-size: 20px;
    padding: 0 0 0 5px;
    vertical-align: text-bottom;
}
.carouselNewIndicators_btn a:hover{
	background: #255054;
}

.ScrollBanner_forHomepage{
	top: 1050px;
}
.Scrollbanner_CGLP_Foot_forHomepage{
	top: 1050px;
}



/* .GLP_Header{
	z-index: -1;
}
.Container_Wrap{
	z-index: 2;
} */



.modelTost {
	display: none;
	background: rgba(0, 0, 0, .75);
	z-index: 99999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;align-items: center;
}
.modelTostChile {
	width: 600px;
	position:absolute;
	left:50%;
	transform:translate(-50%);
}
.modelTostChile p {
	font-size: 24px;
}
.modelTost .modelClose {
	float:right;
	cursor:pointer;
	position:absolute;
	top:-22px;
	right:-22px;
	width:45px;
	height:45px;
	background:#B4966D url(../images/close.png) no-repeat center center;
	border-radius:50%;
	line-height:45px;
	text-align:center;
	font-size:36px;
	font-weight:100;
	z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.modelTost .modelClose:hover{
	background:#907857 url(../images/close.png) no-repeat center center;
}
.modelTost .swiper-slide {
	text-align: center;
}
.modelTost .swiper-slide img {
	width: 100%;
	text-align: center;
}
.modelTost .swiper-button-next{
	color: #fff;
    right: -40px;
    left: auto;
}
.modelTost .swiper-button-next.swiper-button-disabled{
	opacity: 0;
}
.modelTost .swiper-button-prev{
	color: #fff;
	left: -40px;
    right: auto;
}
.modelTost .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}




.Container_Wrap table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.Container_Wrap table tr:first-child{
	background-color: #B4966D !important;
    color: #fff;
}
.Container_Wrap table tr:nth-child(odd){
	background-color: #FFF9ED;
}
.Container_Wrap table tr:nth-child(even){
	background-color: #fff;
}
.Container_Wrap table tr td{
	height: 45px;
    padding: 10px !important;
    text-align: left;
}
.Container_Wrap table tr td p{
	text-align: left;
    word-break: break-word;
}


/*table{
	width: calc(100% - 30px) !important;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 auto;
}
table .Route_wrap_thead{
    border-bottom: 1px solid #ddd;
    background-color: #B4966D;
    color: #fff;
}
table .Route_wrap_tbody_tr{
    border-top: 1px solid #ddd;
	font-size: 14px;
}

table .Route_wrap_tbody_tr:nth-child(1){
	border-bottom: 1px solid #ddd;
    background-color: #B4966D;
    color: #fff;
}
table .Route_wrap_tbody_tr:nth-child(even){
    background-color: #FFF9ED;
}
table .Route_wrap_thead_th{
    padding: 12px 15px;
	font-weight: bold;
}
table .Route_wrap_thead_td{
    padding: 12px 15px;
}
table .Route_wrap_thead_td.formobile{
	background-color: #B4966D !important;
    color: #fff;
    padding: 12px 15px;
}
table .forwebdisplay{
	display: flex;
}
table .formobiledisplay{
	display: none;
} */

.collapseReservation_number_child_unclick{
	opacity: 0.3;
}
.collapseReservation_number_child_unclick .spinner a:first-child{
	border-right: 2px solid #ddd;
	background: #ddd url(../images/icon23.png) no-repeat center !important;
	pointer-events: none;
}
.collapseReservation_number_child_unclick input {
	color: #000;
	background-color: #ddd;
	pointer-events: none;
}
.collapseReservation_number_child_unclick .spinner a:last-child {
	border-left: 2px solid #ddd;
	background: #ddd url(../images/icon24.png) no-repeat center !important;
	pointer-events: none;
}
.carouselNewVideowrap{
	position: fixed;
	width: 100%;
}
/*.carousel-replay{
	position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -50px;
}
.carousel-replay img{
	opacity: 0.7;
    box-shadow: 0px 0px 11px 4px #7e7474;
    border-radius: 50%;
	width: 80px;
	height: auto;
}
.carousel-replay img:hover{
	opacity: 0.8;
    box-shadow: 0px 0px 11px 4px #5e5959;
}
.carousel-replay-active{
	display: block;
}*/
.modelTost-slide-info{
	text-align: left;
	color: #fff;
	 font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 20px;
    font-family: 'AvenirLTStd-Roman';
    margin-top: 15px;
}

.Foot_collaps11_title{
	display: block;
	color: #5f5f5f;
    font-size: 13px;
    font-family: 'AvenirLTStd-Medium';
    text-decoration: none;
    line-height: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
.Foot_collaps11_title:first-child{
	padding-top: 0;
}
#carouselNewIndicators{
	overflow: hidden;
}
.carouselNewIndicators-scroll-down{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #2D6C71;
    border-radius: 50px;
    bottom: -15px;
    text-align: center;
	cursor: pointer;
    z-index: 1;
}
.carouselNewIndicators-scroll-down i{
	color: #fff;
    font-size: 36px;
    display: block;
	animation:  icon 1s linear infinite;
    margin-top: -3px;
	cursor: pointer;
}
.disable_button a {
	background: #adadad !important;
	color: #d9d9d9 !important;;
	pointer-events: none;
	cursor: not-allowed;
}
@keyframes icon{
	0%{
    opacity: 0.8;
		transform: translate(0,0);
	}
	50%{
    opacity: 1;
		transform: translate(0,5px);
	}
	100%{
    opacity: 0.8;
		transform: translate(0,0);
	}
}


.special_tips{
	color: #212529;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
    display: none;
}
.special_tips_show{
    display: inline-block;
}
.GenericForm-special .col-md-3{
	flex: 0 0 12.5%;
    max-width: 12.5%;
}
.GenericForm-special .col-md-9{
	flex: 0 0 87.5%;
    max-width: 87.5%;
}
.GenericForm-special .col-md-9 textarea{
	width: calc(100% + 4px);
    margin-left: -2px;
}

.forwebvideo{
	display: block;
	aspect-ratio: 1920 / 970;
}
.formobilevideo{
	display: none;
}
@media screen and (min-width:320px) and (max-width:767px) {
	.forwebvideo{
		display: none;
	}
	.formobilevideo{
		display: block;
		object-fit: cover;
		aspect-ratio: 3 / 4;
	}
}
.GLP_Header_wrap .logo190{
	display: block;transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.GLP_Header_wrap .logo40{
	display: none;transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.GLP_Header_wrap .logo190 img {
    width: 190px;
    margin-top: 20px;
}
.GLP_Header_wrap_bg .logo190{
	display: none;transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.GLP_Header_wrap_bg .logo40{
	display: block;transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.GLP_Header_wrap_bg .logo40 img{
	width: 40px !important;
}


.HomebannerSwiper {
	overflow: hidden;
}
.HomebannerSwiper .swiper-wrapper .swiper-slide .forpc{
	width: 100%;
	aspect-ratio: 1920 / 970;
}
.HomebannerSwiper .swiper {
	width: 100%;
	height: 100%;
}
.HomebannerSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.HomebannerSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.HomebannerSwiper .swiper-button-next{
	top: calc(40% + 16px);
	right: 120px;
	margin-top: 0;
}
 .HomebannerSwiper .swiper-button-prev{
	top: calc(40% + 16px);
	left: 120px;
	margin-top: 0;
}
.HomebannerSwiper .swiper-button-prev:after,  .HomebannerSwiper .swiper-button-next:after{
	display: none;
}
.HomebannerSwiper .swiper-button-next img, .HomebannerSwiper .swiper-button-prev img{
	max-width: 40px;
	aspect-ratio: auto;
}
.HomebannerSwiper .swiper-button-next img:focus,
.HomebannerSwiper .swiper-button-next img:active:focus,
.HomebannerSwiper .swiper-button-next img.active:focus,
.HomebannerSwiper .swiper-button-prev img.focus,
.HomebannerSwiper .swiper-button-prev img:active.focus,
.HomebannerSwiper .swiper-button-prev img.active.focus {
    outline: none;
    box-shadow:none;
}
.HomebannerSwiper .swiper-slide  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.8);
    width: 47%;
    height: 280px;
    padding: 40px;
    left: auto;
    right: 0;
    border-left: 10px solid #456a6c;
}
.HomebannerSwiper .swiper-slide.swiper-slide-active .carousel-caption {
    display: block;
}


.HomebannerSwiper .BannerCaptionLeft{
	left: 0 !important;
}
.HomebannerSwiper .BannerCaptionCenter{
	left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
}
.HomebannerSwiper .BannerCaptionRight{
	left: auto;
    right: 0;
}
.HomebannerSwiper .BannerCaptionInfoLeft{
	text-align: left;
}
.HomebannerSwiper .BannerCaptionInfoCenter{
	text-align: center;
}
.HomebannerSwiper .BannerCaptionInfoRight{
	text-align: right;
}
.HomebannerSwiper .carousel-caption{
	background-color: rgba(0, 0, 0, 0.8);
	width: 47%;
	height: 280px;
	padding: 40px;
	left: auto;
	right: 0;
	border-left: 10px solid #456a6c;
	bottom: 8%;
}
.HomebannerSwiper .carousel-caption h1,
.HomebannerSwiper .carousel-caption h2{
	font-family: 'AvenirLTStd-Black';
    padding: 0 0 20px 0;
    margin: 0;
	font-size: 2rem;
}
.HomebannerSwiper .carousel-caption p{
	height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* .carousel-caption .cp1,
.carousel-caption .cp2,.carousel-caption .cp3,.carousel-caption .cp4,.carousel-caption .cp5,
.carousel-caption .cp6,.carousel-caption .cp7,.carousel-caption .cp8,.carousel-caption .cp9,
.carousel-caption .cp10,.carousel-caption .cp11,.carousel-caption .cp12,.carousel-caption .cp13{
	display: none;
} */
.HomebannerSwiper .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2.5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 1;
}
.HomebannerSwiper .swiper-pagination-bullet-active{
	background-color: #fff;
}
.carousel-replay{
	width: 80px;
    height: 80px;
    display: none;
    position: absolute;
    top: 40%;
    left: calc(50% - 40px);
    cursor: pointer;
}
.carousel-replay img{
	opacity: 0.7;
    box-shadow: 0px 0px 11px 4px #7e7474;
    border-radius: 50%;
    width: 80px !important;
    height: auto !important;
	aspect-ratio: 1 / 1;
}
.carousel-replay:hover img{
	opacity: 1;
}
.carousel-replay-active{
	display: block !important;
}

.HomebannerSwiper .swiper-pagination{
	display: none;
}

.DiningCommon{
	min-height: 135px;
}

.entertainment_button {
	background: #B4966D;
	/* padding-left: 20px;
	padding-right: 20px; */
	width:fit-content;
	height: 39px;
	display: flex;
	border-radius: 4px;
	margin: auto;
	min-width: 290px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.entertainment_button :hover{
	background: #907857;
	width:fit-content;
	border-radius: 4px;
}

.entertainment_button a {
	color: #fff;
	font-family: 'AvenirLTStd-Black';
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 39px;
	text-transform: uppercase;
	width: max-content;
	flex: content;
	text-align: center;
}

@media screen and (min-width:768px) and (max-width:991px){
	.DiningCommon{
		min-height: 150px;
	}
}

#carouselNewIndicators .carousel-caption{
	display: none;
}
@media (min-width: 768px){
	.New_Dining_section5 .collapseReservation_left{
		flex: 0 0 50% !important;
	  max-width: 50%  !important;
		margin: 0 0 0 20% !important;
	}
	.collapseReservation_left form .col-md-9{
		flex: 0 0 75% !important;
	  max-width: 75% !important;
	}
}









.New_ourbanefit_wrap {
    width: 100%;
    margin: 0 auto 40px auto;
    /* background: #F7F6F1;
    border-top: 1px solid rgb(224, 215, 197);
    border-bottom: 1px solid rgb(224, 215, 197); */
}
.New_ourbanefit_wrap .New_content_title{
    /* padding-top: 30px; */
    padding-bottom: 0;
}
.New_ourbanefit_body {
    padding: 0;
}

.New_ourbanefit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

.New_ourbanefit_list .col {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    margin-top: 40px;
}

.New_ourbanefit_list_img {
    max-width: 100px;
    padding-bottom: 20px;
}

.New_ourbanefit_list_detail {
    max-width: 200px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #212529;
}
.New_ourbanefit_list_detail p {
	text-align: center;
}

.New_content_title {
    font-family: 'AvenirLTStd-Black';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #B19A6F;
    text-align: center;
    padding-bottom: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.New_ourbanefit_wrap {
	    /*background: #F7F6F1 url(../images/new-room-bg03.png) repeat;*/
		margin: 0 auto 30px auto;
	}

	.New_ourbanefit_body {
    padding: 0;
}
	.New_ourbanefit_list {
    /*background: url(../images/new-room-bg03.png) repeat;*/
}
	.New_ourbanefit_list .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 30px;
}
	.New_ourbanefit_list_img {
    width: 80px;
}
}


.hotelaward-section{
	padding-bottom: 0;
}
.hotelaward-wrap{
	width: 100%;
}
.hotelaward-section h2{

    padding: 40px 0;
}
.hotelaward-logo{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.hotelaward-wrap .hotelaward-logo div.row{
	display: block;
}
.hotelaward-logo ul {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 0;
    text-align: center;
}
.hotelaward-logo ul li {
    display: inline-block;
    width: calc(100% / 6);
    height: auto;
    list-style-type: none;
    text-align: center;
    vertical-align: top;
	  margin-bottom: 20px;
}
.hotelaward-logo ul li img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.hotelaward-logo ul li p {
    font-size: 14px;
    padding: 10px 0px 0 0;
    font-family: 'AvenirLTStd-Heavy';
}
@media screen and (min-width:320px) and (max-width:767px) {
	.hotelaward-section{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.hotelaward-logo{
		padding: 0 0 10px 0;
	}
}

.Weddingform_collapse_btn{
	padding: 30px 0 60px 0;
    max-width: 1080px;
}
.Weddingform_collapse_btn a{
	margin-bottom: 20px;
}
.Weddingform_collapse_btn .MakeAReservation {
    display: block;
	text-align: center;
	margin: 0 auto 20px auto;
}
.Weddingform_collapse_btn .collapseReservation{
	margin-bottom:20px
}
.addColor{
  color: #555 !important;
  background-color: #FFF9ED !important;
}




.forweb-tips{
    margin-top: 5px;
	color: #212529;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
	display: none;
}
.depositmes{
	margin-top: 5px;

    font-size: 14px;
}
#MakeAReservation—step2 .depositmes{
	text-align: left;
    padding-left: calc(25% + 10px);
	margin-top: -10px;
}
#MakeAReservation—step3 .depositmes{
	margin-top: -10px;
}
#MakeAReservation—step4 .depositmes{
	width: 70%;
    margin: 0 auto;
    text-align: left;
	margin-top: -10px;
}
@media screen and (min-width:768px) and (max-width:991px) {
    .depositmes {
		margin-top: 0;
		margin-top: 5px;
	}
	#MakeAReservation—step2 .depositmes {
		padding-left: 0;
		margin-top: -10px;

	}
	#MakeAReservation—step4 .depositmes {
		width: 100%;
		margin-top: -5px;
	}
	.collapseReservation_number_adult{
		margin-bottom: 0 !important;
	}
}
@media screen and (min-width:992px) and (max-width:1079px) {
    .depositmes {
		margin-top: 5px;
	}
	#MakeAReservation—step2 .depositmes {
		padding-left: 0;
		margin-top: -10px;
	}
	#MakeAReservation—step4 .depositmes {
		width: 70%;
		margin-top: -10px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	#MakeAReservation—step2 .depositmes {
		padding-left: 0;
		margin-top: -10px;

	}
	#MakeAReservation—step4 .depositmes {
		width: 100%;

	margin-top: -5px;
	}
}
@media screen and (min-width:991px) and (max-width:1024px) {
	#MakeAReservation—step4 .depositmes{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-top:-5px
	}
}
.daterangepicker .calendar-table td.tdbackground{
	background-color: transparent;
	position: relative;
}
.daterangepicker .calendar-table td.tdbackground:before{
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    content: '';
    right: 15px;
    top: 5px;
}
.daterangepicker .calendar-table td.ends:before{
display: none;
}

.row{
  display: flex;
  flex-direction: row;
}
.leftLabel{
  width: 370px;
  text-align: right;
  cursor: pointer;
}
.rightLabel{
	display: flex;
  width: calc(100% - 370px);
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
  padding: 10px 30px 0 30px;
}
.rightLabel .shoplist_item{
	width: calc(100% / 3);
	font-size: 14px;
	line-height: 16px;
	padding: 26px 20px 0 20px;
    font-family: 'AvenirLTStd-Roman';
}
.labelbtn{
    text-align: left;
	line-height: 20px;
	padding: 15px;
	font-size: 16px;
	line-height: 16px;
	color: #B4966D;

	border-bottom: 1px solid #B4966D;

}
.labelbtn p{
    text-align: left;
	line-height: 20px;
	font-size: 16px;
	line-height: 16px;
	color: #B4966D;
}
.labelchoose{
  color:#fff;
  line-height: 16px;
  padding: 15px;
  background: url(../images/shopdetail-icon.svg) no-repeat right 10px center;
  background-color: #B4966D;
}
.shoplist_labeltitle{
	font-weight: 900;
	font-size: 16px;
	line-height: 22px;
	border-bottom: 3px solid #B4966D;
    padding-bottom: 20px;
	text-transform: uppercase;
}
.shoplist_labeltitle p{
	font-size: 16px;
    font-family: 'AvenirLTStd-Black';
    font-weight: 900;
    color: #212529;
    line-height: 22px;
    text-transform: uppercase;
}
.shoplist_wrap_forweb{
	padding-bottom: 30px;
	min-height: 518px;
}
.shoplist_wrap_forweb .row{
	margin: 0;
    align-items: flex-start;
}

.depositSuccess strong {
	font-family: 'AvenirLTStd-Black';
}
.depositUnSuccess strong {
    font-family: 'AvenirLTStd-Black';
}



.New_offer_section .item_desc_list{
	padding-bottom: 0 !important;
}
.item_desc_listwrap {
	display: flex;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 20px;
}
.item_desc_listwrap .item_desc_listwrap_title{
    max-width: 70%;
	padding: 30px 40px 30px 40px;
	position:relative;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;    
	font-family: 'AvenirLTStd-Black';
}
@media screen and (min-width: 768px) and (max-width: 1080px){
   .item_desc_listwrap .item_desc_listwrap_title{
		max-width: 55%;
	}
}
.item_desc_listwrap .item_desc_listwrap_title p{
	position:relative;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;    
	font-family: 'AvenirLTStd-Black';
}
.item_desc_listwrap .item_desc_listwrap_title:before{
	position:absolute;
	content:'';
	width:8px;
	height:8px;
	background-color:#B4966D;
	left:22px;
	top:calc(50% - 4px);
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.item_desc_listwrap .item_desc_listwrap_title:after{
	position:absolute;
	content:'';
	width:8px;
	height:8px;
	background-color:#B4966D;
	right:22px;
	top:calc(50% - 4px);
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.item_desc_line {
	width: 160px;
	border-top: 1px solid #B4966D;
}
.item_desc_content{
	width: 100%;
    max-width: 100%;
}
.Experience_wrap{
	background-color: #fff;
}
.Home_Experience{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(../images/glp-pattern-without-bg.png) repeat #fff;
}
.booking_time_li_no_enents{
	pointer-events: none;
	color: #909090 !important;
}
.home-info-experiences-section-content{
	display: flex;
    width: 100%; max-width: 1080px;margin: 0 auto;
  }
  .home-info-experiences-section-content-image-div{
    width: 240px;
  }
   .home-info-experiences-section-content-image-div img{
    width:90%;
    height:auto;
  }
    .home-info-experiences-section-content-title-div{
    width: 33%;
	padding-right: 25px;
     margin-right: 0;
  }
  .home-info-experiences-section-content-title-one-div h5{
	font-family: 'AvenirLTStd-Roman';
    margin: 0;
    line-height: 24px;
	font-size: 24px;
  }
  .home-info-experiences-section-content-title-two-div h1{
	font-family: 'AvenirLTStd-Medium';
    padding-top: 10px;
	font-size: 46px;
  }
  .home-info-experiences-section-content-title-two-div div.Home_Page_Recommend_Offer_Title{
	font-family: 'AvenirLTStd-Medium';
    padding-top: 10px;
	font-size: 46px;
    font-weight: 500;
    line-height: 1.2;
  }
  .home-info-experiences-section-content-title-two-div-title{
	font-family: 'AvenirLTStd-Medium';
    padding-top: 10px;
	font-size: 46px;
  }
  .home-info-experiences-section-content-content-div{
     width: 67%;
  }
  .home-info-experiences-section-content-content-div p{
	font-family: 'AvenirLTStd-Roman';
    /* line-height: 25px; */
    font-size: 18px;
    /* text-align: justify; */
    text-align: left;
  }


.Homepage-index2{
	width: 100%;
    background: url(../images/glp-pattern-with-bg.png) repeat #fff;
}
.ContentTextCon {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 1080px;
    text-align: left;
    margin: 0 auto;
}
.ContentTextLeftCon {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-start;
    width: 33%;
    margin-right: 25px;
}
.ContentTextrightCon {
    width: 70%;
    justify-content: flex-start;
    align-items: center;
}
.sjm-fubiaoti {
    text-transform: uppercase;
    color: #4d4e4e;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 2px;
}
.sjm-biaoti {
    color: #a8996e;
    font-size: 52px;
    line-height: 62px;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ContentTextrightCon .sjm-biaotiinfo {
    width: 100%;
    color: #676868;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
}
.ContentTextrightCon .sjm-biaotiinfo p {
    color: #676868;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
}
.carouselMainCon {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	padding-bottom: 0;
}
.indexCarousel {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1080px;
    margin: 0;
    flex-wrap: wrap;
}
.indexCarouselText1 {
    width: 100%;
    margin-left: 40px;
    text-align: left;
}
.sjm-small-fubiaoti {
	font-family: 'AvenirLTStd-Medium';
    margin: 0;
    line-height: 20px;
}
.sjm-small-fubiaoti h5{
	font-family: 'AvenirLTStd-Roman';
	line-height: 24px;
    font-size: 24px;
}
.sjm-small-biaoti {
    font-family: 'AvenirLTStd-Medium';
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 32px;
    line-height: 30px;
}
.indexCarouselText1 .sjm-small-biaotiinfo {
	font-size: 16px;
    width: 100%;
    padding-right: 0;
	

}
.carouselBtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
    padding-right: 25px;
    position: absolute;
    width: 33%;
    bottom:35px;
}
.carouselBtnDiv-Leftbtn {
    display: flex;
}
.indexLeftCarouselprev, .indexLeftCarouselnext {
    width: 30px;
    height: 30px;
    background-color: #2D6C71;
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.indexLeftCarouselprev p i, .indexLeftCarouselnext p i {
    margin: -2px 0 0 0;
    padding: 0;
    display: block;
}
.carouselBtnDiv-Rightnum {
    font-size: 16px;
    color: #676868;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.indexCarousel img {
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
}
.indexCarouselInfo{
	width: 33%;
	padding-top: 70px;
	padding-right: 25px;
}
.indexCarouselImg {
    width: 67%;
    overflow: hidden;
}
.indexCarouselInfo .section02_content_right_a {
    margin-top: 30px;
}

.is_roll_wrap{
	padding-bottom: 40px;
	padding-top: 0;
}
.is_roll_wrap .swiper-button-next, .is_roll_wrap .swiper-button-prev{
	opacity: 1 !important;
    width: auto;
    height: 100px;
    top: 50%;
    margin-top: -30px;
}
.is_roll_wrap .swiper-button-next img, .is_roll_wrap .swiper-button-prev img{
	width: 15px;
    filter: invert(100%);
}
.is_roll_wrap .swiper-button-next:after, .is_roll_wrap .swiper-button-prev:after{
	display: none;
}
.is_roll_wrap .swiper-button-next{
	right: 42px;
	width:60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.7);
}
.is_roll_wrap .swiper-button-prev{
	left: 42px;
	width:60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.7);
}
.is_roll_wrap .swiper-button-next:hover,.is_roll_wrap .swiper-button-prev:hover{
	background-color: rgba(255,255,255,1);
}

.is_roll_wrap .section02_content_right_a{
	display: flex;
    align-items: center;
	margin-top:40px;
}
.is_roll_wrap .section02_content_right_a a{
    margin: 0 auto;
}
.is_roll_wrap .Dining_list_section02_content {
	width: calc(100% - 60px);
	max-width:  calc(100% - 60px);
    margin: 0 30px;
}
.is_roll_wrap .Dining_list_section02_content .DiningSpecialOffer{
	justify-content: center !important;
}
.is_roll_wrap .Dining_list_section02_content .DiningSpecialOffer_child { 
	box-shadow: 0px 0px 10px 0px #b5b4b4;
    margin: 20px 0;
}
.is_roll, .home_offer_swiper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.is_roll .home_offer_swiper {
	max-width: 100%;
	margin: 0 auto;
}
.is_roll_wrap .home_offer_swiper .swiper-slide{
	-ms-flex: 0 0 33.3333333%;
	flex: 0 0 33.3333333%;
	max-width: 33.3333333%;
}
@media screen and (min-width:1081px) and (max-width:1279px) {
	.is_roll_wrap .home_offer_swiper .swiper-slide{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.is_roll_wrap .Dining_list_section02_content .section03_content_common{
	position: relative;
    padding-bottom: 50px;
}
.is_roll_wrap .Dining_list_section02_content .section03_content_common .homepageoffertype{
    position: absolute;
    bottom: 15px;
    right: 0;
    width: auto;
    height: 36px;
    line-height: 34px;
    text-align: center;
    /* background: url(../images/caidai.svg) no-repeat right center; */
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	width: 170px;

	background-color: transparent;
    border: 1px solid #B4966D;
    border-right: none;
    color: #B4966D;
}
.is_roll_wrap_backrgound{
	padding-bottom: 80px;
	background-color: #fff;
}
.Home_Page_Recommend_Offer_Title{
    padding-top:  10px !important;
}
.Home_Page_Recommend_Offer_Title_Two{
    font-family: 'AvenirLTStd-Medium';
}
.offer_Experience{
	width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    background: #fff;
}
.offer_Experience .home-info-experiences-section-content-title-div{
    width: 50%;
	padding-right: 25px;
     margin-right: 0;
     margin-left: 33%;
  }
  .offer_Experience .home-info-experiences-section-content-content-div{
     width: 50%;
  }

.booking_time_li_no_enents{
	pointer-events: none;
	color: #909090;
	
}

.DiningSpecialOffer_child .homepageoffertype {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: auto;
    height: 36px;
    line-height: 34px;
    text-align: center;
    /* background: url(../images/caidai.svg) no-repeat right center; */
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 170px;
    background-color: transparent;
    border: 1px solid #B4966D;
    border-right: none;
    color: #B4966D;
}

.download_app_view {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.download_app_qrcode {
	width: 180px;
	height: 180px;
}

.download_app_qrcode img{
	width: 100%;
	height: 100%;
}

.download_app_bottom_view {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.download_app_btn_apple {
	background-image: url('../images/appstore.png');
	width: 183.6px;
	height: 54px;
	/* width: 160px;
	height: 47px; */
	margin: 0 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.download_app_btn_google {
	background-image: url('../images/googleplay.png');
	width: 183.6px;
	height: 54px;
	/* width: 160px;
	height: 47px; */
	margin: 0 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.download_app_btn_apk {
	background-image: url('../images/apk.png');
	width: 183.6px;
	height: 54px;
	/* width: 160px;
	height: 47px; */
	margin: 0 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1079px){
	.collapseReservation #MakeAReservation—step1 .collapseReservation_left{
		flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 0 0 0 !important;
	}
	.collapseReservation #MakeAReservation—step1 .collapseReservation_left .form-group .col-md-9{
		flex: 0 0 100% !important;
    max-width: 100% !important;
		width:100%;
	}
}
@media screen and (min-width:768px) and (max-width:1080px) {
	.DiningSpecialOffer_child .section03_content_common {
		padding: 12px 15px 60px 15px !important;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.DiningSpecialOffer_child .section03_content_common {
		padding: 12px 15px 45px 15px !important;
	}
	.DiningSpecialOffer_child .homepageoffertype {
		background-color: transparent;
		border: 1px solid #B4966D;
		border-left: none;
		color: #B4966D;
		height: 25px;
		font-size: 12px;
		line-height: 24px;
		padding: 0 5px;
		left: 0;
		right: auto;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.DiningSpecialOffer .formobile_Details a {
		position: relative;
		top: 30px;
	}
}


.Campaign_Sticker{
	display: flex;
}
.Campaign_Sticker .Campaign_section03_content_info_a a{
	letter-spacing: 1px;
}
.Campaign_Sticker .Campaign_section03_content_info_a:first-child{
	margin-right: 20px;
}

.Campaign_Sticker_social{
    max-width: fit-content;
	padding: 0;
    margin-top: 20px;
	cursor: pointer;
}
.Campaign_Sticker_social img{
	width: auto;
	height: 45px;
	margin-right: 20px;
}
.Campaign_Sticker_social .qrcode img{
	width: 100% !important;
    max-width: 100% !important;
	height: auto;
	margin-right: 0;
}
.Campaign_Sticker_social div.qrcode {
    position: absolute;
    z-index: 99;
	top: auto;
    bottom: 60px;
    left: 0;
    width: 9rem;
    padding: 5px;
    max-width: none;
    height: auto;
    transform: scale(0);
    transform-origin: bottom center;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #fff;
    border: 1px solid #B4966D;
}
.Campaign_Sticker_social div.qrcode .arrow {
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
    top: auto;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #B4966D;
}
.Campaign_Sticker_social div.qrcode p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    padding: 0;
    line-height: 15px;
    height: auto;
    word-break: normal;
    padding-bottom: 5px;
}

.Campaign_Sticker_mobile .Campaign_section03_content_info_a{
	width:100%;
}
.Campaign_Sticker_mobile .Campaign_section03_content_info_a a{
	width:100%;
    padding: 12px 0;
    text-align: center;
}
.Campaign_Sticker_mobile_social{
	width: 240px;
    margin: 20px auto 0 auto;
	text-align: center;
}
.Campaign_Sticker_mobile_social img{
	width: 200px;
	margin: 0 auto;
}
/* .TCSC_Campaign_Sticker .Campaign_section03_content_info_a a{
	width: 249px;
	text-align: center;
}
@media screen and (min-width:992px) and (max-width:1080px) {
	.TCSC_Campaign_Sticker .Campaign_section03_content_info_a a{
		width: 230px;
		text-align: center;
		padding: 12px 30px;
	}
} */
.mobile_wechat_tips, .mobile_whatsapp_tips{
	margin-top: 10px;
}
.mobile_wechat_tips, .mobile_whatsapp_tips,.mobile_wechat_tips p, .mobile_whatsapp_tips p{
	text-align: left;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'AvenirLTStd-Roman';
}
.mobile_wechat_tips ol, .mobile_whatsapp_tips ol,.mobile_wechat_tips ul, .mobile_whatsapp_tips ul{
	padding-left: 14px;
}
.mobile_wechat_button{
	display: none;
    margin-top: 20px;
}
.mobile_wechat_button a{
	color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background: #2D6D71;
    display: inline-block;
}
.mobile_whatsapp_button{
    margin-top: 20px;
}
.mobile_whatsapp_button a{
	color: #fff;
    font-family: 'AvenirLTStd-Black';
    padding: 12px 40px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background: #2D6D71;
    display: inline-block;
}


#wechatleModal .modal-dialog{
	margin: 0;
	border-radius: 0;
	border: none;
    height: 100%;
}
#wechatleModal .modal-dialog .modal-content{
	border: none;
    border-radius: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#wechatleModal .modal-dialog .modal-content .modal-body{
	padding: 0;
}
#wechatleModal .modal-dialog .modal-content .top-tip{
	text-align: right;
}
#wechatleModal .modal-dialog .modal-content .top-tip img{
	width: 100px;
}
#wechatleModal .modal-dialog .modal-content .bottom-tip{
	position: fixed;
    bottom: 0;
}
#wechatleModal .modal-dialog .modal-content .bottom-tip img{
	width: 100%;
}
#wechatleModal .modal-dialog .modal-content .center-tip{
	margin-top: 20px;
	margin-left: 40px;
}
#wechatleModal .modal-dialog .modal-content .center-tip .step-wrap{
	
    display: inline-block;
	color: #fff;
	padding: 10px 0;

    width: 100%;
}
#wechatleModal .modal-dialog .modal-content .center-tip .step-wrap .step-wrap-label{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #B4966D;
	border-radius: 50%;
    margin: -5px 5px 0 5px;
    vertical-align: top;

    display: inline-block;
}
#wechatleModal .modal-dialog .modal-content .center-tip .step-wrap .step-wrap-info{
	color: #fff;
	font-size: 16px;
    font-family: 'AvenirLTStd-Roman';
    text-shadow: 0 0 6px #000000;

    display: inline-block;

    width: calc(100% - 50px);
}
#wechatleModal .modal-dialog .modal-content .center-tip .step-wrap .step-wrap-info p{
	color: #fff;
	font-size: 16px;
    font-family: 'AvenirLTStd-Roman';
    text-shadow: 0 0 6px #000000;
}

.New_Dining .item_desc_list:nth-child(3) .New_Dining_section6 {
    padding-bottom: 0;
}


.Salon-home img {
    aspect-ratio: auto;
}


.enbuttononlythis .dining_addbox_btn a{
	width: 371px;
	text-align: center;
}
.tcbuttononlythis .dining_addbox_btn a{
	width: 329px;
	text-align: center;
}
.scbuttononlythis .dining_addbox_btn a{
	width: 315px;
	text-align: center;
}
@media screen and (min-width:320px) and (max-width:767px){
	.enbuttononlythis .dining_addbox_btn a{
		width: 100%;
		text-align: center;
	}
	.tcbuttononlythis .dining_addbox_btn a{
		width: 100%;
		text-align: center;
	}
	.scbuttononlythis .dining_addbox_btn a{
		width: 100%;
		text-align: center;
	}
}
.item_desc_content ul{
	font-size: 16px;
	padding-left: 15px;
	text-align: left;
}
.item_desc_content ul li{
	text-align: left;
	display: list-item;
	list-style-type: disc;
	width: 100%;
    margin-bottom: 0;
}
@media screen and (min-width:320px) and (max-width:767px){

	.item_desc_content ul li{
		width: 100% !important;
	}
}

.pay-successful .Nofound_content_back{
	display: none;
}

.section02_content_right .section02_content_right_a .dining_addbox_btn a{
	width: 100%;
	text-align: center;
	padding:12px 10px;
}

.FormControl_date_select_Number  #content{
	user-select:none;
}
.FormControl_Promotion_Code_row{
	user-select:text;
}
.FormControl_Promotion_Code_row::selection {
    background-color: #ade1f5;;
}

.FormControl_Promotion_Code_row::-moz-selection {
    background-color: #ade1f5;
}
.JapanTablist{
    padding-left: 0 !important;
}
.JapanTablist li a{
	padding: 7px 12px 5px 12px;
    letter-spacing: -2px;
}
.Japanqrcode{
    height: 11rem !important;
    top: -190px !important;
}