body.v4 .st-container .hide-padding-mobile .card{
    padding: 0px !important;
}
body.v4 .st-container .card{
    padding: 8px 0px !important;
    max-width: unset;
}
.service_banner{
    margin-bottom: 60px;
}

.service_banner img {
    border-radius: 20px;
    width: 100%;
}

.text-align-center{
    text-align: center;
}

.ai-content-text-section{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ai-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 60px;
}
.plan-container{
    margin-bottom: 100px;
}
video{
    border-radius: 20px;
    width: 710.717px;
    height: 399.704px;
}
.card-block{
    gap: 20px;
    display: grid;
}
.ai-content{
    position: relative;
}
.display_flex_center{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
}
.tab {  
    display: none; /* 隱藏所有選項卡 */  
}  
.tab.active {  
    display: block; /* 顯示選中的選項卡 */  
}  
#tabsContainer{
    margin-top: 40px;
}
.tabs {
    width: 178px;
    height: 100px;  
    cursor: pointer;  
    opacity: 0.4;  
}
.tabs img{
    border-radius: 12px;
}  
.tabs.active {  
    opacity: 1;  
}
.margin-bottom-dp40-mb12,.margin-bottom-dp40{
    margin: auto;
    margin-bottom: 40px;
}
.ai-content-title{
    margin-bottom: 20px;
}
.video-player {  
    position: relative;  
    display: inline-block;  
}  

.play-button {  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);   
    border: none;  
    cursor: pointer;  
    z-index: 1; /* 确保按钮在视频上方 */  
}

.play-button img{
    width: 280px;
    height: 280px;
}

.plyr__control--download {  
    display: none !important;  
}

.learn_more_video{
    margin: auto;
    display: flex;
    justify-content: center;
}

.learn_more_video .button{
    width: 200px;
    height: 70px;
    padding: 20px 30px;
    gap: 15px;
}

.learn_more_video img{
    width: 22px;
    height: 30px;
}

.ai-article-container{
    width: 1760px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.padding-full-80 {
    width: 1760px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.padding-full-150 {
    width: 1760px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* three version */

/* three version */

/* .introduction_grid{
    display: grid;
    gap: 41px 47px;
    justify-content: center;
    align-content: center;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 32px;
} */

/* .introduction_grid{
    width: 362px;
    display: grid;
    justify-content: center;
    align-content: center;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 32px;
}  */

.introduction_grid{
    width: 100%;
    gap: 41px 47px;
    display: grid;
    justify-content: center;
    align-content: center;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 32px;
} 


.introduction_box{
    border-radius: 20px;
    background: var(--black-white-grey-white, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.introduction_box a{
    display: flex;
    flex-direction: column;
}

.introduction_text {
    margin: 24px 40px;
}

.introduction_box h3 {
    color: var(--black-white-grey-black, #333);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.theme[lang=en-US] .introduction_box h3{
    font-weight: 500;
}
.introduction_box p {
    color: var(--Color-Black, #333);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
}

.article-box{
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
}

.ai-article_Blog_item{
    display: grid;
    gap: 20px;
}

a:hover, a:link {
    text-decoration: none;
}

a[aria-expanded="true"] .tnc-icon::before {
    width: 0;
    height: 0;
}

.tnc-icon::after {
    position: absolute;
    top: 8px;
    width: 10px;
    height: 2px;
    left: 4px;
    background: #fff;
    content: "";
    transition: all .3s;
}

.tnc-icon::before {
    position: absolute;
    top: 4px;
    width: 2px;
    height: 10px;
    left: 8px;
    background: #fff;
    content: "";
    transition: all .3s;
}

.tnc-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    position: relative;
    background: red;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

.innerpage-remark {
    margin: 20px 0 0 0;
}

.introduction_box h3 {
    color: var(--black-white-grey-black, #333);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-style: normal;
    justify-content: center;
    font-weight: 700!important;
    margin: 0px!important;
    line-height: 30px;
    margin-bottom: 10px;
}
.theme[lang=en-US] .introduction_box h3{
    font-weight: 500 !important;
}
.innerpage-remark b {
    color: var(--black-white-grey-black, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.innerpage-remark p {
    color: var(--black-white-grey-black, #333);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Noto Sans TC"!;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 20px;
    text-align: left;
}
.marging-bottom-dp40{
    margin-bottom: 40px;
}

.video_img_box{
    position: relative;
}

.video_img_box .video_img{
    border-radius: 20px;
    margin-bottom: 20px;
}

.video_img_box .introduction_video_play_button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    z-index: 1;
}

.introduction_video_play_button img{
    width: 200px;
    height: auto;
}

body.v4 header {
    border-bottom: none;
    position: sticky;
}

header.narrow-mode, header.popup-mode {
    background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
    height: 73px;
}

a:not([href]):not([tabindex]) {
    color: #333;
    text-decoration: none;
}

body.v4 .innerpage-body-content > div {
    margin-bottom: 40px;
}

.line_mg_bottom{
    margin-bottom: 80px;
}
.line_mg{
    margin: 60px 0;
}
.ai-article_Blog-container{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.ai-article_Blog{
    display: flex;
    position: relative;
    padding: 40px 30px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
}

.Blog_tag_1{
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 15px;
    align-items: center;
    gap: 10px;
    border-radius: 20px 0px;
    background: var(--Color-Red---Default, #F00);
    color: var(--Flowkit-White, #FFF);
}

.Blog_tag_2{
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 15px;
    align-items: center;
    gap: 10px;
    border-radius: 20px 0px;
    background: var(--Color-Blue, #00A0DC);
    color: var(--Flowkit-White, #FFF);
}

.article-box img, .ai-article-container img{
    border-radius: 30px;
}

.ai-article_Blog_item ul{
    padding-left: 20px;
    display: grid;
    gap: 20px;
}

.Technology-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    margin-bottom: 40px;
}

.Technology-box .box-item{
    display: flex;
    width: 100%;
    min-width: 270px;
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Color-Grey20, #F6F6F6);
}
body.v4 .st-container .card .card-block{
    margin-bottom: 0px;
}
/* video start */
.video_container{
    margin: 0 auto;
    width: 100%;
}
.video-content{
    max-width: 710px;
    margin: 0 auto 80px;
    width: 100%;
    text-align: center;
}
.video-content .p3{
    text-align: left;
}
.more_button{
    margin: 40px auto 0 !important;
    padding: 16px 30px !important;
    max-width: 250px;
    width: 100%;
}
.button-container{
    margin-top: 20px;
    padding: 0px 36px;
}
.button-container .booking_button{
    width: 100%;
    display: flex;
}
.video_container .h3{
    margin-bottom: 20px !important;
}
.theme[lang=en-US] .video_container .h6,.theme[lang=en-US] .video_container .h3{
    font-family: "Titling-Gothic-FB-Condensed" !important;
}

.videoGrid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}
.videoItem{
    text-align: center;
    overflow: hidden;
}
.videoItem .h6{
    position: relative;
    z-index: 2;
} 
.videoItem p{
    text-align: center;
}
.videoImg{
    position: relative;
    width: 100%;
    
}
.videoImg img{
    width: 100%;
    border-radius: 20px;
}
.video-button {
    position: absolute;
    top: 80%;
    left: 90%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    z-index: 1;
    width: 180px;
}
.videoItem h6{
    margin: 20px auto 12px !important;
}
.van-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.van-popup--center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.van-popup {
    position: fixed;
    max-height: 100%;
    background-color: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-overflow-scrolling: touch;
}
.close-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: -24px;
    right: -24px;
  }
  .close-icon::before,
  .close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
  }
  .close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }














/* video end */
.theme[lang=zh-HK] .button,.theme[lang=en-US] .button,.theme[lang=zh-HK] .button:link,.theme[lang=en-US] .button:link,.theme[lang=zh-HK] .button:visited,.theme[lang=en-US] .button:visited{
    outline: none;
    border-color: red;
}

.messageSwiper .swiper-wrapper{
    /* justify-content: center; */
}

@media only screen and (max-width: 1920px) {
    .ai-article-container{
        width: 80%;
    }
    .padding-full-80 {
        width: 100%;
        padding: 0px 80px;
    }
    .padding-full-150 {
        width: 100%;
        padding: 0px 80px;
    }
}
@media (max-width: 1240px) {
    .video_container {
        padding: 0 20px;
    }
        
}
@media (max-width: 1024px) {
    .ai-article-container, .padding-full-150 {
        margin-top: 10%;
    }
    .card {
        border: unset;
    }
    img{
        max-width: 100% !important;
    }
    .smt-header{
        width: 100%!important;
    }
}

@media (min-width: 840px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 839px) {
    .ai-article-container{
        margin-top: 10%;
        width: 100%;
        padding: 0 20px;
    }
    .padding-full-150 {
        margin-top: 10%;
    }
    .hidden-md-down {
        display: none !important;
    }
    .introduction_grid {
        width: 100%;
        grid-template-columns: 100%;
        gap: 20px 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .plan-container{
        margin-bottom: 60px;
    }
    body.v4 .innerpage-body-content > div{
        margin-bottom: 20px;
    }
    .article-box .h7-md, .ai-content .h7-md{
        margin-bottom: 0px !important;
    }
    .ai-content{
        gap: 12px;
    }
    .plan-container, .smc-container {
        padding: 0 20px;
    }
    .service_banner{
        margin-bottom: 40px;
    }
    .ai-content{
        flex-direction: column;
    }
    video{
        border-radius: 30px;
        width: 282px;
        height: 500px;
    }
    #tabsContainer{
        margin-top: 20px;
        scrollbar-width: none; /* firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }
    .demo::-webkit-scrollbar {
        display: none; 
    }
    .display_flex_center{
        justify-content: unset;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .tabs{
        width: 100%;
        min-width: 130px;
        min-height: 73px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s;
    }
    #tabsContainer .tabs:first-child {
        margin-left: 20px;
    }
    .play-button img{
        width: 160px;
        height: 160px;
    }
    .introduction_box {
        max-width: unset;
    }
    .introduction_text {
        margin: 20px;
    }
    .network-container p {
        margin: 20px 0;
    }
    .lead_in p, .network-container p {
        font-size: 16px;
        line-height: 24px;
    }
    .introduction_video_play_button img {
        width: 150px;
        height: 150px;
    }
    .article-box{
        gap: 8px;
        margin-bottom: 20px;
    }
    .line_mg{
        margin: 40px 0;
    }
    .line_mg_bottom{
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .introduction_container .h7-md{
        margin-bottom: 0px;
    }
    .ai-article_Blog-container{
        grid-template-columns:unset;
    }
    .Technology-box{
        display: flex;
        overflow-x: auto;
        gap: 20px;
    }
    .ai-article_Blog{
        padding: 40px 20px 20px 20px;
    }
    .ai-article_Blog_item ul{
        margin-top: 4px;
        gap: 8px;
    }
    .ai-article-container img{
       border-radius: 20px;
    }
    .Technology-box .box-item{
        padding: 20px;
    }
    .more_button{
        margin: 20px auto 0 !important;
        max-width: unset;
    }
    .margin-bottom-dp40{
        margin-bottom: 20px;
    }
    .videoGrid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .videoItem h6 {
        margin: 12px auto !important;
    }
    .van-popup{
        width: 100%;
        text-align: center;
    }
    .van-popup video{
        width: 90%;
        height: auto;
    }
    .close-icon{
        top: -24px;
        right: 0;
    }
    .video_container{
        padding: 0;
    }
    .messageSwiper .swiper-wrapper, .ai-product-Swiper .swiper-wrapper{
        justify-content: unset;
    }
    .button-container{
        padding: 0px 0px;
    }
}



/* CWD-1193 start */
.bubble-container{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: center;    
    margin: 40px auto;
    justify-content: center;
}
.bubble-item{
    cursor: pointer;
    padding: 16px 40px;
    border: 1px solid #C8C8C8;
    border-radius: 76px;
}
.bubble-active{
    color: red;
    border-color: red;
}
.arrow-down {
    width: 8px;
    height: 8px;
    border-top: 1px solid red;
    border-right: 1px solid red;
    transform: rotate(134deg);
    margin-bottom: 4px;
}
.arrow-up {
    border: solid red;
    border-width: 1px 0 0 1px;
    position: relative;
    top: 2px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}
.showMoreDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    color: red;
}
.showLessDiv{
    /* margin: unset; */
}
.videoRedtextContainer{
    display: flex;
    gap: 10px;
    color: red;
    justify-content: center;
}
.videoRedtextContainer div{
    cursor: pointer;
}
.message-container, .ai-product-container{
    display: flex;
    gap: 20px;
    position: relative;
    padding: 0 40px;
}
.message-box{
    padding: 24px 24px;
    background-color: #F6F6F6;
    border-radius: 20px;
}
.msg-header{
    display: flex;
    margin-bottom: 8px;
    gap: 8px;
}
.msg-header img{
    width: 30px;
    height: 30px;
}
.timer-container{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.messageSwiper,.ai-product-Swiper{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.messageNextBtn .messagePrevBtn{
    display: none;
}
#app .message-container .swiper-button-disabled, #app .ai-product-container .swiper-button-disabled{
    display: none !important;
}
.max-width-1300{
    max-width: 1300px;
}
.margin-auto{
    margin: auto;
}
#app .message-container .swiper-button-next.messageNextBtn, #app .ai-product-container .swiper-button-next.aiproductNextBtn{
    background-image: url('/Home5GBroadband/web/img/icon/Next_Btn_Red_Pc.png');
    background-size: cover;
    width: 60px !important;
    height: 60px !important;
}
#app .message-container .swiper-button-prev.messagePrevBtn, #app .ai-product-container .swiper-button-prev.aiproductPrevBtn{
    background-image: url('/Home5GBroadband/web/img/icon/Previous_Btn_Red_Pc.png');
    background-size: cover;
    width: 60px !important;
    height: 60px !important;
}
@media (max-width:767px) {
    .bubble-container{
        margin: 20px auto;
    }
    .bubble-item{
        font-size: 12px !important;
        padding: 12px 20px;
    }
    .message-container{
        margin: 0 -20px;
        padding: 0;
    }
    .message-box{
        margin: 0 10px;
    }
    .swiper-slide:nth-child(1) .message-box{
        margin-left: 20px;
    }
    .swiper-slide:nth-last-child(1) .message-box{
        margin-right: 20px;
    }
    #app .messageNextBtn .messagePrevBtn{
        display: block;
    }
    #app .message-container .swiper-button-next.messageNextBtn, #app .ai-product-container .swiper-button-next.aiproductNextBtn{
        width: 40px !important;
        height: 99px !important;
        background-image: url('/5G/images/mobile_tab_arrow_R.png');
        right: 0;
        top: 45%;
    }
    #app .message-container .swiper-button-prev.messagePrevBtn, #app .ai-product-container .swiper-button-prev.aiproductPrevBtn{
        width: 40px !important;
        height: 99px !important;
        background-image: url('/5G/images/mobile_tab_arrow_L.png');
        left: 0;
        top: 45%;
    }
    .theme[lang=en-US] .message-box .p4{
        height: 42px;
    }
    .theme[lang=zh-HK] .message-box .p4{
        height: 42px;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .padding-full-80 {
        padding: 0px 40px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .padding-full-80 {
        padding: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1190px) {
    .message-box .p4{
        height: 48px;
    }

}
@media (min-width: 768px) and (max-width: 3000px) {
    .theme[lang=en-US] .message-box .p4{
        height: 48px;
    }
    @media (max-width:1170px) {
        .theme[lang=en-US] .message-box .h7{
            height: 60px;
        }
    }
    @media (max-width:1100px) {
        .theme[lang=en-US] .message-box .p4{
            height: 72px;
        }
    }
}
/* CWD-1193 end */


/* Popup */
#booking-popup-modal,
#ineligible-popup-modal{
    width: 100%;
    display: none;
    background: transparent;
}
#booking-popup-modal .modal-dialog,
#ineligible-popup-modal .modal-dialog{
    width: 100%;
    max-width: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
#booking-popup-modal .popup-wrapper,
#ineligible-popup-modal .popup-wrapper{
    width: 100%;
    display: flex;
}
#booking-popup-modal .popup-wrapper .container,
#ineligible-popup-modal .popup-wrapper .container{
    display: flex;
    flex-direction: column;
    padding: 40px 52px;
}
#booking-popup-modal .popup-wrapper .container{
    gap: 12px;
}
#ineligible-popup-modal .popup-wrapper .container{
    gap: 20px;
}

.popup_text_section{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup_text_box{
    width: 100%;
    display: flex;
}
.popup_text{
    width: 100%;
    text-align: center;
    margin: 0px;
}
.popup_button_section{
    width: 100%;
    display: flex;
    justify-content: center;
}
.popup_button_section .close_button{
    width: 100%;
    max-width: 250px;
}


@media (max-width:767px) {
    #booking-popup-modal .modal-dialog,
    #ineligible-popup-modal .modal-dialog{
        max-width: calc(100% - 40px);
    }
}


/* otp */
#booking_otp_section .otp-widget-screen__heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
#booking_otp_section .otp-widget-screen__heading .otp-widget-screen__heading__icon{ display:none; }
#booking_otp_section .otp-widget-screen__heading .otp-widget-screen__heading__text{ color: var(--palette-black-main, #333333); }
#booking_otp_section .otp-widget-screen__heading .otp-widget-screen__heading__text b{ color: var(--palette-primary-main, #ff0000); }
#booking_otp_section .otp-widget-screen--otp-input .otp-widget-screen__heading{ display:none; }
#booking_otp_section .otp-widget-screen__mobile-input-form__input,
#booking_otp_section .otp-widget-screen__otp-input-form__input{
    width: 100%;
    margin: 0 auto;
    text-align:left;
}
#booking_otp_section .otp-widget-screen__recaptcha{
    margin: 0 auto calc(var(--spacing) * 5) auto;
}
#booking_otp_section .otp-widget-screen__custom-captcha{
    margin-top:0;
    margin-bottom: calc(var(--spacing) * 5);
}
#booking_otp_section .otp-widget-screen__mobile-input-form, 
#booking_otp_section .otp-widget-screen__otp-input-form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;   
    max-width: 400px; 
    margin: 0 auto;
}
#booking_otp_section .otp-widget-screen__mobile-input-form__loading-wrapper, 
#booking_otp_section .otp-widget-screen__otp-input-form__loading-wrapper{
    width: 100%;
}
#booking_otp_section .otp-widget-screen__otp-input-form__input-wrapper, 
#booking_otp_section .otp-widget-screen__otp-input-form__button-wrapper{
    width: 100%;
    max-width: 360px;
    margin: 0;
}
#booking_otp_section .otp-widget-screen__mobile-input-form__input-wrapper,
#booking_otp_section .otp-widget-screen__otp-input-form__input-wrapper{
    width:100%;
    margin-bottom: calc(var(--spacing) * 5);
}
#booking_otp_section .otp-widget-screen__mobile-input-form__button, 
#booking_otp_section .otp-widget-screen__otp-input-form__button{
    font-size: 18px;
}
#booking_otp_section .otp-widget-screen__mobile-input-form-wrapper, 
#booking_otp_section .otp-widget-screen__otp-input-form-wrapper{
    margin-top: calc(var(--spacing) * 5);
}
@media only screen and (max-width: 767px){
    #booking_otp_section .otp-widget-screen__mobile-input-form__input-wrapper, 
    #booking_otp_section .otp-widget-screen__mobile-input-form__button-wrapper, 
    #booking_otp_section .otp-widget-screen__otp-input-form__input-wrapper, 
    #booking_otp_section .otp-widget-screen__otp-input-form__button-wrapper {
        width: 100%;
    }
    #booking_otp_section .otp-widget-screen__mobile-input-form__input-wrapper{
        margin-top:0;
    }
    #booking_otp_section .otp-widget-screen__mobile-input-form__button-wrapper{
        margin-top:0;
    }
}
@media only screen and (min-width: 768px){
    #booking_otp_section .otp-widget-screen__mobile-input-form__button-wrapper,
    #booking_otp_section .otp-widget-screen__otp-input-form__button-wrapper{
        padding-left:0;
        width:100%;
    }
    #booking_otp_section .otp-widget-screen__mobile-input-form__input-wrapper,
    #booking_otp_section .otp-widget-screen__otp-input-form__input-wrapper{
        padding-right:0;
    }
}

/* ai-product start */

.ai-product-container{
    margin-top: 40px;
}

.ai-product-box-background{
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.00) 0%, #222 100%), #DDD;
    padding: 40px;
    border-radius: 0px 0px 30px 30px;
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.ai-product-box-background .button{
    font-size: 16px!important;
}

.ai-product-img img{
    border-radius: 30px 30px 0px 0px;
    width: 100%;
}


.ai-product-img{
    position: relative;
    width: 100%;
}


.ai-product-title{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-weight: 500!important;
}

.ai-product-box-item{
    width: 100%;
    text-align: center;
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.ai-product-box-item img{
    width: 150px;
    height: 150px;
}

.ai-product_button {
    margin: 20px auto 0 !important;
    padding: 16px 30px !important;
    max-width: 200px;
    width: 100%;
}

.background_shawdow{
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 105px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 1;
}

.st-breadcrumb {
        color: #aaaaaa;
        padding: 0;
        margin: 0;
    }

    .st-breadcrumb .st-breadcrumb-container {
        padding: 0 20px;
        width: 100%;
    }

    .st-breadcrumb-container .st-breadcrumb {
        width: 100%;
        padding: 20px 0;
    }

    .st-breadcrumb-container .st-breadcrumb a {
        font-family: 'Noto Sans', sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: #9c9c9c;
    }

    .st-breadcrumb-container .st-breadcrumb a:hover, .st-breadcrumb-container .st-breadcrumb a {
        color: #9c9c9c;
        text-decoration: none;
    }

    .st-breadcrumb .fa {
        color: #9c9c9c;
    }

    .st-breadcrumb-container .st-breadcrumb > div > :last-child a {
        color: #333;
    }

    body.v4 .banner-img-box .banner-bg-img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .row #smt-ui-banner {
        width: 100%;
    }

    @media (min-width: 768px) {
        .st-breadcrumb .st-breadcrumb-container {
            padding: 0 48px;
        }
    }

    @media (min-width: 1025px) {
        .st-breadcrumb .st-breadcrumb-container {
            padding: 0 64px;
        }
    }

    @media (min-width: 1367px) {
        .st-breadcrumb .st-breadcrumb-container {
            padding: 0 72px;
        }
    }

    @media (min-width: 1601px) {
        .st-breadcrumb .st-breadcrumb-container {
            padding: 0 80px;
        }
    }

    @media (min-width: 1921px) {
        .st-breadcrumb-container .st-breadcrumb {
            width: 1760px;
            margin: 0 auto;
        }
    }

@media (min-width: 1024px) and (max-width: 1269px) {
    .ai-product-box-item img{
        width: auto;
        height: auto;
    }
    .ai-product_button{
        padding: 7px 20px !important;
    }
    .ai-product-box-background{
        padding: 20px;
    }
}    

@media (min-width: 768px) and (max-width: 900px) {
    .p3 {
        font-size: 16px!important;
    }
    #app .ai-product-container .swiper-button-next.aiproductNextBtn {
        right: -40px;
    }
    #app .ai-product-container .swiper-button-prev.aiproductPrevBtn {
        left: -40px;
    }
}

@media (max-width:1024px) {
    .ai-product-container{
        padding: 0px;
    }
    #app .ai-product-container .swiper-button-next.aiproductNextBtn {
        right: -20px;
    }
    #app .ai-product-container .swiper-button-prev.aiproductPrevBtn{
        left: -20px;
    }
    .ai-product-box-background{
        padding: 20px;
    }
    .ai-product-box-item{
        padding: 20px 12px;
    }
    .ai-product-box-item img{
        width: 100px;
        height: 100px;
    }
    .ai-product_button{
        padding: 7px 20px !important;
    }
    .ai-product-title{
        bottom: 15px;
    }
    .background_shawdow{
        bottom: -50px;
    }
    .ai-product-box-background .button{
        font-size: 14px!important;
    }

}
/* ai-product end */

/* service start */
    .service-container{
        display: flex;
        padding: 40px 60px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 20px;
        background: #F6F6F6;
        max-width: 1200px;
        margin: auto;
    }

    .service-box{
        display: flex;
        align-items: center;
        gap: 60px;
        align-self: stretch;
    }

    .service-text{
        display: grid;
        gap: 12px;
    }

    .ai-service-title{
        margin-bottom: 40px;
    }

    .ai-service_button{
        max-width: 250px;
        width: 100%;
        margin-top: 40px !important;
        font-size: 16px !important;
        height: 56px;
    }

    .theme[lang=zh-HK]  .ai-service_button{
        padding: 16px 30px !important;
    }

    .theme[lang=en-US]  .ai-service_button{
        padding: 16px 15px !important;
    }

    .service-container a{
        max-width: 250px;
        width: 100%;
    }

    body.v4 .service-box img{
        max-width: 361px !important;
        height: 264px;
        border-radius: 20px;
    }

    .ai-tnc .p5{
        margin-bottom: 0px !important;
    }

    .ai-tnc{
        color: #9C9C9C;
        text-align: center;
        margin-top: 80px;
        display: grid;
        gap: 8px;
    }

    
    @media (max-width:1324px) {
         .theme[lang=en-US] .service-text, .theme[lang=en-US] .ai-service-title{
            white-space: normal;
            word-break: break-word;
        }
    }

    @media (min-width: 901px) and (max-width: 1024px) {
        .theme[lang=zh-HK] .p3, .theme[lang=en-US] .p3{
            font-size: 16px !important;
        }
    }

    @media (max-width:768px) {
        body.v4 .service-box img{
            max-width: 100% !important;
            height: 100%;
            border-radius: 20px;
        }
        .service-container{
            margin-left: -20px;
            margin-right: -20px;
            padding: 40px 20px;
            border-radius: 0px;
        }

        .service-box{
            display: flex;
            align-items: center;
            gap: 20px;
            flex-direction: column;
            margin-bottom: 20px!important;
        }

        .service-container a{
            max-width: 100%;
        }

        .ai-service_button{
            max-width: 100%;
            height: 100%;
            margin-top: 0px!important;
        }

        .ai-service-title {
            margin-bottom: 20px;
        }

        .service-text{
            text-align: center;
        }


        .ai-tnc{
            margin-top: 40px;
            gap: 12px;
        }
    }

/* service end */