/* font */
@font-face {
    font-family: 'Noto Sans';
    src: url('../public/font/NotoSans-Regular.ttf')  format('truetype')
}



body {
    font-family:'Overpass', sans-serif;
    font-size: 20px;
    color: #222222;
    position: relative;
}
body #banner, body .mobile_nav{
    opacity: 0;
    transition: 1s opacity;
}
body .et-main{
    opacity: 0;
}
body.ready #banner, body.ready .mobile_nav, body.ready .et-main{
    opacity: 1;
}
.annotation {
    font-size: 18px;
}
.decimal {
    list-style-type: decimal !important;
}
.left_list {
    padding-left: 15px;
}
.alpha {
    list-style-type: lower-alpha !important;
}

.top_message {
    background-color: #fbb003;
    width: 100%;
    height: 52px;
    padding: 10px 0;
    color: #222;
    font-size: 24px;
    position: relative;
    top: 0;
    text-align: center;
}
.top_message a {
    color: #fff;
}
.top_message a:hover {
    color: #FF5733 !important;
}

#banner:before{
    content:"";
    width: 100%;
    padding-bottom: 80%;
    display: block;
    background: url("../public/image/bg-section-a.png") no-repeat left top;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    pointer-events: none;
    background-size: cover;
}
/*.parallax-banner {
    width: 100%;
    min-height: 100%;
    display: block;
    background: url("../public/image/bg-section-a.png") no-repeat left top;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    pointer-events: none;
    background-size: cover;
    background-attachment: fixed;
}*/
.parallax-about-banner {
    width: calc(100% - 252px);
    display: block;
    background: url("../public/image/bg-section-b.png") no-repeat left top;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 100vh;
    pointer-events: none;
    background-size: cover;
    height: 2000px;
    min-height: 1503px;
}
.parallax-privileges-banner {
    width: 536px;
    height: 506px;
    display: block;
    background: url("../public/image/bg-section-c.png") no-repeat left bottom;
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0px;
    pointer-events: none;
    background-size: contain;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}
.parallax-contact-banner {
    width: 936px;
    height: 1000px;
    display: block;
    background: url("../public/image/bg-section-d.png") no-repeat right top;
    position: absolute;
    z-index: -1;
    right: 80px;
    top: -360px;
    pointer-events: none;
    background-size: contain;
    -webkit-transform: translateZ(-1px);
    -moz-transform: translateZ(-1px);
    -o-transform: translateZ(-1px);
    transform: translateZ(-1px);
}

a {
    transition: all 0.5s ease;
    text-decoration: none !important;
    color :#41B6E6;
}
a:hover {
    color :#7CE0D3 !important;
}
h2 {
    font-family: 'Overpass', sans-serif;;
    font-size: 32px;
    color: #555555;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 300;
}
button:focus {
    outline-style: none;
}
.center {
    text-align: center !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}


/* banner */
#banner {
    position: relative;
    z-index: 25;
    padding: 0;
    height: 100vh;
    min-height: 880px;
}
#banner .et-hero-tabs{
    height: 100vh;
    min-height: 880px;
    display: flex;
}
.parallax-wrap{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100vh;
    min-height: 880px;
    overflow: hidden;
}
.parallax {
    width: 100%;
    height: 100vh;
    min-height: 880px;
    display: flex;
    flex: 1 0 auto;
    background-image: url(../public/image/top_banner.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: center;
    transition: 5s transform linear;
}
.top_banner_content {
    font-family: "Noto Sans";
    font-size: 20px;
    margin-top: -100px;
    position: relative;
    z-index: 21;
}
.top_banner_content .top_banner_logo {
    background: url(../public/image/top_banner_logo.png) no-repeat center top;
    width: 312px;
    height: 300px;
    margin: 0 auto;
    background-size: contain;
}
.top_banner_content h3 {
    font-weight: bold;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.top_banner_content .download_btn {
    position: relative;
    padding-top: 15px;
}
.top_banner_content .download_btn a {
    display: block;
    width: 240px; 
    height: 60px;
    border-radius: 35px;
    background-image: linear-gradient(to bottom right, red, #FFAD11);
    margin: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
    transition: 0.3s all;
}
.top_banner_content .download_btn a:hover{
    transform: scale(0.9);
}
.top_banner_content .download_btn div {
    width: 100%;
    padding: 18px 0;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.top_banner_content .welcome {
    margin: 0 auto 15px;
}
.welcome h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.welcome .welcome_item {
    background: url('../public/image/welcome-item.png') no-repeat left top;
    background-position: 5px;
    padding-left: 25px;
}
.welcome .annotation {
    width: 75%;
    margin: 0 auto;
    color: #555;
    padding: 20px 15px 0;
    font-style: italic;
}


/* about */
#about {
    /*background-image: url('../public/image/about-background.png');
    background-position: top right;
    background-repeat: no-repeat;*/
    padding: 80px 0 70px;
    clear: left;
}
/*  
#about::before{
        content:"";
        width: calc(100% - 252px);
        padding-bottom: 110%;
        display: block;
        background: url("../public/image/bg-section-b.png") no-repeat left top;
        position: absolute;
        z-index: 20;
        right: 0;
        top: 0;
        pointer-events: none;
        background-size: cover;
}*/

#about .sub_title {
    margin: 50px 12% 10px;
}
.about_icon {
    margin: 30px 8% 70px;
    position: relative;
    z-index: 21;
}
.about_icon span {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    margin-bottom: 15px;
}
.about_icon span img{
    width: 100%;
}
.about_icon h3 {
    font-size: 16px;
    padding: 0 20px;
}
.about_content{
    position: relative;
    z-index: 21;
}
.about_content_box {
    background-color: #F8F4EF;
    border-radius: 24px;
    padding: 40px;
    float: left;
    margin-bottom: 30px;
    width: 97%;
    display: flex;
    align-items: center;
}
.about_content_box > div{
    display: flex;
    align-items: center;
}
.about_content_box img {
    max-width: 100%;
    width: 70px;
}
.about_content_box.right_box img {
    margin-bottom: 35px;
}
.about_content_box.right_box p {
    padding: 0 15px !important;
}
.about_content_box p {
    float: left;
    text-align: left;
    font-size: 16px;
    margin: 0;
}

/* download */
#download {
    background-image: url("../public/image/download-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top 200px;
}

.let_go {
    background-color: #fff;
    height: 200px;
    background-image: url("../public/image/lets-go-royal.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.let_go img {
    object-fit: contain;
}
.download_top {
    background-image: url("../public/image/download-background-1.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 200px;
    width: 100%;
    height: 75px;
    margin: 0;
    left: 0;
}
.download_content {
    padding-top: 8%;
    position: relative;
    z-index: 21;
}
.download_content .iphone {
    width: 100%;
    position: relative;
}
.iphone_body {
    height: 680px;
}
#carouselExampleIndicators {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
}
.iphone_background {
    background-repeat: no-repeat;
    width: 83%;
    background-size: contain;
    background-image: url(../public/image/download-iphone-mob.png);
    background-position: center center;
    padding: 0;
    height: 680px;
    z-index: 15;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tutorial {
    margin-bottom: 30px;
}
.tutorial img {
    width: 100%;
}
.tutorial .mobile{
    display: none;
}

.tutorialguide {
    margin-bottom: 5px;
}
.tutorialguide img {
    width: 100%;
}
.tutorialguide .mobile{
    display: none;
}

.rewards_banner .mobile{
    display: none;
}
.download_content_text {
    text-align: center;
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #555;
}
.download_content_text h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 30px;
    color: #222;
    text-transform:uppercase;
}
.download_content .qr_code {
    width: 100%;
    padding: 30px;
    object-fit: contain;
}
.download_content img {
    background-color: transparent;
}
.download_content_app a {
    float: left;
    width: 100%;
}
.download_content_app img {
    margin: 15px 0;
    max-width: 192px;
}

/* privileges */
#privileges {
    background-image: url('../public/image/privileges-background.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 80px 0 50px;
    background-size: 100% auto;
}
#privileges > div {
    padding: 0;
}
.news-slider__item {
    font-family: 'Overpass', sans-serif;
}
.frame {
    padding: 50px 0 0;
}
.main-news__items-wrapp li:nth-child(even) {
    margin-top: 30px !important;
}
#privileges .annotation {
    padding: 75px 15px 60px;
    text-align: left;
    color: #707070;
    font-style: italic;
}
#privileges .annotation a, #contact a {
    color: #41B6E6;
}
#contactHotels h3 {
    background-size: 48px;
    padding-left: 64px;
    width: 100%;
    font-weight: 700;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 20px 0;
    position: relative;
}
#contactHotels h3:before{
    content:"";
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border:1px solid #E8E8E8;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
#contactHotels table tr:first-child h3{
    margin-top: 0;
}
#contactHotels h3.alva_hotel_icon::before {
    background-image: url("../public/image/logo-alvahotel.svg");
}
#contactHotels h3.royalpark_hotel_icon::before{
    background-image: url("../public/image/logo-royalparkhotel.svg");
}
#contactHotels h3.theroyalgarden_icon::before {
    background-image: url("../public/image/logo-theroyalgarden.svg");
}
#contactHotels h3.royalplaza_hotel_icon::before  {
    background-image: url("../public/image/logo-royalplazahotel.svg");
}
#contactHotels h3.royalview_hotel_icon::before  {
    background-image: url("../public/image/logo-royalviewhotel.svg");
}

#contactHotels table tr > td {
    vertical-align: top;
    font-size: 16px;
    width: 30%;
    padding-bottom: 20px;
}
#contactHotels table tr > td:nth-child(2){
    width: 40%;
}
#contactHotels .contactHotels_left {
    color: #858585;
    float: left;
    width: 12%;
}
#contactHotels .contactHotels_right {
    float: left;
    width: 88%;
}
#contactHotels .border_bottom {
    border-bottom: 1px solid #D3D3D3;
}


/* benefits */
#benefits {
    background-image: url('../public/image/benefits-background.png');
    background-position: top right;
    background-repeat: no-repeat;
    padding: 80px 0 100px;
}
.benefits-wrap{
    margin-top: 60px;
}
.benefits-wrap > div{
    padding:0 !important;
}
.benefits_body {
    border-radius: 24px;
    padding: 130px 0 0 0;
    min-height: 250px;
}
.benefits_body p {
    padding: 0 128px;
}
.benefits_body.go_royal_card_color {
    background: url("../public/image/benefits_bg.svg") no-repeat center top;
    background-size: 100% auto;
}
.benefits_body.go_royal_gold_card_color {
    background: url("../public/image/benefits_bg_b.svg") no-repeat center top;
    background-size: 100% auto;
}
.content-wrap-benefits {
    margin-top: 30px;
}
.benefits_body img {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    width: 160px;
}
.benefits_body h2 {
    font-size: 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0px;
}
#benefits .btn {
    border-radius: 24px;
    border: 1px solid #FF5540;
    color: #FF5540;
    background: #fff;
    padding: 0 25px;
    height: 36px;
    line-height: 36px;
    margin-top: 60px;
    transition: 0.3s all;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
}
#benefits .btn:hover{
    transform: scale(0.9);
}
.go_royal_card_color {
    color: #8439B7;
}
.go_royal_gold_card_color {
    color: #D85A19;
}
.go_royal_black_card_color {
    color: #222222;
}
#benefits .annotation {
    color: #555;
    font-family: 'Overpass', sans-serif;
    text-align: left;
    margin-top: 15px;
    font-style: italic;
}
#benefits .annotation p {
    color: #222;
    font-size: 16px;
    margin: 0 0 25px;
}
#benefits .annotation div {
    margin-top: 30px;
    line-height: normal !important;
}
#benefits .annotation .hotel_icon_all {
    margin: 0 15% 15px;
    width: 70%;
    text-align: center;
    padding: 15px;
    height: auto;
    font-size: 15px;
    font-style: normal;
    border-radius: 24px;
    display: inline-block;
    line-height: 16px;
    margin:  auto;
    line-height: 32px;
    background-image: linear-gradient(to bottom right, red, #FFAD11);
    box-shadow: 0 4px 12px rgb(0 0 0 / 24%);
}
#benefits .annotation .hotel_icon_all a {
    color: #ffeb3b;
}



#benefits .annotation .hotel_icon_all {
	color: #ffffff;

    margin: 0 15% 15px;
    width: 70%;
    text-align: center;
    padding: 15px;
    height: auto;
    font-size: 15px;
    font-style: normal;
}
#benefits .annotation .hotel_icon_dl_all a {
    color: #ffeb3b;
}





.table_content_box {
    margin: 0 auto;
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}




i.alva_hotel_icon {
    background-image: url("../public/image/logo-alvahotel.svg");
}
i.royalpark_hotel_icon {
    background-image: url("../public/image/logo-royalparkhotel.svg");
}
i.royalplaza_hotel_icon {
    background-image: url("../public/image/logo-royalplazahotel.svg");
}
i.royalview_hotel_icon {
    background-image: url("../public/image/logo-royalviewhotel.svg");
}
i.SHIKIGIKU_icon {
    background-image: url("../public/image/logo-shikigikuifc.svg");
}
i.theroyalgarden_icon {
    background-image: url("../public/image/logo-theroyalgarden.svg");
}
#benefits .hotel_icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    border-radius: 50%;
    border:1px solid #E8E8E8;
    margin: 0 5px;
}
#benefits .hotel_icon.theroyalgarden_icon {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.benefits_line {
    /*border-left: 1px solid #e1e1e1;*/
    margin-left: 20px;
    padding-left: 20px;
}


.hotel_icon_dl_all,.hotel_icon_dl_all_en {
    color: #fff;
    height: 32px;
    padding: 10px 30px 40px 30px;
    border-radius: 24px;
    display: inline-block;
    line-height: 16px;
    margin:  auto;
    line-height: 32px;
    background-image: linear-gradient(to bottom right, red, #FFAD11);
    box-shadow: 0 4px 12px rgb(0 0 0 / 24%);
}


#benefits .table ol {
    padding-left: 20px;
}
#benefits .table ol li {
    padding-bottom: 5px;
}
.modal_content_box {
    padding: 20px 0 60px;
}
.backToTop {
    text-align: right;
    padding-top: 20px;
}
#benefits #TNC table {
    margin: 40px 0;
    width: 100%;
}
#benefits #TNC td {
    width: 33.33%;
    padding: 10px;
    text-align: center;
}
/*.banquet_content > div {
    max-width: 50%;
}*/



/* contact us */
#contact {
    background-image: url("../public/image/contact-background.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding: 130px 0 80px;
}
#contact h2 {
    text-align: left;
    margin-bottom: 60px;
}

.contact_left {
    text-align: left;
    padding-right: 100px;
}
.contact_right {
    float: left;
}
.contact_right tr td{
    vertical-align: middle;
}
.contact_right tr td p{
    margin: 0;
}
.contact_right img {
    width: 48px;
    margin: 0 20px 0 0;
}
.contact_right table {
    text-align: left;
    width: 100%;
}
.contact_right table td {
    padding: 10px 0;
}


/* footer */
.footer {
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 30px;
}
.footer_logo {
    background-image: url("../public/image/footer-logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 150px;
    height: 33px;
    margin: 0 15px;
    padding: 30px 0;
}
.copyright {
    padding: 50px 15px 15px;
    text-align: left;
}
.copyright a {
    color: #222;
    text-decoration-line: none;
}
.copyright a:hover {
    color: #41B6E6;
}
.copyright_line {
    border-left: 1px solid #222;
    margin-left: 15px;
    padding-left: 15px;
}
.follow_us {
    padding: 45px 0 30px;
}
.follow_line_body {
    padding-bottom: 35px;
}
.follow_line {
    border-bottom: 1px solid #D3D3D3;
    width: 40%;
    float: left;
    margin: 10px 0;
}
.follow {
    float: left;
    font-family: 'Overpass', sans-serif;
    color: #555;
    margin: 0 20px;
    font-weight: 300;
}
.footer_icon_body {
    float: left;
    display: flex;
    align-items: center;
}
.weChat_body .footer_icon_body{
    justify-content: flex-start !important;
}
.weChat_body .footer_icon_body p{
    font-size: 16px ;
}
.footer_icon_body p {
    padding: 0 28px;
    float: left;
    color: #555;
    margin-bottom: 0;
}
.footer_icon_body a {
    color: #555;
}

.footer_icon {
    width: 80px;
    height: 80px;
    float: left;
}
.footer_icon img{
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1432px) {  
    .footer_icon_body p {
        padding: 0 20px;
        float: left;
        color: #555;
        margin-right: 15px;
    }
    .footer_icon {
        width: 80px;
        height: 80px;
        float: left;
        position: relative;
    }

}
.mobile_nav {
    width: 100%;
    height: 64px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    font-family: 'Overpass', sans-serif;
    box-shadow: 0 0px 20px #00000016;
    z-index: 25;
}
.mobile_nav a {
    color: #555;
    padding-top: 10px;
}
.mobile_nav a, .mobile_nav .row {
    height: 64px;
    font-size: 14px;
}
.mobile_nav a img{
    max-width: 24px;
}

.popover {
    max-width: 400px !important;
}
.popover .popoverHead {
    width: 380px;
    padding: 20px 0;
}
.popover .popover-body {
    width: 400px;
}
.popover .popover-body p {
    font-size: 16px;
}
.popover img {
    width: 160px;
    height: 160px;
    margin: 20px 10px;
}
.popover .mini {
    width: 150px; 
    height: 150px;
    margin-bottom: 30px;
}
.popover p {
    margin-left: 4px;
    margin-right: 4px;
}
#weChat_popup .modal-dialog {
    max-width: 100vw;
    height: 100vh;
    margin: 0;
    background:#fff url("../public/image/weChat-popup-background.png") no-repeat center top;
    background-size: 100% auto;
}
#weChat_popup .modal-content {
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    border: 0;
    background: none;
}
#weChat_popup.modal .modal-body {
    padding: 0;
}
#weChat_popup .modal-header{
    justify-content: flex-end;
}
#weChat_popup .btn-group {
    width: 100%;
}
#weChat_popup .btn-group .btn {
    width: 50%;
    border-radius: 0;
}
#weChat_popup h3 {
    margin-top: 15px;
    font-size: 24px;
    font-family: 'Overpass', sans-serif;
}
#weChat_popup p {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.official_weChat, .mini_body {
    margin-top: 30px;
}
#weChat_popup .btn-secondary {
    border: 0;
    background: transparent;
    color: #222;
    border-bottom: solid 1px #DFDFDF;
    padding: 0;
    outline: none;
}
#weChat_popup .btn-secondary span {
    padding: 10px 0 10px 0;
    display: inline-block;
}
#weChat_popup .btn-secondary.active {
    color: #FF5540;
    font-weight: bold;
}
#weChat_popup .btn-secondary.active span:after {
    width: auto;
    height: 6px;
    border-radius: 6px;
    background-color: #FF5540;
    content:"";
    display: block;
    position: relative;
    bottom: -13px;
}
#weChat_popup .btn-close{
    background: url("../public/image/btn-close-red.svg") no-repeat center center;
    font-size: 0;
    width: 40px;
    height: 40px;
    float: right;
    border:none;
}
#weChat_popup img{
    max-width: 90%;
}

/* footer */

/* swiper */
.swiper {
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    min-height: 400px;
    background-color: bisque;
    /* 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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Navigation */
.et-hero-tabs,
.et-slide {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    position: relative;
    text-align: center;
}

.et-hero-tabs-container {
  /*display: flex;*/
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 25;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
  z-index: 50;
}
.top-logo {
    position: fixed;
    z-index: 25;
    margin: 20px 40px;
    display: none;
    top: 0;
    padding: 0 15px;
}
.top-logo img{
    width: 147px;
    height: 32px;
}

.et-hero-tab,
.et-hero-tab-link {
  display: inline-block; 
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  transition: all 0.5s ease;
  padding: 20px 20px;
}
.et-hero-tab:hover,
.et-hero-tab-link:hover {
  transition: all 0.5s ease;
  text-decoration: none;
}

.tab-about:hover {
    color: #41B6E6 !important;
}
.tab-privileges:hover {
    color: #F04E98 !important;
}
.tab-benefits:hover {
    color: #7CE0D3 !important;
}
.tab-contact:hover {
    color: #BB29BB !important;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
  transition: left 0.3s ease;
}

.footer_download {
    position: fixed;
    right: 0;
    bottom: 10px;
    background-image: url('../public/image/footer-download.png');
    background-repeat: no-repeat;
    width: 139px;
    height: 139px;
    z-index: 99;
    display: none;
}
.et-tab-slider {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, #FF5547, #FFAC11);
    height: 10px;
    z-index: 99;
}
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0.2; 
    }
    100% { 
        opacity: 1; 
    } 
}
@keyframes fadeOutAnimation { 
    0% { 
        opacity: 1;
    }
    100% { 
        opacity: 0; 
    } 
} 

.lang_box {
    position: absolute;
    top: 18px;
    right: 20px;
}
.lang_btn {
    font-family: 'Noto Sans';
    font-size: 16px;
    color:#222;
    padding: 5px 15px;
    background-color: #f5f5f5;
    border-radius: 24px;
    float: left;
    margin: 0px 10px;
}
.mobile_lang_icon {
    display: none;
}
.mobile_lang_body {
    display: none;
}

/* Navigation */


/* table */
.table {
    font-family:'Overpass', sans-serif;
    font-size: 16px;
}
.table thead th {
    border-bottom: 1px solid #868686;
}
.table tr {
    border-bottom: 1px solid #e1e1e1;
}
.table td, .table th {
    border-top: 0px !important;
    font-weight: 500;
    vertical-align: inherit;
}
.table th {
    text-align: left;
}
#benefits td:nth-child(1), #benefits th:nth-child(1){
    width: 20%;
}
#benefits td:nth-child(2), #benefits th:nth-child(2){
    width: 25%;
    color: #8439B7;
    text-align: center;
}
#benefits td:nth-child(3), #benefits th:nth-child(3){
    width: 55%;
    color: #D85A19;
    text-align: center;
    padding-left: 10%;
}
#benefits .wifi_center {
    color: #525252 !important;
    padding-right: 10%;
}
/*#benefits td:nth-child(4), #benefits th:nth-child(4){
    width: 23.33%;
    text-align: center;
}
#benefits td:nth-child(4) {
    color: #555555;
}*/
/* table */

/* modal(popup) */
.modal {
    background-color: #60027c4f;
}
.modal-content {
    max-height: 680px;
}
.modal .modal-header {
    width: 100%;
    height: 60px;
    border-bottom: 0;
    margin-bottom: 15px;
}
.modal .modal-body {
    text-align: left;
    padding: 0;
}
.modal .close { 
    opacity: 1;
    position: fixed;
    right: 36px;
    font-size: 0;
    width: 40px;
    height: 40px;
    background:#fff url("../public/image/btn-close.svg");
    z-index: 9999;
 }
.modal .close span {
   color: #FF5540; 
}
.modal-dialog {
    max-width: 1000px;
}
#TNC .modal-content, #contactHotels  .modal-content{
    border-radius: 16px;
    padding:25px 20px  30px 55px;
}
#TNC .content-wrap, #contactHotels .content-wrap{
    width: 100%;
    position: relative;
    overflow: auto;
    height: 600px;
    padding-right: 20px;
}
#TNC .ps>.ps__scrollbar-y-rail, #contactHotels .ps>.ps__scrollbar-y-rail{
    opacity: 1 !important;
}
.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{
    background-color:rgba(34,34,34,0.1) !important;
}
.et-hero-tab.disable{
    pointer-events: none;
    cursor: pointer;
}

.about_icon > div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
}


.et-hero-tabs-container--top .top-logo {
    display: block;
    text-align: left;
}
body.isLoading{
    overflow: hidden;
    pointer-events: none;
}
.loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    background: #fff;
    display: none;
}
.loading button{
    visibility: hidden;
}
.loading video{
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}
video::-webkit-media-controls{display: none !important;}

.animateElement {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-in-out;
}
.animateElementSlow {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.5s ease-in-out;
}
.animateElement.visible, .animateElementSlow.visible {
    opacity: 1;
    transform: none;
}



/* modal*/
@media (max-width: 1024px){
    .et-hero-tabs-container--top .top-logo{
        display: none;
    }
    .about_content {
        margin-left: -30px;
    }
}
@media (max-width: 991.98px) {
    .top-logo{
        display: none;
    }
    body {
        font-size: 16px;
    }
    h2 {
        font-size: 24px;
    }
    sub {
        font-size: 14px;
    }

    .top_message {
        font-size: 20px;
        height: auto;
    }

    .parallaxContainer {
        background-image: url("../public/image/top_banner_mob.jpg");
        min-height: 520px;
    }
    .top_banner_content {
        font-size: 18px;
    }
    .top_banner_content h3 {
        font-size: 28px;
        margin: 15px 0 30px 0;
    }
    .top_banner_content .download_btn {
        padding-top: initial;
    }
    .top_banner_content .top_banner_logo {
        background: url(../public/image/top_banner_logo_mob.png) no-repeat center top;
        width: 204px;
        height: 184px;
        background-size: contain;
    }
    .et-hero-tabs-container {
        display: none;
    }
    .et-hero-tabs-container--top .top-logo{
        display: block;
    }
    .et-tab-slider {
        height: 5px;
    }
    
    .lang_box {
        display: none;
    }
    .mobile_lang_icon {
        position: absolute;
        top: 24px;
        right: 24px;
        display: block;
        width: 24px;
        height: 24px;
        z-index: 25;
        background-size: cover !important;
    }
    .lang_icon_grey {
        background: url(../public/image/lang.svg) no-repeat;
    }
    .lang_icon_red {
        background: url(../public/image/lang-red.svg) no-repeat;
    }
    .mobile_lang_body {
        position: absolute;
        bottom: -50px;
        width: 100%;
        display: none;
    }
    .mobile_lang_body .lang_btn {
        color:#fff;
        background-color: #FF5540;
        float: left;
        margin: 0px;
        width: 50%;
        height: 50px;
        padding: 12px 0;
    }
    .lang_btn_left{
        border-radius: 0 0 0 20px;
    }
    .lang_btn_right{
        border-left: 1px solid rgba(255,255,255,0.2);
        border-radius: 0 0 20px 0;
    }

    .main-news__items-wrapp li:nth-child(even) {
        margin-top: 0px !important;
    }


    #privileges .annotation {
        padding: 40px 15px;
    }

    .benefits_body {
        padding: 79px 15px 0;
    }
    .table{
        width: 930px;
        max-width: none;
    }
    #benefits .annotation {
        margin-bottom: 35px;
    }
    .benefits_body p{
        padding: 0 70px;
    }
    .content-wrap-benefits{
        position: relative;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .content-wrap-benefits.ps>.ps__scrollbar-x-rail{
        opacity: 1 !important;
    }
    #about {
        background-image: url('../public/image/about-background.png');
        background-position: top left;
        background-repeat: no-repeat;
        padding: 80px 0 30px;
    }
    #about .sub_title {
        font-size: 20px;
    }
    .about_icon {
        margin: 30px 0;
        width: initial;
    }
    .about_content_box {
        width: 100%;
        margin-bottom: 15px;
        padding: 40px !important;
        flex-wrap: wrap;
    }
    .about_icon > div{
        margin-bottom: 10px;
    }
    .about_content_box img{
        margin-bottom: 35px;
        max-width: none;
    }
    .top-logo {
        display: block;
        width: 100%;
        margin: 20px auto;
    }
    .et-hero-tab, .et-hero-tab-link, .footer_download {
        display: none !important;
    }
    .let_go {
        height: 140px;
        background-size: 800px;
    }
    #download {
        background-position: center top 100px;
    }
    .download_top {
        top: 140px;
    }
    .iphone_body {
        height: 700px;
    }
    .download_content_text {
        text-align: center;
    }
    .download_content_text h2 {
        text-align: center;
        letter-spacing: 0px;
    }
    .download_content img {
        float: none;
    }

    /* footer */
    .footer_logo {
        background-image: url("../public/image/footer-logo-mob.png");
        width: 200px;
        height: 44px;
        padding: 60px 0;
    }
    .copyright {
        padding: 10px 0 80px;
        text-align: center;
    }
    .follow_line_body {
        padding-top: 40px;
    }
    .follow_line {
        width: 36%;
        margin: 10px 2%;
    }
    .follow {
        width: 20%;
        margin: 0;
        letter-spacing: 3px;
    }
    .footer_icon_body{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .footer_icon.right {
        margin: 40px 15px 40px 40px;
    }
    .footer_icon {
        margin: 40px 40px 40px 15px;
    }
    .footer_logo {
        margin: 0 auto;
    }
    /* footer */
    
    /* table */
    .collapse.show {
        overflow-y: hidden;
    }
    .table th {
        min-width: 150px;
    }
    /* table */

    .modal-dialog{
        max-width:700px;
    }

    .benefits_body img{
        top: -43px;
    }
    .about_icon{
        margin-bottom: 15px;
    }
    .about_icon h3 {
        width: 100%;
        padding: 0;
    }
    .weChat_body .footer_icon_body{
        justify-content: center !important;
    }
    
}



@media (max-width: 767.98px) {
    #banner ,#banner .et-hero-tabs, .parallax-wrap, .parallax {
        min-height: 600px;
    }
    .top_banner_content .welcome {
        width: 100%;
    }
    .top_banner_content h3 {
        margin: 10px 0 20px 0;
        font-size: 20px;
    }
    .welcome .annotation {
        width: 100%;
    }
    #about .col-12 {
        padding: 0;
    }
    .contact_right img {
        margin: 15px 20px 15px;
    }
    .contact_right p {
        margin-bottom: 0;
    }
    #TNC .modal-content , #contactHotels .modal-content{
        padding: 25px 20px  80px 25px;
    }
    #contactHotels table tr > td{
        width: 100%;
        float: left;
    }
    #contactHotels table tr > td:nth-child(2){
        width: 100%;
    }
    #contactHotels .contactHotels_left{
        padding-left: 10px;
    }
    #download {
        background-image: url("../public/image/download-background-mob.svg");
        background-position: center top 140px;
    }
    .benefits-wrap > div:first-child  .benefits_body{
        margin-bottom: 60px;
    }
    .copyright a{
        font-size: 14px;
    }
    #contact{
        padding:120px 25px 60px 25px;
    }
    #contact h2{
        text-align: center;
        margin-bottom: 30px;
    }
    #privileges > div{
        padding: 0 !important;
    }
    .frame ul.main-news__items-wrapp li{
        width: 320px !important;
        min-width:0;
        margin: 0 10px !important;
    }
    .about_icon{
        margin-bottom: 60px;
    }
    .frame{
        padding: 30px 0;
    }
    #privileges{
        padding: 100px 0 10px 0 ;
    }
    #about{
        padding-top: 100px;
    }
    #benefits{
        padding: 100px 0 60px 0;
    }
    .download_content{
        padding-top: 0;
    }
    .copyright > div{
        font-size: 14px;
    }
    .tutorial .mobile{
        display: block;
    }
    .tutorial .desktop{
        display: none;
    }
	
	.tutorialguide .mobile{
    display: block;
    }
    .tutorialguide .desktop{
        display: none;
    }
	.rewards_banner .mobile{
    display: block;
    }
    .rewards_banner .desktop{
        display: none;
    }
	
    .download_content_app{
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .download_content_app img{
        max-width: calc(80% - 12px);
        margin: 0;
    }

    #contact h2 {
        text-align: center;
        font-size: 24px;
    }
    .contact_left {
        padding-right: 15px;
        text-align: center;
        font-size: 20px;
    }
    .contact_right {
        font-size: 20px;
    }
    html[lang="zh-HK"] .benefits_body, html[lang="zh-CN"] .benefits_body{
        min-height: 190px;
    }
    html[lang="zh-HK"] .benefits_body p, html[lang="zh-CN"]  .benefits_body p{
        padding: 0 40px;
    }
    .iphone_body {
        height: 300px;
        margin-top: 25%;
    }
    .news-slider__item{
        height: auto !important;
    }
    .parallax{
        background-image: url("../public/image/top_banner_mob.jpg");
    }
    .about_content {
        margin-left: -15px;
    }
    .tutorial {
        margin-top: 70px;
    }
	
	.tutorialguide {
        margin-top: 10px;
    }
    .contact_right table td {
        padding:0 0;
    }

}

@media (max-width: 575.98px) {  
    .top-logo, .parallax-about-banner, .parallax-privileges-banner, .parallax-contact-banner {
        display: none;
    }
    .about_content {
        margin: 0;
    }
    .let_go {
        background-size: 600px;
        height: 100px;
    }
    .download_top {
        top: 100px;
    }
    #carouselExampleIndicators {
        top: 50%;
        width: 35%;
    }
    #download {
        background-position: center top 100px;
    }
    .iphone {
        width: 454px !important;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* footer */
    .follow {
        width: 40%;
    }
    .follow_line {
        width: 26%;
    }
    .copyright {
        padding: 10px 0 60px;
    }
    /* footer */

}


@media (min-width: 576px) and (max-width: 991.98px) {  
    #carouselExampleIndicators {
        top: 50%;
        width: 32%;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .follow_line {
        width: 32%;
    }

}

@media (-webkit-device-pixel-ratio: 1.25) {
    * {
      zoom: 0.98;
    }
    html, body, video, .loading, .loading .source {
        zoom: 1;
    }
}
@media (-webkit-device-pixel-ratio: 1.5) {
    * {
      zoom: 0.96;
    }
    html, body, video, .loading, .loading .source {
        zoom: 1;
    }
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #f1f1f1;
	
	 margin-top:20px;
  font-size:15px;
  list-style:none;
  background:#fff;
  box-shadow:0px 5px 10px rgba(0,0,0,0.3);
  display:inline-block;
  border-radius:50px;
  position:relative;
	
	
	
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
	  float: none;

  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 30px 10px 30px;
  color: #4a4a4a;
display:inline-block;
  position:relative;
  z-index:1;
  transition-duration:0.6s;
}

/* Create an active/current tablink class */
.tab button.active {
animation: fadeEffect 2s;
  height:100%;
  display:inline-block;
  left:0px;
  color:#fff;
  top:0px;
  z-index:1;
  border-radius:50px;  
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #70449a 0%, #d363e4 100%);
  background: -webkit-linear-gradient(45deg, #70449a 0%,#d363e4 100%);
  background: linear-gradient(45deg, #70449a 0%,#d363e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70449a', endColorstr='#d363e4',GradientType=1 );

}


/* Style the tab content */
.tabcontent {
  display: none;
text-align: left;
  padding: 12px 12px;
  border: 0px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 2s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


.listac {
	position:relative;  
	background-color: #fff;
	cursor: pointer;
	padding: 18px; 
	padding-left: 2px; 
	padding-right: 28px;
	width: 100% - 30px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-bottom: 1px solid #bbbbbb;
	border-collapse: collapse;
}

.accordion {
	position:relative;  
	background-color: #fff;
	cursor: pointer;
	padding: 18px; 
	padding-left: 2px; 
	padding-right: 28px;
	width: 100% - 30px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-bottom: 1px solid #bbbbbb;
	border-collapse: collapse;
}

.accordion:visited {
	background-color: #fff;
	color: #ff614e;
}

.accordion:after {
	position: absolute;
	font-size: 24px;
	top:32%; right: 2px;
	content: '\002B'; /* + */
	font-weight: lighter;
	float: right;
	color: #ff614e;
	
}
.accordion.active:after {
	content: "\2212"; /* - */
	color: #ff614e;
}



.panel {
	padding: 0 2px;
	color:#4c4c4c;
	font-size: 14px;
	background-color: white;
	display: none;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-left: -20px;

}




ol.ol_style_1 li{

}


ol.ol_style_2 {
	list-style-type:lower-alpha;
}
ol.ol_style_2 li{
}


table.tb_1 {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	margin-bottom: 8px;
}
table.tb_1 th {
	border-collapse: collapse;
	font-weight: 600;
	padding: 10px;
	border: 1px solid #555;
	text-align: center;
	background-color: #E0E0E0;
}
table.tb_1 td {
	border-collapse: collapse;
	padding: 10px;
	border: 1px solid #555;
	vertical-align: top;
}


.coupon {
    border-radius: 24px;
    padding: 95px 0 0 0;
    min-height: 50px;
}
.coupon p {
    padding: 0 30px;
}
.coupon.go_royal_card_color {
    background: url("../public/image/benefits_bg.svg") no-repeat center top;
    background-size: 110% auto;
}
.coupon.go_royal_gold_card_color {
    background: url("../public/image/benefits_bg_b.svg") no-repeat center top;
    background-size: 110% auto;
}
.content-wrap-coupon {
    margin-top: 30px;
}
.coupon img {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%);
    width: 160px;
}
.coupon h2 {
    font-size: 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.hr-edge-weak {
    border: 0;
    padding-top: 1px;
    background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}

.row-line {
  display: flex;
  justify-content: space-between; /* 將div置於行末 */
  border-right: 1px solid #ccc; /* 創建直行分隔線 */
  padding-right: 1px; /* 格式化製作出一段距離分隔線的空間 */
}
.row-line:last-child{
    border-right: 1px solid #fff; /* 創建直行分隔線 */
}
@media (max-width: 575.98px) { 
    .hotel_icon_dl_all_en {
        height: auto;
        padding: 15px;
        display: inline-block;
        line-height: 20px;
    }
    .row-line,.row-line:last-child {
        border-right: 0px; /* 創建直行分隔線 */
        padding-right: 15px; /* 格式化製作出一段距離分隔線的空間 */
      }
    
 }

