.visi-hide {
    visibility: hidden !important;
}

meta[property='og:title'] {
    font-size: 24px;
    color: red;
    /* 其他樣式屬性 */
}

meta[property='og:image'] {
    width: 300px;
    height: 300px;
    border: 2px solid #fa0d0d;
    border-radius: 50%;
    /* 其他樣式屬性 */
}

body {
    padding: 0 !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: auto;
}

.ui-widget.ui-widget-content {
    z-index: 3 !important;
}

.swal2-styled:focus {
    box-shadow: none;
}

.fa-chevron-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    /* 調整箭頭大小 */
    border-bottom: 10px solid transparent;
    /* 調整箭頭大小 */
    border-left: 10px solid #000;
    /* 調整箭頭顏色、粗細 */
    content: "";
}

.fa-chevron-left {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    /* 調整箭頭大小 */
    border-bottom: 10px solid transparent;
    /* 調整箭頭大小 */
    border-right: 10px solid #000;
    /* 調整箭頭顏色、粗細 */
    content: "";
}

.fa-chevron-right:before,
.fa-chevron-left:before {
    content: "";
}

.width-1200.content-box.no-bgimg.no-bs {
    width: 1300px;
}

#nav-side-wrap {
    height: auto;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}

#nav-side {
    height: 90px;
    position: relative;
    width: max-content;
}

#nav-side-werent {
    height: 90px;
    position: relative;
    transform: translateX(-23px);
}

#nav-side .hover-table {
    position: fixed;
    padding: 40px;
    background: #f5f5f5;
    height: 379px;
    box-sizing: unset;
    max-width: 1548px;
    margin: 0 auto;
    left: -24px;
    right: -24px;
    top: 92px;
    visibility: hidden;
    transition: all 0.1s linear;
}

#nav-side-werent .hover-table {
    position: fixed;
    padding: 40px;
    background: #f5f5f5;
    height: 239px;
    box-sizing: unset;
    max-width: 1548px;
    margin: 0 auto;
    left: -24px;
    right: -24px;
    top: 92px;
    visibility: hidden;
    transition: all 0.1s linear;
}

#nav-side:hover .hover-table {
    visibility: visible;
}

#nav-side-werent:hover .hover-table {
    visibility: visible;
}

.nav-li {
    position: relative;
}

li.nav-li .title-svg {
    position: absolute;
    left: -9px;
    opacity: 0;
    transition: all 0.1s linear;
    width: 25px;
    height: 25px;
}

li.nav-li:hover .title-svg {
    position: absolute;
    left: -9px;
    opacity: 1;
    transition: all 0.3s linear;
}

.table-img-wrap img {
    width: 100%;
}

.table-img-wrap {
    width: 250px;
}

.table-img-wrap-text {
    height: 130px;
}

img.table-img-text {
    height: 100%;
}

.table-bold-text {
    font-size: 20px;
    font-weight: 900;
    text-align: right;
    margin-top: 20px;
}

#nav-side:hover .nav-li:hover .nav-li-content {
    visibility: visible;
    background-color: #f8f9fa;
    width: max-content !important;
    padding: 20px 44.5px 10px 44.5px;
    text-align: center;
        box-shadow: 1px 1px 19px 6px rgba(0, 0, 0, 0.2);
}

#nav-side-werent:hover .nav-li-content {
    visibility: visible;
}

#nav-side .nav-li-content {
    position: absolute;
    top: 60px;
    right: 0px;
    left: -36px;
    height: max-content;
    z-index: 1;
    visibility: hidden;
}

#nav-side-werent .nav-li-content {
    position: absolute;
    top: 100px;
    right: 0px;
    left: 0px;
    border-right: 1px solid #e5e5e5;
    height: 252px;
    z-index: 1;
    visibility: hidden;
}

.nav-li-content div {
    font-size: 16px;
    padding: 0px 5px 16px 10px;
    position: relative;
}

.nav-li-content div.show a {
    cursor: pointer;
    color: #0094D8 !important;
    font-weight: bold;
    transition: all 0.3s linear;
}

.nav-li-content div {
    color: #000;
    font-weight: normal;
    transition: all 0s linear;
}

.sub-a-tag.show svg {
    transform: scale(0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s linear;
}

.hover-arrow svg {
    opacity: 1;
    transform: scale(0);
    transition: all 0.1s linear;
    fill: #0094D8 !important;
}

.hover-arrow {
    position: absolute !important;
    display: inline-block;
    top: 4px;
    left: -14px;
}

.nav li.nav-li a {
    font-size: 20px;
}

.nav li.nav-li .sub-a-tag a {
    font-size: 16px;
    color: #000;
    display: block;
    position: relative;
}

.nav li.nav-li a:hover {
    color: #000;
}

.nav-li-connect {
    position: absolute;
    height: 70px;
    right: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}

#nav-side:hover .nav-li-connect {
    display: block;
}

#nav-side-werent:hover .nav-li-connect {
    display: block;
}

.nav-li .title-svg-next {
    position: absolute;
    right: 6px;
    top: 0px;
    opacity: 0;
    transition: all 0.1s linear;
    fill: #0094D8;
}

.nav-li:hover .title-svg-next {
    position: absolute;
    right: 6px;
    top: 7px;
    opacity: 1;
    transition: all 0.3s linear;
}

.menu-item {
    min-height: 50px;
    border-bottom: 1px solid #d8dadd;
    width: 100%;
    cursor: pointer;
}

.menu-item .step-one {
    padding-left: 20px;
    color: #000;
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    position: relative;
}

.menu-item .step-one svg,
.menu-item .step-one img {
    width: 25px;
    height: 25px;
    margin-right: 12px;
}

.menu-item .step-one .wrap-tri {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    right: 10px;
    top: 23px;
    position: absolute;
}

.menu-item .step-one .tri {
    width: 15px;
    height: 15px;
    position: absolute;
}

.menu-item .step-one .wrap-tri.rotate {
    transform: rotate(180deg);
}

.menu-item-sub {
    display: none;
}

.menu-item-sub-text {
    background-color: #fff;
    height: 62px;
    line-height: 37px;
    padding: 12px 24px 12px 24px;
}

.menu-item-sub-text svg,
.menu-item-sub-text img {
    width: 8px;
    height: 8px;
    margin-right: 22px;
}

.lang-login-mobile {
    display: none ! important;
}

.lang-login-web {
    display: block;
}

.lang-select.form-select {
    line-height: 1 ! important;
}

.lang-select:focus {
    border-color: unset ! important;
}

.fixed-top {
    border-bottom: 3px solid #008cd6;
}

.tab-control svg {
    margin-right: 5px;
}

.tab-control {
    text-align: center;
    height: 40px;
    font-size: 17px;
    background: #d9d9d9;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: 5px;
}

.tab-control::before {
    display: inline-block;
    content: "▲";
    width: 10px;
    height: 10px;
    margin-right: 15px;
    transform: scaleX(1.2);
}

.tab-is-show {
    position: absolute;
    background: #008cd6;
    z-index: 1;
    color: #fff;
    right: 100px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 5px;
    font-size: 17px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
}

.tab-is-show::before {
    content: "▼";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    transform: scaleX(1.2);
}

.credit-link svg {
    transform: scale(1.2);
}

.credit-link {
    text-align: center;
}

.qr-code-mask {
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    display: none;
}

.qr-code-wechat {
    display: none;
    position: fixed;
    z-index: 100001;
}

.qr-code-whatapp {
    display: none;
    position: fixed;
    z-index: 10001;
}

.qr-code-wechat>img,
.qr-code-whatapp>img {
    width: 100%;
    height: auto;
    max-width: 300px;
    cursor: pointer;
}

.swal2-container {
    z-index: 1060000;
}


.lightbox-blank-2 {
    width: 448px;
}

.lightbox-input,
.lightbox-register-btn button,
.lightbox-verify-btn {
    height: 38px !important;
    width: 100%;
}

.community-btn-image {
    width: 20px;
    height: 20px;
}

.community-btn {
    background: #235789 !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
}

.login-lb {
    position: relative;
}

.lightbox-backdrop {
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.new-tag {
    position: relative;
}

.new-tag-mobile {
    font-size: 10px;
    color: #fff;
    background: #DC3545;
    border-radius: 28px;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 1px 6px 2px;
    margin-top: 2px;
    display: block;
}

.new-tag::after {
    position: absolute;
    font-weight: 400 !important;
    line-height: 1 !important;
    height: auto;
    right: -17px;
    top: -19px;
    content: "new";
    padding: 2px 6px 3px;
    font-size: 10px;
    color: #fff;
    background: #DC3545;
    border-radius: 28px
}

@media (max-width:768px) {
    .footer-comm-link {
        position: fixed;
        display: flex;
        justify-content: space-around;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .footer-link {
        padding-top: 25px;
    }

    .footer-comm-link>a {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        margin: 0;
        transition: transform 0.2s ease;
    }

    .footer-comm-link>div {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        margin: 0;
        transition: transform 0.2s ease;
    }

    @keyframes scaleAnimation {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.15);
        }

        100% {
            transform: scale(1);
        }
    }

    .footer-comm-link>a:hover {
        animation: scaleAnimation 0.3s;
    }

    .footer-comm-link>div:hover {
        animation: scaleAnimation 0.3s;
    }

    .icon-box {
        bottom: 48px;
    }

    .line {
        background-color: #00c200;
    }

    .fb {
        background: linear-gradient(45deg, #0498FA 14.61%, #5C5EFE 38.67%, #F44E90 66.28%, #FA8679 85.39%);
    }

    .wechat {
        background-color: #87ba4b;
    }

    .whatapp {
        background-color: #91dd5a;
    }

    .booking {
        background-color: #ff0000;
    }

    .footer {
        margin-bottom: 48px;
    }
}

@media (min-width: 600px) and (max-width:1650px) {
    .logo {
        height: auto;
        width: 160px;
        aspect-ratio: 976 / 160;
        margin-left: 20px;
        margin-right: 20px;
        transition: .3s;
        cursor: pointer;
    }
}

@media screen and (max-width:1232px) {
    #nav-side .hover-table {
        position: fixed;
        padding: 40px;
        background: #f5f5f5;
        height: 379px;
        box-sizing: unset;
        max-width: 1548px;
        margin: 0 auto;
        left: -24px;
        right: -24px;
        top: 92px;
        visibility: hidden;
        margin-left: -50px;
    }

    #nav-side-werent .hover-table {
        position: fixed;
        padding: 40px;
        background: #f5f5f5;
        height: 239px;
        box-sizing: unset;
        max-width: 1548px;
        margin: 0 auto;
        left: -24px;
        right: -24px;
        top: 92px;
        visibility: hidden;
        margin-left: -50px;
    }

    #nav-side-wrap {
        flex-wrap: wrap;
    }

    .table-img-wrap {
        display: none;
    }

    .table-img-wrap-text {
        display: none;
    }

    .table-bold-text {
        display: none;
    }

    #nav-side {
        margin-left: 50px;

    }

    #nav-side-werent {
        margin-left: 50px;

    }

    .logo {
        margin-top: 20px;
    }
}

@media screen and (max-width:1150px) {
    .logo {
        margin-top: unset;
    }

    #nav-side {
        visibility: hidden;
    }

    #nav-side-werent {
        visibility: hidden;
    }

    #nav-side-wrap {
        justify-content: unset;
        flex-wrap: nowrap;
    }

    .lang-login-mobile {
        display: block ! important;
    }

    .lang-login-web {
        display: none ! important;
    }
}

@media screen and (max-width:575px) {
    .qr-code-whatapp {
        transform: unset;
    }

    .qr-code-wechat {
        transform: unset;
    }
}

@media (max-width: 1440px) {
    .lang-login-box {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1360px) {
    #nav-side-wrap {
        flex-wrap: wrap;
    }

    .logo {
        margin-top: 20px;
    }

    #nav-side {
        margin-left: 35px;
    }

    #nav-side-werent {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1260px) {
    #nav-side {
        margin-left: 5px;
    }

    .lang-login-box {
        margin-right: 0px;
    }

    .tool-link{
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 1150px) {
    .logo {
        margin-top: unset;
    }

    .lang-login-box {
        margin-right: 0px;
    }

}

#nav-side .nav-li:last-child .nav-li-content {
    border-right: 0px solid #000;
}

#nav-side-werent .nav-li:last-child .nav-li-content {
    border-right: 0px solid #000;
}

.text-center.sub-a-tag {
    text-align: left !important;
}

.active-hide {
    display: none;
}

a.lang {
    display: inline-block;
    width: 100%;
    text-align: left
}

.fi {
    width: 16px;
}

.language-bottom .fi {
    margin-right: 8px;
}

.text.active {
    background: #E9ECEF;
}

.language-wrap .text {
    padding: 4px 4px 3px 4px;
}

.lang-login-web .language-wrap .text {
    padding: 4px 4px 3px 13px;
}

.language-wrap {
    position: relative;
    width: 112px;
    display: flex;
    justify-content: center;
}

.language-wrap img.one {
    position: absolute;
    left: -3px;
    top: 3px;

}

.language-wrap img.two {
    position: absolute;
    right: 0px;
    top: 5px
}

.language-bottom {
    display: none;
    position: absolute;
    width: 112px;
    border-radius: 4px;
    text-align: center;
    padding: 4px 0px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 7px 20px 2px rgba(0, 0, 0, 0.25);
    top: 25px;
}

.language-bottom .text:hover {
    background-color: #E9ECEF;
}

.language-wrap:hover .language-bottom {
    display: block;
}

.bridge {
    height: 50px;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: none;
}

.language-wrap:hover .bridge {
    display: block;
}

.mobile-login-div .language-wrap {
    color: #fff;
    z-index: 10;
}

.mobile-login-div .lang.active-show {
    color: #fff
}

.mobile-login-div .language-bottom {
    display: none;
    position: absolute;
    width: 94px;
    border-radius: 4px;
    text-align: center;
    padding: 4px 0px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 7px 20px 2px rgba(0, 0, 0, 0.25);
    top: 25px;
}

.mobile-login-div .bridge {
    height: 50px;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: none;
}

.vl-shown {
    overflow: hidden;
}

.vl-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    z-index: 9999;
}

.vl-overlay.vl-active {
    display: flex;
}

.vl-overlay.vl-full-page {
    z-index: 9999;
    position: fixed;
}

.vl-overlay .vl-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
}

.vl-overlay .vl-icon,
.vl-parent {
    position: relative;
}

.werent-links {
    margin-bottom: 70px;
}

.werent-links a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
}

.werent-links a img {
    max-width: 100%;
}

.fb img {
    padding: 10px;
    background: linear-gradient(45deg, #0498FA 14.61%, #5C5EFE 38.67%, #F44E90 66.28%, #FA8679 85.39%);
    border-radius: 50%;
    overflow: visible;
}

@media (max-width: 768px) {
    .fb img {
        padding: 10px;
        background: unset;
        border-radius: 50%;
        overflow: visible;
    }
}

.style-none {
    list-style: none !important;
}


@media (max-width: 768px) {
    .gc-border-end:not(:last-child) {
        border-right: 1px solid white !important;
    }
}

.italic-text {
    font-style: italic !important;
}

img,
canvas {
    overflow: clip !important;
}
