<!doctype html>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />



    
        <meta name="theme-color" content="#ffffff" />
	<meta name="msapplication-navbutton-color" content="#ffffff">
	<meta name="apple-mobile-web-app-capable" content="yes">
	<meta name="apple-mobile-web-app-status-bar-style" content="#ffffff">

	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap">
<link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap"></noscript>

<style type="text/css">
:root {
	--ei-font-family: 'Roboto', sans-serif;--ei-font-family-h: 'Roboto', sans-serif;--ei-primary: #515491;--ei-secondary-bg: #e84677;--ei-secondary-text: #ffffff;	--ei-black: #2A3141;
	--ei-gray-0: #666666;
	--ei-gray-1: #757883;
	--ei-gray-2: #E5E5E5;
    --ei-gray-3: #ededed;
	--ei-hover-link: #595d66;
	--ei-section: #F9F9F9;
    --ei-section-2: #f5f5f5;
	--ei-border: #E8E8E8;

	--ei-input: #F0F2F5;
	--ei-border-input: #DADCE5;
    --ei-input-focus: #111111;

	--ei-border-nav: #EFEFEF;
    --ei-breadcrumb-current: #757575;
    --ei-comment-metadata: #9c9c9c;
    --ei-pre: #eeeeee;
    --ei-lighter-js: #282c34;
    --ei-scrollbar: #fafafa;
    --ei-scrollbar-default: #ffffff;
    --ei-scrollbar-thumb: #dadada;
    --ei-scrollbar-thumb-hover: #cccccc;

	--ei-body-single-fw: 400;--ei-h1-fw: bold;--ei-h2-fw: bold;--ei-h3-fw: bold;--ei-h4-fw: bold;--ei-h5-fw: bold;--ei-h6-fw: bold;--ei-blog-thumb-ar: unset;--ei-tagline-heading-fw: bold;--ei-tagline-desc-fw: 400;--ei-hero-post-title-fw: bold;--ei-hero-post-excerpt-fw: 400;--ei-archive-post-title-fw: bold;--ei-archive-post-excerpt-fw: 400;--ei-sidebar-widget-title-fw: bold;--ei-sidebar-post-title-fw: bold;--ei-footer-widget-title-fw: bold;--ei-footer-copyright-text-fw: 400;--ei-menu-fw: 500;--ei-cw-desktop: 1320px;--ei-cw-laptop: 1140px;--ei-cw-tablet-pro: 960px;--ei-cw-tablet-mini: 720px;--ei-cw-mobile-landscape: 540px;--ei-cw: 850px;--ei-scale-1: none;	--ei-box-shadow: 0 3px 20px 0px rgb(132 132 133 / 15%);
	--ei-box-shadow-nav: 0 15px 40px 5px rgb(132 132 133 / 15%);
	--ei-box-shadow-subnav: 10px 5px 20px 0px rgb(132 132 133 / 10%);
    --ei-box-shadow-tab-bar: 0 0 10px 0 rgba(129,129,129,0.2);
    --ei-box-shadow-author: 0 3px 12px 0 rgb(132 132 133 / 80%);
}

@media only screen and (min-width: 1200px) {
	:root {
		--ei-btn-lg-fs: 15px;
		--ei-btn-lg-radius: 40px;

		--ei-btn-sm-fs: 13px;
		--ei-btn-sm-radius: 40px;

		--ei-radius: 25px;
		--ei-radius-m: 15px;
		--ei-radius-m2: 10px;
		--ei-radius-s: 5px;
		--ei-padding-container: 15px;

		--ei-body-fs: 16px;--ei-body-lh: 1.7;--ei-body-fw: 400;--ei-input-fs: 15px;--ei-author-name-fs: 20px;--ei-archive-banner-title-fs: 20px;--ei-body-single-fs: 16px;--ei-body-single-lh: 1.7;--ei-h1-fs: 30px;--ei-h1-lh: 1.3;--ei-h2-fs: 25px;--ei-h2-lh: 1.4;--ei-h3-fs: 22px;--ei-h3-lh: 1.4;--ei-h4-fs: 18px;--ei-h4-lh: 1.6;--ei-h5-fs: 17px;--ei-h5-lh: 1.6;--ei-h6-fs: 16px;--ei-h6-lh: 1.6;--ei-tagline-heading-fs: 55px;--ei-tagline-heading-lh: 1.2;--ei-tagline-desc-fs: 18px;--ei-tagline-desc-lh: 1.5;--ei-hero-post-title-fs: 45px;--ei-hero-post-title-lh: 1.2;--ei-hero-post-excerpt-fs: 16px;--ei-hero-post-excerpt-lh: 1.5;--ei-archive-post-title-fs: 22px;--ei-archive-post-title-lh: 1.2;--ei-archive-post-excerpt-fs: 16px;--ei-archive-post-excerpt-lh: 1.5;--ei-sidebar-widget-title-fs: 18px;--ei-sidebar-widget-title-lh: 1.3;--ei-sidebar-post-title-fs: 18px;--ei-sidebar-post-title-lh: 1.2;--ei-footer-widget-title-fs: 18px;--ei-footer-copyright-text-fs: 16px;--ei-menu-fs: 18px;--ei-grid-column: 2;	}
	.ei-logo img {
	    width: calc(350px / 2);
	}
}

@media only screen and (max-width: 1199px) {
	:root {
		--ei-btn-lg-fs: 13px;
		--ei-btn-lg-radius: 40px;

		--ei-btn-sm-fs: 12px;
		--ei-btn-sm-radius: 40px;

		--ei-radius: 12px;
		--ei-radius-m: 12px;
		--ei-radius-m2: 8px;
		--ei-radius-s: 5px;
		--ei-padding-container: 23px;

		--ei-body-fs: 14px;--ei-body-lh: 1.6;--ei-body-fw: 400;--ei-input-fs: 13px;--ei-author-name-fs: 18px;--ei-archive-banner-title-fs: 18px;
		--ei-grid-column: 1;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	:root {
		--ei-body-single-fs: 16px;--ei-body-single-lh: 1.7;--ei-h1-fs: 30px;--ei-h1-lh: 1.3;--ei-h2-fs: 25px;--ei-h2-lh: 1.4;--ei-h3-fs: 22px;--ei-h3-lh: 1.4;--ei-h4-fs: 18px;--ei-h4-lh: 1.6;--ei-h5-fs: 17px;--ei-h5-lh: 1.6;--ei-h6-fs: 16px;--ei-h6-lh: 1.6;--ei-tagline-heading-fs: 55px;--ei-tagline-heading-lh: 1.2;--ei-tagline-desc-fs: 18px;--ei-tagline-desc-lh: 1.5;--ei-hero-post-title-fs: 45px;--ei-hero-post-title-lh: 1.2;--ei-hero-post-excerpt-fs: 16px;--ei-hero-post-excerpt-lh: 1.5;--ei-archive-post-title-fs: 22px;--ei-archive-post-title-lh: 1.2;--ei-archive-post-excerpt-fs: 16px;--ei-archive-post-excerpt-lh: 1.5;--ei-sidebar-widget-title-fs: 18px;--ei-sidebar-widget-title-lh: 1.3;--ei-sidebar-post-title-fs: 18px;--ei-sidebar-post-title-lh: 1.2;--ei-footer-widget-title-fs: 16px;--ei-footer-copyright-text-fs: 12px;--ei-menu-fs: 15px;	}
    .ei-logo img {
        width: calc(150px / 2);
    }
}

@media only screen and (max-width: 767px) {
	:root {
		--ei-body-single-fs: 15px;--ei-body-single-lh: 1.6;--ei-h1-fs: 20px;--ei-h1-lh: 1.3;--ei-h2-fs: 18px;--ei-h2-lh: 1.4;--ei-h3-fs: 16px;--ei-h3-lh: 1.5;--ei-h4-fs: 15px;--ei-h4-lh: 1.5;--ei-h5-fs: 15px;--ei-h5-lh: 1.5;--ei-h6-fs: 15px;--ei-h6-lh: 1.5;--ei-tagline-heading-fs: 23px;--ei-tagline-heading-lh: 1.2;--ei-tagline-desc-fs: 15px;--ei-tagline-desc-lh: 1.4;--ei-hero-post-title-fs: 20px;--ei-hero-post-title-lh: 1.2;--ei-hero-post-excerpt-fs: 14px;--ei-hero-post-excerpt-lh: 1.4;--ei-archive-post-title-fs: 16px;--ei-archive-post-title-lh: 1.2;--ei-archive-post-excerpt-fs: 14px;--ei-archive-post-excerpt-lh: 1.4;--ei-sidebar-widget-title-fs: 18px;--ei-sidebar-widget-title-lh: 1.3;--ei-sidebar-post-title-fs: 16px;--ei-sidebar-post-title-lh: 1.2;--ei-footer-widget-title-fs: 16px;--ei-footer-copyright-text-fs: 12px;--ei-menu-fs: 15px;	}
    .ei-logo img {
        width: calc(350px / 2);
    }

    }



.ei-tagline .ei-title span{background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);}
.ei-footer{background: linear-gradient(to right, #f9f9f9, #f9f9f9);} .ei-footer .menu-footer-menu-container>ul li a, .ei-footer .ei-f-widget-title, .ei-footer .ei-copyright, .ei-footer .ei-copyright a{color:#2a3141;} .ei-footer .menu-footer-menu-container>ul li a:hover, .ei-footer .ei-copyright a:hover{color:#515491;} footer .ei-social-media a:before{background:#2a3141; opacity:0.1;} footer .ei-social-media a svg path{fill:#2a3141;} footer .ei-social-media a svg rect{stroke:#2a3141;}
.ei-table-of-contents .ei-toc-headline::before {
	content: url(http://promocctv.com/wp-content/themes/bello-master/assets/icon/list.svg) !important;
}
html[data-applied-mode="dark"] .ei-table-of-contents .ei-toc-headline::before {
    content: url(http://promocctv.com/wp-content/themes/bello-master/assets/icon/list-white.svg) !important;
}
.copy-button:before {
    content: url(http://promocctv.com/wp-content/themes/bello-master/assets/icon/copy-b.svg);
}
html[data-applied-mode="dark"] .copy-button:before {
    content: url(http://promocctv.com/wp-content/themes/bello-master/assets/icon/copy-b-white.svg);
}
</style>


	 	
	<meta name='robots' content='noindex, follow' />

	<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Page not found - PROMOCCTV</title>
	<meta property="og:locale" content="en_US" />
	<meta property="og:title" content="Page not found - PROMOCCTV" />
	<meta property="og:site_name" content="PROMOCCTV" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://promocctv.com/#website","url":"https://promocctv.com/","name":"PROMOCCTV","description":"Jasa Pasang CCTV Jakarta, Depok, Bogor, Tangerang, dan Bekasi","publisher":{"@id":"https://promocctv.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://promocctv.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://promocctv.com/#organization","name":"PROMOCCTV","url":"https://promocctv.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://promocctv.com/#/schema/logo/image/","url":"https://promocctv.com/wp-content/uploads/2025/11/logo-promocctv-png-1-Custom.png","contentUrl":"https://promocctv.com/wp-content/uploads/2025/11/logo-promocctv-png-1-Custom.png","width":305,"height":47,"caption":"PROMOCCTV"},"image":{"@id":"https://promocctv.com/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="PROMOCCTV &raquo; Feed" href="https://promocctv.com/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.0.3 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-NL44G54WDZ"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '10.0.3';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/promocctv.com\/sitemap.xml\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-NL44G54WDZ',
									];

				/* 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.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_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 = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

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

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-NL44G54WDZ', {"forceSSL":"true","link_attribution":"true","page_path":'\/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer} );
										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',
									'referrer' : 'page_referrer',
								};
								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 MonsterInsights -->
		<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel='stylesheet' id='nta-css-popup-css' href='http://promocctv.com/wp-content/plugins/wp-whatsapp/assets/dist/css/style.css?ver=7.0' media='all' />
<link rel='stylesheet' id='ez-toc-css' href='http://promocctv.com/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css?ver=2.0.81' media='all' />
<style id="ez-toc-inline-css">
div#ez-toc-container .ez-toc-title {font-size: 120%;}div#ez-toc-container .ez-toc-title {font-weight: 500;}div#ez-toc-container ul li , div#ez-toc-container ul li a {font-size: 95%;}div#ez-toc-container ul li , div#ez-toc-container ul li a {font-weight: 500;}div#ez-toc-container nav ul ul li {font-size: 90%;}.ez-toc-box-title {font-weight: bold; margin-bottom: 10px; text-align: center; text-transform: uppercase; letter-spacing: 1px; color: #666; padding-bottom: 5px;position:absolute;top:-4%;left:5%;background-color: inherit;transition: top 0.3s ease;}.ez-toc-box-title.toc-closed {top:-25%;}
.ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item ;}.ez-toc-counter nav ul li a::before {content: counters(item, '.', decimal) '. ';display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left; }.ez-toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item ;}.ez-toc-widget-container nav ul li a::before {content: counters(item, '.', decimal) '. ';display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left; }
/*# sourceURL=ez-toc-inline-css */
</style>
<link rel='stylesheet' id='bello-master-style-css' href='http://promocctv.com/wp-content/themes/bello-master/style.css?ver=1779764388' media='all' />
<link rel='stylesheet' id='bello-master-main-style-css' href='http://promocctv.com/wp-content/themes/bello-master/assets/css/style.css?ver=1779764388' media='all' />
<link rel='stylesheet' id='extra-main-style-css' href='http://promocctv.com/wp-content/themes/bello-master/inc/extra/css/style.css?ver=1779764388' media='all' />
<link rel='stylesheet' id='highlight-style-css' href='http://promocctv.com/wp-content/themes/bello-master/inc/extra/css/highlight.min.css?ver=1779764388' media='all' />
<script async data-wp-strategy="async" id="monsterinsights-frontend-script-js" src="http://promocctv.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.0.3"></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_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:\/\/promocctv.com","hash_tracking":"false","v4_id":"G-NL44G54WDZ"};</script>
<script id="jquery-core-js" src="http://promocctv.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="http://promocctv.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<link rel="https://api.w.org/" href="https://promocctv.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://promocctv.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.0" />
<meta name="google-site-verification" content="Xl2EjNlO1uLlqCZ4Pfvcwqlyvqu1DCNrDmtgx6-e8fk" /><meta name="generator" content="Elementor 3.35.6; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://promocctv.com/wp-content/uploads/2022/11/cropped-BGTECH-2-1024x263-Copy-Custom-32x32.png" sizes="32x32" />
<link rel="icon" href="https://promocctv.com/wp-content/uploads/2022/11/cropped-BGTECH-2-1024x263-Copy-Custom-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://promocctv.com/wp-content/uploads/2022/11/cropped-BGTECH-2-1024x263-Copy-Custom-180x180.png" />
<meta name="msapplication-TileImage" content="https://promocctv.com/wp-content/uploads/2022/11/cropped-BGTECH-2-1024x263-Copy-Custom-270x270.png" />
<style id="wp-custom-css">
#menu-menu-utama li a {
    padding-left: 0px;
    margin-right: 30px;
}

/* Menargetkan container di dalam widget khusus produk saja */
.grid-produk .elementor-widget-container {
    display: grid !important;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
	margin: 15px;
}

/* Tablet: 2 Kolom */
@media (min-width: 768px) {
 .grid-produk .elementor-widget-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop: 4 Kolom */
@media (min-width: 1024px) {
.grid-produk .elementor-widget-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pod-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    margin: 0 auto;
		padding: 0px;
}

.pod-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.pod-product-image img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    display: block;
		padding: 20px;
}

.pod-product-body {
    padding: 20px;
	
}

.pod-product-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.pod-product-description {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    margin: 0 0 18px 0;
}
.pod-product-description p {
    margin: 2px 0;
}

.pod-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.pod-product-price {
		margin-top: 0px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0C5089;
}

.pod-whatsapp-btn,
.pod-whatsapp-btn:visited, 
.pod-whatsapp-btn:focus,
.pod-whatsapp-btn:active{
    background: #0C5089;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.pod-whatsapp-btn:hover {
    background: #0c487a;
		color: white;
}

.pod-products-grid .pods-list-container,
.pod-products-grid .pods-ui-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
</style>
</head>

<body class="error404 wp-custom-logo wp-theme-bello-master elementor-default elementor-kit-5">
	
<nav class="ei-navbar-top">
	<div class="ei-container">

		<div class="ei-logo">
			<a href="https://promocctv.com/" class="ei-logo-black"><img src="https://promocctv.com/wp-content/uploads/2025/11/logo-promocctv-png-1-Custom.png" alt="PROMOCCTV"></a><a href="https://promocctv.com/" class="ei-logo-white"><img src="https://promocctv.com/wp-content/uploads/2025/11/logo-promocctv-png-1-Custom.png" alt="PROMOCCTV"></a>		</div>
		<div class="ei-navbar">
			<div class="ei-navwrap">
				<ul id="menu-menu-utama" class="ei-nav"><li id="menu-item-5516" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5516"><a href="https://promocctv.com/katalog/">CCTV</a></li>
<li id="menu-item-5670" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5670"><a href="https://promocctv.com/katalog-access-control/">Access Control</a></li>
<li id="menu-item-4774" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4774"><a href="https://promocctv.com/portofolio/">Portofolio</a></li>
<li id="menu-item-4250" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4250"><a href="https://promocctv.com/tentang-kami/">Tentang</a></li>
<li id="menu-item-4248" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4248"><a href="https://promocctv.com/kontak/">Kontak</a></li>
<li id="menu-item-5847" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5847"><a href="https://promocctv.com/category/blog/">Blog</a></li>
</ul>			</div>
        </div>
        <div class="ei-cta">
        				<span class="ei-search ei-modal-link" data-modal="#ei-search-modal">
        		<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.75 10C1.75 5.44365 5.44365 1.75 10 1.75C14.5563 1.75 18.25 5.44365 18.25 10C18.25 14.5563 14.5563 18.25 10 18.25C5.44365 18.25 1.75 14.5563 1.75 10ZM10 0.25C4.61522 0.25 0.25 4.61522 0.25 10C0.25 15.3848 4.61522 19.75 10 19.75C12.4225 19.75 14.6386 18.8666 16.3437 17.4043L19.4698 20.5303C19.7627 20.8232 20.2376 20.8232 20.5305 20.5303C20.8234 20.2374 20.8234 19.7625 20.5305 19.4697L17.4044 16.3436C18.8666 14.6385 19.75 12.4224 19.75 10C19.75 4.61522 15.3848 0.25 10 0.25Z" fill="#828282"/>
</svg>
        	</span>
        	        	
        	
        	
        	<span class="ei-menu-mobile ei-mobile-d"></span>

        	        </div>

	</div>
</nav>
<section class="ei-404 ei-text-center">
    <div class="ei-container">
        <h1>
            404        </h1>
        <h2>
            Page not found!        </h2>
        <p>
            Sorry, the page you were looking for was not found.        </p>
        <center>
            <a href="http://promocctv.com" class="ei-btn">
                Back Home            </a>
        </center>
    </div>
</section>


<footer class="ei-footer">
    <div class="ei-container">
        <div class="ei-row" style="margin: 0;">

            <div class="ei-col ei-f-menu">
                
                                <div class="ei-copyright">
                                        Copyright © 2026 <a href="http://promocctv.com">PROMOCCTV</a>. All Right Reserved.
                                    </div>
                            </div>
            <div class="ei-col">
                            </div>

        </div>
    </div>
</footer>

<div class="ei-sidebar-pop-wrap ei-mobile-d">
	<div class="ei-sidebar-pop">
		<div class="ei-header" style="display: none;">

			<div class="ei-close">
                <span><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.07266 5.90022L11.3992 1.5742C11.6677 1.30563 11.6677 0.870206 11.3992 0.601662C11.1306 0.333097 10.6952 0.333097 10.4266 0.601662L6.10057 4.92814L1.77455 0.601662C1.50598 0.333097 1.07055 0.333097 0.80201 0.601662C0.533466 0.870227 0.533445 1.30565 0.80201 1.5742L5.12848 5.90022L0.80201 10.2263C0.533445 10.4948 0.533445 10.9303 0.80201 11.1988C1.07057 11.4673 1.506 11.4674 1.77455 11.1988L6.10057 6.87231L10.4266 11.1988C10.6952 11.4674 11.1306 11.4674 11.3991 11.1988C11.6677 10.9302 11.6677 10.4948 11.3991 10.2263L7.07266 5.90022Z" fill="white"/>
</svg>
</span>
            </div>
            <div class="ei-logo">
				<a href="https://promocctv.com/" class="ei-logo-black"><img src="https://promocctv.com/wp-content/uploads/2025/11/logo-promocctv-png-1-Custom.png" alt="PROMOCCTV"></a><a href="https://promocctv.com/" class="ei-logo-white"><img src="https://promocctv.com/wp-content/uploads/2025/11/logo-promocctv-png-1-Custom.png" alt="PROMOCCTV"></a>			</div>

		</div>
		<div class="ei-content" style="display: none;">

			<div class="ei-cta">
						</div>
			<div class="ei-navwrap">
            <ul id="menu-menu-utama-1" class="ei-nav"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5516"><a href="https://promocctv.com/katalog/">CCTV</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5670"><a href="https://promocctv.com/katalog-access-control/">Access Control</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4774"><a href="https://promocctv.com/portofolio/">Portofolio</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4250"><a href="https://promocctv.com/tentang-kami/">Tentang</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4248"><a href="https://promocctv.com/kontak/">Kontak</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5847"><a href="https://promocctv.com/category/blog/">Blog</a></li>
</ul>            </div>

		</div>
	</div>
	<div class="ei-sidebar-overlay"></div>
</div><div class="ei-modal-wrap" id="ei-search-modal">
    <div class="ei-modal">
        <div class="ei-modal-content" style="display: none;">
            <span class="ei-close">
                <span><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.07266 5.90022L11.3992 1.5742C11.6677 1.30563 11.6677 0.870206 11.3992 0.601662C11.1306 0.333097 10.6952 0.333097 10.4266 0.601662L6.10057 4.92814L1.77455 0.601662C1.50598 0.333097 1.07055 0.333097 0.80201 0.601662C0.533466 0.870227 0.533445 1.30565 0.80201 1.5742L5.12848 5.90022L0.80201 10.2263C0.533445 10.4948 0.533445 10.9303 0.80201 11.1988C1.07057 11.4673 1.506 11.4674 1.77455 11.1988L6.10057 6.87231L10.4266 11.1988C10.6952 11.4674 11.1306 11.4674 11.3991 11.1988C11.6677 10.9302 11.6677 10.4948 11.3991 10.2263L7.07266 5.90022Z" fill="white"/>
</svg>
</span>
            </span>
            <div class="ei-modal-body">
                <div>
                    <div class="ei-title ei-heading">
                        What are you looking for?                    </div>
                    <p>
                        Find some desired keywords.                    </p>

                    <form role="search" method="get" action="http://promocctv.com" class="ei-search" autocomplete="off">
                        <input type="hidden" name="post_type" value="post">
                        <select name="category" aria-label="Search By Category">
                          <option value="">
                              All categories                          </option>

                          <option value="blog">Blog</option><option value="uncategorized">Uncategorized</option>
                        </select>
                                                <input type="text" name="s" placeholder="Enter keyword...">
                        <button type="submit" class="ei-btn w-100">
                            Search now                        </button>
                    </form>

                </div>
            </div>
            <div class="ei-close-overlay"></div>
        </div>
    </div>
</div><div class="ei-modal-overlay"></div>



<script type="text/javascript">
	jQuery(function($){

		
		
	    
	});

	
	
	</script>


</body>
</html>