{"id":9781,"date":"2024-05-29T10:23:02","date_gmt":"2024-05-29T03:23:02","guid":{"rendered":"https:\/\/dmcti.co.id\/?page_id=9781"},"modified":"2024-11-28T09:53:03","modified_gmt":"2024-11-28T02:53:03","slug":"produk","status":"publish","type":"page","link":"https:\/\/dmcti.co.id\/en\/produk\/","title":{"rendered":"Produk"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"9781\" class=\"elementor elementor-9781\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49ff9f4 e-flex e-con-boxed e-con e-parent\" data-id=\"49ff9f4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-97c9796 e-con-full e-flex e-con e-child\" data-id=\"97c9796\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fbeb9c text-left mas-addons-sticky-no elementor-widget elementor-widget-tp-breadcrumbs-bar\" data-id=\"6fbeb9c\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"tp-breadcrumbs-bar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"bread69f4ca4d6dc54\" class=\"pt_plus_breadcrumbs_bar\"  style=\"justify-content : left\"><div class=\"pt_plus_breadcrumbs_bar_inner bred_style_1\"><nav id=\"breadcrumbs\"><span class=\"bc_home\"><a class=\"home_bread_tab\" href=\"https:\/\/dmcti.co.id\/en\/\"><img decoding=\"async\" class=\"bread-home-img\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\" \/><img decoding=\"async\" class=\"bread-sep-icon\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/caret-arrow-white.png\" \/><\/a><\/span> <span class=\"del\"><\/span> <span class=\"current\"><div class=\"current_tab_sec\">Page<\/div><\/span><\/nav><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-079824e mas-addons-sticky-no elementor-widget elementor-widget-text-editor\" data-id=\"079824e\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>PT. DMC TEKNOLOGI was established in June 1996 as DMC\u2019s overseas manufacturing facility. While our primary production has long focused on resistive touch screens, we began manufacturing capacitive types in 2022. Leveraging our status as a Bonded Factory, the majority of our products are exported not only to Japan but also to the EU, North America, and other Asian countries.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ae4d0f e-flex e-con-boxed e-con e-parent\" data-id=\"1ae4d0f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-822336c e-con-full e-flex e-con e-child\" data-id=\"822336c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71c07ac mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"71c07ac\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Product &amp; Services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20dbe1d mas-addons-sticky-no elementor-widget elementor-widget-html\" data-id=\"20dbe1d\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n\/* Control the Elementor Tabs from the URL\r\n* Code from https:\/\/element.how\/elementor-open-specific-tab-toggle-accordion\/\r\n* Copyright 2023 Element.how\r\n* Updated 2023\/12\/05\r\n*\/\r\nwindow.addEventListener('load', () => {\r\nsetTimeout(function () {\r\n\r\nlet scrollOffset = 100; \/* scroll offset from the top of title *\/\r\n\r\nconst tabsAccordionToggleTitles = document.querySelectorAll('.e-n-accordion-item-title, .e-n-tab-title, .elementor-tab-title');\r\n\r\nconst clickTitleWithAnchor = (anchor) => {\r\ntabsAccordionToggleTitles.forEach(title => {\r\nif (title.querySelector(`#${anchor}`) != null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor)) {\r\nif (title.getAttribute('aria-expanded') !== 'true' && !title.classList.contains('elementor-active')) title.click();\r\nlet timing = 0;\r\nlet scrollTarget = title;\r\nif (getComputedStyle(title.closest('.elementor-element')).getPropertyValue('--n-tabs-direction') == 'row') scrollTarget = title.closest('.elementor-element');\r\nif (title.closest('.e-n-accordion, .elementor-accordion-item, .elementor-toggle-item')) {\r\ntiming = 400;\r\n}\r\nsetTimeout(function () {\r\njQuery('html, body').animate({\r\nscrollTop: jQuery(scrollTarget).offset().top - scrollOffset,\r\n}, 'slow');\r\n}, timing);\r\n}\r\n});\r\n};\r\n\r\ndocument.addEventListener('click', (event) => {\r\nif (event.target.closest('a') && event.target.closest('a').href.includes('#')) {\r\nconst anchor = extractAnchor(event.target.closest('a').href);\r\nif (anchor && isAnchorInTitles(anchor, tabsAccordionToggleTitles)) {\r\nevent.preventDefault();\r\nclickTitleWithAnchor(anchor);\r\n}\r\n}\r\n});\r\n\r\nconst currentAnchor = extractAnchor(window.location.href);\r\nif (currentAnchor) {\r\nclickTitleWithAnchor(currentAnchor);\r\n}\r\n\r\nfunction extractAnchor(url) {\r\nconst match = url.match(\/#([^?]+)\/);\r\nreturn match ? match[1] : null;\r\n};\r\n\r\nfunction isAnchorInTitles(anchor, titles) {\r\nreturn Array.from(titles).some(title => {\r\nreturn title.querySelector(`#${anchor}`) !== null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor);\r\n});\r\n};\r\n\r\n}, 300);\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-915e938 e-n-tabs-mobile mas-addons-sticky-no elementor-widget elementor-widget-n-tabs\" data-id=\"915e938\" data-element_type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;,&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"152430904\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"resistive\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1524309041\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tResistive\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"capacitive\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1524309042\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCapacitive\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1524309041\" role=\"tabpanel\" aria-labelledby=\"resistive\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-0edf3c3 e-con-full e-flex e-con e-child\" data-id=\"0edf3c3\" data-element_type=\"container\">\n\t\t<a class=\"eael-wrapper-link-1bcbc73 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/resistive-produk\/#single-touch\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-1bcbc73\" class=\"elementor-element elementor-element-1bcbc73 e-flex e-con-boxed e-con e-child\" data-id=\"1bcbc73\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-9f15fad --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/resistive-produk\/#single-touch\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-9f15fad\" class=\"elementor-element elementor-element-9f15fad e-con-full e-flex e-con e-child\" data-id=\"9f15fad\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f81d10f mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"f81d10f\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/08\/product_images_ast-atp.png\" class=\"attachment-full size-full wp-image-11211\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/08\/product_images_ast-atp.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/08\/product_images_ast-atp-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/08\/product_images_ast-atp-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-671f980 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"671f980\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">AST\/LST\/QST\/FST\/MTR Series<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1524309042\" role=\"tabpanel\" aria-labelledby=\"capacitive\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\"elementor-element elementor-element-8780a2b e-flex e-con-boxed e-con e-child\" data-id=\"8780a2b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6af4ba6 e-flex e-con-boxed e-con e-child\" data-id=\"6af4ba6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-3fec2d6 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/capacitive-produk\/#dus-xf\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-3fec2d6\" class=\"elementor-element elementor-element-3fec2d6 e-con-full e-flex e-con e-child\" data-id=\"3fec2d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1235037 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"1235037\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/08\/product_images_dus-a.png\" class=\"attachment-full size-full wp-image-11232\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/08\/product_images_dus-a.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/08\/product_images_dus-a-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/08\/product_images_dus-a-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8090801 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"8090801\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">DUS-A Series<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3797332 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-n-tabs-mobile mas-addons-sticky-no elementor-widget elementor-widget-n-tabs\" data-id=\"3797332\" data-element_type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;,&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"58290994\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"capacitive\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-582909941\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCapacitive\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"resistive\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-582909942\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tResistive\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"solution\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-582909943\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tSolutions\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"lini-product\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-582909944\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tLini Product\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-582909941\" role=\"tabpanel\" aria-labelledby=\"capacitive\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-951d5a4 e-flex e-con-boxed e-con e-child\" data-id=\"951d5a4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2600310 e-flex e-con-boxed e-con e-child\" data-id=\"2600310\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-1aa1375 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/capacitive-produk\/#dus-v\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-1aa1375\" class=\"elementor-element elementor-element-1aa1375 e-con-full e-flex e-con e-child\" data-id=\"1aa1375\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b05716 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"8b05716\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series.png\" class=\"attachment-full size-full wp-image-9799\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0559bf2 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"0559bf2\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">DUS V Series<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-3dcfb76 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/capacitive-produk\/#dus-xf\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-3dcfb76\" class=\"elementor-element elementor-element-3dcfb76 e-con-full e-flex e-con e-child\" data-id=\"3dcfb76\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ccce39f mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"ccce39f\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series.png\" class=\"attachment-full size-full wp-image-9818\" alt=\"PT. DMC Teknologi Indonesia\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-407bed6 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"407bed6\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">DUS-XF Series<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-bc8a586 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/capacitive-produk\/#dfs\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-bc8a586\" class=\"elementor-element elementor-element-bc8a586 e-con-full e-flex e-con e-child\" data-id=\"bc8a586\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-800984f mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"800984f\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES.png\" class=\"attachment-full size-full wp-image-9849\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8df7096 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"8df7096\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">DFS Series<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c7717f9 e-flex e-con-boxed e-con e-child\" data-id=\"c7717f9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-7577a27 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/capacitive-produk\/#dus-a\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-7577a27\" class=\"elementor-element elementor-element-7577a27 e-con-full e-flex e-con e-child\" data-id=\"7577a27\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e79508a mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"e79508a\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUS-A.png\" class=\"attachment-full size-full wp-image-9990\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUS-A.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUS-A-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUS-A-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ee4183 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"8ee4183\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">DUS-A Series<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-130012f e-con-full e-flex e-con e-child\" data-id=\"130012f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4243c5b e-con-full e-flex e-con e-child\" data-id=\"4243c5b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-582909942\" role=\"tabpanel\" aria-labelledby=\"resistive\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\"elementor-element elementor-element-134ace8 e-con-full e-flex e-con e-child\" data-id=\"134ace8\" data-element_type=\"container\">\n\t\t<a class=\"eael-wrapper-link-7acfa45 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/resistive-produk\/#single-touch\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-7acfa45\" class=\"elementor-element elementor-element-7acfa45 e-flex e-con-boxed e-con e-child\" data-id=\"7acfa45\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-926d9ff --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/resistive-produk\/#single-touch\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-926d9ff\" class=\"elementor-element elementor-element-926d9ff e-con-full e-flex e-con e-child\" data-id=\"926d9ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b4fcf4 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"4b4fcf4\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"398\" height=\"277\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/single-touch.jpg\" class=\"attachment-full size-full wp-image-10007\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/single-touch.jpg 398w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/single-touch-300x209.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/single-touch-18x12.jpg 18w\" sizes=\"(max-width: 398px) 100vw, 398px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f965884 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"f965884\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Single Touch<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-d0d9d0c --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/resistive-produk\/#multi-touch\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-d0d9d0c\" class=\"elementor-element elementor-element-d0d9d0c e-con-full e-flex e-con e-child\" data-id=\"d0d9d0c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b01e573 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"b01e573\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"398\" height=\"277\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/Multi-touch.jpg\" class=\"attachment-full size-full wp-image-10008\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/Multi-touch.jpg 398w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/Multi-touch-300x209.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/Multi-touch-18x12.jpg 18w\" sizes=\"(max-width: 398px) 100vw, 398px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a5cc6b mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"3a5cc6b\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Multi Touch<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-ac1a8c4 --eael-wrapper-link-tag\" href=\"#\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-ac1a8c4\" class=\"elementor-element elementor-element-ac1a8c4 e-con-full e-flex e-con e-child\" data-id=\"ac1a8c4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-582909943\" role=\"tabpanel\" aria-labelledby=\"solution\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\"elementor-element elementor-element-6ef705f e-con-full e-flex e-con e-child\" data-id=\"6ef705f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-943ae0a e-flex e-con-boxed e-con e-child\" data-id=\"943ae0a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-20ae4fb --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/solutions-produk\/#assy\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-20ae4fb\" class=\"elementor-element elementor-element-20ae4fb e-con-full e-flex e-con e-child\" data-id=\"20ae4fb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e2af5b mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"6e2af5b\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series.png\" class=\"attachment-full size-full wp-image-9799\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14dd82b mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"14dd82b\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Assy TP dan LCD<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-04dafaf --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/solutions-produk\/#replacement\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-04dafaf\" class=\"elementor-element elementor-element-04dafaf e-con-full e-flex e-con e-child\" data-id=\"04dafaf\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61ecd2e mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"61ecd2e\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series.png\" class=\"attachment-full size-full wp-image-9818\" alt=\"PT. DMC Teknologi Indonesia\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f6675d mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"8f6675d\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Replacement<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-5313077 --eael-wrapper-link-tag\" href=\"\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-5313077\" class=\"elementor-element elementor-element-5313077 e-con-full e-flex e-con e-child\" data-id=\"5313077\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e143647 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"e143647\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES.png\" class=\"attachment-full size-full wp-image-9849\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-378e3d0 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"378e3d0\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Anti-Viral dan Bacterial Film<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aee18cf e-flex e-con-boxed e-con e-child\" data-id=\"aee18cf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-e9e12ce --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/solutions-produk\/#emi-shield\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-e9e12ce\" class=\"elementor-element elementor-element-e9e12ce e-con-full e-flex e-con e-child\" data-id=\"e9e12ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8521638 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"8521638\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series.png\" class=\"attachment-full size-full wp-image-9799\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSV-series-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97046df mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"97046df\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">EMI Shield Film<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-807d2f2 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/solutions-produk\/#anti-reflection\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-807d2f2\" class=\"elementor-element elementor-element-807d2f2 e-con-full e-flex e-con e-child\" data-id=\"807d2f2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb4cc3f mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"eb4cc3f\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series.png\" class=\"attachment-full size-full wp-image-9818\" alt=\"PT. DMC Teknologi Indonesia\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUSXF-Series-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb4bc6 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"5cb4bc6\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Anti-Reflection Film<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-17fd434 --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/solutions-produk\/#polarizing\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-17fd434\" class=\"elementor-element elementor-element-17fd434 e-con-full e-flex e-con e-child\" data-id=\"17fd434\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ecdf134 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"ecdf134\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES.png\" class=\"attachment-full size-full wp-image-9849\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DFS-SERIES-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c32f487 mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"c32f487\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Polarizing Film<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2253341 e-flex e-con-boxed e-con e-child\" data-id=\"2253341\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-eb3c401 --eael-wrapper-link-tag\" href=\"\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-eb3c401\" class=\"elementor-element elementor-element-eb3c401 e-con-full e-flex e-con e-child\" data-id=\"eb3c401\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cba98c0 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"cba98c0\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"400\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUS-A.png\" class=\"attachment-full size-full wp-image-9990\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUS-A.png 650w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUS-A-300x185.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/DUS-A-18x12.png 18w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d25627e mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"d25627e\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Protection Film<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e5ace0 e-con-full e-flex e-con e-child\" data-id=\"1e5ace0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eebe7e4 e-con-full e-flex e-con e-child\" data-id=\"eebe7e4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-582909944\" role=\"tabpanel\" aria-labelledby=\"lini-product\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\"elementor-element elementor-element-2ceadfb e-con-full e-flex e-con e-child\" data-id=\"2ceadfb\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d9668a3 e-flex e-con-boxed e-con e-child\" data-id=\"d9668a3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<a class=\"eael-wrapper-link-87fa7ce --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/lini-product\/#capacitive-touch\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-87fa7ce\" class=\"elementor-element elementor-element-87fa7ce e-con-full e-flex e-con e-child\" data-id=\"87fa7ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-555fa01 mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"555fa01\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"404\" height=\"284\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/NoPath-Copy-98@2x.png\" class=\"attachment-full size-full wp-image-10126\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/NoPath-Copy-98@2x.png 404w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/NoPath-Copy-98@2x-300x211.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/NoPath-Copy-98@2x-18x12.png 18w\" sizes=\"(max-width: 404px) 100vw, 404px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d61c6b mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"8d61c6b\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Lini Produk Capacitive Touch Panel<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-23735df --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/lini-product\/#resistive-multi\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-23735df\" class=\"elementor-element elementor-element-23735df e-con-full e-flex e-con e-child\" data-id=\"23735df\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74eb51b mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"74eb51b\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"404\" height=\"284\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/NoPath-Copy-97.png\" class=\"attachment-full size-full wp-image-10127\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/NoPath-Copy-97.png 404w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/NoPath-Copy-97-300x211.png 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/NoPath-Copy-97-18x12.png 18w\" sizes=\"(max-width: 404px) 100vw, 404px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-823f63a mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"823f63a\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Lini Produk Resistive Multi Touch (MTR)<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"eael-wrapper-link-069929e --eael-wrapper-link-tag\" href=\"https:\/\/dmcti.co.id\/en\/lini-product\/#resistive-touch\"><\/a><div data-eael-wrapper-link=\"eael-wrapper-link-069929e\" class=\"elementor-element elementor-element-069929e e-con-full e-flex e-con e-child\" data-id=\"069929e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e144ff mas-addons-sticky-no elementor-widget elementor-widget-image\" data-id=\"7e144ff\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"404\" height=\"284\" src=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/ST-Series.jpg\" class=\"attachment-full size-full wp-image-10128\" alt=\"\" srcset=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/ST-Series.jpg 404w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/ST-Series-300x211.jpg 300w, https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/ST-Series-18x12.jpg 18w\" sizes=\"(max-width: 404px) 100vw, 404px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-973027d mas-addons-sticky-no elementor-widget elementor-widget-heading\" data-id=\"973027d\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Lini Produk Resistive Touch Panel<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3cb45ff e-flex e-con-boxed e-con e-parent\" data-id=\"3cb45ff\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b9b1714 e-con-full e-flex e-con e-child\" data-id=\"b9b1714\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-013cb63 mas-addons-sticky-no elementor-widget elementor-widget-shortcode\" data-id=\"013cb63\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n\t\t\t<!-- START Slider Produk 1 REVOLUTION SLIDER 6.7.29 --><p class=\"rs-p-wp-fix\"><\/p>\n\t\t\t<rs-module-wrap id=\"rev_slider_7_1_wrapper\" data-source=\"gallery\" style=\"visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0px;margin-bottom:0;\">\n\t\t\t\t<rs-module id=\"rev_slider_7_1\" style=\"\" data-version=\"6.7.29\">\n\t\t\t\t\t<rs-slides style=\"overflow: hidden; position: absolute;\">\n\t\t\t\t\t\t<rs-slide style=\"position: absolute;\" data-key=\"rs-28\" data-title=\"Slide\" data-anim=\"adpr:false;\" data-in=\"o:0;\" data-out=\"a:false;\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"\/\/dmcti.co.id\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" title=\"Gemini_Generated_Image_iqirv0iqirv0iqir\" width=\"864\" height=\"1184\" class=\"rev-slidebg tp-rs-img rs-lazyload\" data-lazyload=\"\/\/dmcti.co.id\/wp-content\/uploads\/2025\/10\/Gemini_Generated_Image_iqirv0iqirv0iqir.png\" data-bg=\"p:15% -50%;f:100% 100%;\" data-no-retina>\n<!--\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-7-slide-28-layer-1\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#2b2b2b\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:440px,440px,440px,188px;yo:160px,160px,160px,127px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:27,27,27,21;l:34,34,34,27;fw:500;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:11;font-family:'Inter';\"\n\t\t\t\t\t\t\t>TOUCHSCREEN SERIES \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-7-slide-28-layer-2\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#2b2b2b\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:440px,440px,440px,188px;yo:191px,191px,191px,153px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:16,16,16,12;l:20,20,20,14;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:10;font-family:'Inter';\"\n\t\t\t\t\t\t\t>Search by Method and Type \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-7-slide-28-layer-3\" \n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:r;xo:-34px,-34px,-34px,-16px;yo:-2px,-2px,-2px,0;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,20,20,9;l:0,0,0,12;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:552px,552px,552px,313px;h:100%;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:8;background-color:#e5e5e5;\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><a\n\t\t\t\t\t\t\t\tid=\"slider-7-slide-28-layer-4\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer\"\n\t\t\t\t\t\t\t\thref=\"https:\/\/dmcti.co.id\/en\/cara-kerja-touch-screen-resistive\/\" target=\"_self\"\n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:438px,438px,438px,188px;yo:218px,218px,218px,180px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:nowrap;s:47,47,47,31;l:52,52,52,34;fw:700;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:494px,494px,494px,269px;h:115px,115px,115px,71px;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;e:power4.inOut;sp:1200;\"\n\t\t\t\t\t\t\t\tdata-frame_1_sfx=\"se:blocktoright;fxc:#000000;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:7800;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:12;font-family:'DM Sans';background:-webkit-linear-gradient(60deg, #7659e5, #c94ae5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;\"\n\t\t\t\t\t\t\t>How Touch<br \/>\nScreen Resistive Works \n\t\t\t\t\t\t\t<\/a><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-7-slide-28-layer-5\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#2d2d2d\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:438px,438px,438px,188px;yo:339px,339px,339px,255px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:18,18,18,11;l:25,25,25,16;fw:700;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:435px,435px,435px,279px;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;e:power4.inOut;st:130;sp:1200;sR:130;\"\n\t\t\t\t\t\t\t\tdata-frame_1_sfx=\"se:blocktoright;fxc:#000000;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:7670;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:13;font-family:'DM Sans';\"\n\t\t\t\t\t\t\t>Touchscreen with Pressure Sensitive Touch Detection \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-7-slide-28-layer-6\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#2b2b2b\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:438px,438px,438px,190px;yo:398px,398px,398px,293px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:14,14,14,10;l:18,18,18,11;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:500px,500px,500px,278px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:9;font-family:'Inter';\"\n\t\t\t\t\t\t\t>A resistive touch panel detects position by energizing electrodes (ITO film: transparent conductive film) that face each other. Resistive touch panels are used in various devices such as bank ATMs, train station ticket machines, and especially in industrial applications as a reliable touch screen. \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-7-slide-28-layer-7\" \n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:462px,462px,462px,167px;yo:-4px,-4px,-4px,0;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,20,20,9;l:0,0,0,12;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:502px,502px,502px,299px;h:13px,13px,13px,10px;\"\n\t\t\t\t\t\t\t\tdata-border=\"bor:0,0,20px,0;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:14;background:linear-gradient(90deg, rgba(106,75,229,1) 0%, rgba(189,83,229,1) 50%, rgba(229,222,80,1) 100%);\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n-->\t\t\t\t\t<\/rs-slide>\n\t\t\t\t\t<\/rs-slides>\n\t\t\t\t\t<rs-static-layers><!--\n\t\t\t\t\t--><\/rs-static-layers>\n\t\t\t\t<\/rs-module>\n\t\t\t\t<script>\n\t\t\t\t\tsetREVStartSize({c: 'rev_slider_7_1',rl:[1240,1240,1240,480],el:[570,570,570,500],gw:[950,950,950,480],gh:[570,570,570,500],type:'hero',justify:'',layout:'fullwidth',mh:\"0\"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules[\"revslider71\"]!==undefined) {window.RS_MODULES.modules[\"revslider71\"].once = false;window.revapi7 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}\n\t\t\t\t<\/script>\n\t\t\t<\/rs-module-wrap>\n\t\t\t<!-- END REVOLUTION SLIDER -->\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ad832c e-con-full e-flex e-con e-child\" data-id=\"4ad832c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b469c2e mas-addons-sticky-no elementor-widget elementor-widget-shortcode\" data-id=\"b469c2e\" data-element_type=\"widget\" data-settings=\"{&quot;mas_addons_sticky&quot;:&quot;no&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n\t\t\t<!-- START Slider Produk 2 REVOLUTION SLIDER 6.7.29 --><p class=\"rs-p-wp-fix\"><\/p>\n\t\t\t<rs-module-wrap id=\"rev_slider_6_2_wrapper\" data-source=\"gallery\" style=\"visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0px;margin-bottom:0;\">\n\t\t\t\t<rs-module id=\"rev_slider_6_2\" style=\"\" data-version=\"6.7.29\">\n\t\t\t\t\t<rs-slides style=\"overflow: hidden; position: absolute;\">\n\t\t\t\t\t\t<rs-slide style=\"position: absolute;\" data-key=\"rs-27\" data-title=\"Slide\" data-anim=\"adpr:false;\" data-in=\"o:0;\" data-out=\"a:false;\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"\/\/dmcti.co.id\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" title=\"bgi-product-lineup34\" width=\"2121\" height=\"1413\" class=\"rev-slidebg tp-rs-img rs-lazyload\" data-lazyload=\"\/\/dmcti.co.id\/wp-content\/uploads\/2024\/05\/bgi-product-lineup34.jpg\" data-no-retina>\n<!--\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-27-layer-1\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:35px,35px,35px,188px;yo:284px,284px,284px,127px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:27,27,27,21;l:34,34,34,27;fw:500;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:11;font-family:'Inter';\"\n\t\t\t\t\t\t\t>TOUCHSCREEN SERIES \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-27-layer-2\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:35px,35px,35px,188px;yo:315px,315px,315px,153px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:16,16,16,12;l:20,20,20,14;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:10;font-family:'Inter';\"\n\t\t\t\t\t\t\t>Search by Method and Type \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-27-layer-3\" \n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:r;xo:1px,1px,1px,0;y:b;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,20,20,9;l:0,0,0,12;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:950px,950px,950px,313px;h:332px,332px,332px,502px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:8;background:linear-gradient(155deg, rgba(2,0,32,1) 69%, rgba(1,47,80,1) 86%, rgba(1,85,120,1) 100%);\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><a\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-27-layer-4\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer\"\n\t\t\t\t\t\t\t\thref=\"https:\/\/dmcti.co.id\/en\/cara-kerja-touch-screen-capacitive\/\" target=\"_self\"\n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:35px,35px,35px,188px;yo:342px,342px,342px,180px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:nowrap;s:47,47,47,28;l:52,52,52,31;fw:700;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:834px,834px,834px,273px;h:auto,auto,auto,64px;\"\n\t\t\t\t\t\t\t\tdata-vbility=\"t,t,f,f\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;e:power4.inOut;sp:1200;\"\n\t\t\t\t\t\t\t\tdata-frame_1_sfx=\"se:blocktoright;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:7800;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:13;font-family:'DM Sans';background:-webkit-linear-gradient(60deg, #7659e5, #c94ae5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;\"\n\t\t\t\t\t\t\t>How Capacitive Touch Screen Works \n\t\t\t\t\t\t\t<\/a><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-27-layer-5\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:35px,35px,35px,188px;yo:410px,410px,410px,255px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:18,18,18,11;l:25,25,25,16;fw:700;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:477px,477px,477px,282px;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;e:power4.inOut;st:130;sp:1200;sR:130;\"\n\t\t\t\t\t\t\t\tdata-frame_1_sfx=\"se:blocktoright;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:7670;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:14;font-family:'DM Sans';\"\n\t\t\t\t\t\t\t>Touchscreen with Touch Detection by Current Change \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-27-layer-6\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:35px,35px,35px,190px;yo:451px,451px,451px,293px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:14,14,14,10;l:18,18,18,11;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:816px,816px,816px,278px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:9;font-family:'Inter';\"\n\t\t\t\t\t\t\t>Capacitive touch screens detect touch positions by sensing an increase in capacitance that occurs when the human body, such as a finger, touches the screen. Capacitive touch screens are used in various devices, including smartphones and tablets, as well as in industrial applications due to their high durability and robustness. \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-27-layer-7\" \n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:0,0,0,167px;yo:238px,238px,238px,0;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,20,20,9;l:0,0,0,12;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:502px,502px,502px,299px;h:13px,13px,13px,10px;\"\n\t\t\t\t\t\t\t\tdata-border=\"bor:0,0,20px,0;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:15;background:linear-gradient(90deg, rgba(106,75,229,1) 0%, rgba(189,83,229,1) 50%, rgba(229,222,80,1) 100%);\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-6-slide-27-layer-8\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:35px,35px,35px,188px;yo:342px,342px,342px,180px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:nowrap;s:47,47,47,28;l:52,52,52,31;fw:700;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:834px,834px,834px,273px;h:auto,auto,auto,64px;\"\n\t\t\t\t\t\t\t\tdata-vbility=\"f,f,t,t\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;e:power4.inOut;sp:1200;\"\n\t\t\t\t\t\t\t\tdata-frame_1_sfx=\"se:blocktoright;fxc:#000000;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:7800;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:12;font-family:'DM Sans';background:-webkit-linear-gradient(60deg, #0183e4, #28bffe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;\"\n\t\t\t\t\t\t\t>How Touch<br \/>\nScreen Capacitive \n\t\t\t\t\t\t\t<\/rs-layer><!--\n-->\t\t\t\t\t<\/rs-slide>\n\t\t\t\t\t<\/rs-slides>\n\t\t\t\t\t<rs-static-layers><!--\n\t\t\t\t\t--><\/rs-static-layers>\n\t\t\t\t<\/rs-module>\n\t\t\t\t<script>\n\t\t\t\t\tsetREVStartSize({c: 'rev_slider_6_2',rl:[1240,1240,1240,480],el:[570,570,570,500],gw:[950,950,950,480],gh:[570,570,570,500],type:'hero',justify:'',layout:'fullwidth',mh:\"0\"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules[\"revslider62\"]!==undefined) {window.RS_MODULES.modules[\"revslider62\"].once = false;window.revapi6 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}\n\t\t\t\t<\/script>\n\t\t\t<\/rs-module-wrap>\n\t\t\t<!-- END REVOLUTION SLIDER -->\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Page PT. DMC TEKNOLOGI didirikan pada bulan Juni 1996 sebagai pabrik DMC di luar negeri. Meskipun produksi utamanya adalah layar sentuh Resistif sejak lama, kami mulai memproduksi jenis kapasitif pada tahun 2022. Memanfaatkan status Pabrik Berikat, sebagian besar produk kami diekspor tidak hanya ke Jepang tetapi juga ke UE, Amerika Utara, dan negara-negara Asia. Product [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-9781","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Produk - PT. DMC Teknologi Indonesia<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dmcti.co.id\/en\/produk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Produk - PT. DMC Teknologi Indonesia\" \/>\n<meta property=\"og:description\" content=\"Page PT. DMC TEKNOLOGI didirikan pada bulan Juni 1996 sebagai pabrik DMC di luar negeri. Meskipun produksi utamanya adalah layar sentuh Resistif sejak lama, kami mulai memproduksi jenis kapasitif pada tahun 2022. Memanfaatkan status Pabrik Berikat, sebagian besar produk kami diekspor tidak hanya ke Jepang tetapi juga ke UE, Amerika Utara, dan negara-negara Asia. Product [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dmcti.co.id\/en\/produk\/\" \/>\n<meta property=\"og:site_name\" content=\"PT. DMC Teknologi Indonesia\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-28T02:53:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dmcti.co.id\/produk\/\",\"url\":\"https:\/\/dmcti.co.id\/produk\/\",\"name\":\"Produk - PT. DMC Teknologi Indonesia\",\"isPartOf\":{\"@id\":\"https:\/\/dmcti.co.id\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dmcti.co.id\/produk\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dmcti.co.id\/produk\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\",\"datePublished\":\"2024-05-29T03:23:02+00:00\",\"dateModified\":\"2024-11-28T02:53:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dmcti.co.id\/produk\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dmcti.co.id\/produk\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dmcti.co.id\/produk\/#primaryimage\",\"url\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\",\"contentUrl\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dmcti.co.id\/produk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dmcti.co.id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Produk\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dmcti.co.id\/#website\",\"url\":\"https:\/\/dmcti.co.id\/\",\"name\":\"PT. DMC Teknologi Indonesia\",\"description\":\"Interface With Touch\",\"publisher\":{\"@id\":\"https:\/\/dmcti.co.id\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dmcti.co.id\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dmcti.co.id\/#organization\",\"name\":\"PT. DMC Teknologi Indonesia\",\"url\":\"https:\/\/dmcti.co.id\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dmcti.co.id\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2023\/09\/logo_dmc_full_en.png\",\"contentUrl\":\"https:\/\/dmcti.co.id\/wp-content\/uploads\/2023\/09\/logo_dmc_full_en.png\",\"width\":596,\"height\":200,\"caption\":\"PT. DMC Teknologi Indonesia\"},\"image\":{\"@id\":\"https:\/\/dmcti.co.id\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Produk - PT. DMC Teknologi Indonesia","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dmcti.co.id\/en\/produk\/","og_locale":"en_US","og_type":"article","og_title":"Produk - PT. DMC Teknologi Indonesia","og_description":"Page PT. DMC TEKNOLOGI didirikan pada bulan Juni 1996 sebagai pabrik DMC di luar negeri. Meskipun produksi utamanya adalah layar sentuh Resistif sejak lama, kami mulai memproduksi jenis kapasitif pada tahun 2022. Memanfaatkan status Pabrik Berikat, sebagian besar produk kami diekspor tidak hanya ke Jepang tetapi juga ke UE, Amerika Utara, dan negara-negara Asia. Product [&hellip;]","og_url":"https:\/\/dmcti.co.id\/en\/produk\/","og_site_name":"PT. DMC Teknologi Indonesia","article_modified_time":"2024-11-28T02:53:03+00:00","og_image":[{"url":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dmcti.co.id\/produk\/","url":"https:\/\/dmcti.co.id\/produk\/","name":"Produk - PT. DMC Teknologi Indonesia","isPartOf":{"@id":"https:\/\/dmcti.co.id\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dmcti.co.id\/produk\/#primaryimage"},"image":{"@id":"https:\/\/dmcti.co.id\/produk\/#primaryimage"},"thumbnailUrl":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png","datePublished":"2024-05-29T03:23:02+00:00","dateModified":"2024-11-28T02:53:03+00:00","breadcrumb":{"@id":"https:\/\/dmcti.co.id\/produk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dmcti.co.id\/produk\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dmcti.co.id\/produk\/#primaryimage","url":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png","contentUrl":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2024\/11\/home-50.png"},{"@type":"BreadcrumbList","@id":"https:\/\/dmcti.co.id\/produk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dmcti.co.id\/"},{"@type":"ListItem","position":2,"name":"Produk"}]},{"@type":"WebSite","@id":"https:\/\/dmcti.co.id\/#website","url":"https:\/\/dmcti.co.id\/","name":"PT. DMC Teknologi Indonesia","description":"Interface With Touch","publisher":{"@id":"https:\/\/dmcti.co.id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dmcti.co.id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dmcti.co.id\/#organization","name":"PT. DMC Teknologi Indonesia","url":"https:\/\/dmcti.co.id\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dmcti.co.id\/#\/schema\/logo\/image\/","url":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2023\/09\/logo_dmc_full_en.png","contentUrl":"https:\/\/dmcti.co.id\/wp-content\/uploads\/2023\/09\/logo_dmc_full_en.png","width":596,"height":200,"caption":"PT. DMC Teknologi Indonesia"},"image":{"@id":"https:\/\/dmcti.co.id\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/pages\/9781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/comments?post=9781"}],"version-history":[{"count":268,"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/pages\/9781\/revisions"}],"predecessor-version":[{"id":12681,"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/pages\/9781\/revisions\/12681"}],"wp:attachment":[{"href":"https:\/\/dmcti.co.id\/en\/wp-json\/wp\/v2\/media?parent=9781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}