body, html {
    font-size: 16px;
    color: #0F2B5B;
    height: 100%;
    background: #fff;
    min-width: 320px;
}

body, input, select, textarea {
    font-family: Roboto, sans-serif;
}

body.tc, input, select, textarea {
    font-family: "Noto Sans TC", sans-serif;
}

body.sc, input, select, textarea {
    font-family: "Noto Sans SC", sans-serif;
}

.passion-one-regular {
    font-family: "Passion One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tc .passion-one-regular {
    font-family: "Passion One", "Noto Sans TC", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.sc .passion-one-regular {
    font-family: "Passion One", "Noto Sans SC", sans-serif;
    font-weight: 900;
    font-style: normal;
}


.loading {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ed72aa;
    display: block;
    z-index: 9999;
    transition: height 1.0s cubic-bezier(0.690, 0.005, 0.350, 1.000) 50ms;
}

.loading div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00aeef;
    transition: height 1.1s cubic-bezier(0.690, 0.005, 0.350, 1.000) 0s;
}

.loading.hide {
    height: 0;
}

.loading.hide div {
    height: 0;
}

.wrapper {
    position: relative;
    height: 100%;
}

.content {
    position: relative;
    height: 100%;
}

img {
    box-sizing: border-box;
}

.blue {
    color: #00aeef;
}

.pink {
    color: #ed72aa;
}

.strong {
    font-weight: bold;
}

.section {
    perspective: 1000px;
}

.btn {
    display: block;
    text-align: center;
    /* min-width: 20px; */
    padding: 16px;
    color: var(--White, #FFF);

    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
    width: fit-content;
    border-radius: 100px;
    width: fit-content;
    box-sizing: border-box;
    min-width: 80%;
    margin: 12px auto;


}

.regBtn {
    background: var(--VTC-Blue, #0F2B5B);
}

.comingBtn {
    background: var(--Text-Black, #3C3C3C);
}

.item-container.hide {
    display: none;
}

.item-container .item img {
    width: 100%;
}

.expend {
    display: block;
    margin: 0 auto;
    padding: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    width: fit-content;

}

.expend.icn_hide {
    display: block;
    margin: 0 auto;
    padding: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    width: fit-content;
}

.expend img {
    width: 26px;
    vertical-align: middle;
}

.expend.icn_hide img {
    width: 26px;
    vertical-align: middle;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    z-index: 1000;
}

.headerContainer {
    position: relative;
    border-radius: 0px 0px 60px 60px;
    background: #FFF;
    box-shadow: 0px 6px 14px 0px rgba(115, 115, 115, 0.20);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 38px;
    box-sizing: border-box;
    gap: 16px;
    max-width: 1440px;
    margin: 0 auto;
}

.header .logos {
    height: 70px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: start;
}

.header .logos a {
    display: block;
    height: 100%;
}

.header .logos a img {
    display: block;
    height: 100%;
}

.header .menuSection {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-grow: 1;
    gap: 16px;
}

.header .menuSection .menu {
    flex-grow: 1;
}

.header .menuSection .menu ul {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px 42px;
}

.header .menuSection .menu li {}

.header .menuSection .menu a {
    display: inline-block;
    vertical-align: top;
    color: #0f2b5b;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 2px;
}

.header .menuSection .menu a:hover {
    color: #00aeef;
    padding-bottom: 0;
    border-bottom: 2px solid #00aeef;
}


.header .menuFooter {
    height: 70px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: start;
}

.header .menuFooter a {
    display: block;
    height: 100%;
}

.header .menuFooter a img {
    display: block;
    height: 100%;
}

.header .mobileMenu .menuToggle {
    display: block;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #00aeef;

}

.header .mobileMenu .menuToggle span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background: #0F2B5B;
    border-radius: 2px;
    transition: all 0.3s ease;
    font-size: 0px;
}

.header .mobileMenu .menuToggle span:nth-child(1) {
    top: 11px;
    left: 7px;
}

.header .mobileMenu .menuToggle span:nth-child(2) {
    top: 20px;
    left: 7px;
}

.header .mobileMenu .menuToggle span:nth-child(3) {
    top: 29px;
    left: 7px;
}

.openMenu .header .mobileMenu .menuToggle span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.openMenu .header .mobileMenu .menuToggle span:nth-child(2) {
    top: 21px;
    transform: rotate(-45deg);
}

.openMenu .header .mobileMenu .menuToggle span:nth-child(3) {
    opacity: 0;
}

.header .lang select {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #00aeef;
    font-size: 21px;
    line-height: 31px;
    padding: 0 20px 0 10px;
    color: #0F2B5B;
    font-weight: bold;
    background: url(../images/arrow-select.png) no-repeat right center;
    background-size: 20px auto;
}

.header .lang a {
    display: none;
}

.header .mobileMenu {
    display: none;
}

/* Home */
.container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 25px;
    height: 100%;
}

.home {
    position: relative;
    min-height: 920px;
    height: 100%;
    background: #77CAEB;
    background: linear-gradient(0deg, rgba(119, 202, 235, 1) 0%, rgba(231, 244, 252, 1) 20%, rgba(242, 249, 253, 1) 50%, rgba(209, 235, 247, 1) 75%, rgba(196, 230, 245, 1) 100%);
}

.home .kv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/home_kv.png) no-repeat 50% 50%;
    background-size: cover;
    z-index: 0;
}

.home .title {
    position: absolute;
    top: -100px;
    left: 0;
    width: 60%;
    transition: top 1s cubic-bezier(0.000, 0.7, 0.000, 1.000) 0.3s;
}

.home .title.show {
    top: 150px;
}

.home .title h1 {
    font-size: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.home .title img {
    width: 100%;
}

.home .info {
    position: absolute;
    bottom: 38px;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    border-radius: 100px;
    transform: translate(-50%, 0px);
    width: calc(100vw - 64px);
    width: 88%;
    max-width: 1440px;
}

.home .info .info_left {
    flex-grow: 1;
}

.home .info .date {
    position: relative;
    font-size: 36px;
    line-height: 1.1em;
}

  .tc .home .info .date{
        font-size: 36px;
        font-family: "Noto Sans TC", sans-serif;
    }

.home .info .address {
    font-size: 21px;
    line-height: 1.1em;
    font-weight: 600;
}

.home .info .btn_guideMap {
    border-radius: 100px;
    background-color: #0f2b5b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    font-size: 26px;
    color: #fff;
    min-width: 200px;
    transition: filter 0.3s ease;
}

.tc .home .info .btn_guideMap {
    color: var(--White, #FFF);
    font-family: "Noto Sans TC";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
}

.sc .home .info .btn_guideMap {
    font-family: "Noto Sans SC";
}

.home .info .btn_guideMap:hover {
    filter: brightness(1.5);
}

.home .info .date .bubbleBox {
    position: absolute;
    background: url(../images/free_bubble.png) no-repeat center center;
    background-size: 100% 100%;
    width: 166px;
    height: 186px;
    bottom: 120%;
    left: 1%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 70px 15px 15px;
    animation: bubbleBox 1s ease-in-out infinite alternate;
}

.tc .home .info .date .bubbleBox {
    position: absolute;
    background: url(../images/free_bubble.png) no-repeat center center;
    background-size: 100% 100%;
    width: 166px;
    height: 159px;
    bottom: 160%;
    left: 1%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 85px 15px 8px;
    animation: bubbleBox 1s ease-in-out infinite alternate;
}

@keyframes bubbleBox {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -10px);
    }
}

.tc .home .info .date .bubbleBox span {
    font-size: 34px;
}

.home .info .date .bubbleBox .giftboxfx {
    position: absolute;
    background: url(../images/gift_box_fx.png) no-repeat center center;
    background-size: 100% 100%;
    width: 38px;
    height: 38px;
    bottom: 98%;
    left: 98%;
    color: #fff;
    animation: giftboxfx 0.7s ease-out infinite alternate;
}

.home .info .date .bubbleBox .giftbox {
    position: absolute;
    background: url(../images/gift.png) no-repeat center center;
    background-size: 100% 100%;
    width: 98px;
    height: 102px;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0) rotateZ(0deg);
    color: #fff;
    animation: giftbox 1s ease-out infinite alternate;
}

@keyframes giftbox {
    0% {
        transform: translate(-50%, 0) rotateZ(0deg);
    }

    25% {
        transform: translate(-50%, 0) rotateZ(10deg);
    }

    50% {
        transform: translate(-50%, 0) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, 0) rotateZ(0deg);
    }
}

@keyframes giftboxfx {
    0% {
        opacity: 1;
        width: 38px;
        height: 38px;
    }

    25% {
        opacity: 0.2;
        width: 48px;
        height: 48px;
    }

    50% {
        opacity: 1;
        width: 38px;
        height: 38px;
    }

    100% {
        opacity: 1;
        width: 38px;
        height: 38px;
    }
}

.shareBtns {
    position: fixed;
    bottom: 36px;
    /* left: 0; */
    right: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    z-index: 946;

}

.shareBtns.static {
    position: absolute;
    top: -118px;
    bottom: unset;
    /* left: 0; */
    right: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    z-index: 946;
}

.footer {
    position: relative;
}

.hoverBtn:hover::after {
    transform: translate(15px, -15px);
    transition: 0.3s linear;
    z-index: 2;
}

.shareBtns #goToTop {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #0F2B5B;
    border-radius: 100px;
    position: relative;


    font-size: 0px
}

.shareBtns #goToTop::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #E0E6C1;
    border-radius: 24px;
    border: 2px solid white;
    background-image: url(../images/icn_top.svg);
    background-repeat: no-repeat;
    background-size: 54px auto;
    background-position: center;

    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;


}

.tc .shareBtns #goToTop::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #E0E6C1;
    border-radius: 24px;
    border: 2px solid white;
    background-image: url(../images/icn_top_tc.svg);
    background-repeat: no-repeat;
    background-size: 54px auto;
    background-position: center;

    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;




}

.sc .shareBtns #goToTop::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #E0E6C1;
    border-radius: 24px;
    border: 2px solid white;
    background-image: url(../images/icn_top_sc.svg);
    background-repeat: no-repeat;
    background-size: 54px auto;
    background-position: center;

    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;


}

.tc .about-content-item .nowrap {
    white-space: nowrap;
}

.shareBtns #share {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #0F2B5B;
    border-radius: 100px;
    position: relative;


    font-size: 0px
}

.shareBtns #share::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #D2EDF7;
    border-radius: 24px;
    border: 2px solid white;
    background-image: url(../images/icn_share.svg);
    background-repeat: no-repeat;
    background-size: 39px auto;
    background-position: center;
    left: 0px;
    top: 0px;
    z-index: 1;


}



h2 .title_block {
    display: inline-block;
    position: relative;
    padding: 12px 16px 8px;
    border-radius: 22px;
    font-size: 80px;
    line-height: 1em;
    overflow: hidden;
    background: #ed72aa;

}

.tc h2 .title_block {
    padding: 18px 16px 8px;
}

h2 .title_block span {

    display: block;
    transform: translate(0, 100%);
    transition: transform 0.8s cubic-bezier(0, .47, .24, 1.25) 0.2s;
}

.inview h2 .title_block span {
    transform: translate(0, 0);
}

/* about */
.about {
    position: relative;
    background: radial-gradient(50% 50.07% at 50% 72%, #CDEAF8 0%, #77CAEB 100%);
    padding: 100px 0;
}

.about .passion-one-regular br {
    display: none;
}

.about .container {

    background-size: 100% 100%;
}

.about .about-content-item-desc {
    color: #0F2B5B;



    /* desktop/subtitle */

    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
}

.about .bold {
    font-family: "Passion One";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 111.111% */

}

.tc .about .bold {
    font-family: "Noto Sans TC";
    font-weight: 900;
}

.sc .about .bold {
    font-family: "Noto Sans SC"
}

.about .nowrap {
    white-space: noWrap;
}

.about .about-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.about .about-content-item img {
    max-width: 120px;
}

.about .about-content-item {
    width: fit-content;
    max-width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.about h2 {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 145px;
}

.about h2 .title_block:nth-child(1) {
    background: #BAC405;
    margin-right: -80px;
    transform: rotateZ(-7deg);
    z-index: 2;
    position: relative;

}

h2 .title_outside {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.about h2 .title_outside:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 4%;
    left: -5%;
}

.tc .about h2 .title_outside:nth-child(1)::before {
    left: -6%;
}

.about h2 .title_outside:nth-of-type(2) .title_block {
    background: #0F2B5B;
    color: #fff;
    margin-left: -80px;
    top: 95px;
    transform: rotateZ(3deg);
    z-index: 1;
    left: -83px;
    position: relative;
}

.tc .about h2 .title_outside:nth-of-type(2) .title_block {
    background: #0F2B5B;
    color: #fff;
    margin-left: -16px;
    top: 107px;
    transform: rotateZ(3deg);
    z-index: 1;
    left: -83px;
    position: relative;
}

.about h2 .title_outside:nth-child(3)::before {
    content: '';
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_pink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 94%;
    right: -6%;
}


.about .about-content {
    text-align: center;
    padding: 150px 250px 100px;
    font-size: 21px;
    line-height: 1.3em;
}

.about .about-content h3 {
    font-size: 36px;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.about .about-content p {
    margin-bottom: 20px;
}

.about .about-content-desc {
    margin-top: 40px;
    text-align: center;
    padding: 0px 40px;
}

.about .about-content-desc p {
    color: var(--VTC-Blue, #0F2B5B);
    text-align: center;

    font-family: Roboto, 'Noto Sans TC', 'Noto Sans SC';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.about .about-content-desc h4 {
    color: var(--VTC-Blue, #0F2B5B);
    text-align: center;

    font-family: Roboto, 'Noto Sans TC', 'Noto Sans SC';
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
}

/* stage */
.stage {
    position: relative;

    padding: 100px 0;
}

.stage .slick-list {
    padding: 50px 0px 0px;
}


.stage .container {
    max-width: unset;
}

.stage .stage-content {
    background: #fff url(../images/bg_stage.jpg) no-repeat top center;
    background-size: auto 219px;
}

.stage .innerHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 38px;
    margin-bottom: 60px;
    padding: 0 25px;
    max-width: 1440px;
    margin: 0 auto 60px;

}



.stage #deco_spotlight {
    position: absolute;
    top: -2px;
    max-width: 400px;
    left: 4%;
    width: 21%;
    min-width: 170px;
    z-index: 3;
}

.stage h2 {
    display: block;
    text-align: center;
    position: relative;
    top: 48px;
}

.tc .stage h2 br {
    display: none;
}

.tc .stage h2 {
    display: flex;
    top: 0px;
}

.tc .stage h2 .title_block {
    white-space: nowrap;
}

.stage h2 .title_block:nth-child(1) {
    background: #FFC222;
    transform: rotateZ(-7deg);
    z-index: 2;
    position: relative;
    top: -10px;
}

.stage h2 .title_outside:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -46%;
    right: -15%;
    transform: rotateY(180deg);
}



.stage h2 .title_block:nth-child(3) {
    background: #00AEEF;
    color: #fff;
    transform: rotateZ(1deg);
    z-index: 1;
    top: -10px;
}

.stage h2 .title_outside:nth-of-type(2) .title_block {
    color: #0F2B5B;
    background: #00AEEF;
    transform: rotateZ(1deg);
    z-index: 1;
    top: -10px;
    position: relative;
}

.tc .stage h2 .title_outside:nth-of-type(2) .title_block {
    color: #0F2B5B;
    background: #00AEEF;
    transform: rotateZ(1deg);
    z-index: 1;
    top: 10px;
    left: -3px;
    position: relative;
}


.stage .slick-slide {
    position: relative;
    max-width: 324px;
    margin: 0 20px;
}

.stage .container {
    padding: 0px;
}

.stage .des {
    padding: 0 38ox;
}

.stage .des p {
    font-size: 21px;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 8px;
}

.stage .stage-content {}

.stage .slick-list {
    padding: 50px 0px 0px;
    max-width: 1440px;
    margin: auto;
}

.stage .des p.remarks {
    font-size: 15px;
    line-height: 1.4em;
}

.stage .slider .item {
    max-width: 324px;

}

.stage .stage-image {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    overflow: hidden;
    border-width: 6px;
    border-style: solid;
}

.orange-br {
    border-color: #FFC222;
}

.pink-br {
    border-color: #ED72AA;
}

.white-br {
    border-color: white;
}


.blue-br {
    border-color: #00AEEF;
}

.green-br {
    border-color: #BAC405;
}

.stage .stage-title {
    font-family: "Passion One";
    font-size: 36px;
    font-style: normal;

    line-height: 40px;
    /* 111.111% */
}

.stage .stage-title .remark {
    color: var(--VTC-Blue, #0F2B5B);

    /* desktop/content bold */
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

.tc .stage .stage-title {
    font-family: "Noto Sans TC";
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    /* 114.286% */
}

.sc .stage .stage-title {
    font-family: "Noto Sans SC";
}

.tc .stage .stage-title .remark {
    color: var(--VTC-Blue, #0F2B5B);

    /* desktop/content bold */
    font-family: "Noto Sans TC";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

.sc .stage .stage-title .remark {
    font-family: "Noto Sans SC";
}

.stage .stage-time {
    color: #0F2B5B;
    font-family: "Roboto";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
    /* 126.923% */

}

.tc .stage .stage-time {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}

.stage .stage-time.blue .divisor {
    color: #0F2B5B;
    display: inline-block;
    padding: 0px 5px 0px 2px;
}

.stage .stage-time.green .divisor {
    color: #0F2B5B;
    display: inline-block;
    padding: 0px 5px 0px 2px;
}

.stage .stage-time.orange .divisor {
    color: #0F2B5B;
    display: inline-block;
    padding: 0px 5px 0px 2px;
}

.stage .remark {
    display: block;
    color: #0F2B5B;

    /* desktop/t&c */
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.slick-prev {
    position: absolute;
    left: 120px;
    top: 112px;
    width: 80px;
    height: 80px;
    background-color: #ED72AA;

    border-radius: 100%;
    font-size: 0px;
    border: 0px;
}

.slick-prev::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/icn_prev.svg);
    background-position: center;
    border: 0px;
    background-size: 100% auto;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.slick-prev:hover::after {
    transform: translate(15px, -15px);
    transition: 0.3s linear;
    z-index: 2;
}

.slick-next {
    position: absolute;
    right: 120px;
    top: 112px;
    width: 80px;
    height: 80px;
    background-color: #ED72AA;
    border-radius: 100%;
    font-size: 0px;
    border: 0px;
}


.slick-next::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/icn_next.svg);
    background-position: center;
    border: 0px;
    background-size: 100% auto;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;

}

.slick-next:hover::after {
    transform: translate(15px, -15px);
    transition: 0.3s linear;
    z-index: 2;
}

.zone {
    background: linear-gradient(180deg, #FFEEC5 0%, #FFF6E0 62.02%);
    padding: 100px 0;
}

.zone h2 {
    text-align: center;
}


.title_outside {
    position: relative;
}


.zone h2 .title_block:nth-child(1) {
    background: #BAC405;
    transform: rotateZ(-7deg);
    z-index: 2;
    position: relative;
    top: -10px;
    margin-right: -10px;

}

.zone h2 .title_outside:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: -34%;
    left: -6%;
    transform: rotate(272deg);
}

.tc .zone h2 .title_outside:nth-child(1)::before {
    bottom: -26%;
    left: -12%;
    transform: rotate(272deg);
}

.zone h2 .title_outside:nth-of-type(2) .title_block {
    background: #0F2B5B;
    color: #00AEEF;

    transform: rotateZ(3deg);
    z-index: 2;
}

.zone h2 .title_outside:nth-of-type(2)::before {
    content: '';
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -38%;
    right: -18%;
    rotate: 84deg;
}



.tc .zone h2 .title_outside:nth-of-type(2)::before {
    top: -30%;
    rotate: 95deg;
}

.zone .zone-desc {
    color: #0F2B5B;
    text-align: center;

    /* desktop/subtitle */
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px;
    /* 126.923% */
    text-align: center;

    max-width: 1100px;
    margin: 60px auto 0px;
}

.zone .pinkText {
    color: #ED72AA
}

.zone .zone-item-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 26px;
    margin-bottom: 38px;
    gap: 4%;
}

.zone .zone-item {
    width: 22%;
    max-width: 324px;
    text-align: center;

}

.zone .zone-item-icon {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 411/365;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.zone #havenIcon .zone-item-icon {
    background-image: url(../images/zone_haven.png);
    transition: 0.3s ease-out;
}

.zone #havenIcon .zone-item-icon:hover {
    background-image: url(../images/zone_haven_hover.png);


}

.zone #paradiseIcon .zone-item-icon {
    background-image: url(../images/zone_paradise.png);
    transition: 0.3s ease-out;
}

.zone #paradiseIcon .zone-item-icon:hover {
    background-image: url(../images/zone_paradise_hover.png);


}

.zone #cozyIcon .zone-item-icon {
    background-image: url(../images/zone_cozy.png);
    transition: 0.3s ease-out;

}

.zone #cozyIcon .zone-item-icon:hover {
    background-image: url(../images/zone_cozy_hover.png);


}

.zone #actionIcon .zone-item-icon {
    background-image: url(../images/zone_action.png);
    transition: 0.3s ease-out;
}

.zone #actionIcon .zone-item-icon:hover {
    background-image: url(../images/zone_action_hover.png);


}

.tc .item-title {
    padding: 0px;
    font-family: "Noto Sans TC";
}

.sc .item-title {

    font-family: "Noto Sans SC";
}

.item-title {
    color: var(--VTC-Blue, #0F2B5B);


    /* desktop/subtitle */
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
    /* 126.923% */
    padding: 0 6px;


}

.zone .item-title {

    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.item-desc {
    color: var(--VTC-Blue, #0F2B5B);


    /* desktop/content */
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 147.619% */
    padding: 0 6px;
}

.tc .item-desc {
    font-family: "Noto Sans TC";
    padding: 0 0px;
}

.sc .item-desc {
    font-family: "Noto Sans SC";
    padding: 0 0px;
}

.zone .item-desc {
    text-align: center;
}

.zone .item-dtitle {
    text-align: center;
}

.creative {
    padding: 100px 0;
    background: var(--Blue-Liner, linear-gradient(180deg, #8CE0FF 0%, #00AEEF 100%));
    position: relative;
}

.zone-desc {
    color: #0F2B5B;
    text-align: center;

    /* desktop/content */
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 147.619% */
    margin: 30px auto 60px;
    max-width: 1100px;
}

.tc .zone-desc {

    font-family: "Noto Sans TC";
}

.sc .zone-desc {

    font-family: "Noto Sans SC";
}

.section-deco {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40%;
    max-width: 720px;
    min-width: 260px
}

.creative h2 {
    text-align: center;
}

.title-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tc .creative h2 {
    display: flex;
}

.creative h2 .title_outside:nth-of-type(1) .title_block {
    background: #FFC222;
    margin-right: -153px;
    transform: rotateZ(3deg);
    z-index: 3;
    top: -50px;
    margin-bottom: 44px;
}

.tc .creative h2 .title_outside:nth-of-type(1) .title_block {
    margin-right: -23px;
    margin-bottom: 0px;
}

.creative h2 .title_outside:nth-of-type(1)::before {
    content: '';
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -55%;
    left: -18%;

}

.tc .creative h2 .title_outside:nth-of-type(1)::before {

    top: -82%;
    left: -18%;
}

.creative h2 .title_outside:nth-of-type(2) .title_block {
    background: #ED72AA;
    transform: rotateZ(-4deg);
    z-index: 2;
    margin-right: 20px;
}


.item-container .item {

    width: 22%;
    max-width: 324px;
    margin-bottom: 22px;

}

.item-title {
    text-align: left;
}

.item-desc {
    text-align: left;
}

.item-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4%;
    flex-wrap: wrap;
}



.item .stage-image {
    width: 100%;
    max-width: 324px;
    aspect-ratio: 160/108;
    object-fit: cover;
    border-radius: 60px;
    overflow: hidden;
    border-width: 6px;
    border-style: solid;
    margin-bottom: 8px;
}



.paradise {
    padding: 100px 0 100px;
    background: var(--Pink-Liner, linear-gradient(180deg, #F3B3B9 39.42%, #ED72AA 100%));
}

.paradise h2 {
    text-align: center;
}

.paradise h2 .title_outside:nth-of-type(1) .title_block {
    background: #BAC405;
    /* margin-right: -59px; */
    transform: rotateZ(3deg);
    z-index: 3;
    top: 0px;
    /* margin-right: -229px; */
    margin-right: 15px;
}

.paradise h2 .title_outside:nth-of-type(2) .title_block {
    background: #0F2B5B;
    color: #00AEEF;
    transform: rotateZ(-4deg);
    z-index: 2;
    margin-left: 38px;
    top: -4px;
}

.paradise h2 .title_outside:nth-of-type(1)::before {
    content: '';
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_pink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -8%;
    right: -5%;
}

.tc .paradise h2 .title_outside:nth-of-type(1)::before {
    right: -10%;
}


.desc-remark {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    border: 1px solid var(--White, #FFF);
}

.cozy {
    background: var(--Green-Liner, linear-gradient(180deg, #E0E6C1 0%, #CFDA03 100%));
    padding: 100px 0px;
}

.creative h2 {
    text-align: center;
    flex: none;
}

.title-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cozy h2 .title_outside:nth-of-type(1) .title_block {
    background: #FFC222;
    margin-right: -153px;
    transform: rotateZ(3deg);
    z-index: 3;

}

.cozy h2 .title_outside:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -30%;
    left: -71%;
    rotate: -101deg;
}

.cozy h2 .title_outside:nth-of-type(2) .title_block {
    background: #ED72AA;
    transform: rotateZ(-4deg);
    z-index: 2;
    margin-right: 22px;
    color: #0F2B5B;
    margin-left: 99px;
    top: -15px;
}

.tc .cozy h2 .title_outside:nth-of-type(2) .title_block {
    top: -9px;
}

.item-desc-remark {
    color: var(--VTC-Blue, #0F2B5B);

    /* desktop/t&c */
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.cozy .passion-one-regular {
    /* margin-right: 18px; */
}

.action {
    padding: 50px 0px 100px;
    background: var(--Yellow-Liner, linear-gradient(180deg, #FCE2A5 0%, #FFCD49 100%));
}

.action h2 {
    text-align: center;
}

.action h2 .title_outside:nth-of-type(1) .title_block {
    background: #00AEEF;
    color: #0F2B5B;
    transform: rotateZ(3deg);
    z-index: 3;
    left: -89px;

}

.tc h2 .title_block {
    white-space: nowrap;
}

.tc .action h2 {
    display: flex;
}

.tc .action h2 .title_block {
    white-space: nowrap;
}

.tc .action h2 .title_outside:nth-of-type(1) .title_block {
    left: 13px;
}

.action .action h2 .title_outside:nth-of-type(1) .title_block {
    background: #00AEEF;
    color: #0F2B5B;
    transform: rotateZ(3deg);
    z-index: 3;
    left: -16px;
    top: 0px;
    margin-right: -25px;
}

.action h2 .title_outside:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_pink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -35%;
    left: -44%;
    rotate: -101deg;


}

.tc .action h2 .title_outside:nth-of-type(1)::before {
    left: -3%
}

.action h2 .title_outside:nth-of-type(2) .title_block {
    color: #0F2B5B;


    background: #BAC405;
    transform: rotateZ(-4deg);
    z-index: 4;
}

.tc .action h2 .title_outside:nth-of-type(2) .title_block {
    color: #0F2B5B;
    background: #BAC405;
    transform: rotateZ(-4deg);
    z-index: 4;
    top: 45px;
}

.hotspots {
    padding: 120px 0px 100px;
    background: white;
    overflow: hidden;
}

.hotspots h2 {
    text-align: center;
    font-size: 125px;

}

.hotspots .sectionTitle img {
    position: absolute;
}

.hotspots #deco_stars_1 {
    left: -30%;
    width: 20%;
    max-width: 92px;
}

.hotspots #deco_stars_2 {
    width: 24%;
    right: -30%;
    max-width: 130px;
}

.hotspots h2 .title_outside {
    position: relative;
}

.hotspots .container {}

.hotspots h2 .title_outside:nth-of-type(1) .title_block {
    background: #FFC222;

    color: #0F2B5B;
    transform: rotateZ(1.4deg);
    z-index: 3;
    position: relative;

}

.hotspots .sectionTitle {
    position: relative;
}

.hotspots .sectionTitle:before {
    content: '';
    position: absolute;
    width: 70vw;
    aspect-ratio: 6654 / 4110;
    right: -30vw;
    background-image: url(../images/triangle.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.hotspots .sectionTitle:after {
    content: '';
    position: absolute;
    width: 70vw;
    aspect-ratio: 6654 / 4110;
    left: -30vw;
    background-image: url(../images/triangle.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;

    transform: rotateY(180deg);
}

.hotspots .hotspotsItem {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    flex-wrap: wrap;
}

.hotspots .hotspotsItem_left {
    max-width: 636px;
    box-sizing: border-box;
    border-width: 4px;
    border-style: solid;
    width: 40%;
    min-width: 300px;
    border-radius: 60px;

    aspect-ratio: 636/382;
    background-size: 101% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 20px;

}

.hotspots .hotspotsItem_right {
    width: 45%;

       border-radius: 44px;
    min-width: 250px;

}

.hotspots #car .hotspotsItem_left {
    background-image: url(../images/hotspots1.jpg);
    transform: rotate(-4deg);
 


}



.hotspots #booth .hotspotsItem_left {
    background-image: url(../images/hotspots2.jpg);
    transform: rotate(4deg);
    position: relative;

}

.hotspots #photo .hotspotsItem_left {
    background-image: url(../images/hotspots3.jpg);
    transform: rotate(-4deg);


}

.giftbox_blue_fx {
    max-width: 56.112px;
    max-height: 52.066px;
    position: absolute;
    top: -11%;
    left: -6%;
    width: 10%;
}

.giftbox_fx_pink {
    max-width: 56.112px;
    max-height: 52.066px;
    position: absolute;
    top: -10%;
    right: -5%;
    width: 10%;
}

.deco_star_green {
    max-width: 37.99px;
    max-height: 35.564px;
    position: absolute;
    bottom: -5%;
    width: 7%;
    right: -5%;
}

.deco_star_blue {
    max-width: 37.99px;
    max-height: 35.564px;
    position: absolute;
    bottom: -5%;
    width: 7%;
    right: -5%;
}

.rainbowLine {
    width: 100%;
    margin: 2vw auto;
}

.rainbowLine img {
    width: 100%;
}

#booth {
    flex-direction: row-reverse;
}

.hotspots #car .hotspotsItem_left #deco_sun {
    position: absolute;
    width: 23%;
    max-width: 131px;
    bottom: 0%;
    left: -13%;

}

.hotspots #photo .hotspotsItem_left .deco_camera {
    position: absolute;
    width: 23%;
    max-width: 131px;
    top: 10%;
    right: -13%;

}

.hotspots #photo .hotspotsItem_left .deco_star_yellow {
    position: absolute;
    width: 14%;
    max-width: 77px;
    bottom: 10%;
    left: -7%;

}



.hotspots #booth .hotspotsItem_left .deco_star_pink {
    position: absolute;
    width: 21%;
    max-width: 94px;
    top: -4%;
    left: -7%;

}

.hotspots .hotspotsItemContainer {
    margin-top: 40px;
}

.hotspots .hotspotsItem_right h2 {
    margin-bottom: 20px;
}

.hotspots .hotspotsItem_right h2 .title_block {
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;

    white-space: nowrap;
    border-radius: 22px;

}

.hotspots #car .hotspotsItem_right h2 .title_block:nth-child(1) {

    background: var(--VTC-Green, #BAC405);
    color: #0F2B5B;
    transform: rotateZ(1.4deg);
    z-index: 3;

}

.hotspots #car .hotspotsItem_right h2 .title_block:nth-child(3) {

    background: #00AEEF;

    color: #0F2B5B;
    transform: rotateZ(-4deg);
    z-index: 3;
    top: -36px;

}


.hotspots #booth .hotspotsItem_right h2 .title_block:nth-child(1) {
    background: #ED72AA;
    color: #0F2B5B;
    transform: rotateZ(-3deg);
    z-index: 3;
    top: 0px;
    margin-right: -34px;
}

.hotspots #booth .hotspotsItem_right h2 .title_block:nth-child(2) {

    background: #0F2B5B;
    color: #00AEEF;
    transform: rotateZ(2deg);
    z-index: 3;
    top: 33px;

}

.hotspots #photo .hotspotsItem_right h2 .title_block:nth-child(1) {

    background: #0F2B5B;
    color: #ED72AA;
    transform: rotateZ(-4deg);
    z-index: 3;
    margin-right: -35px;
    top: -20px;

}

.hotspots #photo .hotspotsItem_right h2 .title_block:nth-child(2) {

    background: #FFC222;

    color: #0F2B5B;
    transform: rotateZ(-4deg);
    z-index: 3;

}

.map {
    background: var(--Light-Blue, #D2EDF7);
}

.map .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0px;
    max-width: unset;
    padding-bottom: 30px;
    gap: 3%
}

.map .map_right {
    width: 50%;

}

.map .map_right img {
    width: 100%;
}

.map .map_left {
    padding-top: 190px;
}

.map .map_left h2 {
    text-align: center;
}

.map .map_left .title-container {
    position: relative;
}

.tc .map .map_left .title-container img {
    position: absolute;
    position: absolute;
    right: 37px;
    top: -91px;
    z-index: 3;


}

.map .map_left .title-container img {
    position: absolute;
    position: absolute;
    right: 68px;
    top: -127px;
    z-index: 3;


}

.map .map_left h2 .title_outside:nth-of-type(1) .title_block {
    background: var(--VTC-Yellow, #FFC222);
    transform: rotate(-5.255deg);
    margin-right: -96px;
    z-index: 2;
}

.map .map_left h2 .title_outside:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_yellow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -20%;
    left: -20%;
}

.tc .map .map_left h2 .title_outside:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: -117%;
    right: -19%;
    rotate: 87deg;
}

.tc .map .map_left h2 .title_outside:nth-of-type(1)::before {
    left: -25%;
}

.map .map_left h2 .title_outside:nth-of-type(2) .title_block {
    top: 81px;
    left: 20px;
    background: #0F2B5B;
    transform: rotate(3.692deg);
    color: white;
}

.tc .map .map_left h2 .title_outside:nth-of-type(2) .title_block {
    top: 100px;
    left: 20px;
    background: #0F2B5B;
    transform: rotate(3.692deg);
    color: white;
}



.map .map_left h2 .title_outside:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: -104%;
    right: -24%;
    rotate: 87deg;
}



.map .map_left .map_details {
    margin-top: 170px;
}

.map .map_left .map_details_item {
    display: flex;
    margin-bottom: 22px;
    align-items: center;
    gap: 20px;
}

.map .details_btn_container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 65px;
}

.map .details_btn_container .btn {
    border-radius: 100px;
    background: #0F2B5B;
    height: 60px;
    width: 280px;
}

.map .details_btn_container .btn {
    border-radius: 100px;
    background: #0F2B5B;
    height: 60px;
    width: 280px;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: fit-content; */
    /* box-sizing: content-box; */
}

.mfp-arrow-left {
    position: absolute;
    left: 30px;
    top: 50% !important;
    width: 80px;
    height: 80px;
    background-color: #ED72AA !important;
    border-radius: 100%;
    font-size: 0px;
    border: 0px;
    transform: translateY(-50%);
    margin-top: 0px !important;
    margin-left: 0px !important;

}

.mfp-arrow-left::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/icn_prev.svg);
    background-position: center;
    border: 0px;
    background-size: 100% auto;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.mfp-arrow-left::before {
    content: none;
}

.mfp-arrow-left:hover::after {
    transform: translate(15px, -15px);
    transition: 0.3s linear;
    z-index: 2;
}

.mfp-arrow-right {
    position: absolute;
    right: 30px;
    top: 50% !important;
    width: 80px;
    height: 80px;
    background-color: #ED72AA !important;
    border-radius: 100%;
    font-size: 0px;
    border: 0px;
    transform: translateY(-50%);
    margin-top: 0px !important;
    margin-left: 0px !important;

}

.mfp-arrow-right::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/icn_next.svg);
    background-position: center;
    border: 0px;
    background-size: 100% auto;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.mfp-arrow-right::before {
    content: none;
}

.mfp-arrow-right:hover::after {
    transform: translate(15px, -15px);
    transition: 0.3s linear;
    z-index: 2;
}

.mfp-figure {
    position: relative;
}

.mfp-figure .mfp-close {
    position: absolute;
    bottom: -60px;
    top: unset;
    left: 50%;
    right: unset;
    width: 280px;
    padding-right: 0px;
    transform: translateX(-140px);
    text-align: center;
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    padding: 16px 10px;
    white-space: nowrap;
    border-radius: 100px;
    background: var(--VTC-Blue, #0F2B5B);
    min-width: 280px;

}





img.mfp-img {
    min-width: 80vw;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0px;
    margin: 0 auto;
    border-width: 3px;
    border-style: solid;
    border-radius: 40px;
}

.past .slick-slide {
    margin: 0 10px;
}

/* the parent */
.past .slick-list {
    margin: 0 -10px;
}

.past .slick-slide img {
    width: 100%;
}

.past .container {
    max-width: unset;
    overflow: hidden;
}

.past .photoAlbum a {
    text-decoration: none;
}

.past .photoAlbum img {
    border-width: 5px;
    border-style: solid;
    border-radius: 60px;
}

.past #photoAlbum2 {
    margin-top: 30px;
}

.past {
    padding: 60px 0px 120px;
}

.past h2 {
    text-align: center;
    top: 60px;
    position: relative;
}

.past h2 .title_block:nth-child(1) {

    transform: rotate(-2deg);

    z-index: 2;
}

.past .video_container {
    border-radius: 60px;
    max-width: 1440px;
    margin: 0 auto;
    width: 80%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 5px solid var(--VTC-Blue, #0F2B5B);
    margin-bottom: 60px;
    box-sizing: border-box;

}

.past .video_container iframe {
    width: 101%;
    height: 100%;
}

#past-expend {

    display: none;
}

.section .hide {
    display: none;
}

.words {
    background: linear-gradient(180deg, #FCE2A5 0%, #FFDE8F 100%);
    padding: 80px 0px;
    position: relative;

}

.words h2 .title_outside:nth-of-type(1) .title_block {
    transform: rotate(-9.919deg);
    z-index: 2;
    margin-left: 66px;
}

.words h2 .title_outside:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_navy.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -6%;
    left: 11%;

}

.words h2 .title_outside:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -15%;
    right: -18%;

}


.words h2 .title_outside:nth-of-type(2) .title_block {

    transform: rotate(6.088deg);
    background: var(--VTC-Cyan, #00AEEF);
    z-index: 4;
}

.words h2 .title_outside:nth-of-type(3) .title_block {

    transform: rotate(1.263deg);
    background: white;
    color: #0F2B5B;
    z-index: 3;
    margin-top: -5px;
}

.tc .words h2 .title_outside:nth-of-type(3) .title_block {
    display: none;
}

.words .wordsContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 130px;
}

.words .wordsItem:nth-child(1) {
    margin-bottom: 120px;

}

.words .wordsItem:nth-child(2) {
    margin-bottom: 120px;

}

.words .wordsItem {

    width: 35%;
    border-width: 5px;
    border-style: solid;
    border-radius: 60px;
    position: relative;
    max-width: 700px;
    padding: 85px;
    background-color: white;


}

.words .wordsItem P {
    color: var(--VTC-Blue, #0F2B5B);

    /* desktop/content */
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 147.619% */
}

.tc .words .wordsItem P {
    color: var(--VTC-Blue, #0F2B5B);

    /* desktop/content */
    font-family: Roboto, "Noto Sans TC";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 147.619% */
}

.sc .words .wordsItem P {
    font-family: "Noto Sans SC";
}

.words .wordsItem:nth-child(2n) {
    transform: translateY(-50px);
}

.words .wordsItem .parti_icon {
    position: absolute;
    width: 156px;
    right: 38px;
    top: 0px;
    transform: translateY(-50%);

}

.words .wordsItem .deco_quote_left {
    width: 35px;
    height: auto;
    position: absolute;
    left: 50px;
    top: 50px;
}

.words .wordsItem .deco_quote_right {
    width: 35px;
    height: auto;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.words .wordsItem .deco_polygon {
    width: 68px;
    height: auto;
    position: absolute;
    left: 14%;
    bottom: 0px;
    transform: translateY(100%);
}

.words .wordsItem.orange-br .deco_polygon,
.words .wordsItem.blue-br .deco_polygon {
    left: unset;
    right: 14%;
}

.words .deco_speaker {
    position: absolute;
    width: 38vw;
    max-width: 834px;
    left: 0px;
    top: -9%;
}

.words .deco_heart {
    position: absolute;
    max-width: 150px;
    width: 8%;
    bottom: -5%;
    right: 7%;
    min-width: 68px;
}

/* support */

.support .logoContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 78px;
    max-width: 1440px;
    margin-top: 46px !important;

}

.support {
    padding: 100px 0 100px;
}

.support .logoContainer img {
    max-width: 138px;
}



.support h2 {
    text-align: center;
}


.support h2 .title_outside:nth-of-type(1) .title_block {
    transform: rotate(-1.68deg);
    background: var(--VTC-Cyan, #00AEEF);
    z-index: 3;
    margin-right: 150px;
}

.tc .support h2 .title_outside:nth-of-type(1) .title_block {
    margin-right: 230px;
}

.support h2 .title_outside:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -20%;
    left: -6%;

}

.support h2 .title_outside:nth-of-type(2) .title_block {
    transform: rotate(-1.68deg);
    background: #0F2B5B;
    color: white;
    z-index: 4;
    top: -20px;
    left: 64px;

}

.tc .support h2 .title_outside:nth-of-type(2) .title_block {
    transform: rotate(-1.68deg);
    background: #0F2B5B;
    color: white;
    /* z-index: 4; */
    top: -84px;
    left: 64px;
}


.tc {}

.support h2 .title_outside:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 41;
    background-image: url(../images/deco_highlight_navy.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: -19%;
    top: -49%;
    transform: rotate(115deg);
}

.tc .support h2 .title_outside:nth-of-type(2)::before {
    right: -52%;
    top: -100%;

}

.tc .support h2 .title_outside:nth-of-type(1)::before {
    top: -23%;
    left: -9%;
}

.footer {
    padding: 30px 0px;
    border-top: 1px solid var(--Light-Blue, #D2EDF7);
    background: var(--White, #FFF);
}

.footer .logoContainer img {
    width: 138px;
}


.footer .mediaContainer {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin-top: -60px;
}

.footer .mediaContainer a {}

.footer .mediaContainer img {
    width: 80px;
}

.footer .linkContainer {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
}

.footer .linkContainer a {
    color: var(--VTC-Blue, #0F2B5B);

    /* desktop/content */

    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 147.619% */
}

.footer .linkContainer #copyright {
    color: var(--VTC-Blue, #0F2B5B);
    /* desktop/content */

    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 147.619% */
}

.footer .linkContainer .border {
    width: 2px;
    height: 20px;

    background-color: var(--VTC-Cyan, #00AEEF);

}

.footer .mediaContainer a {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #0F2B5B;
    border-radius: 100px;
    position: relative;
    font-size: 0px
}

.footer .mediaContainer #fb {
    background-color: var(--VTC-Cyan, #00AEEF);
}

.footer .mediaContainer #in {
    background-color: #BAC405
}

.footer .mediaContainer #yt {
    background-color: #ED72AA
}

.footer .mediaContainer a::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #E0E6C1;
    border-radius: 100px;
    background-image: url(../images/icn_yt.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.footer .mediaContainer #fb::after {

    background-image: url(../images/icn_fb.svg);


}

.footer .mediaContainer #in::after {

    background-image: url(../images/icn_in.svg);


}

#weatherPopup {
    padding: 50px 60px;
    background: white;
    max-width: 880px;
    width: 60%;
    min-width: 340px;
    border-radius: 60px;
    margin: 0 auto;
    position: relative;
}

#weatherPopup .popupTitle {
    text-align: center;
    margin-bottom: 32px;
}

#weatherPopup .popupTitle img {
    margin-bottom: 4px;
}

#weatherPopup .popupTitle p {
    color: var(--VTC-Magenta, #ED72AA);

    /* desktop/title */
    font-family: "Passion One";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 111.111% */
    text-transform: capitalize;
}

.tc #weatherPopup .popupTitle p{
    font-family: "Noto Sans TC", "Noto Sans SC";
        font-weight: 600;
}


.weatherItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 18px;

}

.weatherItem p .bold {
    font-weight: 700;
}

.weatherItem p {
    color: var(--VTC-Blue, #0F2B5B);

    /* desktop/content bold */
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.tc .weatherItem p{
font-family: "Noto Sans TC", "Noto Sans SC";
}

.past .expend {
    display: block;
    margin: 0 auto;
    padding: 20px 12px 9px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    width: fit-content;
}

.past .expend.icn_hide {
    display: block;
    margin: 0 auto;
    padding: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    width: fit-content;
}

.past .expend.icn_hide img {
    width: 26px;
    height: auto;
}

.past .expend img {
    width: 52px;
    height: 45px;
}


img.mfp-img {
    min-width: 50vw;

    max-width: 800px;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    /* padding: 40px 0 40px; */
    margin: 0 auto;
    border-width: 3px;
    border-style: solid;
    border-radius: 40px;
}

.mfp-counter {
    display: none;
}

#weatherPopup #popupClose {
      position: absolute;
    top: 40px;
    right: 40px;
}

.zone-link {
    font-size: 0px;
    height: 31px;
}

.popup-zoom {


    width: 100vw;
    height: 100svh;
    top: 0px;
    z-index: 9999;



}

.popup-zoom .pinch-zoom-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup-zoom .btn_close img{
    width: 100%;
}
.popup-zoom .btn_close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 60px;
    right: 60px;
}

.pinch-zoom-image {
    /* max-width: 100%; */
        transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
    image-rendering: auto;
    

}

.pinch-zoom-image.height {
    max-height: 100%;
    max-width: inherit;
}

@media (min-aspect-ratio: 1) {
    .pinch-zoom-image {
        max-height: 100%;
        max-width: inherit;
    }
}

@media only screen and (max-width: 1850px) {


    .stage .slick-list {
        overflow: visible;
    }

    .stage .stage-content {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1200px) {
    .stage .slider .item {
        max-width: 300px;
    }
}

@media only screen and (max-width: 1379px) {
    .about .nowrap {
        white-space: wrap;
    }

    .tc .stage .innerHeader {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1279px) {
    .btn {
        display: block;
        text-align: center;
        /* min-width: 20px; */
        padding: 12px 8px;
        color: var(--White, #FFF);

        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 33px;
        width: fit-content;
        border-radius: 100px;
        width: fit-content;
        box-sizing: border-box;
        min-width: 80%;
        width: 100%;
        margin: 12px auto;
    }

    .item .stage-image {
        border-radius: 30px;
        border-width: 3px;
    }

    .item-title {
        color: var(--VTC-Blue, #0F2B5B);

        /* mobile/subtitle */
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 19px;
        /* 105.556% */
    }

    .item-desc {
        color: var(--VTC-Blue, #0F2B5B);

        /* mobile/content */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 131.25% */
    }

    .tc .item-desc {
        color: var(--VTC-Blue, #0F2B5B);

        /* mobile/content */
        font-family: "Noto Sans TC";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 131.25% */
    }

    .sc .item-desc {
        font-family: "Noto Sans SC";
    }

    .headerContainer {
        border-radius: 0px 0px 30px 30px;
        height: 68px;
        padding: 8px 18px;
    }

    .openMenu .headerContainer {
        border-radius: 0px;
    }

    .header .logos {
        height: 100%;
        z-index: 2;
    }

    .header .mobileMenu {
        display: block;
        z-index: 3;
    }

    .header .mobileMenuBg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius: 0px 0px 30px 30px;
        z-index: 1;
    }

    .openMenu .header .mobileMenuBg {
        border-radius: 0px;
    }

    .header .menuSection {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        margin-top: -1px;
        border-radius: 0px 0px 30px 30px;
        /* transform: translate(0, -100%); */
        z-index: 0;
        box-shadow: 0px 6px 14px 0px rgba(115, 115, 115, 0.20);
    }

    .openMenu .header .menuSection {}

    .header .menuSection .menu {
        background: #EFF8FD;
        padding: 20px 18px;
    }

    .header .menuSection .menu ul {
        display: block;
    }

    .header .menuSection .menu li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .header .menuFooter {
        justify-content: center;
        padding: 16px;
        height: 52px;
    }

    .header .lang {
        margin: 0 18px;
        border-top: 2px solid #EFF8FD;
        text-align: center;
        padding: 16px 0;
    }

    .header .lang select {
        display: none;
    }

    .header .lang a {
        display: inline-block;
        padding: 5px;
        margin: 0 5px;
        font-size: 16px;
        line-height: 20px;
        color: #b6b6b6;
    }

    .header .lang a.active {
        color: #0F2B5B;
    }

    /* .container {
        margin: 0 20px;
    } */

    .home .kv {
        background: url(../images/home_kv.png) no-repeat 70% 50%;
        background-size: 150% auto;
    }

    .about h2 {
        margin-bottom: 100px;
    }

    .about .about-content-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
        margin-top: 40px;
    }

    .about .about-content-item {
        width: 46%;
        max-width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        min-width: 164px;
    }

    .tc .about-content-item .nowrap {
        white-space: wrap;
    }

    .tc .about .about-content-item {
        width: 33%;
        max-width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        min-width: 164px;
    }


    .about h2 .title_outside:nth-child(3)::before {
        content: '';
        position: absolute;
        width: 35px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_pink.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -2%;
        right: 4%;
    }

    .about h2 .title_block:nth-child(1) {
        background: #BAC405;
        margin-right: 131px;
        transform: rotateZ(-5deg);
        z-index: 2;
    }

    .about h2 .title_outside:nth-of-type(2) .title_block {
        background: #0F2B5B;
        color: #fff;
        margin-left: -80px;
        top: 14px;
        transform: rotateZ(1.2deg);
        z-index: 1;
        position: relative;
        left: 8%;
    }

    .tc .about h2 .title_outside:nth-of-type(2) .title_block {
        background: #0F2B5B;
        color: #fff;
        margin-left: -80px;
        top: 14px;
        transform: rotateZ(1.2deg);
        z-index: 1;
        position: relative;
        left: 8%;
    }

    .stage .container {
        padding: 0px;
    }

    .stage .stage-title {
        color: var(--VTC-Blue, #0F2B5B);

        /* mobile/title */
        font-family: "Passion One";
        font-size: 24px;
        font-style: normal;

        line-height: normal;
    }

    .tc .stage .stage-title {
        font-family: "Noto Sans TC";
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: normal
            /* 114.286% */
    }

    .sc .stage .stage-title {
        font-family: "Noto Sans SC";
    }

    .stage .innerHeader {
        flex-wrap: wrap;
        gap: 60px;
    }

    .stage .stage-content {
        background-size: auto 29vw;
        height: 450px;
        background-position-y: 33%;
        background-position-x: 62%;


    }

    .tc .stage .stage-content {
        height: 400px;
    }

    .hotspots .hotspotsItem_right h2 .title_block {
        font-size: 55px;
    }

    .map .container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0px;
        max-width: unset;
        padding-bottom: 30px;
        gap: 0%;
    }

    .map .map_left {
        padding-top: 80px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        width: 45%;
    }

    .map .map_left .title-container img, .tc .map .map_left .title-container img {
        position: absolute;
        right: 11%;
        top: -48%;
        z-index: 3;
        width: 108px;
    }

    .map .map_left h2 .title_outside:nth-of-type(1)::before {
        top: -19%;
        left: -12%;
    }

    .map .map_left h2 .title_outside:nth-of-type(2)::before {
        bottom: -65%;
        right: -11%;
    }

    .tc .map .map_left h2 .title_outside:nth-of-type(2)::before {
        bottom: -58%;
        right: -10%;
    }

    .tc .map .map_left h2 .title_outside:nth-of-type(1)::before {
        left: -18%
    }



    .map .map_left h2 .title_outside:nth-of-type(1) .title_block {
        background: var(--VTC-Yellow, #FFC222);
        transform: rotate(-5.255deg);
        margin-right: -17px;
        z-index: 2;
    }

    .map .map_left h2 .title_outside:nth-of-type(2) .title_block, .tc .map .map_left h2 .title_outside:nth-of-type(2) .title_block {
        top: 31px;
        left: 2px;
        background: #0F2B5B;
        transform: rotate(3.692deg);
        color: white;
    }

    .tc .map .map_left h2 .title_outside:nth-of-type(2) .title_block {
        left: 0px;
    }

    .map .map_left .map_details {
        margin-top: 55px;
    }

    .map .map_left .map_details_item {
        display: flex;
        margin-bottom: 12px;
        align-items: center;
        gap: 12px;
    }

    .map_details_item img {
        width: 28px;
    }

    .map .details_btn_container {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .map .details_btn_container .btn {
        border-radius: 100px;
        background: #0F2B5B;
        height: 60px;
        width: 90%;
        margin: 0px;
        padding: 0px;
        line-height:1;
        min-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .map .map_right {
        width: 50%;
        min-width: 420px;
    }

    .words .wordsItem {
        width: 30%;
    }


}

@media only screen and (max-width:1080px) {
    .photoAblumFlex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        gap: 20px;
    }

    .photoAblumFlex a {
        width: 40%;
        min-width: 200px;


        overflow: hidden;

    }

    #past-expend {

        display: block;
    }

    .photoAblumFlex a img {
        width: 100%;
        border-width: 3px;
        border-style: solid;
        border-radius: 40px;
        overflow: hidden;

    }

    .past .video_container {
        border-radius: 40px;
        min-width: 280px
    }




}

@media only screen and (max-width: 959px) {
    .tc .home .info .date{
        font-size: 22px;
        font-family: "Noto Sans TC", sans-serif;
    }
    .popup-zoom .btn_close {
        position: fixed;

        width: 30px;
        height: 30px;
        top: 30px;
        right: 30px;
    }

    .about .about-content-desc {
        margin-top: 36px;
        text-align: center;
        padding: 0px 15px;
    }

    .about .about-content-desc p {
        font-size: 16px;
        line-height: 21px;
    }

    .about .about-content-desc h4 {
        font-size: 18px;
        line-height: 21px;
    }

    .about .about-content-desc .nowrap {
        white-space: nowrap;
    }

    .stage .stage-title .remark {
        color: var(--VTC-Blue, #0F2B5B);

        /* desktop/content bold */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
    }

    .tc .stage .stage-title .remark {
        color: var(--VTC-Blue, #0F2B5B);

        /* desktop/content bold */

        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
    }

    .expend img {
        width: 20px;
        vertical-align: middle;
    }

    .expend {
        display: block;
        margin: 0 auto;
        padding: 22px;
        border-width: 3px;
        border-style: solid;
        border-radius: 100%;
        width: fit-content;
    }

    .past .expend.icn_hide {
        display: block;
        margin: 0 auto;
        padding: 22px;
        border-width: 3px;
        border-style: solid;
        border-radius: 100%;
        width: fit-content;
    }

    .past.expend.icn_hide img {
        width: 20px;
        height: auto;
        vertical-align: middle;
    }

    .title-container {
        justify-content: center
    }

    .title-container img {
        width: 24%;
    }

    .zone-desc {
        font-size: 16px;
        line-height: 21px;
    }

    h2 .title_block {
        font-size: 36px;
        padding: 6px 8px 3px;
        border-radius: 10px;
    }

    .tc h2 .title_block {
        padding: 9px 8px 3px;
    }

    .home {
        min-height: 650px;
        padding-bottom: 70px;
    }

    .home .title {
        top: -150px;
        left: 50%;
        width: 80%;
        transform: translate(-50%, 0);
    }

    .home .title.show {
        top: 60px;
    }

    .home .kv {
        background: url(../images/mobile_home_kv.png) no-repeat 50% 50%;
        background-size: contain;
    }

    .home .info .date {
        font-size: 24px;
        ;
    }

    .home .info {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        border-radius: 50px;
        bottom: 38px;
        width: 70%;
        transform: translate(-50%, 0px);
        left: 50%;
    }

    .home .info .date span {
        display: inline-block;
    }

    .tc .home .info .date .bubbleBox span {
        font-size: 24px;
    }

    .home .info .address {
        font-size: 16px;
    }

    .tc .home .info .address{
        margin-top: 10px;
    }
    .home .info .btn_guideMap {
        font-size: 18px;
    }

    .tc .home .info .btn_guideMap {
        font-size: 18px;
        line-height: 1.2;
    }

    .home .info .date .bubbleBox, .tc .home .info .date .bubbleBox {
        background: url(../images/mobile_free_bubble.png) no-repeat center center;
        background-size: 100% 100%;
        /* width: 171px; */
        height: 76px;
        padding: 7px 10px 7px 70px;
        left: unset;
        right: 0px;
        bottom: 110%;
        width: fit-content;
    }

    .tc .home .info .date .bubbleBox {
        width: 140px;
    }

    .home .info .date .bubbleBox .giftbox {
        width: 60px;
        height: 62px;
        left: 38px;
        top: -5px;
    }

    .shareBtns {
        position: fixed;
        bottom: 24px;
        /* left: 0; */
        right: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10px;

    }

    .shareBtns.static {
        position: fixed;
        bottom: 24px;
        top: unset;
        /* bottom: unset; */
        /* left: 0; */
        right: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        z-index: 946;
    }


    .shareBtns #goToTop, .shareBtns #share, .tc .shareBtns #goToTop {
        display: block;
        width: 53px;
        height: 53px;

    }


    .shareBtns #goToTop::after, .shareBtns #share::after, .tc .shareBtns #goToTop::after {

        width: 53px;
        height: 53px;
        background-size: 35px auto;
        border: 2px solid white;
        border-radius: 15px;
    }

    .shareBtns #goToTop::after {
        background-size: 40px auto;
    }

    .hoverBtn:hover::after {
        transform: none;
    }


    .zone .item-desc br {
        display: none;
    }

    .about {
        padding: 0px 0px 60px;
    }


    .item-container .item {
        width: 46%;
        min-width: 140px;
        /* max-width: 324px; */
        padding-bottom: 30px;


    }

    .item-container {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;


    }

    .stage .stage-content {
        padding: 7% 25px 0px;
    }

    .stage .slider .item {
        max-width: 40vw;
    }

    .tc .stage h2 {
        top: 50px;
    }

    .stage h2 {}

    .stage {
        padding: 0px 0px 20px;
    }

    .stage .slick-next {
        position: absolute;
        right: -15px;
        top: 35%;
        width: 42px;
        height: 42px;
        background-color: white;
        border-radius: 100%;
        font-size: 0px;
        border: 0px;
    }

    .stage .slick-next:hover::after {
        transform: none;
    }

    .stage .slick-next::after {
        width: 42px;
        height: 42px;
        border: 1px solid white;
    }

    .stage .slick-prev {
        width: 42px;
        height: 42px;
        position: absolute;
        left: -15px;
        top: 35%;

        background-color: white;
        border-radius: 100%;
        font-size: 0px;
        border: 0px;
    }

    .stage .slick-prev:hover::after {
        transform: none;
    }


    .stage .slick-prev::after {
        width: 42px;
        height: 42px;
        border: 1px solid white;
    }

    .stage .des p {
        font-size: 16px;
        text-align: left;
        line-height: 21px;
        margin-bottom: 8px;
        margin-top: 43px;
    }

    .stage .des p.remarks {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .stage .innerHeader {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .stage h2 .title_outside:nth-child(1)::before {
        content: '';
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_yellow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -65%;
        right: -17%;

        transform: rotateY(180deg);
    }

    .stage .stage-time {

        font-size: 16px;

        line-height: 21px;
    }


    .tc .stage .stage-time {

        font-size: 16px;

        line-height: 21px;
    }

    .about h2 {
        margin-bottom: 30px;
    }

    .about .passion-one-regular br {
        display: block;
    }

    .about .about-content-container {
        gap: 20px;
    }


    .about h2 .title_block:nth-child(1) {
        margin-right: 0px;
        transform: rotateZ(-5deg);
        z-index: 2;

    }

    .about h2 .title_outside:nth-of-type(2) .title_block {
        background: #0F2B5B;
        color: #fff;
        margin-left: 0px;
        top: 2px;
        transform: rotateZ(1.2deg);
        z-index: 1;
        position: relative;
        left: 0px;
    }

    .tc .about h2 .title_outside:nth-of-type(2) .title_block {
        background: #0F2B5B;
        color: #fff;
        margin-left: 0px;
        top: 2px;
        transform: rotateZ(1.2deg);
        z-index: 1;
        position: relative;
        left: 0px;
    }


    .about h2 .title_outside:nth-child(1)::before {
        content: "";
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_yellow.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        top: -13%;
        left: -7%;
        background-position: center center;
    }

    .about h2 .title_outside:nth-child(3)::before {
        content: '';
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_pink.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -8%;
        right: -5%;
    }

    .tc .about h2 .title_outside:nth-child(3)::before {
        right: -5%;

    }

    .tc .about h2 .title_outside:nth-child(1)::before {
        left: -7%;
    }


    .about .about-content-item-desc {

        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 33px;
    }

    .about .bold {

        font-size: 18px;

        line-height: 19px;
    }

    .zone .zone-item-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 22px;
        margin-bottom: 38px;
        flex-wrap: wrap;
        gap: 22px;
    }

    .zone h2 .title_block:nth-child(1) {
        margin-right: -10px;
    }


    .zone h2 .title_outside:nth-child(1)::before {
        width: 19px;
        bottom: -30%;
        left: -6%;

    }

    .tc .zone h2 .title_outside:nth-of-type(2) .title_block {
        top: 0px;
    }

    .tc .zone h2 .title_outside:nth-of-type(2) .title_block::before {
        top: -31%;
    }


    .zone h2 .title_outside:nth-of-type(2)::before {
        width: 19px;
        top: -46%;
        right: -32%;
    }

    .tc .zone h2 .title_outside:nth-of-type(2)::before {
        width: 19px;
        top: -29%;
        right: -28%;
    }

    .about .about-content-item-desc {

        font-size: 16px;

        line-height: 21px;
    }


    .about .about-content-item img {
        width: 60px
    }

    .about .about-content-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .tc .about .about-content-container {
        display: grid;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;

        grid-template-columns: repeat(2, max-content);
    }

    .container {
        padding: 0 25px;
    }

    .about .container {
        padding: 0 10px;
    }

    .title-container img {
        width: 10%;
        max-width: 150px;
        position: relative;
        z-index: 5;
        min-width: 100px;
    }

    .zone {
        padding: 60px 0px 50px;
    }

    .zone .zone-item-icon {
        width: 60%;
        margin: 0 auto;
        aspect-ratio: 411 / 365;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 26px;
    }

    .zone .zone-desc {
        font-size: 18px;
        line-height: 19px;
        margin-top: 20px;
    }



    .zone .item-desc {
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    .zone .zone-desc br {
        display: none;
    }

    .zone .item-title {
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: 19px;
    }

    .zone .item-title span {
        font-weight: 900;
    }

    .zone .zone-item {
        flex: auto;
        width: 80%;
        min-width: 160px;
        max-width: 324px;

    }

    .creative {
        padding: 50px 0px;
    }

    .creative .title-container img {
        position: relative;
        z-index: 5;
    }

    .creative h2 {
        text-align: center;
        flex: none;
        margin: 0 -21px;

    }

    .creative h2 .title_outside:nth-of-type(1) .title_block {
        background: #FFC222;
        margin-right: -65px;
        transform: rotateZ(3deg);
        z-index: 3;
        top: 0px;
        margin-bottom: 44px;
    }

    .tc .creative h2 .title_outside:nth-of-type(1) .title_block {
        background: #FFC222;
        /* margin-right: -65px; */
        transform: rotateZ(3deg);
        z-index: 3;
        top: -27px;
        margin-bottom: 0px;
    }

    .tc .creative h2 .title_outside:nth-of-type(1)::before {
        top: -94%;
        left: -23%;
    }

    .tc .creative h2 .title_outside:nth-of-type(2) .title_block {
        top: 11px;
    }

    .creative h2 .title_outside:nth-of-type(1)::before {
        content: '';
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_yellow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -24%;
        left: -20%;
    }

    .creative h2 .title_outside:nth-of-type(2) .title_block {
        background: #ED72AA;
        transform: rotateZ(-4deg);
        z-index: 2;
        margin-right: 20px;
        top: -5px;
    }

    .creative h2 .title_block:nth-child(1)::before {
        background: #0F2B5B;
        color: #fff;
        transform: rotateZ(1.2deg);
        z-index: 1;
        top: 8px;
        margin-left: 0px;
        left: -2px;
        white-space: nowrap;
    }

    .creative h2 .title_block:nth-child(2) {
        background: #ED72AA;
        transform: rotateZ(-4deg);
        z-index: 2;
        margin-right: 0px;
    }

    .paradise {
        padding: 70px 0 50px;
    }

    .paradise h2 {
        margin: 0 -10px;
    }

    .paradise .title-container img {
        position: relative;
        z-index: 3;
    }

    .paradise .desc-remark {
        white-space: nowrap;
        margin-top: 8px;
    }

    .paradise h2 .title_outside:nth-of-type(1) .title_block {
        background: #BAC405;
        /* margin-right: -59px; */
        transform: rotateZ(3deg);
        z-index: 3;
        top: 0px;
        /* margin-right: -229px; */
        margin-right: 15px;
    }

    .tc .paradise h2 .title_outside:nth-of-type(1) .title_block {
        margin-right: 50px;

    }

    .tc .paradise h2 .title_outside:nth-of-type(1)::before {
        right: 24%;
    }

    .paradise h2 .title_outside:nth-of-type(1)::before {
        width: 19px;
    }

    .paradise h2 .title_outside:nth-of-type(2) .title_block {
        background: #0F2B5B;
        color: #00AEEF;
        transform: rotateZ(-4deg);
        z-index: 2;
        margin-left: 38px;
        top: -4px;
    }

    .paradise .zone-desc {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    .paradise .desc-remark {
        font-size: 14px;

    }

    .cozy {
        padding: 50px 0px
    }

    .cozy h2 .title_outside:nth-of-type(2) .title_block {
        background: #ED72AA;
        transform: rotateZ(-4deg);
        z-index: 2;
        margin-right: 0px;
        color: #0F2B5B;
        margin-left: 44px;
        top: -9px;
    }

    .tc .cozy h2 .title_outside:nth-of-type(2) .title_block {
        top: -5px;
    }

    .cozy .passion-one-regular {
        margin-right: -9px;
    }

    .tc .cozy .passion-one-regular {
        margin-right: 0px;
    }

    .cozy h2 .title_outside:nth-of-type(1)::before {
        content: "";
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_green.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -37%;
        left: -10px;
        /* left: 51%; */
        rotate: -101deg;
    }

    .action h2 .title_outside:nth-of-type(1) .title_block {
        background: #00AEEF;
        color: #0F2B5B;
        transform: rotateZ(3deg);
        z-index: 3;
        left: -42px;
        bottom: -8px;
    }

    .tc .action h2 {
        display: flex;
    }


    .tc .action h2 .title_outside:nth-of-type(1) .title_block {
        left: -16px;
        margin-right: -25px;
    }

    .action h2 .title_outside:nth-of-type(1)::before {
        content: "";
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_pink.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -24%;
        left: -49%;
        rotate: -101deg;


    }

    .tc .action h2 .title_outside:nth-of-type(1)::before {
        left: -42%;
    }

    .tc .action h2 .title_outside:nth-of-type(2) .title_block {
        top: 26px;
    }

    .action {
        padding: 50px 0px;
    }

    .action .zone-desc {
        margin: 30px auto 20px;
    }

    .hotspots {
        padding: 50px 0px;
    }

    .hotspots h2 {
        text-align: center;
        font-size: 46px;
    }

    .hotspots .hotspotsItem_right h2 {
        font-size: 38px;
    }

    .hotspots .hotspotsItem_right h2 .title_block {
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        white-space: nowrap;
        border-radius: 10px;
    }

    .hotspots #deco_stars_1 {
        left: -35%;
        width: 24%;
        max-width: 92px;
    }

    .hotspots #car .hotspotsItem_right h2 .title_block:nth-child(3) {

        top: -16px
    }

    .tc .hotspots #car .hotspotsItem_right h2 .title_block:nth-child(3) {
        top: -11px;
    }

    .hotspots .sectionTitle:before {
        right: -55%;
        width: 100%;
    }

    .hotspots .sectionTitle:after {
        left: -55%;
        width: 100%;
    }

    .hotspots #car .hotspotsItem_left {

        transform: rotate(-4deg);
        margin-bottom: 20px;
    }

    .hotspots #booth .hotspotsItem_right h2 .title_block:nth-child(1) {

        top: 0px;
        margin-right: -13px;
    }

    .hotspots #booth .hotspotsItem_right h2 .title_block:nth-child(2) {
        top: 19px;
    }

    .hotspots #photo .hotspotsItem_right h2 .title_block:nth-child(1) {

        background: #0F2B5B;
        color: #ED72AA;
        transform: rotateZ(-4deg);
        z-index: 3;
        margin-right: -12px;
        top: 0px;

    }

    .hotspots #photo .hotspotsItem_right h2 .title_block:nth-child(2) {

        background: #FFC222;
        color: #0F2B5B;
        transform: rotateZ(-4deg);
        z-index: 3;
        top: 14px;

    }

    .past .video_container {
        width: 100%;
    }

    .past h2 {
        text-align: center;
        top: 15px;
        position: relative;
    }

    .past .photoAblumFlex {
        margin-bottom: 32px;
    }

    .past {
        padding: 50px 0px 38px;
    }

    .mfp-figure:after {
        background: transparent;
        box-shadow: none;
    }

    .mfp-gallery .mfp-arrow {
        width: 30px;
        height: 30px;

        /* display: none; */
    }

    .mfp-close {
        opacity: 1;
    }

    .mfp-gallery .mfp-arrow::after {
        transform: none !important;
    }

    img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        box-sizing: border-box;
        /* padding: 40px 0 40px; */
        margin: 0 auto;
        border-width: 3px;
        border-style: solid;
        border-radius: 40px;
    }

    .words .wordsContainer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 32px;
        gap: 60px;
    }

    .words .wordsItem:nth-child(1) {
        margin-bottom: 0px;

    }

    .words .wordsItem:nth-child(2) {
        margin-bottom: 0px;

    }

    .words .wordsItem {
        width: 100%;
        min-width: 280px;
        box-sizing: border-box;
        padding: 34px 50px;
        background-color: white;
        border-radius: 30px;
        min-height: 186px;
        display: flex;
        align-items: center;
        border-width: 3px;



    }

    .words h2 .title_outside:nth-of-type(1) .title_block {
        transform: rotate(-9.919deg);
        z-index: 2;
        margin-left: 31px;

    }

    .words .wordsItem .parti_icon {
        position: absolute;
        width: 76px;
        right: 18px;
        top: 0px;
        transform: translateY(-50%);

    }

    .words .wordsItem .deco_quote_left {
        width: 17px;
        height: auto;
        position: absolute;
        left: 24px;
        top: 34px;
    }

    .words .wordsItem .deco_quote_right {
        width: 17px;
        height: auto;
        position: absolute;
        right: 24px;
        bottom: 34px;
    }

    .words .wordsItem .deco_polygon {
        width: 33px;
        height: auto;
        position: absolute;
        left: 14%;
        bottom: 0px;
        transform: translateY(100%);
    }

    .words h2 .title_outside:nth-of-type(1)::before {
        content: "";
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_navy.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -14%;
        left: 10%;

    }

    .words h2 .title_outside:nth-of-type(2)::before {
        content: "";
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_green.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -15%;
        right: -18%;

    }

    .tc .words h2 .title_outside:nth-of-type(2)::before {
        right: -21%
    }

    .tc .words .wordsItem P {
        font-size: 16px;
        line-height: 21px;
    }

    .words .deco_speaker {
        position: absolute;
        width: 38vw;
        max-width: 834px;
        left: -11%;
        top: -3%;
        min-width: 280px;
    }

    .words .wordsItem P, .tc .words .wordsItem P {
        font-size: 16px;
        line-height: 21px;
    }

    .words .wordsItem:nth-child(2) {
        margin-bottom: 0px;
        transform: none;

    }

    .words .wordsItem:nth-child(4) {
        margin-bottom: 0px;
        transform: none;

    }

    .words .deco_heart {
        position: absolute;
        max-width: 150px;
        width: 8%;
        bottom: -3%;
        right: 7%;
        min-width: 68px;
    }

    .map .map_left .title-container img, .tc .map .map_left .title-container img {
        position: absolute;
        right: 11%;
        top: -131%;
        z-index: 3;
        width: 108px;
    }

    .tc .map .map_left h2 .title_outside:nth-of-type(1)::before {
        left: -27%;

        width: 19px;
    }

    .tc .map .map_left h2 .title_outside:nth-of-type(2)::before {
        width: 19px;
        bottom: -108%;
    }

    .map .map_left h2 .title_outside:nth-of-type(2)::before {
        right: -12%;
        bottom: -106%;
        width: 19px;
    }

    .map .map_left h2 .title_outside:nth-of-type(1)::before {
        top: -19%;
        left: -17%;
        width: 19px;
    }


    .tc .map .map_left h2 .title_outside:nth-of-type(2) .title_block {
        top: 31px;
        left: 0px;

    }

    .support {
        padding: 50px 0 100px;
    }

    .support .logoContainer {

        gap: 48px;
        margin-top: 30px;


    }

    .support .logoContainer img {
        max-width: 76px
    }

    .support h2 .title_outside:nth-of-type(2) .title_block {
        transform: rotate(-1.68deg);
        background: #0F2B5B;
        color: white;
        z-index: 4;
        top: -12px;
        left: 20px;
    }

    .tc .support h2 .title_outside:nth-of-type(1) .title_block {
        margin-right: 100px;
    }

    .support h2 .title_outside:nth-of-type(1) .title_block {
        transform: rotate(-1.68deg);
        background: var(--VTC-Cyan, #00AEEF);
        z-index: 3;
        margin-right: 40px;
    }

    .tc .support h2 .title_outside:nth-of-type(2) .title_block {
        left: 27px;
        top: -30px;
    }

    .support h2 .title_outside:nth-of-type(1)::before {
        content: "";
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        top: -23%;
        left: -8%;
    }

    .tc .support h2 .title_outside:nth-of-type(1)::before {
        left: -14%;
    }

    .support h2 .title_outside:nth-of-type(2)::before {
        content: "";
        position: absolute;
        width: 19px;
        aspect-ratio: 35 / 41;
        background-image: url(../images/deco_highlight_navy.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        right: -18%;
        top: -58%;
        transform: rotate(115deg);
    }

    .tc .support h2 .title_outside:nth-of-type(2)::before {
        right: -55%;
    }

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }

    .footer .mediaContainer {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        margin-top: 0px;
    }



    .footer .mediaContainer img {
        width: 50px;
    }

    .footer .logoContainer {
        text-align: center;
    }

    .footer .logoContainer img {
        width: 100px;
    }

    .footer .linkContainer {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer .linkContainer a {
        color: var(--VTC-Blue, #0F2B5B);

        /* mobile/t&c */
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        /* 133.333% */
    }

    .footer .linkContainer #copyright {
        color: var(--VTC-Blue, #0F2B5B);

        /* mobile/t&c */
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        /* 133.333% */
     

    }

    .footer .linkContainer .border {
        width: 2px;
        height: 12px;

        background-color: var(--VTC-Cyan, #00AEEF);

    }

    .footer .mediaContainer a {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #0F2B5B;
        border-radius: 100px;
        position: relative;
        font-size: 0px
    }

    .footer .mediaContainer #fb {
        background-color: var(--VTC-Cyan, #00AEEF);
    }

    .footer .mediaContainer #in {
        background-color: #BAC405
    }

    .footer .mediaContainer #yt {
        background-color: #ED72AA
    }

    .footer .mediaContainer a::after {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background-color: #E0E6C1;
        border-radius: 100px;
        background-image: url(../images/icn_yt.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    #weatherPopup {
        padding: 30px 12px;
        background: white;
        max-width: 880px;
        width: 60%;
        min-width: 340px;
        border-radius: 30px;
        margin: 0 auto;
    }

    

    #weatherPopup .popupTitle {
        text-align: center;
        margin-bottom: 22px;
    }

    #weatherPopup .popupTitle img {
        margin-bottom: 4px;


    }

    #weatherPopup .popupTitle p {

        color: var(--VTC-Magenta, #ED72AA);
        text-align: center;
        /* desktop/title */
        font-family: "Passion One";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        /* 111.111% */
        text-transform: capitalize;
    }


    .weatherItem {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 18px;
        flex-wrap: wrap;

    }

    .weather img {
        width: 92px;
    }

    .weatherItem p {
        color: var(--VTC-Blue, #0F2B5B);
        text-align: center;

        /* mobile/content */

        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 131.25% */
    }

    .weatherItem p .bold {
        font-weight: 700;
    }

 #weatherPopup #popupClose {
    position: absolute;
    top: 20px;
    right: 20px;
}
  .hotspots .hotspotsItem_left{
        min-width: 250px;
        border-radius: 44px;
    }
}



@media screen and (max-width :800px) {
    .map .container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }

    .map .map_right {
        width: 100%;
        min-width: 320px;
        text-align: end;
    }

    .map .map_right img {
        width: 80%;
    }

    .map .map_left {
        min-width: 350px;
    }

    .tc .about .about-content-item {
        width: 33%;
        max-width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        min-width: 164px;
    }
    


}


@media screen and (max-width: 640px) {

    /* the slides */
    .stage .slick-slide {
        margin: 0 5px;
        width: fit-content !important;
    }

    /* the parent */
    .stage .slick-list {
        margin: 0 -5px;
    }

    .en h2 .title_block {
        display: inline-block;
        position: relative;
        padding: 6px 8px 3px;
        border-radius: 10px;
        font-size: 34px;
        line-height: 1em;

    }

    .tc h2 .title_block {
        display: inline-block;
        position: relative;
        padding: 6px 8px 3px;
        border-radius: 10px;
        font-size: 32px;
        line-height: 1em;

    }


    .tc .about .about-content-container {
        grid-template-columns: repeat(2, min-content);
    }




}

@media screen and (max-width: 470px){
        .photoAblumFlex a {
        width: 100%;
        min-width: 280px;
        overflow: hidden;
    }
}

@media screen and (max-width: 360px) {
     .en   h2 .title_block {
        display: inline-block;
        position: relative;
        padding: 6px 8px 3px;
        border-radius: 10px;
        font-size: 30px;
        line-height: 1em;
    }
    .tc #about h2 .title_block {
        display: inline-block;
        position: relative;
        padding: 6px 8px 3px;
        border-radius: 10px;
        font-size: 27px;
        line-height: 1em;

    }

        .title-container img {
        width: 10%;
        max-width: 150px;
        position: relative;
        z-index: 5;
        min-width: 75px;
    }

        .hotspots .hotspotsItem_right h2 .title_block {
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        white-space: nowrap;
        border-radius: 10px;
    }

    .hotspots .hotspotsItem_left{
        min-width: 250px;
    }

        .map .map_left {
        min-width: 280px;
    }
.tc .about .about-content-item{
     min-width: 150px;
}
       .about .about-content-item {
        min-width: 150px;
       }
          .tc .about .about-content-container{
        gap: 10px
       }

        .about .about-content-item img{
            width: 50px;
        }
    .tc .about h2 .title_outside:nth-child(3)::before {
        right: -6%;
    }
        .tc .about h2 .title_outside:nth-child(1)::before {
        left: -11%;
    }

        .paradise .desc-remark {
            font-size: 12px;

}

.item-container .item{
    min-width: 260px;
}
.btn{
    font-size: 16px;
}
}
/* .photoAblumSlick{
    max-width:1440px;
    margin: 0 auto;
} */

/* .past .slick-list {
    padding: 50px 0px 0px;
    max-width: 1440px;
    margin: auto;
}
.past .slick-slide{
    margin: 0 20px;
    max-width: 324px;
} */