/*common start*/
::-webkit-scrollbar {
    display: none;
}

/* Back to Top button */
.backTop {
    position: fixed;
    right: 100px;
    bottom: 100px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #16b2a7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.backTop::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    /* white upward triangle */
}

.backTop.backTop--visible {
    opacity: 1;
    pointer-events: auto;
}

/* Toast Notification */
.toast-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    z-index: 100001;
    font-size: 0.875rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.toast-container.show {
    opacity: 1;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 0.83328vw;
    color: #000;
    font-weight: lighter;
}

.form-control:focus,
.form-check-input:focus,
.form-select:focus {
    border-color: #000 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.line-clamp {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-6 {
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bg-f5 {
    background: #f5f5f5;
}

.container {
    max-width: 80%;
    padding: 0;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

button {
    outline: none !important;
}

button:focus {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color) !important
}


/*固定图片比例*/
.fixed-ratio {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*默认3:2*/
.fixed-ratio::before {
    content: "\0020";
    display: block;
    width: 100%;
    height: 0;
    padding: 33.33% 0;
}

/*比例4:2.5*/
.fixed-ratio.rectangle::before {
    content: "\0020";
    display: block;
    width: 100%;
    height: 0;
    padding: 31.25% 0;
}

/*比列2:1*/
.fixed-ratio.half::before {
    padding: 25% 0;
}

/*比列1:1*/
.fixed-ratio.square::before {
    padding: 50% 0;
}

/*比列3:4*/
.fixed-ratio.frectangle::before {
    padding: 66.66% 0;
}

.fixed-ratio>img,
.fixed-ratio>div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.fixed-ratio>img,
.fixed-ratio>img {
    object-fit: cover;
}

/*common end*/

.careerHead{
    position: absolute;
    width: 90%;
    left: 5%;
    top: 0;
    height: 4rem;
}
.careerHead a{
    width: 7.5rem;
}
/* Header begin */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    transition: all 1s ease;
}

.site-header.header--stick {
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0); */
    /*backdrop-filter: blur(0.5rem);*/
    /*-webkit-backdrop-filter: blur(0.5rem);*/
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); */
}
.site-header.header--blur {
    top: -200px;
}

.header-inner {
    padding: 1rem 0;
    max-width: 90%;
    margin: 0 auto;
}

.header-logo img,.nav-logo img  {
    height: 3.5rem;
}

.hamburger,.careerHamburger {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.hamburger span,.careerHamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #09b1a8;
    border-radius: 2px;
}

/* Header end */

/* Overlay Navigation begin */
.site-nav { position: fixed; inset: 0; z-index: 10000; pointer-events: none; }
.site-nav.open { pointer-events: auto; }

.site-nav .banner-cta{
    padding: 0.625rem 1.5rem;
    text-transform: capitalize;
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}
.site-nav.open .nav-overlay { opacity: 1; visibility: visible; }

.nav-wrap {
    max-width: 90%;
    margin: 0 auto;
    color: #fff;
}


.nav-top { padding: 1rem 0; }

.nav-close {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.nav-main {
    position: relative;
    padding: 1.5rem 0 2rem;
    transform: translateY(-2rem);
    opacity: 0;
    will-change: transform, opacity;
    transition: transform .3s ease, opacity .3s ease;
}
.site-nav.open .nav-main { transform: translateY(0); opacity: 1; }

.nav-menu { list-style: none; margin: 0; padding: 0; }
.nav-menu li { margin: 1.5rem 0;width: 26rem; }
.nav-menu a {
    color: #fff;
    font-size: 1.5rem;
    width: 26rem;
    text-transform: capitalize;
}
.nav-menu .nav-sub-menu{
    width: 0;
    height: 0;
    overflow: hidden;
    flex: 1 1 0;
    gap:1rem 3rem;
    opacity: 0;
    transition: all 0.5s;
}
.nav-menu .nav-sub-menu a{
    width: auto;
    text-transform: none;
}
.nav-menu a:hover{
    text-decoration: underline;
}
.nav-menu li:hover{
    width: 100%;
}
.nav-menu li:hover .nav-sub-menu{
    width: auto;
    height: auto;
    opacity: 1;
}

.nav-divider {
    position: absolute;
    left: 22rem; /* 根据菜单宽度微调 */
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255,255,255,.25);
}

.nav-bottom {
    border-top: 1px solid rgba(255,255,255,.25);
    padding: 1.25rem 0;
}

.nav-lang a { color: #fff; margin-right: .75rem; }
.nav-lang a.active { text-decoration: underline; }
.nav-news { color: rgba(255,255,255,.85); }

body.no-scroll { overflow: hidden; }
/* Overlay Navigation end */

/* Banner Swiper begin */
.banner-swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-slide {
    width: 100%;
    height: 100%;
    background-image: url('../images/banner_bg.jpg');
    background-size: cover;
    background-position: center;
}

.banner-inner {
    height: 100%;
}

.banner-copy {
    color: #fff;
    margin-top: 40vh;
}

.banner-title {
    font-size: 3rem;
    font-weight: lighter;
    margin-bottom: 3.5rem;
    color: #fff;
}

.banner-copy .logoPic{
    width: 6rem;
    display: block;
    margin-bottom: 2rem;
    border-bottom: 4px solid #01b1a6;
    padding-bottom: 0.5rem;
}
.banner-copy .logoPic img{
    width: 100%;
    object-fit: cover;
}

.banner-cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 0.75rem 2.5rem;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1rem;
    transition: all 0.25s ease;
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.banner-cta::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid white;
    border-top: 1px solid white;
    transform: rotate(45deg);
}
.banner-cta:hover,.banner-cta.Bg{
    border-color: #09b1a8;
    background: #09b1a8;;
}
.banner-cta.Bg:hover{
    top: -0.5rem;
}
.banner-cta.big{
    padding: 0.75rem 3rem;
    font-size: 1.25rem;
}

.banner-cta.black{
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
}
.banner-cta.black::after {
    border-color: #000;
}
.banner-cta.black:hover{
    color: white;
    border-color: white;
}
.banner-cta.black:hover::after {
    border-color: white;
}

.banner-product.swiper01{
    padding-top: 5vw;
    padding-right: 6vw;
}
.banner-product.swiper01 img{
    width: 50rem;
    height: 67.5rem;
}

.banner-swiper .swiper-pagination {
    position: absolute;
    right: 10rem;
    bottom: 8rem;
    left: auto;
    width: auto;
}

.banner-swiper .swiper-pagination-bullet {
    width: 3rem;
    height: 2px;
    border-radius: 2px;
    background: rgba(255,255,255,.35);
    opacity: 1;
    margin: 0 1rem !important;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: #09b1a8;
}
/* Banner Swiper end */

.public_title{
    font-size: 3rem;
}
/*footer*/
footer {
    background: #0c0c0c;
}
.footer-logo img{
    height: 2.5rem;
}
.foot{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
}
.foot .row-item{
    grid-column: span 2;
    gap: 1.5rem;
}
.foot .row-item.last{
    grid-column: span 4;
}
.foot .title{
    color: white;
    font-size: 1.125rem;
    text-transform: capitalize;
}
.foot .foot-link,.foot .foot-adress{
    color:#666666;
}

.foot .foot-adress .foot-media{
    width: 2rem;
}
.foot .foot-link:hover{
    color: white;
    text-decoration: underline;
}
.foot .banner-cta{
    padding: 0.75rem 2.5rem;
    background: #16b2a7;
    border-color: #16b2a7;
}
.foot-copy{
    border-top: 1px solid #1a1a1a;
    gap: 1rem;
}
.foot-copy .copy{
    font-size: 0.75rem;
    color: #484848;
    margin: 0;
}
/*footer end*/

/* inquiry modal */
.inquiry-modal{
    z-index: 99999;
}
.inquiry-modal .modal-dialog {
    max-width: 52rem;
}
.inquiry-modal .modal-content {
    border: none;
    border-radius: 8px;
    padding: 2rem 2rem 2.25rem;
}
.inquiry-modal .modal-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
}
.inquiry-form {
    font-size: 1rem;
    color: #000;
}
.inquiry-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}
.inquiry-label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.inquiry-input {
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.2) !important;
    border-radius: 0 !important;
    padding: 0.5rem 0 !important;
    background: transparent;
    box-shadow: none !important;
    font-size: 1.5rem;
    font-weight: lighter;
}
.inquiry-input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.inquiry-input::placeholder {
    color: #9b9b9b;
}
.inquiry-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
}
.inquiry-grid .inquiry-full {
    grid-column: span 2;
}
.inquiry-privacy {
    font-size: 0.875rem;
    color: #333;
    margin: 0.5rem 0 1rem;
}
.inquiry-link {
    text-decoration: underline;
}
.inquiry-check {
    margin-bottom: 0.75rem;
}
.inquiry-check label{
    font-size: 0.875rem;
    color: #333;
}
.inquiry-submit {
    display: inline-block;
    width: 8.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    background: #16b2a7;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .6;
}
.inquiry-submit.enabled {
    opacity: 1;
}
/*breadcrumb begin*/
.breadcrumb {
    margin: 0;
    border-bottom: 1px solid #eee;
}
.breadcrumb li {
    font-size: 0.875rem;
    /*text-transform: capitalize;*/
    padding-top: 3px;
}
.breadcrumb li.icon{
    width: 1.25rem;
    margin-right: 0.5rem;
    padding: 0;
}

.breadcrumb li a {
    color: #000;
}

/*breadcrumb end*/

/*page begin*/
.page{
    margin: 5rem 0;
}
.page .item{
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}
.page .item:hover,
.page .item.active{
    background: #16b2a7;
    border-color: #16b2a7;
    color: white;
}
/*page end*/

/*base banner begin*/
.base_banner {
    width: 100%;
    height: 50rem;
    overflow: hidden;
    position: relative;
}
.base_banner .cite {
    font-size: 1rem;
    color: white;
    position: relative;
    z-index: 9;
    margin-bottom: 2rem;
}
.base_banner .cite span{
    font-size: 1rem;
    background: #0094dc;
    border-radius: 4rem;
    padding: 0.5rem 1.5rem;
    display: inline-block;
}
.base_banner .title {
    font-size: 3rem;
    font-weight: normal;
    color: white;
    /*text-transform: capitalize;*/
    position: relative;
    z-index: 9;
    text-align: center;
}
.base_banner .sub-desc{
    font-size: 1rem;
    position: relative;
    z-index: 9;
    color: white;
    margin-bottom: 3rem;
    display: block;
}
.base_banner .sub-title {
    font-size: 1.25rem;
    color: white;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    font-weight: lighter;
    text-align: center;
}

.base_banner .bg {
    position: absolute;
    inset: 0;
    transform: scale(1.3);
    animation: contactZoom 5s ease-out forwards
}
.base_banner .navCite{
    position: relative;
    z-index: 9;
    padding: 8rem 0;
}
.base_banner .navCite a{
    background: white;
    border-radius: 0.25rem;
    padding: 1rem 0;
    text-align: center;
    display: block;
    width: 10vw;
}
.base_banner .navCite a:hover,
.base_banner .navCite a.active{
    background: #16b2a7;
    color: white;
}
.parallax-bg{
    background-position: center 0;
    will-change: background-position;
}
.base_banner.min_banner{
    height: 40rem;
}
@keyframes contactZoom {
    from {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}
/*base banner end*/

/*filter begin*/
.filter{
    grid-column: span 3;
    padding-right: 5rem;
}
.filter .title{
    font-size: 1.25rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}
.filter dl{
    margin: 0;
    width: 100%;
}
.filter dt{
    font-size: 1.5rem;
    font-weight: normal;
}
.filter dd{
    gap: 1.5rem 0;
}
.filter dd .item{
    min-width: 33%;
}
.filter dd label{
    cursor: pointer;
    gap: 0.25rem;
}
.filter dd label input[type="checkbox"]{
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    overflow: hidden;
}
.filter dd label input[type="checkbox"]:checked::after{
    background: url(../images/checked_bg.png) no-repeat center center/cover;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    border-radius: 2px;
    overflow: hidden;
}
.public_list{
    grid-column: span 9;
}
.public_list .title{
    font-size: 2rem;
}
.public_list .title span{
    font-size: 1.25rem;
}
.myApplications .public_list{
    grid-column:3 / span 8;
}
.full-width{
    width: 100% !important;
}
/*filter end*/

/*no-data begin*/
.no-data{
    grid-column: span 12;
}
.no-data .img{
    width: 20rem;
}
/*no-data end*/

.cookieNotcie{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: rgba(0,0,0,.9);
    color: white;
    font-size: 0.875rem;
}
.cookieNotcie a{
    color: #16b2a7;
    text-decoration: underline;
}
.cookieNotcie .banner-cta{
    cursor: pointer;
}


@media (max-width: 1200px) {
    
    html, body{
        font-size: 16px;
    }
    .grid-container{
        gap: 0.625rem;
    }
    .header-inner{
        padding: 1rem 0;
    }
    .hamburger,.careerHamburger{
        width: 2rem;
        height: 2rem;
        gap: 0.5rem;
        position: relative;
    }
    .hamburger span,.careerHamburger span{
        height: 2px;
    }
    .careerHamburger span{
        transition: all 0.3s ease;
    }
    .careerHamburger.active span:first-child{
        transform: rotate(45deg);
        position: absolute;
        left: 0;
        top: 50%;
    }
    .careerHamburger.active span:nth-child(2){
        opacity: 0;
    }
    .careerHamburger.active span:last-child{
        position: absolute;
        transform: rotate(-45deg);
        left: 0;
        top: 50%;
    }
    .header-logo img,.nav-logo img {
        height: 2.75rem;
    }
    .nav-menu li { margin: 1rem 0; }
    .banner-swiper{height: 50vh;}
    .banner-product.swiper01{
        padding-right: 0;
    }
    .banner-product.swiper01 img{
        width: 30rem;
        height: auto;
    }
    .banner-copy { margin-top: 0; }
    .banner-copy .logoPic{
        margin-bottom: 1.5rem;
    }
    
    .banner-title{
        font-size: 1.875rem;
        margin-bottom: 1.5rem;
    }
    .banner-cta{
        padding: 0.75rem 2rem;
        font-size: 0.875rem;
    }
    .banner-swiper .swiper-pagination {
        right: 8rem;
        bottom: 4rem;
    }
    .banner-swiper .swiper-pagination-bullet {
        width: 2rem;
        margin: 0 0.5rem !important;
    }

    .public_title{
        font-size: 1.875rem;
    }
    
    .foot .row-item{
        gap: 1rem;
    }
     .inquiry-modal .modal-dialog {
        max-width: 90%;
        margin: 1rem auto;
    }
    .inquiry-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .inquiry-grid .inquiry-full {
        grid-column: auto;
    }

    .base_banner {
        height: 40vw;
    }
    .base_banner .navCite{
        padding: 4rem 0;
    }
    .base_banner .navCite a{
        width: 10rem;
    }
    .base_banner.min_banner{
        height: 40vw;
    }
    /*filter begin*/
    .filter{
        grid-column: span 12;
        padding-right: 0;
    }
    .filter .form{
        padding-bottom: 3rem;
    }
    .filter .title{
        font-size: 1rem;
    }
    .filter dt{
        font-size: 1.25rem;
    }
    .filter dd .item{
        min-width: 20%;
    }
    .public_list{
        grid-column: span 12;
    }
    .public_list .title{
        font-size: 1.5rem;
    }
    .public_list .title span{
        font-size: 1rem;
    }
    .myApplications .public_list{
        grid-column:span 12;
    }
    /*filter end*/
}


@media (max-width: 768px) {
    
    .container{
        max-width: 90%;
    }
    .header-inner{
        padding: 1rem 0;
    }
    .header-logo img,.nav-logo img {
        height: 2rem;
    }
    .site-nav .banner-cta{
        padding: 0.3rem 0.75rem;
    }
    .hamburger,.careerHamburger{
        width: 1.5rem;
        height: 1.5rem;
        gap: 0.25rem;
    }
    .hamburger span,.careerHamburger span{
        height: 2px;
    }
    .nav-menu .nav-sub-menu{
        gap: 1rem 3rem;
        padding: 1rem 0;
    }
    .nav-menu .nav-sub-menu a{
        font-size: 1rem;
    }
    .banner-copy{
        position: absolute;
        bottom: 3rem;
        z-index: 99;
    }
    .banner-product.swiper01{
        width: 100%;
        padding: 0;
    }
    .banner-product.swiper01 img{
        width: 18rem;
        margin: 0 auto;
        display: block;
    }
    .banner-title{
        font-size: 1.5rem;
    }
    .banner-cta{
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
    .banner-cta.big{
        padding: 0.75rem 2.5rem;
        font-size: 0.875rem;
    }

    .public_title{
        font-size: 1.125rem;
    }
    .foot{
        gap: 1rem;
        grid-template-columns: repeat(12, 1fr);
    }
    .foot .row-item{
        grid-column: span 6;
    }
    .foot .row-item.last{
        grid-column: span 10;
    }
    .foot .foot-link, .foot .foot-adress{
        font-size: 0.75rem;
    }
    .inquiry-modal .modal-content{
        padding: 0;
    }
    

    .base_banner {
        height: 80vw;
    }
    .base_banner .title{
        text-align: center;
        font-size: 1.75rem;
    }
    .base_banner .sub-title{
        text-align: center;
        font-size: 0.875rem;
    }
    .base_banner .navCite{
        padding: 2rem 0 5rem;
    }
    .base_banner .navCite a{
        flex: 1;
        font-size: 0.875rem;
        padding: 0.75rem 0;
    }
    .base_banner.min_banner{
        height: 20rem;
    }

    .inquiry-submit{
        width: 100%;
    }

    .page{
        margin: 2rem 0;
    }
    .page .item{
        font-size: 0.875rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    /*filter begin*/
    .filter .title .filterBtn{
        width: 50%;
        text-align: right;
        position: relative;
    }
    .filter .title .filterBtn::after{
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }
    .filter dd .item{
        min-width: 33%;
        font-size: 0.875rem;
    }
    .filter .banner-cta{
        width: 100%;
        padding: 0.75rem 0;
        justify-content: center;
        font-size: 0.875rem;
    }
    .filter .form{
        height: 0;
        overflow: hidden;
        padding-bottom: 0;
        transition: all 0.5s ease;
    }
    .filter .form.active{
        height: 460px;
    }
    .filter .title .filterBtn.active::after{
        transform: rotate(135deg);
    }
    /*filter end*/
    .no-data .img{
        width: 10rem;
    }
}

