{"id":3397,"date":"2026-04-22T07:34:37","date_gmt":"2026-04-22T07:34:37","guid":{"rendered":"https:\/\/caringcompany.org.hk\/strategic-partners\/"},"modified":"2026-04-30T06:38:51","modified_gmt":"2026-04-30T06:38:51","slug":"strategic-partners","status":"publish","type":"page","link":"https:\/\/caringcompany.org.hk\/en\/strategic-partners\/","title":{"rendered":"Strategic Partners"},"content":{"rendered":"\n<div block-name=\"inner-banner\" class=\"inner-banner relative\">\n\n    <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/BG-Image-4-1.png\"\n         alt=\"\"\n         class=\"w-full h-full aspect-[4\/1] object-cover absolute top-0 left-0 z-[0]\" \/>\n\n    <div class=\"inner-banner-container w-full h-full\">\n        <div class=\"container mx-auto flex justify-start items-center\">\n            <div class=\"container-3xl h-full\">\n                <div class=\"relative pt-[60px] lg:pt-20 xl:pt-[130px] pb-[60px]\">\n                    <div class=\"relative max-w-[1000px]\">\n\n                        <h1 class=\"heading1 mb-4 font-primary leading-[normal] text-white font-semibold not-italic main-title\">\n                            Our Supporters                        <\/h1>\n\n                        <ul class=\"breadcrumb-list\">\n\n                                                                                                <li>\n                                                                                    <a href=\"https:\/\/caringcompany.org.hk\/en\/\" target=\"_self\">\n                                                Home                                            <\/a>\n                                                                            <\/li>\n\n                                                                            <li>\n                                            <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/icons\/circle.svg\" alt=\"separator\" \/>\n                                        <\/li>\n                                    \n                                                                    <li>\n                                                                                    <span class=\"current\">Our Supporters<\/span>\n                                                                            <\/li>\n\n                                    \n                                \n                            \n                        <\/ul>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div block-name=\"recipient-list-tag\" class=\"border-b border-stroke \">\n    <div class=\"container\">\n        <div class=\"container-2xl\">\n            <div class=\"flex flex-col md:flex-row justify-center items-center gap-5 xl:gap-[50px]\">\n\n                                                            <a href=\"https:\/\/caringcompany.org.hk\/en\/strategic-partners\/\" target=\"_self\" class=\"tab-btn-list cursor-pointer relative py-5 xl:py-9\n                          heading7 text-grey-dark font-primary font-semibold not-italic leading-[normal] whitespace-nowrap duration-300 transition-all\n\n                          \/* Underline Base Style *\/\n                          after:content-[''] after:absolute after:left-0 after:bottom-0 after:h-[4px] after:w-full after:bg-transparent after:transition-all after:duration-300\n\n                          \/* Hover State *\/\n                          hover:after:bg-primary hover:text-primary\n\n                          \/* Active State (Triggered by JS adding .tab-active class) *\/\n                          [&#038;.tab-active]:after:bg-primary [&#038;.tab-active]:text-primary\">\n                            Strategic Partners                        <\/a>\n                                                <a href=\"https:\/\/caringcompany.org.hk\/en\/patron-club\/\" target=\"_self\" class=\"tab-btn-list cursor-pointer relative py-5 xl:py-9\n                          heading7 text-grey-dark font-primary font-semibold not-italic leading-[normal] whitespace-nowrap duration-300 transition-all\n\n                          \/* Underline Base Style *\/\n                          after:content-[''] after:absolute after:left-0 after:bottom-0 after:h-[4px] after:w-full after:bg-transparent after:transition-all after:duration-300\n\n                          \/* Hover State *\/\n                          hover:after:bg-primary hover:text-primary\n\n                          \/* Active State (Triggered by JS adding .tab-active class) *\/\n                          [&#038;.tab-active]:after:bg-primary [&#038;.tab-active]:text-primary\">\n                            Patron&#039;s Club                        <\/a>\n                                                <a href=\"https:\/\/caringcompany.org.hk\/en\/donors\/\" target=\"_self\" class=\"tab-btn-list cursor-pointer relative py-5 xl:py-9\n                          heading7 text-grey-dark font-primary font-semibold not-italic leading-[normal] whitespace-nowrap duration-300 transition-all\n\n                          \/* Underline Base Style *\/\n                          after:content-[''] after:absolute after:left-0 after:bottom-0 after:h-[4px] after:w-full after:bg-transparent after:transition-all after:duration-300\n\n                          \/* Hover State *\/\n                          hover:after:bg-primary hover:text-primary\n\n                          \/* Active State (Triggered by JS adding .tab-active class) *\/\n                          [&#038;.tab-active]:after:bg-primary [&#038;.tab-active]:text-primary\">\n                            Donors                        <\/a>\n                                        \n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/     const currentUrl = window.location.protocol + '\/\/' + window.location.host + window.location.pathname;\n\n    \/\/     const tabs = document.querySelectorAll(\".tab-btn-list\");\n\n    \/\/     tabs.forEach((tab) => {\n    \/\/         if (tab.href === currentUrl || tab.href === window.location.href) {\n    \/\/             tab.classList.add(\"tab-active\");\n    \/\/             tab.setAttribute(\"data-active\", \"true\");\n    \/\/         } else {\n    \/\/             tab.classList.remove(\"tab-active\");\n    \/\/             tab.setAttribute(\"data-active\", \"false\");\n    \/\/         }\n    \/\/     });\n    \/\/ });\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const normalizePath = (path) => {\n            return path.replace(\/\\\/+$\/, ''); \/\/ remove trailing slash\n        };\n\n        const currentPath = normalizePath(window.location.pathname);\n\n        const tabs = document.querySelectorAll(\".tab-btn-list\");\n\n        tabs.forEach((tab) => {\n            const tabPath = normalizePath(new URL(tab.href).pathname);\n            console.log(tabPath, currentPath);\n            if (tabPath === currentPath) {\n                tab.classList.add(\"tab-active\");\n                tab.setAttribute(\"data-active\", \"true\");\n            } else {\n                tab.classList.remove(\"tab-active\");\n                tab.setAttribute(\"data-active\", \"false\");\n            }\n        });\n    });\n<\/script>\n\n\n<div block-name=\"partner-info\" class=\"partner-main-container\">\n    <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/graphic-circle.svg\" alt=\"\"\n        class=\"h-auto absolute top-0 left-0 aspect-[5\/3] top-circle\" \/>\n    <div class=\"container\">\n        <div class=\"container-3xl\">\n            <div class=\"grid grid-cols-1 gap-y-[100px]\">\n                <div class=\"info-container\">\n                    <h2 class=\"heading2 text-grey-dark font-semibold leading-normal border-b border-b-primary pb-4\">\n                        Knowledge and Strategy Partner                    <\/h2>\n                                            <div class=\"grid grid-cols-1 gap-y-10\">\n                                                            <div class=\"partner-info-container\">\n                                                                            <div>\n                                            <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/pie-image.png\"\n                                                alt=\"\" class=\"aspect-[4\/3] object-contain\" \/>\n                                        <\/div>\n                                                                        <div>\n                                                                                    <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">\n                                                PIE Strategy                                            <\/h3>\n                                                                                                                            <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">\n                                                PIE Strategy, our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the scheme&#039;s effectiveness and impact. As a certified impact business. PIE Strategy specialises in helping companies apply a sustainability lens to their business strategies.                                            <\/p>\n                                                                            <\/div>\n                                <\/div>\n                                                                <!-- <div class=\"partner-info-container\">\n                                    <div>\n                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/company-image.png\"\n                                            alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                                    <\/div>\n                                    <div>\n                                        <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                        <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                            Strategy,\n                                            our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                            scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                            specializes in helping companies apply a sustainability lens to their business\n                                            strategies.<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"club-divider\"><\/div>\n                                <div class=\"partner-info-container\">\n                                    <div>\n                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/company-image.png\"\n                                            alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                                    <\/div>\n                                    <div>\n                                        <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                        <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                            Strategy,\n                                            our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                            scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                            specializes in helping companies apply a sustainability lens to their business\n                                            strategies.<\/p>\n                                    <\/div>\n                                <\/div> -->\n                                                    <\/div>\n                                    <\/div>\n\n\n                <!-- <div class=\"info-container\">\n                    <h2 class=\"heading2 text-grey-dark font-semibold leading-normal border-b border-b-primary pb-4\">\n                        Knowledge\n                        and Strategic Partners<\/h2>\n                    <div class=\"grid grid-cols-1 gap-y-10\">\n                        <div class=\"partner-info-container\">\n                            <div>\n                                <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/pie-image.png\"\n                                    alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                            <\/div>\n                            <div>\n                                <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                    Strategy,\n                                    our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                    scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                    specializes in helping companies apply a sustainability lens to their business\n                                    strategies.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"club-divider\"><\/div>\n                        <div class=\"partner-info-container\">\n                            <div>\n                                <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/company-image.png\"\n                                    alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                            <\/div>\n                            <div>\n                                <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                    Strategy,\n                                    our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                    scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                    specializes in helping companies apply a sustainability lens to their business\n                                    strategies.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"club-divider\"><\/div>\n                        <div class=\"partner-info-container\">\n                            <div>\n                                <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/company-image.png\"\n                                    alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                            <\/div>\n                            <div>\n                                <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                    Strategy,\n                                    our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                    scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                    specializes in helping companies apply a sustainability lens to their business\n                                    strategies.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div> -->\n            <\/div>\n        <\/div>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/graphic-dot.svg\" alt=\"\"\n        class=\"h-auto absolute bottom-0 left-[5.8%] bottom-circle\" \/>\n<\/div>\n\n\n<div block-name=\"partner-info\" class=\"partner-main-container\">\n    <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/graphic-circle.svg\" alt=\"\"\n        class=\"h-auto absolute top-0 left-0 aspect-[5\/3] top-circle\" \/>\n    <div class=\"container\">\n        <div class=\"container-3xl\">\n            <div class=\"grid grid-cols-1 gap-y-[100px]\">\n                <div class=\"info-container\">\n                    <h2 class=\"heading2 text-grey-dark font-semibold leading-normal border-b border-b-primary pb-4\">\n                        Technical Advisory and Support Partner                    <\/h2>\n                                            <div class=\"grid grid-cols-1 gap-y-10\">\n                                                            <div class=\"partner-info-container\">\n                                                                            <div>\n                                            <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/lingxilogo1-1.png\" alt=\"\"\n                                                class=\"aspect-[4\/3] object-contain\" \/>\n                                        <\/div>\n                                                                        <div>\n                                                                                    <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">\n                                                Lingxi (HK) Tech Limited                                            <\/h3>\n                                                                                                                            <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">\n                                                Lingxi (HK) Tech Limited (Lingxi) serves as our Technical Advisory and Support Partner. As a pioneer in digital transformation for the social sector, Lingxi provides comprehensive technical framework and digital solutions for the Scheme. By leveraging their expertise, Lingxi assists us in enhancing operational efficiency, optimising digital asset management and advancing data analytics. These digital advancements empower the Scheme to achieve streamlined management, ultimately driving meaningful social change through technological innovation.                                            <\/p>\n                                                                            <\/div>\n                                <\/div>\n                                                                <!-- <div class=\"partner-info-container\">\n                                    <div>\n                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/company-image.png\"\n                                            alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                                    <\/div>\n                                    <div>\n                                        <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                        <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                            Strategy,\n                                            our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                            scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                            specializes in helping companies apply a sustainability lens to their business\n                                            strategies.<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"club-divider\"><\/div>\n                                <div class=\"partner-info-container\">\n                                    <div>\n                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/company-image.png\"\n                                            alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                                    <\/div>\n                                    <div>\n                                        <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                        <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                            Strategy,\n                                            our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                            scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                            specializes in helping companies apply a sustainability lens to their business\n                                            strategies.<\/p>\n                                    <\/div>\n                                <\/div> -->\n                                                    <\/div>\n                                    <\/div>\n\n\n                <!-- <div class=\"info-container\">\n                    <h2 class=\"heading2 text-grey-dark font-semibold leading-normal border-b border-b-primary pb-4\">\n                        Knowledge\n                        and Strategic Partners<\/h2>\n                    <div class=\"grid grid-cols-1 gap-y-10\">\n                        <div class=\"partner-info-container\">\n                            <div>\n                                <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/pie-image.png\"\n                                    alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                            <\/div>\n                            <div>\n                                <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                    Strategy,\n                                    our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                    scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                    specializes in helping companies apply a sustainability lens to their business\n                                    strategies.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"club-divider\"><\/div>\n                        <div class=\"partner-info-container\">\n                            <div>\n                                <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/company-image.png\"\n                                    alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                            <\/div>\n                            <div>\n                                <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                    Strategy,\n                                    our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                    scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                    specializes in helping companies apply a sustainability lens to their business\n                                    strategies.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"club-divider\"><\/div>\n                        <div class=\"partner-info-container\">\n                            <div>\n                                <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/company-image.png\"\n                                    alt=\"\" class=\"aspect-[4\/3] object-cover\" \/>\n                            <\/div>\n                            <div>\n                                <h3 class=\"text-orange-dark-00 heading3 font-semibold leading-normal\">PIE Strategy<\/h3>\n                                <p class=\"font-noto text-body-1 font-normal leading-[160%] text-grey-light\">PIE\n                                    Strategy,\n                                    our esteemed knowledge and strategy partner, plays a pivotal role in enhancing the\n                                    scheme's effectiveness and impact. As a certified impact business. PIE Strategy\n                                    specializes in helping companies apply a sustainability lens to their business\n                                    strategies.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div> -->\n            <\/div>\n        <\/div>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/themes\/hkcss-caring\/public\/images\/phase2-image\/graphic-dot.svg\" alt=\"\"\n        class=\"h-auto absolute bottom-0 left-[5.8%] bottom-circle\" \/>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3397","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/pages\/3397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/comments?post=3397"}],"version-history":[{"count":3,"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/pages\/3397\/revisions"}],"predecessor-version":[{"id":4132,"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/pages\/3397\/revisions\/4132"}],"wp:attachment":[{"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/media?parent=3397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}