/* About Us page */
body.hk-aboutus {
    padding-top: 48px;
    color: #1a1a1a;
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

@media (max-width: 575.98px) {
    body.hk-aboutus {
        padding-top: 70px;
    }
}

.hk-aboutus-main {
    overflow-x: hidden;
}

.hk-aboutus-main img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hk-aboutus-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hk-aboutus-hero-media {
    width: 100%;
    line-height: 0;
}

.hk-aboutus-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.hk-aboutus-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
    pointer-events: none;
}

.hk-aboutus-hero h1 {
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 42px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    font-weight: 500;
}

@media (min-width: 992px) {
    .hk-aboutus-hero {
        min-height: 416px;
    }

    .hk-aboutus-hero-media {
        position: absolute;
        inset: 0;
    }

    .hk-aboutus-hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.hk-aboutus-section {
    padding: 80px 0px;
}

.hk-aboutus-section .container {
    max-width: 1200px;
}

.hk-aboutus-title {
    margin: 0 0 24px;
    color: #23a569;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Gotham-Bold';
    font-weight: 500;
}

.hk-aboutus-text p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #000;
    font-family: 'Gotham-Book';
}


.hk-aboutus-text p.tese {
    line-height: 36px;
    font-size: 13px;
}

.hk-aboutus-text p.tese span {
    font-size: 20px;
    font-weight: bolder;
    padding-right: 12px;
}

.hk-aboutus-text p.tese {
    
}

.hk-aboutus-text2 p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #000;
}

.hk-aboutus-text p:last-child {
    margin-bottom: 0;
}

.hk-aboutus-row {
    display: flex;
    align-items: center;
    gap: 48px;
}

.hk-aboutus-row.reverse {
    flex-direction: row-reverse;
}

.hk-aboutus-col {
    flex: 1;
    min-width: 0;
}

.hk-aboutus-img-wrap {
    overflow: hidden;
    border-radius: 0;
}

.hk-aboutus-img-wrap.rounded {
    border-radius: 27px;
}

.hk-aboutus-img-wrap.rounded img {
    border-radius: 27px;
}

.hk-aboutus-img-wrap.pink-deco {
    position: relative;
}

.hk-aboutus-img-wrap.pink-deco::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -30px;
    width: 55%;
    height: 55%;
    background: #efd8d4;
    border-radius: 27px;
    z-index: -1;
}

.hk-aboutus-video {
    margin: 0 0 80px;
    padding-top: 0;
    width: 100%;
}

.hk-aboutus-video-wrap {
    position: relative;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

.hk-aboutus-video-wrap video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 280px;
    max-height: 56vw;
    object-fit: cover;
    background: #000;
}

.hk-aboutus-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(35, 165, 105, 0.9);
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    transform: translate(-50%, -50%);
    transition: background 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.hk-aboutus-video-wrap.is-playing .hk-aboutus-play {
    display: none;
}

.hk-aboutus-play:hover {
    background: #23a569;
}

.hk-aboutus-values {
    position: relative;
    padding: 72px 0 88px;
    margin-bottom: 80px;
}

.hk-aboutus-values::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 82%;
    height: 100%;
    background: #96b9d1;
    border-radius: 27px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 0;
}

.hk-aboutus-values .container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin-left: 7.5vw;
    padding-right: 24px;
}

.hk-aboutus-values .hk-aboutus-title {
    color: #000;
}

.hk-aboutus-contact {
    padding-bottom: 80px;
}

.hk-aboutus-contact-img img {
    border-radius: 27px;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.hk-aboutus-contact-info p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Gotham-Bold';
}

.hk-aboutus-contact-info a {
    color: #666;
}

.hk-aboutus-contact-info strong {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.hk-aboutus-brands {
    text-align: center;
    padding: 120px 80px;
}

.hk-aboutus-brands .hk-aboutus-title {
    color: #23a569;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.hk-aboutus-brands-sub {
    margin: 0 0 40px;
    font-size: 14px;
    color: #333;
}

.hk-aboutus-brand-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(12px, 2vw, 28px);
    width: 100%;
}

.hk-aboutus-brand-logos a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    max-width: 25%;
    padding: 0 clamp(2px, 0.5vw, 6px);
    box-sizing: border-box;
}

.hk-aboutus-brand-logos img {
    display: block;
    width: 100%;
    max-width: clamp(130px, 22vw, 280px);
    height: auto;
    max-height: clamp(40px, 7vw, 72px);
    object-fit: contain;
    margin: 0 auto;
}

.hk-aboutus-newsletter {
    max-width: 1200px;
    margin: 0 auto 48px;
    padding: 0 24px;
}

.hk-aboutus-newsletter-inner {
    background: #23a569;
    border-radius: 27px;
    padding: 48px 56px 40px;
    color: #fff;
    text-align: center;
}

.hk-aboutus-newsletter h2 {
    margin: 0 0 28px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.hk-aboutus-newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}

.hk-aboutus-newsletter-form input[type="email"] {
    flex: 1;
    min-width: 200px;
    height: 44px;
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

.hk-aboutus-newsletter-form button {
    height: 44px;
    padding: 0 28px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color: #23a569;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.hk-aboutus-newsletter-form button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.hk-aboutus-newsletter-check {
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
}

.hk-aboutus-newsletter-check a {
    color: #fff;
    text-decoration: underline;
}

.hk-aboutus-newsletter-check label {
    cursor: pointer;
    font-weight: normal;
}

@media (max-width: 991.98px) {
    .hk-aboutus-hero h1 {
        font-size: 32px;
    }

    .hk-aboutus-section {
        padding: 48px 10px;
    }

    .hk-aboutus-row,
    .hk-aboutus-row.reverse {
        flex-direction: column;
        gap: 32px;
    }

    .hk-aboutus-img-wrap.pink-deco::after {
        right: -20px;
        bottom: -15px;
    }

    .hk-aboutus-values::before {
        width: 100%;
        border-radius: 20px;
    }

    .hk-aboutus-values .container {
        margin-left: auto;
        padding: 0 24px;
    }

    .hk-aboutus-values {
        padding: 48px 0px 56px;
    }

    .hk-aboutus-title {
        font-size: 28px;
    }

    .hk-aboutus-video {
        margin-bottom: 48px;
    }

    .hk-aboutus-video-wrap video {
        min-height: 200px;
        max-height: 56vw;
    }

    .hk-aboutus-newsletter-inner {
        padding: 32px 24px;
    }

    .hk-aboutus-brand-logos a {
        flex: 1 1 42%;
        max-width: 48%;
    }

    .hk-aboutus-brand-logos {
        gap: 16px 20px;
    }

    .hk-aboutus-brand-logos img {
        max-width: clamp(110px, 40vw, 200px);
        max-height: clamp(32px, 10vw, 56px);
    }
}
