It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.hshd.com.hk/tc/business

  1. <!DOCTYPE html>
  2. <html lang="zh-HK" xml:lang="zh-HK" data-wf-page="5d898fc45fc1b7981be761ba"
  3.    data-wf-site="5d898fc45fc1b7616ce761b9">
  4.    
  5. <head>
  6.    <meta charset="utf-8">
  7.  
  8. <title>商業|工商大廈 • 寫字樓  • 零售商舖 • 工廠大廈 • 多功能活動場地 | Hip Shing Hong 協成行</title>
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10.  
  11. <meta content="商業|工商大廈 • 寫字樓  • 零售商舖 • 工廠大廈 • 多功能活動場地 | Hip Shing Hong 協成行" property="og:title">
  12. <meta content="協成行提供工商大廈、寫字樓、短租辦公室、零售商舖以至多用途活動場地,商業場地租用選擇覆蓋全港不同地區,全面滿足不同預算和業務需要。立即點擊了解更多!" property="og:description">
  13. <meta content="/assets/images/hsh.svg" property="og:image">
  14. <meta content="商業|工商大廈 • 寫字樓  • 零售商舖 • 工廠大廈 • 多功能活動場地 | Hip Shing Hong 協成行" property="twitter:title">
  15. <meta content="協成行 商業 租務" name="keywords">
  16. <meta content="協成行提供工商大廈、寫字樓、短租辦公室、零售商舖以至多用途活動場地,商業場地租用選擇覆蓋全港不同地區,全面滿足不同預算和業務需要。立即點擊了解更多!" name="description">
  17. <meta name="author" content="Website design and built by FirmStudio (www.firmstudio.com)">
  18. <meta name="copyright" content="版權所有 ©2025 Hip Shing Hong 協成行">
  19. <meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
  20.  
  21. <!-- Google tag (gtag.js) -->
  22. <script async src=https://www.googletagmanager.com/gtag/js?id=G-HVNTS5S29S></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-HVNTS5S29S'); </script>
  23.  
  24. <!-- Google Tag Manager -->
  25. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  26.    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  27.    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  28.    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  29.    })(window,document,'script','dataLayer','GTM-T8LDG8MC');</script>
  30. <!-- End Google Tag Manager -->
  31.  
  32. <!-- Google Tag Manager (noscript) -->
  33. <noscript><iframe src=https://www.googletagmanager.com/ns.html?id=GTM-T8LDG8MC
  34.    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  35. <!-- End Google Tag Manager (noscript) -->
  36.  
  37. <script type="text/javascript" src="/assets/js/jquery.js" ></script>
  38. <script type="text/javascript" src="/assets/js/swiper.min.js"></script>
  39. <script type="text/javascript" src="/assets/js/hsh.js"></script>
  40. <script type="text/javascript" src="/assets/js/map.js"></script>
  41. <link rel="preconnect" href="https://fonts.googleapis.com">
  42. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  43. <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=Noto+Sans+TC:wght@300;400;500;600;700;900&family=Noto+Sans+SC:wght@300;400;500;600;700;900&display=swap" rel="stylesheet">
  44.  
  45.  
  46. <link type="text/css" rel="stylesheet" href="/assets/css/hsh.css" />
  47. <link type="text/css" rel="stylesheet" href="/assets/css/swiper.min.css" />
  48.  
  49. <link href="/assets/images/favicon.png" rel="shortcut icon" type="image/x-icon">
  50. <link href="/assets/images/webclip.png" rel="apple-touch-icon">
  51. <script>
  52.    var googleMapKey = 'AIzaSyCDXbxogRlTg-_SmujnuvbmuPT4zy7Csk4';
  53. </script>
  54.  
  55. </head>
  56. <style>
  57.    a[href=""] img {
  58.        cursor: default;
  59.    }
  60.    .pop_up_overlay{
  61.        position: fixed;
  62.        display: flex;
  63.        justify-content: center;
  64.        align-items: center;
  65.        width:100vw;
  66.        height:100vh;
  67.        top: 0;
  68.        left: 0;
  69.        background-color: rgba(0,0,0,0.5);
  70.        z-index:1000;
  71.        transition: all 1s ease-out;
  72.        
  73.    }
  74.    .pop_up_container{
  75.        max-height: 90vh;
  76.        width:50%;
  77.        background-color:white;
  78.        padding-bottom:10px;
  79.        border-radius: 10px;
  80.        z-index:1001;
  81.        transition: all 1s ease-out;
  82.    }
  83.    .pop_up_button{
  84.        display: flex;
  85.        justify-content: center
  86.    }
  87.    .hsh_link:after {
  88.    content: "";
  89.    display: block;
  90.    position: absolute;
  91.    width: 20px;
  92.    height: 100%;
  93.    top: 0%;
  94.    right: 20px;
  95.    background-position: center center;
  96.    background-repeat: no-repeat;
  97.    background-size: contain;
  98.    filter: brightness(0) invert(1);
  99.    transition: 0.3s right ease, 0.3s filter ease;
  100. }
  101. .pop_up_close{
  102.    padding:20px 20px 0px;    
  103.    display: flex;
  104.    justify-content: flex-end;
  105.    font-size: 25px;
  106.    cursor:pointer;
  107.  
  108. }
  109. .hide{
  110.    display: none;
  111.    transition: all 1s ease-out;
  112.  
  113. }
  114. .pop_img{
  115.    max-height: 40vh;
  116.    width: 100%;
  117. }
  118. </style>
  119. <script>
  120.    $( document ).ready(function() {
  121.  
  122.        $("#open_pop_up").click(function(){
  123.        $("#pop_up").removeClass('hide');
  124.    })
  125.    $("#close_pop").click(function(){
  126.        $("#pop_up").addClass('hide');
  127.    })
  128. });
  129.  
  130. </script>
  131. <body>
  132.    <main class="hsh_banner_page">
  133.        <div style="display:none" class="seo">
  134. <h1>協成行</h1>
  135. </div>
  136.  
  137. <script>
  138. function initSwitchLang() {
  139.   if (window.location.pathname.substring(1,8) == "preview") {
  140.       $("a[data-lang]").each(function () {        
  141.           $(this).attr("href", "/preview/" + $(this).attr("data-lang")
  142.               + window.location.pathname.substring(11)
  143.               + window.location.search
  144.               + window.location.hash);
  145.       });
  146.   } else {
  147.       $("a[data-lang]").each(function () {        
  148.           $(this).attr("href", "/" + $(this).attr("data-lang")
  149.               + window.location.pathname.substring(3)
  150.               + window.location.search
  151.               + window.location.hash);
  152.       });
  153.   }        
  154. }    
  155.  
  156. $(document).on('touchstart click',".search_keyword", function(e){
  157.    e.preventDefault();
  158.    var keyword = $(this).html();
  159.    $("[name='search']").val(keyword);
  160. })
  161. </script>
  162. <header class="hsh_head js-head">    
  163. <div class="hsh_main">
  164.   <div class="hsh_head_nav">
  165.       <div class="hsh_head_logo">
  166.           <a href="/tc/home"><img src="/assets/images/hsh.svg" alt="HSH" /></a>          
  167.       </div>
  168.       <div class="hsh_head_menu">
  169.                                             <a onclick="initSwitchLang()" data-lang="en" class="hsh_head_lang">EN</a>
  170.                                                                                      <a onclick="initSwitchLang()" data-lang="sc" class="hsh_head_lang">简</a>
  171.                                     <span class="hsh_head_sep"></span>
  172.           <a aria-label="Search" class="hsh_btn hsh_btn--search js-search_toggle"></a>
  173.           <a aria-label="Main Menu" class="hsh_btn hsh_btn--menu js-menu_toggle"></a>
  174.       </div>
  175.   </div>
  176. </div>
  177. </header>
  178. <section class="hsh_menu js-menu">
  179. <div class="hsh_menu_body">
  180.   <div class="hsh_menu_body_inner">
  181.       <div class="hsh_main">            
  182.           <div class="hsh_menu_row js-menu_main">
  183.               <div class="hsh_menu_col js-menu_main_area">
  184.                   <a href="/tc/home" class="js-menu_sub ">主頁</a><br class="js-menu_sub"/>
  185.                   <a href="/tc/our-purpose" class="js-menu_sub " >我們的使命</a><br class="js-menu_sub"/>
  186.                   <a href="/tc/our-place" class="js-menu_sub " data-target="places">我們的業務</a><br class="js-menu_sub"/>
  187.                       <div class="hsh_menu_sub" id="places">
  188.                          
  189.                           <a href="/tc/business">商業</a><br/>
  190.                           <a href="/tc/residential">住宅</a><br/>
  191.                           <a href="/tc/hospitality">酒店及服務</a><br/>
  192.                           <a class="hsh_menu_back js-menu_back">返回</a>
  193.                       </div>
  194.                   <a href="/tc/our-community" class="js-menu_sub ">我們的社區</a><br class="js-menu_sub"/>
  195.                   <a href="/tc/our-people" class="js-menu_sub ">我們的團隊</a><br class="js-menu_sub"/>
  196.                   <a href="/tc/our-news" class="js-menu_sub " data-target="news">我們的消息</a><br class="js-menu_sub"/>
  197.                       <div class="hsh_menu_sub" id="news">
  198.                          
  199.                           <a href="/tc/group-news">集團消息</a><br/>
  200.                          
  201.                            <a href="/tc/our-news#gallery">多媒體庫</a><br/>
  202.                           <a class="hsh_menu_back js-menu_back">返回</a>
  203.                       </div>
  204.                   <a href="/tc/our-support" class="js-menu_sub ">聯絡我們</a><br class="js-menu_sub"/>
  205.               </div>  
  206.               <div class="hsh_menu_col js-menu_sub_area"></div>
  207.           </div>      
  208.           <div class="hsh_menu_sns">
  209.                <a href="https://www.facebook.com/LivingAestheticsHK" target="_blank" class="hsh_sns hsh_sns--facebook js-menu_sns" aria-label="Facebook"></a>
  210.                <a href="https://www.instagram.com/livingaestheticshk/" target="_blank" class="hsh_sns hsh_sns--ig js-menu_sns"  aria-label="IG"></a>
  211.                <a href="https://www.linkedin.com/company/hip-shing-hong-group-of-companies" target="_blank" class="hsh_sns hsh_sns--linkedin js-menu_sns" aria-label="Linkedin"></a>
  212.                <a href="https://www.youtube.com/@LivingAesthetics" target="_blank" class="hsh_sns hsh_sns--youtube js-menu_sns"  aria-label="Youtube"></a>
  213.                <a href="mailto:info@hshd.com.hk" target="_blank" class="hsh_sns hsh_sns--email js-menu_sns"    aria-label="Email"></a>
  214.            </div>
  215.       </div>
  216.   </div>
  217. </div>
  218. </section>
  219.    
  220. <div class="hsh_menu_bg"></div>
  221.  
  222. <section class="hsh_search js-search">
  223.    <div class="hsh_search_body">
  224.        <div class="hsh_search_body_inner">
  225.            <form action="/tc/search" class="hsh_main js-search_form">      
  226.                <div class="hsh_input hsh_input--search">      
  227.                    <input type="submit" value="" aria-label="Search" />
  228.                    <input type="text" name="search" placeholder="你想搜尋什麼..." aria-label="Search" />
  229.                    <button class="hsh_search_submit"><img src="/assets/images/icon/arrow_white.svg"></button>
  230.                </div>                
  231.                <div class="hsh_search_quick">
  232.                                            <a class="search_keyword">辦公室</a>
  233.                                            <a class="search_keyword">住宅</a>
  234.                                            <a class="search_keyword">Office plus</a>
  235.                                            <a class="search_keyword">Madera Garden</a>
  236.                                            <a class="search_keyword">職業</a>
  237.                                            <a class="search_keyword">Group news</a>
  238.                                </form>
  239.        </div>  
  240.    </div>
  241. </section>
  242.        <section class="hsh_body">
  243.            <div class="hsh_media hsh_media--subbanner" >
  244.                <img src="/files/page/commercial/1/1920x800_banner-1703676830-1717639037.jpg" alt="Main Banner" />
  245.                <div class="hsh_media_text hsh_media_text--align_bottom hsh_media_text--center">
  246.                    <div class="hsh_content effect effect_up">
  247.                        <div class="hsh_crumb ">
  248.                            <div class="hsh_crumb_link">
  249.                                <a href="/tc/home">主頁</a>
  250.                                <a href="/tc/our-place">我們的業務</a>
  251.                                <a href="/tc/business">商業</a>
  252.                            </div>
  253.                            <div class="hsh_crumb_title">
  254.                                <div class="hsh_crumb_title_main">
  255.                                    <div class="h1 ">商業.</div>
  256.                                </div>
  257.                            </div>
  258.                        </div>
  259.                        <p>優越辦公空間,成就鴻圖大業</p>                    </div>
  260.                </div>
  261.            </div>
  262.    
  263.    
  264.    
  265.            <div class="hsh_main">
  266.                <div class="hsh_section hsh_section--med effect effect_up">
  267.                    <div class="hsh_row hsh_row--2_1 hsh_row--center ">
  268.                        <div class="hsh_col">
  269.                            <div class="hsh_content">
  270.                                <div class="h2 orange_dot richtext"><p>優越辦公空間,成就鴻圖大業</p></div>
  271.                                <p>香港憑着堅毅拼搏的精神,由漁村發展成國際金融中心。多年來,協成行伴隨香港成長,悉心為不同企業,以至新一代企業家建造優質及高效卓越的營商及辦公<span>室</span>環境。協成行不僅是空間創造者,更是助您事業啟航、業務更創高峰的合作伙伴。</p>
  272. <p>協成行與時並進,迅速回應市場需求,物業組合多元化,提供商業大樓、工廠大廈、零售商舖、多功能場地以至即租即用辦公室,全面滿足不同預算和業務需要。可租物業面積合共逾100萬呎,涵蓋中環、灣仔、觀塘及黃竹坑等香港核心辦公區域,坐擁商業旺區及鐵路沿線等優越地段的優勢。秉承<span>著</span>精益求精的理念,協成行與企業協力同行,攜手讓業務更上一層樓。</p>                                <div class="hsh_statistic ">
  273.                                    <div class="hsh_statistic_item">
  274.                                        <strong></strong>
  275.                                    </div>
  276.                                    <div class="hsh_statistic_item">
  277.                                        <strong></strong>
  278.                                    </div>
  279.                                    <div class="hsh_statistic_item">
  280.                                        <strong></strong>
  281.                                    </div>
  282.                                </div>
  283.                                                            </div>
  284.                        </div>
  285.                        <div class="hsh_col">
  286.                            <div class="hsh_media hsh_media--1x1 hsh_media--center desktop_only">
  287.                                <img src="/files/page/commercial/1/h.svg" alt="協成行-香港地產商-寫字樓出租" />
  288.                            </div>
  289.                        </div>
  290.                    </div>
  291.                </div>
  292.                
  293.                                                            
  294.                        <div class="hsh_pill hsh_pill--margin hsh_pill--center effect effect_up">
  295.                            <div class="hsh_swiper swiper-container">
  296.                                <div class="swiper-wrapper">
  297.                                                                                                                        <div class="swiper-slide">
  298.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  299.                                                    
  300.                                                  
  301.    
  302.                                                                                                        <a href="business/gravity"><img src="/files/record/commercial/10/DSC_9398_R-1709027644-1713424339.jpg"
  303.                                                        alt="record/commercial/10/DSC_9398_R-1709027644-1713424339.jpg" /></a>
  304.                                                                                                    
  305.                                                </div>
  306.                                            </div>
  307.                                                                                                            </div>
  308.                                <a class="hsh_btn hsh_btn--prev swiper-prev" aria-label="Prev"></a>
  309.                                <a class="hsh_btn hsh_btn--next swiper-next" aria-label="Next"></a>
  310.                                <div class="hsh_swiper_nav swiper-bullets"></div>
  311.                            </div>
  312.                            <div class="hsh_pill_text">
  313.                                <div class=" hsh_content">
  314.                                    <div class="h2 ">萬有引力</div>
  315.                                    <p><p>位於東九龍核心的智能工廈「萬有引力 Gravity」,以「凝聚科技,創意啟航」為概念,推動區內創新和創意文化,提供激發創意及專業的工作平台,鼓勵租戶之間緊密交流,激發無限可能,為工業大廈樹立全新定義。</p></p>
  316.                                                                        <a href="business/gravity" target="_self" class="hsh_link">了解更多</a>
  317.                                                                </div>
  318.                            </div>
  319.                        </div>
  320.                                                              
  321.                        
  322.                        <div class="hsh_pill hsh_pill--margin hsh_pill--center effect effect_up">
  323.                            <div class="hsh_pill_text">
  324.                                <div class=" hsh_content">
  325.                                    <div class="h2 ">創協坊</div>
  326.                                    <p><p>座落於南港島全新商業區——黃竹坑的「創協坊 Genesis」,為全港首批活化工廈項目。項目以「工作與生活平衡」為概念,旨在培育設計界與藝術界人才,並肩負推廣快樂的使命,為南區提供優質的創作及工作空間。</p></p>
  327.                                                                        <a href="business/genesis" target="_self" class="hsh_link">了解更多</a>
  328.                                
  329.                                </div>
  330.                            </div>  
  331.                            <div class="hsh_swiper swiper-container">
  332.                                <div class="swiper-wrapper">
  333.                                                                                                                        <div class="swiper-slide">
  334.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  335.                                                    
  336.                                                                                                        <a href="business/genesis"><img src="/files/record/commercial/1/780x585a_genesis-1703676277-1713424320.jpg"
  337.                                                        alt="record/commercial/1/780x585a_genesis-1703676277-1713424320.jpg" /></a>
  338.                                                                                                    </div>
  339.                                            </div>
  340.                                                                                                            </div>
  341.                                <a class="hsh_btn hsh_btn--prev swiper-prev" aria-label="Prev"></a>
  342.                                <a class="hsh_btn hsh_btn--next swiper-next" aria-label="Next"></a>
  343.                                <div class="hsh_swiper_nav swiper-bullets"></div>
  344.                            </div>
  345.                        </div>
  346.                        
  347.                                                                                
  348.                        <div class="hsh_pill hsh_pill--margin hsh_pill--center effect effect_up">
  349.                            <div class="hsh_swiper swiper-container">
  350.                                <div class="swiper-wrapper">
  351.                                                                                                                        <div class="swiper-slide">
  352.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  353.                                                    
  354.                                                  
  355.    
  356.                                                                                                        <a href="business/hip-shing-hong-centre"><img src="/files/record/commercial/7/HSHD_HQ-1703646547-1713424281.jpg"
  357.                                                        alt="record/commercial/7/HSHD_HQ-1703646547-1713424281.jpg" /></a>
  358.                                                                                                    
  359.                                                </div>
  360.                                            </div>
  361.                                                                                                            </div>
  362.                                <a class="hsh_btn hsh_btn--prev swiper-prev" aria-label="Prev"></a>
  363.                                <a class="hsh_btn hsh_btn--next swiper-next" aria-label="Next"></a>
  364.                                <div class="hsh_swiper_nav swiper-bullets"></div>
  365.                            </div>
  366.                            <div class="hsh_pill_text">
  367.                                <div class=" hsh_content">
  368.                                    <div class="h2 ">協成行中心</div>
  369.                                    <p><p>位於中環核心地段的商廈——「協成行中心」,坐擁無敵維港海景,交通四通八達,更毗鄰蘭桂坊及蘇豪區等多個娛樂飲食熱點,中環辦公室的地理優勢無可比擬,更匯聚不同界別的專才,是為成功事業穩奠根基的理想地方。</p></p>
  370.                                                                        <a href="business/hip-shing-hong-centre" target="_self" class="hsh_link">了解更多</a>
  371.                                                                </div>
  372.                            </div>
  373.                        </div>
  374.                                                              
  375.                        
  376.                        <div class="hsh_pill hsh_pill--margin hsh_pill--center effect effect_up">
  377.                            <div class="hsh_pill_text">
  378.                                <div class=" hsh_content">
  379.                                    <div class="h2 ">安慶大廈</div>
  380.                                    <p><p>安慶大廈坐落於香港商業核心——中環地段,集地利及交通優勢於一身。區內商貿巨擘林立,為企業帶來無限機遇。安慶大廈中環辦公室更毗鄰多個歷史文化熱點及蘭桂坊,是工作及生活兼備的理想創業據點。</p></p>
  381.                                                                        <a href="business/on-hing-building" target="_self" class="hsh_link">了解更多</a>
  382.                                
  383.                                </div>
  384.                            </div>  
  385.                            <div class="hsh_swiper swiper-container">
  386.                                <div class="swiper-wrapper">
  387.                                                                                                                        <div class="swiper-slide">
  388.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  389.                                                    
  390.                                                                                                        <a href="business/on-hing-building"><img src="/files/record/commercial/3/On_Hing_R_v2-1743066928.jpg"
  391.                                                        alt="record/commercial/3/On_Hing_R_v2-1743066928.jpg" /></a>
  392.                                                                                                    </div>
  393.                                            </div>
  394.                                                                                                            </div>
  395.                                <a class="hsh_btn hsh_btn--prev swiper-prev" aria-label="Prev"></a>
  396.                                <a class="hsh_btn hsh_btn--next swiper-next" aria-label="Next"></a>
  397.                                <div class="hsh_swiper_nav swiper-bullets"></div>
  398.                            </div>
  399.                        </div>
  400.                        
  401.                                                                                
  402.                        <div class="hsh_pill hsh_pill--margin hsh_pill--center effect effect_up">
  403.                            <div class="hsh_swiper swiper-container">
  404.                                <div class="swiper-wrapper">
  405.                                                                                                                        <div class="swiper-slide">
  406.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  407.                                                    
  408.                                                  
  409.    
  410.                                                                                                        <a href="business/office-plus"><img src="/files/record/commercial/6/MK_15A1_0027low-1717141628.jpg"
  411.                                                        alt="record/commercial/6/MK_15A1_0027low-1717141628.jpg" /></a>
  412.                                                                                                    
  413.                                                </div>
  414.                                            </div>
  415.                                                                                                            </div>
  416.                                <a class="hsh_btn hsh_btn--prev swiper-prev" aria-label="Prev"></a>
  417.                                <a class="hsh_btn hsh_btn--next swiper-next" aria-label="Next"></a>
  418.                                <div class="hsh_swiper_nav swiper-bullets"></div>
  419.                            </div>
  420.                            <div class="hsh_pill_text">
  421.                                <div class=" hsh_content">
  422.                                    <div class="h2 ">Office Plus</div>
  423.                                    <p><p>「Office Plus」位處香港多個黃金地段,包括上環、灣仔、旺角及太子各主要商業區,提供簡單方便的一站式靈活辦公室租用方案,方便隨時進駐,是中小企及創業人士的不二之選。「Office Plus」亦致力推動可持續發展,重用或改裝現有的傢具,減低碳足印及成本。</p></p>
  424.                                                                        <a href="business/office-plus" target="_self" class="hsh_link">了解更多</a>
  425.                                                                </div>
  426.                            </div>
  427.                        </div>
  428.                                                              
  429.                        
  430.                        <div class="hsh_pill hsh_pill--margin hsh_pill--center effect effect_up">
  431.                            <div class="hsh_pill_text">
  432.                                <div class=" hsh_content">
  433.                                    <div class="h2 ">The Collab</div>
  434.                                    <p><p>設計時尚的多功能場地「The Collab」位於上環、灣仔、佐敦等多個核心商業區,設備齊全、間格彈性,同時提供專業服務及靈活租用方案,多用途活動室適合舉辦各類型會議、活動及派對,實現「一個場地,無限可能」。</p></p>
  435.                                                                        <a href="business/the-collab" target="_self" class="hsh_link">了解更多</a>
  436.                                
  437.                                </div>
  438.                            </div>  
  439.                            <div class="hsh_swiper swiper-container">
  440.                                <div class="swiper-wrapper">
  441.                                                                                                                        <div class="swiper-slide">
  442.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  443.                                                    
  444.                                                                                                        <a href="business/the-collab"><img src="/files/record/commercial/5/SW_Luxe_boardroom_16pax_02-1717141428.jpg"
  445.                                                        alt="record/commercial/5/SW_Luxe_boardroom_16pax_02-1717141428.jpg" /></a>
  446.                                                                                                    </div>
  447.                                            </div>
  448.                                                                                                            </div>
  449.                                <a class="hsh_btn hsh_btn--prev swiper-prev" aria-label="Prev"></a>
  450.                                <a class="hsh_btn hsh_btn--next swiper-next" aria-label="Next"></a>
  451.                                <div class="hsh_swiper_nav swiper-bullets"></div>
  452.                            </div>
  453.                        </div>
  454.                        
  455.                                                                                
  456.                        <div class="hsh_pill hsh_pill--margin hsh_pill--center effect effect_up">
  457.                            <div class="hsh_swiper swiper-container">
  458.                                <div class="swiper-wrapper">
  459.                                                                                                                        <div class="swiper-slide">
  460.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  461.                                                    
  462.                                                  
  463.    
  464.                                                                                                        <img src="/files/record/commercial/8/NDL_8748A-1717140530-1717733076.jpg"
  465.                                                    alt="record/commercial/8/NDL_8748A-1717140530-1717733076.jpg" />
  466.                                                                                                    
  467.                                                </div>
  468.                                            </div>
  469.                                                                                    <div class="swiper-slide">
  470.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  471.                                                    
  472.                                                  
  473.    
  474.                                                                                                        <img src="/files/record/commercial/8/NDL_7754-1717140488-1717733077.png"
  475.                                                    alt="record/commercial/8/NDL_7754-1717140488-1717733077.png" />
  476.                                                                                                    
  477.                                                </div>
  478.                                            </div>
  479.                                                                                    <div class="swiper-slide">
  480.                                                <div class="hsh_media hsh_media--4x3 hsh_media--m3x2">
  481.                                                    
  482.                                                  
  483.    
  484.                                                                                                        <img src="/files/record/commercial/8/NDL_2824A-1717141117-1717733079.png"
  485.                                                    alt="record/commercial/8/NDL_2824A-1717141117-1717733079.png" />
  486.                                                                                                    
  487.                                                </div>
  488.                                            </div>
  489.                                                                                                            </div>
  490.                                <a class="hsh_btn hsh_btn--prev swiper-prev" aria-label="Prev"></a>
  491.                                <a class="hsh_btn hsh_btn--next swiper-next" aria-label="Next"></a>
  492.                                <div class="hsh_swiper_nav swiper-bullets"></div>
  493.                            </div>
  494.                            <div class="hsh_pill_text">
  495.                                <div class=" hsh_content">
  496.                                    <div class="h2 ">零售</div>
  497.                                    <p><p>協成行坐擁多個極具吸引力的鬧市旺舖及零售熱點,匯聚時尚品牌、著名食肆等多元化租戶。管理逾40萬平方呎的零售商舖面積,位置毗鄰商業、娛樂及旅遊熱點,人流暢旺,全面迎合不同業務需求。</p></p>
  498.                                                                    </div>
  499.                            </div>
  500.                        </div>
  501.                                                    
  502.                
  503.    
  504.                
  505.    
  506.                
  507.                <div id="contact" class="hsh_section hsh_section--med effect effect_up">
  508.                    <div class="hsh_content">
  509.                                                    <div class="h2 orange_dot">聯絡我們</div>
  510.                                                                                                    <div class="p"></div>
  511.                                                <div class="hsh_tab js-tab">
  512.                                                            <a href="#辦公室"
  513.                                    class="js-tab_item active">辦公室</a>
  514.                                                            <a href="#OfficePlus"
  515.                                    class="js-tab_item active">Office Plus</a>
  516.                                                            <a href="#工業大廈"
  517.                                    class="js-tab_item active">工業大廈</a>
  518.                                                            <a href="#零售"
  519.                                    class="js-tab_item active">零售</a>
  520.                                                    </div>
  521.                                                    <div id="辦公室">
  522.    
  523.                                                                    <div class="hsh_btn_list">
  524.                                                                                                                                                                        <a href="tel:85266888262"
  525.                                                class="hsh_btn hsh_btn--grey hsh_btn--phone hsh_btn--text"
  526.                                                aria-label="Phone"><span>+852 6688 8262</span></a>
  527.                                                                                                                            <a href="http://wa.me/+85266888262"
  528.                                                class="hsh_btn hsh_btn--grey hsh_btn--whatsapp" target="_blank"
  529.                                                aria-label="Whatsapp"></a>
  530.                                                                                                                            <a href="mailto:info@hshd.com.hk"
  531.                                                class="hsh_btn hsh_btn--grey hsh_btn--email" aria-label="Email"></a>
  532.                                                                                
  533.                                                                                    <button class="hsh_btn hsh_btn--grey hsh_btn--wechat wechat_popup_btn"
  534.                                                aria-label="Wechat">
  535.                                                <span class="wechat_popup_btn_desc">掃瞄二維碼與我們聯絡</span>
  536.                                                <img class="wechat_popup_btn_img" src="/files/page/commercial/1/Office_Plus_(2)-1717148174.png" alt="" aria-hidden="true">
  537.                                            </button>
  538.                                                                            </div>
  539.                                                            </div>
  540.                                                    <div id="OfficePlus">
  541.    
  542.                                                                    <div class="hsh_btn_list">
  543.                                                                                                                                                                        <a href="tel:85266886603"
  544.                                                class="hsh_btn hsh_btn--grey hsh_btn--phone hsh_btn--text"
  545.                                                aria-label="Phone"><span>+852 6688 6603</span></a>
  546.                                                                                                                            <a href="http://wa.me/+85266886603"
  547.                                                class="hsh_btn hsh_btn--grey hsh_btn--whatsapp" target="_blank"
  548.                                                aria-label="Whatsapp"></a>
  549.                                                                                                                            <a href="mailto:info@hshd.com.hk"
  550.                                                class="hsh_btn hsh_btn--grey hsh_btn--email" aria-label="Email"></a>
  551.                                                                                
  552.                                                                                    <button class="hsh_btn hsh_btn--grey hsh_btn--wechat wechat_popup_btn"
  553.                                                aria-label="Wechat">
  554.                                                <span class="wechat_popup_btn_desc">掃瞄二維碼與我們聯絡</span>
  555.                                                <img class="wechat_popup_btn_img" src="/files/page/commercial/1/Office_Plus_(2)-1717148161.png" alt="" aria-hidden="true">
  556.                                            </button>
  557.                                                                            </div>
  558.                                                            </div>
  559.                                                    <div id="工業大廈">
  560.    
  561.                                                                    <div class="hsh_btn_list">
  562.                                                                                                                                                                        <a href="tel:85266885182"
  563.                                                class="hsh_btn hsh_btn--grey hsh_btn--phone hsh_btn--text"
  564.                                                aria-label="Phone"><span>+852 6688 5182</span></a>
  565.                                                                                                                            <a href="http://wa.me/+85266885182"
  566.                                                class="hsh_btn hsh_btn--grey hsh_btn--whatsapp" target="_blank"
  567.                                                aria-label="Whatsapp"></a>
  568.                                                                                                                            <a href="mailto:info@hshd.com.hk"
  569.                                                class="hsh_btn hsh_btn--grey hsh_btn--email" aria-label="Email"></a>
  570.                                                                                
  571.                                                                                    <button class="hsh_btn hsh_btn--grey hsh_btn--wechat wechat_popup_btn"
  572.                                                aria-label="Wechat">
  573.                                                <span class="wechat_popup_btn_desc">掃瞄二維碼與我們聯絡</span>
  574.                                                <img class="wechat_popup_btn_img" src="/files/page/commercial/1/wechat_residential_QR-1717148149.png" alt="" aria-hidden="true">
  575.                                            </button>
  576.                                                                            </div>
  577.                                                            </div>
  578.                                                    <div id="零售">
  579.    
  580.                                                                    <div class="hsh_btn_list">
  581.                                                                                                                                                                        <a href="tel:85266888232"
  582.                                                class="hsh_btn hsh_btn--grey hsh_btn--phone hsh_btn--text"
  583.                                                aria-label="Phone"><span>+852 6688 8232</span></a>
  584.                                                                                                                            <a href="http://wa.me/+85266888232"
  585.                                                class="hsh_btn hsh_btn--grey hsh_btn--whatsapp" target="_blank"
  586.                                                aria-label="Whatsapp"></a>
  587.                                                                                                                            <a href="mailto:info@hshd.com.hk"
  588.                                                class="hsh_btn hsh_btn--grey hsh_btn--email" aria-label="Email"></a>
  589.                                                                                
  590.                                                                                    <button class="hsh_btn hsh_btn--grey hsh_btn--wechat wechat_popup_btn"
  591.                                                aria-label="Wechat">
  592.                                                <span class="wechat_popup_btn_desc">掃瞄二維碼與我們聯絡</span>
  593.                                                <img class="wechat_popup_btn_img" src="/files/page/commercial/1/wechat_retail_QR-1717148103.png" alt="" aria-hidden="true">
  594.                                            </button>
  595.                                                                            </div>
  596.                                                            </div>
  597.                                            </div>
  598.                </div>
  599.            </div>
  600.        </section>
  601.        <footer class="hsh_foot js-foot">    
  602.    <div class="hsh_main">
  603.        <div class="hsh_foot_container">    
  604.            <div class="hsh_foot_left hsh_foot_left--s">  
  605.                <div class="hsh_foot_logo">
  606.                    <a href="/tc/home"><img src="/assets/images/hsh.svg" alt="HSH" class="logo" /></a>
  607.                    <img src="/assets/images/logo_grow.svg" alt="Grow" class='tagline' />
  608.                </div>
  609.            </div>
  610.            <div class="hsh_foot_right hsh_foot_right--l">    
  611.                <div class="hsh_foot_menu">
  612.                    
  613.                    <span class="hsh_foot_menu_title">關於我們</span>
  614.                    <a href="/tc/our-purpose">我們的使命</a>
  615.                    <a href="/tc/our-community">我們的社區</a>
  616.                </div>
  617.                <div class="hsh_foot_menu">
  618.                    <a href="/tc/our-place" class="hsh_foot_menu_title">我們的業務</a>
  619.                    <a href="/tc/business" class="hsh_foot_menu_sub">商業</a>
  620.                    <a href="/tc/residential" class="hsh_foot_menu_sub">住宅</a>
  621.                    <a href="/tc/hospitality" class="hsh_foot_menu_sub">酒店及服務</a>
  622.                </div>
  623.                <div class="hsh_foot_menu">
  624.                    <a href="/tc/our-news" class="hsh_foot_menu_title">我們的消息</a>
  625.                    <a href="/tc/group-news">集團消息</a>
  626.                    
  627.                </div>
  628.                <div class="hsh_foot_menu">
  629.                    <a href="/tc/our-people" class="hsh_foot_menu_title">我們的團隊</a>
  630.                    <a href="/tc/our-support" class="hsh_foot_menu_title">聯絡我們</a>
  631.                </div>
  632.                <div class="hsh_foot_menu">
  633.                    <a href="/tc/faqs"></a>
  634.                    <a href="/tc/disclaimer">免責聲明</a>
  635.                    <a href="/tc/privacy">私隱政策</a>
  636.                    <a href="/tc/conduct">供應商守則</a>
  637.                    <a href="/tc/whistle">舉報政策</a>
  638.                    <a href="/tc/sitemap">網站地圖</a>
  639.                </div>
  640.            </div>
  641.        </div>
  642.        <div class="hsh_foot_container hsh_foot_container--award">
  643.            <div class="hsh_foot_left">    
  644.                <div class="hsh_foot_award">
  645.                                            <a><img src="/files/record/footer_awards/10/2024_Supporter_Excellence_Logo_v1-1742546669.png" alt="社企" /></a>
  646.                                            <a><img src="/files/record/footer_awards/1/20_logo_R2-1709259644.png" alt="20 Caring Company" /></a>
  647.                                            <a><img src="/files/record/footer_awards/9/Silver_Member_25_26_OL-1741228089.png" alt="WWF" /></a>
  648.                                            <a><img src="/files/record/footer_awards/2/2025開心工作間-LOGO_Happy_Company_10Years+-1738921598.png" alt="HAPPY COMPANY 10 YEARS" /></a>
  649.                                            <a><img src="/files/record/footer_awards/7/Premium_GEC_logo2_-_HSH-1727689656.png" alt="僱主" /></a>
  650.                                            <a><img src="/files/record/footer_awards/8/SFFGE_logo2_-_HSH-1727689719.png" alt="僱主" /></a>
  651.                                            <a><img src="/files/record/footer_awards/4/Artboard 1-1703823707.png" alt="" /></a>
  652.                                            <a><img src="/files/record/footer_awards/3/logo_Age_Friendly_Hong_Kong-1703820739.png" alt="" /></a>
  653.                                    </div>
  654.                <div class="hsh_foot_text">
  655.                    2025©協成行發展有限公司版權所有<br/>
  656.                    <a href="https://firmstudio.com/" target="_blank" class="a11y-hidden">網站由 FirmStudio 設計</a>                    
  657.                </div>
  658.            </div>
  659.            <div class="hsh_foot_right">    
  660.                <a href="https://www.facebook.com/LivingAestheticsHK" target="_blank" class="hsh_sns hsh_sns--facebook" aria-label="Facebook"></a>
  661.                <a href="https://www.instagram.com/livingaestheticshk/" target="_blank" class="hsh_sns hsh_sns--ig"  aria-label="IG"></a>
  662.                <a href="https://www.linkedin.com/company/hip-shing-hong-group-of-companies" target="_blank" class="hsh_sns hsh_sns--linkedin" aria-label="Linkedin"></a>
  663.                <a href="https://www.youtube.com/@LivingAesthetics" target="_blank" class="hsh_sns hsh_sns--youtube"  aria-label="Youtube"></a>
  664.                <a href="mailto:info@hshd.com.hk" target="_blank" class="hsh_sns hsh_sns--email"    aria-label="Email"></a>
  665.            </div>
  666.        </div>
  667.    </div>
  668. </footer>
  669.  
  670.  
  671.    <a href="#contact" class="hsh_btn hsh_btn--orange hsh_btn--phone fixed-bottom-btn"></a>
  672.  
  673.  
  674. <div class="hsh_pop js-pop">
  675.    <div class="hsh_pop_head">
  676.        <div class="hsh_pop_head_row">
  677.            <div class="hsh_pop_head_logo">
  678.                <img src="/assets/images/hsh.svg" alt="HSH" />      
  679.            </div>
  680.            <div class="hsh_pop_head_btn">
  681.                <a class="hsh_btn hsh_btn--close js-pop_close"></a>
  682.            </div>
  683.        </div>
  684.    </div>
  685.    <div class="hsh_pop_body">
  686.        <div class="hsh_main">
  687.            <div class="hsh_content js-pop_content"></div>                
  688.        </div>
  689.    </div>
  690. </div>
  691. <div class="wechat_popup">
  692.    <button class="wechat_popup_close" aria-label="Close this popup"></button>
  693.    <div class="wechat_popup_img_container">
  694.        <img src="" alt="Wechat Qrcode">
  695.    </div>
  696.    <p></p>
  697. </div>
  698.    </main>
  699. </body>
  700. <script>
  701.    $(document).ready(function() {
  702.        $(document).on("click", `a[href=""]`, function(e) {
  703.            e.preventDefault();
  704.            e.stopPropagation();
  705.        });
  706.    });
  707.    
  708. </script>
  709.  
  710. </html>
  711.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda