#app{
    text-align: center;
    margin-top: 28px;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}
.ChoosePlanFlex{
    display: inline-flex;
    align-items: flex-end;
    gap: 20px;
    margin: 40px auto 20px;
    justify-content: center
}
.ChoosePlanFlex>div{
    width: 240px;
    height: 140px;
    background-size: contain;
    background-repeat:no-repeat;
}
.ChoosePlan_5G{
    background-image: url(/mobile_and_price_plans/portin_landing/common/tab_5g_off.png);
}
.ChoosePlan_45G{
    background-image: url(/mobile_and_price_plans/portin_landing/common/tab_45g_off.png);
}
.active.ChoosePlan_5G{
    background-image: url(/mobile_and_price_plans/portin_landing/common/tab_5g_on.png);
}
.active.ChoosePlan_45G{
    background-image: url(/mobile_and_price_plans/portin_landing/common/tab_45g_on.png);
}
.ChoosePlanFlex p{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px !important;
}
.icon_5g{
    width: 36px;
}
.icon_4_5g{
    width: 50px;
}
.planIntroContainer{
    max-width: 780px;
    margin: 40px auto 50px;
    border-radius: 20px;
    border: 3px solid var(--Color-Red---Default, #F00);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    position: relative;
}

.planIntroPopup{
    display: none;
}
.plan_45G .planIntroPopup{
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.online_exclusive_icon{
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    z-index: 10;
}
.planIntroRed{
    background: url(/rotation_banner/special_offer/tchinese/Christmas_Campaign_promo_banner_TC.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 30px;
}
.planIntroRed b{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 2px 2px rgba(160, 0, 0, 0.70);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
    letter-spacing: 3px;
}
.planIntroRed b span{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 2px 2px rgba(160, 0, 0, 0.70);
    font-family: "Titling-Gothic-FB-Condensed";
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px; /* 150% */
}
.theme[lang=zh-HK] .planIntroRed p,.theme[lang=en-US] .planIntroRed p{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 2px 2px rgba(160, 0, 0, 0.70);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.planIntroTag{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans TC";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 171.429% */
    letter-spacing: 1px;
    display: inline-flex;
    padding: 2px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: rgba(134, 0, 0, 0.50);
    margin-bottom: 26px;
}
.planIntroTitle{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 2px 2px rgba(160, 0, 0, 0.70);
    font-family: "Noto Sans TC";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 171.429% */
    letter-spacing: 1px;
}
.planIntroTitle .icon_5g{
    width: 48px;
}
.planIntroWhite{
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 21px 119px;
}
.plan_45G .planIntroWhite{
    padding: 50px 90px 50px 400px;
}
.planIntroWhiteTopContent{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.planIntroWhiteTopContent .planIntroWhiteItem{

}
.planIntroWhiteTopContent .planIntroWhiteItem>p{
    margin-bottom: 0 !important;
    text-align: left;
}
.planIntroWhiteItem img{
    width: 37px;
}
.planIntroWhiteItem del{
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.planIntroWhiteItem del::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333333;
    top: 50%;
    left: 0;
    transform: rotate(-20deg);
    transform-origin: center;
}
.planIntroWhiteItem div{
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 72px;
    gap: 5px;
}
.planIntroWhiteItem div:last-child{
    align-items: center;
}
.portInType1b .planIntroWhiteItem div:last-child{
    align-items: baseline;
}
.planIntroWhiteTopContent hr{
    width: 1px;
    height: 60px;
    background: #D3D3D3;
    margin: 0;
}
.planIntroWhiteTopContent p{
    color:#9C9C9C;
}
.planIntroWhiteTopContent .p3{
    margin: 0 !important;
    color:#333333;
}
.planIntroWhiteTopContent .h1{
    font-family: "Titling-Gothic-FB-Condensed";
    margin: 0 !important;
}
.newPrice{
    color: var(--Color-Red---Default, #F00);
    font-family: "Titling-Gothic-FB-Condensed";
}
.newPrice span{
    color: red;
}
.planIntroWhiteTopContent .h1,.planIntroWhiteTopContent .h4{
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-weight: 500 !important;
}
.planIntroWhiteTopContent .h4{
    color: #333333;
}
.planIntroWhiteTopContent del,.planIntroWhiteTopContent span{
    color: var(--Color-Black, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Titling-Gothic-FB-Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}
.newPrice span{
    color: var(--Color-Red---Default, #F00) !important;
}
.planIntroWhiteMidContent{
    gap: 10px;
    margin: 12px 0 20px;
    background: #F6F6F6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 490px;
    padding-bottom: 10px;
}
.theme[lang="en-US"] .planIntroWhiteMidContent{
    width: 650px;
}
.plan_5G .planIntroOffer:last-child{
    padding-bottom: 10px;
}
.oneC .plan_45G .planIntroOffer:last-child{
    padding-bottom: 10px;
}
.plan_45G:not(.oneC .plan_45G) .planIntroWhiteMidContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    margin-top: 16px;
    background: none;
}
.plan_45G:not(.oneC .plan_45G) .planIntroWhiteMidContent div.planIntroOffer{
    padding: 12px 20px;
    width: 100%;
    border-radius: 12px;
    background: var(--Color-Grey20, #F6F6F6);
}
.grayTitle{
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px 12px 0px 0px;
    background: #EBECEE;
}
.planIntroOffer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 0 12px 12px 0;
}
.planIntroOffer2{
    margin: 0 auto !important;
}
.planIntroOffer p{
    margin: 0 !important;
}
.planIntroOffer .red_box{
    width: 39px;
    height: 39px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme[lang=en-US]  .planIntroOffer .red_box{
    font-size: 12px;
    font-weight: 500;
}
.planIntroOffer div{
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-weight: 500 !important;
}
.planIntroOffer .popupIcon{
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}
.theme[lang="en-US"] .planIntroOffer {
    flex-wrap: wrap;
}
.theme[lang=zh-HK] .planIntroWhite button,.theme[lang=en-US] .planIntroWhite button{
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
.allServiceContainer{
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    align-self: stretch;
    border-radius: 20px;
    max-width: 1200px;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0px;
    padding-bottom: 0;
}
.allServiceTitle{
    color: var(--Color-Black, #333);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    cursor: pointer;
}
.allServiceTitle b{
    transition: 0.5s;
    transform: rotate(180deg);
}
b.down{
    transform: rotate(0deg);
}
.allServiceContent{
    max-width: 1200px;
    width: 100%;
    gap: 28px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}
.allServiceContentTop{
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    justify-content: space-around;
}
.allServiceContentTop hr{
    width: 1px;
    height: 106px;
    background: #D3D3D3;
    margin: 0;
}
.allServiceContentTopItem{
    
}
.allServiceContentTopItem h1{
    color: var(--black-white-grey-black, #333);
    text-align: center;
    margin: 12px 0 0 !important;
}
.allServiceContentTopItem p{
    color: var(--black-white-grey-black, #333);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0 !important;
}
.smarTonePlus_logo{
    width: 126px;
}
.mgm_logo{
    width: 43px;
}
.allServiceHr{
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    margin: 0;
    border: none;
}
.allServiceContentBottom{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 40px;
}
.allServiceContentBottomItem{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    gap: 12px;
}
.allServiceContentBottomItem p{
    color: var(--black-white-grey-black, #333);
    margin: 0 !important;
}
.plan_logo{
    width: 60px;
}
.moreOfferContainer{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.moreOfferContainer .h3{
   margin-bottom: 40px;
}
.display_dk{
    display: block;
}
.display_mb{
    display: none;
}
.display_dk1024{
    display: block;
}
.display_mb1024{
    display: none;
}
.monthContract{
    text-align: left;
}
.vanSwiperContainer{
    max-width: 1200px;
    width: 100%;
}
.plan_45G .vanSwiperContainer{
    max-width: 800px;
    width: 100%;
}
.swiperButton {
    display: none;
}
.gray_cover{
    border-radius: 20px;
    border: 3px solid var(--Color-Grey60, #C8C8C8);
    background: rgba(200, 200, 200, 0.90);
    backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: 0.3s;
}
.dk-lottie{
    width: 100%;
    height: max-content;
    border-radius: 20px; 
    overflow: hidden;
}
.mb-lottie{
    display: none;
}
.coverImg{
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 20px;
}
.coverDes{
    text-align: left;
    color:  #9C9C9C;
}
.recommendPopupContainer{
    max-width: 680px;
    width: 100%;
}
.recommendTitle{
    margin-bottom: 20px !important;
}
.recommendPopupTable{
    width: 680px;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: var(--black-white-grey-grey-background, #F5F6F7);
}
.recommendPopupTable, td, th {
    border: 3px solid #FFF;
}
.recommendPopupTable tr th{
    background: #EAEBEC;
    text-align: center;
}
.recommendPopupTable tr th:nth-child(2){
    color: var(--Smt-Red-Red, #FD1500);
}
.recommendPopupTable tr th:nth-child(3){
    color: var(--Green, #4CAF51);
}
.recommendPopupTable tr td{
    color: var(--Flowkit-Charcoal, #222);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.recommendPopupTable td b{
    font-family: "Titling-Gothic-FB-Condensed";
    font-weight: 500;
}
.van-popup {
    padding: 60px 60px 40px;
}
.popupContent{
    width: auto;
}
.gray_box{
    margin-top: 20px;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Color-Grey20, #F6F6F6);
}
.gray_box p{
    margin: 0 !important;
}
.icon_light{
    width: 36px;
}
.van-swipe{
    /* display: flex;
    justify-content: center; */
}
.speedRemark {
    text-align: left;
}
.cardContainer{
    background: none;
    padding: 0px 10px 0px 10px !important;
}
.planCardGiftItem .h9{
    font-size: 16px !important;
    color: #000;
    text-align: left;
}
.extraDescBox{
    left: 30px;
}
.speedRemark>div>div{
    display: flex;
}
.boxContentSwiper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.boxContentSwiper-45G{
    max-width: 800px;
}
.boxContentSwiper .swiper-wrapper{
    justify-content: flex-start;
}
.boxContentSwiper-45G .swiper-wrapper{
    justify-content: center;
}
.h5gbbContainer .swiper-wrapper{
    justify-content: flex-start;
}
.boxContentSwiper .swiper-container{
    color: #000;
    height: max-content;
}
.plan_5G{
    background-color: #F6F6F6;
    margin: 0 -40px;
    padding: 60px 0;
}
.topBannerContainer{
    max-width: 1320px;
    width: 100%;
    margin: 40px auto;
    height: 550px;
}
.topBannerContainer img{
    border-radius: 20px;
}
@media(max-width: 1200px){
    .van-popup {
        padding: 60px !important;
        width: auto;
        height: auto;
    }
    .oneC .planIntroWhite{
        padding-left: 460px;
        padding-right: 20px;
    }
    .topBannerContainer{
        height: 450px;
    }
}
@media(max-width: 1100px){
    .topBannerContainer{
        height: 410px;
    }
    .swiperButton {
        display: block;
    }
    .planIntroWhiteTopContent {
        gap: 20px;
    }
    .planIntroWhiteMidContent{
        width: 100%;
    }
    .portInType1b .planIntroWhiteMidContent{
        width: 490px;
    }
    .theme[lang="en-US"] .planIntroWhiteMidContent{
        max-width: 490px;
        width:100%;
    }
    .networkStepBox .swiperButton.prevBtn {
        width: 40px;
        height: 99px;
        top: 36%;
        left: -2px;
        background-image: url('/5G/images/mobile_tab_arrow_L.png') ;
    }
    .networkStepBox .swiperButton.nextBtn {
        width: 40px;
        height: 99px;
        top: 36%;
        right: -2px;
        background-image: url('/5G/images/mobile_tab_arrow_R.png') ;
    }
}
@media(max-width: 1024px){
    .portInType1b .planIntroWhiteMidContent{
        width: 100%;
    }
    .swiper-navigation{
        display: block;
    }
    .boxContentSwiper-45G .swiper-wrapper{
        justify-content: flex-start;
    }
    .h10-md{
        font-size: 12px !important;
    }
    .display_dk1024{
        display: none;
    }
    .display_mb1024{
        display: block;
        width: 150%;
    }
    .plan_45G .planIntroPopup {
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        cursor: pointer;
        top: 0%;
        left: 0%;
        transform: unset;
    }
    .planIntroWhite,.plan_45G .planIntroWhite {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        padding: 12px 20px 20px !important;
    }    
    .planIntroWhiteTopContent{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-around;
        align-items: flex-start;
    }
    .planIntroWhiteItem:last-child{
        display: none;
    }
    .portInType1b .planIntroWhiteItem:last-child{
        display: block;
    }
    .planIntroWhiteItem .p4-md{
        color: #000;
    }
    .online_exclusive_icon {
        top: -40px;
        right: -15px;
        width: 66px;
    }
    .planIntroWhiteItem div {
        align-items: baseline;
        height: unset;
    }
    .planIntroWhiteTopContent .h1{
        font-size: 40px !important;
    }
    .planIntroOffer .red_box{
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 16px;
    }
    .theme[lang=en-US]  .planIntroOffer .red_box{
        font-size: 12px;
    }
    .planIntroOffer {
        gap: 3px;
    }
    .planIntroWhiteMidContent,.plan_45G:not(.oneC .plan_45G) .planIntroWhiteMidContent {
        padding-bottom: 0px;
    }
    .theme[lang="en-US"] .planIntroWhiteMidContent{
        max-width: unset;
        width:100%;
    }
    
}
@media(max-width: 900px){
    .topBannerContainer{
        height: 350px;
    }
    .theme[lang=en-US] .speedSwiper .h6{
        height: 108px;
    }
}
@media(max-width: 768px){
    .swiperButton.prevBtn {
        width: 40px;
        height: 99px;
        top: 40%;
        left: -38px;
        background-image: url('/5G/images/mobile_tab_arrow_L.png') ;
    }
    .swiperButton.nextBtn {
        width: 40px;
        height: 99px;
        top: 40%;
        right: -38px;
        background-image: url('/5G/images/mobile_tab_arrow_R.png') ;
    }
    .portinCMonthPopup>div:nth-child(1){
        margin-bottom: 16px;
    }
    .portinCMonthPopup>div:nth-child(2){
        margin-bottom: 8px;
    }
    .portinCMonthPopup>div:nth-child(4){
        margin-top: 8px;
        padding-top: 8px;
    }
    .swiperButton.prevBtn {
        left: -3px;
    }
    .swiperButton.nextBtn {
        right: -3px;
    }
    .van-popup {
        padding: 50px 20px 20px 20px !important;
        width: 90%;
        height: auto;
    }
    .van-swipe{
        display: block;
    }
    .swiperContainer{
        margin: 0 -20px;
    }
    .display_dk{
        display: none;
    }
    .display_mb{
        display: block;
    }
    .smarTonePlus_logo{
        width: 80px;
    }
    .mgm_logo{
        width: 30px;
    }
    .allServiceContent{
        padding: 0;
    }
    .allServiceContentTopItem h1{
        margin: 0 !important;
    }
    .allServiceContentTop hr {
        height: 100px;
    }
    .allServiceContentTop{
        gap: 12px;
    }
    .allServiceContent,.allServiceContainer{
        gap: 20px;
    }
    .allServiceContainer{
        padding: 20px 0px;
        margin: 0px auto 0px;
        padding-bottom: 0;
    }
    .allServiceContentBottom {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .ChoosePlanFlex{
        width: 100%;
        gap: 12px;
        margin: 20px auto;
    }
    .ChoosePlanFlex>div {
        width: 158px;
        height: 94px;
        background-size: contain;
        background-repeat: no-repeat;

    }
    .allServiceContentTopItem {
        width: 50%;
    }    
    .coverImg{
        max-width: 1200px;
        margin: 20px auto;
    }
    .recommendPopupTable{
        width: 100%;
    }
    .recommendPopupTable tr td,.recommendPopupTable tr th{
        font-size: 12px !important;
    }
    .recommendPopupContainer p{
        margin-bottom: 5px !important;
    }
    .gray_box{
        padding: 12px;
        gap: 12px;
    }
    .planIntroWhiteMidContent{
        gap: 4px;
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .theme[lang="en-US"] .planIntroWhiteMidContent {
        width: 100%;
    }
    .plan_logo{
        width: 36px;
    }    
    .planItemBox{
        gap: 8px;
    }
    .theme[lang="en-US"] .offerContainer .line {
        width: 30%;
    }
    .extraDescBox{
        left: 10px;
    }
    .planIntroOffer{
        flex-wrap: wrap;
    }
    .online_exclusive_icon {
        top: -40px;
    }
    .cardContainer:last-child{
        padding: 0;
    }
}
@media(max-width: 430px){
    .online_exclusive_icon {
        top: -30px;
    }
}
@media(max-width: 320px){
    .planIntroWhite, .plan_45G .planIntroWhite,.oneB .plan_45G .planIntroWhite,.oneC .plan_45G .planIntroWhite {
        padding: 0 10px 20px;
    }
}


html, body {
    position: relative;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-wrapper{
    align-items: center;
    justify-content: center;
}
.gallery-thumbs .swiper-wrapper{
    gap: 40px;
}
.swiperContentContainer{
    border-radius: 20px;
    background:  #FFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    max-width: 640px;
    margin: auto;
}
.swiperContentItem{
    display: none;
    text-align: center;
    padding: 40px 40px 20px;
    width: 100%;
}
.swiperContentItem span{
    margin-top: 20px;
    color: #9C9C9C;
    display: block;
}
.swiper-button-disabled{
    display: none;
}
body.v4 .swiper-button-next{
    width: 80px !important;
    height: 80px !important;
    background-image: url(/Home5GBroadband/web/img/icon/Next_Btn_Red_Pc.png);
}
body.v4 .swiper-button-prev{
    width: 80px !important;
    height: 80px !important;
    background-image: url(/Home5GBroadband/web/img/icon/Previous_Btn_Red_Pc.png);
}
.remarkContainer{
    max-width: 1200px;
    margin: 60px auto;
}
@media (max-width: 768px) {
    .swiper-wrapper{
        justify-content: unset;
    }
    .smtServiceBoxSwiper .swiper-wrapper{
        height: 100%;
    }
    .gallery-thumbs .swiper-slide {
        width: 120px;
        height: 120px;
    }
    .gallery-thumbs .swiper-wrapper{
        gap: 0px;
    }
    body.v4 .swiper-button-prev{
        left: -20px;
    }
    body.v4 .swiper-button-next{
        right: -20px;
    }
    body.v4 .swiper-button-next{
        background-image:url(/5G/images/mobile_tab_arrow_R.png);
        width: 40px !important;
        height: 99px !important;
        top: 40%;
    }
    body.v4 .swiper-button-prev{
        background-image:url(/5G/images/mobile_tab_arrow_L.png);
        width: 40px !important;
        height: 99px !important;
        top: 40%;
    }
}

.footerContainer{
    /* max-width: 1200px; */
    max-width: 100%;
    margin: auto;
    padding: 0 25px;
}
.confidenceContainer, .smtServiceContainer, .commentContainer, .faqContainer{
    margin: 60px auto;
    max-width: 1200px;
}
.smtServiceBox{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    text-align: center;
}
.smtServiceItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 33.3%;
}
.smtServiceItem img{
    width: 150px;
    height: 150px;
}
.smtServiceBoxSwiper{
    display: none;
}
.faqDetailItem{
    text-align: left;
}

@media (max-width:767px) {
    .faqDetailItem{
        text-align: unset;
    }
    .footerContainer{
        padding: 0 20px;
    }
    .smtServiceContainer{
        margin: 40px auto;
    }
    .smtServiceContainer{
        margin: 40px -20px;
    }
    .smtServiceBox{
        padding: 0 20px;
        overflow: hidden;
        justify-content: flex-start;
    }
    .smtServiceItem{
        max-width: 140px;
        width: 100%;
    }
    .smtServiceContainer{
        padding-top: 0px;
    }
    .smtServiceItem img{
        width: 70px;
        height: 70px;
    }
    .desktopSmt{
        display: none;
    }
    .smtServiceBoxSwiper{
        display: block;
        max-height: 122px;
        height: 100%;
        padding: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .smtServiceBoxSwiper .swiper-slide{
        width: 152px !important;
    }
    .smtServiceSwiper{
        position: relative;
    }
    .smtServiceNextBtn{
        right: -3px !important;
    }
    .smtServicePrevBtn{
        left: -3px !important;
    }
    .theme[lang='en-US'] .faqBoxContainer {
        max-width: 62%;
    }
    .theme[lang='en-US'] .faqBoxItem {
        height: auto;
    }
    .theme .faqBoxContainer .swiper-slide{
        gap: 6px;
    }
    .mobileHideBr{
        display: none;
    }
    .remarkContainer{
        margin: 40px auto;
    }
}

.firstChoiceBox .van-swipe{
    margin: 60px auto;
}
.firstChoiceBox{
    position: relative;
    max-width: 800px;
    margin: 40px auto;
    width: 100%;
}
.van-swipe__track{
    margin: auto;
}
.featuredPlanCardBox {
    max-width: 1200px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.firstChoiceContentBox{
    display: flex;
    align-items: center;
    max-width: 800px;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    padding-left: 26px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 32px 0 32px;
}
.theme[lang="zh-HK"] .firstChoiceContentBox{
    max-height: 288px;
}
.theme[lang="en-US"] .firstChoiceContentBox{
    padding: 60px 0 40px 26px;
}
.firstChoiceImgBox{
    position: relative;
    width: 346px;
    min-width: 346px;
}
.firstChoiceImgBox div:nth-child(1){
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.firstChoiceImgBox div:nth-child(1) img{
    border-radius: 20px;
}
.firstChoiceTopIcon{
    position: absolute;
    top: -45px;
    left: -42px;
}
.firstChoiceLeftImg{
    position: absolute;
    top: -20px;
    left: -30px;
}
.firstChoiceItem{
    width: 100%;
    text-align: left;
    padding: 0px 20px 0px 36px;
}
.firstChoiceItem>div:nth-child(1){
    margin-bottom: 20px;
}
.firstChoiceIconBox{
    display: flex;
    justify-self: unset;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.firstChoiceIconBox .firstChoiceIconItem{
    width: 100%;
    display: flex;
    align-items: start;
    z-index: 2;
    gap: 8px;
}
.firstChoiceIconBox img{
    width: 32px;
}
.networkStepDiv{
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    width: 335px;
    margin: auto;
}
.networkStepDiv>div{
    width: 100%;
}
.networkSteVideo{
    position: relative;
}
.networkSteVideo img{
    border-radius: 20px 20px 0 0;
}
.networkTextBox{
    padding: 20px 29px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.networkSteLearnMore{
    color: red;
}
.faq-container {
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-item.activeFaq .faq-question {
    color: #333;
}

.faq-question {
    position: relative;
    padding: 28px 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9C9C9C;
    text-align: left;
}
.faq-question h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: normal;
}
.faq-answer ul{
    list-style-type: disc;
    margin-left: 20px;
}

.faq-toggle {
    background-color: #ff0000;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: transform 0.5s ease;
    position: relative; 
}

.iconAnimate::before {
    position: absolute;
    top: 8px;
    width: 3px;
    height: 17px;
    left: 16px;
    background: #fff;
    content: "";
    transition: all .5s;
}

.iconAnimate::after {
    position: absolute;
    top: 15px;
    width: 16px;
    height: 3px;
    left: 9px;
    background: #fff;
    content: "";
    transition: all .5s;
}
.faq-toggle.active .iconAnimate::before {
    transform: rotate(90deg);
}

.faq-answer {
    padding: 0 15px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    text-align: left;
}
.activeFaq .faq-answer{
    margin-bottom: 28px;
}
.networkStepBox .van-swipe .van-swipe-item{
    padding: 20px 0;
}
#modal_video .modal-dialog {
    width: 100%;
    max-width: 1000px;
    height: 618px;
    top: 50%;
    margin: 0 auto;
	margin-top: -336px;
	display: flex;
    align-items: center;
}

.modal-content {
    background: none;
    box-shadow: none;
    border: 0;
}

.modal-header {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    padding-right: 0;
}

.modal-header button {
	margin-right: 10px;
}

.modal-body video {
    width: 100%;
}
.topBannerBoxSwiper{
    height: min-content;
    overflow: hidden;
}
.topBannerBox{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    text-align: center;
    padding: 0 6%;
}
.topBannerBoxSwiper .swiper-wrapper ,.speedSwiper .swiper-wrapper{
    justify-content: unset;
}
.topBannerSwiper{
    position: relative;
    margin-top: 180px;
}
.topBannerSwiper .swiper-slide img{
    border-radius: 30px;
    width: 100%;
}
.left-area{
    position: absolute;
    width: 13%;
    left: 0;
    height: 100%;
    top: 0;
    cursor: none;
    z-index: 11;
}
.right-area{
    position: absolute;
    width: 13%;
    right: 0;
    height: 100%;
    top: 0;
    cursor: none;
    z-index: 11;
}
.topBannerBox .follower {
    position: absolute;
    width: 100px;
    height: 100px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;

    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .1);
}
.circle-container i {
    position: absolute;
    font-size: 20px;
}
.rightIcon{
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: none;
    border-left: none;
    top: 51%;
    left: 48%;
    transform: rotate(45deg) translate(-50%, -50%);
}
.leftIcon{
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: none;
    border-right: none;
    top: 48%;
    left: 51%;
    transform: rotate(-45deg) translate(-50%, -50%);
}

.topBannerBox .follower.visible {
    opacity: 1;
}

.topBannerBox .mb{
    display: none;
}
.swiper-pagination-bullet {
    background: #fff; /* 設置點點顏色 */
    width: 12px; /* 設置點點寬度 */
    height: 12px; /* 設置點點高度 */
    opacity: 0.7; /* 設置點點透明度 */
}  
.swiper-pagination-bullet-active {
    background: #007aff; /* 設置當前點點顏色 */
}
.networkStepBox{
    position: relative;
}
.networkStepBox .swiperButton, .firstChoiceBox .swiperButton, .h5gbbContainer .swiperButton, .speedSwiperContainer .swiperButton{
    display: block;
}
.firstChoiceBox .prevBtn{
    left: -10%;
}
.firstChoiceBox .nextBtn{
    right: -10%;
}
.h5gbbContainer .swiperButton{
    top: 61%;
}
.h5gbbContainer .prevBtn{
    left: -3%;
}
.h5gbbContainer .nextBtn{
    right: -3%;
}
.firstChoiceBox .swiper-button-disabled, .h5gbbContainer .swiper-button-disabled{
    display: none;
}

.networkStepBox{
    position: relative;
    margin: auto;
    max-width: 1200px;
}
.firstChoiceBox{
    position: relative;
}
.topBannerBtn{
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.networkStepContainer{
    max-width: 1200px;
    margin: auto;
    margin-bottom: 120px;
    margin-top: 120px;
}
.networkStepContainer>div{
    margin-bottom: 20px;
}
.theme[lang="en-US"] .networkTextBox{
    height: 352px;
}
.theme[lang="en-US"] .networkTextBox :nth-child(1){
    height: 72px;
}
.theme[lang="en-US"] .networkTextBox :nth-child(2){
    height: 192px;
}
.swiper-pagination{
    bottom:  40px !important;
}
.btnPlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
}
.top5GNetwork{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    text-align: center;
}
.top5GNetwork .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.discountBGBox .giftContainer{
    text-align: left;
    margin: 8px 0;
}
.discountBGBox{
    max-width: 1200px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    margin: 0px -20px 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 20px;
    background: white;
}
.giftContainer {
    width: 100%;
    display: flex;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid #FFB100;
    background-color: #FFF3D9;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 20px;
    flex-wrap: nowrap;
}
.firstChoiceBottomDiv{
    border-radius: 0 0 0 32px;
    background-color: #FFCCCC;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -5px;
    left: -5px;
    opacity: 0.5;
}
.h5gbbSwiper{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.h5gbbSwiper .swiper-slide{
    cursor: pointer;
}
.h5gbbContainer{
    margin: auto;
    position: relative;
    height: fit-content;
    max-width: 1200px !important;
}
.h5gbbContainer .h3{
    padding-top: 60px;
}
.h5gbbContainer .p3{
    padding-top: 20px;
    padding-bottom: 40px;
}
.h5gbbContainer div img{
    max-width: 1200px !important;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.firstChoiceContainer{
    position: relative;
    padding-top: 60px;
}
.tabPlancardSection{
    margin: auto;
    max-width: 1200px;
}
.tabPlancardSection button:hover{    
    transition: none !important;
    animation: none !important;
}
.discountBGBanner{
    max-width: 1200px;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
}
.discountBGBanner img{
    max-width: 1200px !important;
    display: block;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    bottom: 0;
    border-radius: 20px;
}
#app .tabPlancardSection .tab-page-container{
    margin: 0;
    width: 100%;
    padding: 0;
}
.featuredPlanCardGiftImg{
    max-width: 700px;
    margin: -20px auto 20px;
}
.handsetDIvContainer{
    position: relative;
    background-color: white;
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.giftContainerOuter {
    min-height:93px;
}
.mobileDisplay{
    display: none;
}
.van-popup__close-icon{
    color: #9C9C9C;
}
.theme .roaming-components .tabs .tab.selected .content{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.theme .roaming-components .tabs .tab:last-child .content{
    border-top-right-radius: 20px;
}
.theme .roaming-components .tabs .tab:first-child .content{
    border-top-left-radius: 20px;
}
.anchorTab{
    display: flex;
    justify-content: center;
    max-width: 788px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    display: none;
    width: 100%;
}
.mobileView{
    display: none;
}
.theme .cardBox .subscribeNowBtn button:hover {
    padding:14px 20px !important;
    line-height: 1.5 !important;
    height: 56px !important;
}
.extraDescText{
    justify-content: center;
}
.planCardOrText {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding: 0 20px;
    margin: -10px 0;
    margin-top: 0;
}
.line {
    background: var(--palette-grey-50);
    height: 1px;
    width: 40%;
}
/*  CWD-1147 start */
.firstChoiceBoxContainer{
    max-width: 1200px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #D3D3D3;
    background: #F6F6F6;
    margin: 40px auto;
}
.firstChoiceBoxTop{
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 24px 40px;
    border-bottom: 1px solid #C8C8C8;
    position: relative;
}
.firstChoiceBoxTop div{
    position: absolute;
    width: 60px;
    height: 50px;
    cursor: pointer;
    top: 35%;
}
.firstChoiceLiknMark-gotosmt{
    right: 23%;
}
.theme[lang="en-US"] .firstChoiceLiknMark-gotosmt{
    right: 25%;
}
.firstChoiceLiknMark-step1{
    left: 5%;
}
.theme[lang="en-US"] .firstChoiceLiknMark-step1{
    left: 8%;
}
.firstChoiceLiknMark-step2{
    left: 27%;
}
.theme[lang="en-US"] .firstChoiceLiknMark-step2{
    left: 28%;
}
.firstChoiceLiknMark-step3{
    right: 45%;
}
.theme[lang="en-US"] .firstChoiceLiknMark-step3{
    right: 46%;
}
.firstChoiceBoxFlex{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    z-index: 5;
    position: inherit;
    max-width: 800px;
    width: 100%;
    margin: 24px 0;
    margin-left: -50px;
}
.firstChoiceBoxFlex .h7{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.firstChoiceBoxFlex .h7 i{
    width: 28px;
    height: 28px;
    display: inline-block;
    border: 5px solid #000;
    border-radius: 50%;
    background-color: #fff;
    margin: 10px auto;
    position: relative;
    z-index: 5;
}
.firstChoiceBoxTop .h5{
    margin-left: -50px;
}
.firstChoiceBoxTop .h4{
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-weight: 500 !important;
}
.firstChoiceLine{
    display: flex;
    width: 100%;
    position: relative;
}
.firstChoiceBoxTop .h7:first-child hr {
    width: 50%;
    height: 5px;
    background: red;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 0;
    transform: translateX(0%);
}
.firstChoiceBoxTop .h7 hr {
    width: 100%;
    height: 5px;
    background: red;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.firstChoiceBoxTop .h7:last-child hr {
    width: 50%;
    height: 5px;
    background: red;
    position: absolute;
    top: 45%;
    left: 0%;
    margin: 0;
    transform: translateX(0%);
}
.lockContainer{
    margin-bottom: 40px;
    padding: 0 40px;
}
.lockContainer .h7{
    color: var(--Color-Red---Default, #F00);
}
.input_container{
    margin: 20px auto;
}
.input_container input{
    max-width: 320px;
    width: 100%;
    margin-right: 20px;
    border-radius: 10px;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-White, #FFF);
    padding: 16px 15px 16px 15px;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
input::-webkit-input-placeholder {
    color: #D3D3D3;
}
input:-ms-input-placeholder {
    color: #D3D3D3;
}
input:-moz-placeholder {
    color: #D3D3D3;
}  
.theme[lang=zh-HK] .input_container .button.color-primary,.theme[lang=en-US] .input_container .button.color-primary{
    max-width: 200px;
    padding: 16px 30px;
    background: url(/5G/images/icon_lock.svg) no-repeat 86% 50% red;
    width: 100%;
}
.input_container button img{
    width: 32px;
    margin-left: 20px;
}
.lockContainer .p6{
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
}
.lockPlanContainer{
    margin: 0 15px;
}
.theme[lang=zh-HK] .lockPlanContainer .h6,.theme[lang=en-US] .lockPlanContainer .h6{
    margin-bottom: 0px;
}
.speedContainer{
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 60px;
}
.theme[lang=zh-HK] .speedContainer .h3,.theme[lang=en-US] .speedContainer .h3{
    margin-bottom: 20px;
}
.speedContainer .p5{
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
}
.speedSwiper{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.topBannerBoxSwiper .swiper-wrapper, .speedSwiper .swiper-wrapper {
    justify-content: unset;
}
.swiper-wrapper{
    height: auto;
}
.swiper-navigation {
    position: relative;
}

.speedSwiperContainer{
    position: relative;
    width: 100%;
    margin: 40px auto;
}
.speedSwiperContainer .speedSwiperNextBtn {
    right: -8%;
    top: 50%;
    display: block;
}
.speedSwiperContainer .speedSwiperPrevBtn {
    left: -8%;
    top: 50%;
    display: block;
}
.speedSwiperContainer .swiper-button-disabled{
    display: none;
}
.theme[lang=en-US] .speedSwiper .h6{
    height: 72px;
}
.speedBox{
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #D3D3D3;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.speedBox img{
    width: 100%;
}
.speedGrid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 13px 0;
    align-items: center;
}
.pinkGrid{
    background-color: #FFEAEA;
}
.pinkGrid div{
    color: red;
    padding: 10px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.speedGrid div:first-child{    
    justify-content: flex-start;
    padding-left: 18px;
}
.speedBox .logo1{
    width: 72px;
}
.speedBox .logo2{
    width: 18px;
}
.theme[lang=zh-HK] .speedGrid .p6,.theme[lang=en-US] .speedGrid .p6{
    margin: 0;
}
.speedGrid .p4:first-child{
    text-align: left;
}
.speedGrid .h6{
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-weight: 500 !important;
}
.planBottomContainer{
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 28px 40px;
    border-radius: 20px;
    background-color: white;
    margin: -20px 40px 40px;
}
.planBottomContainer img{
    width: 80px;
}
.featuredPlanCardBox .planBottomContainer{
    z-index: 1;
    width: 100%;
}
.theme[lang="zh-HK"] .chmChooseContainer .planItemBox{
    height: 243px;
}
.theme[lang="en-US"] .chmChooseContainer .planItemBox{
    height: 315px;
}
.theme[lang="zh-HK"] .studentOfferContainer .planCardGiftTmp{
    height: 112px;
}
.theme[lang="en-US"] .studentOfferContainer .planCardGiftTmp{
    height: 152px;
}
.theme[lang="zh-HK"] .studentOfferContainer .selectPlanContainer{
    height: 101px;
}
.theme[lang="en-US"] .studentOfferContainer .selectPlanContainer{
    height: 122px;
}
.planBottomTextBox{
    text-align: left;
}
.chmChooseContainer .vanSwiperContainer{
    padding-left: 20px;
}
.featuredPlanCardBox .vanSwiperContainer{
    padding-left: 30px;
    padding-right: 30px;
}
.scrollTab{
  scroll-behavior: smooth;
}
.theme .extraDescText{
    padding: 9px 10px;
}
.studentOfferContainer .van-swipe-item:nth-child(1) .selectPlanContainer{
    visibility: hidden;
}












/*  CWD-1147 end */
@media(max-width: 1100px){
    .speedBox{
        max-width:unset ;
    }
}
@media (max-width: 910px) {
    .planIntroContainer{
        margin: 20px 0px 23px;
    }
}
@media (max-width: 767px) {
    body.drawer-mode.ios {
        position: relative !important;
    }
    #app{
        margin-top: -24px;
    }
    .featuredPlanCardBox {
        position: relative;
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        flex-wrap: wrap;
        margin: 20px -20px 20px;
        overflow: hidden;
        width: auto;
        max-width: 1200px;
        border-radius: 0;
        margin-top: 0px;
        padding: 0 20px;
    }
    .featuredPlanCardContainer .vanSwiperContainer {
        padding-right: 20px;
        width: unset;
        padding-left: 40px;
    }
    .featuredPlanCardBox .prevBtn, .featuredPlanCardBox .nextBtn {
        top: 30%;
    }
    .topBannerBox .dk{
        display: none;
    }
    .topBannerBox .mb{
        display: block;
    }
    .faq-toggle{
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
    }
    .iconAnimate::before{
        top: 5px;
        width: 3px;
        height: 12px;
        left: 11px;
    }
    .iconAnimate::after{
        top: 9px;
        width: 13px;
        height: 3px;
        left: 6px;
    }
    .firstChoiceContentBox{
        /* width: 295px; */
        width: 100% !important;
        position: relative;
    }
    .firstChoiceTopIcon{
        /* width: 100px; */
        right: -20px;
        /* display: none; */
    }
    .firstChoiceBox{
        margin: auto -14px;
    }
    .firstChoiceContentBox {
        flex-direction: column;
        box-sizing: border-box;
        width: 100% !important;
        position: relative;
        background: unset;
        padding:72px 26px 40px;
        margin-bottom: 0;
    }
    .firstChoiceItem {
        padding: 0;
    }
    .networkStepDiv{
        width: 220px;
    }
    .networkStepBox{
        margin: auto -20px;
    }
    .firstChoiceBox .vanSwiperContainer{
        padding-left: 20px;
        padding-right: 20px;
    }
    .networkStepBox .vanSwiperContainer{
        padding-left: 10px;
        padding-right: 20px;
    }
    .moreOfferContainer .h3{
        margin-bottom: 20px;
    }
    .topBannerSwiper{
        margin-top: 20px;
        padding: 0;
        padding-bottom: 20px;
    }
    .firstChoiceItem>div:nth-child(1){
        margin-bottom: 12px;
    }
    .networkStepContainer{
        margin-top: 80px;
        margin-bottom: 68px;
    }
    .networkStepContainer>div{
        margin-bottom: 12px;
    }
    .theme[lang=zh-HK] .networkTextBox{
        height: 220px;
    }
    .theme[lang="en-US"] .networkTextBox{
        height: 424px;
    }
    .theme[lang="en-US"] .networkTextBox :nth-child(1){
        height: 90px;
    }
    .theme[lang="en-US"] .networkTextBox :nth-child(2){
        height: 252px;
    }
    .firstChoiceContainer{
        margin-top: 0;
        padding-top: 60px;
    }
    .firstChoiceTitle span:first-child{
        font-family: "Titling-Gothic-FB-Condensed";
        font-size: 32px;
        font-weight: 500;
        line-height: 48px;
    }
    .firstChoiceBoxTop{
        padding: 12px 20px;
    }
    .firstChoiceBox .van-swipe{
        margin-top: 40px;
    }
    .topBannerBtn{
        position: unset;
        text-align: left;
        margin: 30px;
    }
    .swiper-pagination{
        bottom: 0 !important;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        border: 1px solid rgba(51, 51, 51, .2) !important;
    }
    .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .topBannerSwiper .swiper-slide img{
        border-radius: 0;
    }
    .btnPlay{
        width: 40px;
        height: 40px;
    }
    .h5gbbContainer .h3{
        padding-top: 40px;
    }
    .h5gbbContainer .p3{
        padding: 12px 0 20px;
    }
    .h5gbbContainer .nextBtn{
        right: -20px;
    }
    .h5gbbContainer .prevBtn{
        left: -20px
    }
    .firstChoiceContentBox{
        flex-direction: column;
        box-sizing: border-box;
    }
    .firstChoiceImgBox div:nth-child(1) img{
        display: none;
    }
    .firstChoiceBox .nextBtn{
        right: -40px;
    }
    .firstChoiceBox .prevBtn{
        left: -10px;
    }
    .firstChoiceImgBox{
        position: unset;
    }
    .firstChoiceLeftImg{
        left: 0px;
        top: 10px;
    }
    .firstChoiceLeftImg img{
        height: 46px;
    }
    .firstChoiceTopIcon{
        top: -38px;
        left: -10px;
        right: unset;
    }
    .discountBGBox{
        border-radius: 0;
        padding-top: 0px;
    }
    .discountBGBanner, .discountBGBanner img{
        border-radius: 0;
    }
    .featuredPlanCardGiftContainer{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        flex-wrap: wrap;
        margin: 0px -20px 20px;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .firstChoiceItem{
        padding: 0;
    }
    .h5gbbContainer{
        margin-bottom: 80px;
    }
    .featuredPlanCardBox .cardBox{
        margin-bottom: 20px;
    }
    .featuredPlanCardGiftContainer .vanSwiperContainer{
        padding-left: 20px;
    }
    .featuredPlanCardGiftContainer img{
        width: 320px;
    }
    .mobileDisplay{
        display: block;
    }
    .theme[lang="zh-HK"] .firstChoiceContentBox{
        max-height: unset;
    }
    .topBannerBoxSwiper .swiper-wrapper{
        align-items: start;
        margin-bottom: 0px;
    }
    .firstChoiceIconBox img{
        width: 28px;
    }
    .firstChoiceBottomDiv{
        left: -3px;
        bottom: -3px;
    }
    .tabPlancardSection{
        margin: 0 -20px;
    }
    .handsetDIvContainer{
        padding-top: 0px;
    }
    .extraDescBox{
        left: 22px;
    }
    .featuredPlanCardNextBtn, .featuredPlanCardPreBtn{
        top: 54% !important;
    }
    .theme[lang="en-US"] .firstChoiceContentBox{
        height: unset;
    }
     .anchorTab .mobileView{
        max-width: 399px !important;
        width: 100%;
        margin: auto;
        display: block !important;
    }
    .anchorTab{
        width: 100%;
        bottom: 0px;
    }
    .desktopView{
        display: none;
    }
    .mobileView{
        display: block;
    }
    .plan_5G{
        margin: 0 -20px;
        padding: 40px 20px;
    }
    .topBannerContainer{
        margin: 0 -20px;
        width: auto;
        height: auto;
    }
    .topBannerContainer img{
        border-radius: 0;
    }
    .h5gbbContainer .swiperButton{
        top: 58%;
    }
    .mb-lottie{
        width: 100%;
        height: fit-content;
        overflow: hidden;
        display: block;
        aspect-ratio: 1 / 1;
    }
    .dk-lottie{
        display: none;
    }
    .theme[lang=zh-HK] a, .theme[lang=en-US] a{
        text-align: left;
        width: auto;
    }
    .callChatbot {
        margin-bottom: 100px;
    }
    .theme[lang="en-US"] .giftContainerOuter{
        height: 117px;
    }
    /*  CWD-1147 start */
    .top5GNetwork{
        margin-top: 0;
    }
    .top5GNetwork .swiper-slide{
        margin: 0;
    }
    .firstChoiceBoxContainer{
        margin: 20px auto 40px;
    }
    .firstChoiceContentBox{
        background: unset;

    }
    .lockContainer{
        padding: 0 20px;
    }
    .input_container input{
        max-width: 100%;
    }
    .theme[lang=zh-HK] .input_container .button.color-primary,.theme[lang=en-US] .input_container .button.color-primary{
        background: url(/5G/images/icon_lock.svg) no-repeat 90% 50% red;
        max-width: 100%;
        margin-top: 12px;
    }
    .lockContainer .p4-md{
        text-align: left;
    }
    .lockPlanContainer .p4-md{
        text-align: left;
    }
    .lockPlanContainer{
        margin: 0px 15px;
        text-align: left;
    }
    .planIntroWhiteItem img {
        width: 30px;
    }
    .speedSwiperNextBtn{
        right: -10px;
    }
    .speedSwiperPrevBtn{
        left: -10px;
    }
    .speedContainer{
        margin: 40px  auto 40px;
    }
    .speedContainer .h6-md{
        margin-bottom: 12px !important;
    }
    .speedSwiperContainer{
        margin: 20px auto;
    }
    .speedSwiperContainer .speedSwiperNextBtn{
        right: -20px;
    }
    .speedSwiperContainer .speedSwiperPrevBtn {
        left: -20px;
    }
    .speedGrid .h9{
        color: var(--Color-Black, #333);
        font-size: 12px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
    }
    .theme[lang=en-US] .speedSwiper .h6 {
        height: 60px;
    }
    .speedBox .logo1{
        width: 63px;
    }
    .pinkGrid{
        margin: 8px 0;
    }
    .pinkGrid div{
        padding: 8px 0 6px;
    }
    .featuredPlanCardBox .planBottomContainer{
        width: unset;
    }
    .planBottomContainer{
        padding: 20px;
        gap: 20px;
        margin: 0 20px 20px;
    }
    .chmChooseContainer .vanSwiperContainer{
        padding-left: 10px;
    }
    .theme[lang="en-US"] .studentOfferContainer .planCardGiftTmp{
        height: 168px;
    }
    .theme .roaming-components{
        position: relative;
    }
    .theme .roaming-components .tabs{
        justify-content: start;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .theme .tabsNextBtn{
        position: absolute;
        top: -3px;
        right: -3px;
        width: 25px;
        height: 50px;
    }
    .theme .tabsPrevBtn{
        position: absolute;
        top: -3px;
        left: -3px;
        width: 25px;
        height: 50px;
        display: none;
    }
    .theme .roaming-components .tabs .tab .content{
        width: 200px;
    }
    .theme[lang="en-US"] .roaming-components .tabs .tab .content{
        width: 220px;
    }
    .planBottomContainer img{
        min-width: 48px;
    }
    .theme .extraDescText{
        padding: 6px 10px;
    }
    .planIntroWhiteTopContent{
        flex-wrap: nowrap;
    }
    .planIntroWhiteMidContent{
        padding-bottom: 10px;
    }
    .firstChoiceBoxTop div{
        top: 30%;
        width: 10%;
        height: 40%;
    }
    .theme[lang="en-US"] .firstChoiceBoxTop div{
        width: 8%;
    }
    .firstChoiceLiknMark-gotosmt {
        right: 38%;
    }
    .theme[lang="en-US"] .firstChoiceLiknMark-gotosmt {
        right: 37%;
    }
    .firstChoiceLiknMark-step1{
        left: 7%;
    }
    .theme[lang="en-US"] .firstChoiceLiknMark-step1{
        left: 12%;
    }
    .firstChoiceLiknMark-step2{
        left: 23%;
    }
    .theme[lang="en-US"] .firstChoiceLiknMark-step2{
        left: 26%;
    }
    .firstChoiceLiknMark-step3{
        right: 54%;
    }
    .theme[lang="en-US"] .firstChoiceLiknMark-step3{
        right: 52%;
    }
    /*  CWD-1147 end */
    

}

@media (max-width:600px) {
    .theme[lang=en-US] .planIntroWhiteTopContent .p5-md{
        height: 42px;
    }
}
@media (max-width:400px) {
    .theme .roaming-components .tabs .tab .content{
        width: 150px;
    }
    .theme[lang="en-US"] .roaming-components .tabs .tab .content{
        width: 180px;
    }
}




.planIntroTab{
    display:flex;
    justify-content: center;
    border-radius: 20px;
}
.planIntroTabItem{
    padding: 12px 0;
    border: 1.5px solid #D3D3D3;
    text-align: center;
    width: 50%;
    cursor: pointer;
}
.planIntroTabItem:first-child{
    border-radius: 12px 0 0 12px;
}
.planIntroTabItem:last-child{
    border-radius: 0 12px 12px 0;
}
.planIntroTabActive{
    color: #F00;
    border: 1px solid #F00 !important;
}
.offer30ArrContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.coverContainer{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.coverContainer img{
    border-radius: 20px;
}
.coverSectionText{
    margin-top:40px;
    text-align: center;
}
.whatsappContainer{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.whatsappContainer button{
    width: 250px;
}
.whatsappContainer img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.newLottieContainer{
    position: relative;
    margin-top: 30px;
}
#newLottie{
    width: 120px;
    height: 60px;
    position: absolute;
    top: -40px;
    left: 62%;
    z-index: 2;
}
.theme[lang="en-US"] #newLottie{
    left: 64%;
}
.planCard400GiftContainer{
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-align: left;
}
.planCard400GiftContainer>div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blackLine{
    background: black;
    height: 1px;
}
.theme[lang=zh-HK] .h9.detailPlace, .theme[lang=en-US] .h9{
    font-size: 14px;
}
.coverSectionText span{
    color: red !important;
    cursor: pointer;
}
.coverSectionText span:hover{
    text-decoration: underline;
}
.planIntroTabItem:first-child{
    border-right: 0;
}
.planIntroTabItem:last-child{
    border-left: 0;
}
@media (max-width:767px) {
    #newLottie{
        width: 100px;
        height: 50px;
        top: -35px;
        left: 57%;
    }
    .theme[lang="en-US"] #newLottie{
        left: 57%;
    }
    .offer30ArrContainer{
        padding: 0 10px;
    }
    #app .offer30ArrContainer .planIntroOffer{
        flex-wrap: nowrap;
    }
    .theme[lang="en-US"] .portInType1b .offer30ArrContainer div{
        flex-wrap: nowrap;
        text-align: left;
    }
    .theme[lang="en-US"] .portInType1b .offer30ArrNewContainer div{
        flex-wrap: nowrap;
        text-align: left;
    }
    .theme[lang=en-US] .portInType1b .planIntroWhiteTopContent .p5-md{
        height: 20px;
    }
    .planIntroTabItem {
        padding: 8px;
    }
}