#app{
    margin: 0 50px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, body.v4 .plans-container .plans-section .plans-section-title, body.v4 .homepage-container .home-section .home-section-title, .h4, .h5, .h6{
    margin-bottom: 0;
}
.swiper-container{
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.swiper-container-outter {		
	width:100%;
}
.swiper-button-disabled{
	display: none;
}
.swiper-wrapper {
	height: auto;
}
#app .swiper-navigation .swiper-button-prev {
    width: 80px !important;
    height: 80px !important;
    top: 0;
    text-align: left;
    background-image: url('/Home5GBroadband/web/img/icon/Previous_Btn_Red_Pc.png');
}
#app .swiper-navigation .swiper-button-next {
    width: 80px !important;
    height: 80px !important;
    top: 0;
    text-align: right;
    background-image: url('/Home5GBroadband/web/img/icon/Next_Btn_Red_Pc.png');
}
#app .swiper-navigation-tab .swiper-button-prev {
	left: 0px;
}
#app .swiper-navigation-tab .swiper-button-next {
	right: 0px;
}
.swiper-navigation {
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	top: 50%;
    position: absolute;
    margin-top: -17px;
    height: 0px;
}

body.v4 .swiper-button-prev,body.v4  .swiper-button-next {
	width:34px !important;
}
.swiper-button-next{
    text-align: right;
}
.swiper-slide {
	width:fit-content;
	height: auto;
}
.use-esim-swiper{
    position: relative;
}
/* .use-esim-swiper .swiper-slide {
    max-width: 300px;
} */
.tabSwiper {
    width: 100%;
    position: relative;
}
.col-md-12{
    padding-right: 0px;
    padding-left: 0px;
}
.maxWidthFollow{
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}
.maxWidth1200{
    max-width: 1200px;
}
.maxWidth900{
    max-width: 900px;
}
.eSIM_text_container{
    gap:20px;
    max-width: 1200px;
    text-align: center;
    padding: 60px 0;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.eSIM_tab_model_container{
    gap:40px;
    max-width: 1380px;
    text-align: center;
    margin: 60px auto 60px;
    display: flex;
    flex-direction: column;
}
.eSIM_tab_model_container .tabSwiper{
    max-width: 1200px;
    margin: auto;
}
.eSIM_box_container{
    display: flex;
    justify-content: center;
    max-width: 1024px;
    gap: 20px;
    /* align-items: center; */
    margin: 20px auto;
}
.eSIM_fap_container{
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}
.eSIM_box {
    width: 50%;
}
.eSIM_box-item {
    display: flex;
    /* height: 282px; */
    max-width: 400px;
    height: 100%;
    text-align: center;
    padding: 30px 40px;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: #F6F6F6;
    height: -webkit-fill-available;
}
.eSIM_box-item img {
    width: 100px;
    height: 100px;
}
.eSIM_tab_list{
    display: flex;
    justify-content: center;
}
.eSIM_tab_item{
    padding: 18px 26px;
    border-radius: 12px;
    border: 1px solid var(--Color-Grey60, #C8C8C8);
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme[lang=en-US] .eSIM_tab_item{
    font-family: titling-gothic-fb-condensed, Noto Sans, Noto Sans TC;
    font-weight: 500;
}
.eSimTabActive{
    border: 1px solid #F00;
    color: var(--Color-Red---Default, #F00);
}
.eSIM_model_list.ative{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Color-White, #FFF);
}
.eSIM_model_item{
    display: grid;
    text-align: left;
    column-gap: 40px;
    max-width: 1100px;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
}
.eSIM_list_item{
    padding: 8px;
    display: flex;
    gap: 8px;
    align-items: baseline;
}
.eSIM_list_item svg{
    min-width: 8px;
}
.faq_container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 50px 20px;
    border-top: 1px solid #EBECEE;
}

.faq-content {
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
    position: relative;
}

.faq-content.showAll {
    display: block;
}

.faq-content .question {
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

body.v4-tchinese .content_container h1, body.v4-tchinese .smarphone-tab, body.v4-tchinese h2, body.v4-tchinese .question_button, body.v4-tchinese .support_container h4, body.v4-tchinese span.number, body.v4-tchinese .faq-content .question {
    font-family: NotoSansCondBold, Noto Sans TC;
    font-weight: 700;
}

.check-more {
    border-radius: 100px;
    width: 24px;
    height: 24px;
    display: flex;
    min-width: 24px;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 5px;
}

.check-more {
    border-radius: 100px;
    width: 24px;
    height: 24px;
    display: flex;
    min-width: 24px;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 5px;
}

.check-more img {
    width: 100%;
}

.faq-content.showAll {
    display: block;
}

.faq-content.active .answer {
    display: block;
}

.faq-content .answer {
    color: var(--color-black, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 30px;
    display: none;
}

.check-more-questions_container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 12px;
}

.faq-content.active .question {
    color: var(--color-black, #333);
    margin-bottom: 12px;
}
.faq_title {
    margin-bottom: 60px;
    text-align: center;
    margin-top:60px;
}
h2 {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

.faq_container {
    padding: 60px 0px 40px;
    border: 0;
}

.faq-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.faq-content .question {
    font-size: 24px;
    line-height: 36px;
}

.check-more {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin: 3px 0 0 10px;
}

.faq-content .answer {
    font-size: 20px;
    line-height: 24px;
}

.faq-content.active .question {
    margin-bottom: 15px;
}
.check-more-questions_container {
    padding-top: 20px;
}
/* .use-esim-swiper-divImg{
    width: 300px;
} */
.phone-transfer-container{
    background-color: #F6F6F6;
    padding: 60px 0;
    margin: 0 -50px;
    width: unset;
    overflow: hidden;
}
.phone-transfer-container .swiper-wrapper{
    justify-content: left;
}
.phone-transfer-container .stepWidthLineContainer .swiper-container{
    left:40px;
}
.van-popup {
    padding: 40px 60px;
}
.getSIMBtn{
    width: fit-content;
    margin: auto !important;
}
.phoneTransferTitle{
    margin-bottom: 40px;
}
.eSIMChangeBox{
    text-align: center;
    margin-top: 70px;
}
.eSIMChangeBox .h3{
    margin-bottom: 20px;
}
.eSIMChangeBox .p3{
    margin-bottom: 40px;
}
.content_container h1, .swiper-slide, .smarphone-tab, h2, .question_button, .support_container h4, span.number, .faq-content .question{
    font-family: titling-gothic-fb-condensed, Noto Sans, Noto Sans TC;
    font-weight: 500;
}
.downloadCareAppPopup{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.downloadCareAppPopup img{
    width: 200px;
    height: 200px;
}
#check-more-questions_button{
    font-size: 20px !important;
    height: 70px;
}
#check-more-questions_button img{
    height: 20px;
    width: 20px;
}
.theme .st-breadcrumb{
    padding: 0 80px;
}
.eSIM_tab_model_container .swiper-wrapper{
    justify-content: center;
}
.roaming-components .tab-pages .tab-page{
    padding: 40px;
}
.iphone_tab_container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.stepWidthLineContainer{
    margin-top: 40px;
}
.noMargin{
    margin: 0;
}
.lineBox{
    position: relative;
}
.dottedLineBg{
    border-left: 2px dashed #C8C8C8;
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 2;
}
.step_content{
    margin: 40px auto;
}
.stepWidthLineContainer .step_content{
    margin: 0px auto;
}
.stepWidthLineContainer .lineBox{
    padding-bottom: 40px;
}
.step_flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.step_flex .width100{
    width: 100%;
}
.step_number{
    color: var(--Color-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: titling-gothic-fb-condensed, Noto Sans, Noto Sans TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 3;
}
.theme[lang=zh-HK] .step_flex div .h6,.theme[lang=en-US] .step_flex div .h6{
    margin: 0;
}
.theme[lang=zh-HK] .step_flex div p,.theme[lang=en-US] .step_flex div p{

}
.gray_box{
    margin: 20px auto 40px;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Color-Grey20, #F6F6F6);
}
.width100 .gray_box{
    margin: 12px auto 40px;
}
.gray_box p{
    margin: 0 !important;
}
.gray_box p span{
    color: red;
}
.icon_light{
    width: 32px;
}
.displayDesktop{
    display: block !important;
}
.displayMobile{
    display: none !important;
}
.swiper-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}  
.mask-left {
    left: 0;
    display: none;
    position: absolute;
    width: 50px;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
  
.mask-right {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
    width: 50px;
    height: 100%;
 }
.esim-swiper3 .swiper-mask,.esim-swiper4 .swiper-mask,.esim-swiper5 .swiper-mask,.esim-swiper6 .swiper-mask{
    left: 40px;
}
.roaming-components .tabs .tab.selected .content{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.roaming-components .tabs .tab:last-child .content {
    border-top-right-radius: 20px;
}
.roaming-components .tabs .tab .content{
    padding: 18px 8px;
    font-family: titling-gothic-fb-condensed, Noto Sans, Noto Sans TC;
}
.theme[lang=en-US] .roaming-components .tabs .tab .content {
    font-family: titling-gothic-fb-condensed, Noto Sans, Noto Sans TC;
    font-weight: 500;
}
.more_button{
    width: 250px;
    margin: 40px auto 0 !important;
    height: 57px;
}
.hide{
    display: none;
}
.showMore{
    display: flex;
}
.more_button.hide{
    display: none !important;
}
.faq_box {
    background: #F5F6F7;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 300px;
    min-width: 300px;
    height: fit-content;
}
.faqBoxContainer{
    display: flex;
    gap:40px;
}
.faq_box .active{
    color:#333333;
}
.faq_button{
    color:#9C9C9C;
    cursor:pointer;
    margin-bottom: 20px !important;
}
.faq_button:last-child{
    margin-bottom: 0 !important;
}
@media (max-width: 839px) {
        .offer_list {
        position: relative;
    }
    #faq_select {
        color: rgb(51, 51, 51);
        font-family: titling-gothic-fb-narrow, "Noto Sans", "Noto Sans TC", MHei, 微軟正黑體, "Microsoft JhengHei", sans-serif;
        height: 56px;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        appearance: none;
        width: 100%;
        max-width: unset;
        margin-bottom: 30px;
        background: rgb(246, 246, 246);
        border-radius: 100px;
        padding: 10px 15px 10px 18px;
        outline: none;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
    }
    .offer_list::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 7px solid #333333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: 23px;
        right: 20px;
    }
    .faqBoxContainer{
        display:block;
        padding:0 20px;
    }
}
@media (min-width: 767px) {
    /* .eSIM_model_item_column{
        flex-direction: column;
        max-height: 400px;
    } */
}
@media (min-width: 1024px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}
@media (min-width: 1110px) {
    .eSIM_model_item_column{
        flex-direction: column;
        max-height: 350px;
    }
}
@media (min-width: 1170px) {
    .eSIM_model_item_column{
        max-height: 280px;
    }
    .theme[lang=en-US] .eSIM_model_item_column{
        max-height: 350px;
    }
}
@media (max-width: 1600px) {
        .theme .st-breadcrumb{
            padding: 0 72px;
        }
    }
    @media (max-width: 1366px) {
        .theme .st-breadcrumb{
            padding: 0 64px;
        }
    }
    @media (max-width: 1024px) {
        .theme .st-breadcrumb{
            padding: 0 48px;
        }
    }
    @media (min-width: 766px) {
         .theme .st-breadcrumb-container .st-breadcrumb{
            padding: 8px 0;
        }
        .theme .st-breadcrumb-container .st-breadcrumb{
            max-width: 1760px !important;
        }
        .theme .st-breadcrumb .st-breadcrumb-container{
            max-width: 1760px !important;
        }
    }
@media (min-width: 1800px) {
    .phone-transfer-container .swiper-container{
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .eSIM_box-item {
        padding: 20px;
    }
}
@media (max-width: 1279px) {
    .eSIMChangeBox .h3{
        margin-bottom: 12px;
    }
}
@media (max-width: 1200px) {
    .eSIM_tab_model_container .swiper-wrapper {
        justify-content: left;
    }
}
@media (max-width: 1024px) {
    .eSIM_tab_model_container{
        margin: 40px 0;
    }
    .eSIMChangeBox .p3{
        margin-bottom: 20px;
    }
    .phone-transfer-container, .faq_container{
        padding: 40px 0;
    }
}
@media (max-width: 768px) {
    .st-breadcrumb-container .st-breadcrumb{
        padding: 8px 0px !important;
    }
    .theme .st-breadcrumb{
        padding: 0;
    }
    #app{
        margin: 0;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    .col-md-12{
        padding-right: 15px;
        padding-left: 15px;
    }
    .maxWidthFollow {
        margin-top: 20px;
    }
    .faq_container{
        padding: 0px 0px 40px;
    }
    .eSIM_text_container{
        padding: 20px;
    }
    .eSIM_box_container {
        justify-content: unset;
        scrollbar-width: none;
        overflow-x: auto;
        width: 100%;
        padding: 0px 20px;
    }
    .eSIM_box {
        width: 100%;
    }
    .eSIM_box-item {
        width: 200px;
        height: auto;
        justify-content: flex-start;
        padding: 20px 16px;
    }
    .eSIM_box-item img {
        width: 80px;
        height: 80px;
    }
    .eSIM_tab_model_container{
        margin: 80px 0 40px;
        gap: 20px;
    }
    .tabSwiper{
        overflow: hidden;
        /* padding-left: 20px; */
    }
    .eSIM_tab_item{
        width: auto;
        padding: 9px 7px;
        font-size: 13px;
        line-height: 21px;
    }
    
    .phone-transfer-container{
        padding: 40px 0 0;
        padding-left: 0;
        margin: 0;
    }
    /* .use-esim-swiper .swiper-slide {
        max-width: 270px;
    } 
    .use-esim-swiper-divImg{
        width: 250px;
    }*/
    .phone-transfer-container .swiper-container{
        padding-left: 0;
        left:20px;
    }
    .phone-transfer-container .stepWidthLineContainer .swiper-container{
        left:40px;
    }
    .phoneTransferTitle{
        margin-bottom: 20px;
    }
    #app .swiper-navigation .swiper-button-prev {
        left: 0;
        background-image: url('/5G/images/mobile_tab_arrow_L.png');
        background-position: 0;
    }
    #app .swiper-navigation .swiper-button-next {
        right: 0px;
        background-image: url('/5G/images/mobile_tab_arrow_R.png');
        background-position: 100%;
    }
    
    #app .eSIM_tab_model_container .swiper-navigation .swiper-button-prev {
        left: 0px;
    }
    #app .eSIM_tab_model_container .swiper-navigation .swiper-button-next {
        right: 0px;
    }
    .eSIM_model_list {
        padding: 0 20px;
    }
    .eSIM_model_item{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }
    .faq_title {
        margin-top:40px;
        margin-bottom: 20px;
    }
    .eSIMChangeBox{
        margin-top: 60px;
    }
    .eSIM_list_item svg{
        max-width: 6px;
        max-height: 6px;
        width: 100%;
        height: 100%;
        min-width: unset;

    }
    .faq-content .answer{
        margin-bottom: 20px;
    }
    #check-more-questions_button{
        font-size: 14px !important;
        height: 45px;
    }
    #check-more-questions_button img{
        height: 16px;
        width: 16px;
    }
    .check-more {
        max-width: 24px;
        max-height: 24px;
        width: 100%;
        height: 100%;
        min-width: unset;
    }
    .van-popup{
        width: 90%;
        padding: 40px;
    }
    .faq-content .question{
        margin-bottom: 20px;
    }
    .faq-content{
        margin-bottom: 20px;
    }
    .check-more-questions_container {
        padding-top: 12px;
    }
    .eSIM_tab_model_container .swiper-wrapper{
        justify-content: left;
    }
    .tab-page-container{
        padding: 0;
    }
    .roaming-components .tab-pages .tab-page {
        padding: 20px 0;
    }
    .roaming-components .tabs .tab.selected .content{
        font-size: 16px;
        font-style: normal;
        line-height: 18px; /* 112.5% */
    }
    .iphone_tab_container{
        padding: 0 20px;
        gap: 10px;
    }
    .step_content {
        margin: 20px auto 40px;
        padding: 0 20px;
    }
    .step_flex{
        gap: 15px;
    }
    .step_number{
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }
    .theme[lang=zh-HK] .step_flex div p, .theme[lang=en-US] .step_flex div p{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 150% */
    }
    .theme[lang=zh-HK] .step_flex .width100 div p, .theme[lang=en-US] .width100 .step_flex div p{
        margin-bottom: 0;
    }
    .roaming-components .tab-pages{
        background: #fff;
        /* padding-bottom: 40px; */
    }
    .roaming-components .tabs .tab .content{
        padding: 18px;
        font-size: 14px;
        
    }
    .dottedLineBg{
        left: 30px;
    }
    .displayDesktop{
        display: none !important;
    }
    .displayMobile{
        display: block !important;
    }
    .getSIMBtn{
        left: 40px;
        position: relative;
        margin: 0 !important;
    }
    .esim-swiper3 .mask-right,.esim-swiper4 .mask-right,.esim-swiper5 .mask-right,.esim-swiper6 .mask-right {
        right: 40px;
    }
    .roaming-components .tabs .tab.selected .content{
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .roaming-components .tabs .tab:last-child .content {
        border-top-right-radius: 0px;
    }
    .mobileHr{
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        margin: 40px 0 0;
    }
    .swiper-container-tab{
        padding: 0 20px;
    }
    .lineBox .getSIMBtn {
        margin: 12px 0 0 16px !important
    }
    .gray_box{
        padding: 16px 12px;
        gap: 12px;
    }
    .stepWidthLineContainer{
        margin-top: 20px;
    }
    .more_button {
        width: 200px;
        margin: 20px auto 0 !important;
        height: 45px;
    }

}