body {
    width: 100%;
    font-family: 'Lato-Regular';
}

@media screen and (min-width: 1000px) {
    body{
        overflow-x: hidden;
    }
    .overhid{
        overflow-x: hidden;
    }
    .paddingtb35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .paddingt35 {
        padding-top: 35px;
    }

    .paddingb35 {
        padding-bottom: 35px;
    }

    .paddingtb40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .paddingt40 {
        padding-top: 40px;
    }

    .paddingb40 {
        padding-bottom: 40px;
    }

    .paddingtb50 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .paddingt50 {
        padding-top: 55px;
    }

    .paddingb50 {
        padding-bottom: 55px;
    }

    .paddingtb70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .paddingt70 {
        padding-top: 70px;
    }

    .paddingb70 {
        padding-bottom: 70px;
    }

    .marginb50 {
        margin-bottom: 50px;
    }

    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: #a8996e; */
        color: #4d4e4e;
        text-decoration: none;
        outline: none;
    }

    p {
        margin: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        font-family: 'Lato-Regular';
        line-height: 1.5;
    }

    ul li {
        font-family: 'Lato-Regular';
    }

    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;
        padding-top: 35px; 
        padding-bottom: 35px;
    }

    .banner_page {
        padding-bottom: 0;
    }

    .Container_Wrap_forHomepage {

        top: 1150px;
        display: block;
    }

    .CGLP_Foot_forHomepage {
        top: 1150px;
    }

    .GLP_Header {
        position: fixed;
        width: 100%;
        max-height: 1260px;
        /*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 {
        float: right;
        color: #a8996e;
        font-size: 16px;
    }

    .GLP_Header_wrap {
        position: fixed;
        top: 0;
        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 {
        box-shadow: none;
        position: relative;
        z-index: 2;
    }

    .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 #a8996e;
    }

    .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; */
        background-color: rgb(5, 25, 17);
        height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .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 {
        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;
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .menuCon {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        width: 100%;

    }

    .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: 1260px;
        height: 65px;
        line-height: 65px;
        margin: 0 auto;
        position: relative;
        top: 130px;
    }

    .Menu_wrap a {
        color: #4d4e4e;
        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);
        position: relative;
        z-index: 1;
    }

    .Header_right_collapse_wrap {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        text-align: left;
        /* height: 100px; */
        height: 130px;
    }

    .Header_right_collapse_wrap .Room_detail_section01_row {
        border: none;
    }

    .Header_right_collapse_wrap label {
        text-align: left;
        width: 100%;
        margin-bottom: 0px;
        line-height: 40px;
        font-size: 16px;
    }

    .Header_local img {
        width: 30px;
        height: 30px;
        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;
        border-radius: 4px;
        /* background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%); */
        background: #a8996e;
        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: #877754;
    }

    .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;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    }

    .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: #a8996e;
        font-family: 'Lato-Regular';
        font-size: 14px;

    }

    .nav_langdropdown a {
        color: #a8996e;
        text-decoration: none;
        font-weight: bold;
        font-family: 'Lato-Regular';
        font-size: 12px;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    .nav_langdropdown a i {
        font-size: 20px;
        margin-left: 5px;
    }
    
    .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;
    }

    .supremecard_dropdown {
        /* width: 407px !important;
        height: 144px !important;
        margin-left: -256px !important; */
        width: 200px !important;
        height: 255px !important;
        margin-left: -60px !important;
    }

    .supremecard_frame {
        display: flex;
        /* flex-direction: row; */
        flex-direction: column;
        display: flex;
        padding: 10px;
    }

    .supremecard_img {
        flex: 1;
        /* width: 195px; */
        /* height: 124px; */
        width: 100%;
        align-self: center;
        /* filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25)); */
    }
    .supremecard_line {
        height: 1px;
        background-color: #a8996e;
        width: 100%;
    }
    .supremecard_frame .supremecard_menu_item a:hover {
        color: #a8996e !important;
        background-color: #fff !important;
    }

    .supremecard_menu {
        flex: 1;
        /* display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        max-width: 100%; */
    }

    .supremecard_menu_item {
        height: 40px;
        display: flex;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .supremecard_menu_item a {
        color: #4D4E4E !important;
        text-align: center;
        font-weight: 700 !important;
        font-size: 14px !important;
        cursor: pointer;
        letter-spacing: 0px !important;
        width: 100%;
        /* padding-left: 20px; */
    }

    /* .supremecard_menu_item a:hover {
        background: transparent !important;
        color: #4D4E4E !important;
        letter-spacing: 0px !important;
    } */


    .navbar-user {
        /* visibility: hidden; */
        display: none;
    }
    .navbar-user img {
        height: 25px;
        width: 25px;
    }
    
    .GLP_Header_wrap .dropdown-menu a {
        color: #4d4e4e;
        font-size: 12px;
    }

    .GLP_Header_wrap .dropdown-menu a:hover {
        color: #a8996e;
        background-color: #f6f4ed;
    }

    .GLP_Header_wrap .dropdown-menu a.active {
        color: #a8996e;
        background-color: transparent;
    }

    .GLP_Header_wrap.navOpen .nav_langdropdown a {
        color: #4d4e4e;
    }

    .GLP_Header_wrap.navOpen .nav_langdropdown .dropdown-menu a {
        color: #4d4e4e;
    }

    .GLP_Header_wrap_bg .nav_langdropdown a {
        color: #4d4e4e;
    }

    .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;
        list-style: none;
        color: #4d4e4e;
        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: #4d4e4e;
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        list-style: none;
    }

    .Head_Navigation .navContent>li ul li {
        list-style: none;
    }

    .Head_Navigation .navContent ul li a {
        color: #4d4e4e;
        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: 1260px;
        margin: 0 auto;
        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: #4d4e4e !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 #a8996e;
    }

    .GLP_body_section01 {
        width: 100%;
        height: 500px;
        background-color: rgba(21, 44, 44, 0.85);
    }

    .section01_content {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 150px 0 0 0;
    }

    .section01_content_left {
        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-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;
        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: #a8996e;*/
        /*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: 1260px;
        margin: 0 auto;
    }

    .section02_content_left {
        padding: 0;
        -ms-flex: 0 0 65.87301587301587%;
        flex: 0 0 65.87301587301587%;
        max-width: 65.87301587301587%;
    }

    .section02_content_left img {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
    }

    /*.section02_content:nth-child(odd) .section02_content_right{
    padding-left:80px;
    padding-right:0;
}*/
    .section02_content_wrap03 .section02_content_right {
        padding-left: 30px;
        padding-right: 0;
        -ms-flex: 0 0 34.12698412698413%;
        flex: 0 0 34.12698412698413%;
        max-width: 34.12698412698413%;
    }

    .section02_content_wrap02 .section02_content_right {
        padding-left: 0;
        padding-right: 30px;
        -ms-flex: 0 0 34.12698412698413%;
        flex: 0 0 34.12698412698413%;
        max-width: 34.12698412698413%;
    }

    .section02_content_right_logo img {
        width: 60%;
        height: auto;
    }

    .section02_content_right p {

        font-size: 16px;
        color: #4d4e4e;
        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: 30px;
    }

    .section02_content_right_a a {
        display: inline-block;
        width: 150px;
        height: 35px;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
        color: #a8996e;
        border: 1px solid #a8996e;
        text-align: center;
        line-height: 32px;
    }

    .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;
    }

    .GLP_body_section03 {
        width: 100%;
        background: url(../image/section3-bg.png) repeat #f7f6f1;
    }

    .section03_content {
        width: 100%;
        max-width: 1260px;
        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 {
        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 #a8996e;
    }

    .section03_content_common h5 {
        margin: 0;
        line-height: 30px;
    }

    .section03_content_common p {

        margin: 0;
        /*line-height: 30px;*/
        font-size: 14px;
    }

    .GLP_body_section04 {
        width: 100%;
        background: #fff;
    }

    .GLP_body_section04 h2 {
        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: #a8996e;
        margin: 60px 0;
    }

    .section03_01_content {
        width: 100%;
        max-width: 1260px;
        margin-left: auto;
        margin-right: auto;
        padding: 35px 0 35px 0;
    }

    .section03_01_content img {
        width: 100%;
    }

    .section03_01_content h5 {
        /*margin: 30px 0 20px 0;*/
        /*Dave 2021-3-11 begin*/
        margin: 20px 0 10px 0;
        /*end*/
    }

    .section03_01_content p {
        margin: 5px 0 0 0;
        font-family: 'Lato-Regular';
        /*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: linear-gradient(to bottom, rgb(32, 54, 39), rgb(15, 26, 23));
        color: white;
    }

    .Foot_line {
        display: none;
        width: 100%;
        height: 3px;
        background-color: #2f6c70;
    }

    .GLP_Foot_info {
        width: 100%;
        margin: 0 auto;
    }

    .Foot_info_wrap {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .Foot_info_wrap .collapse:not(.show) {
        display: block;
    }

    .Foot_info_wrap p {
        margin: 0;
    }

    .Foot_info_wrap p a {
        color: white;
        font-size: 13px;
        text-decoration: none;
    }

    .Foot_info_contact p {
        color: #5f5f5f;
        font-size: 13px;
        min-height: 24px;
        line-height: 1.5;
        word-wrap: break-word;
        word-break: break-all;
    }

    .Foot_collaps_div {
        color: #5f5f5f;
        font-size: 13px;
        min-height: 24px;
        line-height: 1.5;
    }
    .icon_paln {
        display: none;
    }
    .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: middle;
        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: 1260px;
        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-size: 13px;
        /*border-right: 1px solid #5F5F5F;*/
    }

    .Foot_copyright span {
        /*Dave 2021-3-9 begin*/
        /*padding-left: 5px;*/
        /*end*/
        color: #5F5F5F;

        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;

        text-decoration: none;
    }

    .Footer_Language_dropdown .dropdown-menu a {
        color: #4d4e4e;
        font-size: 14px;
    }

    .Footer_Language_dropdown .dropdown-menu a:hover {
        color: #a8996e;
        background-color: #f6f4ed;
    }

    .Footer_Language_dropdown .dropdown-menu a.active {
        color: #a8996e;
        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 {}

    /*.Foot_logo img{
    width: 200px;
}*/
    .Foot_copyright_left {
        float: left;
        display: inline;
    }

    .Foot_copyright_right {
        float: right;
        display: inline;
        font-size: 12px;
    }

    .Foot_copyright_right a {
        border-right: white;
        color: white;
        padding: 0 15px;
    }

    .Foot_copyright_right a:hover {

        color: #a8996e;
    }

    .Foot_copyright_right a:first-child {
        padding: 0 15px 0 0;
    }

    .linespan {
        margin-left: 5px;
        margin-right: 5px;
    }

    .Foot_copyright_right span.copyright-info {
        padding-left: 15px;
    }










    /***************
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: 1260px;
        margin: 0 auto;
    }

    .Bread_nav {
        padding: 0 0 35px 0;
        font-size: 14px;
    }

    .Bread_nav span .icon-angle-right {
        font-size: 18px;
        padding: 0 5px;
    }

    .Bread_nav a {
        color: #4d4e4e;
        text-decoration: none;
    }

    .Bread_nav span{
        color: #4d4e4e;
        text-decoration: none;
    }

    .Bread_nav .icon-double-angle-right {
        padding: 0 5px;
    }

    /*.Hotel_Home_detail img{
    width: 100%;
    height: auto;
}*/
    .Hotel_Home_detail h1 {
        text-align: center;
        padding: 40px 0 40px 0;
        margin: 0;
        font-size: 2rem;
    }

    .TermofUse_title h1 {
        padding: 0;
        text-align: left;
    }


    .Hotel_Home_theme h2 {

        text-align: center;
        font-size: 18px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .Hotel_Home_detail p {

        /*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: #a8996e;
    }

    /***************
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: 1260px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .introduction_body_section_row {
        width: 100%;
    }

    .introduction_body_section_wrap h2 {

        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: 1260px;
        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-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: #a8996e;
    }

    .Room_detail_section01 #collapseforinnercalander {
        display: flex;
    }

    .Room_detail_section01 h3 {

        margin-bottom: 20px;
    }

    .art_detail_div h1 {

        margin-bottom: 20px;
        font-size: 28px;
    }

    .Room_detail_section01_row {
        border: 1px solid #a8996e;
        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;

        /*Dave 2021--3-12 begin*/
        text-align: justify;
        /*end*/
    }

    .Room_detail_section03_row {
        margin: 0;
    }

    .Room_detail_section03_row h6 {

        width: 100%;
        margin: 0;
        padding-bottom: 40px;
    }

    .Room_detail_section03_row h3 {

        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .Room_detail_section03_top {
        margin: 0;
        justify-content: flex-start !important;
    }

    .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-size: 14px;
    }

    .Room_detail_section03_allleft h6,
    .Room_detail_section03_all h6 {
        margin: 0;
        padding-bottom: 3px;

    }

    .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;
    }

    .Index_info_row {
        margin: 0;
        width: 100%;
        text-align: center;
        position: sticky;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Index_info_row h4 {

        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        color: #a8996e;
        align-items: center;
    }

    .Index_info_row h3 {

        width: 100%;
        margin: 0;
        padding-bottom: 40px;
        font-size: 30px;
    }

    .Index_info_row h5 {

        width: 80%;
        padding-bottom: 40px;
        font-size: 15px;
        text-align: center;
    }

    .column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .row {
        display: flex;
        flex-direction: row;
        /* align-items: center; */
        align-items: flex-start;
    }

    .row-hide {
        display: none;
    }

    .row.first-row,
    .row.second-row {
        margin-bottom: 0 !important;
    }

    .carouselMainCon {
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .indexCarousel {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 1260px;
        margin: 0;
        flex-wrap: wrap;
    }

    .indexCarousel img {
        width: 100%;
        aspect-ratio: 2 / 1;
        object-fit: cover;
    }

    .indexCarouselText1 {
        width: 100%;
        margin-left: 40px;
        text-align: left;
        margin-top: -20px;
    }

    .indexCarouselText2 {
        width: 33%;
        margin-left: 25px;
        text-align: left;
    }

    .indexCarouselText h3 {
        font-size: 30px;
        color: #a8996e;
    }

    .indexCarouselText h4 {
        font-size: 15px;
        margin-top: 5px;
    }

    .indexCarouselText h5 {
        font-size: 17px;
        margin-top: 30px;
    }

    .carouselBtnDiv {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 25px;
        position: absolute;
        width: 30%;
        bottom: 35px;
    }

    .ContentTextCon {
        width: 100%;
        display: flex;
        flex-direction: row;
        max-width: 1260px;
        text-align: left;
        margin: 0 auto;
    }

    .ContentTextCon2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        max-width: 1260px;
        min-height: 35px;
        text-align: left;
        margin: 0 auto;
        margin-top: 0;
        justify-content: center;
    }

    .ContentTextLeftCon {
        display: flex;
        flex-direction: column;
        justify-content: right;
        align-items: flex-start;
        width: 33%;
        margin-right: 25px;
    }

    .ContentTextleftCon h3 {
        font-size: 40px;
    }

    .ContentTextleftCon h4 {
        color: rgb(168, 152, 110);
        font-size: 30px;
    }
    .ContentTextLeftCon .sjm-biaoti{
        -webkit-line-clamp: unset;
        overflow:unset;
        font-size: 46px;
    }

    .ContentTextrightCon {
        width: 70%;
        justify-content: flex-start;
        align-items: center;
    }

    .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 !important;
        line-height: 32px;
        letter-spacing: 2px;
    }

    .indexCarouselImg {
        width: 67%;
        overflow: hidden;
    }

    /***************
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-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;

    }

    .offerdetail_section01 {
        padding-top: 60px;
    }

    /* .offerdetail_section01_wrap {
        padding-bottom: 40px;
    } */

    .offerdetail_section01_info h6 span b {

        font-weight: normal;
    }

    .offerdetail_section01_info ul {
        /* padding: 0 20px; */
        margin: 0;
        font-size: 16px;
        align-self: flex-start;
    }
    .offerdetail_section01_info ul ul{
        padding: 0 20px;
    }
    .offerdetail_section01_info ul ol{
        padding: 0 20px;
    }
    .offerdetail_section01_info ol{
        /* padding: 0 20px; */
        margin: 0;
        font-size: 16px;
        align-self: flex-start;
    }
    .offerdetail_section01_info ol ol{
        padding: 0 20px;
    }
    .offerdetail_section01_info ol ul{
        padding: 0 20px;
    }
    .offerdetail_section01_info p {
        margin: 0;
        font-size: 16px;
        text-align: justify;
        /* color: #676868; */
        color: #4D4E4E;
        line-height: 28px;
    }

    .offerdetail_section01_info .offerdetail_section01_collapse {
        cursor: pointer;

    }

    .offerdetail_section01_info a[aria-expanded="false"] {
        background: url(../image/down_black.png) no-repeat right 1px;
        background-size: 20px;
        /* padding-right: 20px; */
        /* color: #676868; */
        color: #4D4E4E;
        padding-right: 35px;
        font-size: 16px;
        font-family: 'Lato-Regular';
        letter-spacing: 1px;
    }

    .offerdetail_section01_info a[aria-expanded="true"] {
        background: url(../image/top_black.png) no-repeat right 1px;
        background-size: 20px;
        /* padding-right: 20px; */
        /* color: #676868; */
        color: #4D4E4E;
        padding-right: 35px;
        font-size: 16px;
        font-family: 'Lato-Regular';
        letter-spacing: 1px;
    }

    .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;
        line-height: 24px !important;
        /* color: #676868; */
        color: #4D4E4E;
    }

    .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;
    }

    .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-size: 50px;
        padding: 0;
        border-right: 1px solid #a8996e;
        margin-top: 20px;
    }

    .Meetings_body_section01_data:last-child {
        border-right: none;
    }

    .Meetings_body_section01 .small {
        font-size: 16px;

    }

    .Meetings_body_section02 .section02_content_right h3 {
        padding: 0 0 20px 0;
        font-size: 26px;
    }

    .Meetings_body_list_title {
        padding-top: 20px;

    }

    .Meetings_body_list ul {
        padding: 0 0 0 18px;
        margin: 0;

    }

    /***************
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: 1260px;
        margin: 0 auto;
        border-bottom: 1px solid #a8996e;
    }

    .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 {

        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%;

        color: #4d4e4e;
    }

    .PressRelease_wrap .nav-tabs li a {
        color: #4d4e4e;
        padding: 0 10px;
    }
    .PressRelease_wrap .nav-tabs li.active a {
        color: #a8996e;
    }

    .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 #a8996e;
        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 {}

    .content_data {
        margin: 10px 0;
    }

    .content_data p {}

    .content_detail {
        margin: 0 0 10px 0;
    }

    .content_detail p {

        /*Dave 2021--3-15 begin*/
        text-align: justify;
        /*end*/
    }

    .content_button {
        padding-top: 10px;
    }

    .content_button a {
        color: #fff;

        padding: 12px 40px;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 2px;
        border-radius: 4px;
        /*background: linear-gradient(180deg, #ECCA95 0%, #A58965 100%);*/
        background: #a8996e;
    }

    .content_button a:hover {
        background: #a8996e;
    }

    /***************
inner pages -  GLP_Header_Press Release detal page
****************/
    .PressRelease_detail_detail h1 {

        text-align: left;
        padding: 40px 0 0 0;
        margin: 0;
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .PressRelease_detail_detail p {

        font-size: 14px;
        margin: 0;
    }

    .PressRelease_detail_wrap {
        padding: 30px 0 0 0;
    }

    .PressRelease_detail_wrap li {
        margin-left: 15px;
    }

    .PressRelease_detail_wrap p {

        /*Dave 2021--3-15 begin*/
        text-align: justify;
        /*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;

        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: #a8996e;

        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;

        padding-top: 20px;
    }

    .Brand_Story_home_section01 {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .Brand_Story_home_section01 img {
        width: 100%;
    }

    .Brand_Story_section01_wrap {
        margin: 0;
    }

    .Brand_Story_section01_left {
        border-right: 1px solid #a8996e;
        padding-right: 50px;
    }

    .Brand_Story_section01_left p {

        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-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: 1260px;
        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 #a8996e;
    }

    .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: #a8996e;

    }

    .Contact_home_section01_info p,
    .Contact_home_section01_info p {

        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: 1260px;
        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;

    }

    .Route_wrap_thead {
        border-bottom: 1px solid #ddd;
        background-color: #a8996e;
        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 {

        padding-bottom: 30px;
    }

    .Map_wrap_img {
        padding: 0;
    }

    .Map_wrap_img img {
        height: 100%;
        width: 100%;
    }

    .Map_wrap_infotitle {

        font-size: 18px;
        line-height: 30px;
    }

    .Map_wrap_Drivinglist {
        padding: 0 0 0 18px;
    }

    .Map_wrap_Drivinglist li {

        line-height: 20px;
        font-size: 14px;
        padding: 10px 0;
    }

    /***************
inner pages -  Term of Use and Privacy Policy page
****************/
    .TermofUse_wrap_lasttime {

        padding-top: 20px;
        /*padding-bottom: 40px;*/
        padding-bottom: 15px;
    }

    .TermofUse_wrap h6 {}

    .TermofUse_wrap p {

        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 {

        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_section_two {
        padding: 0 15px 35px 0;
    }

    .Sitemap_section_wrap_two {
        padding: 0 15px 35px 0;
    }

    .Sitemap_section_two_4 {
        padding: 0 0 35px 0;
    }

    .Sitemap_bottom {
        padding-bottom: 35px;
    }

    .Sitemap_bottom:last-child {
        padding-bottom: 0;
    }

    .Sitemap_bottom_main {
        padding-bottom: 20px;
    }

    .Sitemap_section h4 {

        width: 100%;
        font-size: 18px;
    }

    /* .Sitemap_section h6 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #4D4E4E;
        padding:20px 0 0 0;
    }
    .Sitemap_section h6 a{
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #4D4E4E;
    }
    .Sitemap_section h6 a:hover{
        color: #a8996e;
    } */

    .Sitemap_section .col-md-4:last-child h6 {
        /*padding-bottom:0px;*/
        margin-bottom: 0;
    }

    #bookh6 {
        padding: 0;
    }

    #offer_ul {
        padding-top: 20px;
    }

    .Sitemap_section .col-lg-4 {
        padding: 0;
    }

    .Sitemap_section ul {
        padding: 0;
        color: #4D4E4E;
        margin: 0;
    }

    .Sitemap_section ul li {
        list-style-type: none;

    }

    .Sitemap_section ul a {
        color: #4D4E4E;
        font-size: 16px;
        line-height: 16px;
    }

    .sitemap_three {
        padding: 0 0 0 20px !important;
    }



    .sitemaptitle h1 {
        padding: 40px 0;
    }

    .Sitemap_section .col-lg-3 {
        padding: 40px 0 0 0;
    }

    /***************
Calendar
****************/
    .btn-Forcalendar {
        color: #fff;
        background: #a8996e;
        text-decoration: none;
        font-size: 16px;

        border-radius: 0;
    }

    .btn-Forcalendar:hover {
        color: #fff;
    }

    /***************
banner scroll
****************/
    .carousel-item-img {
        width: 100%;
        max-width: 1260px;
        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: #000;
        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: #000;
        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 .w-100 {
        width: 100% !important;
        height: 100%;
    }

    #carouselExampleCaptions .carousel-indicators {
        bottom: 30px;
    }

    #carouselExampleCaptions-mobile .carousel-inner {
        height: 100%;
    }

    #carouselExampleCaptions-mobile .carousel-inner .w-100 {
        width: 100% !important;
        height: 100%;
    }

    #carouselExampleCaptions-mobile .carousel-indicators {
        bottom: 30px;
    }

    /***************
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 #a8996e;
    }

    .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: #4d4e4e;
    }

    .BOOKNOW_Header_bg .nav_langdropdown .dropdown-menu a {
        color: #4d4e4e;
    }

    .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: #4d4e4e;
    }

    .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 #a8996e;
    }

    .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: #4d4e4e;
    }

    .Header_book_status .nav_langdropdown .dropdown-menu a {
        color: #4d4e4e !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 #a8996e;
    }

    .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: #4d4e4e;
    }

    .navToggle_nav_status .nav_langdropdown .dropdown-menu a {
        color: #4d4e4e !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: #4d4e4e;
    }

    .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: 1260px;
        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自适应
    ****************/

    .formobile {
        display: none !important;
    }

    .formobile .swiper-container {
        width: 100%;
        height: 100%;
        background: #fff;
        padding-bottom: 0 !important;
    }

    .formobile .swiper-wrapper {

        background: #fff;
    }

    .formobile .swiper-slide {
        text-align: center;
        background: #fff;
        /* 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;
    }

    .formobile .swiper-slide p {
        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: #a8996e;
        font-size: 14px;
        font-weight: 800;
        padding-right: 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;
        aspect-ratio: 400 / 540;
    }

    .overlay {
        /* display: block;
        position: absolute;
        z-index: 9;
        background-image: linear-gradient(transparent, #000);
        overflow: hidden;
        height: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;

        background:
        linear-gradient(0deg,
        rgba(25, 57, 41, 0.83) 47.01%,
        rgba(6, 6, 6, 0.4383) 67.06%,
        rgba(13, 13, 13, 0.344) 74.29%,
        rgba(24, 24, 24, 0.2769) 79.43%,
        rgba(41, 41, 41, 0.2225) 83.6%,
        rgba(63, 63, 63, 0.1759) 87.16%,
        rgba(91, 91, 91, 0.1347) 90.32%,
        rgba(123, 123, 123, 0.0973979) 93.18%,
        rgba(161, 161, 161, 0.0630987) 95.81%,
        rgba(203, 203, 203, 0.0315824) 98.22%,
        rgba(249, 249, 249, 0.00326973) 100.39%,
        rgba(255, 255, 255, 0.0001) 100.64%); */

        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(25, 57, 41, 0.9);
        bottom: 0;
        color: white;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .overlay:hover {
        opacity: 1;
    }

    .overlayCon {
        display: flex;
        flex-direction: column;
        text-align: center;
        font-weight: bold;
        color: white;
        justify-content: center;
        align-items: center;
        align-self: center;
        padding-left: 38px;
        padding-right: 38px;
    }

    .overlayCon h3 {
        /* margin-top: 0;
        font-size: 24px;
        text-shadow: 0px 0px 4px #000; */

        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
        text-align: center;
    }

    .overlayCon2 {
        height: auto;
        padding-top: 10px;
        padding-bottom: 30px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .overlayCon .line {
        height: 1px;
        border-bottom: 1px solid #a8996e;
        width: 30px;
        margin: 0;
        margin-top: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .overlayCon .learnBtn {
        width: 110px;
        height: 28px;
        line-height: 26px;
        border: 1px solid #a8996e;
        margin: 0;
        font-size: 12.23px;
        color: #a8996e;
        font-weight: normal;
        position: relative;
        bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .overlayCon .learnBtn:hover {
        border: 1px solid #a8996e;
        color: #fff;
        background-color: #a8996e;
    }

    .overlayCon h4 {
        color: #a8996e;
        font-size: 36px;
    }

    .overlayCon h5 {
        color: white;
        font-size: 15px;
        width: 100%;
    }

    .overlayCon h5 p {
        /* font-size: 16px;
        color: white; */
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    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;

    }

    #effect-1 .overlay {
        /* bottom: calc(-60% + 140px); */
        bottom: 0;
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        /* height: 60%; */
        height: 100%;
        /* margin: 0 auto; */

        margin: 0;
        /* padding-top: 50px; */
    }

    .overlayConbottom {
        bottom: 0 !important;
    }

    #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 #a8996e;
    }

    .section03_content_overlay h5 {

        margin: 0;
        line-height: 30px;
    }

    .section03_content_overlay p {

        margin: 0;
        line-height: 30px;
        font-size: 14px;
    }

    .section03_content_overlay .section03_content_overlayinfo {
        background-color: #a8996e;
        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;
    }

    .goodsSwiper .overlayCon {
        padding: 0;
    }

    .goodsSwiper .overlayCon .goodsSwiper-overlayCon {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        background: linear-gradient(0deg, rgba(25, 57, 41, 0.83) 47.01%, rgba(6, 6, 6, 0.4383) 67.06%, rgba(13, 13, 13, 0.344) 74.29%, rgba(24, 24, 24, 0.2769) 79.43%, rgba(41, 41, 41, 0.2225) 83.6%, rgba(63, 63, 63, 0.1759) 87.16%, rgba(91, 91, 91, 0.1347) 90.32%, rgba(123, 123, 123, 0.0973979) 93.18%, rgba(161, 161, 161, 0.0630987) 95.81%, rgba(203, 203, 203, 0.0315824) 98.22%, rgba(249, 249, 249, 0.00326973) 100.39%, rgba(255, 255, 255, 0.0001) 100.64%);
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-image: linear-gradient(transparent, rgba(25, 57, 41, 1));
    }

    .goodsSwiper .overlayCon .goodsSwiper-overlayCon .line {
        height: 1px;
        border-bottom: 1px solid #a8996e;
        width: 30px;
        margin: 0;
        margin-top: 10px;
        margin-left: calc((100% / 2) - 30px);
        margin-right: calc((100% / 2) - 30px);
    }

    .goodsSwiper .overlayCon .goodsSwiper-overlayCon p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 12px;
    }

    /***************
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-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;
    }


    .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;
    }

    .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;

        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;

    }

    .leftMenu ul li .dropdown-menu.show a:hover {
        color: #fff;
        background-color: #163E41;
    }

    .leftMenu ul li .dropdown[aria-expanded="false"] {
        background: url(../image/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(../image/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-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 #a8996e;
    }

    .weixin div.qrcode p {
        margin: 0;
        text-align: center;
        font-size: 12px;
        padding: 0;
        line-height: 15px;
        height: 15px;
        color: #676868;
    }

    .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: -30px;
        border: 10px solid transparent;
        border-top: 10px solid #a8996e;
    }

    /***************
404
****************/
    .Nofound_content {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0;
    }

    .Nofound_content_404 {
        padding-top: 140px;
    }

    .Nofound_content_404 h1 {
        font-size: 52px;
        line-height: 62px;
        color: #a8996e;
        font-weight: normal;
        text-transform: capitalize;
    }

    .Nofound_content_info {
        font-size: 48px;

        font-weight: normal;
        color: #4d4e4e;
    }

    .Nofound_content_info2 {
        width: auto;

        color: #676868;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 2px;

        font-weight: normal;
        padding: 40px 0 0 0;
        margin: 0 0 110px 0;
    }

    .Nofound_content_info2 p {
        color: #676868;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 2px;
    }

    .Nofound_content_back a {
        line-height: 32px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 37px;

        border-radius: 4px;
        background: #a8996e;
        letter-spacing: 2px;
    }

    .Nofound_content .goldbtn {
        display: inline-block;
    }

    /*Dave 2021-03-26*/
    .Maintenance_img {
        text-align: center;
        padding-top: 28px;
    }

    .Maintenance_img img {
        width: 200px;
    }

    .Maintenance_title {
        text-align: center;
        padding-top: 100px;
        color: #a8996e;
        font-size: 52px;
        line-height: 62px;
        letter-spacing: 2px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .Maintenance_content {
        padding-top: 30px;
        max-width: 1260px;
        text-align: center;
        color: #676868;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 2px;
        width: 100%;
        margin: 0 auto;
        font-weight: normal;
        padding-left: 30px;
        padding-right: 30px;
    }

    /*end*/
    /***************
Arts detail
****************/
    .Arts_body_section01 {
        width: 100%;
        /*padding-bottom: 50px;*/
    }

    .SPAForm_body_section01 .collapse_btn {
        margin: 0 auto;
        text-align: left;
        /* padding: 80px 0 0px 0; */
        padding: 60px 0 0px 0;
        max-width: 1260px;
    }
    .sameclassname .collapse_btn {
        margin: 0 auto 0;
        text-align: center;
        padding: 40px 0 35px 0;
    }

    .MakeAReservation {
        color: #fff;
        /* padding: 12px 40px; */
        font-size: 16px;
        text-decoration: none;
        letter-spacing: 2px;
        /* border-radius: 4px; */
        background: #a8996e;
        /* width: 280px; */
        width: 300px;
        height: 40px;
        line-height: 38px;
        display: inline-block;
        margin: 0 auto;
        position: relative;

        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
    }
    .MakeAReservation:hover{
        background:#877754 !important;
        color: #fff;
    }
    .MakeAReservation img{
        display: none;
    }


    .INQUIRIES {
        min-width: 300px;
        margin-left: calc(50% - 150px) !important;
        margin-top: 20px;
    }

    .spa_collapseReservation {
       border: none;

    }
    .collapseReservation {
        width: 100vw;
        background: rgba(168, 153, 110, 10%);
        border: 0px;
        position: relative;
        margin-top: -30px;
        /* right: calc((100vw - 1260px) / 2); */
    }
    .collapseReservation-fb {
        width: auto !important;
    }

    .collapseReservation_arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 14px solid rgba(168, 153, 110, 10%);
        /* position: absolute; */
        left: 0;
        right: 0;
        /* top: 10px; */
        /* bottom: 0; */
        margin: 39.5px auto 0 auto;
    }

    #collapseReservation .collapseReservation_arrow {
        display: block;
    }

    .collapseReservation .collapseReservation_row {
        width: 100%;
        max-width: 1260px;
        /*min-height: 1px;*/
        margin: 0 auto;
        background-color: transparent;
        border: none;
        padding: 40px 0;
    }
    .spa_collapseReservation .collapseReservation_row {
        width: 100vw;
        margin: 0 auto;
        background-color: transparent;
        border: none;
        padding: 40px 0;
    }

    .collapseReservation_left_Request {
        font-size: 24px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 30px;
        padding-bottom: 30px;
    }

    .collapseReservation_left_title {
        font-size: 36px;

        font-weight: normal;
        color: #2D6D71;
        line-height: 43px;
        padding-bottom: 30px;
    }

    .collapseReservation_left_info {
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 28px;
        padding-bottom: 30px;
    }

    .collapseReservation_left_info p {
        margin: 0;
    }

    .collapseReservation_left_phone {
        font-size: 36px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 44px;
    }

    .collapseReservation_left_phone p {
        margin: 0;
    }

    .collapseReservation_row .redstar {
        font-size: 12px;

        font-weight: normal;
        color: #A58965;
        padding-right: 3px;
        display: contents;
    }

    .collapseReservation_row .col-form-label {
        font-size: 16px;
        /*  */
        font-weight: 400;
        color: #4d4e4e;
        padding: 0;
        text-align: right;
        margin-bottom: 0px;
        max-width: 75%;
        line-height: 40px;
    }

    .collapseReservation_row .form-check-label {
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
    }

    .collapseReservation_row .form-check-label p {
        font-size: 14px;

        font-weight: normal;
        color: #4d4e4e;
    }

    .collapseReservation_row .form-check-label a {
        color: #A58965;
        display: inline !important;
    }

    .collapseReservation_row .form-control {
        width: 100%;
        height: 100%;
        background-color: #fff;
        border: none;
        border-radius: 0;
        outline: none;
        padding-left: 15px;

        font-size: 14px;
        border: 1px solid #a8996e;

        height: 40px;
        line-height: 40px;
        color: #4d4e4e;
    }

    .collapseReservation_row #Date {
        background: #fff url(../image/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: 1px solid #A8996E !important;
    }

    .Telephone_row_select .FormControl_dropdownHotel {
        width: 100%;
        height: 38px;
        line-height: 38px;
        cursor: pointer;
        background: url(../image/selecthotel.png) no-repeat right 10px center;
        background-size: 20px;
        padding-left: 15px;
        padding-right: 40px;
        color: #4D4E4E;
        font-size: 14px;
    }
    .Telephone_row_select .FormControl_dropdownHotel.dropdownHotel_up {
        width: 100%;
        height: 38px;
        line-height: 38px;
        cursor: pointer;
        background: url(../image/selecthotel001.png) no-repeat right 10px center;
        background-size: 20px;
        padding-left: 15px;
        padding-right: 40px;
        font-size: 14px;
    }

    .Telephone_row_select .FormControl_dropdownHotel_icon {
        background: url(../image/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;
    }
    .Telephone_row_select ul::-webkit-scrollbar{
        display: block;
        background: #fff;
        width: 8px;
    }
    .Telephone_row_select ul::-webkit-scrollbar-thumb {
        background: #ccc;
    }
    .Telephone_row_select ul li {
        padding-left: 15px !important;
    }

    .Submit_btn {
        margin-top: 30px;

        display: inherit;
    }


    .Arts_body_section02 {
        width: 100%;
        background: url(../image/section3-bg.png) repeat #f7f6f1;
        padding: 0;
        font-size: 0;
    }

    .Arts_body_section02_content {
        width: 100%;
        display: flex;
        align-items: center;
        max-width: 1260px;
        margin: 0 auto;
        border-bottom: 1px solid #a8996e;
        /* overflow: scroll; */
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        /* display: auto; */
    }

    .Arts_body_section02_content h2 {

        padding: 40px 0 40px 0;
        margin: 0;
        display: inline-block;
    }

    .Arts_list_nav {
        display: block;
        font-size: 0;
        padding: 0 0 0 20px;
        max-width: 100%;
        margin-bottom: 0;
    }

    .Arts_list_nav li {
        display: inline-block;
        margin: 0;
        font-size: 18px;
        color: #a8996e;
        background-color: transparent;
        cursor: pointer;
        border-right: none;
        width: 200px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin-right: 65px;
    }

    .Arts_list_nav .selected {
        background-color: #a8996e;
        color: white;
    }

    .Arts_list_nav .selectedline {
        border-bottom: 1px solid #a8996e;
    }

    .type2con {
        border-bottom: none;
        padding-bottom: 35px;
        margin-top: 15px;
    }

    .type2con li {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 16px;
    }
    /* .type2con li:hover{
        font-weight: bold; 
    } */

    .type2con .selectedline {
        border-bottom: 1px solid #a8996e;
        font-weight: bold;
    }

    .Arts_list {
        margin: 0 auto;
        font-size: 0;
    }

    .Arts_list .col-lg-4 {
        display: inline-block;
        padding: 0 5px;
    }

    .mixitup-control-active {
        border-bottom: 1px solid rgb(168, 152, 110);
    }

    .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-weight: normal;
        color: #4d4e4e;
        line-height: 26px;
    }

    .Artdeail_row_info_info {
        margin: 0;
        font-size: 14px;
        /* padding-bottom: 40px; */
        padding-bottom: 30px;
        text-align: center;
    }
    .Artdeail_row_info_row .Artdeail_row_info_info:nth-last-child(-n+5) {
        padding-bottom: 0;
      }
    .Artdeail_row_info_info:nth-last-child(-n+3) {
        padding-bottom: 0;
    }
    .Artdeail_row_info_info h6 {
        font-size: 16px;
        font-weight: 500;
        color: #A8996E;
        /* color: #9a8347; */
        line-height: 22px;
        text-transform: uppercase;
        /* text-align: center; */
        text-align: left;
        margin-bottom: 6px;
    }

    .Artdeail_row_info_info p {
        margin: 0;
        line-height: 20px;
        color: #676868;
        margin-top: 0px;
        /* text-align: center !important; */
        text-align: left !important;
    }

    .Artdeail_row_info_info p a {
        color: #676868;
        text-decoration: underline;
    }

    .Artdeail_row_info_info span {
        margin: 0;
        line-height: 25px;
        color: #676868;
        margin-top: 10px;
        /* text-align: center !important; */
    }

    .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-weight: 900;
        color: #4d4e4e;
        line-height: 25px;
        padding: 0 0 25px 0;
    }

    .Artdeail_right_info {
        font-size: 14px;

        font-weight: normal;
        color: #4d4e4e;
    }

    .Artsdetail_section02_content {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding-bottom: 50px;
        border-top: 1px solid #A58965;
    }

    .Artsdetail_section02_content .col-lg-4 {
        padding: 0 5px;
    }

    .Artsdetail_section02_content h2 {

        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: 1260px;
        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(../image/section3-bg.png) repeat #f7f6f1;
        padding: 0;
    }

    .Entertainment_section02_content {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 0 50px 0;
    }

    .Entertainment_section02_content .col-lg-4 {
        padding: 0 5px;
    }

    .Entertainment_section02_content h2 {

        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;

        border-radius: 4px;
        background: #a8996e;
        letter-spacing: 2px;
    }

    .Restaurants_body_section01 {
        width: 100%;
        padding-bottom: 50px;
    }

    .collapseReservation_title {
        display: block;
        width: 100%;
        font-size: 24px;

        font-weight: normal;
        color: #a8996e;
        line-height: 32px;
        text-align: center;
        padding: 0 0 20px 0;
    }

    .Restaurants_body_section01 .collapseReservation_left .col-form-label {
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
        padding: 0;
        text-align: right;
        line-height: 38px;
    }

    .Restaurants_body_section01 .collapseReservation_left .redstar {
        font-size: 12px;

        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-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: 1260px;
        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;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .section05_content_right p {
        padding-top: 10px;
        font-size: 16px;
        font-weight: normal;
        color: #FFFFFF;

    }

    .section05_content_right01 {
        padding: 0;
    }

    .section05_content_right01 p {
        font-size: 16px;
        font-weight: normal;
        color: #FFFFFF;

        padding-top: 10px;
    }

    .section05_content_right01 h3 {
        font-size: 24px;
        font-weight: normal;
        color: #FFFFFF;

        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;

        padding-top: 20px;
    }

    .section05_content_right02 h3 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 0;
        color: #FFFFFF;

    }

    .section05_line {
        max-width: 1260px;
        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-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;

        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: 1260px;
        margin: 0 auto;
        padding-bottom: 70px;
    }

    .section06_content_title {
        padding: 70px 0 40px 0;
        font-size: 58px;

        font-weight: 800;
        color: #2D6D71;
        text-align: center;
    }

    .section06_content p {
        font-size: 18px;

        font-weight: normal;
        color: #2D6D71;
    }

    /*end*/
    .collapseReservation_bottom {
        width: 100%;
        font-size: 14px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 22px;
        margin: 0;
    }

    .collapseReservation_bottom form {
        /* width: 76%; */
        width: 76.7%;
        margin: 0 auto;
        /* padding: 40px 0 0 0; */
        padding: 20px 0 0 0;
        text-align: left;
    }

    .collapseReservation_bottom .form-group:last-child {
        margin-bottom: 0;
    }

    .collapseReservation_bottom .form-check-label a {
        color: #A8996E;
    }

    .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: #a8996e;
    }
    .collapseReservation_bottom .otherbutton_while {
            background:#ffffff !important;
            color:#a8996e !important;
    }
    .collapseReservation_bottom .Submit_two_btn a:hover {
        background: #877754;
    color: #fff;
    }
    .collapseReservation_bottom .otherbutton_while:hover {
        background: #a8996e !important;
        color: #fff !important;
}
    .collapseReservation_bottom .Submit_btn a {
        padding: 9px 60px 10px;
        display: unset;
        margin: 0;
        color: #fff;
        background: #a8996e;
    }
    .collapseReservation_bottom .Submit_btn #MakeAReservation—step1-p {
        padding: 9px 60px 10px;
        display: unset;
        margin: 0;
        color: #a8996e;
        background: #fff;
    }

    .collapseReservation_bottom .Submit_btn a:hover {
        background: #877754;
    }
    .collapseReservation_bottom .Submit_btn #MakeAReservation—step1-p:hover {
        padding: 9px 60px 10px;
        display: unset;
        margin: 0 15px;
        color: #fff;
        background: #a8996e;
    }

    .collapseReservation_number {
        margin: 0;
    }

    .collapseReservation_number .spinner {
        border: 1px solid #A8996E;
    }

    .collapseReservation_number .spinner a:first-child {
        border-right: 1px solid #A8996E;
        background: #fff url(../image/spa_less.png) no-repeat center !important;
        float: left;
    }

    .collapseReservation_number .spinner a:last-child {
        border-left: 1px solid #A8996E;
        background: #fff url(../image/spa_add.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;
        
        cursor: pointer;
        background-color: #fff;
        vertical-align: top;
    }

    .collapseReservation_number input {
        width: calc(100% - 72px);
        height: 36px;
        text-align: center;

        position: relative;
        top: 0;
        border-radius: 0;
        border: none;
        color: #4d4e4e;
        font-size: 14px;
        outline: none;
    }

    .collapseReservation_number_adult {
        padding: 0;
        padding-right: 7px;
    }

    .collapseReservation_number_child {
        padding: 0;
        padding-left: 8px;
    }

    .collapseReservation_step2 {
        width: 700px;
        margin: 0 auto;
    }
    .sameclassname  .collapseReservation_step2 {
        width: 700px;
        margin: 0 0 0 16% !important;
    }
    .sameclassname .center-fb {
        margin: 0 auto !important;
    }
    .collapseReservation_step2_choicetimetitle {
        font-size: 16px;

        font-weight: 900;
        color: #4d4e4e;
        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-bottom: 10px;
        height: 36px;
        line-height: 36px;
        background: #FFFFFF;
        border-radius: 0px;
        border: 1px solid #a8996e;
        display: inline-block;
        text-align: center;
        color: #4D4E4E;
    }

    .collapseReservation_step2_choicetime .choicetime_list:nth-child(6n) {
        margin-right: 0;
    }

    .collapseReservation_step2_choicetime .choicetime_list:hover {
        background: #a8996e;
        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;
        height: 36px;
        line-height: 36px;
        border-radius: 0px;
        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: #a8996e;
        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-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-weight: normal;
        color: #a8996e;
        line-height: 43px;
        text-align: center;
        padding-bottom: 15px;
        letter-spacing: 1px;
    }

    .collapseReservation_step4_success_info {
        font-size: 18px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 32px;
        text-align: center;
        padding-bottom: 50px;
    }

    .collapseReservation_step4_bottom .otherbutton {
        display: block;
        text-align: center;
        margin: 0 auto;
        color: #fff;
        background: #a8996e;
    }

    .collapseReservation_step4_bottom .otherbutton:hover {
        color: #fff;
        background: #877754;
    }

    .collapseReservation_Dining_space {
        text-align: center;
        font-size: 18px;

        font-weight: normal;
        color: #a8996e;
        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-weight: normal;
        color: #4d4e4e;
    }

    .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;
    }

    .Shop_body_section03 {
        padding: 0;
    }

    .Shop_body_section03_content {
        width: 100%;
        max-width: 1260px;
        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-weight: normal;
        color: #4d4e4e;
        line-height: 32px;
    }

    .Shop_body_section03_content .Arts_list_nav {
        padding: 30px 0 30px 0;
    }

    .Meetings_body_section02_btn {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 50px 0 50px 0;
        text-align: center;
    }

    .Meetings_body_section02_btn a {
        color: #fff;

        padding: 12px 40px;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 2px;
        border-radius: 4px;
        background: #a8996e;
        margin: 0 10px;
    }

    .Meetings_body_section02_content {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        border-top: 1px solid #A58965;
    }

    .Meetings_body_section02_content h2 {

        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 {

        margin: 0;
        line-height: 30px;
        font-size: 20px;
        font-weight: 500;
        color: #4d4e4e;
        padding-bottom: 5px;
    }

    .wedding_body_section02_btn {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 0 50px 0;
        text-align: center;
    }

    .wedding_body_section02_btn a {
        color: #fff;

        padding: 12px 40px;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 2px;
        border-radius: 4px;
        background: #a8996e;
        margin: 0 10px;
    }

    .wendding_info_tele {
        margin: 0;

        font-size: 14px;
        line-height: 30px;
        color: #5F5F5F;
    }

    .wendding_info_tele span {
        font-size: 18px;

        font-weight: 900;
        color: #4d4e4e;
        line-height: 22px;
    }

    .weddingform_topinfo {
        padding-bottom: 0;
    }

    .weddingform_section01 .collapseReservation_arrow {
        left: -811px;
    }

    .Meetings_body_section02_content {
        padding-bottom: 50px;
    }

    .single {
        width: 390px !important;
    }

    .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: 443px !important;
    }

    .diningDatastep1 .single {
        width: 100% !important;
    }

    .diningDatastep2 {
        width: 518px !important;
    }

    .diningDatastep2 .single,
    .diningDatastep3 .single {
        width: 100% !important;
    }

    .weddingDatastep {
        width: 420px !important;
    }

    .weddingDatastep .single {
        width: 100% !important;
    }

    .SPADatastep {
        width: 364px !important;
    }

    .SPADatastep .single {
        width: 100% !important;
    }

    .ArtDatastep {
        width: 420px !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;
    }

    /***************
phase 2 style
****************/
    .GLP_body_section05_home {
        width: 100%;
        background: url(../image/section3-bg.png) repeat #f7f6f1;
        padding-bottom: 50px;
    }

    .GLP_body_section05_home h2 {

        text-align: center;
        padding: 40px 0 0 0;
        margin: 0;
    }

    .GLP_body_section05_content_home {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .GLP_body_section05_content_home .info {
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
        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: 1260px;
        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-weight: 800;
        color: #4d4e4e;
        padding: 0 0 10px 0;
    }

    .SPA_section02_content_common p {
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
        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: 1260px;
        margin: 0 auto;
    }

    .Shop_body_section03_content h2 {
        font-size: 32px;

        font-weight: 900;
        color: #4d4e4e;
        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-weight: 500;
        color: #4d4e4e;
        padding: 15px 0 0 0;
        margin: 0;
    }

    .Shop_body_section03_content ul li p {
        font-size: 14px;

        font-weight: normal;
        color: #4d4e4e;
        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(../image/section3-bg.png) repeat #f7f6f1;
        font-size: 0;
    }

    .Attractions_section01_wrap {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 40px 0 0 0;
    }

    .Attractions_list h5 {
        font-size: 20px;

        font-weight: 500;
        color: #4d4e4e;
        line-height: 24px;
    }

    .Attractions_list p {
        font-size: 14px;

        font-weight: normal;
        color: #4d4e4e;
        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(../image/section3-bg.png) repeat #f7f6f1;
    }

    .Macauguide_section01_wrap {
        width: 100%;
        max-width: 1260px;
        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-weight: 500;
        color: #4d4e4e;
        line-height: 24px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .Macauguide_list_info p {
        font-size: 14px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 22px;
    }

    .Macauguide_list_info small {
        font-size: 12px;

        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;

        padding: 10px 40px;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 2px;
        border-radius: 4px;
        background: #a8996e;
        margin: 0;
        width: auto;
        display: unset;
    }

    .Macauguide_list_btn a:hover {
        color: #fff;
        cursor: pointer;
        background: #877754;
    }

    .Macauguide_section01_right {
        display: inline-block;
        width: calc(30% - 5px);
        vertical-align: top;
    }

    .Macauguide_section01_right h5 {
        font-size: 20px;

        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-weight: 500 !important;
        color: #4d4e4e !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-weight: 900;
        color: #4d4e4e;
        line-height: 38px;
        padding-bottom: 20px;
    }

    .Macauguidedetail_time {
        font-size: 14px;

        font-weight: 900;
        color: #4d4e4e;
        line-height: 17px;
    }

    .Macauguidedetail_content {
        padding: 20px 0 0px 0;
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 30px;
    }

    .Macauguidedetail_content p {
        margin-bottom: 15px;
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
    }

    .Macauguidedetail_content img {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }

    .collapseReservation_top {
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 24px;
        padding-bottom: 40px;
        text-align: center;
    }

    .collapseReservation_top p {
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
        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;
        padding: 0 15px;
    }

    .Dining_list .section03_content_common p {

        margin: 0;
        line-height: 25px;
        font-size: 14px;
        min-height: 25px;
    }

    .Diningdetail_info p {
        color: #4d4e4e;
    }

    .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-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-weight: normal;
        color: #a8996e;
        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: #a8996e;
    }

    .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(../image/sjm-bg02.png) repeat #f7f6f1;
        padding: 0;
    }

    .Dining_list_section02_content {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .Dining_list_section02_content h2 {

        padding: 30px 0 30px 0;
        margin: 0;
        text-align: center;
    }

    .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 {

        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;
    }

    .spa_select_txt {
        float: left;
        height: 100%;
        line-height: 36px;
        background: url(../image/selecthotel.png) no-repeat right 10px center;
        background-size: 20px;
        text-align: left;
        padding: 0 40px 0 15px;
    }

    .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-weight: 900;
        color: #4d4e4e;
        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 #a8996e;
        border-radius: 50%;
    }

    #floorplanModal .carousel-indicators .active {
        background-color: #a8996e;
        border: 2px solid #a8996e;
    }

    #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(../image/section3-bg.png) repeat #f7f6f1;
        padding: 0;
    }

    .Art_section_lit_content {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 0 0 0;
    }

    .Art_section_lit_content h2 {

        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-weight: 500;
        color: #4d4e4e;
        padding: 15px 0 0 0;
        margin: 0;
        line-height: 25px;
    }

    .shop_effect .section03_content_common p {
        font-size: 14px;

        font-weight: normal;
        color: #4d4e4e;
        line-height: 22px;
        padding: 10px 0 0 0;
    }

    .Shopdetail_bottom {
        padding-bottom: 30px;
    }

    .Wedding_body_section02 {
        padding: 0 0 80px 0;
    }

    .otherbutton {
        color: #a8996e;
        /* padding: 0 40px; */
        padding: 0;
        font-size: 16px;
        text-decoration: none;
        letter-spacing: 1px;
        /* border-radius: 4px; */
        /* background: #2D6D71; */
        border-width: 1px;
        border-color: #a8996e;
        border-style: solid;
        width: 240px;
        /* max-width: 180px; */
        display: inline-block;
        margin: 0 auto;
        /* margin-left: 10px; */
        margin-right: 30px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .SPAForm_body_amenities .collapse_btn{
        max-width: 100%;
    }
    .SPAForm_body_amenities .meetingform_row .spa-form-group{
        flex-direction: row !important;
        align-items: center !important;
    }
    .SPAForm_body_amenities .meetingform_row .spa-form-group:nth-child(2n + 1){
        align-items: center !important;
    }
    .SPAForm_body_amenities .meetingform_row .spaform-label-title {
        text-align: right !important;
        flex: 0 0 28% !important;
    }
    .SPAForm_body_amenities .meetingform_row .spaform-2-title,
    .SPAForm_body_amenities .meetingform_row .spaform-4-title
     {
        text-align: right !important;
        flex: 0 0 20% !important;
    }
    .SPAForm_body_amenities .meetingform_row .spa-form-item {
        padding-left: 10px;
    }
    .SPAForm_body_amenities .meetingform_row .collapseReservation_number {
        padding-left: 10px;
        flex: 0 0 72% !important;
    }
    .SPAForm_body_amenities .meetingform_row .spaform-time-title {
        flex: 0 0 80% !important;
    }
    .daterangepicker.SPADataCalendar.form-date-width,
    .daterangepicker.SPADataCalendar.form-date-width .single
     {
        width: 314px !important;
    }

    @media screen and (min-width: 991px) and (max-width: 1080px) {
        .daterangepicker.SPADataCalendar.form-date-width,
        .daterangepicker.SPADataCalendar.form-date-width .single
         {
            width: 318px !important;
        }
        .disable-hover .menu-web-dropdown{
            display: none !important;
          }
    }
    .otherbutton.spa_left {
        margin-left: calc((100% - 1260px) / 2);
    }

    .otherbutton:hover {
        color: #fff;
        cursor: pointer;
        background: #a8996e;
        transition: all 0.3s ease;
    }

    .Dining_list_section02_content .section03_content_common {
        background-color: #fff;
        padding: 24px 24px 20px 24px;
        border-bottom: 1px solid #a8996e;
    }


    /**加载效果旋转**/
    @-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(../image/icon17.png) no-repeat right 15px top 8px !important;
        cursor: pointer;
    }

    #MakeAReservationDate-step2 {
        background: #fff url(../image/icon17.png) no-repeat right 15px top 8px !important;
        cursor: pointer;
    }

    #MakeAReservationDate-step3 {
        background: #fff url(../image/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-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;

        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-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: #877754;
}
.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%;

        padding: 20px 0;
        font-size: 20px;
        font-weight: 800;
        color: #4d4e4e;
        line-height: 24px;
    }

    .NewsandMaga_section .NewsandMaga_section_type {
        padding: 0;
        font-size: 16px;

        font-weight: normal;
        color: #4d4e4e;
        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—step4 .forcenter .form-group .col-md-9,
    #MakeAReservation—step4 .forcenter .form-group {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }


    #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 #a8996e;
        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: #a8996e;
        background-color: transparent;
        cursor: pointer;
        border-right: none;

        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 40px 0;
    }

    .New_mix_content .filter_container:after {
        display: none;
    }

    .New_mix_content .forshow {
        height: auto;
        padding-bottom: 0;
    }

    .collapsing {
        transition: height .2s ease !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-weight: 800;
        color: #FFFFFF;
        line-height: 192px;
    }

    ul.countdown li.seperator {
        font-size: 160px;

        font-weight: 800;
        color: #FFFFFF;
        line-height: 90px;
        position: relative;
        top: -65px;
    }

    ul.countdown li p {
        font-size: 24px;

        font-weight: normal;
        color: #FFFFFF;
        line-height: 29px;
    }

    .Live_data {
        font-size: 60px;

        font-weight: normal;
        color: #FFFFFF;
        line-height: 72px;
        text-align: center;
        margin-top: 50px;
    }

    .Live_until {
        font-size: 60px;

        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-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-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-weight: 800;
        color: #FFFFFF;
        line-height: 30px;
        position: relative;
        top: -0;
    }

    .out_top .Live_until {
        font-size: 14px;

        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-weight: 800;
        color: #4d4e4e;
    }

    .PressReleaseModalclass .modal-body p {

        font-size: 16px;
        padding: 0;
        margin: 0;
    }

    .PressReleaseModalclass .modal-body p a {
        color: #4d4e4e;
    }

    .PressReleaseModalbutton {
        color: #fff;

        padding: 0 40px;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 2px;
        border-radius: 4px;
        background: #a8996e;
        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: 1px solid red !important;
        margin: -1px 0 0 -1px;
        width: calc(100% + 2px) !important;
        height: 40px !important;
    }

    .Reservation_Error_tips {
        color: red;
        line-height: 20px;
        font-size: 12px;
        display: none;
        text-align: left;
    }

    .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_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;
    }

    .paddingbottom {
        padding-bottom: 30px;
    }

    .paddingtop {
        padding-top: 30px;
    }

    .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 {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .New_Dining_section4 {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .New_Dining_section5 {
        width: 100%;
        /* max-width: 1260px; */
        text-align: left;
        margin: 0 auto;
        margin-top: 30px;
    }

    .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;
    }

    .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(../image/icon17.png) no-repeat right 5px top 8px !important;
    }

    .EventDate_row #MeetingEventDate2 {
        background: #fff url(../image/icon17.png) no-repeat right 5px top 8px !important;
    }

    .Page_wrap {

        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: #a8996e;
        border: 1px solid #a8996e;
        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: #a8996e;
        background-color: #fff;
        border: 1px solid #a8996e;
    }

    .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: #a8996e 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: #877754 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.85;
        background: rgb(25,57,41);
        position: fixed;
        z-index: 99;
        bottom: 0;
        color: #fff;
        font-size: 16px;
        display: none;
    }

    .Home_FixedTips_wrap {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        line-height: 56px;
        justify-content: center;
        align-items: flex-start;
    }

    .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(../image/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: 30px !important;
    }

    .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: #a8996e;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .HoverPointer {
        cursor: pointer;
    }

    .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.splide-padding {
        padding-top: 85px;
        padding-bottom: 0px;
    }

    .footer-padding-hafl {
        padding-bottom: 40px;
    }

    .Page_wrap {
        padding-bottom: 40px;
    }

    .collapseReservation_step2_loading {
        text-align: center;
        color: #a8996e;
        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;
    }

    .diy_select {
        min-height: 40px;
        width: 100%;
        position: relative;
        font-size: 12px;
        margin: 0;
        background: #fff;
        color: #000;
        float: left;
    }

    .diy_select_btn,
    .diy_select_txt {
        float: left;
        height: 100%;
        line-height: 36px;
        background: url(../image/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: 1px solid #a8996e;
    }

    .diy_select_txt {
        width: 100%;
        min-height: 36px;
        line-height: 24px;
        overflow: hidden;
        padding: 8px 35px 5px 15px;
        cursor: pointer;
        font-size: 14px;
        color: #757575;
    }

    .diy_select_txt,
    .diy_select_list li {
        text-indent: 0;
        overflow: hidden;
    }

    .diy_select_btn {
        width: 28px;
        background: url(https://www.sjmresorts.com/themes/glp_website_cms/css/rec.gif) no-repeat center
    }

    .diy_select_list {
        width: calc(100% + 2px);
        position: absolute;
        top: 38px;
        left: -1px;
        z-index: 88888;
        border-top: none;
        display: none; 
        _top: 38px;
        margin: 0;
        background: #fff;
        text-align: left;
        max-height: 200px;
        overflow: auto;
        padding-left: 0 !important;
    }

    .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: rgba(168,153,110,10%);
    }

    .new_select_txt {
        color: #4d4e4e;
    }

    .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 #a8996e;
    }

    .Room_detail_section01_row_link {
        padding: 0;
        display: flex;
        justify-content: left;
        /* padding-top: 15px; */
        margin-top: 75px;
    }

    .Room_detail_section01_row_link a {
        font-size: 12px;

        text-decoration: underline;
        text-align: LEFT;
        color: #676868;
        border: none;
        /* width: 160px; */
        white-space: nowrap;
        padding-top: 1px;
    }
    .Room_detail_section01_row_link a:hover {
        background-color: transparent !important;
        color: #a8996E !important;
    }

    .Room_detail_section01_row_link a img {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        /* margin-right: 0; */
        margin-right: 5px;
        margin-top: -3px;
    }

    .Room_detail_section01_row_link a:last-child img {
        /* margin-left: 15px */
        margin-left: 8px;
    }

    .booking_link_div {
        /* justify-content: flex-end; */
        /* position: absolute;
        width: 360px; */
    }

    .booking_link_div a:last-child {
        margin-left: 25px;
        /* margin-left: 0px; */
    }

    .FormControl_button a {
        border-radius:0px !important;
        margin-top: 36px;
        width: 232px;
        height: 33px;
        background-color: transparent;
        color: rgb(168, 153, 110);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 2px;
    }

    #errordiv {
        margin-top: 35px;
    }

    .Unclickbtn {
        background: #ccc !important;
        pointer-events: none !important;
    }

    .new_Entertainment_top p img {
        width: 100%;
    }



    .Home_section01_newbtn {
        color: #fff;

        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: 1260px;
        margin: 0 auto;
    }

    .New_offer_section2 {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .New_offer_section3 {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    #block-bookinglinken {
        display: flex;
    }

    .New_room_floorplan {
        padding: 0 15px;
    }

    .New_room_floorplan h6 {
        width: 100%;
        margin: 0;
        padding-bottom: 3px;


        text-transform: uppercase;
    }

    .New_room_floorplan_img:nth-child(odd) {
        padding-right: 0;
        margin-bottom: 0px;
    }

    .New_room_floorplan_img:nth-child(even) {
        padding-left: 0;
        margin-bottom: 40px;
    }

    .New_room_floorplan_img img {
        width: 100%;
    }

  

    .meetingform_row .form-group:nth-child(2n){
        align-items: flex-start;
        display:flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .meetingform_row .form-group:nth-child(2n + 1){
        align-items: flex-start;
        display:flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .meetingform_row .form-group {
        display: flex;
        align-items: flex-start;
    }
    .meetingform_row .spa-form-group:nth-child(2n + 1) {
        align-items: flex-start !important;
    }

    .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;
    }

    .menu-web {
        display: flex;
        width: 100%;
        margin: 0 auto;
        align-items: center;
    }

    .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: 1260px;
    }

    .menu-web>ul>li {
        float: left;
        padding: 0;
        margin: 0;
        position: unset;
    }

    .menu-web>ul>li a {
        color: #fff;
        line-height: 50px;
        text-decoration: none;
        display: block;
        text-align: left;
        position: relative;
        font-size: 14px;
    }

    .menu-web>ul>li a span.reddot {
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: red;
        border-radius: 50%;
        /* position: absolute; */
        top: 10px;
        /* right: -7px; */
        text-align: right;
        top: -11px;
        margin-bottom: 8px;
    }

    .menu-web>ul>li a span .icon {
        width: 15px;
        height: auto;
        vertical-align: sub;
    }

    .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%;
        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;
        justify-content: flex-start;
        max-width: 1260px;
        flex-wrap: wrap;
        padding: 25px 0;
    }

    .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;
    }

    .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(../image/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 {

        margin-bottom: 10px;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
    }

    .common-title a {
        font-size: 16px;
        line-height: 19px !important;
        color: #a8996e !important;
    }

    .common-title a:hover {
        color: #A8996E !important;
        text-decoration: underline;
    }

    .common-title a span.reddot {
        display: none !important;
    }

    .first-dropdpwn-info {
        color: #000;

        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }

    .Roomlist-wrap {
        padding: 0 35px 0 0;
        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;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .Roomlist-list-ul li {
        list-style: none;
        margin-bottom: 5px;
        text-align: left;
    }

    .Roomlist-list-ul li a {

        font-size: 14px !important;
        line-height: 1.2 !important;
        border: none;
        color: #676868 !important;
        display: inline-block !important;
        text-transform: capitalize !important;
    }

    .Roomlist-list-ul li a:hover {
        color: #A8996E;
        text-decoration: underline;
    }

    .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>ul>li>.menu-web-dropdown ul.offer-web-dropdown-ul li.first-li:first-child {
        width: 25%;
        background: url(../image/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.dining-web-dropdown-ul>li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        width: 25%;
        background: none;
        float: left; 
        padding: 10px 0;
    }



    .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 .4s 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 .8s, transform .8s 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.8s 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: 15px;
        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-size: 18px;
    }

    .nav-wrapper-2 ul li a {
        padding-left: 35px;

        font-size: 16px;
    }

    .nav-wrapper-2 h2 span {
        display: inline-block;
        font-size: 14px;

    }

    .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;

    }

    .nav-wrapper-3 ul li a {


        font-size: 14px;
    }

    .two-name {
        background-color: #306b71;
    }

    .two-name a {
        color: #fff;

        font-size: 20px !important;
    }

    .new-nav-lang {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40px;
        padding: 5px 15px;
        background: #173f41;
        font-size: 0;
    }

    .new-nav-lang a {
        padding: 0;
        color: #fff;
        border: none;
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid #fff;
        /* height: 20px; */
        line-height: 20px;
        margin: 5px 0;
    }

    .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;
    }

    .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;
    }

    .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-weight: 800;
        margin-bottom: 0;
    }

    .Offer-new-ztyw .section02_content_right_a,
    .Offer-new-zwyt .section02_content_right_a {
        margin-top: 25px;
    }

    .newpage-bigtitle {
        width: 100%;
        text-transform: uppercase;

        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('../image/newpage-reserve-bg.png');
        background-repeat: repeat-x;
        background-position: top center;
        padding: 60px 0;
        position: relative;
    }

    .newpage-reserve div {
        color: #fff;

        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        vertical-align: text-top;
    }

    .newpage-reserve div a {
        color: #fff;
    }

    .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-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 rgba(168, 153, 110, 0.25);
        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-style: normal;
        margin-bottom: 15px;

        font-weight: 800;
        font-size: 60px;
        line-height: 72px;
    }

    .newpage-section1-1 .left-1 p {

        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-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-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-style: normal;
        font-weight: 800;
        font-size: 60px;
        line-height: 72px;
        margin-bottom: 15px;
    }

    .newpage-section1-3 .right-1 p {

        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-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-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-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .newpage-section3 .box .box-ztyw-right p {

        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-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-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .newpage-section3 .box .box-zwyt-right p {

        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-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        margin-bottom: 10px;
    }

    .newpage-section4 .QandA ul li .answer p {

        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-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-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;
    }

    .newpage-section5 .top .top-right .info-body .info-wrap .name {

        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-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-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 15px;
    }

    .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-weight: normal;
        color: #4d4e4e;
    }

    .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;
    }


    .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-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-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-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-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-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 rgba(168, 153, 110, 10%);
        /* 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-banner-info h1 p {
        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;

    }

    .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: #4d4e4e;
    }

    .collapseSpaBook-wrap .FormControl_date_select_row ul li:hover {
        background: #eef3d8;
    }

    .collapseSpaBook-wrap .collapseReservation_bottom .Submit_two_btn a {
        background: #A8996E;
        border: 2px solid rgb(149, 149, 116);
    }

    .collapseSpaBook-wrap .collapseReservation_bottom .Submit_two_btn a:hover {
        background: #877754;
    }

    .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: rgba(168,153,110,10%);
    }

    .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: #4d4e4e;
    }

    .collapseSpaBook-wrap .collapseReservation_number input {
        cursor: auto;
        outline: none;
    }

    .Salon-forpcnmobile {
        display: block;
    }

    .Salon-fortablet {
        display: none;
    }

    .displayblockinipad {
        display: none !important;
    }

    .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;
    }

    .New_Dining_section6 {
        width: 100%;
        max-width: 1260px;
        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: 1260px;
        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;

        margin-top: 15px;
    }

    .new_fnbdetail_section02 {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 20px 0 40px 0;
    }

    .new_fnbdetail_section02 h1 {

        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-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 15px;
    }

    .new_fnbdetail_section02_right p {

        font-size: 16px;
        color: #4d4e4e;
        padding: 0;
        margin: 0;
        line-height: 24px;
    }

    .new_fnbdetail_section03 {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 0 40px 0;
    }

    .new_fnbdetail_section03 h1 {

        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-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-bottom: 10px;
    }

    .new_fnbdetail_reviews_level {

        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-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: 1260px;
        margin: 0 auto;
        padding: 0 0 40px 0;
    }

    .new_fnbdetail_section04 h1 {

        margin: 0;
        text-align: center;
        padding: 30px 0;
        font-size: 32px;
    }

    .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% / 6);
        height: auto;
        list-style-type: none;
        text-align: center;
        vertical-align: top;
    }

    .new_fnbdetail_section04 ul li p {
        font-size: 14px;
        padding: 10px 0px 0 0;

    }

    .new_fnbdetail_section04 ul li img {
        width: 90%;
        height: auto;
        margin: 0 auto
    }


    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: 1260px;
        margin: 0 auto;
    }

    .GLP_MICHELIN_ad {
        width: 100%;
    }

    .GLP_MICHELIN_ad img {
        width: 100%;
    }

    .GLP_MICHELIN_info h3 {

        color: #fff;
        margin: 25px 0;
    }

    .GLP_MICHELIN_info p {

        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: 1260px;
        margin: 0 auto;
    }

    .single_video {
        position: relative;
        text-align: center;
        padding: 40px 15px;
    }

    .single_video video {
        max-width: 1260px;
        margin: 0 auto;
    }

    .AddBginCommon {
        background-color: #fff !important;
        padding: 24px 24px 20px 24px !important;
        border-top: 1px solid #a8996e !important;
        border-bottom: 1px solid #a8996e !important;
    }

    .ShopAddBginCommon {
        background-color: #fff !important;
        padding: 15px 15px 10px 15px !important;
        border-top: 1px solid #a8996e !important;
        border-bottom: 1px solid #a8996e !important;
        margin-bottom: 20px;
        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 #a8996e !important;
    border-bottom: 1px solid #a8996e !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 .Hotel_Home {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
    }

    .Campaign_Layout .Hotel_Home .Hotel_Home_detail h1 {

        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;

        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 {

        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 {

        text-align: justify;
        font-size: 14px;
        line-height: 24px;
    }

    .Campaign_Layout_section01_btn {
        margin-top: 20px;
    }

    .Campaign_Layout_section01_btn a {
        color: #fff;

        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: 30px 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: 55px;
        height: auto;
        display: inline-block;
        margin-top: -5px;
    }

    .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;

        text-align: left;
        padding: 0 0 20px 0;
        margin: 0;
        font-size: 30px;
        color: #fff;
    }

    .Campaign_Layout_section02_float p {

        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;

        padding: 12px 40px;
        font-size: 16px;
        text-decoration: none;
        letter-spacing: 2px;
        border-radius: 4px;
        background: #a8996e;
        display: inline-block;
        width: auto;
        height: auto;
        line-height: 24px;
    }

    .Campaign_Layout_section02_float .Campaign_Layout_section02_btn a:hover {
        background: #877754;
    }

    .Campaign_Layout_section03 {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .Campaign_Layout_section03_list {
        padding: 0;
    }

    .Campaign_Layout_section03_list:nth-child(odd) {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 70px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    }

    .Campaign_Layout_section03_list:nth-child(even) {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-left: 15px;
        margin-bottom: 70px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    }

    .Campaign_Layout_section03_list .Campaign_section03_content_info_a {
        margin-top: 20px;
    }

    .Campaign_Layout_section03_list .Campaign_section03_content_info_a a {
        color: #fff;

        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_section03_content .tw-newtitle {
        color: #a8996e;
        margin-top: 35px;
        position: relative;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-transform: uppercase;
    }

    .Campaign_section03_content .tw-newtitle p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;

        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .Campaign_section03_content .tw-newcontent {
        margin-bottom: 0;
        margin-top: 26px;
        height: 72px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .Campaign_section03_content .tw-newcontent p {
        height: 72px;
        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 20px 20px 20px;
    }

    .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;
    }
    .carousel-control-prev{
        left: 40px;
    }
    .carousel-control-next {
        right: 40px;
    }
    #carouselNewIndicators .carousel-control-next img {
        max-width: 40px;
    }

    #carouselNewIndicators .active {
        display: block;
    }


    .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: #a8996e url(../image/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: #877754 url(../image/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;
    }




    .supremecard-column-content table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0px;
    }

    .supremecard-column-content table tr:first-child {
        background-color: rgb(177, 163, 121) !important;
        color: #fff;
    }

    .supremecard-column-content table tr:first-child td:nth-child(1) {
        width: 33%;
    }

    .supremecard-column-content table tr:first-child td:nth-child(2) {
        width: 16.75%;
    }

    .supremecard-column-content table tr:first-child td:nth-child(3) {
        width: 16.75%;
    }

    .supremecard-column-content table tr:first-child td:nth-child(4) {
        width: 16.75%;
    }

    .supremecard-column-content table tr:first-child td:nth-child(5) {
        width: 16.75%;
    }

    .supremecard-column-content table tr:first-child td {
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .supremecard-infocard {
        justify-content: space-between;
        object-fit: unset !important;
        margin: 0;
    }

    .supremecard-infocard img {
        aspect-ratio: 3 /2 !important;
        object-fit: unset !important;
        margin: 0 !important;
    }

    .Container_Wrap table tr:nth-child(odd) {
        background-color: rgb(168 153 110 / 10%);
    }

    .Container_Wrap table tr:nth-child(even) {
        background-color: #fff;
    }

    .Container_Wrap table tr td {
        height: 45px;
        padding: 10px !important;
        text-align: left;
        border-bottom: 1px solid rgb(177, 163, 121);
        font-size: 14px;
        letter-spacing: 1px;
    }

    .Container_Wrap table tr td p {
        text-align: left;
        letter-spacing: 2px;
    }

    .Container_Wrap table tr td {
        letter-spacing: 2px;
    }


    /*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: #a8996e;
    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: #a8996e;
    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: #a8996e !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(../image/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(../image/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;

        margin-top: 15px;
    }

    .Foot_collaps11_title {
        display: block;
        color: #5f5f5f;
        font-size: 13px;

        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: rgba(0, 0, 0, 0.5);
        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;
        cursor: pointer;
        margin-top: 10px;
    }

    .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: #4d4e4e;
        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;
    }

    .formobilevideo {
        display: none;
    }

    .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;
        padding-top: 110px;
    }

    .HomebannerSwiper .swiper-wrapper .swiper-slide .forpc {
        width: 100%;
    }

    .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 a{
        width: 100%;
    }
    .HomebannerSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1920 / 900;
    }

    .HomebannerSwiper .swiper-button-next {
        top: 50%;
        right: 30px;
        margin-top: 0;
        font-size: 36px;
        color: #fff;
    }

    .HomebannerSwiper .swiper-button-prev {
        top: 50%;
        left: 30px;
        margin-top: 0;
        font-size: 36px;
        color: #fff;
    }

    .HomebannerSwiper .swiper-button-prev:after,
    .HomebannerSwiper .swiper-button-next:after {
        display: none;
    }

    .HomebannerSwiper .swiper-button-next img,
    .HomebannerSwiper .swiper-button-prev img {
        width: 12px;
        height: 24px;
        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 {
        width: 100%;
        height: 100%;
        left: 0;
        right: auto;
        text-align: left;
        bottom: 0;

        background: linear-gradient(214deg,transparent,transparent 34.78%,rgb(32 54 39 / 40%));
    }
    .HomebannerSwiper .swiper-slide .carousel-caption .cp1{
        width:50%;
        position: fixed;
        height: 400px;
        padding: 60px 80px;
    }
    .HomebannerSwiper .swiper-slide .carousel-caption h1.banner_title{
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.65), 0px 0px 14px rgba(0, 0, 0, 0.6);
        font-family: 'Lato-Regular';
        font-weight: 700;
        font-size: 46px;
        line-height: 55px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .HomebannerSwiper .swiper-slide .carousel-caption .banner_infomation{
        margin-bottom: 20px;
    }
    .HomebannerSwiper .swiper-slide .carousel-caption .banner_infomation p{
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.65), 0px 0px 14px rgba(0, 0, 0, 0.6);
        font-family: 'Lato-Regular';    
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px;
    }
    .HomebannerSwiper .swiper-slide .carousel-caption .carouselNewIndicators_btn a{
        display: block;
background: #fff;
width: 130px;
height: 30px;
line-height: 28px;
text-align: center;
color: #a8996e;
filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.65));
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
border: 2px solid #fff;

    }
    .HomebannerSwiper .swiper-slide .carousel-caption .carouselNewIndicators_btn a:hover{
        
border: 2px solid #a8996e;
        color: #fff;
        background: #a8996e;
    }


    /* .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;
} */
/* 表单 */
    .sameclassname .collapse_btn {
        width: 100% !important;
    }
    .sameclassname .collapseReservation{
        right: 0 !important;
    }
    .sameclassname .MakeAReservation{
        /* left: calc((100vw - 1260px) / 2) !important; */
    }
    .HomebannerSwiper .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 2.5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000;
        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;
    }

    .carousel-replay:hover img {
        opacity: 1;
    }

    .carousel-replay-active {
        display: block !important;
    }

    .HomebannerSwiper .swiper-pagination {
        display: none;
    }

    .DiningCommon {
        min-height: 135px;
    }


    #carouselNewIndicators .carousel-caption {
        display: none;
    }

    .dinningMain {
        max-width: 1260px;
        margin: 0 auto;
    }

    .dinningMain .dinningMainCon:first-child {
        padding-top: 0;
    }

    .dinningMainCon {
        width: 100%;
        margin: 0;
        align-items: flex-start;
    }

    .dinning1 .dinningCon {
        padding-left: 30px;
    }

    .dinning2 .dinningCon {
        padding-right: 30px;
    }
  /* dining-filter */
  .DiningList—wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1260px;
    /* flex-wrap: nowrap; */
    flex-direction: row;
  }
  .DiningList—wrap .shuline-wrap img{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .DiningList—wrap .views-element-container.row{
    width: 100%;
    /* justify-content: space-between; */
    gap: 30px;
    flex-direction: row !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
  }
  .DiningList—wrap .dinningSecCon{
    width: 400px;
    margin: 40px 0 0;
  }
  .DiningList—wrap .dinningSecCon:nth-child(-n + 3)
  {
    width: 400px;
    margin: 0 0 0;
  }
  .DiningList—wrap .tw-newtitle {
    margin-top: 35px !important;
  }
  .DiningList—wrap .tw-newcontent p{
    margin-top: 0;
    margin-bottom: 0;
  }
  .amenitiesSecConSon .views-element-container {
    width: 100%;
  }
  .DiningList—cloum .dining-list-zwyt .dinningMainCon,
  .amenitiesSecConSon .amenities-list-zwyt .amenities_left_modules
  {
        flex-direction: row-reverse;
    }
    .DiningList—cloum .dining-list-zwyt .dinningMainCon .column.dinningCon,
    .amenitiesSecConSon .amenities-list-zwyt .amenities_left_modules .section02_content_right
  {
        padding-left: 0;
        padding-right: 30px;
    }
    .DiningList—cloum .dining-list-zwyt .dinningMainCon .tw-newline,
    .amenitiesSecConSon .amenities-list-zwyt .amenities_left_modules .tw-newline
     {
        left: 80%;
    }
    .DiningList—cloum .dining-list-zwyt .tw-newtitle,
    .amenitiesSecConSon .amenities-list-zwyt .amenities_left_modules .tw-newtitle
     {
        height: 24px;
    }
    .amenity1 .amenity-column {
        padding-left: 30px;
    }

    .amenity2 .amenity-column {
        padding-right: 30px;
    }

    .amenity1 .tw-newline {
        top: 0;
        left: -75px;
        right: auto;
    }

    .amenity2 .tw-newline {
        top: 0;
        right: -75px !important;
        left: auto !important;
    }

    .dinningCon {
        position: relative;
        justify-content: center;
        align-items: flex-start;
        margin-left: 0;
        text-align: left;
        width: 34.12698412698413%;
        flex: 1;
    }

    .dinningCon .tw-newline {
        top: 0;
        left: -75px;
        right: auto;
    }

    .dinning2 .tw-newline {
        top: 0;
        right: -75px;
        left: auto;
    }

    .dinningCon .dinningicon {
        width: auto;
        margin: auto;
        max-height: 100px;
    }

    .dinningCon h3 {
        margin-top: 70px !important;
    }

    .dinningImage {
        width: 65.87301587301587%;
    }

    .dinningImage img {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
    }

    .dinningCon h4 {
        font-size: 15px;
        margin-top: 20px;
    }

    .dinningCon h5 {
        font-size: 12px;
        line-height: 27px;
        color: #4d4e4e;
    }

    .dinningCon a {
        color: inherit;
        color: #A8996E;
    }

    .locationCon {
        width: 75%;
    }

    .goldbtn {
        width: auto;
        min-width: 114px;
        height: 28px;
        border: 1px solid #a8996e;
        font-size: 14px;
        text-align: center;
        margin: 35px 0;
        line-height: 26px;
        letter-spacing: 1px;
        padding: 0 10px;
    }

    .goldbtn a {
        display: block;
        color: #a8996e;
    }

    .goldbtn:hover {
        color: #fff;
        background-color: #a8996e;
    }

    .goldbtn:hover a {
        color: #fff;
    }

    .goldbtn:active {
        background-color: transparent;
        color: #a8996e;
        border: 1px solid #a8996e;
    }

    .goldbtn:active a {
        color: #a8996e;
    }

    .goldbtn2-hide {
        width: 120px;
        height: 28px;
        font-size: 14px;
        text-align: center;
        margin: 16px 0 0 0;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .goldbtn2 {
       min-width: 120px;
        width: auto;
        height: 28px;
        font-size: 14px;
        text-align: center;
        margin: 10px 0 0 0;
        line-height: 26px;
        letter-spacing: 1px;
        border: 1px solid #a8996e;
       padding: 0 10px;
    }

    .goldbtn2 a {
        display: block;
        color: #a8996e;
    }

    .goldbtn2:hover {
        color: #fff;
        background-color: #a8996e;
    }

    .goldbtn2:hover a {
        color: #fff;
    }

    .goldbtn2:active {
        background-color: transparent;
        color: #a8996e;
        border: 1px solid #a8996e;
    }

    .goldbtn2:active a {
        color: #a8996e;
    }

    .locationimage {
        width: 12px;
        height: fit-content;
        margin-right: 5px;
    }

    .dinningSecCon {
        width: 100%;
        margin: 0 auto;
        max-width: 1260px;
        display: flex;
        justify-content: flex-start;
    }

    .locationCon {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .locationRight {
        width: 70%;
        background-image: url('../image/locationmap.svg');
        background-repeat: no-repeat;
        height: 1000px;
    }

    #locationleft {
        width: 30%;
        visibility: hidden;
        padding-right: 30px;
    }

    .dinningSecCon .tw-newtitle {
        color: #a8996e;
        margin-top: 35px;
        position: relative;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
        height: 50px !important;
        /* height: 48px !important; */
        /* height: auto !important; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 100%;
        /* height: auto; */
        /* height: 50px; */
        height: 30px;
    }
    .dinningCon .tw-newcontent {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .dinningSecCon h4 {
        font-size: 15px;
        margin-top: 20px;
    }

    .dinningImageCon {
        width: 16%;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
        justify-content: flex-start
    }

    .dinningImageCon img {
        width: 126px;
        height: 126px;
        border-radius: 50%;
        overflow: hidden;
    }

    .dinningImageCon h5 {
        text-align: center;
        margin-top: 20px;
    }

    .dinningicon-wrap {
        width: 100%;
        text-align: center;
    }

    .dinningicon {
        width: auto;
        margin-top: 20px;
        max-height: 100px;
    }

    .dinningSecCon h5 {
        font-size: 12px;
        width: calc(100% - 20px);
        color: #4d4e4e;
        line-height: 27px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .weedinginfo a {
        color: #4d4e4e;
    }

    .dinningsecimage {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .dinningSecConSon {
        width: 400px;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 70px;
        position: relative;
    }

    .dinningSecConSon .goldbtn {
        margin: 26px 0 0 0;
    }

    /* .dinningSecConSon:nth-child(1),
    .dinningSecConSon:nth-child(2),
    .dinningSecConSon:nth-child(3) {
        margin-top: 0;
    } */

    /* .dinningSecConSon:nth-child(3n-1) {
        margin-left: 30px;
        margin-right: 30px;
    } */
    .offerSecConSon .appendweb{
        display: flex;
        gap: 70px 30px;
    }
    .offerSecConSon .appendweb .dinningSecConSon{
        display: flex;
        margin-top: 0;
    }
    .offerSecConSon .dinningSecConSon:nth-child(3n-1){
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /* .offerSecConSon .dinningSecConSon:nth-child(1),
    .offerSecConSon .dinningSecConSon:nth-child(2),
    .offerSecConSon .dinningSecConSon:nth-child(3){
        margin-top: 70px;
    } */

    .dinningSecConSon .tw-newcontent {
        margin-bottom: 0;
        margin-top: 0;

        height: 96px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .heritageimage {
        width: 45%;
        height: 300px;
        padding: 5px;
    }

    .iconiamgeCon {
        display: flex;
        width: 100%;
        margin: 0 0 10px 0;
        justify-content: flex-start;
    }
    .dinningSecConSon .telbody a{
        color: #A8996e;
    }
    .iconiamgeCon img {
        width: 12px;
        height: fit-content;
    }

    .countbtn {
        min-width: 150px;
        height: 28px;
        border: 1px solid #a8996e;
        font-size: 14px;
        text-align: center;
        margin: 0;
        line-height: 24px;
        letter-spacing: 1px;
        padding: 0 20px;
    }

    .countbtn a {
        display: block;
        color: #a8996e;
    }

    .countbtn:hover {
        display: block;
        background-color: #a8996e;
    }

    .countbtn:hover a {
        color: #fff;
    }

    .CoutingCon {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        justify-content: space-around;
    }

    .CoutingSonCon {
        height: 50px;
    }

    .CoutingCon h3 {
        font-size: 28px;
        color: #a8996e;
    }

    .CoutingCon .fubiaoti {
        font-size: 16px;
        color: #4d4e4e;
    }

    .countline {
        border-right: 1px solid #a8996e;
        width: 1px;
        height: 50px;
    }

    .medialeftCon {
        width: 30%;
    }

    .medialeftCon h3 {
        font-size: 18px;
        color: #a8996e;
    }

    .medialeftCon h5 {
        font-size: 15px;
    }

    .mediaRightCon {
        width: 65%
    }

    .mediaRightCon h3 {
        font-size: 20px;
        color: #a8996e;
        width: 100%;
    }

    .happeningsleftCon {
        width: 30%;
    }

    .happeningsleftCon h3 {
        font-size: 24px;
        color: #a8996e;
        width: 100%;
    }

    .happeningsleftCon h4 {
        font-size: 27px;
        width: 100%;
    }

    .happeningsrightCon {
        width: 70%;
    }

    .happeningsrightCon h3 {
        font-size: 15px;
        width: 100%;
    }

    .happeningsrightCon h5 {
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
    }

    .imagerow {
        width: 100%;
        margin-right: auto;
        margin-top: 30px
    }

    .imagerow img {
        height: 200px;
        width: 220px;
    }

    .prevbtn {
        width: 25px;
        height: 25px;
        color: white;
        background-color: #a8996e;
        cursor: pointer;
    }

    .disablebtn {
        color: #a8996e;
        background-color: white;
        border: 1px solid #a8996e;
    }

    .mediaSonCon h4 {
        font-size: 15px;
        margin-right: auto;

    }

    .mediaSonCon {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: center;
        border-bottom: 1px solid #a8996e;
    }

    .mediaCon {
        width: 100%;
        align-items: flex-start;
    }

    .pageCon {
        width: 100%;
        margin-top: 20px
    }

    .pagebtn {
        width: 25px;
        height: 25px;
        color: #a8996e;
        background-color: white;
        border: 1px solid #a8996e;
        cursor: pointer;
    }

    .pageSelectedbtn {
        background-color: #a8996e;
        cursor: pointer;
        color: white;
    }



















    @font-face {
        font-family: 'Lato-Regular';
        src: url('../fonts/Lato-Regular.ttf');
    }

    .Index_info_row h1.sjm-biaoti {
        padding-bottom: 35px;
    }

    .sjm-fubiaoti {
        text-transform: uppercase;
        color: #4d4e4e;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 2px;
    }

    .sjm-biaoti {
        /* width: 40%; */
        color: #a8996e;
        font-size: 52px;
        line-height: 62px;
        letter-spacing: 2px;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    .dining-tit{
        width: 100% !important;
    }

    .sjm-biaotiinfo {
        font-size: 18px;
        color: #676868;
        width: 100%;
        max-width: 810px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .sjm-biaotiinfo p {
        font-size: 18px;
        color: #4d4e4e;
        line-height: 32px;
        letter-spacing: 1px;
        color: #676868;
    }

    .sjm-small-fubiaoti {
        text-transform: uppercase;
        color: #4d4e4e;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .sjm-small-biaoti {
        color: #a8996e;
        font-size: 24px;
        line-height: 48px;
        letter-spacing: 1px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* -webkit-line-clamp: 2; */
        -webkit-line-clamp: 1;
        overflow: hidden;
        padding-right: 10px;
    }

    .sjm-small-biaotiinfo {
        font-size: 16px;
        color: #676868;
        width: 100%;
        line-height: 32px;
        padding-right: 25px;

        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 35px;
    }

    .sjm-small-biaotiinfo p {
        font-size: 16px;
        color: #676868;
        line-height: 32px;
        padding-right: 25px;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .line-clamp-1 {
        -webkit-line-clamp: 1;
    }

    .line-clamp-2 {
        -webkit-line-clamp: 2;
    }

    .line-clamp-3 {
        -webkit-line-clamp: 3;
    }

    .line-clamp-4 {
        -webkit-line-clamp: 4;
    }

    .line-clamp-5 {
        -webkit-line-clamp: 5;
    }

    .carouselBtnDiv-Leftbtn {
        display: flex;
    }

    .indexLeftCarouselprev,
    .indexLeftCarouselnext {
        width: 30px;
        height: 30px;
        /* background-color: #a8996e;*/
        background-color: #a08a4e;
        /* margin-right: 10px; */
        margin-right: 5px;
        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;
        font-size: 30px;
    }

    .indexLeftCarouselprev:hover,
    .indexLeftCarouselnext:hover {
        background-color: #786d4b;
    }

    .carouselBtnDiv-Rightnum {
        font-size: 16px;
        color: #676868;
    }

    .ContentTextCon-special .ContentTextLeftCon {
        margin-left: 430px;
        width: 400px;
        margin-right: 30px;
    }

    .ContentTextCon-special .ContentTextrightCon {
        width: 400px;
    }

    .indexCarouselprev,
    .indexCarouselnext {
        width: 30px;
        height: 30px;
        background-color: #a8996e;
        margin-right: 10px;
        cursor: pointer;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
    }

    .indexCarouselprev p,
    .indexCarouselnext p {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indexCarouselprev:hover,
    .indexCarouselnext:hover {
        background-color: #786d4b;
    }

    .dinningSecConSon-title {
        color: #a8996e;
        font-size: 20px;
        line-height: 24px;
        margin-top: 35px;
        letter-spacing: 1px;
        position: relative;
        height: 48px;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .dinningSecConSon-data {
        margin-right: auto;
        color: #676868;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .dinningSecConSon-data p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
    }


    .section02_content_wrap02 {
        position: relative;
        display: flex;
    }

    /* .section02_content_wrap02:last-child {
        margin-bottom: 0;
        padding-bottom: 40px !important;
    } */

    .homew:nth-child(odd) .section02_content_right {
        padding-left: 0;
        padding-right: 40px;
    }

    .section02_content_wrap03 {
        position: relative;
        display: flex;
    }
    .dinningSecCon .amenities_list_item:last-child .paddingb70{
        padding-bottom: 0 !important;
    }
    .offerSecConSon .dinningSecCon:last-child {
        padding-bottom: 0 !important;
    }
    .section02_content_wrap02 .tw-newline {
        right: -75px;
    }

    .section02_content_wrap03 .tw-newline {
        left: -75px;
    }

    .tw-newline {
        height: 1px;
        border-bottom: 2px solid #a8996e;
        width: 150px;
        position: absolute;
        margin-top: 35px;
        z-index: 1;
    }
    .amenitiesSecConSon .dinningSecCon {
        justify-content: space-between;
    }
    .amenities_list_small_item .amenities_left_modules{
        flex-direction: column;
    }
    .amenities_list_small_item{
        margin-right: 30px;
    }
    .amenities_list_item:not(:hidden):nth-child(3n) .amenities_list_small_item {
        margin-right: 0px;
    }
    .amenities_list_small_item .section02_content_left,
    .amenities_list_small_item .section02_content_right
     {
        flex: 1;
    }
    .amenities_list_small_item .section02_content_wrap02,
    .amenities_list_small_item .section02_content_wrap03
     {
        width: 400px;
        max-width: 400px;
        padding-right: 0;
        flex-direction:column-reverse;
    }
    .amenities_list_small_item:nth-last-child(-n+3) .section02_content.paddingb70
     {
        padding-bottom: 0 !important;
    }
    .amenities_list_small_item .amenities_left_modules {
        flex-direction: column;
    }
    .amenities_list_small_item .amenities_left_modules .section02_content_right {
        padding-left: 0;
    }
    .amenities_list_small_item .section02_content_right,
    .amenities_list_small_item .section02_content_left{
        max-width: 100%;
    }
    .amenities_list_small_item .section02_content_left img {
        /* aspect-ratio: 1.5 / 1; */
        aspect-ratio: 4 / 3;
    }
    .amenities_list_small_item .tw-newline{
        height: 50px;
        left: 35px;
        top: -30px;
        margin-top: 0;
        border-left: 2px solid #a8996e;
        border-bottom: none;
    }
    .dinningSecCon .amenities_list_small_item .tw-newtitle {
        margin-top: 30px;
    }
    .amenities_list_small_item .tw-newcontent {
        display: -webkit-box;          /* 将元素设置为块级盒子 */
        -webkit-box-orient: vertical;  /* 垂直排列盒子内的内容 */
        -webkit-line-clamp: 5;         /* 显示3行文本 */
        height: 125px;                  /* 自动计算高度 */
        overflow: hidden;              /* 隐藏溢出部分 */
        text-overflow: ellipsis;
    }
    .amenities_list_small_item .tw-newcontent p {
        margin-top: 0;
    }
    .section02_content_right_logo {
        text-align: center;
    }

    .dinningCon-mobileimg {
        text-align: center;
        width: 100%;
    }

    .tw-newtitle {
        color: #a8996e;
        font-size: 24px;
        line-height: 24px;
        margin-top: 70px;
        position: relative;
    }
    .room-list-item-title {
        margin-top: 35px;
        margin-bottom: 0px;
        display: -webkit-box;
        height: 50px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    #other-rooms .room-list-item-title:hover,
    #other-rooms .dining_iconimageCon_wrap:hover
    {
        cursor: alias;
    }
    .tw-newfutitle {
        font-size: 16px;
        line-height: 24px;
        color: #4d4e4e;
        text-transform: uppercase;
    }

    .tw-newcontent {
        margin-top: 35px;
        font-size: 16px;
        color: #4d4e4e;
        line-height: 24px;
        /* letter-spacing: 1px; */
    }

    .tw-newcontent p {
        font-size: 16px;
        color: #4d4e4e;
        line-height: 24px;
    }

    .footer-logo {
        width: 90%;
        height: 166px;
        margin: 0 auto;
        justify-content: space-around;
        align-items: center;
    }

    .footer-logo .headimg {
        display: flex;
        align-items: center;
        width: auto;
        text-align: center;
    }

    .footer-logo .imgs {
        display: flex;
        align-items: center;
        width: auto;
        text-align: center;
    }

    .footer-logo .headimg img {
        width: auto;
        height: 85px;
    }

    .footer-logo .imgs img {
        width: auto;
        height: 83px;
    }

    .footer-row {
        width: 100%;
        margin: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .footer-link {
        padding: 30px 0;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        width: 80%;
    }

    .footer-link-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 20%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 5%;
    }

    .footer-link-right .footer-link-section {
        min-width: 100%;
        padding: 0;
    }

    .footer-link-right #Foot_collaps99 {
        min-height: 156px;
    }

    .footer-link-section {
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .footer-link-section h5 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 24px;
        pointer-events: none;
        color: #fff;
    }

    .footer-link-section .collapse a {
        font-size: 12px;
        text-transform: capitalize;
        font-weight: normal;
        line-height: 24px;
    }

    .footer-link-section .collapse a:hover {
        color: #a8996e;
    }

    .footer-copyright {
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-link-lang {
        font-size: 12px;
        margin: 0;
    }

    .footer-link-lang a {
        color: #fff;
        padding: 0 15px;
    }

    .footer-link-lang a:hover {
        color: #a8996e;
    }

    .footer-link-lang a:last-child {
        padding: 0 0 0 15px;
    }

    .footer-social {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-social a {
        margin-left: 0;
        margin-right: 15px;
    }

    .dining-column {
        width: 100%;
        height: auto;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }
    .hotel-list .section02_content_wrap02,
    .hotel-list .section02_content_wrap03{
        padding: 40px 0;
    }

    .hotel-list:last-child .section02_content_wrap02,
    .hotel-list:last-child .section02_content_wrap03
    {
        padding-bottom: 0 !important;
    }

    .ContentTextrightCon img {
        width: 100%;
        aspect-ratio: 2 / 1;
        object-fit: cover;
    }

    .dining-ContentTextCon {
        margin-top: 0;
        align-items: center;
    }

    .Foot_info_homepage .Index_info_row {
        border-bottom: 1px solid #fff;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .Foot_info_homepage .sjm-fubiaoti {
        color: #fff;
        opacity: 0.8;
    }

    .Foot_info_homepage .sjm-biaoti {
        padding-bottom: 35px;
    }

    .Foot_info_homepage .sjm-biaotiinfo {
        color: #fff;
    }

    .Foot_info_homepage .sjm-biaotiinfo p {
        color: #fff;
    }

    .happending-column {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .happending-column-row {
        width: 100%;
        align-items: flex-start;
    }

    .happending-column-row .happeningsleftCon {
        padding-right: 30px;
        align-items: flex-start;
    }

    .happending-column-row .happeningsrightCon .sjm-biaoti4 {
        color: #4d4e4e;
        padding-bottom: 30px;
        width: 100%;
    }

    .happending-column-row .happeningsrightCon .sjm-biaotiinfo4 {
        width: 100%;
        color: #4d4e4e;
    }

    .happending-column-row .happeningsrightCon .imagerow {
        display: flex;
    }

    .happending-column-row .happeningsrightCon .imagerow img {
        width: 50%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .menu-container {
        background: linear-gradient(to bottom, rgb(32, 54, 39), rgb(15, 26, 23));
        height: 70px;
    }

    .menu-container .navbar {
        margin: 0 auto;
        padding: 0;
        height: 70px;
        max-width: 100%;
    }

    .menu-container .navbar a.navbar-brand {
        padding: 0;
        margin: 0;
        width: 12%;
        text-align: left;
    }

    .menu-container .navbar ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        opacity: 0.95;
    }

    .menu-container .navbar ul li a {
        font-size: 16px;
        text-transform: none;
        letter-spacing: 1px;
        color: #fff;

    }

    .menu-container .navbar ul li a:hover {
        color: #877754;
    }

    .menu-container .navbar button {
        position: relative;
        padding: 0;
        right: 0;
        width: 50px;
        height: 40px;
        border-radius: 0;
    }

    .menu-container .navbar button[aria-expanded="false"] .span1 {
        position: absolute;
        width: 25px;
        top: 8px;
        background: #fff;
        height: 2px;
        display: block;
    }

    .menu-container .navbar button[aria-expanded="false"] .span2 {
        position: absolute;
        width: 25px;
        top: 18px;
        background: #fff;
        height: 2px;
        display: block;
    }

    .menu-container .navbar button[aria-expanded="false"] .span3 {
        position: absolute;
        width: 25px;
        top: 28px;
        background: #fff;
        height: 2px;
        display: block;
    }

    .menu-container .navbar button[aria-expanded="true"] .span1 {
        position: absolute;
        width: 25px;
        top: 18px;
        background: #fff;
        height: 2px;
        display: block;
        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;
    }

    .menu-container .navbar button[aria-expanded="true"] .span2 {
        display: none;
    }

    .menu-container .navbar button[aria-expanded="true"] .span3 {
        position: absolute;
        width: 25px;
        top: 18px;
        background: #fff;
        height: 2px;
        display: block;
        transform: rotate(-135deg);
        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-item-last {
        display: none;
    }

    .dinningSecConSon .iconimageCon {
        width: 100%;
        margin: 0 0 10px 0;
        /* margin-top: 0px;
        margin-bottom: 0px; */
        height: 20px;
    }

    .IndexbannerSwiper2 {
        width: calc(67% - 25px);
    }

    .happeningSwiper {
        width: 100%;
    }

    .happeningSwiper .webwrap .swiper-slide {
        display: flex;
        flex-direction: row;
    }

    .happeningSwiper .webwrap .swiper-slide img {
        width: 50%;
        aspect-ratio: 1 / 1;
        padding: 10px;
    }

    #carouselForpage #effect-1 {
        display: flex;
        justify-content: space-between;
    }

    #carouselForpage #effect-1 .carousel-item {
        width: 400px;
        display: block;
        margin-right: 0px;
    }

    #carouselForpage #effect-1 .carousel-item:nth-child(2) {
        margin: 0 30px;
    }

    #carouselForpage #effect-1 .carousel-item .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }



    .shuline-wrap {
        position: relative;
        width: 100%;
    }

    .shuline {
        height: 50px;
        width: 2px;
        background-color: #a8996e;
        left: 25px;
        bottom: -25px;
        position: absolute;
    }

    .shuline-mobile {
        display: none;
    }
    .amenities-pc-slider04 .shuline{
        height: 30px;
        bottom: 58px;
    }
    .keen-slider_info {
        cursor: pointer;
    }
    .amenities-pc-slider04 .keen-slider_info_title{
        padding-top: 20px;
    }
    .amenities-pc-slider04 .keen-slider_info_title a{
        font-size: 24px;
        margin-top: 10px;
    }
    #indexLeftCarousel .indexCarouselText2 .sjm-small-biaoti {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 0;
    }

    #indexLeftCarousel .indexCarouselText2 .sjm-small-fubiaoti {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    #indexLeftCarousel .indexCarouselText2 .sjm-small-biaotiinfo {
        font-size: 16px;
        line-height: 24px;
        height: 96px;
    }

    #indexLeftCarousel .indexCarouselText2 .sjm-small-biaotiinfo p {
        font-size: 16px;
        line-height: 24px;
    }

    #indexLeftCarousel .indexCarouselText2 .goldbtn {
        margin: 0;
    }

    .iconimageCon_wrap {
        margin-top: 24px;
        width: 100%;
    }

    .dinningMainCon .dinningSecCon .tw-newtitle {
        margin-top: 35px;
    }

    #indexLeftCarousel .indexCarouselText1 .sjm-small-biaotiinfo {
        margin-bottom: 15px;
        margin-top: 15px;
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    #indexLeftCarousel .indexCarouselText1 .goldbtn {
        margin: 0;
    }

    #indexLeftCarousel .goldbtn {
        min-width: 114px;
        width: auto;
        display: inline-block;
        padding: 0 10px;

    }

    .locationCon .tw-newtitle {
        color: #a8996e;
        margin-top: 35px;
        position: relative;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 100%;
    }

    .locationCon .dinningSecConSon-data {
        margin-right: auto;
        color: #676868;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    .supremecard-column {
        display: none;
        width: 100%;
    }

    .supremecard-column-content {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .cardCon {
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        margin: 0;
        marin-top: 10px
    }

    .cardCon .cardsecCon:nth-child(1) {
        width: 400px;
        align-items: flex-start;
    }

    .cardCon .cardsecCon:nth-child(2),
    .cardCon .cardsecCon:nth-child(3),
    .cardCon .cardsecCon:nth-child(4) {
        align-items: flex-start;
    }

    .cardsecCon .dinningSecConSon-data {
        line-height: 16px;
        height: 32px;
    }

    .firstcardsecCon .dinningSecConSon-title {
        font-size: 40px;
        line-height: 40px;
        height: auto !important;
        display: block;
        overflow: unset;
    }

    .iconlist-wrap {
        display: none;
    }

    .iconlist-wrap .cardCon .cardiconhide img {
        aspect-ratio: 1 / 1;
        width: 120px;
    }

    .iconlist-wrap .cardCon {
        justify-content: flex-start;
        margin-bottom: 35px;
    }

    .iconlist-wrap .cardCon .cardiconhide {
        width: 25%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .iconlist-wrap .cardCon .cardiconhide .dinningSecConSon-title {
        margin-top: 10px;
        font-size: 24px;
        padding-right: 20px;
        margin-bottom: 10px;
        height: auto;
    }

    .iconlist-wrap .cardCon .cardsecCon .dinningSecConSon-data {
        height: auto;
        width: 100%;
        max-width: max-content;
        padding-right: 20px;
    }

    .iconlist-wrap .cardCon .cardsecCon .dinningSecConSon-data ul {
        padding-left: 20px;
    }

    .iconlist-wrap .cardCon .cardsecCon .dinningSecConSon-data ul li {
        font-size: 16px;
        color: #4d4e4e;
        line-height: 24px;
    }

    .iconlist-wrap .cardCon .cardsecCon .dinningSecConSon-data p {
        font-size: 16px;
        color: #4d4e4e;
        line-height: 24px;
    }



    .indexoffer-goldbtn {
        margin-bottom: 120px;
    }

    #banner_id {
        padding-top: 110px;
    }

    .top-fenge {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -10px;
        display: inline-block;
        width: 1px;
        height: 32px;
        background: #a8996e;
    }

    .cardlist-wrap {

        display: none;
        background-image: linear-gradient(0deg, #fff 0, #fff 30%, rgb(235, 232, 221) 0, rgb(235, 232, 221) 97%, #ffffff 0, #ffffff);
    }

    .cardlist-wrap-body {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding-top: 35px;
    }

    .cardlist-wrap .cardlist-wrap-title {
        text-transform: uppercase;
        color: #4d4e4e;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 2px;
        font-weight: bold;

    }

    .bigimage {
        width: 400px !important;
    }

    .cardlist-wrap .dinningSecConSon-title {
        height: 24px;
        -webkit-line-clamp: 1;
    }

    .cardCon {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        align-items: flex-start;
    }

    .cardCon .dinningsecimage {
        width: 250px;
        aspect-ratio: 3/2;
        cursor: pointer;
    }

    .cardCon .bigimage {
        width: 300px;
    }

    .Campaign_Layout {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .Campaign_Layout .sjm-biaotiinfo {
        width: 100%;
        max-width: 100%;
        text-align: justify;
    }

    .Campaign_column {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }
    .Happenings_detail_Full .Campaign_column {
        padding-top: 40px;
    }
    .Campaign_row {
        height: 48px;
        line-height: 48px;
        position: relative;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .Campaign_column .sjm-small-biaoti {
        background-color: #fff;
        position: absolute;
        padding: 0 36px;
        z-index: 2;
        font-size: 36px;
    }

    .Campaign_row:before {
        content: "";
        height: 2px;
        width: 100%;
        background-color: #a8996e;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
    }

    .iconrow {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: flex-start;
    }

    .iconrow a {
        position: relative;
        width: calc(100% / 8);
        text-align: center;
        padding-bottom: 35px;
    }

    .iconrow a img {
        width: 104px;
        cursor: pointer;
    }

    .contactSecCon .tw-newcontent {
        margin-bottom: 0;
        margin-top: 0;
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    #locationleft .tw-newcontent {
        margin-bottom: 0;
        margin-top: 0;
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .footer-link-right {
        display: block;
    }

    .footer-link-right .footer-social {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        margin-top: 10px;
    }

    .amenity-column .dinningCon-mobileinfo .goldbtn2 {
        display: inline-block;
    }

    .PROPERTIES_content_right .tw-newcontent {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .PROPERTIES_content_right .goldbtn2 {
        display: inline-block;
    }

    .new-supremecard {
        padding-top: 120px
    }

    .new-supremecard-background {
        background: url(../image/sjm-bg02.png);
        background-size: 97px;
        padding-bottom: 90px
    }

    .new-supremecard .cardlist-wrap-body {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
    }

    .new-supremecard-img {
        width: 50%;
        margin-top: -90px;
    }

    .new-supremecard-img img {
        aspect-ratio: 4 / 3;
        width: calc(100% - 70px);
    }

    .new-supremecard-info {
        margin-top: -90px;
        position: relative;
        width: 50%;
        padding-left: 20px;
    }

    .new-supremecard-info .tw-newline {
        top: 0;
        left: -150px;
        right: auto;
    }

    .supremecard-newtitle {
        color: #a8996e;
        font-size: 24px;
        line-height: 24px;
        margin-top: 20px;
        position: relative;
    }

    .supremecard-newcontent {

        color: #676868;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 2px;
    }

    .supremecard-cardbenefit {
        padding-top: 70px;
    }

    .supremecard-cardbenefit p {
        color: #676868;
    }

    .supremecard-cardbenefit a {
        color: #676868;
    }

    .supremecard-cardbenefit p a {
        color: #676868;
    }

    .supremecard-cardbenefit h4 {
        color: #a8996e;
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .supremecard-cardbenefit h4 p {
        color: #a8996e;
    }

    .supremecard-cardbenefit ul {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .supremecard-cardbenefit ul li {

        font-size: 16px;
        color: #676868;
        line-height: 24px;
        list-style: none;
        background: url(../image/circle.svg) no-repeat left top 8px;
        background-size: 9px;
        padding-left: 20px;
        margin-bottom: 5px;
    }

    .new-supremecard-bottom {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        margin-top: 70px;
        margin-bottom: 35px;
    }

    .new-supremecard-bottom-info {
        font-size: 16px;
        color: #676868;
        line-height: 24px;
        text-align: center;
    }

    .new-supremecard-bottom-info p {
        font-size: 16px;
        color: #676868;
        line-height: 24px;
        text-align: center;
    }

    .dining_iconimageCon_wrap {
        width: 100%;
    }
    .dining_iconimageCon_wrap h5{
        color: #4d4e4e !important;
    }

    .nav_location {
        margin-right: 20px;
    }

    .nav_location img {
        height: 15px;
    }

    .Sitemaptitle {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .Map_wrap_section01 {
        padding-top: 80px;
    }

    .Sitemap_titleone {
        font-family: 'Lato-Bold';
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 1px;
        color: #4D4E4E;
    }

    .Sitemap_titleone a {
        font-family: 'Lato-Bold';
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 1px;
        color: #4D4E4E;
    }

    .Sitemap_titleone a:hover {
        color: #a8996e;
    }

    .Sitemap_titletwo {
        width: 100%;
        font-family: 'Lato-Bold';
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding: 20px 0 10px 0;
        color: #4D4E4E;
    }

    .Sitemap_titletwo a {
        font-family: 'Lato-Bold';
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #4D4E4E;
    }

    .Sitemap_titletwo a:hover {
        color: #a8996e;
    }

    .Sitemap_section li a:hover {
        color: #a8996e;
    }

    .nav-item-supremecard {
        display: none;
    }

    .ContentTextrightCon-biaoti {
        width: 100%;
        max-width: 100%;
        color: #4d4e4e;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 2px;
        font-family: 'Lato-Regular';
        margin-bottom: 25px;
    }

    .ContentTextrightCon-swiper-btn {
        width: 100%;
        margin: 0;
        /* display: none; */
    }

    .happeningSwiper {
        margin: 15px 0;
    }

    .happeningSwiper .keen-slider__slide .row {
        margin: 0;
    }

    .happeningSwiper .keen-slider__slide .row img {
        width: calc(50% - 20px);
        margin-right: 20px;
        aspect-ratio: 4 / 3;
    }

    .noLinkOrButton .overlay-2 {
        cursor: auto !important;
    }

    #navbarSupremeCardContent {
        display: none !important;
    }

    .goldbtn_supremecard {
        margin-top: 24px;
        width: 160px;
        height: 50px;
        border-color: #a8996e;
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
        align-items: center;
    }

    .goldbtn_supremecard a {
        color: #a8996e;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: center;
        line-height: 50px;
        display: block;
        width: 100%;
    }

    .goldbtn_supremecard:hover {
        margin-top: 24px;
        width: 160px;
        height: 50px;
        background: #a8996e;
        cursor: pointer;
        align-items: center;
    }

    .goldbtn_supremecard a:hover {
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: center;
        line-height: 50px;
        display: block;
        width: 100%;
    }

    .zh-sjm-biaoti {
        font-size: 42px !important;
        line-height: 52px !important;
    }

    .download_app_btn_apk {
        display: none;
    }

    .nav-button-book {
        display: flex;
    }

    .dining_booking_wrap #MakeAReservation—step2 .collapseReservation_step2{
        margin: 0 0 0 17% !important;
    }

    /***********
    phase 2 begin
    **********/
    .menu-container .navbar .navbar-collapse {
        max-width: 1260px;
        margin: 0 auto;
    }
    .Submit_two_btn .otherbutton:nth-child(1){
        background-color: #fff;
        color: #a8996e;
    }
   .meetingform_row .form-group{
    flex-direction: column;
    }
    #restaurantform .meetingform_row .form-group {
        flex-direction: row;
    }
    .meetingform_row .form-group .col-form-label{
        text-align: right;
        padding-right: 5px;
    }
    .meetingform_row .form-group label.col-form-label[for="Email"],
    .meetingform_row .form-group label.col-form-label[for="MakeAReservationDate"],
    .meetingform_row .form-group label.col-form-label[for="Captcha"]
     {
        flex: 0 0 20%;
        }
    .sameclassname .form_arrows{
        left: calc((100% - 1260px) / 2 + 126px);
    }
    #DinningTop-from .collapse_btn{
        margin: -130px auto 0 !important;
    }
    /* book now组件样式 */
    .menu-button-box{
        max-width:1260px;
        margin:70px auto;
        margin-bottom: 30px;
        margin-top: 30px;
      }
      .menu-button-box .nav-button-book{
        border:none;
        margin-left: 0;
      }
        .menu-button-box .Header_book_one {
          color: #fff;
          font-size: 16px;
          text-decoration: none;
          letter-spacing: 2px;
          background: #a8996e;
          width: auto;
          min-width: 280px;
          height: 40px;
          line-height: 40px;
          display: inline-block;
          position: relative;
          margin: 0;
          text-align: center;
          text-transform: uppercase;
          padding: 0 20px;
      }
     .menu-button-box .Header_book_one:hover{
          background:#877754;
          color: #fff;
      }
      .other{
        width: 1260px !important;
        margin-inline: auto;
    }
    .arrow--disabled{
        opacity: 0.5;
    }
    #amenities-pc-slider04,#amenities-pc-slider03{
        overflow: initial !important;
        /* max-width: 1260px; */
        margin-inline: auto;
    }
    #amenities-pc-slider04 .splide__track,
    #amenities-pc-slider03 .splide__track
    {
        overflow: inherit !important;
    }
    .daterangepicker.form-date-width {
        width: 404px !important;
    }
}

@media screen and (min-width: 1080px) {
    #amenities-pc-slider03 .splide__arrow,
    #amenities-pc-slider04 .splide__arrow
    {
        display: block;
    }
    #amenities-pc-slider03 .arrow--left,
    #amenities-pc-slider04 .arrow--left
    {
        display: none !important;
    }
    #amenities-pc-slider04,#amenities-pc-slider03{
        overflow: initial !important;
    }
    #amenities-pc-slider04 .splide__track,#amenities-pc-slider03 .splide__track{
        overflow: initial !important;
    }
    #amenities-pc-slider03 .arrow--left{
    position: absolute;
    top: 30%;
    left: -25px;
    border: none;
}
.disable-hover .menu-web-dropdown {
    display: none !important;
  }
.date-picker-wrapper .month-wrapper{
    width: calc(100% + 42px) !important;
}
/* -----------start ----------dining mesa的form表单 */
.New_Dining_section5.sameclassname #collapseReservation {
    margin-top: 40px;
}
.New_Dining_section5.sameclassname #collapseReservation .form_arrows{
    position: absolute;
    /* top: -51.2px; */
}
/* .New_Dining_section5.sameclassname #collapseReservation .form_arrows::after{
    content: '';
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 30px solid rgba(168, 153, 110, 10%);
    border-top: 30px solid transparent;
} */
.New_Dining_section5.sameclassname .Reservation_Error_line {
    border: 1px solid red !important;
    margin: -1px 0 0 -1px;
    width: calc(100% + 2px) !important;
    height: 40px !important;
}
/* ------------end------------ */

#amenities-pc-slider04 .arrow--left{
    position: absolute;
    top: calc(60% - 55px);
    left: -25px;
    border: none;
}
#amenities-pc-slider03 .arrow--right{
    position: absolute;
    top: 30%;
    right: -25px;
    border: none;
}
#amenities-pc-slider04 .arrow--right{
    position: absolute;
    top: calc(60% - 55px);
    right: -25px;
    border: none;
}
#amenities-pc-slider03 .splide__slide .shuline-wrap img,
#amenities-pc-slider04 .splide__slide img{
    width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
}
#amenities-pc-slider03 .splide__slide {
    width: 400px !important;
    margin-right: 30px;
}
#amenities-pc-slider04 .splide__slide,
#amenities-pc-slider02 .splide__slide{
    width: 400px !important;
    /* margin-left: 30px; */
}
#amenities-pc-slider04 .splide__slide:last-child,
#amenities-pc-slider03 .splide__slide:last-child {
    margin-right: 0;
}

/* 箭头位于最后一个轮播时透明度 */
.splide__arrow:disabled{
    opacity: 0.5 !important;
}
.dining_booking_wrap #collapseReservation .collapseReservation_row{
    background-color: #fff;
    box-shadow: 0 2px 1px 1px #e0e0e0b3 !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1259px) {

    /***************
    billy
    1000-1259css
***************/
    .paddingtb35 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .paddingt35 {
        padding-top: 30px;
    }

    .paddingb35 {
        padding-bottom: 30px;
    }

    .paddingtb40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .paddingt40 {
        padding-top: 30px;
    }

    .paddingb40 {
        padding-bottom: 30px;
    }

    .paddingtb50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .paddingt50 {
        padding-top: 30px;
    }

    .paddingb50 {
        padding-bottom: 30px;
    }

    .paddingtb70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* .paddingt70 {
    padding-top: 30px;
} */

    .paddingb70 {
        padding-bottom: 30px;
    }

    .marginb50 {
        margin-bottom: 0;
    }



    html,
    body {
        /* width: 1260px !important; */
    }

    .GLP_Header_wrap .nav_top {
        padding: 0 30px;
    }

    .menu-container {
        padding: 0 30px;
    }

    .menu-container .navbar ul li a {
        font-size: 14px;
    }

    .Index_info_row {
        padding-left: 30px;
        padding-right: 30px;
    }

    #carouselForpage {
        padding-left: 30px;
        padding-right: 30px;
    }

    #effect-1 .overlay {
        height: 100%;
        /* bottom: calc(-70% + 150px); */
    }

    .Homepage-index1 {
        /* padding-left: 30px;
        padding-right: 30px; */
    }

    .Homepage-index2 {
        padding-left: 30px;
    }

    .ContentTextCon-special {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ContentTextCon-special .ContentTextLeftCon {
        margin-left: 0;
        width: 400px;
        margin-right: 30px;
    }

    .ContentTextCon-special .ContentTextrightCon {
        width: calc(100% - 400px);
    }

    .dinningSecCon {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dinningSecConSon {
        width: 32% !important;
        margin-top: 30px;
    }
    #other-rooms .dinningSecConSon {
        width: 100%;
        margin-top: 30px;
    }
    .offerSecConSon .appendweb {
        gap: 19px;
    }
    .dinningSecConSon:nth-child(3n-1) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .indexoffer-goldbtn {
        margin-bottom: 30px;
    }

    .ContentTextCon {
        padding-left: 30px;
        padding-right: 30px;
    }

    .indexbottomLeftCarousel {
        padding-right: 30px;

    }

    #indexLeftCarousel .indexCarouselText2 .sjm-small-biaotiinfo {
        height: auto;
        margin-bottom: 25px;
    }

    .Foot_info_homepage .Index_info_row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-logo .headimg img {
        width: auto;
        height: 65px;
    }

    .footer-logo .imgs img {
        width: auto;
        height: 63px;
    }

    .footer-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-copyright {
        padding-left: 30px;
        padding-right: 30px;
    }

    .Bread_nav {
        padding: 0 30px 30px 30px;
        font-size: 14px;
    }

    .section02_content_wrap02 {
        padding: 30px !important;
    }

    .section02_content_wrap03 {
        padding: 30px !important;
    }

    .section02_content_wrap02 .section02_content_right {
        padding-top: 0 !important;
    }

    .section02_content_wrap03 .section02_content_right {
        padding-top: 0 !important;
    }

    .Art_Ent_Wrap {
        padding-bottom: 30px !important;
    }

    .type2con {
        border-bottom: none;
        padding-bottom: 30px;
        margin-top: 15px;
    }

    .tw-newtitle {
        margin-top: 60px;
    }

    .tw-newline {
        margin-top: 30px;
    }

    .tw-newcontent {
        margin-top: 30px;
    }
    .amenities_list_small_item .tw-newcontent{
        display: none;
    }
    .dining-column {
        margin-bottom: 30px;
    }

    .dining-ContentTextCon {
        padding-left: 0;
        padding-right: 0;
    }

    .dinningSecCon h5 {
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .dinningCon h5 {
        line-height: 20px;
        color: #4d4e4e;
    }

    .dinning1 .dinningCon {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dinning2 .dinningCon {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dinningCon h3 {
        margin-top: 60px !important;
    }

    .amenity1 .amenity-column {
        padding-left: 30px;
        padding-right: 30px;
    }

    .amenity2 .amenity-column {
        padding-left: 30px;
        padding-right: 30px;
    }

    .locationimage {
        width: 12px;
        height: auto;
        vertical-align: baseline;
    }

    .iconiamgeCon img {
        width: 12px;
        height: auto;
    }

    .dinningSecCon .bus-column {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .dinningSecCon .bus-column:nth-child(1),
    .dinningSecCon .bus-column:nth-child(2),
    .dinningSecCon .bus-column:nth-child(3) {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .dinningMain .dinningMainCon:nth-child(odd) {
        padding-left: 30px;
    }

    .dinningMain .dinningMainCon:nth-child(even) {
        padding-right: 30px;
    }

    #locationleft {
        width: calc(30% - 30px);
        margin: 0 0 0 30px;
    }

    .cardlist-wrap {
        padding: 0 30px;
        background-image: linear-gradient(0deg, #fff 0, #fff 25%, rgb(235, 232, 221) 0, rgb(235, 232, 221) 97%, #ffffff 0, #ffffff);

    }

    .cardCon .cardsecCon:nth-child(1) {
        width: 300px;
    }

    .bigimage {
        width: 300px !important;
    }

    .cardCon .dinningsecimage {
        width: 180px;
    }

    .cardsecCon .dinningSecConSon-data {
        max-width: 180px;
    }

    .iconlist-wrap {
        padding: 0 30px;
    }

    .iconlist-wrap .cardCon .cardiconhide {
        width: 25%;
    }

    .supremecard-column-content {
        padding: 0 30px;
    }

    .new-supremecard-background {
        padding-left: 30px;
        padding-right: 30px;
    }

    .Campaign_Layout_section03 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .Campaign_column {
        padding-left: 30px;
        padding-right: 30px;
    }

    .new-supremecard-bottom {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-item-supremecard {
        display: none;
    }

    .ContentTextrightCon {
        width: 67%;
        justify-content: flex-start;
        align-items: center;
    }
    .collapseReservation {
        right: 0;
    }
    .New_Dining .New_Dining_section5 .collapse_btn {
        padding: 20px 30px;
    }
    .sameclassname .MakeAReservation{
        left: 0 !important;
    }
    .New_Dining_section1, .New_Dining_section2, .New_Dining_section3, .New_Dining_section4{
        padding: 20px 30px 0 !important;
    }
    .amenities-pc-slider .arrow,.amenities-pc-slider02 .arrow{
        display: none;
    }

    .bar_book_view {
        padding-left: 30px;
        padding-right: 30px;
    }

    .features_toptitle{
        padding-left: 30px;
    }
}

@media screen and (min-width:1260px) and (max-width:1366px) {
    .HomebannerSwiper .swiper-slide .carousel-caption h1.banner_title{
        font-size: 36px;
        line-height: 48px;
    }
    .HomebannerSwiper .swiper-slide .carousel-caption .banner_infomation p {
        font-size: 22px;
        line-height: 28px;
    }
}
@media screen and (min-width:1000px) and (max-width:1259px) {
    .HomebannerSwiper .swiper-slide .carousel-caption .cp1 {
        height: 340px;
        padding: 40px 80px;
    }
    .HomebannerSwiper .swiper-slide .carousel-caption h1.banner_title{
        font-size: 30px;
        line-height: 40px;
    }
    .HomebannerSwiper .swiper-slide .carousel-caption .banner_infomation p {
        font-size: 20px;
        line-height: 24px;
    }
    .MakeAReservation{
        margin-left: 0px;
    }
    /* .New_Dining_section5 div#collapseReservation::after {
        content: '';
        width: 0;
        height: 0;
        top: -40px;
        position: absolute;
        left: 145px;
        border: 20px solid red;
        border-color:  transparent transparent rgba(168, 153, 110, 10%) transparent;
        } */
        
#DinningTop-from .collapse_btn{
    margin: -60px auto 0 !important;
}
.dining_booking_wrap #collapseReservation .collapseReservation_row{
    background-color: #fff;
    box-shadow: 0 3px 8px 5px #e0e0e0b3 !important;
    }
}
.happeningDetailBtn{
    display: inline-block;
    width: auto;
    min-width: 120px;
    padding: 0 10px;
    margin-bottom: 10px;
}




/***********
billy add
***********/
.Phase2_common_wrap{
width: 100%;
max-width: 1260px;
margin:30px auto 10px;
}
.Phase2_common_wrap .Phase2_common_subtitle{
color: #4d4e4e;
font-size: 24px;
line-height: 24px;
letter-spacing: 2px;
padding: 5px 0;
}
.Phase2_common_wrap .Phase2_common_title{
color: #a8996e;
font-size: 32px;
line-height: 36px;
letter-spacing: 2px;
/* padding: 5px 0; */
}

.Phase2_common_wrap_more{
width: 100%;
max-width: 1260px;
margin:10px auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.Phase2_common_wrap_more .Phase2_common_more a{
text-transform: uppercase;
font-size: 12px;
color: #4d4e4e;
line-height: 24px;
letter-spacing: 1px;
padding: 5px 30px 5px 0;
background: url(../image/selecthotel01.png) no-repeat right center;
background-size: 18px;

}
.Phase2_common_wrap_more .Phase2_common_more a:hover{
color: #a8996e;
background: url(https://www.sjmresorts.com/themes/glp_website_cms/images/selecthotel07.png) no-repeat right center;
background-size: 20px;
}
.Phase2_common_wrap_more .Phase2_common_title{
/* text-transform: uppercase; */
color: #a8996e;
font-size: 32px;
line-height: 36px;
letter-spacing: 2px;
/* padding: 5px 0; */
/* padding-left: 30px; */
padding-bottom: 15px;
}

.amenities-pc-slider{
width: 100%;
background-color: #fff;
/* margin-bottom: 85px; */
}
.amenities-pc-slider .keen-slider__slide img{
width: 100%;
aspect-ratio: 4 / 3;
cursor: revert;
}
.navigation-wrapper {
position: relative;
}
.dots {
display: flex;
padding: 10px 0;
justify-content: center;
}
.dot {
border: none;
width: 10px;
height: 10px;
background: #c5c5c5;
border-radius: 50%;
margin: 0 5px;
padding: 5px;
cursor: pointer;
}
.dot:focus {
outline: none;
}
.dot--active {
background: #000;
}
.arrow {
width: 30px;
height: 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
fill: #fff;
cursor: pointer;
}
.arrow--left {
left: 12.5%;
fill: "#fff";
background-image: url("../image/arrow-left.svg");background-repeat: no-repeat;
background-position: center;
z-index: 2;
width:50px;
height:50px;
border-radius: 50%;
background-color: #a8996e;
}
.arrow--right {
left: auto;
right: 35%;
background-image: url("../image/arrow-right.svg");background-repeat: no-repeat;
background-position: center;
z-index: 2;
width:50px;
height:50px;
border-radius: 50%;
background-color: #a8996e;
}

.mobile_splide_button{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.arrow-mobile-left{
    background-image: url("../image/mobile-offer-left.png");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: white;
}
.arrow-mobile-right{
    background-image: url("../image/mobile-offer-right.png");
    background-repeat: no-repeat;
    background-position: center;    
    border: none;
    background-color: white;
}

.arrow--left:hover, .arrow--right:hover{
/* background-color: #877754; */
    background-color: #a8996e;
}
.amenities-pc-slider .dots{
display: none;
}

.amenities-pc-slider02{
background-image: url(../image/sjm-bg02.png);
background-size: 97px;
position: relative;
width: 100%;
height: 413px;
}
.amenities-pc-slider02 .keen-slider__slide img {
/* width: 100%; */
aspect-ratio: 4 / 3;
cursor: pointer;
overflow-y:auto ;
width: 100%;
height: auto;
}

.amenities-pc-slider02 .keen-slider__slide .keen-slider_info{
position: relative;
/* padding-top: 25px; */
}
.amenities-pc-slider02 .keen-slider__slide .keen-slider_info .shuline {
top: -20px;
}
#recommend-1 .keen-slider__slide .keen-slider_info .shuline {
    top: -25px;
    }
.amenities-pc-slider02 .keen-slider__slide .keen-slider_info .keen-slider_info_title{
color: #a8996e;
font-size: 24px;
line-height: 36px;
position: relative;
padding-top: 30px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 100px;
}
.amenities-pc-slider02 .keen-slider__slide .keen-slider_info .keen-slider_info_hotel{
font-weight: bold;
color: #4D4E4E;
font-size: 14px;
line-height: 24px;
letter-spacing: 1px;
}
.amenities-pc-slider02 .keen-slider__slide .keen-slider_info .keen-slider_info_hotel a{
    color: #4D4E4E;
}
.amenities-pc-slider02 .keen-slider__slide .keen-slider_info .keen-slider_info_around{
color: #4D4E4E;
font-size: 14px;
line-height: 24px;
letter-spacing: 1px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.amenities-pc-slider02 #amenities-pc-slider02{
z-index: 2;
}
.amenities-pc-slider02 .white-bg{
width: 100%;
height: 113px;
background: #fff;
position: absolute;
z-index: 1;
bottom: 0;
}
.amenities-pc-slider02 .dots{
display: none;
}
.amenities-pc-slider02 .arrow{
/* top: calc(53% - 55px); */
top: calc(53% - 80px);
}
.amenities-pc-slider02 .arrow--left,
.amenities-pc-slider .arrow--left{
    left: calc((100% - 1300px) / 2) !important;
    }
/* .amenities-pc-slider02 .arrow--left,
.amenities-pc-slider03 .arrow--left,
.amenities-pc-slider04 .arrow--left
{
    display: none;
} */
.amenities-pc-slider02 .arrow--right,
.amenities-pc-slider .arrow--right{
    right: calc((100% - 1300px) / 2) !important;
    }
.amenities-pc-slider02 .keen-slider_type{
    position: absolute;
    right: -1px;
    z-index: 3;
    top: -20px;
    width: 170px;
    height: 40px;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0 5px 0 2px;
    font-size: 12px;
    line-height: 30px;
    color: #a8996e;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 2px 0px #9d9d9d;
}
.amenities-pc-slider02 .keen-slider_type img{
aspect-ratio: 1 / 1;
width: 38px;
height: 38px;
margin-right: 5px;
}

@media screen and (min-width:768px) and (max-width:4096px) {
.dining_booking_wrap{
/* position: relative; */
top: -160px;
max-width: 1260px;
margin: -120px auto 0;
}
.dining_booking_wrap a.MakeAReservation{
display: none;
}
.dining_booking_wrap #collapseReservation{
display: block !important;
margin-top: 0 !important; 
left: 0;
}


#MakeAReservation—step0{

display: none;
}

.dining_booking_wrap #MakeAReservation—step0{
width: 100%;
max-width: 1260px;
padding: 30px 25px 30px 25px;
display: flex;
justify-content: center;
}
.MakeAReservation—step0-wrap{
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;   
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_hotel{
width: 25%;
max-width: 25%;
padding-left: 20px;
color: #a8996e;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_hotel input{
color: #4D4E4E;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_hotel input::placeholder{
color: #4D4E4E;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_date{
width: 25%;
max-width: 25%;
padding-left: 20px;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_date .bar_book_input{
border: 1px solid #A8996E;
padding-left: 15px;
padding-right: 40px;
font-size: 14px;
color: #4D4E4E;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_dining{
width: 25%;
max-width: 25%;
padding-left: 20px;
color: #a8996e; 
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_dining input{
color: #4D4E4E;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_dining input::placeholder{
color: #4D4E4E;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_search{
width: 25%;
max-width: 25%;
padding-right: 20px;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_search .bar_book_view_search{
height: 40px;
width: 100%;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_search .bar_book_view_search a{
line-height: 40px; 
background: #a8996e;
color: #fff;
height: 40px;
}
.dining_booking_wrap #MakeAReservation—step0 .new_bar_book_search .bar_book_view_search a:hover {
background: #877754;
transition: all .5s;
}
.dining_booking_wrap #MakeAReservation—step0 .bar_book_item_title{
text-align: left;
}
.dining_booking_wrap #MakeAReservation—step1{
display: none;
}
#MakeAReservation—step1-p{
display: none;
}
.dining_booking_wrap #MakeAReservation—step1 .Submit_btn a{
margin: 0 15px
}
.dining_booking_wrap #MakeAReservation—step1 #MakeAReservation—step1-p{
display: initial;
}
.dining_booking_wrap #MakeAReservation—step0 .MakeAReservation—step0-wrap .Telephone_row_select ul li a{
pointer-events: none;
}
.diningDatastep3 {
    width: 283px !important;
}
/* 选择地区的滚动条 */
.widtharea::-webkit-scrollbar{
    display: block !important;
}
.widtharea::-webkit-scrollbar-track{
    background-color: rgb(179, 177, 177,0.4);
}
.widtharea::-webkit-scrollbar-thumb{
    background: rgb(136, 136, 136,0.6);
}


}

.onlyone-swiperslider .IndexbannerSwiper4 .swiper-wrapper .swiper-slide{
    width:100% !important;
}

/* 间距的统一样式 */
@media screen and (min-width:1000px) {
    /* .margin-first-top{
        margin-top: 35px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    } */
    .margin-second-item{
        margin-top: 70px !important;
        margin-bottom: 5px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    /* .margin-paragraph{
        margin-top: 100px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    } */
    .margin-last-bottom{
        margin-top: 0 !important;
        margin-bottom: 85px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .margin-paragraph.awards-ContentTextCon{
        margin-top: 100px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .margin-paragraph.single_video{
        margin-top: 100px !important;
        margin-bottom: 35px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}


@media screen and (min-width:1025px){
    .sjm-small-biaotiinfo p {
        font-size: 16px;
        color: #676868;
        line-height: 32px;
        padding-right: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#booktowlistul,#hotellistul,#booktowlistul{
    max-height: 210px;
    overflow: auto;
}
#booktowlistul::-webkit-scrollbar {
    display: block;
    width: 8px; /* 设置滚动条的宽度 */
    height: 10px; /* 设置滚动条的高度 */
}
#booktowlistul::-webkit-scrollbar-track {
    background: #f1f1f1; /* 设置轨道的背景颜色 */
}
#booktowlistul::-webkit-scrollbar-thumb {
    border-radius:6px;
    background: #888; /* 设置滑块的背景颜色 */
}
#booktowlistul::-webkit-scrollbar-thumb:hover {
    background: #555; /* 设置滑块在悬停状态下的背景颜色 */
}



@media screen and (min-width:1260px) {
    .Hotel_Home_titel p{
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }
    .Hotel_Home_titel{
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }
    .Hotel_Home_titel ul{
        padding-left: 18px;
        margin: 0;
    }
    .Hotel_Home_titel ul li{
        font-family: 'Lato-Regular';
        font-size: 16px;
        color: #4d4e4e;
        line-height: 24px;
    }
}
@media screen and (min-width:1000px) and (max-width:1259px) {
    .Hotel_Home_titel p{
       padding:0 30px;
    }
    .Hotel_Home_titel ul{
        padding-left: 48px;
        margin: 0;
    }
}
.nav_top .nav_lang:last-child #nav_langdropdown01 #nav_langdropdown02 a:last-child{
    display:none;
}