body * {
    font-family: 'Helvetica Neue', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}
.header-container {
    transition: all 0.35s;
}
.header-container.header-down {
    /*transform: translateY(-100%);*/
}
.header-container.header-up {
    transform: translateY(0%);
}
.inner-container {
    max-width: 1465px;
    width: 88.9%;
}
.header-container-inner {
    height: 88px;
}
.header-right-container {
    width: 70.1%;
}
.header-container .logo-container {
    top: 50% !important;
    transform: translate(0%, -50%) !important;
}
.logo-container img,
.logo-container {
    max-height: 60px;
    width: auto;
    max-width: 225px;
}
.menu-icon-container > div {
    height: 1px;
    border-radius: 2px;
}
.menu-icon-container {
    width: 19px;
    height: 12px;
}
@media only screen and (min-width: 1024px) and (max-width: 1599px) {
    .header-right-container {
        /* width: 80.3%; */
    }
}
@media only screen and (min-width: 0px) and (max-width: 1279px) {
    .header-container-inner {
        height: 66px;
    }
    .logo-container img,
    .logo-container {
        max-height: 46px;
        width: auto;
    }
    .inner-container {
        width: 90%;
    }
}
article.dining,
.single-dining {
    background: #242D33;
}
.dining-detail-banner {
    position: relative;
    z-index: 1;
    height: 740px;
    clip-path: polygon(0 0, 100% 0, 100% 67.5%, 50% 100%, 0 67.5%);
}
.dining-detail-banner .home-video-slogan {
    transform: translate(0%, 0.3em);
    transition: opacity 300ms 400ms linear, transform 500ms 400ms ease-out;
    position: static;
}
.dining-detail-banner .home-video-slogan.active {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: opacity 300ms 300ms linear, transform 400ms 300ms ease-out;
}
.dining-detail-banner-inner {
    height: 740px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.dining-detail-banner header.entry-header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.dining-detail-banner header.entry-header .entry-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    margin-top: 18px;
    padding: 60px 0;
}
.dining-detail-banner .post-thumbnail:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 15, 18, 0) 50.04%, rgba(4, 15, 18, 0.4) 62.7%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    /* clip-path: polygon(0 0, 100% 0, 100% 67.5%, 50% 100%, 0 67.5%); */
}
.dining-detail-banner .post-thumbnail {
    position: relative;
    height: 740px;
    /* clip-path: polygon(0 0, 100% 0, 100% 67.5%, 50% 100%, 0 67.5%); */
}
.dining-detail-banner .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dining-detail-content {
    margin-top: -304px;
    padding-top: 285px;
    padding-bottom: 109px;
    position: relative;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.background-image:before {
    content: '';
    position: absolute;
    width: 42.92%;
    height: 100%;
    left: 0px;
    top: 0;
    background: linear-gradient(90deg, #242D33 38.59%, rgba(36, 45, 51, 0.5) 70.73%, rgba(36, 45, 51, 0) 94.83%);
}

.background-image:after {
    content: '';
    position: absolute;
    width: 42.92%;
    height: 100%;
    right: 0px;
    top: 0;
    background: linear-gradient(270deg, #242D33 38.59%, rgba(36, 45, 51, 0.5) 70.73%, rgba(36, 45, 51, 0) 94.83%);
}

.background-image .background-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.background-image .background-bottom {
    width: 100%;
    height: 658px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #242D33 38.59%, rgba(36, 45, 51, 0.5) 70.73%, rgba(36, 45, 51, 0) 94.83%);
}
.dining-detail-content .container {
    max-width: 840px;
    text-align: center;
    position: relative;
}
.dining-detail-content .container {
    max-width: 840px;
    text-align: center;
    box-sizing: border-box;
}

.detail-heading {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.detail-heading:before,.detail-heading:after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.detail-heading h2 {
    padding: 0 40px;
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.detail-content {
    margin-top: 200px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}

.detail-content p {
    margin-top: 0;
    margin-bottom: 28px;
}

.detail-content p:last-child {
    margin-bottom: 0;
}

.detail-content .button {
    border-radius: 100px;
    padding: 15px 30px 13px;
    display: inline-flex;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 39px;
    box-sizing: border-box;
}
.detail-content .button:hover {
    background: rgba(255, 255, 255, 0.15);
}
.menu-items {
    flex-wrap: wrap;
    gap: 40px 0;
    display: flex;
    justify-content: flex-start;
}
.menu-items .menu-item-button:nth-child(3n+1) {
    display: flex;
    justify-content: flex-start;
}
.menu-items .menu-item-button:nth-child(3n) {
    justify-content: flex-end;
}
.menu-items .menu-item-button {
    display: flex;
    justify-content: center;
    width: calc(100% / 3);
}
.menu-items .button {
    background: rgba(255, 255, 255, 0.05);
    margin-top: 20px;
    min-width: 170px;
}


.dining-detail-gallery {
    overflow: hidden;
}
.dining-detail-gallery .container {
    max-width: 1920px;
    box-sizing: border-box;
}

.dining-detail-gallery .dining-gallery-swiper {
    max-width: 149.65%;
    width: 149.65%;
    margin-left: -24.825%;
    overflow: visible;
    padding-top: 175px;
    padding-bottom: 148px;
}
.dining-detail-gallery .dining-gallery-swiper .swiper-wrapper {
    align-items: center;
}
.dining-detail-gallery .fadein-ele.scrolled .swiper-slide-active .gallery-image {
    transform: scale(1.70213);
    padding-bottom: 54.168%;
}
.dining-detail-gallery .fadein-ele.scrolled .swiper-slide-active .gallery-image:hover {
    /* transform: scale(1.82); */
}
.dining-detail-gallery .swiper-slide-active {
    z-index:1
}
.dining-detail-gallery .gallery-image {
    transition: transform .6s;
    position: relative;
    padding-bottom: 74.61%;
}
.dining-detail-gallery .gallery-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dining-detail-gallery .swiper-pagination {
    bottom: 0;
    box-sizing: border-box;
    top: auto;
    position: relative;
}
.dining-detail-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 15px;
    border-radius: 0;
    opacity: 1;
    box-sizing: border-box;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    background: transparent;
}
.dining-detail-gallery .swiper-pagination .swiper-pagination-bullet:before {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
}
.dining-detail-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: rgba(255, 255, 255, 1);
}
.dining-detail-contact {
    margin-top: -355px;
    padding-top: 569px;
    padding-bottom: 335px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dining-detail-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(36, 45, 51, 0) 51.76%, #242D33 86.24%), linear-gradient(180deg, rgba(36, 45, 51, 0) 60.06%, rgba(36, 45, 51, 0.7) 89.42%), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.dining-detail-contact .container {
    max-width: 894px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.dining-detail-contact .content {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}

.dining-detail-contact .content p {
    margin-top: 0;
}

.dining-detail-contact .content p:last-child {
    margin-bottom: 0;
}

.dining-detail-contact .detail-heading {
    margin-bottom: 80px;
}
.dining-detail-contact .contact-detail {
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 79px 0 0;
    padding-left: 11px;
}
.dining-detail-contact .contact-detail span {
    text-transform: uppercase;
}

.dining-detail-contact .contact-detail p {
    margin: 7px 0 0;
}

.dining-detail-contact .social-links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 79px 0 0;
}
.dining-detail-contact .social-links img {
    max-width: 24px;
    max-height: 24px;
}
.dining-detail-contact .social-links a {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    margin: 0 14px;
}

.dining-detail-contact .social-links a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1600.98px) {
    .dining-detail-gallery .dining-gallery-swiper {
        margin-left: -35%;
        max-width: 170%;
        width: 170%;
        padding-top: 145px;
        padding-bottom: 115px;
    }
    .dining-detail-contact {
        padding-bottom: 298px;
    }
    .dining-detail-gallery .fadein-ele.scrolled .swiper-slide-active .gallery-image {
        transform: scale(1.57705);
        padding-bottom: 54.0549%;
    }
    .dining-detail-gallery .fadein-ele.scrolled .swiper-slide-active .gallery-image:hover {
        /* transform: scale(1.70164);
        padding-bottom: 54.145%; */
    }
}
@media (max-width: 1199.98px) {
    .dining-detail-contact .contact-detail {
        padding-left: 0;
    }
}
@media (max-width: 767.98px) {
    .dining-detail-banner header.entry-header .entry-title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 24px;
    }
    .dining-detail-banner-inner,
    .dining-detail-banner,
    .dining-detail-banner .post-thumbnail {
        height: 345px;
        clip-path: polygon(0 0, 100% 0, 100% 85.5%, 50% 100%, 0 85.5%);
    }

    .detail-heading h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .dining-detail-content {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: -60px;
    }

    .detail-content {
        margin-top: 120px;
        font-size: 16px;
        line-height: 22px;
    }

    .detail-heading {
        margin-bottom: 31px;
    }

    .detail-content p {
        margin-bottom: 22px;
    }

    .detail-content .button {
        padding: 13px 21px 11px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
        background: rgba(255, 255, 255, 0.2);
    }

    .content-dinner .detail-heading {
        margin-bottom: 40px;
    }

    .menu-items {
        padding: 0 30px;
        gap: 12px 0;
    }
    .menu-items .menu-item-button {
        width: calc(100% / 2);
    }    
    .menu-items .menu-item-button:nth-child(3n+1),
    .menu-items .menu-item-button:nth-child(3n) {
        justify-content: center;
    }
    .menu-items .menu-item-button:nth-child(2n+1) {
        justify-content: flex-start;
    }
    .menu-items .menu-item-button:nth-child(2n) {
        justify-content: flex-end;
    }
    .menu-items .button {
        margin-top: 28px;
        background: rgba(255, 255, 255, 0.1);
        padding: 13px 10px 11px;
        min-width: 130px;
    }

    .dining-detail-gallery .gallery-image,
    .dining-detail-gallery .swiper-slide-active .gallery-image {
        padding-bottom: 54.29%;
    }

    .dining-detail-gallery .container {
        max-width: 62.95%;
        max-width: calc(50% + 67px);
    }
    .dining-detail-gallery .dining-gallery-swiper {
        padding-top: 115px;
        padding-bottom: 82px;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .dining-detail-gallery .fadein-ele.scrolled .swiper-slide-active .gallery-image:hover, 
    .dining-detail-gallery .fadein-ele.scrolled .swiper-slide-active .gallery-image {
        /* transform: scale(1.57656);
        padding-bottom: 54.29%; */
    }
    .dining-detail-contact {
        margin-top: -100px;
        padding-top: 234px;
        padding-bottom: 138px;
        background-position: center;
    }
    .dining-detail-contact .content {
        font-size: 16px;
        line-height: 22px;
        padding: 0 10px;
    }

    .dining-detail-contact .contact-detail {
        flex-direction: column;
        font-size: 16px;
        line-height: 22px;
    }

    .dining-detail-contact .contact-detail {
        padding-left: 0;
        gap: 29px;
    }

    .dining-detail-contact .contact-detail span {
        font-size: 18px;
        line-height: 24px;
    }
    .background-image:before {
        width: 588px;
        left: -480px;
    }

    .background-image:after {
        width: 588px;
        right: -480px;
    }

    .background-image {
        overflow: hidden;
    }

    .background-image .background-bottom {
        height: 560px;
    }
}