.appContainer{
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 0 50px;
}
.appContainer .icon {
	width:30px;
	height:30px;
}
.appContainer .icon::before {
    position: absolute;
    top: 8px;
    width: 3px;
    height: 15px;
    left: 14px;
    background: #fff;
    content: "";
    transition: all .3s;
}
.appContainer .icon::after {
    position: absolute;
    top: 14px;
    width: 15px;
    height: 3px;
    left: 8px;
    background: #fff;
    content: "";
    transition: all .3s;
}
.contact_us_care-app-container {
    border-radius: 20px;
    background: var(--Gradient-Red-Gradient, linear-gradient(116deg, #E8221A 0%, #AC1611 100%));
    background-image: url(/IMG_V4/privileges_and_support/contact_us/bg_care.png?v=20);
    background-position: center;
    background-repeat: repeat-y;
    background-size: auto;
}
.contact_us_care-app-content {
    justify-content: space-between;
    gap: 40px;
    padding: 20px;
}
.contact_us_care-app-content.hide_mobile {
    display: flex;
}
.contact_us_care-app-download-section-1 {
    display: flex;
    align-items: center;
    gap: 40px;
}
.contact_us_qr_code-download-section-2 {
    display: flex;
    justify-content: center;
    align-self: center;
    gap: 40px;
    padding: 25px 40px;
    background: #FFF;
    border-radius: 20px;
    /* width: 100%; */
    /* max-width: 360px; */
    min-width: fit-content;
}
.care_icon {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    border: 6px solid var(--Color-White, #FFF);
    background: url(<path-to-image>)  50% / cover no-repeat;
}
.contact_us_care-app-download_text {
    font-size: 18px;
    font-weight: bold;
    color: var(--Color-White, #FFF);
}
.contact_us_care-app-container .contact_us_care-app-download_text {
    color: #FFF;
}
.care_qr_code {
    width: 120px;
    height: 120px;
}
.contact_us_care-app-content.show-mobile {
    display: none;
}
.text-opacity {
    color: #FFF;
    opacity: 0.9;
}
.contact_us_care-app-download_text_number {
    border-radius: 52px;
    display: inline-flex;
    height: 37px;
    padding: 5px 22px 5px 23px;
    justify-content: center;
    align-items: center;
    background: #EBECEE;
    margin-top: 10px;
}
.contact_us_care-app-download_method_text {
    text-align: center;
    margin-top: 20px;
}
.titleTopContainer{
    display: flex;
    align-items: center;
    gap: 20px;
}
.titleIcon{
    width: 60px;
    height: 60px;
}
.maxWidth1440{
    margin: auto;
    max-width: 1440px;
}
.maxWidth1200{
    margin: auto;
    max-width: 1200px;
}
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;
}
.contentBox{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
}
.contentBox>div{
    width: calc(50% - 20px);
}
.contentContainer{
    padding: 40px;
    width: calc(50% - 20px);
}
.contentATagContainer{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contentATag{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contentATag div img{
    width: 20px;
    height: 20px;
}
.contentItem{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contentATag a{
    width: 100%;
}
.contentBGContainer{
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
}
.titleTopContainer{
    margin-bottom: 40px;
}
.topCardContainer{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.topCardContainer>div{
    width: 100%;
    border-radius: 20px;
}
.smartonePlusContainer{
    position: relative;
    background-image: url("/IMG_V4/privileges_and_support/common/image_smartoneplus_bkg_desktop.jpg");
    background-size: cover;
    padding: 40px;
}
.smartonePlusContainer button{
    width: 350px;
    display: block !important;
    margin: auto !important;
}
.spBGImg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spTextImg{
    width: 230px;
}
.spCardContainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.spCardContainer img{
    width: 290px;
}
.titleTopContainer .imgIcon2{
    width: 140px;
    height: unset;
}
.contact_us_care-app-container button{
    width: 356px !important;
    display: block !important;
    margin: auto !important;
}
.contact_us_care-app-container .learnMoreBtn{
    height: 58px !important;
}
.topTitleText{
    margin: 40px auto;
}
.theme[lang=zh-HK] h1, .theme[lang=zh-HK] h2, .theme[lang=zh-HK] h3, .theme[lang=zh-HK] h4, .theme[lang=zh-HK] h5, .theme[lang=zh-HK] h6, .theme[lang=zh-HK] p{
    margin-bottom: 0;
}
.theme[lang=en-US] h1, .theme[lang=en-US] h2, .theme[lang=en-US] h3, .theme[lang=en-US] h4, .theme[lang=en-US] h5, .theme[lang=en-US] h6, .theme[lang=en-US] p{
    margin-bottom: 0;
}
.theme .contentBox .topCardContainer .learnMoreBtn:hover{
    background: #fff;
    border-color: red;
    color: #333;
}
.powerbankImgContainer .contentImg{
	display:flex;
	flex-direction:column;
	/*gap:10px;*/
	width:calc( 33.33% - 120px );
	align-items:center;
	text-align: center;
}
.powerbankImgContainer .contentImg img{
    width: 120px;
}
.powerbankImgContainer .arrow{
    width: 40px;
}
.powerbankImgContainer {
    width: 100%;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.powerbankImgContainer > div{
    width: 100%;
    margin: auto;
    display: flex;
	flex-direction:row;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.powerbankImgContainer > div:last-child {
	align-items:start;
}
.pwerbankContainer, .smartone_screen_replaceContainer{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 20px auto 40px auto;
}
.multipleContainer{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 20px auto 40px auto;
}
.multipleTableContainer{
    display: flex;
    align-items: stretch;
    gap: 40px;
}
.multipleTableItem{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    width: calc(50% - 20px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.multipleTableItem a{
    text-decoration: underline !important;
    color: red !important;
}
.myaccountTableItem {
	gap:20px;
}
.greyContainer{
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    border-radius: 20px;
    background-color: #F6F6F6;
}
.multipleAppContainer button{
    white-space: nowrap;
    min-width: 200px !important;
}
.mgbottom12{
    margin-bottom: 12px;
}
.loginnowItemContainer{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
    margin: 60px auto;
}
.loginnowContainer {
    margin: 20px auto 40px auto;
}
.loginnowContainer>.p3{
    padding-bottom: 20px;
}
.loginnowItem{
    border-radius: 20px;
    width: calc(50% - 10px);
    padding: 30px 40px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
/*.theme .st-breadcrumb{
    padding: 0 80px;
}*/
.contactUsIndexContainer {
	margin: 20px auto 40px auto;
	padding:0 35px;
}
.contactUsContainer {
	margin: 20px auto 40px auto;
	display: flex;
    gap: 40px;
    flex-direction: column;
	padding:0 35px;
}
.theme .contactUsInnerContainer .h5, .theme .contactUsContainer .h3, .theme .contactUsInnerContainer .h6, .contactUsInnerContainer .h7{
	margin:0;
}
.contactUsContainer .contactUsTitleContainer .h3 {
	margin-bottom:12px;
}
.contactUsInnerContainer a.chatContainerToggle img {
	width: 25px;
    vertical-align: sub;
	margin-right: 3px;
}
.contactUsInnerContainer {
	gap:40px;
	display: flex;
    flex-direction: column;
}
.contactUsTwoPart {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction:column;
	gap:40px;
}
.contactUsTwoPartContent {
	width:100%;
	text-align:center;
	display: flex;
    flex-direction: column;
	gap:20px;
}
.contactUsTwoPart .line {
	border-left:1px solid #D3D3D3;
	height:387px;
	margin: 30px 0;
}
.contactUsCareAppContainer {
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	gap:40px;
}

.contactUsCareAppText {
	text-align:center;
}
.contactUsTwoPartContentLeftImg {
	height: 362px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.theme .contactUsContainer a {
	color: var(--Color-Red---Default, #F00);
	text-decoration: underline;
}
.theme .contactUsContainer a:hover, .theme .contactUsContainer a:focus {
	text-decoration: none;
}
.supportTwoBoxContainer {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:start;
	gap:40px;
}
.supportTwoBox {
	width:calc(50% - 40px);
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
	min-height:332px;
}
.supportTwoBoxInner {
	display:flex;
	gap:12px;
	flex-direction:column;
}
.supportTwoBoxNumberList {
	display:flex;
	gap:18px;
	flex-direction:column;
}
.data_transfer_bulletPoint {
	display:flex;
	gap:12px;
	flex-direction:column;
}
.supportTwoBoxNumberList div, .data_transfer_bulletPoint div {
	display: flex;
    flex-direction: row;
    align-items: start;
    gap: 8px;
	line-height:30px;
}
.data_transfer_bulletPoint > div {
	align-items: center;
}
.supportTwoBoxNumberList div span, .data_transfer_bulletPoint div span {
	position: relative;
	width: 30px;
	height: 30px;
	line-height:30px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.supportTwoBoxNumberList div span svg, .data_transfer_bulletPoint div span svg{
	width: 30px;
	height: 30px;
}
.theme .supportTwoBoxNumberList span.p4, .theme .data_transfer_bulletPoint span.p4 {
	font-weight:500;
	color: var(--Color-White, #FFF);
	position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    text-align: center;
}
.data_transfer_bulletPointContainer {
	display:flex;
	flex-direction:column;
	gap:20px;
}
body.v4.theme .st-container .appContainer .data_transfer_bulletPoint ul {
	padding-left:35px;
	margin:0;
	display:flex;
	flex-direction:column;
	gap:12px;
}
.supportTwoBoxList ul {
	padding-left:20px;
	display: flex;
    flex-direction: column;
    gap: 18px;
	margin:0;
}
.supportGrayBox {
	width:100%;
	display: flex;
	padding: 20px 100px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	border-radius: 20px;
	background: var(--Color-Grey20, #F6F6F6);
	text-align:center;
}
.supportGrayBoxContent {
	display:flex;
	flex-direction:column;
	gap:4px;
}
.supportRemark ul {
	margin:0;
	padding-left:20px;
	display:flex;
	flex-direction: column;
	gap:10px;
}
.supportTableContainer {	
    border: 1px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    border-radius: 0 0 20px 20px;
    overflow: hidden;
	border-top: none;
}
.supportServiceContainer {
	display:flex;
	flex-direction:column;
	gap:40px;
}
.supportTable {	
    width:100%;
}
.supportTable thead tr th {	
	background: var(--Color-Grey80-or-disable-text, #9C9C9C);
	text-align:center;
	color: var(--Color-White, #FFF);
}
.supportTable thead tr th:last-child {
	border-top-right-radius: 20px;
}
.supportTable thead tr th:first-child {	
	border-top-left-radius: 20px;
}
.supportTable th, .supportTable td {
	padding: 10px 0;
	border: 1px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
	text-align:center;
	width:40%;
	min-width:80px;
}
.supportTable td {
	padding: 12px 10px;
}
.supportTable thead tr th:last-child, .supportTable tbody tr td:last-child {
	width:20%;
}
.theme .supportTable tbody tr td {	
	border-bottom: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}
.supportTable tbody tr td:first-child {		
	border-left: none;
}
.supportTable tbody tr td:last-child {
	border-right: none;
}
.supportTable tbody tr:last-child td:first-child {	
	border-bottom-left-radius: 20px;	
	border-left: none;
	border-bottom: none;
}
.supportTable tbody tr:last-child td:last-child {
	border-bottom-right-radius: 20px;	
	border-right: none;
}
body.v4 .supportTable thead tr th {
	border-top: none;	
	font-size: 16px;
	line-height: 24px; 
	font-weight: 400;
}
.supportTable thead tr th:first-child {
	border-left: none;
}
.supportTable thead tr th:last-child {
	border-right: none;
}
.contactUsInnerContainer .customSelect {
	width:100%;
	max-width:300px;
	border-radius: 100px;
	background: var(--Color-Grey20, #F6F6F6);
}
.supportSelectContainer {
	display:flex;
	flex-direction:column;
	gap:5px;
}
.theme .contactUsInnerContainer .select-opener {	
	border-radius: 100px;
	padding: 16px 15px;
}
.theme .contactUsInnerContainer .select-opener span, .theme .contactUsInnerContainer .select-item {
	font-size:14px;
	color: var(--Color-Black, #333);
}
.supportIconAndText {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.supportIconAndText img {
	height:24px;
}
.supportDescContainer {
	display:flex;
	flex-direction:column;
	gap:12px;
}
.networkCardSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}
.networkCardImgContainer{
    display: flex;
    justify-content: center;
}
.theme .networkCardImgContainer img{
    /*max-width: 300px !important;*/
    width: 50%;
	margin:0 auto;
}
/*.network_feedbackContainer,.data_transferContainer,.smartone_screen_replaceContainer,.myAccContainer{
    padding: 20px 0 40px;
}*/
.mbImg{
    display: none;
}
.tipsBox{
    padding: 20px;
    border-radius: 12px;
	border: 2px solid var(--Color-Yellow, #FFB100);
	background: #FFF3D9;
    margin: auto;
    display: flex;
	flex-direction:row;
    gap: 12px;
	align-items: center;
	width:fit-content;
}
.smartone_screen_replaceContainer .tipsBox{
	width:100%;
}
.tipsBox img{
	width: 32px;
	height: 32px;
}
.data_transferContentBox{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.data_transferContentBox table.table_container{
    border-radius:20px;
}
.data_transferContentBox table th{
    background-color: #F6F6F6;
	border-top:0px;
	font-weight:500;
	text-align:center;
	padding:12px;
}
.data_transferContentBox video{
    border-radius: 20px;
    display: block;
}
.data_transferContentBox table tr:first-child th:first-child {
	border-top-left-radius:20px;
}
.data_transferContentBox table tr:first-child th:last-child {
	border-top-right-radius:20px;
}
.data_transfer_Box {
	border-radius: 20px;
	background: var(--black-white-grey-grey-background, #F5F6F7);
	box-shadow:none;
	padding:30px 22px;
	display:flex;
	gap:5px;
}
.content_transfer-video {
	width:100%;
	max-width:800px;
	margin:0 auto;
	border-radius:20px;
}
.smt-olContainer{
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 20px;
}
.smt-olContainer ul {
  list-style: none; /* 移除原本的數字 */
  counter-reset: item;
  padding-left: 0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.smt-olContainer ul li {
  counter-increment: item;
  position: relative;
  padding-left: 30px; /* 留空間給圓形數字 */
  margin-bottom: 0;
}

.smt-olContainer ul li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: red;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
.smp-logo{
    width: 160px;
}
.cardSectionBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: fit-content;
    margin: 0 auto;
}
.cardBoxItem{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
	width:215px;
}
.cardBoxItem img{
    width: 100px;
}
.cardSectionRightContent {
	display:flex;
	flex-direction:row;
	justify-content:center;
	gap:10px;
}
.redBoxFree{
    border-radius: 12px 12px 12px 0;
    background-color: red;
    color: white;
    padding: 4px 10px;
}
.hidden-desktop {
	display:none;
}
.hidden-mobile {
	display:block;
}

/*myaccount page*/
.myAccTitileContainer, .multipleTableTextContainer {
	display:flex;
	flex-direction: column;
	gap:20px;
}
.myAccTitileContainer{
	gap:12px;
}
.multipleTableTextContainer .p2 {
	display:flex;
	gap:8px;
	flex-direction: column;
}
.theme .myAccTitileContainer .h3, .theme .multiplieLineAccSubTitleContainer .h5, .theme .multipleTableContainer .h6 {
	margin:0;
}
/*multiple_line_account_management.jsp*/
.multiplieLineAccSubTitleContainer {
	display:flex;
	flex-direction: column;
	gap:12px;
}
.multiplieLineAccBoxContainer, .multiplieLineTableGap10 {
	display:flex;
	flex-direction: column;
	gap:24px;
}
.multipleAppContainer {
	padding:0 35px;
}
body.v4 .st-container ul.lipoint{
	padding-left: 20px;
	margin-bottom:0;
}

/**/
.paymentMethod_faq_container {
	gap:40px;
}
.paymentMethod_faq_container .faq_box {
	padding: 30px;
	display:flex;
	flex-direction:column;
	gap:20px;
}
.paymentMethod_faq_container .faq_box h5 {
	margin-bottom:0;
}
.paymentMethod_TncItem_Container {
	display:flex;
	flex-direction:column;
	gap:12px;
}
.paymentMethod_TncItem_Container ul {
	padding-left:22px;
	margin:0;
	
}
.paymentMethod_faq_container .tnc_solution {
	display:flex;
	flex-direction:column;
	gap:20px;
	margin-top:20px;
}
.paymentMethod_faq_container #faq_select {
	margin:0;
}
.smt-olContainer {
	display:flex;
	flex-direction:column;
	gap:16px;
}
.paymentMethod_gap, .data_transfer_gap, .data_transfer_gap ul, .data_transfer_gap12 {
	display:flex;
	flex-direction:column;
	gap:12px;
}
.data_transfer_video_container {
	margin:28px auto;
}
body.v4 .st-container .appContainer .terms-anchor {
	margin:0!important;
}
.data_transfer_gap ul {
	margin:0;
}
.theme .data_transfer_gap ul li {
	font-size:inherit;
}
.data_transfer_gap ul.ul_wrap {
	flex-wrap:wrap;
	height:96px;
}
.paymentMethod_linkBox_container {
	width:100%;
	display:flex;
	flex-direction:row;
	gap:20px;
	flex-wrap:wrap;
}
.paymentMethod_linkBox {
	border-radius: 20px;
	border: 1px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
	padding:20px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:calc( 25% - 15px );
	align-items:center;
}
body.v4 .paymentMethod_linkBox img {
	width:16px;
}
.theme .paymentMethod_TncItem_Container li {
	font-size:inherit;
}
.tnc_solution .paymentMethod_linkBox img {
	margin:0;
}
/*@media (max-width: 1600px) {
    .theme .st-breadcrumb{
        padding: 0 72px;
    }
}
@media (max-width: 1366px) {
    .theme .st-breadcrumb{
        padding: 0 64px;
    }
}*/
.theme .st-breadcrumb .st-breadcrumb-container {
	width:calc(100% - 160px);
	box-sizing: content-box;
}
/*lognnow page*/
.loginnowContainer .myAccTitileContainer {
	gap:40px;
}
.theme[lang=en-US] .st-breadcrumb-container .st-breadcrumb a {
	font-family: "titling-gothic-fb-narrow", "sans-serif", '"Helvetica Neue"', "Arial", "sans-serif", '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"';
}
.theme .appContainer .line__hr {
	margin:30px 0;
}
body.v4.theme .st-container .appContainer ul {
  list-style: none;
  padding-left: 0;
}
body.v4.theme .st-container .appContainer.smartone_screen_replaceContainer ul b {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 8px;
	display:block;
}

.theme .appContainer ul li {
  position: relative;
  padding-left: 16px;
}
.theme .appContainer ul li::marker {
	width:0;
	content: "";
}
.theme .appContainer ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
}

/*screen replace page*/
.smartone_screen_replaceContainer, .smartone_screen_replaceContainer .tabContent {
	display:flex;
	flex-direction:column;
	gap:40px;
}
.smartone_screen_replaceContainer .font-light-gray {
	color: var(--Color-Grey80-or-disable-text, #9C9C9C);
}
.screenReplace_table_text_gap {
	display:flex;
	flex-direction:row;
	gap:10px;
	justify-content: center;
    align-items: center;
}

.theme .smartone_screen_replaceContainer td {
	font-size:inherit;
}
.smartone_screen_replaceContainer .table_container {
	border-radius:20px;
}
.theme .smartone_screen_replaceContainer .table_container td.gray_th{
	background: var(--Color-Grey80-or-disable-text, #9C9C9C);	
}
.smartone_screen_replaceContainer .inner-page-tabbar-menu .nav-item.active a.nav-link {
	color: red !important;
	border-bottom: 2px solid #ff0000;
}
.theme .appContainer.smartone_screen_replaceContainer ul.nav li::before {
	width:0;
}
body.v4.theme .smartone_screen_replaceContainer a.font-color-red {
	color:#ff0217;
	text-decoration:underline;
} 
body.v4.theme .smartone_screen_replaceContainer a.font-color-red:hover {
	  color:#ff0217!important;
	  text-decoration:none!important;
} 
body.v4 .st-container .smartone_screen_replaceContainer .innerpage-nav {
	padding:0!important;
}
.theme .appContainer.smartone_screen_replaceContainer .line__hr:last-child {
	margin-bottom:0;
}
.table_arrow_container {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	gap:20px;
	width: fit-content;
    margin: 0 auto;
}
.table_arrow_container span {
	display:block;
	min-width:63px;
}
.data_transfer_vertical_center {
	display:flex;
	align-items:center;
}
.smartone_screen_replaceContainer table tr td.no_border {
	border-left:0;
}
.smartone_screen_replaceContainer .tnc-bar {
	align-items:start;
}
.theme[lang=zh-HK] .fontEngBold {
	font-family: "titling-gothic-fb-condensed","sans-serif",'"Helvetica Neue"',"Arial","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"';
	font-weight:500;
}
.threeBox_container {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
.threeBox {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:20px;
	padding: 40px 32px;
	width: calc( 33.33% - 106px/ 3 );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	position:relative;
    border-radius: 16px;
	background: #FAF8F9;
}
.threeBox > div {
	text-align: center;
}
.theme[lang=zh-HK] .threeBox > div {
	width:264px;
	height:96px;
}
.theme[lang=en-US] .threeBox > div {
	width:264px;
	height: 144px;
}
.threeBox_container .threeBox:nth-of-type(1) {
	border: 2px solid #FF9999;
}
.threeBox_container .threeBox:nth-of-type(3) {
	border: 2px solid #FF4D4D;
}
.threeBox_container .threeBox:nth-of-type(5) {
	border: 2px solid #FF0000;
}
.threeBox_container .threeBox:nth-of-type(1)::before {
	content: "";
	position: absolute;
    top: -12px;
    left: -12px;
    width: 70px;
    height: 48px;
	z-index: 2;
	background-image: url(/IMG_V4/privileges_and_support/tag_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.threeBox_container .threeBox:nth-of-type(3)::before {
	content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 70px;
    height: 48px;
    background-image: url(/IMG_V4/privileges_and_support/tag_2.png);
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
}
.threeBox_container .threeBox:nth-of-type(5)::before {
	content: "";
	position: absolute;
    top: -12px;
    left: -12px;
    width: 70px;
    height: 48px;
	background-image:url('/IMG_V4/privileges_and_support/tag_3.png');	
	z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
}
.threeBox img {
	width:66px;
}
.threeBox_dot {
	width:33px;
}
.threeBox_dot img {
	width:100%;
}
.screenReplace_icon_text_container {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	gap:20px;
	width: fit-content;
    margin: 0 auto;
}
.screenReplace_icon_text_container > img {
	width:80px;
}
.screenReplace_textalign {
	text-align:center;
}
@media (max-width: 1600px) {	
    .theme .st-breadcrumb .st-breadcrumb-container {
		width:calc(100% - 144px);
		padding: 0px 72px;
	}
}
@media (max-width: 1366px) {	
    .theme .st-breadcrumb .st-breadcrumb-container {
		padding: 0px 64px;
        width: calc(100% - 128px)
	}
}
@media (max-width: 1230px) {	
    .theme[lang=zh-HK] .threeBox > div {
		width: 255px;
		height: 96px;
	}	
    .theme[lang=en-US] .threeBox > div {
		width: 255px;
	}
}
@media (max-width: 1200px) {    
	.contactUsTwoPartContentLeftImg {
		height: 350px;
	}
}
@media (max-width: 1185px) {	
    .theme[lang=zh-HK] .threeBox > div {
		width: 235px;
		height: 120px;
	}	
    .theme[lang=en-US] .threeBox > div {
		width: 235px;
		height: 168px;
	}
}
@media (max-width: 1140px) {    
	.contactUsTwoPartContentLeftImg {
		height: 325px;
	}
}
@media (max-width: 1135px) {	
    .theme[lang=zh-HK] .threeBox > div {
		width: 215px;
	}	
    .theme[lang=en-US] .threeBox > div {
		width: 215px;
		height: 192px;
	}
}
@media (max-width: 1070px) {    
	.contactUsTwoPartContentLeftImg {
		height: 305px;
	} 
	.theme[lang=zh-HK] .threeBox > div {
		width: 200px;
	}	
    .theme[lang=en-US] .threeBox > div {
		width: 200px;
		height: 168px;
	}
}
@media (max-width: 1024px) {
    .theme .st-breadcrumb .st-breadcrumb-container {
		padding: 0px 48px;
        width: calc(100% - 96px)
	}	
    .theme[lang=en-US] .threeBox > div {
		width: 180px;
		height: 216px;
	}
}
@media (max-width: 1010px) {	
    .theme[lang=zh-HK] .threeBox > div {
		width: 180px;
		height: 144px;
	}
}
@media (max-width: 990px) {    
	.contactUsTwoPartContentLeftImg {
		height: 280px;
	}
}
@media (max-width: 960px) {	
    .theme[lang=zh-HK] .threeBox > div {
		width: 147px;
		height: 168px;
	}	
    .theme[lang=en-US] .threeBox > div {
		width: 147px;
		height: 288px;
	}
}
@media (max-width: 930px) {    
	.contactUsTwoPartContentLeftImg {
		height: 260px;
	}
}
@media (max-width: 870px) {    
	.contactUsTwoPartContentLeftImg {
		height: 240px;
	}
	.theme[lang=zh-HK] .threeBox > div {
		width: 128px;
		height: 192px;
	}	
    .theme[lang=en-US] .threeBox > div {
		width: 128px;
		height: 312px;
	}
}
@media (max-width: 820px) {    
	.contactUsTwoPartContentLeftImg {
		height: 225px;
	}
	.theme[lang=zh-HK] .threeBox > div {
		width: 112px;
		height: 216px;
	}	
    .theme[lang=en-US] .threeBox > div {
		width: 112px;
		height: 360px;
	}
}
@media (max-width: 768px) {
	.theme .st-breadcrumb-container .st-breadcrumb{
        padding: 8px 0;
    }
    .theme .st-breadcrumb .st-breadcrumb-container {
		padding: 0px 40px;
        width: calc(100% - 80px);
		box-sizing: border-box;
	}
}
@media (max-width:1150px) and (min-width:972px) {
    .contact_us_qr_code-download-section-2{
        gap: 20px;
        padding: 25px 30px;
    }
}
@media (max-width:970px) {
    .care_icon {
        border-radius: 10px;
        border: 3px solid var(--Color-White, #FFF);
    }
    .contact_us_care-app-content.hide_mobile {
        display: none;
    }
    .contact_us_care-app-content.show-mobile {
        display: grid;
        gap: 20px;
        padding: 20px;
    }
    .contact_us_care-app-download-section-1 {
        justify-content: unset;
        gap: 20px;
    }
    .contact_us_qr_code-download-section-2 {
        display: block;
        padding: 12px;
        max-width: unset;
        border-radius: 12px;
    }
    .contact_us_care-app-download_method_text {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        gap: 20px;
    }
    .button.size-large {
        width: 100%;
        font-size: 14px !important;
    }
    .care_icon {
        width: 60px;
        height: 60px;
    }
    .contact_us_care-app-download_text_number {
        margin-top: 0px;
        padding: 5px 10px 5px 10px;
    }
    .contentContainer{
        gap: 20px;
        margin: 0px auto 0px;
        width: 100%;
        padding: 20px;
    }
    .contentItem{
        width: 100%;
        padding: 0px;
    }
    .contentItem>div img{
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
    .contact_us_care-app-content {
        width: 100%;
        justify-content: unset;
    }
    .contentBox{
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
    }
    .contentItem a{
        width: 100%;
    }
    .titleTopContainer{
        margin-bottom: 20px;
    }
    .contentBox>div{
        width: 100%;
    }
    .contentATagContainer{
        gap: 12px;
    }
    .contentItem>div img{
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    .contentBox .contentContainer:nth-of-type(4) .titleTopContainer{
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}
@media (max-width: 915px) {
	.contactUsTwoPart .line {
		height:250px;
	}
}
@media (max-width:1131px) and (min-width:954px) {
    .supportTwoBox {
		min-height:354px;
	}
}
@media (max-width:1150px) {
    .cardSectionRightContent {
        flex-direction: column;		
	}
    .theme .cardSectionRightContent .h6-md {
        font-size:24px;	
	}
    .theme .cardSectionRightContent .h8-md {
        font-size:20px;	
		width: fit-content;
        margin: 0 auto;
	}
}
@media (max-width:869px) and (min-width:821px) {
    .supportTwoBox {
		min-height:384px;
	}
}
@media (max-width:820px) and (min-width:783px) {
    .supportTwoBox {
		min-height:412px;
	}
}
@media (max-width:782px) and (min-width:769px) {
    .supportTwoBox {
		min-height:440px;
	}
}
@media (max-width:767px) and (min-width:557px) {
    
    
	.contactUsContainer, .contactUsIndexContainer {
		padding:0 35px;
	}
}
@media (max-width:556px) {
	.contactUsContainer, .contactUsIndexContainer {
		padding:0;
	}
}
@media (max-width: 767px) {
	.theme .st-breadcrumb-container .st-breadcrumb a {
		font-size: 13px;
		color: #aaaaaa;
	}
	.theme .st-breadcrumb-container .st-breadcrumb{
        padding: 10px 0 20px 0;
    }
	.theme .st-breadcrumb .st-breadcrumb-container {
		padding: 0px 20px;
        width: calc(100% - 40px);
	}
    .appContainer{
        margin: auto 5px;
        padding: 0;
        /*padding-top: 20px;*/
    }
    .contentItem>div img{
        width: 16px;
        height: 16px;
        min-width: 16px;
    }
    .titleIcon{
        width: 48px;
        height: 48px;
    }
    .titleTopContainer .imgIcon2{
        width: 120px;
        height: unset;
    }
    .contact_us_care-app-container button{
        width: 160px !important;
    }
    .contact_us_care-app-container .button{
        height: unset !important;
    }
    .contact_us_qr_code-download-section-2 button{
        width: 100% !important;
    }
    .topTitleText{
        margin: 20px auto;
    }
    .pwerbankContainer{
        gap: 20px;
        margin: 0 auto 20px auto;
    }
	.powerbankImgContainer {
		overflow:scroll;
		gap:20px;
		scrollbar-width: none;          /* Firefox */
		-ms-overflow-style: none;       /* IE 10+ */
	}
	.powerbankImgContainer::-webkit-scrollbar {
		display: none;                  /* Chrome, Safari, Edge */
	}
	.powerbankImgContainer > div {		
		min-width: 474px;
		gap:10px;
	}
	.powerbankImgContainer .contentImg{
		min-width:130px;
	}
	
	.powerbankImgContainer .contentImg img{
		width: 80px;
	}
	.powerbankImgContainer .arrow{
		width: 22px;
	}
    .multipleContainer{
        gap: 20px;
        margin: 0 auto 20px auto;
    }
    .loginnowItem{
        padding: 20px 16px;
		gap: 8px;
    }
    .loginnowItem img{
        width: 80px;
        height: 80px;
    }
    .loginnowContainer{
        margin: 0 auto 20px auto;
    }
    .loginnowContainer>.p3{
        padding-bottom: 0;
    }	
	.loginnowItemContainer{
		margin: 20px auto;
	}
	.theme .myAccContainer ul.lipoint li {
		font-size:inherit;
	}
    .theme .st-breadcrumb{
        padding: 0;
    }
    .contactUsContainer{
        margin: 0 auto 20px auto;
		gap:20px;
    }	
    .contactUsIndexContainer{
        margin: 0 auto 20px auto;
    }	
	.contactUsContainer .contactUsTitleContainer .h3 {
		margin-bottom:8px;
	}
	.contactUsInnerContainer {
		gap:16px;
	}
	.liveChatContainer {
		gap:20px;
	}	
	.contactUsTwoPart {
		flex-direction:column;
		justify-content:start;
		width:100%;
		align-items:start;
		gap:16px;
	}
	.contactUsTwoPartContent {
		width:100%;
		gap:16px;
		text-align:left;
	}
	.contactUsTwoPart .line {
		display:none;
	}
	.contactUsCareAppText {
		text-align:left;
	}	
	.contactUsTwoPartContentLeftImg {
		padding:0;
		width:auto;
		height:fit-content;
	}	
	
	.supportTwoBoxContainer {
		flex-direction:column;
		gap:16px;
	}	
	.supportTwoBox {
		width:100%;
		padding: 20px;
		gap: 16px;
		min-height:fit-content;
	}
	.supportTwoBoxInner {
		display:flex;
		gap:10px;
	}	
	.supportTwoBoxNumberList, .supportTwoBoxList ul, .data_transfer_bulletPoint {
		gap:8px;
	}
	.supportTwoBoxNumberList div, .supportTwoBoxNumberList div span {
		
		line-height: 18px;
	}
	.data_transfer_bulletPoint div, .data_transfer_bulletPoint div span {
		
		line-height: 24px;
	}
	.supportTwoBoxNumberList div span, .supportTwoBoxNumberList div span svg{
		width: 18px;
		height: 18px;
	}
	.data_transfer_bulletPoint div span svg, .data_transfer_bulletPoint div span{
		width: 24px;
		height: 24px;
	}
	.theme .supportTwoBoxNumberList span.p4 {
		width: 18px;
	}	
	.theme .data_transfer_bulletPoint span.p4 {
		width: 24px;
	}	
	.data_transfer_bulletPointContainer {
		display:flex;
		flex-direction:column;
		gap:8px;
	}	
	body.v4.theme .st-container .appContainer .data_transfer_bulletPoint ul {
		/*padding-left:0;*/
		gap:8px;
	}

	.supportGrayBox {
		align-items: start;
        text-align: left;
		padding:20px;
	}	
	.supportRemark ul {
		gap:4px;
	}
	
	.supportServiceContainer {
		gap:20px;
	}
	.supportDescContainer {
		gap:8px;
	}
	.theme .supportTable tbody tr td {	
		font-size: 12px;
		line-height: 18px; /* 150% */
	}
	body.v4 .supportTable thead tr th {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
	}
	.contactUsInnerContainer .customSelect {
		max-width:none;
	}
    .network_feedbackContainer,.data_transferContainer,.smartone_screen_replaceContainer,.myAccContainer{
        padding: 0px 0 20px;
    }
    .mbImg{
        display: block;
		width:90%;
		margin: 0 auto;
    }
    .dkImg{
        display: none;
    }
    .multipleTableContainer{
        flex-wrap: wrap;
        gap: 16px;
    }
	.data_transfer_gap12 .multipleTableContainer {
		gap:12px;
	}
	.multiplieLineTableGap {
		gap:20px;
	}
    .multipleTableItem{
        width: 100%;
        padding: 20px;
        gap: 16px;
    }
	.multiplieLineTableGap10 {
		gap:10px;
	}
    .greyContainer{
        padding: 20px;
    }
    .multipleContainer .greyContainer{
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    .smp-logo{
        width: 120px;
    }
	.cardBoxItem {
		flex-direction: row;
		justify-content: start;
		text-align: left;
		width: inherit;
	}
	.cardSectionBox {
		flex-direction: column;
        width: 152px;
	}
	.cardBoxItem img {
		width:50px;
	}
	.cardSectionRightContent {
		flex-direction:column;
		align-items:center;
		gap:5px;
	}
	.cardSection .table_container td {
		padding:10px;
	}
	.cardSection .table_container tr td:first-child {
		min-width:185px;
		padding:20px;
	}
    .data_transferContentBox {
        gap:12px;
    }	
	body.v4 .data_transferContentBox table th, .theme .data_transferContentBox table td{
		font-size:14px;
		padding:12px 10px;
	}	
	body.v4 .data_transferContentBox table th {
		padding:15px;
	}
	
	.hidden-mobile {
		display:none;
	}
	.hidden-desktop {
		display:block;
	}
	
	/*myaccount page*/
	.myAccTitileContainer, .loginnowContainer .myAccTitileContainer {
		gap:8px;
	}
	.multipleTableTextContainer .p2 {
		gap:4px;
	}
	.multipleAppContainer {
		padding:0;
	}
	.my_acc_remark {
		margin-top:16px;
	}
	
	/*multiple_line_account_management.jsp*/
	.multiplieLineAccSubTitleContainer, .multipleTableTextContainer {
		gap:16px;
	}	
	.multiplieLineAccBoxContainer {
		gap:20px;
	}
	
	.paymentMethod_faq_container {
		gap:20px;
	}
	.paymentMethod_TncItem_Container {
		gap:8px;
	}	
	.paymentMethod_faq_container .tnc_solution {
		display:flex;
		flex-direction:column;
		gap:12px;
	}
	.smt-olContainer {
		gap:8px;
	}
	.smt-olContainer ul {
		gap:8px;
	}
	.paymentMethod_gap, .data_transfer_gap {
		display:flex;
		flex-direction:column;
		gap:8px;
	}	
	.data_transfer_gap {
		gap:10px;
	}		
	.data_transfer_gap ul.ul_wrap {
		flex-wrap:nowrap;
		height:auto;
	}
	.data_transfer_Box {
		gap:5px;
	}
	.paymentMethod_linkBox {
		border-radius: 16px;
		width:calc( 50% - 6px );		
	}
	.paymentMethod_linkBox_container {
		gap:12px;
	}
	
	#faq_select option {
		font-size:14px;
	}
	
	.theme .appContainer .line__hr {
		margin:20px 0;
	}
	.appContainer .icon {
        width: 24px;
        height: 24px;
    }
	.appContainer .icon::before {
        top: 5px;
        width: 2px;
        height: 13px;
        left: 11px;
    }
	.appContainer .icon::after {
        top: 10px;
        width: 12px;
        height: 2px;
        left: 6px;
    }
	.networkCardSection {
		text-align:left;
	}	
	.screenReplace_table_text_gap {
		flex-direction:column;
		gap:5px;
	}
	.smartone_screen_replaceContainer, .smartone_screen_replaceContainer .tabContent {
		gap:20px;
	}
	.theme .smartone_screen_replaceContainer td.gray_th {
		padding:10px;
	}
	.theme .smartone_screen_replaceContainer td {
		padding:20px 10px;
		min-width:70px;
	}
	body.v4 .st-container .smartone_screen_replaceContainer .innerpage-nav nav .nav-item a {
		font-size:14px;
	}
	.table_arrow_container {
		flex-direction:column;
		gap:5px;
		align-items: center;
	}
	.table_arrow_container img {
		transform: rotate(90deg);
	}
	.data_transfer_video_container {
		margin:0 auto;
	}
	.table_arrow_container span.text-right, .table_arrow_container span.text-left {
		text-align:center!important;
	}
	.theme .networkCardImgContainer img{
		width: 100%;
	}
	.theme .cardSectionRightContent .h6-md .fontEngBold {
		font-size:20px;
	}
	.theme .cardSectionRightContent .h8-md {
		font-size:16px;
	}
	.tipsBox {
		padding:15px;
	}
	.threeBox_container {
		flex-direction:column;
	}
	.threeBox {
		flex-direction:row;
		gap:12px;
		padding: 40px 20px;
		width:100%;
		justify-content: start;
	}
	.threeBox img {
		width:48px;
	}
	.theme[lang=zh-HK] .threeBox > div, .theme[lang=en-US] .threeBox > div {
		width: fit-content;
		height: fit-content;
		text-align:left;
	}
	.threeBox_dot {
		width: 8px;
        height: 33px;        
		position: relative;
	}
	body.v4 .threeBox_dot img {
		transform: rotate(90deg);
		width:33px;
		max-width: none !important;
		position: absolute;
        top: 12px;
        left: -12px;
	}
	.screenReplace_icon_text_container {
		gap:12px;
		margin-bottom:4px;
	}
	.screenReplace_icon_text_container > img {
		width:60px;
	}
	.screenReplace_textalign {
		text-align:left;
	}
	.threeBox_container .threeBox:nth-of-type(1)::before, .threeBox_container .threeBox:nth-of-type(3)::before, .threeBox_container .threeBox:nth-of-type(5)::before {
		width:55px;
		height: 38px;
	}
}

@media only screen and (max-width: 375px) {
    .theme .smartone_screen_replaceContainer td {
		padding: 20px 5px;
	}
}
@media only screen and (max-width: 320px) {
    .theme .st-breadcrumb .st-breadcrumb-container {
        padding: 0px 15px;
        width: calc(100% - 30px)
    }
}