
.maxWidthFollow{
    display: grid;
    max-width: 1320px;
    margin: auto;
    width: 100%;
    gap: 80px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.button.color-primary{
    font-size: 16px!important;
    height: 61px!important;
}

@media (max-width: 768px) {
    .theme[lang=zh-HK] h1,.theme[lang=en-US] h1{
        margin-bottom: 0px!important;
    }
}

/* service.jsp start*/
.Kids-video-container{
    display: grid;
    gap: 100px;
}

.Kids-Prompt_text-container{
    display: grid;
    gap: 60px;
}

.Kids-box-container{
    display: flex;
    justify-content: center;
    max-width: 1320px;
    gap: 20px;
    align-items: center;
}

.Kids-button-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.text-align-center{
    text-align: center;
}

.Kids-video{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:40px;
}

video {
    border-radius: 20px;
    width: 710.717px;
    height: 399.704px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    z-index: 1;
}

.play-button img {
    width: 280px;
    height: 280px;
}

img {
    border-style: none;
}

.Kids-Prompt_text{
    display: flex;
    align-items: center;
    gap: 100px;
}

.Kids-Prompt_text:nth-child(odd){
    flex-direction: row;
}

.Kids-Prompt_text:nth-child(even){
    flex-direction: row-reverse;
}

.Kids-Prompt_text-content{
    gap: 20px;
    width: 40%;
    padding-right: 80px;
}
.Kids-Prompt_img img{
    width: 100%;
    height: 460px;
    border-radius: 20px;
}
.Kids-box-item{
    display: flex;
    height: 230px;
    text-align: center;
    padding: 30px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: #F6F6F6;
}
.Kids-box-item img{
    width: 100px;
    height: 100px;
}
.Kids-box{
    width: 50%;
}
.Kids-button-container button{
    width: 300px;
    font-size: 16px;
}
.red{
    color: red;
}
.subNowBtn {
    display: flex!important;
    justify-content: center;
    align-items: center;
    position: fixed;
    margin: auto;
    bottom: 20;
    left: 0;
    right: 0;
    width: 535px;
    height: 108px;
    padding: 20px;
    background: white;
    fill: #FFF;
    filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.30));
    border-radius: 20px;
    gap: 60px;
    z-index: 3;
}
.subNowBtn-item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.subNowBtn .button{
    font-size: 20px!important;
}
.subNowBtn img{
    width: 60px;
    height: 60px;
}

.video-content{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 20px;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.kids-back-up-text{
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #F6F6F6;
    gap: 20px;
}

@media (min-width: 768px) {
    .padding-left-80px-dp{
        padding-left: 80px;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .maxWidthFollow{
        margin-top: 40px;
        gap: 32px;
    }
    .Kids-video-container, .Kids-button-container{
        padding: 0 20px;
        text-align: center;
    }
    .Kids-Prompt_text-container{
        gap: 24px;
    }
    .video-content{
        margin-bottom: 24px;
    }
    video {
        border-radius: 20px;
        width: 100%;
        height: 100%;
    }
    .play-button img {
        width: 160px;
        height: 160px;
    }
    .Kids-Prompt_text{
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }
    .Kids-Prompt_text:nth-child(odd){
        flex-direction: column;
    }

    .Kids-Prompt_text:nth-child(even){
        flex-direction: column;
    }
    .Kids-Prompt_img img{
        width: 100%;
        height: auto;
        border-radius: 0px;
    }
    .Kids-Prompt_text-content{
        padding: 0px 20px;
        width: 100%;
    }
    .Kids-box-container{
        justify-content:unset;
        scrollbar-width: none;
        overflow-x: auto;
        padding: 0px 20px;
    }
    .Kids-box-container::-webkit-scrollbar {
        display: none;
    }
    .Kids-box {
        width: 100%;
    }
    .Kids-box-item img{
        width: 80px;
        height: 80px;
    }
    .Kids-box-item {
        width: 220px;
        height: 100%;
        justify-content: flex-start;
        padding: 20px 30px;
    }
    .subNowBtn {
        width: 95%;
        height: auto;
        gap: 30px;
        padding: 10px;
        justify-content: space-between;
    }
    .subNowBtn-item{
        gap:8px;
    }
    .subNowBtn img {
        width: 48px;
        height: 48px;
    }
    .theme[lang=zh-HK] .subNowBtn .button{
        padding: 9px 10px!important;
        font-size: 16px !important;
        font-size: 14px !important;
    }
    .theme[lang=en-US] .subNowBtn .button{
        width: 120px;
        padding: 9px 10px!important;
        font-size: 14px !important;
    }
    #LivePerson-wrapper .callChatbot {
        bottom: 135px!important;
    }
    .Kids-video{
        gap:20px;
    }
    .kids-back-up-text{
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .subNowBtn {
        gap: 20px;
    }
}

/* service.jsp end*/

/* charges.jsp start */
.font-color-red{
    color: red!important;
}
.table_container{
    border-radius: 20px!important;
}
.td_two_mode{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.color_9C9C9C{
    color: #9C9C9C;
}
.text-align-left{
    text-align: left!important;
}
.mon_price .main span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 30px;
    font-family: "titling-gothic-fb-condensed", "Noto Sans", "Noto Sans TC";
    white-space: nowrap;
}
.mon_price .main b {
    font-size: 28px;
    font-weight: 700;
    font-family: "titling-gothic-fb-condensed", "Noto Sans", "Noto Sans TC";
    line-height: 48px;
}
.box-list{
    display: grid;
    gap: 8px;
}
.box-list-item{
    display: flex;
    align-items: center;
    gap: 12px;
}
.box-container button{
    width: 100%;
}
.changes-box-container{
    display: flex;
    padding: 50px 0px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    gap: 70px;
    background: #F6F6F6;
}
.box-container{
    display: flex;
    width: 400px;
    height: 100%;
    max-height: 420px;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    border-radius: 20px;
    border: 0px solid #EBECEE;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.changes-box-container .van-swipe {
    cursor: auto;
    padding-left: 10px;
}
.changes-box-container .vanSwiperContainer{
    width: 100%;
}
.vanSwiperContainer {
    max-width: 1800px;
    /* margin: auto; */
    position: relative;
    overflow: hidden;
    /* margin-left: 50px; */
}
.disneyPlanCardSwiper .van-swipe__track {
    justify-content: center;
    margin: auto;
    gap: 60px;
}
.prevBtn {
    position: absolute;
    left: 0%;
    background-image: url(https://www.smartone.com/Home5GBroadband/web/img/icon/Previous_Btn_Red_Pc.png);
    width: 74px;
    background-size: cover;
    height: 74px;
    bottom: 20%;
    cursor: pointer;
}
.nextBtn {
    position: absolute;
    right: 0%;
    bottom: 20%;
    background-image: url(https://www.smartone.com/Home5GBroadband/web/img/icon/Next_Btn_Red_Pc.png);
    width: 74px;
    background-size: cover;
    height: 74px;
    cursor: pointer;
}
@media (max-width: 967px) {
    .hide-padding-mobile:first-child{
        padding: 0px;
    }
}
@media (max-width: 767px) {
    .changes-table-container{
        padding: 0 20px;
    }
    .changes-box-container{
        justify-content: unset;
        align-items: unset;
        overflow: hidden;
    }
    .changes-box-container .van-swipe-item {
        justify-content: left;
    }
    .changes-box-container .van-swipe {
        padding-left: 0px;
        overflow: unset;
    }
    .changes-box-container .van-swipe-item, .movieContainer .van-swipe-item {
        display: flex;
        /* justify-content: center; */
    }
    .changes-box-container .van-swipe__track{
        justify-content: space-around;
        padding-left: 20px;
        gap: unset;
    }
    .box-container{
        width: 300px;
    }
    .box-container .h7{
        margin-bottom: 8px;
    }
    .mon_price .main b{
        font-size: 16px;
    }
    .prevBtn {
        width: 30px;
        height: 67px;
        bottom: 40%;
        left: 0px;
        background-image: url(/rotation_banner/special_offer/common/1111/icon_arrow_left.png);
    }
    .nextBtn {
        width: 30px;
        height: 67px;
        bottom: 40%;
        right: 0px;
        background-image: url(/rotation_banner/special_offer/common/1111/icon_arrow_right.png);
    }
}

/* charges.jsp end */

/* video.jsp start */
.video_container {
    max-width: 1200px;
    margin: 60px auto 0px;
    width: 100%;
}
.videoGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}
.videoItem {
    text-align: center;
}
.videoImg {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.videoImg img {
    width: 100%;
    border-radius: 20px;
}
.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    z-index: 1;
}
.van-popup {
    position: fixed;
    max-height: 100%;
    background-color: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-overflow-scrolling: touch;
}
.van-popup--center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.close-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: -24px;
    right: -24px;
}
video {
    border-radius: 20px;
    width: 710.717px;
    height: 399.704px;
}

.close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close-icon::before, .close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1240px) {
    .video_container {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .video_container {
        padding: 0;
    }
    .videoGrid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .van-popup {
        width: 100%;
        text-align: center;
    }
    .van-popup video {
        width: 95%;
        height: auto;
    }
    video {
        border-radius: 30px;
        width: 282px;
        height: 500px;
    }
    .close-icon {
        position: absolute;
        width: 24px;
        height: 24px;
        cursor: pointer;
        top: -24px;
        right: 0;
    }
}
/* video.jsp end */