#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;
	left: 60px;
    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;
	right: 60px;
    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;
}
.phone-transfer-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;
}
.eSIM_text_container{
    gap:20px;
    max-width: 1380px;
    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: 120px 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; */
    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;
}
.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: flex;
    flex-wrap: wrap;
    text-align: left;
    column-gap: 40px;
    max-width: 1100px;
    margin: auto;
}
.eSIM_list_item{
    width: calc(33.3% - (80px / 3));
    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;
}
h2 {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

.faq_container {
    padding: 60px 0px;
    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;
}
.phone-transfer-swiper-divImg{
    width: 300px;
}
.phone-transfer-container{
    background-color: #F6F6F6;
    padding: 60px 0;
    margin: 0 -50px;
    width: unset;
}
.phone-transfer-container .swiper-container{
    padding-left: 200px;
}
.phone-transfer-container .swiper-wrapper{
    justify-content: left;
}
.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;
}
@media (min-width: 767px) {
    .eSIM_model_item_column{
        flex-direction: column;
        max-height: 400px;
    }
}
@media (min-width: 1110px) {
    .eSIM_model_item_column{
        flex-direction: column;
        max-height: 300px;
    }
}
@media (min-width: 1170px) {
    /* .eSIM_model_item_column{
        max-height: 280px;
    } */
}
@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;
    }
    .phone-transfer-container .swiper-wrapper{
        justify-content: center;
    }
}
@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: 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) {
    .theme .st-breadcrumb{
        padding: 0;
    }
    #app{
        margin: 0;
    }
    .col-md-12{
        padding-right: 15px;
        padding-left: 15px;
    }
    .maxWidthFollow {
        margin-top: 20px;
    }
    .faq_container{
        padding: 40px 20px;
    }
    .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: 100%; */
        justify-content: flex-start;
        padding: 20px 16px;
    }
    .theme[lang=zh-HK] .eSIM_box-item {
        height: 248px;
    }
    .theme[lang=en-US] .eSIM_box-item {
        height: 311px;
    }
    .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: 12px;
        font-size: 14px;
    }
    .phone-transfer-container{
        padding: 40px 0;
        padding-left: 0;
        margin: 0;
    }
    .phone-transfer-swiper .swiper-slide {
        max-width: 270px;
    }
    .phone-transfer-swiper-divImg{
        width: 250px;
    }
    .phone-transfer-container .swiper-container{
        padding-left: 0;
    }
    .phoneTransferTitle{
        margin-bottom: 20px;
    }
    #app .swiper-navigation .swiper-button-prev {
        left: -24px;
        background-image: url('/5G/images/mobile_tab_arrow_L.png');
    }
    #app .swiper-navigation .swiper-button-next {
        right: -24px;
        background-image: url('/5G/images/mobile_tab_arrow_R.png');
    }
    #app .eSIM_tab_model_container .swiper-navigation .swiper-button-prev {
        left: -44px;
    }
    #app .eSIM_tab_model_container .swiper-navigation .swiper-button-next {
        right: -4px;
    }
    .eSIM_model_item{
        column-gap: 20px;
    }
    .eSIM_model_list{
        padding: 0 20px;
    }
    .eSIM_list_item{
        width: calc(50% - (40px / 2));
    }
    .faq_title {
        margin-bottom: 32px;
    }
    .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: unset;
    }
}