1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
<!DOCTYPE html> <html dir="ltr" lang="zh-HK">
<head> <?php include 'inc/metahead.php';?> <title>香港星級品牌 - 香港中小型企業聯合會</title> </head>
<body class="stretched">
<!-- Document Wrapper ============================================= --> <div id="wrapper" class="clearfix">
<!-- Header ============================================= --> <?php include 'inc/header.php';?> <section id="page-title" style="background-image: url('../images/banner_sub.jpg?v=2019');" class="background-title"> <div class="container clearfix"> <h1 class="colorFFF m0">評審準則及宣傳費用</h1> <ol class="breadcrumb"> <li><a href="#">主頁</a></li> <li class="active">評審準則及宣傳費用</li> </ol> </div>
</section>
<!-- Content ============================================= --> <section id="content">
<div class="content bg_section_contain">
<div class="container clearfix">
<div class="row clearfix">
<div class="col-md-12 topmargin-md bottommargin-lg">
<div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>2019 評審準則及宣傳費用</span></h3> </div>
<div> <p> <b><u>企業獎及中小企業獎</u></b> </p> <p> - 穩健的企業基礎及持續的業務增長<br> - 企業管治文化及員工發展與福利<br> - 優質產品及服務<br> - 良好的社會信譽及品牌形象<br> - 具持續發展優勢 </p> <p> <b><br> <u>創業新星獎</u></b><br> - 公司註冊不超過三年<br> - 有創意及目標清晰<br> - 對業務親力親為及態度熱誠<br> - 具發展潛力<b><u><br> <br> 大灣區企業獎</u></b><br> - 穩健的企業基礎<br> - 優質產品及服務<br> - 品牌在大灣區具市場認受性<br> - 在大灣區有良好的信譽及品牌形象<br> - 在大灣區有持續發展優勢<b><u><br> <br> 非牟利機構獎(邀請參與)<br> </u></b><br> - 為香港有需要的社群提供支援及服務,須具備的條件包括:<br> - 為社會付出貢獻及對社會有正面影響<br> - 過去對社會有貢獻及有認受性的義務社會服務項目<br> - 持續義務社會服務未來發展方向及計劃<br> - 良好社會形象及社會各界的認同 </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> <br> </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> <strong>評審程序</strong><br> 1.<span> </span>所有參賽企業須按照大會之評審標準,預備所需文件,於截止報名前送交本會秘書處<br> 2.<span> </span>大會將依據參賽企業提供之「香港星級品牌參選簡介」作初部遴選。<br> 3.<span> </span>大會將最遲於十月上旬以專函通知各獲選企業。<br> 4.<span> </span>獲選企業須在大會指定日期前繳付所需之推廣及宣傳費用 </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> <strong><br> </strong> </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> <strong>評審日期</strong> </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> - 評審將於2019年9月中旬舉行,評審結果將於2019年10月上旬通知。為表尊重,落選機構的名單將不會向外公佈。 </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> <br> </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> <strong>其他事項</strong> </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> 1.<span> </span>參選企業提交之所有資料及文件,只適用於香港星級品牌2019。如出現參選企業與審委員有利益衝突的情況,該參選企業及評審委員須提早向大會申報。 </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> 2.<span> </span>若參選企業未能提交完整資料,大會將終止其參選資格。大會保留修改權利,不另通知。 如有爭議,將以大會最終決定為準。 </p> <p style="margin-left:24.0pt;text-indent:-24.0pt;"> <br> </p> </div>
</div> </div> </div>
</div>
</section><!-- #content end -->
<?php include 'inc/footer.php';?>
</div><!-- #wrapper end -->
<!-- Go To Top ============================================= --> <div id="gotoTop" class="icon-angle-up"></div>
<!-- External JavaScripts ============================================= --> <script type="text/javascript" src="../js/jquery.js"></script> <script type="text/javascript" src="../js/plugins.js?v=1.22"></script>
<!-- Footer Scripts ============================================= --> <script type="text/javascript" src="../js/functions.js?v=1.22"></script> <script type="text/javascript"> $('nav ul > li.lv01:nth-child(6)').addClass('current'); </script>
</body>
</html>
|