<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style type="text/css">/* ========== MODERN QUICK NAVIGATION STYLES ========== */
.quick-nav-container {
padding: 2rem 0;
margin-bottom: 2rem;
position: relative;
}
.quick-nav-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 1;
}
.quick-nav-title {
font-size: 2.2rem;
font-weight: 700;
text-align: center;
margin-bottom: 2rem;
color: #002C6C;
background: linear-gradient(to right, #002C6C, #F26334);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.quick-nav-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
gap: 1rem;
max-width: 1000px;
margin: 0 auto;
}
.quick-nav-item:nth-child(1) {
grid-column: 1 / 2;
}
.quick-nav-item:nth-child(2) {
grid-column: 2 / 3;
}
.quick-nav-item:nth-child(3) {
grid-column: 3 / 4;
}
.quick-nav-item:nth-child(4) {
grid-column: 4 / 5;
}
.quick-nav-item:nth-child(5) {
grid-column: 5 / 6;
}
.quick-nav-item {
background: rgba(255,255,255,0.95);
backdrop-filter: blur(10px);
border-radius: 12px;
padding: 1.2rem;
text-align: center;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
border: 1px solid rgba(0,44,108,0.1);
position: relative;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,44,108,0.1);
}
.quick-nav-item::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
transition: left 0.5s;
}
.quick-nav-item:hover::before {
left: 100%;
}
.quick-nav-item:hover {
transform: translateY(-4px);
background: white;
box-shadow: 0 12px 32px rgba(0,44,108,0.15);
}
.quick-nav-number {
display: inline-block;
width: 28px;
height: 28px;
background: var(--nav-color);
color: white;
border-radius: 50%;
font-weight: bold;
font-size: 0.9rem;
line-height: 28px;
margin-bottom: 0.8rem;
}
.quick-nav-item.nav-vbg { --nav-color: #6CC24A; }
.quick-nav-item.nav-cert { --nav-color: #00AEEF; }
.quick-nav-item.nav-symbol { --nav-color: #F26334; }
.quick-nav-item.nav-number { --nav-color: #F05587; }
.quick-nav-item.nav-databank { --nav-color: #002C6C; }
.quick-nav-label {
font-size: 0.95rem;
font-weight: 600;
color: #002C6C;
line-height: 1.3;
margin-bottom: 0.4rem;
}
.quick-nav-desc {
font-size: 0.8rem;
color: #666;
line-height: 1.3;
}
/* ========== EXISTING GS1 STYLES (from your document) ========== */
:root{
--gs1-blue-dark:#002C6C;
--gs1-blue:#00AEEF;
--gs1-orange:#F26334;
--gs1-pink:#F05587;
--gs1-cyan:#00B6DE;
--gs1-green:#6CC24A;
--line:#ddd;
--card:#f7faff;
--soft:#f8f9f9;
}
/* Global Font Settings */
* {
font-family: Verdana, Geneva, sans-serif;
}
body {
margin: 0;
padding: 0;
color: #333;
line-height: 1.5;
}
/* Constrain & allow gentle horizontal scroll for wide tables on small screens */
#gs1-block-wrapper{
max-width: 1200px;
margin: 0 auto;
overflow-x: auto;
padding: 20px;
}
/* Headings & gradient */
.gs1-title{
background: linear-gradient(to right, var(--gs1-blue-dark), var(--gs1-orange));
color: #fff !important;
text-align: center;
padding: 8px 16px;
font-size: 36px;
font-weight: 700;
margin: 0;
}
.gs1-subtitle{
background: linear-gradient(to right, var(--gs1-blue-dark), var(--gs1-orange));
color: #fff !important;
text-align: center;
padding: 4px 16px;
font-size: 18px;
font-style: italic;
margin: 0;
}
/* Tables */
.gs1-table{
width: 100%;
border-collapse: collapse;
}
.gs1-table th,
.gs1-table td{
padding: 10px;
border: 1px solid var(--line);
vertical-align: top;
font-size: 14px;
line-height: 1.4;
}
.gs1-table th{
text-align: center;
font-weight: 700;
font-size: 20px;
color: #fff;
}
/* License column colours */
.col-standard{ background: var(--gs1-orange); }
.col-small{ background: var(--gs1-pink); }
.col-additional{ background: var(--gs1-cyan); }
.col-gln{ background: var(--gs1-blue-dark); }
/* Tighter coloured header cells */
.gs1-table th.col-standard,
.gs1-table th.col-small,
.gs1-table th.col-additional,
.gs1-table th.col-gln,
.gs1-table th:first-child{
padding: 4px 10px;
line-height: 1.2;
vertical-align: middle;
}
/* Links in headers */
.gs1-table th a {
color: #fff;
text-decoration: none;
}
.gs1-table th a:hover {
text-decoration: underline;
}
/* Utility classes */
.text-center{ text-align: center; }
.text-bold{ font-weight: 700; }
.big{ font-size: 20px; }
.tick{ font-size: 120%; }
/* Lists */
ol{
margin: 0 0 0 1.2em;
padding: 0;
}
ol li {
margin-bottom: 8px;
}
/* Special elements */
.vbg-title{
text-align: center !important;
vertical-align: middle !important;
font-size: 24px !important;
font-weight: 700;
line-height: 1.3;
}
.star{
color: #E60000 !important;
}
.gtin-note {
font-size: 16px;
font-style: italic;
}
/* VbG heading inside table */
.vbg-heading-cell{
background: #FFFFFF;
color: var(--gs1-blue-dark);
text-align: center;
padding: 8px 16px;
border: 1px solid var(--line) !important;
}
.vbg-heading-cell .title{
font-size: 28px;
font-weight: 700;
line-height: 1.25;
display: block;
}
.vbg-heading-cell .sub{
font-size: 18px;
font-style: italic;
line-height: 1.4;
display: block;
}
/* VbG benefits styling */
.vbg-benefits ul {
padding-left: 20px;
margin: 0;
}
.vbg-benefits li {
margin-bottom: 12px;
}
/* Service row colours */
.svc-cert td { background: #D5E8FF; }
.svc-symbol td { background: #FFF2CC; }
.svc-number td { background: #E8FFD8; }
.svc-databank td { background: #F1E4FF; }
/* Center align service titles */
.svc-cert td:first-child,
.svc-symbol td:first-child,
.svc-number td:first-child,
.svc-databank td:first-child {
text-align: center !important;
vertical-align: middle !important;
}
/* Main Wrapper & Header */
.capacity-table-wrapper{
margin: 2em 0;
border: 1px solid #ccc;
box-shadow: 0 2px 5px rgba(0,0,0,.1);
overflow: hidden;
}
.capacity-table-header{
background-color: var(--gs1-blue);
color: #fff;
padding: 20px;
text-align: center;
}
.capacity-table-header h2{
margin: 0;
font-size: 28px;
font-weight: 600;
}
.capacity-table-header p{
margin: 5px 0 0;
font-size: 16px;
}
/* Main Comparison Table Structure (kept if needed elsewhere) */
.main-comparison-table{
width: 100%;
border-collapse: collapse;
}
.main-comparison-table th,
.main-comparison-table td{
border: 1px solid var(--line);
padding: 15px;
text-align: left;
vertical-align: top;
}
.main-comparison-table .feature-col{
width: 40%;
text-align: center !important;
vertical-align: middle !important;
}
/* Ensure same two-column look when using gs1-table for FMM */
.gs1-table .feature-col{
width: 40%;
text-align: center !important;
vertical-align: middle !important;
}
/* Row Background Colors */
.main-comparison-table .row-briefings{ background-color: #E1F5FE; }
.main-comparison-table .row-industry{ background-color: #FEF9E7; }
.main-comparison-table .row-inhouse{ background-color: #EBF5FB; }
.main-comparison-table .row-fmm{ background-color: #F8F9F9; }
/* Premium schedule styling */
.premium-schedule-container{
text-align: center;
color: #333;
background-color: #FFD966;
}
.premium-schedule-container .premium-header{
font-size: 22px;
font-weight: bold;
padding: 15px;
border-bottom: 1px solid #d4b85d;
}
.premium-schedule-container .topics-wrapper{
display: flex;
background-color: #FEF9E7;
border-bottom: 1px solid #d4b85d;
}
.premium-schedule-container .topic-column{
flex: 1;
padding: 20px;
text-align: left;
}
.premium-schedule-container .topic-column:first-child{
border-right: 1px solid #ccc;
}
.premium-schedule-container .topic-column h5{
font-size: 18px;
font-weight: bold;
text-align: center;
margin-top: 0;
color: var(--gs1-blue-dark);
}
.premium-schedule-container .topic-column ul{
padding-left: 20px;
margin-top: 15px;
}
.premium-schedule-container .pricing-wrapper{
display: flex;
border-bottom: 1px solid #d4b85d;
background-color: #FFD966;
}
.premium-schedule-container .price-tier{
flex: 1;
padding: 20px;
font-size: 18px;
font-weight: bold;
}
.premium-schedule-container .price-tier:nth-child(2){
border-left: 1px solid #d4b85d;
border-right: 1px solid #d4b85d;
}
.premium-schedule-container .premium-footer{
padding: 15px;
background-color: #FFF8E1;
}
.premium-schedule-container .pricing-wrapper.stacked{
display:block;
text-align:center;
background-color:#FFD966;
border-top:1px solid #d4b85d;
border-bottom:1px solid #d4b85d;
padding:16px 12px;
}
.premium-schedule-container .pricing-wrapper.stacked .tier{
font-size:18px;
font-weight:bold;
margin:4px 0;
}
/* In-house schedule styling */
.in-house-schedule-container{
text-align: center;
color: #333;
background-color: #EBF5FB;
}
.in-house-schedule-container .premium-header{
font-size: 22px;
font-weight: bold;
padding: 15px;
background-color: #d6eaf8;
border-bottom: 1px solid #aed6f1;
}
.in-house-schedule-container .details-list{
padding: 20px;
text-align: left;
}
.in-house-schedule-container .details-list ul{
text-align: left;
margin: 0;
padding-left: 25px;
}
.in-house-schedule-container .qr-section{
padding: 20px;
background: #EBF5FB;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
border-top: 1px solid #d6eaf8;
border-bottom: 1px solid #d6eaf8;
}
.in-house-schedule-container .qr-section img{
width: 100px;
height: 100px;
}
.in-house-schedule-container .premium-footer{
padding: 15px;
background-color: #f0f8ff;
}
/* FMM details styling */
.fmm-details{
background-color: var(--soft);
}
.fmm-details ol{
padding-left: 25px;
margin-top: 10px;
}
.fmm-details li{
margin-bottom: 8px;
}
/* Link styling */
a {
color: var(--gs1-orange);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Image styling */
img {
max-width: 100%;
height: auto;
}
/* Spacing utilities */
.section-spacing {
margin-top: 32px;
}
/* FIX FOR PAYMENT METHODS ROW BORDER */
.payment-methods-row td {
border: 1px solid var(--line) !important;
}
/* ========== RESPONSIVE STYLES ========== */
@media (max-width: 992px){
.gs1-title{ font-size: 30px; }
.vbg-heading-cell .title{ font-size: 24px; }
.vbg-heading-cell .sub{ font-size: 16px; }
.quick-nav-grid {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, auto);
}
.quick-nav-item:nth-child(1) { grid-column: 1 / 2; }
.quick-nav-item:nth-child(2) { grid-column: 2 / 3; }
.quick-nav-item:nth-child(3) { grid-column: 3 / 4; }
.quick-nav-item:nth-child(4) { grid-column: 2 / 3; grid-row: 2; }
.quick-nav-item:nth-child(5) { grid-column: 3 / 4; grid-row: 2; }
.quick-nav-title {
font-size: 1.8rem;
}
}
@media (max-width: 768px){
.gs1-title{ font-size: 26px; padding: 10px; }
.gs1-subtitle{ font-size: 16px; padding: 6px 12px; }
.gs1-table th, .gs1-table td,
.main-comparison-table th, .main-comparison-table td{
padding: 8px;
font-size: 13px;
}
.big{ font-size: 18px; }
.vbg-title{ font-size: 20px !important; }
/* Stack Focus columns */
.premium-schedule-container .topics-wrapper{
display:block;
}
.premium-schedule-container .topic-column{
border-right: none !important;
border-bottom: 1px solid #ccc;
padding: 16px;
}
/* Quick Nav Mobile */
.quick-nav-grid {
grid-template-columns: 1fr;
grid-template-rows: repeat(5, auto);
}
.quick-nav-item {
padding: 1rem;
}
.quick-nav-container {
padding: 1.5rem 0;
}
.quick-nav-item:nth-child(1),
.quick-nav-item:nth-child(2),
.quick-nav-item:nth-child(3),
.quick-nav-item:nth-child(4),
.quick-nav-item:nth-child(5) {
grid-column: 1 / 2;
}
.quick-nav-title {
font-size: 1.6rem;
}
#gs1-block-wrapper {
padding: 16px;
}
/* Allow tables to breathe on small screens */
.main-comparison-table, .gs1-table{
word-break: break-word;
}
/* Make QR section wrap nicely */
.in-house-schedule-container .qr-section{
flex-direction: column;
gap: 12px;
}
}
@media (max-width: 480px) {
.quick-nav-grid {
grid-template-columns: 1fr;
grid-template-rows: repeat(5, auto);
}
.quick-nav-item:nth-child(1),
.quick-nav-item:nth-child(2),
.quick-nav-item:nth-child(3),
.quick-nav-item:nth-child(4),
.quick-nav-item:nth-child(5) {
grid-column: 1 / 2;
}
.quick-nav-label {
font-size: 0.85rem;
}
.quick-nav-desc {
font-size: 0.75rem;
}
.quick-nav-title {
font-size: 1.4rem;
}
}
/* --- UPDATED MOBILE FIX ---
Keep headings static and let each table scroll horizontally.
Also prevent per-letter word breaks. */
@media (max-width: 768px){
/* Stop the whole block from scrolling so headings don't get cropped */
#gs1-block-wrapper { overflow-x: visible !important; }
/* Each table becomes its own scroller */
.gs1-table {
display: block; /* allow overflow on the table element */
width: auto; /* don't force to viewport width */
max-width: 100%; /* keep it within the wrapper visually */
min-width: 760px; /* ensure content wider than phone */
overflow-x: auto; /* horizontal scroll here */
-webkit-overflow-scrolling: touch;
}
/* saner word wrapping in cells */
.gs1-table th, .gs1-table td {
white-space: normal;
word-break: normal !important;
overflow-wrap: break-word;
min-width: 140px;
}
}
@media (max-width: 480px){
.gs1-table {
min-width: 760px; /* keep scroll width on very small phones */
}
.gs1-table th, .gs1-table td {
word-break: normal !important;
overflow-wrap: break-word;
min-width: 140px;
}
}
</style>
<!-- ========== EXISTING CONTENT ========== -->
<div id="gs1-block-wrapper"><!-- ───────────── SECTION 1: Membership Licences ───────────── -->
<h2 class="gs1-title" style="background:#F26334;">GS1 Malaysia Membership Licences</h2>
<table aria-label="GS1 Malaysia membership licences comparison" class="gs1-table">
<thead>
<tr>
<th>TYPE OF GS1 LICENCE<br />
<em style="font-size:18px;">Click to find out more!</em></th>
<th class="col-standard"><a href="https://www.gs1my.org/?q=gs1-malaysia-standard-membership-license" rel="noopener" target="_blank">Standard GTIN<br />
Membership Licence</a></th>
<th class="col-small"><a href="https://www.gs1my.org/?q=gs1-malaysia-small-block-membership-license" rel="noopener" target="_blank">Small Block GTIN<br />
Membership Licence</a></th>
<th class="col-additional"><a href="https://www.gs1my.org/?q=gs1-malaysia-additional-membership-license" rel="noopener" target="_blank">Additional GTIN<br />
Membership Licence</a></th>
<th class="col-gln"><a href="https://www.gs1my.org/?q=gs1-malaysia-gln-membership-license" rel="noopener" target="_blank">GLN<br />
Membership Licence</a></th>
</tr>
</thead>
<tbody><!-- Explanation Row -->
<tr class="text-center text-bold big">
<td class="text-bold">Explanation</td>
<td>
<ol>
<li><strong>Independent</strong> GS1 licence applicable to <strong>all companies</strong>.</li>
<li>Whether you are a sole proprietor with a single product or a multinational organisation with hundreds of products.</li>
<li>Provides <strong>unique</strong>, <strong>globally recognised</strong> identifiers for <strong>products</strong> and <strong>trade items</strong>.</li>
<li>Fulfils regulatory and merchandising requirements.</li>
</ol>
</td>
<td>
<ol>
<li><strong>Special</strong> GS1 licence for <strong>limited-run items</strong>, <strong>festive items</strong>, <strong>promotional items</strong> and <strong>vouchers</strong>.</li>
<li>Provides <strong>unique</strong>, <strong>globally recognised</strong> identifiers for products and <strong>trade items</strong>.</li>
<li>Fulfils regulatory and merchandising requirements.</li>
</ol>
</td>
<td>
<ol>
<li><strong>Independent</strong> GS1 licence for <strong>additional</strong> GS1 Standard barcodes.</li>
<li>Provides <strong>unique</strong>, <strong>globally recognised</strong> identifiers for <strong>products</strong> and <strong>trade items</strong>.</li>
<li>Fulfils regulatory and merchandising requirements.</li>
<li><em>Only existing & active GS1 Members may apply.</em></li>
</ol>
</td>
<td>
<ol>
<li><strong>Independent</strong> GS1 licence for <strong>Global Location Numbers (GLNs)</strong>.</li>
<li>Provides unique, globally recognised identifiers for <strong>entities</strong>, <strong>locations</strong> and <strong>assets</strong>, whether <strong>physical</strong> or <strong>digital</strong>.</li>
<li>Fulfils regulatory and merchandising requirements.</li>
<li><em>Managed separately from the GTIN Membership Licence.</em></li>
</ol>
</td>
</tr>
<!-- Quantities Row -->
<tr class="text-center text-bold big">
<td>Global Trade Item Numbers (GTIN)</td>
<td style="vertical-align: middle;"><span style="font-size:18px;"><span style="font-family:verdana,geneva,sans-serif;">1,000</span></span><br />
<span style="font-size:14px;"><span style="font-family:verdana,geneva,sans-serif;"><em class="gtin-note">(Use for both retail packs and logistics cartons/pallets)<span class="star">*</span></em></span></span></td>
<td style="vertical-align: middle;"><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">10</span></span></td>
<td style="vertical-align: middle;"><span style="font-family:verdana,geneva,sans-serif;"><span style="font-size:20px;">1,000</span><br />
<span style="font-size:14px;"><em class="gtin-note">(Use for both retail packs and logistics cartons/pallets)<span class="star">*</span></em></span></span></td>
<td style="background:#000;"> </td>
</tr>
<tr class="text-center text-bold big">
<td>Global Location Numbers (GLN)</td>
<td style="background:#000;"> </td>
<td style="background:#000;"> </td>
<td style="background:#000;"> </td>
<td style="vertical-align: middle;"><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">10</span></span></td>
</tr>
<tr class="text-center text-bold big">
<td>Global Company Prefix (GCP)</td>
<td style="vertical-align: middle;"><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">1</span></span></td>
<td style="vertical-align: middle;"><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">1</span></span></td>
<td style="vertical-align: middle;"><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">1</span></span></td>
<td style="vertical-align: middle;"><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">1</span></span></td>
</tr>
<!-- Price Row -->
<tr class="text-center text-bold big">
<td>Price (RM)</td>
<td><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">816.00 / year<span class="star">*</span></span></span></td>
<td><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">390.00 / year</span></span></td>
<td><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">816.00 / year</span></span></td>
<td><span style="font-size:20px;"><span style="font-family:verdana,geneva,sans-serif;">390.00 / year</span></span></td>
</tr>
<!-- Links Row (SPLIT INTO THREE ROWS) -->
<tr class="text-center text-bold big">
<td class="text-bold"><span style="font-family:verdana,geneva,sans-serif;">More Information</span></td>
<td class="text-center" colspan="2"><span style="font-size:16px;"><span style="font-family:verdana,geneva,sans-serif;"><a href="https://gs1my.org/sites/default/files/GTIN/GS1 Malaysia - The Only Authorised GS1 Barcode License Issuer - 2025.pdf" rel="noopener" target="_blank"><strong>Learn more about GS1 GTIN Licences<br />
Click here!</strong></a></span></span></td>
<td class="text-center"><span style="font-size:16px;"><span style="font-family:verdana,geneva,sans-serif;"><a href="https://gs1my.org/sites/default/files/GTIN/Additional/GS1 Additional Membership License 2025.pdf" rel="noopener" style="color: rgb(242, 99, 52); text-decoration-line: underline; font-size: 16px; font-weight: 700; text-align: center;" target="_blank"><strong>Need more GS1 Standard barcodes?<br />
Click here!</strong></a></span></span></td>
<td class="text-center"><span style="font-size:16px;"><span style="font-family:verdana,geneva,sans-serif;"><a href="https://www.gs1my.org/?q=how-create-and-use-global-location-numbers-glns" rel="noopener" style="color: rgb(242, 99, 52); font-size: 16px; font-weight: 700; text-align: center;" target="_blank"><strong>Learn more about GLN!</strong></a></span></span></td>
</tr>
<!-- Payment Row WITH ORANGE BORDER CLASS -->
<tr class="text-center text-bold big payment-methods-row">
<td class="text-bold">Methods of Payment</td>
<td class="text-center big text-bold" colspan="4"><span style="font-size:16px;"><span style="font-family:verdana,geneva,sans-serif;"><a href="https://gs1my.org/?q=payment-methods" rel="noopener" target="_blank">Click here for our payment methods</a></span></span></td>
</tr>
</tbody>
</table>
<!-- ========== MODERN QUICK NAVIGATION ========== -->
<div class="quick-nav-container">
<div class="quick-nav-wrapper">
<h1 class="quick-nav-title"> </h1>
<h1 class="quick-nav-title"><span style="font-size:48px;"> Service Overview</span></h1>
<div class="quick-nav-grid">
<div class="quick-nav-item nav-vbg" onclick="scrollToSection('vbg-section')">
<div class="quick-nav-number">1</div>
<div class="quick-nav-label"><span style="font-size:20px;">Verified by GS1 &</span></div>
<div class="quick-nav-label"><span style="font-size:20px;">GAC Support Services</span></div>
<div class="quick-nav-desc"> </div>
</div>
<div class="quick-nav-item nav-cert" onclick="scrollToSection('cert-section')">
<div class="quick-nav-number">2</div>
<div class="quick-nav-label"><span style="font-size:20px;">GS1 Malaysia Barcode Certification</span></div>
</div>
<div class="quick-nav-item nav-symbol" onclick="scrollToSection('symbol-section')">
<div class="quick-nav-number">3</div>
<div class="quick-nav-label"><span style="font-size:20px;">Barcode Symbol Generation</span></div>
<div class="quick-nav-desc"> </div>
</div>
<div class="quick-nav-item nav-number" onclick="scrollToSection('number-section')">
<div class="quick-nav-number">4</div>
<div class="quick-nav-label"><span style="font-size:20px;">Barcode Number Generation</span></div>
<div class="quick-nav-desc"> </div>
</div>
<div class="quick-nav-item nav-databank" onclick="scrollToSection('databank-section')">
<div class="quick-nav-number">5</div>
<div class="quick-nav-label"><span style="font-size:20px;">Databank Enhanced Services</span></div>
</div>
</div>
</div>
</div>
<!-- ───────────── SECTION 2: Exclusive Services ───────────── -->
<h2 class="gs1-title section-spacing">GS1 Malaysia Exclusive Services</h2>
<p class="gs1-subtitle">Optional but pivotal for brand & product identity integrity, validity, authenticity & regulatory fulfilment</p>
<!-- TABLE A: ONLY item 1 (VbG & GACSS) -->
<table aria-label="GS1 Malaysia exclusive services — VbG & GACSS" class="gs1-table" id="vbg-section">
<tbody>
<tr>
<td class="text-bold vbg-title" rowspan="6" style="background:#99ff99;width:329px;">
<p><span style="font-size:24px;">1. Verified by GS1 & GAC Support & Services (VbG & GACSS)<br />
RM 580 <em>per year*</em><br />
<strong>Get 1 extra year FREE when you sign up now!</strong></span></p>
</td>
<td colspan="4" style="background:#99ff99;">
<ol>
<li>Submission of <strong>product, brand, certification, location</strong> & <strong>company data</strong> into <strong>GS1 trusted repositories</strong>.</li>
</ol>
<em class="text-left" style="display:block;">Manages GS1 Members' access to GS1 data repositories to ensure accuracy and authenticity.</em></td>
</tr>
<tr>
<td colspan="4" style="background:#99ff99;">
<ol start="2">
<li>Upload to the <strong>Verified by GS1 Search Portal & Mobile App</strong>.</li>
</ol>
<em class="text-left" style="display:block;">Data submitted by active GS1 Members and VbG & GACSS subscribers appears on GS1-managed platforms and mobile apps.</em></td>
</tr>
<tr>
<td colspan="4" style="background:#99ff99;">
<ol start="3">
<li>GS1 2D Track & Trace Platform Access: <strong>2D Repository Platform</strong>.</li>
</ol>
<em class="text-left" style="display:block;">Hands-on track & trace using GS1 DataMatrix. Event and production data captured for market analysis & business intelligence.</em></td>
</tr>
<tr>
<td colspan="4" style="background:#99ff99;">
<ol start="4">
<li>GS1 Platform Access: <strong>GLN Registry</strong>.</li>
</ol>
<em class="text-left" style="display:block;">Entity, location and asset data submitted by GS1 GLN Members appears on GS1-managed platforms and mobile apps.</em></td>
</tr>
<tr>
<td colspan="4" style="background:#99ff99;">
<ol start="5">
<li>Global GS1 Platform: <strong>GS1 Global Registry & Verified by GS1</strong>.</li>
</ol>
<em class="text-left" style="display:block;">Curated product data from active VbG & GACSS subscribers appears on GS1 Global-managed platforms.</em></td>
</tr>
<tr>
<td colspan="4" style="background:#99ff99;">
<ol start="6">
<li><strong>China GAC Single Window & GTIN Filing Services</strong></li>
</ol>
<em class="text-left" style="display:block;">Comply with the <strong>China General Administration of Customs (GAC) GTIN Reporting for "Single Window" declaration</strong> and <strong>GTIN filing authorisation requirements</strong> for <strong>non-GS1 China GTINs</strong> on China-labelled products. <a href="https://gs1my.org/sites/default/files/China%20GAC%20Initiative%20-%20Single%20Window%20&%20GTIN%20Filing%20Services%20v2.pdf" rel="noopener" style="color:#F26334; font-weight:bold; text-decoration:underline;" target="_blank">Click here for more »</a> </em></td>
</tr>
<tr>
<td class="vbg-heading-cell" colspan="5" style="background:#99ff99;"><span class="title">Why 'Verified by GS1' (VbG) Matters</span> <span class="sub">The fastest way to protect your brand, block counterfeits, and clear customs worldwide</span></td>
</tr>
<tr>
<td colspan="5" style="background:#99ff99;padding:16px 20px;">
<div class="vbg-benefits">
<ul>
<li><strong>Market Access:</strong> Data is shared with GS1 Global Registry and validated for China GAC Single Window, supporting cross-border clearance and B2B customer acquisition.</li>
<li><strong>Trusted:</strong> Brand ownership is verified through the Verified by GS1 ecosystem and GS1 Malaysia's trusted search portal, strengthening marketplace and consumer trust.</li>
<li><strong>Security:</strong> Validation and checks run through the GS1 2D Repository Platform with scanner/viewer access for controlled, auditable use.</li>
<li><strong>Governed:</strong> Yearly subscription; validity tied to an active GS1 Membership and managed under GS1 policies and registries.</li>
<li><strong>Required:</strong> Supports compliance for programs such as China GAC Single Window & GTIN Filing, US UDI, EU MDR/EUDAMED, and EU EUDR & DPP.</li>
</ul>
<div class="text-center" style="margin-top:24px;"><a href="https://gs1my.org/?q=gs1-malaysia-verified-gs1-gac-support-services-vbg-gacss" rel="noopener" target="_blank"><img alt="VbG brand-protection infographic" src="https://gs1my.org/sites/default/files/Validate%20Authenticate%20with%20Trusted%20Credentials.png" /> </a></div>
</div>
</td>
</tr>
</tbody>
</table>
<!-- small spacer between the split tables -->
<div style="height:24px;"> </div>
<!-- TABLE B: items 2, 3, 4, 5 -->
<table aria-label="GS1 Malaysia exclusive services — 2 to 5" class="gs1-table">
<tbody><!-- 2. Barcode Certification -->
<tr class="svc-cert" id="cert-section">
<td class="text-bold"><span style="font-size:24px;">2. GS1 Malaysia Barcode Certification</span></td>
<td colspan="4">
<p style="margin:0 0 8px;">GS1 Malaysia offers an essential Barcode Certification service to ensure barcodes are scannable and readable that comply with GS1 Standards, which is crucial for product identification and trade.</p>
<p style="margin:0 0 8px;">We provide a comprehensive verification process to generate a detailed report on each barcode's quality and scannability.</p>
<p style="margin:0;">Businesses can utilise this service on your product packaging or labels to GS1 Malaysia. Certification helps prevent issues caused by unreadable or non-compliant barcodes that can negatively affect stakeholder perception and access to product information.</p>
<p style="margin:8px 0 0; font-family:verdana,geneva,sans-serif;"><a href="https://gs1my.org/?q=gs1my-bcc" rel="noopener" target="_blank"><strong>Click here, To Find out More</strong></a> </p>
<p style="margin:8px 0 0; font-family:verdana,geneva,sans-serif;"><a href="https://www.gs1my.org/images/Sample_BCC_Report_01.jpg" rel="noopener" target="_blank"><strong>Example of Barcode Certificate</strong></a></p>
</td>
</tr>
<!-- 3. Symbol Generation -->
<tr class="svc-symbol" id="symbol-section">
<td class="text-bold"><span style="font-size:24px;">3. Barcode Symbol Generation</span></td>
<td colspan="4">
<p style="margin:0 0 8px;">Already have your GS1 Standard-based barcode numbers and need the symbols for packaging?</p>
<p style="margin:0 0 8px;">GS1 Malaysia can generate them for you.</p>
<p style="margin:0;">If your packaging designer or printer can't provide the symbols, use our <strong>Barcode Symbol Generation Service</strong> to receive compliant symbols you can place directly into your artwork.</p>
<p style="margin:8px 0 0; font-family:verdana,geneva,sans-serif;"><a href="https://gs1my.org/?q=barcode-symbol-generation-service" rel="noopener" target="_blank"><strong>Click here, To Find out More</strong></a></p>
<p style="margin:8px 0 0; font-family:verdana,geneva,sans-serif;"><a href="https://gs1my.org/images/Centralised%20Repository/GS1%20Barcodes.png" rel="noopener" target="_blank"><strong>Click here, For Barcode Infographic</strong></a></p>
</td>
</tr>
<!-- 4. Number Generation — light green -->
<tr class="svc-number" id="number-section">
<td class="text-bold"><span style="font-size:24px;"><span style="font-family:verdana,geneva,sans-serif;">4. Barcode Number Generation</span></span></td>
<td colspan="4">
<p style="margin:0 0 8px; font-family:verdana,geneva,sans-serif;">Need barcode numbers created correctly?</p>
<p style="margin:0 0 8px; font-family:verdana,geneva,sans-serif;">GS1 Malaysia can generate <strong>GTIN-13</strong> (product/SKU) and <strong>GTIN-14</strong> (carton/non-retail) from your licensed GS1 company prefix(es), ensuring every product is uniquely and accurately identified. This is an on-demand service; numbers come from your allocated prefix.</p>
<p style="margin:8px 0 0; font-family:verdana,geneva,sans-serif;"><a href="https://gs1my.org/?q=gs1-barcode-number-generation-service" rel="noopener" target="_blank"><strong>Click here, To Find out More</strong></a></p>
</td>
</tr>
<!-- 5. Databank Enhanced Services — light violet -->
<tr class="svc-databank" id="databank-section">
<td class="text-bold"><span style="font-size:24px;"><span style="font-family:verdana,geneva,sans-serif;">5. Databank Enhanced Services Access</span></span></td>
<td colspan="4">
<p style="margin:0 0 8px; font-family:verdana,geneva,sans-serif;">Need help managing product data on GS1 platforms?</p>
<p style="margin:0 0 8px; font-family:verdana,geneva,sans-serif;">Databank Enhanced Services provide extended support for requests beyond the monthly free upload.</p>
<p style="margin:0 0 8px; font-family:verdana,geneva,sans-serif;"><em>Eligibility:</em> Available to active <strong>Verified by GS1 & GAC Support & Services (VbG & GACSS)</strong> subscribers.</p>
<p style="margin:0; font-family:verdana,geneva,sans-serif;">For assistance, contact <a href="mailto:databank@gs1my.org">databank@gs1my.org</a>.</p>
<p style="margin:8px 0 0; font-family:verdana,geneva,sans-serif;"><a href="https://gs1my.org/?q=databank-enhanced-services" rel="noopener" target="_blank"><strong>Click here, To Find out More</strong></a></p>
</td>
</tr>
</tbody>
</table>
<!-- Spacing -->
<div style="margin: 48px 0;"> </div>
<!-- ───────────── SECTION 3: Capacity Building & Consultation ───────────── -->
<div class="capacity-table-wrapper">
<div class="capacity-table-header">
<h2>GS1 Malaysia Special Message</h2>
<p>We invite you to join us on Zoom for the GS1 Special Message and explore how GS1 Standards and Services can unlock greater value for your organisation</p>
<p><strong>Free of Charge (FOC)</strong></p>
</div>
<div class="text-center" style="margin-top:24px;"><a href="https://gs1my.org/briefing" rel="noopener" target="_blank"><img alt="Training schedule" src="https://gs1my.org/sites/default/files/GS1 Malaysia Briefing & Training Schedule.png" /> </a></div>
</div>
<!-- SPLIT TABLE 1: Industry-focused Capacity Building and Consultation Services -->
<table aria-label="Industry-focused Capacity Building and Consultation Services" class="gs1-table" style="margin-top:20px;">
<tbody>
<tr>
<td style="padding:0; border:none;">
<div class="premium-schedule-container">
<div class="premium-header">Industry-focused Capacity Building and Consultation Services</div>
<div class="topics-wrapper">
<div class="topic-column">
<h5>Focus 1</h5>
<p>Supply chain optimisation and regulatory fulfilment using Global Location Number (GLN) and GS1 services.</p>
<ul>
<li>Comply with <strong>retail merchandising principles</strong>.</li>
<li>Fulfil <strong>global regulatory compliance</strong>.</li>
<li>Track & trace using GS1 Traceability Guidelines and GS1 DataMatrix.</li>
</ul>
</div>
<div class="topic-column">
<h5>Focus 2</h5>
<p>Meeting global healthcare and UDI guidelines using GS1 Standards.</p>
<ul>
<li>Achieve compliance with international and country-specific directives on healthcare products, such as <strong>US FDA GUDID, EU EUDAMED, China NMPA, UAE BrandSync</strong>, etc.</li>
</ul>
</div>
</div>
<div class="pricing-wrapper stacked">
<div class="tier">1–10 pax: <strong>RM 1,500.00</strong></div>
<div class="tier">11–20 pax: <strong>RM 2,500.00</strong></div>
</div>
<div class="premium-footer">Contact GS1 Malaysia at <a href="mailto:gs1malaysia@gs1my.org">gs1malaysia@gs1my.org</a> to arrange a session.</div>
</div>
</td>
</tr>
</tbody>
</table>
<!-- small spacer -->
<div style="height:24px;"> </div>
<!-- SPLIT TABLE 2: Customised Capacity Building and Consultation -->
<table aria-label="Customised Capacity Building and Consultation" class="gs1-table" style="margin-top:20px;">
<tbody>
<tr>
<td style="padding:0; border:none;">
<div class="in-house-schedule-container">
<div class="premium-header"><strong>Customised Capacity Building and Consultation</strong></div>
<div class="details-list">
<ul>
<li style="margin-top:15px;">GS1 Malaysia <strong>customised</strong> capacity building combines topics selected from:
<ul>
<li style="margin-top:15px;">Regulatory-requirement fulfilment using GS1 Standards</li>
<li>Labelling guidelines and barcode symbol specifications</li>
<li>Migration from 1D to 2D barcodes</li>
<li>Healthcare, including UDI for medical devices, general healthcare, and pharmaceuticals</li>
<li>GLN-related (guidelines & best practices on identifying entities, locations and assets)</li>
<li>Supply-chain inventory and storage best practices — and many more</li>
</ul>
</li>
<li style="margin-top:15px;"><strong>Customised</strong> capacity building helps your company achieve key business objectives:
<ul>
<li style="margin-top:15px;"><strong>Improve accuracy:</strong> Ensure more accurate business transactions across your supply chain.</li>
<li><strong>Boost efficiency:</strong> Increase the efficiency of your day-to-day operations.</li>
<li><strong>Master inventory:</strong> Gain improved control and visibility over your stock.</li>
<li><strong>Ensure compliance:</strong> Meet government-stipulated guidelines and specifications related to product identification.</li>
</ul>
</li>
<li style="margin-top:15px;">Conducted remotely via <strong>Zoom</strong>.</li>
<li style="margin-top:15px;">Half-day or full-day options (full-day includes a quiz activity).</li>
<li style="margin-top:15px;">In-person sessions can be requested but are <strong>subject to further review</strong> and approval by GS1 Management, and will include <strong>additional charges</strong> (e.g., physical training consultancy fee, transport/travel fare, room & board, etc.).</li>
</ul>
</div>
<div class="qr-section"><strong>Scan the QR or <a href="https://gs1my.org/?q=node/220&tab=2" rel="noopener" target="_blank">click here</a> for the in-house session fee breakdown </strong> <img alt="QR code for in-house session fees" src="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=https://gs1my.org/?q=node/220&tab=2" /></div>
<div class="premium-footer">Contact GS1 Malaysia at <a href="mailto:gs1malaysia@gs1my.org">gs1malaysia@gs1my.org</a> to arrange a session.<br />
<small><em>* GS1 Malaysia Berhad reserves the right to revise the fees and benefits stipulated here from time to time as deemed necessary.</em></small></div>
</div>
</td>
</tr>
</tbody>
</table>
<!-- small spacer -->
<div style="height:24px;"> </div>
<!-- SPLIT TABLE 3: FMM Institute–GS1 Sponsored Member Capacity Building Programmes -->
<table aria-label="FMM Institute–GS1 Sponsored Member Capacity Building Programmes" class="gs1-table" style="margin-top:20px;">
<tbody>
<tr>
<td class="feature-col">
<h3><strong>FMM Institute–GS1 Sponsored Member Capacity Building Programmes</strong></h3>
<p style="margin-top:15px;">FREE for <strong>active</strong> GS1 Members only.</p>
<p style="margin-top:15px;"><small><em>*Limited time only. Limited seats available.</em></small></p>
</td>
<td class="fmm-details" colspan="4">
<p><strong>FREE Capacity-Building Programmes for GS1 Malaysia Members</strong><br />
(Valued at RM 1,400 per participant per topic)</p>
<p>Enhance your business and workforce with <strong>complimentary, high-impact capacity building</strong> — offered exclusively to GS1 Malaysia Members.</p>
<p>Programmes include:</p>
<ol>
<li>Industry 4.0 & technology-driven innovation</li>
<li>Marketing, data analytics & logistics management</li>
<li>Governance & best practices</li>
<li>Enterprise & strategic management</li>
<li>Leadership & personal development — and many more</li>
</ol>
<p>Contact GS1 Malaysia at <a href="mailto:gs1malaysia@gs1my.org">gs1malaysia@gs1my.org</a> for more information.</p>
</td>
</tr>
</tbody>
</table>
</div>
<script>
function scrollToSection(sectionId) {
const element = document.getElementById(sectionId);
if (element) {
element.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
}
// Add hover effects
document.addEventListener('DOMContentLoaded', function() {
const navItems = document.querySelectorAll('.quick-nav-item');
navItems.forEach(item => {
item.addEventListener('mouseenter', function() {
this.style.transform = 'translateY(-4px)';
});
item.addEventListener('mouseleave', function() {
this.style.transform = 'translateY(0)';
});
});
});
</script>