.pc {
    display: none !important;
}

.mb {
    display: block !important;
}

.my-container {
    padding: 30px 16px;
    overflow-x: hidden;
}

#headCarouselSection {
    margin-top: 85px;
}

#headCarouselSection .layui-carousel {
    width: 100% !important;
    height: 388px !important;
}

#headCarousel {
    display: none;
}

#headCarouselMb {
    display: block;
}

#headCarouselSection .carousel-item {
    background-color: #FFF9EF;
}

.layui-carousel-ind ul {
    top: auto;
    right: 50%;
    bottom: -66px;
    transform: translateX(50%);
}

.layui-carousel-ind ul li {
    width: 8px;
    height: 8px;
}

.title-icon.tit-icon-4 {
    width: 7%;
}

.title-icon-3 {
    width: 15px;
    height: auto;
    margin-right: 8px;
}

.sub-title {
    width: fit-content;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 32px;
}

.sub-title .tit {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 16px;
    color: #FFD000;
    line-height: 16px;
}

.sub-title .tit-icon-8 {
    width: 18px;
    margin-left: 4px;
}

.sub-title-w {
    width: 309px;
    font-family: PingFang HK, PingFang HK;
    font-weight: 500;
    font-size: 22px;
    color: #88654F;
    line-height: 43px;
    padding: 12px 12px 54px 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 13px;
    margin-top: 8px;
    margin-bottom: 129px;
    position: relative;
}

.page-en-us .sub-title-w {
    min-width: 600px;
}

.pic-18 {
    height: 144px;
    border-radius: 12px;
    position: absolute;
    top: 54px;
    right: -34px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.contact-section .map-list img:nth-child(2) {
    border-radius: 0 !important;
}

.my-container-title .my-title-txt {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 16px;
    color: #52BB73;
    line-height: 16px;
}

.bg-22,
.bg-23,
.bg-24 {
    position: absolute;
    z-index: -1;
}

.bg-22 {
    width: 250px;
    top: 126px;
    left: 0;
}

.bg-23 {
    width: 213px;
    right: -36px;
    top: 360px;
}

.bg-24 {
    width: 260px;
    left: 0;
    bottom: 0px;
}

.c-bg-7 {
    width: 222px;
    height: auto;
    top: 20%;
}

.c-bg-8 {
    width: 218px;
    height: auto;
    bottom: 26%;
}

.seamlesswrap {
    margin-top: 28px;
}

.my-section .c-bg-1 {
    width: 90vw;
    height: 66vw;
    top: 28vw;
    left: -20vw
}

.my-section .c-bg-2 {
    width: 243px;
    height: 202px;
    bottom: -46px;
    right: -66px;
}

.my-card {
    padding: 18px;
    background-color: #ffffff;
    border-radius: 12px 0 0 12px;
}

.my-card .txt {
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 14px;
    color: #88654F;
    line-height: 24px;
}

.mission-section .sub-title {
    margin-left: 16px;
}

.mission-section .my-card {
    margin-top: 14px;
    margin-left: 16px;
}

.my-section.blue-wave {
    padding-top: 0px;
    background-image: none;
    animation: none;
}

.my-section.blue-wave .my-container {
    padding: 0;
}

.my-section.blue-wave .my-wrapper {
    background-color: #B5E8FF;
    padding-top: 6px;
    padding-bottom: 50px;
}

.page-en-us .my-section.blue-wave .my-wrapper {
	padding-top:14px;
}


/* 添加水波動畫關鍵幀 */
@keyframes wave-float-mb {
    0% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(-8px) scale(1.08);
    }
    50% {
        transform: translateY(0) scale(1);
    }
    75% {
        transform: translateY(-4px) scale(1.08);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.blue-wave-bg {
    width: 100%;
    margin-top: -34px;
    animation: wave-float-mb 8s ease-in-out infinite;
    will-change: transform;
    transform-origin: center center;

    max-height: 25vh;
}

.my-container-title {
    z-index: 1;
}

.my-section.blue-wave .my-container-title .title-txt-img {
    top: 270%;
}

.my-section.blue-wave .my-container-title .title-icon {
    top: 224%;
}

.contact-section .sub-title.mb {
    display: flex !important;
    align-items: center;
    margin: 0 auto;
}

.contact-section .sub-title .tit {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 16px;
    color: #103F97;
    line-height: 16px;
}

.contact-section .sub-title .tit-icon-5 {
    width: 14px;
    margin-right: 4px;
    margin-left: 0;
}

.contact-section .right-wrapper .company-name {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 14px;
    color: var(--font-color);
    line-height: 22px;
    margin-bottom: 12px;
}

.contact-section .details-wrapper {
    flex-flow: column;
    padding-top: 24px;
}

.contact-section .left-wrapper,
.contact-section .right-wrapper {
    width: 100%;
    padding: 0 16px;
}

.contact-section .info-item .label,
.contact-section .info-item .txt p,
.contact-section .info-item .txt,
.contact-section .info-item .txt a {
    font-size: 14px;
    line-height: 22px;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.contact-section .info-list {
    margin-top: 0;
}

.contact-section .info-item:last-child .txt p:first-child {
    margin-top: 0;
}

.contact-section .map-wrapper {
    padding: 12px;
}

.mb-ft-top {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-section {
    background-color: #fff;
}

.pb-16 {
    padding-bottom: 16px !important;
}

/* 添加水波動畫關鍵幀 */
@keyframes wave-float {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.06);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

/* 應用動畫到 bg-img */
.bg-img {
    transform-origin: center center;
    animation: wave-float 6s ease-in-out infinite;
    will-change: transform;
}

.swiper-backface-hidden .swiper-slide {
    min-height: 170px;
}

.seamlesswrap img {
    border-radius: 15px;
    /* min-height: 170px; */
}

.preview-img.map-pic-2 {
    border-radius: 12px 0 0 12px;
}

.preview-img.map-pic-4 {
    border-radius: 0 12px 12px 0;
}

/* @media screen and (min-width:768px) and (max-width:1023px) {

    .pic-18{
        width: 60vw;
    }

} */


.my-container-title .title-txt-img {
    width: 30%;
}

.my-container-title .title-icon {
    width: 3%;
    left: 59%;
    top: 5%;
}

.learn-section{
    padding: 60px 0 0 0;
}

.txt-wrapper {
    padding: 0 16px;
}

.txt-wrapper .img-wrapper {
    margin-top: 24px;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and  (max-width: 767px) {
    .page-en-us .sub-title-w {
        min-width: auto;
        width: 90%;
    }
}

@media screen and  (min-width: 664px) and (max-width: 767px) { 
    .page-en-us .pic-18 {
        top: 62px;
    }
}

@media screen and  (max-width: 664px) { 
    .page-en-us .pic-18 {
        top: 110px;
    }
}

@media screen and  (min-width: 430px) and (max-width: 663px) { 
    .page-en-us .pic-18 {
        top: 32px;
    }
}

@media screen and (min-width: 1179px) and (max-width: 1280px) {
    .mb-curtain {
        width: 100%;
        max-height: 60px;
    }

    #headCarouselSection .layui-carousel {
        height: 100vw !important;
    }

    .layui-carousel-ind ul {
        top: -2vw;
        bottom: auto;
    }
}

@media screen and (min-width: 468px) and (max-width: 1280px) { 
    .sub-title-w {
        margin-bottom: 300px;
    }
    .pic-18 {
        height: 300px;
        width: auto;
        left: 10vw;
    }

    /* .page-en-us .pic-18 {
        top: 62px;
    } */
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
    .sub-title-w {
        margin-bottom: 160px;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1180px) {
    .mb-curtain {
        width: 100%;
        max-height: 60px;
    }

    #headCarouselSection .layui-carousel {
        height: 100vw !important;
    }

    .layui-carousel-ind ul {
        top: 0vw;
        bottom: auto;
    }

    .my-container-title .title-txt-img {
        width: 30%;
    }

    .my-container-title .title-icon {
        width: 3%;
        left: 59%;
    }

    .my-section .c-bg-1 {
        width: 86vw;
        height: 50vw;
        top: 2vw;
    }

    .my-section .c-bg-2 {
        width: 30vw;
        height: 160px;
        bottom: 0px;
    }

    .sub-title-w {
        width: 80vw;
    }

    .pic-18 {
        height: auto;
        width: 60vw;
        left: 10vw;
    }

    .sub-title-w {
        padding: 12px 12px 30vw 12px;
    }

    .blue-wave-bg {
        max-height: 20vw;
    }

    .contact-section .details-wrapper {
        padding-bottom: 36px;
    }

    .my-container-title .title-icon {
        width: 3%;
        top: 20%;
    }
}

@media screen and (min-width: 819px) and (max-width: 1023px) {
    .mb-curtain {
        width: 100%;
        max-height: 60px;
    }

    #headCarouselSection .layui-carousel {
        height: 100vw !important;
    }

    .layui-carousel-ind ul {
        top: 2vw;
        bottom: auto;
    }

    .blue-wave-bg {
        max-height: 30vw;
    }

    .my-container-title .title-icon {
        width: 3%;
    }
}

@media screen and (min-width: 767px) and (max-width: 912px) {
    #headCarouselSection .layui-carousel {
        min-height: 100vw !important;
    }
    .my-container-title .title-txt-img {
        width: 53%;
    }

    .my-container-title .title-icon {
        width: 5%;
        left: 66%;
    }

    .my-container-title .title-icon {
        width: 4%;
        left: 66%;
    }
}

@media screen and (min-width: 411px) and (max-width: 768px) {
    #headCarouselSection .layui-carousel {
        min-height: 100vw !important;
    }

    .layui-carousel-ind ul {
        /* top: 13vw; */
        top: auto;
        bottom: auto;
    }

    .my-container-title .title-txt-img {
        width: 46%;
    }

    .my-container-title .title-icon {
        width: 4%;
        left: 63%;
    }
}

@media screen and (max-width: 412px) {
    #headCarouselSection .layui-carousel {
        min-height: 100vw !important;
    }

    .layui-carousel-ind ul {
        top: 16vw;
        bottom: auto;
    }

    .my-container-title .title-txt-img {
        width: 46%;
    }

    .my-container-title .title-icon {
        width: 4%;
        left: 63%;
    }
	
	.contact-section .map-list img:nth-child(2){
		border-radius:0 !important;
	}
	
	
	
	
	
}


@media screen and (max-width:467px) {
	.my-wrapper.mb .txt-wrapper{
		padding-left:8px; padding-right:8px;
	}
	
	.my-wrapper.mb .sub-title-w{
		width: 95%;
        margin: 0 auto;
		margin-bottom: 49px;
		text-align:center;
		margin-top:20px;
	}
	
	.pic-18 {
        height: auto;
		max-width:100%;
        border-radius: 12px;
        position: relative;
        top: 10px;
        right: 0px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    }
    
    .sub-title-w{
        line-height: 33px;
    }
    
    .my-container-title .title-txt-img {
        width: 70%;
    }
    
}
	
	
	
}


