/* KV */
.flat-sliders-container{
    padding-right: 11%;
    background-color: #FF7626;
}
.tp-banner-container{
    background-color: #1D1D1D;
    max-height: 1160px !important;
}
.flat-vertical{
    left: calc(100% - 50px);
    z-index: 9999;
    width: 380px;
    height: 32px;
    top: calc(100% - 250px);
}
.flat-vertical.social-links a, 
.flat-vertical.social-links span, 
.flat-vertical.reservation{
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6em;
}
.flat-vertical.social-links span:after{
    background-color: #FFF;
}
.slotholder:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: 20;
}
.tp-caption.title-slide{
    z-index: 21;
}
/* .kv_title{
    font-family: 'Noto Sans TC', sans-serif;
    text-align: right;
    position: absolute;
    top: 10%;
    right: 80px;
    z-index: 9998;
    width: calc(100% - 160px);
}
.kv_title p{
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    line-height: 1.6em;
}
.kv_title h2{
    font-size: 72px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.6em;
} */
 .tp-caption{
    white-space: normal;
 }
.tp-caption.description-slider,
.tp-caption.title-slide{
    font-family: "Noto Sans TC", sans-serif;
    color: #FFF;
    line-height: 1.6em !important;
    letter-spacing: 0;
    padding-left: 80px !important;
    text-transform: none;
    margin-top: 0 !important;
}
.tp-caption.description-slider{
    top: 34px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}
.tp-caption.title-slide{
    top: 70px !important;
    font-size: 72px !important;
    font-weight: 500 !important;
}
.kv_scroll_note{
    position: absolute;
    color: #FFF;
    font-size: 18px;
    line-height: 1.8em;
    left: 80px;
    bottom: 120px;
    z-index: 9998;
}
.kv_scroll_note span{
    padding-right: 10px;
}
.kv_scroll_note .kv_scroll_icon{
    display: inline-block;
    width: 213px;
    height: 37px;
    background-image: url('/images/kv_scroll_icon.png');
    background-size: cover;
    vertical-align: middle;
}
.tp-leftarrow.square, 
.tp-rightarrow.square{
    background-color: rgba(246, 90, 0, 1);
    border-radius: 100%;
}
.tp-leftarrow.square:before, 
.tp-rightarrow.square:before,
.tp-leftarrow.square:hover:before, 
.tp-rightarrow.square:hover:before{
    color: #FFF;
}
.tp-leftarrow.square:hover, 
.tp-rightarrow.square:hover{
    opacity: 1;
}
/* common style */
.flat-row{
    padding: 120px 0;
}
.home_title_block{
    text-align: center;
    margin-bottom: 55px;
}
.home_title_block .title{
    margin-bottom: 24px;
}
/* about */
.flat-row.flat-our{
    padding-top: 200px;
    padding-bottom: 120px;
}
.home_about_title .title_block.zh_style{
    margin: 20px 0;
}
.home_about_title .title_block.zh_style .title{
    font-size: 40px;
    line-height: 1.6em;
}
.flat-our .wrap-content-story{
    text-align: right;
}
.flat-row.flat_about_img{
    padding: 0 0 120px 0 !important;
}
.flat-row.flat_about_img img{
    width: 100%;
    height: auto;
}
/* menu */
.flat-row.flat-tab-menu{
    padding: 120px 0;
}
/* news */
.home_news_more{
    padding-top: 121px;
    text-align: center;
}
.home_news_more .more_btn{
    
}
/* store */
.home_store{
    background: fixed url('/images/bg_quotes.svg') no-repeat 60px 200px;
}
.home_store .store_content_block{
    width: 396px;
    display: inline-block;
    float: right;
}
.home_store .store_img_block{
    display: inline-block;
    width: calc(100% - 396px);
    vertical-align: top;
    text-align: right;
    float: right;
}
.home_store .store_img_block > img{
    max-width: 700px;
}
.home_store_btn{
    margin-top: 75px;
}
.home_store{
    /* padding-bottom: 78px; */
}
/* booking */
.home_booking{
    height: 516px;
    background-image: url('/images/home_booking_bg.svg');
    background-size: cover;
    background-position: bottom;
    border-radius: 160px 160px 0 0;
    padding: 0;
    display: table;
    width: 100%;
}
.home_booking .content_block{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.home_booking .content_block > h3{
    margin-bottom: 20px;
}
.home_booking_btn{
    padding-top: 56px;
}
/* PC */
@media only screen and (min-width: 992px){
    /* KV */
    .tp-leftarrow.square, 
    .tp-rightarrow.square{
        top: 45%;
        z-index: 10000;
    }
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
    .tp-caption.title-slide{
        font-size: 63px !important;
    }
    .kv_scroll_note{
        bottom: 85px;
    }
    /* store */
    .home_store .store_content_block,
    .home_store .store_img_block{
        width: 100%;
        display: block;
        float: none;
    }
    .home_store .store_img_block{
        text-align: center;
        margin-bottom: 40px;
    }
    .home_store .store_img_block > img{
        width: 100%;
        max-width: 100%;
    }
}
/* Mobile */
@media only screen and (max-width: 991px){
    /* KV */
    /* .kv_title{
        right: 32px;
        right: 16px;
        width: calc(100% - 100px);
    }
    .kv_title p{
        font-size: 14px;
    }
    .kv_title h2{
        font-size: 40px;
    } */
    .tp-caption.description-slider,
    .tp-caption.title-slide{
        padding-left: 16px !important;
        max-width: calc(100% - 45px) !important;
    }
     .tp-caption.description-slider{
        font-size: 14px !important;
        line-height: 1.8em !important;
    }
    .tp-caption.title-slide{
        font-size: 28px !important;
        line-height: 1.4em !important;
        top: 56px !important;
    }
    .flat-vertical{
        left: calc(100% - 23px);
        width: 173px;
        height: 30px;
        top: calc(100% - 110px);
    }
    .flat-vertical.social-links span{
        display: none;
    }
    .flat-vertical.social-links img{
        width: 20px;
        height: 20px;
    }
    .flat-vertical.social-links a{
        padding-left: 6px;
        padding-right: 6px;
    }
    .kv_scroll_note{
        font-size: 12px;
        right: 24px;
        bottom: 60px;
        left: 16px;
    }
    .kv_scroll_note .kv_scroll_icon{
        width: 120px;
        height: 36px;
        background-image: url('/images/kv_scroll_icon_m.png');
    }
    /* common style */
    .flat-row{
        padding: 80px 0 !important;
    }
    .home_title_block{
        text-align: left;
    }
    /* about */
    .flat-row.flat-our{
        padding: 60px 0 48px 0 !important;
    }
    .flat-our .flat-divider.d67px{
        display: none;
    }
    .flat-our .wrap-content-story{
        padding-left: 0;
        text-align: left;
        font-size: 14px;
        line-height: 1.8em;
    }
    .home_about_title .title_block.zh_style .title{
        font-size: 24px;
        line-height: 1.6em;
    }
    .flat-row.flat_about_img{
        padding: 0 0 80px 0 !important;
    }
    /* menu */
    .flat-row.flat-tab-menu{
        padding: 80px 0 !important;
    }
    /* news */
    .home_news_more{
        padding-top: 60px;
    }
    /* store */
    .home_store {
        padding-bottom: 62px !important;
        background: none;
    }
    .home_store_btn{
        text-align: center;
    }
    /* booking */
    .home_booking{
        background-image: url('/images/home_booking_bg_m.svg');
        border-radius: 40px 40px 0 0;
    }
    .home_booking .content_block > h3{
        font-size: 28px;
        line-height: 1.4em;
    }
    .home_booking .content_block > p{
        font-size: 14px;
        line-height: 1.8em;
    }
}
@media only screen and (max-width: 767px){
    .kv_scroll_note{
        bottom: 40px;
        display: none;
    }
}
@media only screen and (max-width: 478px) {
    .tp-caption.title-slide{
        max-width: 276px !important;
    }
    .kv_scroll_note {
        bottom: 20px;
    }
}