<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8"/>
<meta name="twitter:widgets:csp" content="on"/>
<link rel="profile" href="https://gmpg.org/xfn/11"/>
<link rel="pingback" href="https://www.dagangnet.com/xmlrpc.php"/>

<title>Dagang Net Technologies Sdn Bhd &#8211; Leader in eServices for Trade Facilitation</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Dagang Net Technologies Sdn Bhd &raquo; Feed" href="https://www.dagangnet.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Dagang Net Technologies Sdn Bhd &raquo; Comments Feed" href="https://www.dagangnet.com/comments/feed/" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v7.15.2 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-23R04NQWPK"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var em_version = '7.15.2';
				var em_track_user = true;
				var em_no_track_reason = '';
				
								var disableStrs = [
										'ga-disable-G-23R04NQWPK',
														];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (em_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = exactmetrics_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') {
								ExactMetricsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
													} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
										__gtagTracker('config', 'G-23R04NQWPK', {"forceSSL":"true","link_attribution":"true"} );
															window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by ExactMetrics -->
				<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.dagangnet.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.23"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])?!1:!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55358,56760,9792,65039],[55358,56760,8203,9792,65039])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='zn_all_g_fonts-css'  href='//fonts.googleapis.com/css?family=Roboto%3A300%2Cregular%2Citalic%2C700%2C900%7CMontserrat%3Aregular%2C700&#038;subset=latin%2Clatin-ext%2Cgreek&#038;ver=4.9.23' type='text/css' media='all' />
<link rel='stylesheet' id='awsm-team-css'  href='https://www.dagangnet.com/wp-content/plugins/awsm-team-pro/css/team.min.css?ver=1.1' type='text/css' media='all' />
<link rel='stylesheet' id='cptch_stylesheet-css'  href='https://www.dagangnet.com/wp-content/plugins/captcha/css/front_end_style.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css'  href='https://www.dagangnet.com/wp-includes/css/dashicons.min.css?ver=4.9.23' type='text/css' media='all' />
<link rel='stylesheet' id='cptch_desktop_style-css'  href='https://www.dagangnet.com/wp-content/plugins/captcha/css/desktop_style.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='jparser-css'  href='https://www.dagangnet.com/wp-content/plugins/jparser/public/css/jparser-public.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='hg-mailchimp-styles-css'  href='https://www.dagangnet.com/wp-content/themes/kallyas/framework/hogash-mailchimp/assets/css/hg-mailchimp.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='kallyas-styles-css'  href='https://www.dagangnet.com/wp-content/themes/kallyas/style.css?ver=4.15.14' type='text/css' media='all' />
<link rel='stylesheet' id='th-bootstrap-styles-css'  href='https://www.dagangnet.com/wp-content/themes/kallyas/css/bootstrap.min.css?ver=4.15.14' type='text/css' media='all' />
<link rel='stylesheet' id='th-theme-template-styles-css'  href='https://www.dagangnet.com/wp-content/themes/kallyas/css/template.min.css?ver=4.15.14' type='text/css' media='all' />
<link rel='stylesheet' id='zion-frontend-css'  href='https://www.dagangnet.com/wp-content/themes/kallyas/framework/zion-builder/assets/css/znb_frontend.css?ver=1.0.13' type='text/css' media='all' />
<link rel='stylesheet' id='2-layout.css-css'  href='//www.dagangnet.com/wp-content/uploads/zion-builder/cache/2-layout.css?ver=da9ff103ea1a7e699dd74930948126f0' type='text/css' media='all' />
<link rel='stylesheet' id='kallyas-child-css'  href='https://www.dagangnet.com/wp-content/themes/kallyas-child/style.css?ver=4.15.14' type='text/css' media='all' />
<link rel='stylesheet' id='th-theme-print-stylesheet-css'  href='https://www.dagangnet.com/wp-content/themes/kallyas/css/print.css?ver=4.15.14' type='text/css' media='print' />
<link rel='stylesheet' id='th-theme-options-styles-css'  href='//www.dagangnet.com/wp-content/uploads/zn_dynamic.css?ver=1722423245' type='text/css' media='all' />
<script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://www.dagangnet.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=7.15.2'></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.dagangnet.com","hash_tracking":"false","ua":"","v4_id":"G-23R04NQWPK"};/* ]]> */
</script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-content/plugins/jparser/public/js/jparser-public.js?ver=1.0.0'></script>
<link rel='https://api.w.org/' href='https://www.dagangnet.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.dagangnet.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.dagangnet.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.9.23" />
<link rel="canonical" href="https://www.dagangnet.com/" />
<link rel='shortlink' href='https://www.dagangnet.com/' />
<link rel="alternate" type="application/json+oembed" href="https://www.dagangnet.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.dagangnet.com%2F" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TMF43JT');</script>
<!-- End Google Tag Manager -->
		<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WT9F4C8');</script>
<!-- End Google Tag Manager -->

<meta name="google-site-verification" content="Q9fac-KruqDDdsfuXK6_23RmdjBfsi_zibvsi50zygs" />		<meta name="theme-color"
			  content="#cd2122">
				<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
		
		<!--[if lte IE 8]>
		<script type="text/javascript">
			var $buoop = {
				vs: {i: 10, f: 25, o: 12.1, s: 7, n: 9}
			};

			$buoop.ol = window.onload;

			window.onload = function () {
				try {
					if ($buoop.ol) {
						$buoop.ol()
					}
				}
				catch (e) {
				}

				var e = document.createElement("script");
				e.setAttribute("type", "text/javascript");
				e.setAttribute("src", "https://browser-update.org/update.js");
				document.body.appendChild(e);
			};
		</script>
		<![endif]-->

		<!-- for IE6-8 support of HTML5 elements -->
		<!--[if lt IE 9]>
		<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
		
	<!-- Fallback for animating in viewport -->
	<noscript>
		<style type="text/css" media="screen">
			.zn-animateInViewport {visibility: visible;}
		</style>
	</noscript>
	<link rel="icon" href="https://www.dagangnet.com/wp-content/uploads/2021/04/cropped-dntthumb01-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.dagangnet.com/wp-content/uploads/2021/04/cropped-dntthumb01-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="https://www.dagangnet.com/wp-content/uploads/2021/04/cropped-dntthumb01-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.dagangnet.com/wp-content/uploads/2021/04/cropped-dntthumb01-270x270.png" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.dagangnet.com/rsslatest.xml" /><!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105176234-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments)};
  gtag('js', new Date());

  gtag('config', 'UA-105176234-1');
</script></head>

<body  class="home page-template-default page page-id-2 res960 kl-skin--light" itemscope="itemscope" itemtype="https://schema.org/WebPage" >


<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WT9F4C8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->				<div class="support_panel support-panel" id="sliding_panel">
					<div class="support-panel-close js-toggle-class" data-targets="#sliding_panel,#open_sliding_panel" data-target-classes="is-opened,is-toggled" data-multiple-targets="">&times;</div>									</div><!--// end #sliding_panel.support_panel -->
				<div class="login_register_stuff"></div><!-- end login register stuff -->		<div id="fb-root"></div>
		<script>(function (d, s, id) {
				var js, fjs = d.getElementsByTagName(s)[0];
				if (d.getElementById(id)) return;
				js = d.createElement(s);
				js.id = id;
				js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
				fjs.parentNode.insertBefore(js, fjs);
			}(document, 'script', 'facebook-jssdk'));</script>
		

<div id="page_wrapper">

<header id="header" class="site-header  style7    header--no-stick  sticky-resize headerstyle--default site-header--absolute nav-th--light sheader-sh--light"   role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" >
	<div class="kl-header-bg "></div>	<div class="site-header-wrapper sticky-top-area">

		<div class="site-header-top-wrapper topbar-style--custom  sh--light">

			<div class="siteheader-container container">

				

	
	<div class="fxb-row site-header-row site-header-top ">

		<div class='fxb-col fxb fxb-start-x fxb-center-y fxb-basis-auto site-header-col-left site-header-top-left'>
			<div class="sh-component kl-header-toptext kl-font-alt">Questions? Call: <a href="tel:1 300 133 133">1 300 133 133</a></div>					</div>

		<div class='fxb-col fxb fxb-end-x fxb-center-y fxb-basis-auto site-header-col-right site-header-top-right'>
						<ul id="menu-main-menu-1" class=" topnav topnav-no-sc"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6594"><a href="https://www.dagangnet.com/about-us/">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31"><a href="https://www.dagangnet.com/trade-facilitation/">Trade Facilitation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1185"><a href="https://www.dagangnet.com/ecommerce-solutions/">eCommerce Solutions</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="https://www.dagangnet.com/news/">News</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3021"><a href="https://www.dagangnet.com/customer-service/">Customer Service</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1221"><a href="https://www.dagangnet.com/registration/">Registration</a></li>
</ul>
		<div id="search" class="sh-component header-search headsearch--def">

			<a href="#" class="searchBtn header-search-button">
				<span class="glyphicon glyphicon-search kl-icon-white"></span>
			</a>

			<div class="search-container header-search-container">
				
<form id="searchform" class="gensearch__form" action="https://www.dagangnet.com/" method="get">
	<input id="s" name="s" value="" class="inputbox gensearch__input" type="text" placeholder="SEARCH ..." />
	<button type="submit" id="searchsubmit" value="go" class="gensearch__submit glyphicon glyphicon-search"></button>
	</form>			</div>
		</div>

				</div>

	</div><!-- /.site-header-top -->

	<div class="separator site-header-separator "></div>

			</div>
		</div><!-- /.site-header-top-wrapper -->

		<div class="kl-top-header site-header-main-wrapper clearfix   header-no-bottom  sh--light">

			<div class="container siteheader-container ">

				<div class='fxb-col fxb-basis-auto'>

					

<div class="fxb-row site-header-row site-header-main ">

	<div class='fxb-col fxb fxb-start-x fxb-center-y fxb-basis-auto fxb-grow-0 fxb-sm-full site-header-col-left site-header-main-left'>
				<div id="logo-container" class="logo-container   logosize--contain zn-original-logo">
			<!-- Logo -->
			<h1 class='site-logo logo ' id='logo'><a href='https://www.dagangnet.com/' class='site-logo-anch'><img class="logo-img site-logo-img" src="https://www.dagangnet.com/wp-content/uploads/2024/07/Dagang-Net-Logo-FA.png"  alt="Dagang Net Technologies Sdn Bhd" title="Leader in eServices for Trade Facilitation" data-mobile-logo="https://www.dagangnet.com/wp-content/uploads/2024/07/Dagang-Net-Logo-FA.png" /></a></h1>			<!-- InfoCard -->
					</div>

		<div class="separator site-header-separator visible-xs"></div>	</div>

	<div class='fxb-col fxb fxb-center-x fxb-center-y fxb-basis-auto fxb-sm-half site-header-col-center site-header-main-center'>
				<div class="sh-component main-menu-wrapper" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" >

					<div class="zn-res-menuwrapper">
			<a href="#" class="zn-res-trigger zn-menuBurger zn-menuBurger--3--s zn-menuBurger--anim1 " id="zn-res-trigger">
				<span></span>
				<span></span>
				<span></span>
			</a>
		</div><!-- end responsive menu -->
		<div id="main-menu" class="main-nav mainnav--sidepanel mainnav--active-bg mainnav--pointer-dash nav-mm--light zn_mega_wrapper "><ul id="menu-main-menu-2" class="main-menu main-menu-nav zn_mega_menu "><li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-6594  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="https://www.dagangnet.com/about-us/" class=" main-menu-link main-menu-link-top"><span>About Us</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-31  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="https://www.dagangnet.com/trade-facilitation/" class=" main-menu-link main-menu-link-top"><span>Trade Facilitation</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-1185  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="https://www.dagangnet.com/ecommerce-solutions/" class=" main-menu-link main-menu-link-top"><span>eCommerce Solutions</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-30  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="https://www.dagangnet.com/news/" class=" main-menu-link main-menu-link-top"><span>News</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-3021  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="https://www.dagangnet.com/customer-service/" class=" main-menu-link main-menu-link-top"><span>Customer Service</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-1221  main-menu-item-top  menu-item-even menu-item-depth-0"><a href="https://www.dagangnet.com/registration/" class=" main-menu-link main-menu-link-top"><span>Registration</span></a></li>
</ul></div>		</div>
		<!-- end main_menu -->
			</div>

	<div class='fxb-col fxb fxb-end-x fxb-center-y fxb-basis-auto fxb-sm-half site-header-col-right site-header-main-right'>

		<div class='fxb-col fxb fxb-end-x fxb-center-y fxb-basis-auto fxb-sm-half site-header-main-right-top'>
								</div>

		
	</div>

</div><!-- /.site-header-main -->


				</div>

							</div><!-- /.siteheader-container -->

		</div><!-- /.site-header-main-wrapper -->

		

	</div><!-- /.site-header-wrapper -->
	</header>
<div class="zn_pb_wrapper clearfix zn_sortable_content" data-droplevel="0"><div class="kl-slideshow iosslider-slideshow uh_zn_def_header_style ios--fw--relativeresp   eluidb6ec1816 iosslider--custom-height ">

	<div class="kl-loader">
		<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
		width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
			<path opacity="0.2" fill="#000" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946
			s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634
			c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"/>
			<path fill="#000" d="M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0
			C22.32,8.481,24.301,9.057,26.013,10.047z">
				<animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 20 20" to="360 20 20" dur="0.5s" repeatCount="indefinite"/>
			</path>
		</svg>
	</div>

	<div class="bgback"></div>
	<div class="th-sparkles"></div>


<div class="iosSlider kl-slideshow-inner">

	<div class="kl-iosslider js-ios-slick" data-slick='{"infinite":true,"slidesToShow":1,"slidesToScroll":1,"autoplay":true,"autoplaySpeed":"5000","easing":"easeOutExpo","dragging":true,"loadingContainer":".eluidb6ec1816","arrows":true,"appendArrows":".eluidb6ec1816 .iosSliderNav","prevArrow":".eluidb6ec1816 .znSlickNav-prev","nextArrow":".eluidb6ec1816 .znSlickNav-next","dots":true,"appendDots":".eluidb6ec1816 .kl-ios-selectors-block"}'>

		<div class="item iosslider__item" ><img class="slide-item-bg cover-fit-img vertical-pos--center" src="https://www.dagangnet.com/wp-content/uploads/2017/01/Business-is-simplified-with-Dagang-Net-as-your-strategic-partner.jpg"   alt=""  title="Business-is-simplified-with-Dagang-Net-as-your-strategic-partner"><div class="kl-slide-overlay" style="background-color:rgba(53,53,53,0.05)"></div><div class="container  kl-iosslide-caption kl-ioscaption--style2 fromleft klios-aligncenter kl-caption-posv-bottom"><h2 class="main_title has_titlebig  " itemprop="headline" ><span>eCommerce Solutions</span></h2><h3 class="title_big" itemprop="alternativeHeadline" >WE THRIVE TO EXCEED YOUR EXPECTATIONS</h3><h4 class="title_small" itemprop="alternativeHeadline" >Backed by our wealth of knowledge, expertise and operational know-how in the provisioning of eCommerce services for Trade Facilitation, we can offer customised solutions for your needs </h4></div></div><!-- end item --><div class="item iosslider__item" ><img class="slide-item-bg cover-fit-img vertical-pos--center" src="https://www.dagangnet.com/wp-content/uploads/2017/01/Capitalise-on-your-business-potential.jpg"   alt=""  title="Capitalise-on-your-business-potential"><div class="kl-slide-overlay" style="background-color:rgba(53,53,53,0.05)"></div><div class="container  kl-iosslide-caption kl-ioscaption--style2 fromleft klios-aligncenter kl-caption-posv-bottom"><h2 class="main_title has_titlebig  " itemprop="headline" ><span>Dagang Net as your partner</span></h2><h3 class="title_big" itemprop="alternativeHeadline" >CAPITALISE ON YOUR BUSINESS POTENTIAL</h3><h4 class="title_small" itemprop="alternativeHeadline" >Business is simplified with Dagang Net as your strategic partner</h4></div></div><!-- end item --><div class="item iosslider__item" ><img class="slide-item-bg cover-fit-img vertical-pos--center" src="https://www.dagangnet.com/wp-content/uploads/2017/01/We-take-care-of-your-data-so-you-can-take-care-of-your-trade.jpg"   alt=""  title="We-take-care-of-your-data-so-you-can-take-care-of-your-trade"><div class="kl-slide-overlay" style="background-color:rgba(53,53,53,0.05)"></div><div class="container  kl-iosslide-caption kl-ioscaption--style2 fromleft klios-aligncenter kl-caption-posv-bottom"><h2 class="main_title has_titlebig  " itemprop="headline" ><span>Trade Facilitation</span></h2><h3 class="title_big" itemprop="alternativeHeadline" >BECAUSE TRADE SHOULD BE THIS EASY</h3><h4 class="title_small" itemprop="alternativeHeadline" >We take care of your data so you can take care of your trade. When exchanges of trade documents are done effectively, businesses can focus on the real business.</h4></div></div><!-- end item --></div>
		<div class="iosSliderNav znSlickNav">
			<div class="znSlickNav-arr znSlickNav-prev">
				<svg viewBox="0 0 256 256"><polyline fill="none" stroke="black" stroke-width="16" stroke-linejoin="round" stroke-linecap="round" points="184,16 72,128 184,240"></polyline></svg>
				<div class="btn-label">PREV</div>
			</div>
			<div class="znSlickNav-arr znSlickNav-next">
				<svg viewBox="0 0 256 256"><polyline fill="none" stroke="black" stroke-width="16" stroke-linejoin="round" stroke-linecap="round" points="72,16 184,128 72,240"></polyline></svg>
				<div class="btn-label">NEXT</div>
			</div>
		</div></div><!-- end iosSlider -->				<div class="kl-ios-selectors-block bullets"></div>
					
		
		
		<div class="zn_header_bottom_style"></div>		<!-- header bottom style -->

	</div>
	<!-- end kl-slideshow -->

			<section class="zn_section eluid1e80dbf6  content-area   section-sidemargins    section--no " id="eluid651fc22a"  >

			
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row ">
					
		<div class="eluid3dbb7271      col-md-12 col-sm-12   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid3dbb7271 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="zn_text_box eluid3dc93b01  zn_text_box-light element-scheme--light" ><h1 style="text-align: center;">EXPLORE OUR eSERVICES</h1>
<p style="text-align: center;">Simplifying your complex trade environment</p>
</div>				</div>
			</div>

			
		</div>
	
		<div class="eluid423c23f4 hidden-md hidden-sm hidden-xs      col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid423c23f4 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">									</div>
			</div>

			
		</div>
	
		<div class="eluidb18b3bd2 hidden-md hidden-sm hidden-xs      col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluidb18b3bd2 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">								<div class="zn_separator clearfix eluid99b5b045 zn_separator--icon-no hidden-md hidden-sm hidden-xs " ></div>
						</div>
			</div>

			
		</div>
	
		<div class="eluida1c88a59 hidden-md hidden-sm hidden-xs      col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluida1c88a59 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">									</div>
			</div>

			
		</div>
	
		<div class="eluidb00943a7 hidden-md hidden-sm hidden-xs      col-md-12 col-sm-12   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluidb00943a7 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="th-spacer clearfix eluid1512ce56     "></div>				</div>
			</div>

			
		</div>
	
		<div class="eluid9c6b3d67 icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid9c6b3d67 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluidb7f3c990 text-center  imgboxes_style1" ><a href="/trade-facilitation/national-single-window/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2016/12/icon-nsw.png"   alt=""  title="icon-nsw" /></div></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/national-single-window/">NSW</a></span></h3><div class="image-boxes-text">Malaysia’s e-based Trade Eco-system</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluid2510d127 icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid2510d127 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluid84ef4c06 text-center  imgboxes_style1" ><a href="/trade-facilitation/epco/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2016/12/icon-epco.png"   alt=""  title="icon-epco" /></div></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/epco/">ePCO</a></span></h3><div class="image-boxes-text">Application and approval of Preferential Certificate of Origin</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluide403495c icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluide403495c znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluid92f9da15 text-center  imgboxes_style1" ><a href="/trade-facilitation/epermit/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2016/12/icon-permit.png"   alt=""  title="icon-permit" /></div></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/epermit/">ePermit</a></span></h3><div class="image-boxes-text">Submission and approval for required permits</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluida2ba2125 icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluida2ba2125 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluidf359f35b text-center  imgboxes_style1" ><a href="/trade-facilitation/epermit-sta/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2016/12/icon-permit-sta.png"   alt=""  title="icon-permit-sta" /></div></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/epermit-sta/">ePermitSTA</a></span></h3><div class="image-boxes-text">Permit application under purview of Strategic Trade Act 2010</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluid23ec594f icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid23ec594f znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluid132b8349 text-center  imgboxes_style1" ><a href="/trade-facilitation/emanifest/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2016/12/icon-manifest.png"   alt=""  title="icon-manifest" /></div></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/emanifest/">eManifest</a></span></h3><div class="image-boxes-text">Submission of vessel and cargo manifests to respective authorities</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluid4c97181b icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid4c97181b znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluid83c457b4 text-center  imgboxes_style1" ><a href="/trade-facilitation/edeclare/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2016/12/icon-edeclare.png"   alt=""  title="icon-edeclare" /></div></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/edeclare/">eDeclare</a></span></h3><div class="image-boxes-text">Prepares and submits electronic Customs declarations online</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluid7e86c2a8 icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid7e86c2a8 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluid8366eaf4 text-center  imgboxes_style1" ><a href="/trade-facilitation/asean-single-window/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2016/12/icon-services.png"   alt=""  title="icon-services" /></div></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/asean-single-window/">ASEAN Single Window</a></span></h3><div class="image-boxes-text">Regional e-based Trade Eco-system</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluidba4c9df5 icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluidba4c9df5 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluid905b7719 text-center  imgboxes_style1" ><a href="/trade-facilitation/epayment/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2016/12/icon-epayment.png"   alt=""  title="icon-epayment" /></div></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/epayment/">ePayment</a></span></h3><div class="image-boxes-text">Prepares and submits payments electronically</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluid52728d01 icon-trade-facilitation     col-md-4 col-sm-4   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid52728d01 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="image-boxes image-boxes--1 eluide57004db text-center  imgboxes_style1" ><a href="/trade-facilitation/tradeswift-dagangnet/"  class="hoverBorder imgboxes-wrapper image-boxes-link   "  target="_self" itemprop="url" ><div class="image-boxes-img-wrapper"><img class="image-boxes-img " src="https://www.dagangnet.com/wp-content/uploads/2024/01/icon-ts-1.png"   alt=""  title="icon-ts" /></div><span class="kl-main-bgcolor image-boxes-readon u-trans-all-2s">New</span></a><h3 class="m_title m_title_ext text-custom imgboxes-title image-boxes-title" itemprop="headline" ><span><a href="/trade-facilitation/tradeswift-dagangnet/">TradeSwift DAGANGNET</a></span></h3><div class="image-boxes-text">An all-in-one trade facilitation superapp to conduct trade activities from mobile</div></div>				</div>
			</div>

			
		</div>
	
		<div class="eluidf7541101 hidden-md hidden-sm hidden-xs      col-md-12 col-sm-12   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluidf7541101 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="th-spacer clearfix eluidb4d4efca     "></div>				</div>
			</div>

			
		</div>
	
		<div class="eluid5c3b6da6      col-md-12 col-sm-12   znColumnElement"  id="eluidd8fbd37c" >

			
			<div class="znColumnElement-innerWrapper-eluid5c3b6da6 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div id="eluide6b885ce" class="zn_buttons_element eluide6b885ce text-center " ><a href="/trade-facilitation/" id="eluide6b885ce0" class="eluide6b885ce0 btn-element btn-element-0 btn  btn-fullcolor btn-sm btn-third zn_dummy_value btn-icon--before btn--square"  target="_self" itemprop="url" ><span>VIEW ALL PRODUCTS</span></a></div><div class="th-spacer clearfix eluid770e1051  hidden-md hidden-sm hidden-xs "></div>				</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


		<div class="eluid58049588 " >		<section class="zn_section eluiddf6d4ec8  content-area   section-sidemargins    section--no " id="eluid651fc22a"  >

			
			<div class="zn_section_size container zn-section-height--auto zn-section-content_algn--top ">

				<div class="row ">
					
		<div class="eluid8dd6259f box-title     col-md-12 col-sm-12   znColumnElement"  id="eluid3afa1bb1" >

			
			<div class="znColumnElement-innerWrapper-eluid8dd6259f znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="zn_text_box eluid2b0bcc80  zn_text_box-light element-scheme--light" ><h2>Latest News</h2>
<p>Get updates and announcements from Dagang Net</p>
<h5> <a href="" class="btn   " target=""><a href="/news">View All</a></a></h5>
</div>				</div>
			</div>

			
		</div>
	
		<div class="eluid4bd1425d      col-md-12 col-sm-12   znColumnElement"  id="eluid3afa1bb1" >

			
			<div class="znColumnElement-innerWrapper-eluid4bd1425d znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">								<div class="latest_posts latest_posts--style4 latest_posts--4 eluidb97adb39 box-news latestposts4--light element-scheme--light default-style " >
				<h3 class="m_title m_title_ext text-custom latest_posts-elm-title" itemprop="headline" ></h3>
<div class="row u-mb-0">
	<div class="col-sm-6 col-lg-4 post latest_posts-post"><a href="https://www.dagangnet.com/announcement-implementation-of-electronic-pco-data-exchange-between-malaysia-and-china-under-acfta-and-rcep/" class="hoverBorder plus latest_posts-link text-custom-parent-hov"><img src="https://www.dagangnet.com/wp-content/uploads/2016/12/news-default-370x200_c.jpg" width="370" height="200" alt="" title="news-default" class="latest_posts-img" /><span class="latest_posts-readon u-trans-all-2s text-custom-child kl-main-bgcolor">Read more +</span></a><em class="post-details element-scheme__faded latest_posts-details">29 May 2026</em><h3 class="m_title m_title_ext text-custom latest_posts-title" itemprop="headline" ><a href="https://www.dagangnet.com/announcement-implementation-of-electronic-pco-data-exchange-between-malaysia-and-china-under-acfta-and-rcep/">ANNOUNCEMENT: IMPLEMENTATION OF ELECTRONIC PCO DATA EXCHANGE BETWEEN MALAYSIA AND CHINA UNDER ACFTA AND RCEP</a></h3><div class="latest_posts-desc">Please be informed that Malaysia and China will commence the implementation of the electronic exchange of Preferential Certificate of Origin (PCO) data effective 1 June 2026.</div></div><div class="col-sm-6 col-lg-4 post latest_posts-post"><a href="https://www.dagangnet.com/implementation-of-charges-for-aldec-air-manifest-ams-transactions-effective-8-june-2026/" class="hoverBorder plus latest_posts-link text-custom-parent-hov"><img src="https://www.dagangnet.com/wp-content/uploads/2016/12/news-default-370x200_c.jpg" width="370" height="200" alt="" title="news-default" class="latest_posts-img" /><span class="latest_posts-readon u-trans-all-2s text-custom-child kl-main-bgcolor">Read more +</span></a><em class="post-details element-scheme__faded latest_posts-details">26 May 2026</em><h3 class="m_title m_title_ext text-custom latest_posts-title" itemprop="headline" ><a href="https://www.dagangnet.com/implementation-of-charges-for-aldec-air-manifest-ams-transactions-effective-8-june-2026/">IMPLEMENTATION OF CHARGES FOR ALDEC AIR MANIFEST (AMS) TRANSACTIONS EFFECTIVE 8 JUNE 2026</a></h3><div class="latest_posts-desc">Please be informed that charges for the Air Manifest (AMS) transactions will be implemented effective 8th June 2026. This implementation will apply to all AMS users operating in Kota Kinabalu (S23).</div></div><div class="clearfix hidden-lg"></div><div class="col-sm-6 col-lg-4 post latest_posts-post"><a href="https://www.dagangnet.com/notification-interruption-of-power-supply-at-custom-11kv-substation-cus-klia/" class="hoverBorder plus latest_posts-link text-custom-parent-hov"><img src="https://www.dagangnet.com/wp-content/uploads/2016/12/news-default-370x200_c.jpg" width="370" height="200" alt="" title="news-default" class="latest_posts-img" /><span class="latest_posts-readon u-trans-all-2s text-custom-child kl-main-bgcolor">Read more +</span></a><em class="post-details element-scheme__faded latest_posts-details">15 May 2026</em><h3 class="m_title m_title_ext text-custom latest_posts-title" itemprop="headline" ><a href="https://www.dagangnet.com/notification-interruption-of-power-supply-at-custom-11kv-substation-cus-klia/">NOTIFICATION: INTERRUPTION OF POWER SUPPLY AT CUSTOM 11KV SUBSTATION (CUS), KLIA</a></h3><div class="latest_posts-desc">Please be informed that the EPS Engineering Division will be carrying out corrective maintenance works for the TX at the Custom 11kV Substation (CUS), FCZ Building, KLIA, on Sunday, 17 May 2026, from 10:00 AM to 5:00 PM.

For further information, please refer to the attached circular from Cargo Management FCZ.</div></div><div class="clearfix visible-lg"></div></div>

			</div>
			<!-- end // latest posts style 2 -->
					</div>
			</div>

			
		</div>
	
		<div class="eluid44eca690 footer-logo     col-md-12 col-sm-12   znColumnElement"  id="eluid3afa1bb1" >

			
			<div class="znColumnElement-innerWrapper-eluid44eca690 znColumnElement-innerWrapper znColumnElement-innerWrapper--valign-top znColumnElement-innerWrapper--halign-left " >

				<div class="znColumnElement-innerContent">					<div class="zn_text_box eluid7c5b0662  zn_text_box-light element-scheme--light" ><p><a href="http://www.dnex.com.my/" target="_blank"><img class="alignnone wp-image-112 size-full" src="https://www.dagangnet.com/wp-content/uploads/2016/12/dnex-logo.png" width="140" height="110" /></a> <a href="http://www.iso.org/iso/home.html" target="_blank"><img class="alignnone wp-image-113 size-full" src="https://www.dagangnet.com/wp-content/uploads/2016/12/iso-logo.png" width="140" height="110" /></a> <a href="http://www.customs.gov.my/front.html" target="_blank"><img class="alignnone wp-image-114 size-full" src="https://www.dagangnet.com/wp-content/uploads/2016/12/jab-kastam-logo.png" width="140" height="110" /></a> <a href="http://www.miti.gov.my/" target="_blank"><img class="alignnone wp-image-115 size-full" src="https://www.dagangnet.com/wp-content/uploads/2016/12/miti-logo.png" width="140" height="110" /></a> <a href="http://www.treasury.gov.my/" target="_blank"><img class="alignnone wp-image-116 size-full" src="https://www.dagangnet.com/wp-content/uploads/2016/12/mof-logo.png" width="140" height="110" /></a></p>
</div>				</div>
			</div>

			
		</div>
	
				</div>
			</div>

					</section>


		</div></div>	<footer id="footer" class="site-footer"  role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" >
		<div class="container">
			
			<div class="row">
				<div class="col-sm-12">
					<div class="bottom site-footer-bottom clearfix">

						
						
						
							<div class="copyright footer-copyright">
								<p class="footer-copyright-text"><center><a href="http://www.dagangnet.com/privacy-policy">Privacy Policy</a></center>
<br>
<p>©Copyright 2017 - 2020 Dagang Net Technologies Sdn Bhd.  All Rights Reserved </p>

<p>Best Viewed with resolution of 1024 x 768 (or higher),  JavaScript enabled and supports Internet Explorer 11.0+, Google Chrome 6+, Mozilla Firefox 4+, Safari 3+, and Opera 9+.</p>
</p>							</div><!-- end copyright -->
											</div>
					<!-- end bottom -->
				</div>
			</div>
			<!-- end row -->
		</div>
	</footer>
</div><!-- end page_wrapper -->

<a href="#" id="totop" class="u-trans-all-2s js-scroll-event" data-forch="300" data-visibleclass="on--totop">TOP</a>

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TMF43JT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
		<script type='text/javascript' src='https://www.dagangnet.com/wp-content/plugins/awsm-team-pro/js/team.min.js?ver=1.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var hgMailchimpConfig = {"ajaxurl":"\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-content/themes/kallyas/framework/hogash-mailchimp/assets/js/hg-mailchimp.js?ver=1.0.0'></script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-content/themes/kallyas/js/plugins.min.js?ver=4.15.14'></script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-content/themes/kallyas/addons/scrollmagic/scrollmagic.js?ver=4.15.14'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var zn_do_login = {"ajaxurl":"\/wp-admin\/admin-ajax.php","add_to_cart_text":"Item Added to cart!"};
var ZnThemeAjax = {"ajaxurl":"\/wp-admin\/admin-ajax.php","zn_back_text":"Back","zn_color_theme":"light","res_menu_trigger":"992","top_offset_tolerance":"","logout_url":"https:\/\/www.dagangnet.com\/dnt-login\/?action=logout&redirect_to=https%3A%2F%2Fwww.dagangnet.com&_wpnonce=a81b40a9a6"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-content/themes/kallyas/js/znscript.min.js?ver=4.15.14'></script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-content/themes/kallyas/addons/slick/slick.min.js?ver=4.15.14'></script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-content/themes/kallyas/framework/zion-builder/dist/znpb_frontend.bundle.js?ver=1.0.13'></script>
<script type='text/javascript' src='https://www.dagangnet.com/wp-includes/js/wp-embed.min.js?ver=4.9.23'></script>
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 <defs>

  <symbol id="icon-znb_close-thin" viewBox="0 0 100 100">
   <path d="m87.801 12.801c-1-1-2.6016-1-3.5 0l-33.801 33.699-34.699-34.801c-1-1-2.6016-1-3.5 0-1 1-1 2.6016 0 3.5l34.699 34.801-34.801 34.801c-1 1-1 2.6016 0 3.5 0.5 0.5 1.1016 0.69922 1.8008 0.69922s1.3008-0.19922 1.8008-0.69922l34.801-34.801 33.699 33.699c0.5 0.5 1.1016 0.69922 1.8008 0.69922 0.69922 0 1.3008-0.19922 1.8008-0.69922 1-1 1-2.6016 0-3.5l-33.801-33.699 33.699-33.699c0.89844-1 0.89844-2.6016 0-3.5z"/>
  </symbol>


  <symbol id="icon-znb_play" viewBox="0 0 22 28">
   <path d="M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z"></path>
  </symbol>

 </defs>
</svg>
</body>
</html>
