/* Your style for custom components here */
#smt-ui-campaignPage {
    width: 100%;
    display: block;
    overflow-x: hidden;
}

#smt-ui-cms-component-wrapper {
    display: none;
}


.swiper-page {
    max-width: 1200px;
    height: 620px;
    margin: 0 auto;
    padding: 24px 12px 20px;
    position: relative;
}

.swiper-page h1 {
    margin: 0 0 16px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.swiper-container-outter {
    overflow: hidden;
    width: 100%;
}

.swiper-container {
    overflow: visible;
}

.swiper-container-fb .swiper-wrapper {
    display: flex;
    flex-direction: row;
}

.swiper-slide {
    width: 350px;
    flex-shrink: 0;
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.swiper-slide iframe {
    width: 280px;
    border: 0;
}

.swiper-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
    z-index: 20;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    cursor: pointer;
    pointer-events: auto;
}

.swiper-button-prev {
    left: -55px;
}

.swiper-button-next {
    left: 55px;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
}

.show-mobile {
    display: none;
}

.st-breadcrumb {
    padding: 20px 0;
    color: #aaaaaa;
}

body.v4-tchinese .st-breadcrumb a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #9c9c9c;
}

body.v4-english .st-breadcrumb a {
    font-family: 'titling-gothic-fb-narrow,sans-serif', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #9c9c9c;
}

.text-nowrap {
    white-space: nowrap !important;
}

.st-breadcrumb> :last-child a {
    color: #333 !important;
}

.st-breadcrumb a:focus,
.st-breadcrumb a:hover {
    text-decoration: unset !important;
}

#smt-ui-campaignPage a:focus,
#smt-ui-campaignPage a:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: unset !important;
}

button:focus {
    outline: unset !important;
}

#section_IG-post {
    margin: 40px 0px 0px;
}



@media (max-width: 1024px) {
    .swiper-container-fb .swiper-wrapper {
        justify-content: unset;
    }
}

@media (max-width: 767px) {

    body.v4 .swiper-button-next,
    body.v4 .swiper-button-prev {
        background-image: unset !important;
    }

    .swiper-page {
        padding: 16px 8px 28px;
    }

    .swiper-navigation {
        padding: 0 6px;
    }

    .swiper-page h1 {
        font-size: 24px;
    }

    .swiper-slide {
        width: 92vw;
    }

    .swiper-slide iframe {
        width: 350px !important;
    }

    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: inline;
    }

    .swiper-button-prev {
        left: -30px;
    }

    .swiper-button-next {
        left: 50px;
    }

}