{"id":3394,"date":"2026-04-22T07:34:37","date_gmt":"2026-04-22T07:34:37","guid":{"rendered":"https:\/\/caringcompany.org.hk\/publications\/"},"modified":"2026-04-30T08:04:20","modified_gmt":"2026-04-30T08:04:20","slug":"publications","status":"publish","type":"page","link":"https:\/\/caringcompany.org.hk\/en\/publications\/","title":{"rendered":"Publications"},"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-6.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                            What\u2019s Happening                        <\/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\">What\u2019s Happening<\/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 yellow-tab\">\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\/events\/\" 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                            Events                        <\/a>\n                                                <a href=\"https:\/\/caringcompany.org.hk\/en\/stories\/\" 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                            Stories                        <\/a>\n                                                <a href=\"https:\/\/caringcompany.org.hk\/en\/publications\/\" 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                            Publications                        <\/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=\"sustainability\" class=\"py-10 lg:py-20 lg:py-[120px]\">\n    <div class=\"container\">\n        <div class=\"container-4xl\">\n            <div class=\"grid grid-cols-1 lg:grid-cols-[300px_auto] gap-y-20 lg:gap-y-0 lg:gap-x-10 3xl:gap-x-20\">\n                <div class=\"left-side-bar\">\n                    <div class=\"left-wrapper flex flex-col gap-2.5 lg:sticky lg:top-0\">\n                                                                                    <a href=\"javascript:void(0);\" data-category=\"publication-1\" class=\"time-item border border-stroke rounded-[6px] flex items-center justify-left heading7 text-grey-light font-semibold leading-normal px-5 py-[18px] active js-publication-tab\">\n                                    Sustainability Times                                <\/a>\n                                                                <a href=\"javascript:void(0);\" data-category=\"publication-2\" class=\"time-item border border-stroke rounded-[6px] flex items-center justify-left heading7 text-grey-light font-semibold leading-normal px-5 py-[18px]  js-publication-tab\">\n                                    Caring Company Scheme Special Edition                                <\/a>\n                                                                            <\/div>\n                <\/div>\n                <div class=\"right-side-content\">\n                                                                        <div id=\"pub-cat-publication-1\" class=\"publication-category-section  js-publication-section\">\n                                <h3 class=\"heading3 font-semibold leading-normal text-dark\">\n                                    Sustainability Times                                <\/h3>\n                                <div class=\"bg-primary w-full h-[2px] mt-4\"><\/div>\n                                <div class=\"card-container\">\n                                                                        <div\n                                        class=\"book-card grid grid-cols-1 xs:grid-cols-2 lg:grid-cols-3 5xl:grid-cols-4 gap-x-2.5 gap-y-5 lg:gap-5 5xl:gap-x-[31px] 5xl:gap-y-[32px]\">\n                                                                                        <a href=\"https:\/\/www.hket.com\/store\/general\/supplement\/Sustainability_Times_2025_Special_Edition_20250520\/index.html?mtc=80008#p=1\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/sustainability.png\" alt=\"Sustainability Times S+ Summit cum Expo 2025 Special Edition\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                20.05.2025                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            Sustainability Times S+ Summit cum Expo 2025 Special Edition                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div id=\"pub-cat-publication-2\" class=\"publication-category-section hidden js-publication-section\">\n                                <h3 class=\"heading3 font-semibold leading-normal text-dark\">\n                                    Caring Company Scheme Special Edition                                <\/h3>\n                                <div class=\"bg-primary w-full h-[2px] mt-4\"><\/div>\n                                <div class=\"card-container\">\n                                                                            <p class=\"text-grey-light font-noto text-body-1 leading-[160%] py-4 lg:py-8\">\n                                            This annual commemorative booklet documents and highlights the achievements of the &quot;Caring for Enterprises&quot; program over the past year. It also announces the winners of special awards and showcases corporate social responsibility case studies from companies and organizations.                                        <\/p>\n                                                                        <div\n                                        class=\"book-card grid grid-cols-1 xs:grid-cols-2 lg:grid-cols-3 5xl:grid-cols-4 gap-x-2.5 gap-y-5 lg:gap-5 5xl:gap-x-[31px] 5xl:gap-y-[32px]\">\n                                                                                        <a href=\"https:\/\/www.hket.com\/store\/general\/supplement\/CSR_Times_20220630\/index.html?mtc=80008\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/Image-16.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2022\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                30.06.2022                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2022                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hket.com\/store\/general\/supplement\/CSR_Times_20210518\/index.html?mtc=80008\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2021\/05\/2021.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2021\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                18.05.2021                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2021                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hket.com\/store\/general\/supplement\/CSR_Times_20200611\/files\/assets\/basic-html\/page-1.html#\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2020\/05\/2020.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2020\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2020                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2020                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/09.CSR%20Times_Special%20Issue-CCS_May2019.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2019.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2019\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2019                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2019                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/08.CSR%20Times_Special%20Issue-CCS_Mar2018.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2018.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2018\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2018                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2018                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/07.CSR%20Times_Special%20Issue-CCS_Mar2017.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2017.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2017\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2017                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2017                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/06.CSR%20Times_Special%20Issue-CCS_May2016.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2016.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2016\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2016                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2016                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/05.CSR%20Times_Special%20Issue-CCS_Mar2015.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2015.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2015\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2015                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2015                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/04.CSR%20Times_Special%20Issue-CCS_Feb2014_compressed%20(1).pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2014.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2014\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2014                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2014                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/03.CSR%20Times_Special%20Issue-CCS_Apr2013.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2013.png\" alt=\"CSR Times Special Issue &#8211; Caring Company Special Edition 2013\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2013                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            CSR Times Special Issue &#8211; Caring Company Special Edition 2013                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/02.CSR%20Times_Special%20Issue-CCS_May2012.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2012.png\" alt=\"Caring Company Yearbook 2011\/12\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2012                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            Caring Company Yearbook 2011\/12                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/01.CC%20YearBook%20201011.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2011.png\" alt=\"Caring Company Yearbook 2010\/11\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2011                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            Caring Company Yearbook 2010\/11                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                                <a href=\"https:\/\/www.hkcss.org.hk\/upload\/ccs\/CSRTimes\/00.CC%20Yearbook%20200910.pdf\" target=\"_blank\" class=\"grid grid-cols-1 group overflow-hidden transition-all duration-300 ease-in\" rel=\"noopener\">\n                                                    <div class=\"image overflow-hidden group aspect-[3\/4]\">\n                                                        <img decoding=\"async\" src=\"https:\/\/caringcompany.org.hk\/wp-content\/uploads\/2026\/04\/2009.png\" alt=\"Caring Company Yearbook 2009\/10\"\n                                                            class=\"transition-all duration-300 ease-in object-cover group-hover:scale-[1.2] w-full\" \/>\n                                                    <\/div>\n                                                    <div class=\"group mt-4\">\n                                                        <div class=\"main-tag\">\n                                                            <span class=\"date text-center w-full\">\n                                                                27.05.2010                                                            <\/span>\n                                                        <\/div>\n                                                        <h6\n                                                            class=\"heading7 text-grey-dark font-semibold leading-normal line-clamp-4 mt-1 !text-center group-hover:text-primary\">\n                                                            Caring Company Yearbook 2009\/10                                                        <\/h6>\n                                                    <\/div>\n                                                <\/a>\n                                                                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                            <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function () {\n        const tabs = document.querySelectorAll('.js-publication-tab');\n        const sections = document.querySelectorAll('.js-publication-section');\n\n        tabs.forEach(tab => {\n            tab.addEventListener('click', function () {\n                const category = this.getAttribute('data-category');\n\n                \/\/ Update tabs\n                tabs.forEach(t => t.classList.remove('active'));\n                this.classList.add('active');\n\n                \/\/ Update sections\n                sections.forEach(section => {\n                    if (section.id === 'pub-cat-' + category) {\n                        section.classList.remove('hidden');\n                    } else {\n                        section.classList.add('hidden');\n                    }\n                });\n            });\n        });\n    });\n<\/script>\n\n<style>\n    .publication-category-section.hidden {\n        display: none;\n    }\n\n    .js-publication-tab.active {\n        background-color: #C13649;\n        color: white !important;\n        border-color: #C13649 !important;\n    }\n<\/style>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3394","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/pages\/3394","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=3394"}],"version-history":[{"count":3,"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/pages\/3394\/revisions"}],"predecessor-version":[{"id":4389,"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/pages\/3394\/revisions\/4389"}],"wp:attachment":[{"href":"https:\/\/caringcompany.org.hk\/en\/wp-json\/wp\/v2\/media?parent=3394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}