CINXE.COM

CENS.com Search Result: wheel cover

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="canonical" href="https://www.cens.com/censv1/en/register.jsp" /> <title>CENS.com Search Result: wheel cover</title> <!-- Bootstrap CSS --> <link rel="stylesheet" type="text/css" href="/cens/css/bootstrap.min.css"> <!-- font-awesome CSS --> <!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" > --> <link rel="preload" href="/cens/css/fontawesome.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload" href="/cens/css/brands.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload" href="/cens/css/solid.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript> <link rel="preload" as="style" type="text/css" href="/cens/css/fontawesome.min.css"> <link rel="stylesheet" type="text/css" href="/cens/css/brands.min.css"> <link rel="stylesheet" type="text/css" href="/cens/css/solid.min.css"> </noscript> <link rel="stylesheet" type="text/css" href="/cens/css/media.css"> <!--original CSS--> <link rel="stylesheet" type="text/css" href="/cens/css/style-rwd.css?v231122"> <link rel="stylesheet" type="text/css" href="/cens/css/style.css?v20220325"> <!-- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> --> <script language="javascript" type="text/javascript" src="/cens/js/jquerymin.js"></script> <SCRIPT TYPE="text/javascript"> var objMsg, objSELINTEREST, objSELFQR, selected_cat; $(function() { objMsg = document.getElementById("spaMsg"); objSELINTEREST = document.getElementById("SELINTEREST"); objSELFQR = document.getElementById("SELFQR"); selected_cat = document.getElementById("selected-cat"); /*while (selected_cat.firstChild) { selected_cat.removeChild(selected_cat.firstChild); }*/ }); function sbar(st) { st.style.backgroundColor = '#005BB7'; } function cbar(st) { st.style.backgroundColor = ''; } function window_onload() { document.getElementById("f_EMAIL1").focus(); } function getFqrCATE_ID(selstr) { selstr = selstr.replace(/\s+/g, '');//remove spaces objSELFQR.value = selstr; //alert("getFqrCATE_ID:"+objSELFQR.value+"xxxx"); } function onSubmit(token) { // console.log(token); var secret = $('#recaptcha').data('sitekey'); document.getElementById("f_fun").attributes["value"].value = "ADD"; document.getElementById("frm_register").submit(); } function cmdAddNew_onclick(event) { var objread = document.getElementById("read_statements"); if (objread.checked == false) { alert("You don't have read the Statements"); return; } var objURL = document.getElementById("f_URL"); var url = objURL.value; url = url.replace("http://", ""); objURL.value = url; var objCats = document.getElementsByName("f_INDUSTRY"); var cnt = 0; var selstr = ""; for (var i = 0; i < objCats.length; i++) { if (objCats[i].type == "checkbox" && objCats[i].checked == true) { cnt++; if (selstr.indexOf(objCats[i].value) == -1) { if (selstr == "") { selstr = objCats[i].value; } else { selstr = selstr + "," + objCats[i].value; } } } } objSELINTEREST.value = selstr; if (cnt == 0) { alert( "Please select at least one Product Category !" ); return false; } //alert(objSELINTEREST.value); if (objSELINTEREST.value == "") { alert("SELINTEREST is empty"); return false; } var URLs = "./ajax/qrycateid.jsp"; $.ajax({ url: URLs, data: "selstr="+selstr, type:"POST", dataType:'text', async:false, success: function(msg){ //alert(msg); getFqrCATE_ID(msg); }, error:function(xhr, ajaxOptions, thrownError){ alert(xhr.status); alert(thrownError); } }); if (document.getElementById("f_EMAIL1").value.length < 1) { alert( "Email can't be empty !" ); document.getElementById("f_EMAIL1").focus(); return false; } if (!checkMail(document.getElementById("f_EMAIL1").value)) { alert( "Invalid email !" ); document.getElementById("f_EMAIL1").focus(); return false; } if (document.getElementById("f_PWD").value.length < 1) { alert( "Password can't be empty !" ); document.getElementById("f_PWD").focus(); return false; } if (document.getElementById("f_PWD").value != document.getElementById("f_PWD2").value) { alert( "Please confirm your password !" ); document.getElementById("f_PWD").focus(); return false; } if (document.getElementById("f_COMPANY_NAME").value.length < 1) { alert( "Company name can't be empty !" ); document.getElementById("f_COMPANY_NAME").focus(); return false; } if (document.getElementById("f_CONTACT_NAME").value.length < 1) { alert( "Contact person can't be empty !" ); document.getElementById("f_CONTACT_NAME").focus(); return false; } /*if (document.getElementById("f_CONTACT_POSITION").value.length < 1) { alert( "Job title can't be empty !" ); document.getElementById("f_CONTACT_POSITION").focus(); return false; }*/ /*if (document.getElementById("f_PHONE1_CCODE").value.length < 1 || document.getElementById("f_PHONE1_ACODE").value.length < 1 || document.getElementById("f_PHONE1_NO").value.length < 1) { alert( "Phone number can't be empty !" ); document.getElementById("f_PHONE1_CCODE").focus(); return false; }*/ /*if (document.getElementById("f_COMPANY_ADDRESS").value.length < 1) { alert( "Address can't be empty !" ); document.getElementById("f_COMPANY_ADDRESS").focus(); return false; }*/ /*if (document.getElementById("f_COMPANY_CITY").value.length < 1) { alert( "City,State can't be empty !" ); document.getElementById("f_COMPANY_CITY").focus(); return false; }*/ /*if (document.getElementById("f_COMPANY_ZIP").value.length < 1) { alert( "Zip Code can't be empty !" ); document.getElementById("f_COMPANY_ZIP").focus(); return false; }*/ var fname = document.getElementById("f_BCARD").value; if (fname.length > 0) { var n = fname.lastIndexOf("."); var rn = fname.substring(n+1); rn = rn.toLowerCase(); if (rn != "jpg" && rn != "gif" && rn != "png") { alert( "It must be jpg or gif or png image file!" ); document.getElementById("f_BCARD").focus(); return false; } } fname = document.getElementById("f_BCARD2").value; if (fname.length > 0) { var n = fname.lastIndexOf("."); var rn = fname.substring(n+1); rn = rn.toLowerCase(); if (rn != "jpg" && rn != "gif" && rn != "png") { alert( "It must be jpg or gif or png image file!" ); document.getElementById("f_BCARD2").focus(); return false; } } /*if (document.getElementById("f_COUNTRY").value.length < 1) { alert( "Country can't be empty !" ); document.getElementById("f_COUNTRY").focus(); return false; }*/ if (document.getElementById("f_EMAIL2").value.length > 0) { if (!checkMail(document.getElementById("f_EMAIL2").value)) { alert( "Invalid email !" ); document.getElementById("f_EMAIL2").focus(); return false; } } if (document.getElementById("f_AUTH_KEY").value.length < 1) { alert( "Verification code can't be empty !" ); document.getElementById("f_AUTH_KEY").focus(); return false; } grecaptcha.execute(); } function checkMail(email) { var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (filter.test(email)) return true; else return false; } function searchCate() { var f_KW = document.getElementById("f_KW").value; if (f_KW != "") { var URLs = "./ajax/qrycategory.jsp"; $.ajax({ url: URLs, data: "f_KW="+f_KW, //data:'foo='+ bar+'&calibri='+ nolibri, //data: '{ foo: \'' + bar + '\', zoo: \'' + calibri + '\'}', type:"POST", dataType:'text', async:false, success: function(msg){ //alert(msg); if (msg.indexOf("nodata") >= 0) { objMsg.textContent = "Results not found.";//搜尋無資料 ProcXml(""); } else { objMsg.textContent = ""; ProcXml(msg); } }, error:function(xhr, ajaxOptions, thrownError){ alert(xhr.status); alert(thrownError); } }); } else { objMsg.textContent = "Please enter a search string";//請輸入搜尋字串 } } function ProcXml(xml) { var selCAT_ID = []; var selE_NAME = []; var objCats = document.getElementsByName("f_INDUSTRY"); var index = 0 var selstr = "";//已選取的 CAT_ID 字串 for (var i = 0; i < objCats.length; i++) { if (objCats[i].type == "checkbox" && objCats[i].checked == true && selstr.indexOf(objCats[i].value) == -1) { selCAT_ID[index] = objCats[i].value; selE_NAME[index] = objCats[i].title; selstr = selstr + objCats[i].value + ","; //alert("value:"+selCAT_ID[index]+", name:"+selE_NAME[index]); index++; } } var objCate = document.getElementById("divCate"); while (objCate.firstChild) { objCate.removeChild(objCate.firstChild); } while (selected_cat.firstChild) { selected_cat.removeChild(selected_cat.firstChild); } if (selCAT_ID.length > 0) { for (var i = 0; i < selCAT_ID.length; i++) { var CAT_ID = selCAT_ID[i]; var E_NAME = selE_NAME[i]; var iDiv = document.createElement('div'); //iDiv.id = 'block'+i; iDiv.className = 'custom-control custom-checkbox col-lg-4 col-sm-6'; iDiv.innerHTML = '<input type="checkbox" name="f_INDUSTRY" id="f_' + CAT_ID + '" value="' + CAT_ID + '" checked title="' + E_NAME + '" class="custom-control-input"> <label class="custom-control-label" for="f_' + CAT_ID + '">' + E_NAME + '</label>'; selected_cat.appendChild(iDiv); } document.getElementById("no-selected").style.display = "none"; } if (xml != "") { $(xml).find("category").each(function () { var total=$(xml).find("category").length;//xml的總筆數 var CAT_ID=$(this).children("CAT_ID").text(); //取得子節點中的CAT_ID資料 var E_NAME=$(this).children("E_NAME").text(); //取得子節點中的E_NAME資料 if (selstr.indexOf(CAT_ID) == -1) { var iDiv = document.createElement('div'); //iDiv.id = 'block'+i; iDiv.className = 'custom-control custom-checkbox col-lg-4 col-sm-6'; iDiv.innerHTML = '<input type="checkbox" name="f_INDUSTRY" id="f_' + CAT_ID + '" value="' + CAT_ID + '" title="' + E_NAME + '" class="custom-control-input"> <label class="custom-control-label" for="f_' + CAT_ID + '">' + E_NAME + '</label>'; objCate.appendChild(iDiv); } }); document.getElementById("SearchButton").innerText = 'Add'; } } function onload() { var element = document.getElementById('cmdAddNew'); element.onclick = cmdAddNew_onclick; } </SCRIPT> <script src="https://www.google.com/recaptcha/api.js" async defer></script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NWQQ594" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script language="JavaScript" type="text/javascript"> function SetCookie(name){ //設定cookies var exp = new Date("December 31, 9999"); var thisTime = new Date(); document.cookie = name + "="+ thisTime.getTime() + ";expires=" + exp.toGMTString() + ";path=/"; } function getCookie(name){ //取cookies var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)")); if(arr != null) return unescape(arr[2]); return null; } function confirmCookie(){ SetCookie("TTS-GDPR"); removeStyle(); } function removeStyle(){ document.getElementById("cookies").style.display = "none"; } function checkGDPR(){ var tett= getCookie("TTS-GDPR"); if(tett==null){ document.getElementById("cookies").style.display = "block"; } else { removeStyle(); } } </script> <script> $(document).ready(function(){ checkGDPR(); }); </script> <header class="pt-5 pt-md-0"> <div class="container-fluid" style="background-color: #F5F5F5;"> <div class="container"> <ul class="topnav mb-0"> <li class="float-left"> <a href="/cens/html/en/">CENS.com</a> | <a href="/cens/html/en/publication/pub_list.html">Trade Magazines</a> | <a href="/cens/html/en/news/news_home.html">Taiwan Industry Updates</a> | <a href="/cens/html/en/exhibition/exh_home.html">CENS at Trade Shows</a> </li> <li class="float-right"> <a href="/censv1/en/inquirycart.jsp">Inquiry Cart</a> | <a href="/censv1/en/contactus.jsp?getcode=nocost">Customized Sourcing</a> | <a href="/cens/html/zh/">繁體</a> <a href="/cens/html/gb/">简体</a> </li> </ul> <ul class="topnav-mobile fixed-top"> <li class="menu-icon"> <a tabindex="0" type="button" aria-controls="all-category" aria-expanded="false" aria-label="open PRODUCT CATEGORIES" href="#"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bars" class="svg-inline--fa fa-bars fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></a> </li> <li class="nlogo-mobile"><a href="https://www.cens.com/"><img alt="menu icon" src="https://www.cens.com/cens/images/logo-m.png"></a></li> <li class="tool"> <a tabindex="0" class="tool-icon view-search" aria-label="open search" aria-controls="search-main" aria-expanded="false" href="#"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" class="svg-inline--fa fa-search fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></a> <a tabindex="0" class="tool-icon" aria-label="Inquiry cart" href="https://www.cens.com/censv1/en/inquirycart.jsp"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="shopping-cart" class="svg-inline--fa fa-shopping-cart fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z"></path></svg></a> <a tabindex="0" class="tool-icon view-ellipsis" aria-label="View More" aria-controls="tool-view" aria-expanded="false" href="#"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="ellipsis-v" class="svg-inline--fa fa-ellipsis-v fa-w-6" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="currentColor" d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"></path></svg></a> </li> </ul> <style> .topnav-mobile svg { color: #006CB8; width: 1.5rem; height: 1.5rem; margin: 0 0.5rem; } .sidebar-close { color: #006CB8; } .sidebar-close svg { width: 1.5rem; height: 1.5rem; } </style> </div> </div> <aside id="cookies" class="container-fluid" style="display:none"> <div class="row"> <div class="col-sm-10"> <h3>Cookies</h3> <p>This website uses cookies in order to offer you better services. If you choose to continue on, we will assume that you consent to receiving cookies from CENS.com. <a target="_blank" href="https://www.cens.com/censv1/en/privacy.jsp">Please refer to our Privacy Policy for more details.</a></p> </div> <div class="col-sm-2 cookies-ok"> <button type="button" onclick="confirmCookie();" class="btn btn-warning">OK</button> </div> </div> </aside> <nav id="all-category" class="sidebar" side="left"> <div class="d-flex" style="align-items:center"> <div class="d-flex mr-2 sidebar-close" role="button" tabindex="0"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-left" class="svg-inline--fa fa-angle-left fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"></path></svg> </div> <h5 class="cens_color m-0">PRODUCT CATEGORIES</h5> </div> <hr> <ul class="industry"> <li class="oyh"><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Auto-Parts-&-Accessories.html" data-collapse="#none">Auto Parts and Accessories</a></li> <li class="oyh"><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Machinery-&-Machine-Tools.html" data-collapse="#none">Machinery & Machine Tools</a></li> <li class="oyh"><a href="/cens/html/en/category/Hardware-&-Tools/Hardware-&-Tools.html" data-collapse="#none">Hardware and Tools</a></li> <li class="oyh"><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Furniture,-Parts-&-Accessories.html" data-collapse="#none">Furniture, Parts & Accessories</a></li> <li class="oyh"><a href="/cens/html/en/category/Lighting-&-LEDs/Lighting-&-LEDs.html" data-collapse="#none">Lighting & LEDs</a></li> <li class="oyh"><a href="/cens/html/en/category/Motorcycles-&-Powersports/Motorcycles-&-Powersports.html" data-collapse="#none">Motorcycles & Powersports</a></li> <li class="oyh"><a href="/cens/html/en/category/Industrial-Parts-&-Services/Industrial-Parts-&-Services.html" data-collapse="#none">Industrial Parts & Services</a></li> <li class="oyh"><a href="/cens/html/en/category/Screws-&-Fasteners/Screws-&-Fasteners.html" data-collapse="#none">Screws & Fasteners</a></li> <li class="oyh"><a href="/cens/html/en/category/Electronics-&-Computers/Electronics-&-Computers.html" data-collapse="#none">Electronics & Computers</a></li> <li class="oyh"><a data-collapse="#gtarp">Garden Tools and Products</a></li> <li class="oyh"><a href="/cens/html/en/category/General-Items/General-Items.html" data-collapse="#none">More</a></li> </ul> <ul id="none"></ul> <div class="industry-list sidebar" side="left"> <ul id="apaa"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i> </div> <a href="/cens/html/en/category/Auto-Parts-&-Accessories/Auto-Parts-&-Accessories.html">Auto Parts and Accessories</a> </li> <ul class="s-il"> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Auto-Lamps/Auto-Lamps.html"><i class="fa fa-caret-right"></i>Auto Lamps</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Auto-Lamps/Head-Lamps.html">Head Lamps</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Auto-Lamps/Fog-Lamps.html">Fog Lamps</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Auto-Lamps/Signal-Lamps.html">Signal Lamps</a></li> </ul> </li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Body-Systems/Body-Systems.html"><i class="fa fa-caret-right"></i>Body systems</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Body-Systems/Body-Parts.html">Body Parts</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Body-Systems/Grilles.html">Grilles</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Body-Systems/Chassis-Parts.html">Chassis Parts</a></li> </ul> </li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Car-Mirrors/Car-Mirrors.html"><i class="fa fa-caret-right"></i>Car Mirrors</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Engine-Parts/Engine-Parts.html"><i class="fa fa-caret-right"></i>Engine Parts</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Engine-Fittings/Engine-Fittings.html">Engine Fittings</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Pumps/Pumps.html">Pumps</a></li> </ul> </li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Suspension-Systems/Suspension-Systems.html"><i class="fa fa-caret-right"></i>Suspension Systems</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Suspension-Systems/Control-Arms-(Suspension-Arms).html">Control Arms</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Suspension-Systems/Shock-Absorbers.html">Shock Absorbers</a></li> </ul> </li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Special-purpose-Vehicle-Parts-&-Accessories/Special-purpose-Vehicle-Parts-&-Accessories.html"><i class="fa fa-caret-right"></i>Special-purpose Vehicle Parts & Accessories</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Power-Transmission-Systems/Power-Transmission-Systems.html"><i class="fa fa-caret-right"></i>Power Transmission Systems</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Power-Transmission-Systems/Gears.html">Gears</a></li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Power-Transmission-Systems/C.V.-Joints.html">C.V. Joints</a></li> </ul> </li> <li><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Wheels,-Tires,-Accessories/Wheels,-Tires,-Accessories.html"><i class="fa fa-caret-right"></i>Wheels, Tires, Accessories</a></li> <li class="more-industry"><a href="/cens/html/en/category/Auto-Parts-&-Accessories/Auto-Parts-&-Accessories.html">More Categories</a></li> </ul> </ul> <ul id="mmt"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Machinery-&-Machine-Tools/Machinery-&-Machine-Tools.html">Machinery & Machine Tools</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Plastic-Processing-Machinery/Plastic-Processing-Machinery.html"><i class="fa fa-caret-right"></i>Machinery for Processing Plastics</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Plastic-Processing-Machinery/Plastic-Injection-Molding-Machines.html">Plastic Injection Molding Machines</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Plastic-Processing-Machinery/Inflation-Tubular-Film-making-Machines.html">Inflation Tubular Film-making Machines</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Plastic-Processing-Machinery/Plastic-Extruders.html">Plastic Extruders</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Plastic-Processing-Machinery/Plastic-Bag-Making-Machines.html">Plastic Bag Making Machines</a></li> </ul> </li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Packaging-Machinery/Packaging-Machinery.html"><i class="fa fa-caret-right"></i>Packaging Machinery</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Packaging-Machinery/Bag-Sealing-Machines-(Sealing-Machines).html">Bag Sealing Machines</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Packaging-Machinery/Strapping-Machines.html">Strapping Machines</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Packaging-Machinery/Marking-and-Labeling-Machines.html">Marking and Labeling Machines</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Packaging-Machinery/Slitting-and-Rewinding-Machines.html">Slitting and Rewinding Machines</a></li> </ul> </li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Rubber-Processing-Machinery/Rubber-Processing-Machinery.html"><i class="fa fa-caret-right"></i>Rubber Processing Machinery</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Printing-Presses/Printing-Presses.html"><i class="fa fa-caret-right"></i>Printing Presses</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Woodworking-Machinery/Woodworking-Machinery.html"><i class="fa fa-caret-right"></i>Woodworking Machinery</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Food-And-Beverage-Machinery/Food-And-Beverage-Machinery.html"><i class="fa fa-caret-right"></i>Machinery for the Food and Beverage Industries</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Machinery-&-Machine-Tools.html"><i class="fa fa-caret-right"></i>Machine Tools and Metal Processing Machines</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Lathes/Lathes.html">Lathes</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Drilling-Machines/Drilling-Machines.html">Drilling Machines</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Grinding-Machines/Grinding-Machines.html">Grinding Machines</a></li> <li><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Milling-Machines/Milling-Machines.html">Milling Machines</a></li> </ul> </li> <li class="more-industry"><a href="/cens/html/en/category/Machinery-&-Machine-Tools/Machinery-&-Machine-Tools.html">More Categories</a></li> </ul> </ul> <ul id="hat"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Hardware-&-Tools/Hardware-&-Tools.html">Hardware and Tools</a></li> <ul class="s-il"> <li><i class="fa fa-caret-right"></i>Bathroom Equipment <ul class="list-items"> <li><a href="/cens/html/en/category/Hardware-&-Tools/Sanitary-Engineering/Sanitary-Engineering.html">Sanitary Engineering</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Fittings,-Valves/Fittings,-Valves.html">Fittings & Valves</a></li> </ul> </li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Fasteners/Fasteners.html"><i class="fa fa-caret-right"></i>Fasteners</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Hardware-&-Tools/Fasteners/Nuts.html">Nuts</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Fasteners/Screws.html">Screws</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Fasteners/Springs.html">Springs</a></li> </ul> </li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Furniture-Hardware-and-Decorative-Building-Materials/Furniture-Hardware-and-Decorative-Building-Materials.html"><i class="fa fa-caret-right"></i>Furniture hardware and Decorative building materials</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Hardware-&-Tools/Furniture-Hardware-and-Decorative-Building-Materials/Handles.html">Handles</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Furniture-Hardware-and-Decorative-Building-Materials/Locks.html">Locks</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Furniture-Hardware-and-Decorative-Building-Materials/Door-and-window-accessories.html">Door & Window accessories</a></li> </ul> </li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Industrial-Hardware/Industrial-Hardware.html"><i class="fa fa-caret-right"></i>Industrial Hardware</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Hardware-&-Tools/Industrial-Hardware/Punched,-lathed,-pressed-products.html">Punched, Lathed, Pressed products</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Industrial-Hardware/Valves,-accessories.html">Valves & Accessories</a></li> </ul> </li> <li><i class="fa fa-caret-right"></i>Garden Related Products <ul class="list-items"> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Lighting-and-Water-Technology/Garden-Lighting-and-Water-Technology.html">Lighting and Water technology</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-machinery/Garden-machinery.html">Garden machinery</a></li> </ul> </li> <li><i class="fa fa-caret-right"></i>Non-powered Hand Tools <ul class="list-items"> <li><a href="/cens/html/en/category/Hardware-&-Tools/Wrenches,-Spanners/Wrenches,-Spanners.html">Wrenches</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Screwdrivers,-Rivet-Nut-Tools/Screwdrivers,-Rivet-Nut-Tools.html">Screwdrivers</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Vehicle-Repair-Tools-&-Equipment/Vehicle-Repair-Tools-&-Equipment.html">Vehicle repair tools & Equipment</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Tools/Garden-Tools.html">Garden tools</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Craftsmen-use-tools-_-Painting-Tools-_-Masonry-Tools/Craftsmen-use-tools-_-Painting-Tools-_-Masonry-Tools.html">Craftsmen-use-tools, Painting tools & Masonry tools</a></li> </ul> </li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Hydraulic-hand-tools/Hydraulic-hand-tools.html"><i class="fa fa-caret-right"></i>Hydraulic hand tools</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Powered-hand-tools/Powered-hand-tools.html"><i class="fa fa-caret-right"></i>Powered hand tools</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Pneumatic-Hand-Tools/Pneumatic-Hand-Tools.html"><i class="fa fa-caret-right"></i>Pneumatic hand tools</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Hardware-&-Tools/Pneumatic-Hand-Tools/Impact-wrenches-&-air-sockets.html">Impact wrenches & air sockets</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Pneumatic-Hand-Tools/Air-sanders.html">Air sanders</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Pneumatic-Hand-Tools/Air-spray-guns.html">Air spray guns</a></li> </ul> </li> <li class="more-industry"><a href="/cens/html/en/category/Hardware-&-Tools/Hardware-&-Tools.html">More Categories</a></li> </ul> </ul> <ul id="fpa"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Furniture,-Parts-&-Accessories.html">Furniture, Parts & Accessories</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Bathroom-Furniture_Accessories/Bathroom-Furniture_Accessories.html"><i class="fa fa-caret-right"></i>Bathroom Furniture/Accessories</a></li> <li><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Home-Furniture/Home-Furniture.html"><i class="fa fa-caret-right"></i>Home & Indoor Furniture</a></li> <li><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Houseware-&-Kitchenware-_-Kitchen-Furniture/Houseware-&-Kitchenware-_-Kitchen-Furniture.html"><i class="fa fa-caret-right"></i>Houseware, Kitchenware& Kitchen Furniture</a></li> <li><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Office-Furniture/Office-Furniture.html"><i class="fa fa-caret-right"></i>Office Furniture</a></li> <li><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Outdoor-Furniture/Outdoor-Furniture.html"><i class="fa fa-caret-right"></i>Outdoor Furniture</a></li> <li><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Department-Store_Hospital-and-Public-Area-Use-Furniture/Department-Store_Hospital-and-Public-Area-Use-Furniture.html"><i class="fa fa-caret-right"></i>Department Store, Hospital and Public-Area Use Furniture</a></li> <li><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Baby's-and-Children's-Furniture/Baby's-and-Children's-Furniture.html"><i class="fa fa-caret-right"></i>Baby's and Children's Furniture</a></li> <li><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Semi-finished-Furniture,-Hardware-Parts-and-Accessories/Semi-finished-Furniture,-Hardware-Parts-and-Accessories.html"><i class="fa fa-caret-right"></i>Semi-finished Furniture, Hardware Parts and Accessories</a></li> <li class="more-industry"><a href="/cens/html/en/category/Furniture,-Parts-&-Accessories/Furniture,-Parts-&-Accessories.html">More Categories</a></li> </ul> </ul> <ul id="ll"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Lighting-&-LEDs/Lighting-&-LEDs.html">Lighting & LEDs</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/Lighting-&-LEDs/LED-&-Applications/LED-&-Applications.html"><i class="fa fa-caret-right"></i>LED & Applications</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Lighting-&-LEDs/LED-&-Applications/LEDs.html">LEDs</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/LED-&-Applications/LED-Lamps.html">LED Lamps</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/LED-&-Applications/LED-Bulbs.html">LED Bulbs</a></li> </ul> </li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Home-Lighting/Home-Lighting.html"><i class="fa fa-caret-right"></i>Home Lighting</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Home-Lighting/Ceiling-Mounts.html">Ceiling Mounts</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Home-Lighting/Table-Lamps.html">Table Lamps</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Home-Lighting/Wall-Lamps.html">Wall Lamps</a></li> </ul> </li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Commercial-Use-Lights/Commercial-Use-Lights.html"><i class="fa fa-caret-right"></i>Commercial-Use Lights</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Commercial-Use-Lights/Downlights.html">Downlights</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Commercial-Use-Lights/Outdoor-Lights-_-Streetlights-_-Work-Lights.html">Outdoor Lights & Streetlights</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Commercial-Use-Lights/Spotlights_Searchlights.html">Spotlights & Searchlights</a></li> </ul> </li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Light-Source-Products/Light-Source-Products.html"><i class="fa fa-caret-right"></i>Light Source Products</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Light-Source-Products/Energy-Saving-Lamps.html">Energy-Saving Lamps</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Light-Source-Products/Tube-Lights-_-Fluorescent-Lamps.html">Tube Lights & Fluorescent Lamps</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Commercial-Use-Lights/Spotlights_Searchlights.html">Spotlights & Searchlights</a></li> </ul> </li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Special-Purpose-Lights/Special-Purpose-Lights.html"><i class="fa fa-caret-right"></i>Special-Purpose Lights</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/CCFL-&-Applications/CCFL-&-Applications.html"><i class="fa fa-caret-right"></i>CCFL & Applications</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Lighting-Accessories/Lighting-Accessories.html"><i class="fa fa-caret-right"></i>Lighting Accessories</a> <ul class="list-items"> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Lighting-Accessories/Electronic-Ballasts.html">Electronic Ballasts</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Lighting-Accessories/Hardware-Fittings.html">Hardware Fittings</a></li> </ul> </li> <li class="more-industry"><a href="/cens/html/en/category/Lighting-&-LEDs/Lighting-&-LEDs.html">More Categories</a></li> </ul> </ul> <ul id="mp"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Motorcycles-&-Powersports/Motorcycles-&-Powersports.html">Motorcycles & Powersports</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Assembled-Vehicles/Assembled-Vehicles.html"><i class="fa fa-caret-right"></i>Assembled Vehicles</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Powersports-Engines-&-Parts/Powersports-Engines-&-Parts.html"><i class="fa fa-caret-right"></i>Engines & Parts</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Powersports-Transmission-Systems-&-Parts/Powersports-Transmission-Systems-&-Parts.html"><i class="fa fa-caret-right"></i>Transmission Systems & Parts</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Powersports-Brake-Systems-&-Parts/Powersports-Brake-Systems-&-Parts.html"><i class="fa fa-caret-right"></i>Brake Systems & Parts</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Powersports-Lamps/Powersports-Lamps.html"><i class="fa fa-caret-right"></i>Lamps</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Powersports-Wheels-&-Tires/Powersports-Wheels-&-Tires.html"><i class="fa fa-caret-right"></i>Wheels & Tires</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Powersports-Electrical-Parts/Powersports-Electrical-Parts.html"><i class="fa fa-caret-right"></i>Electrical Parts</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Powersports-General-Accessories/Powersports-General-Accessories.html"><i class="fa fa-caret-right"></i>General Accessories</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/E-Vehicle-Parts/E-Vehicle-Parts.html"><i class="fa fa-caret-right"></i>E-Vehicle Parts</a></li> <li><a href="/cens/html/en/category/Motorcycles-&-Powersports/Powersports-Tools-and-Repair-Equipment/Powersports-Tools-and-Repair-Equipment.html"><i class="fa fa-caret-right"></i>Tools and Repair Equipment</a></li> <li class="more-industry"><a href="/cens/html/en/category/Lighting-&-LEDs/Lighting-&-LEDs.html">More Categories</a></li> </ul> </ul> <ul id="ipas"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Industrial-Parts-&-Services/Industrial-Parts-&-Services.html">Industrial Parts & Services</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Metal-Stamped-Parts/Metal-Stamped-Parts.html"><i class="fa fa-caret-right"></i>Metal Stamped Parts</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/CNC-turned,-milled,-drilled/CNC-turned,-milled,-drilled.html"><i class="fa fa-caret-right"></i>Automatic lathed, milled, drilled, ground parts</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Formed-parts/Formed-parts.html"><i class="fa fa-caret-right"></i>Formed parts</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Casting,-Forging-and-Die-casting,-Heat-treating/Casting,-Forging-and-Die-casting,-Heat-treating.html"><i class="fa fa-caret-right"></i>Casting, Forging and Die-casting, Heat treating</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Powder-metallurgy/Powder-metallurgy.html"><i class="fa fa-caret-right"></i>Powder metallurgy</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Soldering-and-Welding-of-Tubing,-Sheet-Metal/Soldering-and-Welding-of-Tubing,-Sheet-Metal.html"><i class="fa fa-caret-right"></i>Soldering and Welding of Tubing, Sheet Metal, Wires etc.</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Plastic-Parts/Plastic-Parts.html"><i class="fa fa-caret-right"></i>Plastic Parts</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Rubber-Parts/Rubber-Parts.html"><i class="fa fa-caret-right"></i>Rubber Parts</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Surface-Treatment/Surface-Treatment.html"><i class="fa fa-caret-right"></i>Surface Treatment</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Tools,-Cutters,-Jigs,-Spindles/Tools,-Cutters,-Jigs,-Spindles.html"><i class="fa fa-caret-right"></i>Tools, Cutters, Jigs, Spindles, Grinding Wheels, Molds and Dies, Robots</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Hydrodynamic-Systems/Hydrodynamic-Systems.html"><i class="fa fa-caret-right"></i>Hydrodynamic Systems</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Transmission-System/Transmission-System.html"><i class="fa fa-caret-right"></i>Transmission System</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Testing-&-Measuring-Equipment/Testing-&-Measuring-Equipment.html"><i class="fa fa-caret-right"></i>Testing & Measuring Equipment</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Warehouse-&-Logistics-Systems/Warehouse-&-Logistics-Systems.html"><i class="fa fa-caret-right"></i>Warehouse & Logistics Systems</a></li> <li><a href="/cens/html/en/category/Industrial-Parts-&-Services/Raw-Materials/Raw-Materials.html"><i class="fa fa-caret-right"></i>Raw Materials</a></li> <li class="more-industry"><a href="/cens/html/en/category/Industrial-Parts-&-Services/Industrial-Parts-&-Services.html">More Categories</a></li> </ul> </ul> <ul id="saf"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Screws-&-Fasteners/Screws-&-Fasteners.html">Screws & Fasteners</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Screws/Screws.html"><i class="fa fa-caret-right"></i>Screws</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Bolts/Bolts.html"><i class="fa fa-caret-right"></i>Bolts</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Nuts/Nuts.html"><i class="fa fa-caret-right"></i>Nuts</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Washers/Washers.html"><i class="fa fa-caret-right"></i>Washers</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Anchors/Anchors.html"><i class="fa fa-caret-right"></i>Anchors</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Rivets/Rivets.html"><i class="fa fa-caret-right"></i>Rivets</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Hose-Clamps-_-Clips/Hose-Clamps-_-Clips.html"><i class="fa fa-caret-right"></i>Hose Clamps / Clips</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Nails/Nails.html"><i class="fa fa-caret-right"></i>Nails</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Pins/Pins.html"><i class="fa fa-caret-right"></i>Pins</a></li> <li><a href="/cens/html/en/category/Screws-&-Fasteners/Hooks/Hooks.html"><i class="fa fa-caret-right"></i>Hooks</a></li> <li class="more-industry"><a href="/cens/html/en/category/Screws-&-Fasteners/Screws-&-Fasteners.html">More Categories</a></li> </ul> </ul> <ul id="eac"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Electronics-&-Computers/Electronics-&-Computers.html">Electronics & Computers</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/Electronics-&-Computers/Electronic-Components-&-Parts/Electronic-Components-&-Parts.html"><i class="fa fa-caret-right"></i>Electronic Components & Parts</a></li> <li><a href="/cens/html/en/category/Electronics-&-Computers/Electronic-Products-and-Communications-Products/Electronic-Products-and-Communications-Products.html"><i class="fa fa-caret-right"></i>Electronic Products and Communications Products</a></li> <li><a href="/cens/html/en/category/Electronics-&-Computers/Consumer-Electronics-&-Electrical-Products/Consumer-Electronics-&-Electrical-Products.html"><i class="fa fa-caret-right"></i>Consumer Electronics & Electrical Products</a></li> <li><a href="/cens/html/en/category/Electronics-&-Computers/Computer-Parts,-Components,-and-Accessories/Computer-Parts,-Components,-and-Accessories.html"><i class="fa fa-caret-right"></i>Computer Parts, Components, and Accessories</a></li> <li><a href="/cens/html/en/category/Electronics-&-Computers/Display-Equipment/Display-Equipment.html"><i class="fa fa-caret-right"></i>Display Equipment</a></li> <li><a href="/cens/html/en/category/Electronics-&-Computers/Computer-Peripheral/Computer-Peripheral.html"><i class="fa fa-caret-right"></i>Computer Peripheral</a></li> <li class="more-industry"><a href="/cens/html/en/category/Electronics-&-Computers/Electronics-&-Computers.html">More Categories</a></li> </ul> </ul> <ul id="gtarp"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/Hardware-&-Tools/Garden-Tools/Garden-Tools.html">Garden Tools and Related Products</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Tools/Garden-tools-in-general.html"><i class="fa fa-caret-right"></i>Garden tools in general</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Tools/Sprinklers.html"><i class="fa fa-caret-right"></i>Sprinklers</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Tools/Garden-shears.html"><i class="fa fa-caret-right"></i>Garden shears</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Tools/Pumps.html"><i class="fa fa-caret-right"></i>Pumps</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Lighting-and-Water-Technology/Nozzles.html"><i class="fa fa-caret-right"></i>Nozzles</a></li> <li><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Lighting-and-Water-Technology/Spray-guns.html"><i class="fa fa-caret-right"></i>Spray Guns</a></li> <li><a href="/cens/html/en/category/Lighting-&-LEDs/Commercial-Use-Lights/Outdoor-Lights-_-Streetlights-_-Work-Lights.html"><i class="fa fa-caret-right"></i>Outdoor Lights / Streetlights / Work Lights</a></li> <li class="more-industry"><a href="/cens/html/en/category/Hardware-&-Tools/Garden-Tools/Garden-Tools.html">More Categories</a></li> </ul> </ul> <ul id="mpc"> <li class="il-title"> <div class="mr-2 sidebar-close" role="button" tabindex="0"> <i class="fa fa-1x fa-angle-double-left"></i></div> <a href="/cens/html/en/category/General-Items/General-Items.html">More Product Categories</a></li> <ul class="s-il"> <li><a href="/cens/html/en/category/General-Items/Medical-Equipment-_-Health-Products/Medical-Equipment-_-Health-Products.html"><i class="fa fa-caret-right"></i>Medical Equipment / Health Products</a></li> <li><a href="/cens/html/en/category/General-Items/Bicycles,-Parts-&-Accessories/Bicycles,-Parts-&-Accessories.html"><i class="fa fa-caret-right"></i>Bicycles, Parts & Accessories</a></li> <li><a href="/cens/html/en/category/General-Items/Gift,-Works-of-Art-&-Novelty-Items/Gift,-Works-of-Art-&-Novelty-Items.html"><i class="fa fa-caret-right"></i>Gifts & Stationery</a></li> <li><a href="/cens/html/en/category/General-Items/Sporting-&-Leisure-Goods/Sporting-&-Leisure-Goods.html"><i class="fa fa-caret-right"></i>Sporting & Leisure Goods</a></li> <li><a href="/cens/html/en/category/General-Items/OEM-_-ODM,-Packages-and-Others/OEM-_-ODM,-Packages-and-Others.html"><i class="fa fa-caret-right"></i>OEM / ODM, Packages and Others</a></li> <li><a href="/cens/html/en/category/General-Items/Houseware-&-Kitchenware/Houseware-&-Kitchenware.html"><i class="fa fa-caret-right"></i>Houseware & Kitchenware</a></li> <li><a href="/cens/html/en/category/General-Items/Electirc-Powered-Cars/Electirc-Powered-Cars.html"><i class="fa fa-caret-right"></i>Electirc-Powered Cars</a></li> <li><a href="/cens/html/en/category/General-Items/Agriculture/Agriculture.html"><i class="fa fa-caret-right"></i>Agriculture</a></li> <li><a href="/cens/html/en/category/General-Items/Fashion-Accessories-&-Household-Textiles/Fashion-Accessories-&-Household-Textiles.html"><i class="fa fa-caret-right"></i>Fashion Accessories & Household Textiles</a></li> <li class="more-industry"><a href="/cens/html/en/category/General-Items/General-Items.html">More Categories</a></li> </ul> </ul> </div> </nav> <div id="tool-view" class="sidebar" side="right"> <div id="user-menu"> <div class="user"> <div class="avatar mr-3"> <span class="fa-stack fa-3x" style="vertical-align: top;"> <i class="fas fa-circle fa-stack-2x"></i> <i class="fas fa-user fa-stack-1x fa-inverse"></i> </span> </div> <div class="info"> </div> </div> <div class="member"> <a href="/censv1/en/login.jsp" style="background: #006cb8; color: #ffffff;border-right: 1px solid #fff;"><i class="fas fa-sign-in-alt fa-fw"></i>Login</a> <a href="/censv1/en/register.jsp" style="background: #757575; color: #fff; border-left: 1px solid #fff;"><i class="fas fa-user-plus fa-fw"></i>Register</a> </div> </div> <div class="sidebar-close" role="button" tabindex="0" style="position: absolute;right: 1rem;top: 0.8rem;"> <i class="fa fa-2x fa-times cens_color"></i> </div> <nav class="other-service"> <a href="/cens/html/en/publication/pub_list.html"><i class="fas fa-atlas fa-fw"></i>Trade Magazines</a> <a href="/cens/html/en/news/news_home.html"><i class="fas fa-newspaper fa-fw"></i>Taiwan Industry Updates</a> <a href="/cens/html/en/exhibition/exh_home.html"><i class="fas fa-store fa-fw"></i>CENS at Trade Shows</a> <a href="/censv1/en/contactus.jsp?getcode=nocost"><i class="fas fa-shopping-basket fa-fw"></i>Customized Sourcing</a> </nav> <hr/> <dl class="language"> <dt>Language:</dt> <dd><a href="/cens/html/en/">En</a></dd> <dd><a href="/cens/html/zh/">繁體</a></dd> <dd><a href="/cens/html/gb/">简体</a></dd> </dl> </div> <div class="container maintitle px-0"> <div class="row no-gutters"> <div class="col-lg-3 col-md-3 float-left d-none d-md-block"> <a href="https://www.cens.com/cens/html/en/"><img class="margin-center" alt="cens logo" src="https://www.cens.com/cens/images/logo.png"></a> </div> <div class="col-lg-6 col-md-6 px-3 search-main float-left"> <form id="ddd" class="row" name="search" method="get" action="/censv1/en/search_list.jsp"> <div class="col-xl-9 col-lg-8 col-md-7 col-sm-8 col-7 input-box"> <input type="text" name="QRY" id="QRY" class="searchqry ac_input" value="" autocomplete="off"> </div> <div class="col-xl-2 col-lg-3 col-md-4 col-sm-3 col-4 input-option"> <select name="TYPE" class="option-line"> <option value="prd" selected>Product</option> <option value="sup" >Company</option> <option value="news" >News</option> </select> </div> <div class="col-1 input-go float-right"> <input class="margin-center" type="image" src="https://www.cens.com/cens/images/searchgo-m.jpg"> </div> <input type="hidden" name="langx" value="/en/"> <input type="hidden" name="SHOW" value="1"> </form> <div class="row mt-2 px-1"><!--新增此div包覆--> <div class="search-records px-0 col-xl-9 col-8"> <p id="cate_str" class="px-0 mx-0 search-records"></p> </div> <div class="pr-0 col-xl-3 col-4 text-right"><a class="cens_color" href="https://www.cens.com/censv1/en/search_adv.jsp?k=n%2Fa&CATE=&TYPE=prd"><strong>Advanced Search</strong></a></div> </div> </div> <script src="/cens/js/jquery.inputevent.js" type="text/javascript"></script> <script src="/cens/js/jquery.autocomplete.js" type="text/javascript"></script> <script type="text/javascript" src="/cens/js/search_cookie2.js"></script> <script language="javascript"> function dataCheck() { var qry = document.search.QRY.value; while (qry.indexOf(" ") != -1){ qry=qry.replace(" ",""); } if (qry.length == 0 ) return false; if (qry.length == 1 ) { if (qry.charCodeAt(0) <= 128) return false; } if (qry.length > 50) { alert("Please input keywords less than 50 characters."); return false; } if (qry.indexOf("|") != -1) { return false;} return true; } loadData(); </script> <div class="col-lg-3 col-md-3 advanced-search d-none d-md-block"> <div class="row no-gutters member-block mx-md-2 mx-lg-4"> <div class="col-md-4"> <a href="https://www.cens.com/censv1/zh/mycens.jsp"> <img alt="My CENS" title="My CENS" src="/cens/images/icon/member.png"> <p>My CENS</p> </a> </div> <div class="col-md-4"> <a href="https://www.cens.com/censv1/en/my_recom.jsp"> <img alt="Recomnanded" title="Recomnanded" src="/cens/images/icon/recommended.png"> <p>Recomnanded</p> </a> </div> <div class="col-md-4" style="padding-left: 25px;"> <a href="https://www.cens.com/censv1/en/register.jsp"> <img alt="Register now" title="Register now" src="/cens/images/icon/register.png"> <p>Register now</p> </a> </div> </div> </div> </div> </div> <div class="sidebar-mask sidebar-close"></div> </header> <form name="frm_register" id="frm_register" method="post" action="/censv1/en/register.jsp" enctype="multipart/form-data"> <INPUT TYPE=HIDDEN NAME="f_fun" id="f_fun" VALUE=""> <input type="hidden" id="SELINTEREST" name="SELINTEREST" value=""> <input type="hidden" id="SELFQR" name="SELFQR" value=""> <div class="container container-s"> <div id="register"> <h1>Register to be a CENS Member</h1> <p>Create Your Account and Business Info.</p> <p class="text-right" style="font-size: 12px; padding-right: 15px;"><span>*</span> is required.</p> <div class="contactus-form"> <p class="form-title text-center">--- Member Account Info. ---</p> <div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_EMAIL1"><span>*</span>Your Email: </label> <input required="required" type="email" name="f_EMAIL1" id="f_EMAIL1" value="" class="form-control col-xl-10 col-md-9 col-sm-8" placeholder="cens@cens.com"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_PWD"><span>*</span>Password: </label> <input required="required" type="password" name="f_PWD" id="f_PWD" class="form-control col-xl-10 col-md-9 col-sm-8"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_PWD2"><span>*</span>Confirm Password: </label> <input required="required" type="password" name="f_PWD2" id="f_PWD2" class="form-control col-xl-10 col-md-9 col-sm-8"> </div> </div> <p class="form-title text-center">--- Business Contact Info. ---</p> <div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_COMPANY_NAME"><span>*</span>Company Name: </label> <input required="required" type="text" name="f_COMPANY_NAME" id="f_COMPANY_NAME" value="" class="form-control col-xl-10 col-md-9 col-sm-8"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_CONTACT_NAME"><span>*</span>Contact Person: </label> <input required="required" type="text" name="f_CONTACT_NAME" id="f_CONTACT_NAME" value="" class="form-control col-xl-10 col-md-9 col-sm-8"> </div> </div> </div> <p>Company Trade Info.</p> <div class="contactus-form"> <div> <div class="form-group row"> <label class="text-right col-md-3 col-sm-4" for="f_KW">Search Product Categories: </label> <input type="text" name="f_KW" id="f_KW" value="" class="form-control col-md-6 col-sm-8"> <button type="button" id="SearchButton" onClick="searchCate();" class="btn btn-outline-secondary col-lg-1 col-sm-2 col-4 spc-btn">Search</button> <span id="spaMsg" style="color:red;font-size:12px;"></span> </div> <div class="form-group row"> <label class="text-right col-md-3 col-sm-4" for="exampleFormControlSelect1">Selected Categories: </label> <div class="col-md-9 col-sm-8"> <div id="no-selected"> <p>You have yet to tick off any product items of your interest. You can key-in keywords in search of them.</p> </div> <div id="selected-cat" class="row"> </div> <script> selected_cat = document.getElementById("selected-cat"); //Find out how many children a <div> element has: var c = selected_cat.children.length; if (c > 0) { document.getElementById("no-selected").style.display = "none"; } </script> </div> </div> <div class="form-group row"> <label class="text-right col-md-3 col-sm-4" for="exampleFormControlSelect1"><span>*</span>Product Categories: </label> <div class="col-md-9 col-sm-8" id="divCate"> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-A" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Auto Parts & Accessories </a> <div class="collapse second-category" id="register-A"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Engine Parts </a> </div> <div class="collapse third-item" id="register-A10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3" value="3" title="Engine Systems"> <label class="custom-control-label" for="f_3">Engine Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4" value="4" title="Cylinder Blocks"> <label class="custom-control-label" for="f_4">Cylinder Blocks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5" value="5" title="Cylinder Heads"> <label class="custom-control-label" for="f_5">Cylinder Heads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6" value="6" title="Cylinder Liners"> <label class="custom-control-label" for="f_6">Cylinder Liners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7" value="7" title="Pistons"> <label class="custom-control-label" for="f_7">Pistons</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8" value="8" title="Piston Pins"> <label class="custom-control-label" for="f_8">Piston Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9" value="9" title="Piston Rings"> <label class="custom-control-label" for="f_9">Piston Rings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10" value="10" title="Engine Valves"> <label class="custom-control-label" for="f_10">Engine Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11" value="11" title="Valve Guides"> <label class="custom-control-label" for="f_11">Valve Guides</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12" value="12" title="Engine Bushings"> <label class="custom-control-label" for="f_12">Engine Bushings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13" value="13" title="Camshafts"> <label class="custom-control-label" for="f_13">Camshafts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14" value="14" title="Crankshafts"> <label class="custom-control-label" for="f_14">Crankshafts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15" value="15" title="Connecting Rods"> <label class="custom-control-label" for="f_15">Connecting Rods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16" value="16" title="Crank Pins"> <label class="custom-control-label" for="f_16">Crank Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17" value="17" title="Rocker Arms"> <label class="custom-control-label" for="f_17">Rocker Arms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18" value="18" title="Timing Components & Kits"> <label class="custom-control-label" for="f_18">Timing Components & Kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19" value="19" title="Carburetors"> <label class="custom-control-label" for="f_19">Carburetors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20" value="20" title="O-rings"> <label class="custom-control-label" for="f_20">O-rings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21" value="21" title="Oil Seals"> <label class="custom-control-label" for="f_21">Oil Seals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22" value="22" title="Gaskets"> <label class="custom-control-label" for="f_22">Gaskets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23" value="23" title="Packing"> <label class="custom-control-label" for="f_23">Packing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24" value="24" title="Bearings"> <label class="custom-control-label" for="f_24">Bearings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25" value="25" title="Gauges"> <label class="custom-control-label" for="f_25">Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_26" value="26" title="Washers"> <label class="custom-control-label" for="f_26">Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_27" value="27" title="Fasteners"> <label class="custom-control-label" for="f_27">Fasteners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_28" value="28" title="Automotive Nuts"> <label class="custom-control-label" for="f_28">Automotive Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_29" value="29" title="Electronic Components"> <label class="custom-control-label" for="f_29">Electronic Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_30" value="30" title="Rebuilt Parts"> <label class="custom-control-label" for="f_30">Rebuilt Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4552" value="4552" title="Valve Lifter"> <label class="custom-control-label" for="f_4552">Valve Lifter</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4728" value="4728" title="Piston"> <label class="custom-control-label" for="f_4728">Piston</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4727" value="4727" title="Cylinder Liner"> <label class="custom-control-label" for="f_4727">Cylinder Liner</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4729" value="4729" title="Piston Ring"> <label class="custom-control-label" for="f_4729">Piston Ring</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7533" value="7533" title="Turbochargers"> <label class="custom-control-label" for="f_7533">Turbochargers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7534" value="7534" title="Auto Pulleys"> <label class="custom-control-label" for="f_7534">Auto Pulleys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7535" value="7535" title="Auto Belts"> <label class="custom-control-label" for="f_7535">Auto Belts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7536" value="7536" title="Engines"> <label class="custom-control-label" for="f_7536">Engines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7537" value="7537" title="Diesel Engines"> <label class="custom-control-label" for="f_7537">Diesel Engines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9519" value="9519" title="gauges"> <label class="custom-control-label" for="f_9519">gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10290" value="10290" title="Automotive Chains"> <label class="custom-control-label" for="f_10290">Automotive Chains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13135" value="13135" title="Electronic Components"> <label class="custom-control-label" for="f_13135">Electronic Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15480" value="15480" title="Engine Parts"> <label class="custom-control-label" for="f_15480">Engine Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15725" value="15725" title="Auto Pulleys"> <label class="custom-control-label" for="f_15725">Auto Pulleys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15726" value="15726" title="Timing Components & Kits"> <label class="custom-control-label" for="f_15726">Timing Components & Kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15729" value="15729" title="Valve Guides"> <label class="custom-control-label" for="f_15729">Valve Guides</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15732" value="15732" title="Engine Bushings"> <label class="custom-control-label" for="f_15732">Engine Bushings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16211" value="16211" title="Camshafts"> <label class="custom-control-label" for="f_16211">Camshafts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24769" value="24769" title="Diesel Cylinder Heads"> <label class="custom-control-label" for="f_24769">Diesel Cylinder Heads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24770" value="24770" title="Diesel Cylinder Liners"> <label class="custom-control-label" for="f_24770">Diesel Cylinder Liners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24768" value="24768" title="Diesel Engine Systems"> <label class="custom-control-label" for="f_24768">Diesel Engine Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21639" value="21639" title="Cable Tie"> <label class="custom-control-label" for="f_21639">Cable Tie</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21681" value="21681" title="Plastic injection parts, hose clamp, OEM parts"> <label class="custom-control-label" for="f_21681">Plastic injection parts, hose clamp, OEM parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24771" value="24771" title="Diesel Pistons"> <label class="custom-control-label" for="f_24771">Diesel Pistons</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24772" value="24772" title="Diesel Piston Pins"> <label class="custom-control-label" for="f_24772">Diesel Piston Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24773" value="24773" title="Diesel Piston Rings"> <label class="custom-control-label" for="f_24773">Diesel Piston Rings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24774" value="24774" title="Diesel Engine Valves"> <label class="custom-control-label" for="f_24774">Diesel Engine Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24775" value="24775" title="Diesel Valve Guides"> <label class="custom-control-label" for="f_24775">Diesel Valve Guides</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24776" value="24776" title="Diesel Engine Bushings"> <label class="custom-control-label" for="f_24776">Diesel Engine Bushings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24777" value="24777" title="Diesel Gaskets"> <label class="custom-control-label" for="f_24777">Diesel Gaskets</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A11" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Pumps </a> </div> <div class="collapse third-item" id="register-A11"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_32" value="32" title="Oil Pumps"> <label class="custom-control-label" for="f_32">Oil Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_33" value="33" title="Water Pumps"> <label class="custom-control-label" for="f_33">Water Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_34" value="34" title="Fuel Pumps"> <label class="custom-control-label" for="f_34">Fuel Pumps</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A12" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Engine Fittings </a> </div> <div class="collapse third-item" id="register-A12"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_36" value="36" title="Engine Fitting Parts"> <label class="custom-control-label" for="f_36">Engine Fitting Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_37" value="37" title="Air Filters"> <label class="custom-control-label" for="f_37">Air Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_38" value="38" title="Oil Filters"> <label class="custom-control-label" for="f_38">Oil Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_39" value="39" title="Fuel Filters"> <label class="custom-control-label" for="f_39">Fuel Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_40" value="40" title="Transmission Filters"> <label class="custom-control-label" for="f_40">Transmission Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_41" value="41" title="Filter Elements"> <label class="custom-control-label" for="f_41">Filter Elements</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_42" value="42" title="Fuel Tanks"> <label class="custom-control-label" for="f_42">Fuel Tanks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_43" value="43" title="Float Units"> <label class="custom-control-label" for="f_43">Float Units</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_44" value="44" title="Tank Caps"> <label class="custom-control-label" for="f_44">Tank Caps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_45" value="45" title="Oil Pans"> <label class="custom-control-label" for="f_45">Oil Pans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_46" value="46" title="Fuel Pipes"> <label class="custom-control-label" for="f_46">Fuel Pipes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_47" value="47" title="Fuel Saver"> <label class="custom-control-label" for="f_47">Fuel Saver</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12930" value="12930" title="Engine Mounts"> <label class="custom-control-label" for="f_12930">Engine Mounts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15736" value="15736" title="Air Filters"> <label class="custom-control-label" for="f_15736">Air Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15733" value="15733" title="Engine Fitting Parts"> <label class="custom-control-label" for="f_15733">Engine Fitting Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15737" value="15737" title="Oil Filters"> <label class="custom-control-label" for="f_15737">Oil Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22865" value="22865" title="Fuel Level Sensor"> <label class="custom-control-label" for="f_22865">Fuel Level Sensor</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A14" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Exhaust Systems </a> </div> <div class="collapse third-item" id="register-A14"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_49" value="49" title="Exhaust System Parts"> <label class="custom-control-label" for="f_49">Exhaust System Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_50" value="50" title="Exhaust Pipes"> <label class="custom-control-label" for="f_50">Exhaust Pipes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_51" value="51" title="Manifolds"> <label class="custom-control-label" for="f_51">Manifolds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_52" value="52" title="Mufflers"> <label class="custom-control-label" for="f_52">Mufflers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_53" value="53" title="Catalytic Converters"> <label class="custom-control-label" for="f_53">Catalytic Converters</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A16" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Cooling Systems </a> </div> <div class="collapse third-item" id="register-A16"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_55" value="55" title="Cooling System Parts"> <label class="custom-control-label" for="f_55">Cooling System Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_56" value="56" title="Radiators"> <label class="custom-control-label" for="f_56">Radiators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_57" value="57" title="Radiator Caps"> <label class="custom-control-label" for="f_57">Radiator Caps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_58" value="58" title="Supporters"> <label class="custom-control-label" for="f_58">Supporters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_59" value="59" title="Radiator Cooling Fans"> <label class="custom-control-label" for="f_59">Radiator Cooling Fans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_60" value="60" title="Fan Belts"> <label class="custom-control-label" for="f_60">Fan Belts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22866" value="22866" title="Heat Sinks"> <label class="custom-control-label" for="f_22866">Heat Sinks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23094" value="23094" title="Coolant Tank, Expansion Tank, Auxiliary Tank"> <label class="custom-control-label" for="f_23094">Coolant Tank, Expansion Tank, Auxiliary Tank</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A18" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Air-conditioning Systems </a> </div> <div class="collapse third-item" id="register-A18"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_62" value="62" title="Air-conditioning System Parts"> <label class="custom-control-label" for="f_62">Air-conditioning System Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_63" value="63" title="Air-conditioners"> <label class="custom-control-label" for="f_63">Air-conditioners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_64" value="64" title="Cooling Fans"> <label class="custom-control-label" for="f_64">Cooling Fans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_65" value="65" title="Receiver Dryers"> <label class="custom-control-label" for="f_65">Receiver Dryers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_66" value="66" title="Temperature Sensors"> <label class="custom-control-label" for="f_66">Temperature Sensors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_67" value="67" title="Thermostats"> <label class="custom-control-label" for="f_67">Thermostats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_68" value="68" title="Heater Controls"> <label class="custom-control-label" for="f_68">Heater Controls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_69" value="69" title="Condensers"> <label class="custom-control-label" for="f_69">Condensers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4555" value="4555" title="Evaporators"> <label class="custom-control-label" for="f_4555">Evaporators</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Electrical Parts for Engine & Body Systems </a> </div> <div class="collapse third-item" id="register-A20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_71" value="71" title="Engine Electrical Parts"> <label class="custom-control-label" for="f_71">Engine Electrical Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_72" value="72" title="Body Electrical Parts"> <label class="custom-control-label" for="f_72">Body Electrical Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_73" value="73" title="Distributors"> <label class="custom-control-label" for="f_73">Distributors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_74" value="74" title="Contact Point Sets"> <label class="custom-control-label" for="f_74">Contact Point Sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_75" value="75" title="Capacitors"> <label class="custom-control-label" for="f_75">Capacitors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_76" value="76" title="Rotors"> <label class="custom-control-label" for="f_76">Rotors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_77" value="77" title="Spark Plugs"> <label class="custom-control-label" for="f_77">Spark Plugs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_78" value="78" title="Ignition Coils"> <label class="custom-control-label" for="f_78">Ignition Coils</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_79" value="79" title="Starters"> <label class="custom-control-label" for="f_79">Starters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_80" value="80" title="Alternators"> <label class="custom-control-label" for="f_80">Alternators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_81" value="81" title="Generators"> <label class="custom-control-label" for="f_81">Generators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_82" value="82" title="Voltage Regulators"> <label class="custom-control-label" for="f_82">Voltage Regulators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_83" value="83" title="Rectifiers"> <label class="custom-control-label" for="f_83">Rectifiers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_84" value="84" title="Relays"> <label class="custom-control-label" for="f_84">Relays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_85" value="85" title="Flashers"> <label class="custom-control-label" for="f_85">Flashers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_86" value="86" title="Switches"> <label class="custom-control-label" for="f_86">Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_87" value="87" title="Wire Harnesses"> <label class="custom-control-label" for="f_87">Wire Harnesses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_88" value="88" title="Fuses"> <label class="custom-control-label" for="f_88">Fuses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_89" value="89" title="Terminals"> <label class="custom-control-label" for="f_89">Terminals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_90" value="90" title="Key Sets"> <label class="custom-control-label" for="f_90">Key Sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_91" value="91" title="Batteries"> <label class="custom-control-label" for="f_91">Batteries</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_92" value="92" title="Battery Cables"> <label class="custom-control-label" for="f_92">Battery Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_93" value="93" title="Ignition Leads"> <label class="custom-control-label" for="f_93">Ignition Leads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_94" value="94" title="Booster Cables"> <label class="custom-control-label" for="f_94">Booster Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_95" value="95" title="Motors"> <label class="custom-control-label" for="f_95">Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_96" value="96" title="Speedometers"> <label class="custom-control-label" for="f_96">Speedometers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_97" value="97" title="Tachometers"> <label class="custom-control-label" for="f_97">Tachometers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_98" value="98" title="Fuel Gauges"> <label class="custom-control-label" for="f_98">Fuel Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_99" value="99" title="Engine Temperature Gauges"> <label class="custom-control-label" for="f_99">Engine Temperature Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_100" value="100" title="Oil Pressure Gauges"> <label class="custom-control-label" for="f_100">Oil Pressure Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_101" value="101" title="Ammeters"> <label class="custom-control-label" for="f_101">Ammeters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_102" value="102" title="Voltage Meters"> <label class="custom-control-label" for="f_102">Voltage Meters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24655" value="24655" title="Turbo Gauges"> <label class="custom-control-label" for="f_24655">Turbo Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_104" value="104" title="Ignition Modules"> <label class="custom-control-label" for="f_104">Ignition Modules</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_105" value="105" title="Starter Solenoids"> <label class="custom-control-label" for="f_105">Starter Solenoids</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_106" value="106" title="CDI Units"> <label class="custom-control-label" for="f_106">CDI Units</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_107" value="107" title="Magnetic Pickups"> <label class="custom-control-label" for="f_107">Magnetic Pickups</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_108" value="108" title="Horns"> <label class="custom-control-label" for="f_108">Horns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_109" value="109" title="Battery Charger"> <label class="custom-control-label" for="f_109">Battery Charger</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4730" value="4730" title="Spark Plug"> <label class="custom-control-label" for="f_4730">Spark Plug</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10232" value="10232" title="Auto Sensors"> <label class="custom-control-label" for="f_10232">Auto Sensors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13166" value="13166" title="Wire Assemblies"> <label class="custom-control-label" for="f_13166">Wire Assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13136" value="13136" title="Motors"> <label class="custom-control-label" for="f_13136">Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21817" value="21817" title="Stainless Steel Cable Tie, Hose Clamp"> <label class="custom-control-label" for="f_21817">Stainless Steel Cable Tie, Hose Clamp</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21818" value="21818" title="Terminal, Connector"> <label class="custom-control-label" for="f_21818">Terminal, Connector</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24397" value="24397" title="Carbon Brush"> <label class="custom-control-label" for="f_24397">Carbon Brush</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24642" value="24642" title="Fakra Connector"> <label class="custom-control-label" for="f_24642">Fakra Connector</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24643" value="24643" title="Circular Connector"> <label class="custom-control-label" for="f_24643">Circular Connector</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24644" value="24644" title="Bus Bars"> <label class="custom-control-label" for="f_24644">Bus Bars</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A22" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Power Transmission Systems </a> </div> <div class="collapse third-item" id="register-A22"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_111" value="111" title="Transmission System Parts"> <label class="custom-control-label" for="f_111">Transmission System Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_112" value="112" title="Clutch Assemblies"> <label class="custom-control-label" for="f_112">Clutch Assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_113" value="113" title="Clutch Masters & Operating Cylinders"> <label class="custom-control-label" for="f_113">Clutch Masters & Operating Cylinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_114" value="114" title="Clutch Plates"> <label class="custom-control-label" for="f_114">Clutch Plates</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_115" value="115" title="Clutch Facings"> <label class="custom-control-label" for="f_115">Clutch Facings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_116" value="116" title="Transmission Components"> <label class="custom-control-label" for="f_116">Transmission Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_117" value="117" title="Gears"> <label class="custom-control-label" for="f_117">Gears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_118" value="118" title="Shift Levers"> <label class="custom-control-label" for="f_118">Shift Levers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_119" value="119" title="Rear Axle Assemblies"> <label class="custom-control-label" for="f_119">Rear Axle Assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_120" value="120" title="Drive Shafts"> <label class="custom-control-label" for="f_120">Drive Shafts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_121" value="121" title="C.V. Joints"> <label class="custom-control-label" for="f_121">C.V. Joints</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_122" value="122" title="Universal Joints"> <label class="custom-control-label" for="f_122">Universal Joints</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_123" value="123" title="Yokes, Flanges"> <label class="custom-control-label" for="f_123">Yokes, Flanges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4726" value="4726" title="Oxygen Sensor"> <label class="custom-control-label" for="f_4726">Oxygen Sensor</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15481" value="15481" title="Power Transmission Systems"> <label class="custom-control-label" for="f_15481">Power Transmission Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15746" value="15746" title="Clutch Assemblies"> <label class="custom-control-label" for="f_15746">Clutch Assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15747" value="15747" title="Transmission Components"> <label class="custom-control-label" for="f_15747">Transmission Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22867" value="22867" title="Transmission Speed Sensors"> <label class="custom-control-label" for="f_22867">Transmission Speed Sensors</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A24" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Steering Systems </a> </div> <div class="collapse third-item" id="register-A24"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_125" value="125" title="Steering System Parts"> <label class="custom-control-label" for="f_125">Steering System Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_126" value="126" title="Steering Wheels"> <label class="custom-control-label" for="f_126">Steering Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_127" value="127" title="Steering Pinion Assemblies"> <label class="custom-control-label" for="f_127">Steering Pinion Assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_128" value="128" title="Tie Rod Ends"> <label class="custom-control-label" for="f_128">Tie Rod Ends</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_129" value="129" title="Side Rods"> <label class="custom-control-label" for="f_129">Side Rods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_130" value="130" title="Rack Ends"> <label class="custom-control-label" for="f_130">Rack Ends</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_131" value="131" title="Cross Rods"> <label class="custom-control-label" for="f_131">Cross Rods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_132" value="132" title="Idler Arms"> <label class="custom-control-label" for="f_132">Idler Arms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_133" value="133" title="Pitman Arms"> <label class="custom-control-label" for="f_133">Pitman Arms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_134" value="134" title="Tie Rods"> <label class="custom-control-label" for="f_134">Tie Rods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_135" value="135" title="Ball Joints"> <label class="custom-control-label" for="f_135">Ball Joints</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A26" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Brake Systems </a> </div> <div class="collapse third-item" id="register-A26"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_137" value="137" title="Brake System Parts"> <label class="custom-control-label" for="f_137">Brake System Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_138" value="138" title="Brake Masters, Wheel Cylinders"> <label class="custom-control-label" for="f_138">Brake Masters, Wheel Cylinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_139" value="139" title="Brake Linings"> <label class="custom-control-label" for="f_139">Brake Linings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_140" value="140" title="Brake Shoes"> <label class="custom-control-label" for="f_140">Brake Shoes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_141" value="141" title="Disc Brake Pads"> <label class="custom-control-label" for="f_141">Disc Brake Pads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_142" value="142" title="Brake Discs"> <label class="custom-control-label" for="f_142">Brake Discs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_143" value="143" title="Brake Drums"> <label class="custom-control-label" for="f_143">Brake Drums</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_144" value="144" title="Brake Calipers"> <label class="custom-control-label" for="f_144">Brake Calipers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_145" value="145" title="Brake Pipes"> <label class="custom-control-label" for="f_145">Brake Pipes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16205" value="16205" title="Brake System Parts"> <label class="custom-control-label" for="f_16205">Brake System Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16213" value="16213" title="Brake Shoes"> <label class="custom-control-label" for="f_16213">Brake Shoes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15482" value="15482" title="Brake Systems"> <label class="custom-control-label" for="f_15482">Brake Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17200" value="17200" title="Slack Adjusters"> <label class="custom-control-label" for="f_17200">Slack Adjusters</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A28" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Suspension Systems </a> </div> <div class="collapse third-item" id="register-A28"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_147" value="147" title="Suspension Parts"> <label class="custom-control-label" for="f_147">Suspension Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_148" value="148" title="Control Arms (Suspension Arms)"> <label class="custom-control-label" for="f_148">Control Arms (Suspension Arms)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_149" value="149" title="Ball Joints"> <label class="custom-control-label" for="f_149">Ball Joints</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_150" value="150" title="Shock Absorbers"> <label class="custom-control-label" for="f_150">Shock Absorbers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_151" value="151" title="Leaf Springs"> <label class="custom-control-label" for="f_151">Leaf Springs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_152" value="152" title="Coil Springs"> <label class="custom-control-label" for="f_152">Coil Springs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_153" value="153" title="Lift Kits"> <label class="custom-control-label" for="f_153">Lift Kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4731" value="4731" title="Shock Absorber"> <label class="custom-control-label" for="f_4731">Shock Absorber</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15734" value="15734" title="Suspension Parts"> <label class="custom-control-label" for="f_15734">Suspension Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16757" value="16757" title="Suspension Parts"> <label class="custom-control-label" for="f_16757">Suspension Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24200" value="24200" title="Shock Absorber Mounting"> <label class="custom-control-label" for="f_24200">Shock Absorber Mounting</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A30" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Cables </a> </div> <div class="collapse third-item" id="register-A30"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_155" value="155" title="Control Cables"> <label class="custom-control-label" for="f_155">Control Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_156" value="156" title="Speedometer Cables"> <label class="custom-control-label" for="f_156">Speedometer Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_157" value="157" title="Clutch Cables"> <label class="custom-control-label" for="f_157">Clutch Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_158" value="158" title="Speed Changing Cables"> <label class="custom-control-label" for="f_158">Speed Changing Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_159" value="159" title="Hand Brake Cables"> <label class="custom-control-label" for="f_159">Hand Brake Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_160" value="160" title="Accelerator Cables"> <label class="custom-control-label" for="f_160">Accelerator Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_161" value="161" title="Choke Cables"> <label class="custom-control-label" for="f_161">Choke Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_162" value="162" title="Special Cables"> <label class="custom-control-label" for="f_162">Special Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_163" value="163" title="Booster Cables"> <label class="custom-control-label" for="f_163">Booster Cables</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A32" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Body Systems </a> </div> <div class="collapse third-item" id="register-A32"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_165" value="165" title="Body Parts"> <label class="custom-control-label" for="f_165">Body Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_166" value="166" title="Bumpers"> <label class="custom-control-label" for="f_166">Bumpers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_167" value="167" title="Doors"> <label class="custom-control-label" for="f_167">Doors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_168" value="168" title="Hoods"> <label class="custom-control-label" for="f_168">Hoods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_169" value="169" title="Fenders"> <label class="custom-control-label" for="f_169">Fenders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_170" value="170" title="Grilles"> <label class="custom-control-label" for="f_170">Grilles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_171" value="171" title="Aprons"> <label class="custom-control-label" for="f_171">Aprons</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_172" value="172" title="Frame Crosses"> <label class="custom-control-label" for="f_172">Frame Crosses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_173" value="173" title="Chassis Parts"> <label class="custom-control-label" for="f_173">Chassis Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_174" value="174" title="Tail Gates"> <label class="custom-control-label" for="f_174">Tail Gates</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_175" value="175" title="Lid Clusters"> <label class="custom-control-label" for="f_175">Lid Clusters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_176" value="176" title="Tempered Safety Glass"> <label class="custom-control-label" for="f_176">Tempered Safety Glass</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_177" value="177" title="Sunroofs"> <label class="custom-control-label" for="f_177">Sunroofs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_178" value="178" title="Seats"> <label class="custom-control-label" for="f_178">Seats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_179" value="179" title="Safety Belts"> <label class="custom-control-label" for="f_179">Safety Belts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_180" value="180" title="Seat Adjusters"> <label class="custom-control-label" for="f_180">Seat Adjusters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_181" value="181" title="Door Hinges"> <label class="custom-control-label" for="f_181">Door Hinges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_182" value="182" title="Door Handles"> <label class="custom-control-label" for="f_182">Door Handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_183" value="183" title="Window Regulators"> <label class="custom-control-label" for="f_183">Window Regulators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_184" value="184" title="Wipers"> <label class="custom-control-label" for="f_184">Wipers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_185" value="185" title="Wiper Links"> <label class="custom-control-label" for="f_185">Wiper Links</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_186" value="186" title="Windshield Washer Components"> <label class="custom-control-label" for="f_186">Windshield Washer Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_187" value="187" title="Hood Strut"> <label class="custom-control-label" for="f_187">Hood Strut</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8534" value="8534" title="BODY PARTS"> <label class="custom-control-label" for="f_8534">BODY PARTS</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8536" value="8536" title="Doors"> <label class="custom-control-label" for="f_8536">Doors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8759" value="8759" title="Bumpers"> <label class="custom-control-label" for="f_8759">Bumpers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23092" value="23092" title="Washer Pump"> <label class="custom-control-label" for="f_23092">Washer Pump</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23093" value="23093" title="Wiper Motor"> <label class="custom-control-label" for="f_23093">Wiper Motor</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24490" value="24490" title="Rear Spoiler"> <label class="custom-control-label" for="f_24490">Rear Spoiler</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A34" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Wheels, Tires, Accessories </a> </div> <div class="collapse third-item" id="register-A34"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_189" value="189" title="Wheel Parts & Accessories"> <label class="custom-control-label" for="f_189">Wheel Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_190" value="190" title="Aluminum Alloy Wheels"> <label class="custom-control-label" for="f_190">Aluminum Alloy Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_191" value="191" title="Steel Wheels"> <label class="custom-control-label" for="f_191">Steel Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_192" value="192" title="Wheel Caps"> <label class="custom-control-label" for="f_192">Wheel Caps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_193" value="193" title="Hubs"> <label class="custom-control-label" for="f_193">Hubs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_194" value="194" title="Wheel Cover"> <label class="custom-control-label" for="f_194">Wheel Cover</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_195" value="195" title="Fender Trims"> <label class="custom-control-label" for="f_195">Fender Trims</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_196" value="196" title="Wheel Fasteners"> <label class="custom-control-label" for="f_196">Wheel Fasteners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_197" value="197" title="Tires"> <label class="custom-control-label" for="f_197">Tires</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_198" value="198" title="Tubes"> <label class="custom-control-label" for="f_198">Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_199" value="199" title="Tire Valves"> <label class="custom-control-label" for="f_199">Tire Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_200" value="200" title="Tire Gauges"> <label class="custom-control-label" for="f_200">Tire Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_201" value="201" title="Snow Chains"> <label class="custom-control-label" for="f_201">Snow Chains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8689" value="8689" title="Tire Pressure Monitoring System (TPMS)"> <label class="custom-control-label" for="f_8689">Tire Pressure Monitoring System (TPMS)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15483" value="15483" title="Wheels, Tires, Accessories"> <label class="custom-control-label" for="f_15483">Wheels, Tires, Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22103" value="22103" title="Aluminum Alloy Rims"> <label class="custom-control-label" for="f_22103">Aluminum Alloy Rims</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25533" value="25533" title="Tire Patch"> <label class="custom-control-label" for="f_25533">Tire Patch</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25534" value="25534" title="Tire Repair Kit"> <label class="custom-control-label" for="f_25534">Tire Repair Kit</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A36" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Auto Lamps </a> </div> <div class="collapse third-item" id="register-A36"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_203" value="203" title="Head Lamps"> <label class="custom-control-label" for="f_203">Head Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_204" value="204" title="Tail Lamps"> <label class="custom-control-label" for="f_204">Tail Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_205" value="205" title="Signal Lamps"> <label class="custom-control-label" for="f_205">Signal Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_206" value="206" title="Fog Lamps"> <label class="custom-control-label" for="f_206">Fog Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_207" value="207" title="Interior Lights"> <label class="custom-control-label" for="f_207">Interior Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_208" value="208" title="Third Brake Lights"> <label class="custom-control-label" for="f_208">Third Brake Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_209" value="209" title="Warning Lights"> <label class="custom-control-label" for="f_209">Warning Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_210" value="210" title="Bulbs"> <label class="custom-control-label" for="f_210">Bulbs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14763" value="14763" title="Daytime Running Lights"> <label class="custom-control-label" for="f_14763">Daytime Running Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13165" value="13165" title="Front Fog Lamp"> <label class="custom-control-label" for="f_13165">Front Fog Lamp</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13164" value="13164" title="Tail Lamp"> <label class="custom-control-label" for="f_13164">Tail Lamp</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13138" value="13138" title="Signal Lamps"> <label class="custom-control-label" for="f_13138">Signal Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13137" value="13137" title="Head Lamps"> <label class="custom-control-label" for="f_13137">Head Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22869" value="22869" title="LED Trunk Lights"> <label class="custom-control-label" for="f_22869">LED Trunk Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23869" value="23869" title="Flip Chip LED"> <label class="custom-control-label" for="f_23869">Flip Chip LED</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A38" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Car Mirrors </a> </div> <div class="collapse third-item" id="register-A38"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_212" value="212" title="Car Mirrors"> <label class="custom-control-label" for="f_212">Car Mirrors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7538" value="7538" title="Mirror Drivers"> <label class="custom-control-label" for="f_7538">Mirror Drivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13118" value="13118" title="LED Mirrors"> <label class="custom-control-label" for="f_13118">LED Mirrors</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A40" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Security Items </a> </div> <div class="collapse third-item" id="register-A40"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_214" value="214" title="Power Windows"> <label class="custom-control-label" for="f_214">Power Windows</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_215" value="215" title="Central Power Locks"> <label class="custom-control-label" for="f_215">Central Power Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_216" value="216" title="Alarm Systems"> <label class="custom-control-label" for="f_216">Alarm Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_217" value="217" title="Remote Controllers, Transponder Keys"> <label class="custom-control-label" for="f_217">Remote Controllers, Transponder Keys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_218" value="218" title="Immobilizers"> <label class="custom-control-label" for="f_218">Immobilizers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_219" value="219" title="Anti-theft Devices"> <label class="custom-control-label" for="f_219">Anti-theft Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_220" value="220" title="Car Rearview With Color Cameras Systems"> <label class="custom-control-label" for="f_220">Car Rearview With Color Cameras Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_221" value="221" title="Auto shock-defense Systems"> <label class="custom-control-label" for="f_221">Auto shock-defense Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7635" value="7635" title="Laser / Radar Speed Detectors"> <label class="custom-control-label" for="f_7635">Laser / Radar Speed Detectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22868" value="22868" title="Power Window Switches"> <label class="custom-control-label" for="f_22868">Power Window Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24399" value="24399" title="RADAR"> <label class="custom-control-label" for="f_24399">RADAR</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24400" value="24400" title="Advanced Driver Assistance Systems, ADAS"> <label class="custom-control-label" for="f_24400">Advanced Driver Assistance Systems, ADAS</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25699" value="25699" title="Car Smart Stopper"> <label class="custom-control-label" for="f_25699">Car Smart Stopper</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A41" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Locks </a> </div> <div class="collapse third-item" id="register-A41"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_223" value="223" title="Steering Wheel Locks"> <label class="custom-control-label" for="f_223">Steering Wheel Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_224" value="224" title="Gear Locks"> <label class="custom-control-label" for="f_224">Gear Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_225" value="225" title="Other Locks"> <label class="custom-control-label" for="f_225">Other Locks</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A42" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Auto Interior Accessories </a> </div> <div class="collapse third-item" id="register-A42"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_227" value="227" title="Air Fresheners"> <label class="custom-control-label" for="f_227">Air Fresheners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_228" value="228" title="Drink Holders"> <label class="custom-control-label" for="f_228">Drink Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_229" value="229" title="Heaters"> <label class="custom-control-label" for="f_229">Heaters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_230" value="230" title="Fans"> <label class="custom-control-label" for="f_230">Fans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_231" value="231" title="Cigarette Lighters"> <label class="custom-control-label" for="f_231">Cigarette Lighters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_232" value="232" title="Baby Car Seats"> <label class="custom-control-label" for="f_232">Baby Car Seats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_233" value="233" title="Seat Covers"> <label class="custom-control-label" for="f_233">Seat Covers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_234" value="234" title="Seat Cushions"> <label class="custom-control-label" for="f_234">Seat Cushions</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_235" value="235" title="Car Mats"> <label class="custom-control-label" for="f_235">Car Mats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_236" value="236" title="Solar Window Films"> <label class="custom-control-label" for="f_236">Solar Window Films</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_237" value="237" title="Speed Controls"> <label class="custom-control-label" for="f_237">Speed Controls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_238" value="238" title="Steering Wheel Covers"> <label class="custom-control-label" for="f_238">Steering Wheel Covers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_239" value="239" title="Sun Shades"> <label class="custom-control-label" for="f_239">Sun Shades</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_240" value="240" title="Car Care Products"> <label class="custom-control-label" for="f_240">Car Care Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_241" value="241" title="Car Refrigerators"> <label class="custom-control-label" for="f_241">Car Refrigerators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_242" value="242" title="Ice Boxes"> <label class="custom-control-label" for="f_242">Ice Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_243" value="243" title="Other Interior Accessories"> <label class="custom-control-label" for="f_243">Other Interior Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_244" value="244" title="Non-woven fabrics for car"> <label class="custom-control-label" for="f_244">Non-woven fabrics for car</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_245" value="245" title="Refractory/Insulation Materials"> <label class="custom-control-label" for="f_245">Refractory/Insulation Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7539" value="7539" title="Car Safes"> <label class="custom-control-label" for="f_7539">Car Safes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7785" value="7785" title="LED Applications for Auto Interior"> <label class="custom-control-label" for="f_7785">LED Applications for Auto Interior</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18766" value="18766" title="USB Car Chargers"> <label class="custom-control-label" for="f_18766">USB Car Chargers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24510" value="24510" title="Car Hydrographic Printing Film for Premium Wood Grain Patterns"> <label class="custom-control-label" for="f_24510">Car Hydrographic Printing Film for Premium Wood Grain Patterns</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A43" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Auto Exterior Accessories </a> </div> <div class="collapse third-item" id="register-A43"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_247" value="247" title="Car Covers"> <label class="custom-control-label" for="f_247">Car Covers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_248" value="248" title="Grille & Rear Guards"> <label class="custom-control-label" for="f_248">Grille & Rear Guards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_249" value="249" title="Spoilers"> <label class="custom-control-label" for="f_249">Spoilers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_250" value="250" title="Decorative Lights"> <label class="custom-control-label" for="f_250">Decorative Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_251" value="251" title="Antennas"> <label class="custom-control-label" for="f_251">Antennas</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_252" value="252" title="Body Protector Moldings"> <label class="custom-control-label" for="f_252">Body Protector Moldings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_253" value="253" title="Reflectors"> <label class="custom-control-label" for="f_253">Reflectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_254" value="254" title="Roof Racks"> <label class="custom-control-label" for="f_254">Roof Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_255" value="255" title="Neon License Frames"> <label class="custom-control-label" for="f_255">Neon License Frames</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_256" value="256" title="Air Compressors"> <label class="custom-control-label" for="f_256">Air Compressors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_257" value="257" title="LED Digital Car Clocks"> <label class="custom-control-label" for="f_257">LED Digital Car Clocks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_258" value="258" title="DC, AC Power Inverters"> <label class="custom-control-label" for="f_258">DC, AC Power Inverters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_259" value="259" title="Fire Extinguishers"> <label class="custom-control-label" for="f_259">Fire Extinguishers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_260" value="260" title="Multipurpose Containers"> <label class="custom-control-label" for="f_260">Multipurpose Containers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_261" value="261" title="Electric Waxers"> <label class="custom-control-label" for="f_261">Electric Waxers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_262" value="262" title="Car Washers"> <label class="custom-control-label" for="f_262">Car Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_263" value="263" title="Mosquito nets and tents for RVs"> <label class="custom-control-label" for="f_263">Mosquito nets and tents for RVs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_264" value="264" title="Other Exterior Accessories"> <label class="custom-control-label" for="f_264">Other Exterior Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4558" value="4558" title="Sun Visors"> <label class="custom-control-label" for="f_4558">Sun Visors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7413" value="7413" title="Door / Windows Moldings"> <label class="custom-control-label" for="f_7413">Door / Windows Moldings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7786" value="7786" title="LED Applications for Auto Exterior"> <label class="custom-control-label" for="f_7786">LED Applications for Auto Exterior</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14987" value="14987" title="Car Stickers"> <label class="custom-control-label" for="f_14987">Car Stickers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14988" value="14988" title="Car Wraps"> <label class="custom-control-label" for="f_14988">Car Wraps</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A50" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Special-purpose Vehicle Parts & Accessories </a> </div> <div class="collapse third-item" id="register-A50"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_266" value="266" title="Performance-tuning Parts & Accessories"> <label class="custom-control-label" for="f_266">Performance-tuning Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_267" value="267" title="Classic Car Parts & Accessories"> <label class="custom-control-label" for="f_267">Classic Car Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_268" value="268" title="Racing/Sports Car Parts & Accessories"> <label class="custom-control-label" for="f_268">Racing/Sports Car Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_269" value="269" title="Bus, Truck, Heavy-duty Parts & Accessories"> <label class="custom-control-label" for="f_269">Bus, Truck, Heavy-duty Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_270" value="270" title="Forklift Parts & Accessories"> <label class="custom-control-label" for="f_270">Forklift Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_271" value="271" title="Agricultural Equipment Parts & Accessories"> <label class="custom-control-label" for="f_271">Agricultural Equipment Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_272" value="272" title="Military Vehicle Parts & Accessories"> <label class="custom-control-label" for="f_272">Military Vehicle Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_273" value="273" title="Other Special-purpose Vehicle Parts & Accessories"> <label class="custom-control-label" for="f_273">Other Special-purpose Vehicle Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6056" value="6056" title="Excavator Parts"> <label class="custom-control-label" for="f_6056">Excavator Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17595" value="17595" title="Recreation Vehicle Parts & Accessories"> <label class="custom-control-label" for="f_17595">Recreation Vehicle Parts & Accessories</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A52" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Communications Systems </a> </div> <div class="collapse third-item" id="register-A52"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_275" value="275" title="Car Mobile Phones & Accessories"> <label class="custom-control-label" for="f_275">Car Mobile Phones & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_276" value="276" title="Auto-Use Computers & Peripheral Equipment"> <label class="custom-control-label" for="f_276">Auto-Use Computers & Peripheral Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_277" value="277" title="Global Positioning System (GPS) & Accessories"> <label class="custom-control-label" for="f_277">Global Positioning System (GPS) & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15660" value="15660" title="Head-Up Displays"> <label class="custom-control-label" for="f_15660">Head-Up Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25396" value="25396" title="Mobile DVR System (AI Integration)"> <label class="custom-control-label" for="f_25396">Mobile DVR System (AI Integration)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A54" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Audio-Video, Entertainment Systems </a> </div> <div class="collapse third-item" id="register-A54"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_279" value="279" title="Audio-Video Systems"> <label class="custom-control-label" for="f_279">Audio-Video Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_280" value="280" title="Entertainment Systems"> <label class="custom-control-label" for="f_280">Entertainment Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5901" value="5901" title="Car Speakers"> <label class="custom-control-label" for="f_5901">Car Speakers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5902" value="5902" title="Car Amplifiers"> <label class="custom-control-label" for="f_5902">Car Amplifiers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12863" value="12863" title="Driving Records"> <label class="custom-control-label" for="f_12863">Driving Records</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23269" value="23269" title="Car Monitor"> <label class="custom-control-label" for="f_23269">Car Monitor</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A56" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Plastic & Rubber Parts </a> </div> <div class="collapse third-item" id="register-A56"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_282" value="282" title="Plastic Parts"> <label class="custom-control-label" for="f_282">Plastic Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_283" value="283" title="Rubber Parts"> <label class="custom-control-label" for="f_283">Rubber Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_284" value="284" title="Rubber Strips"> <label class="custom-control-label" for="f_284">Rubber Strips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_285" value="285" title="Rubber Tubes & Pipes"> <label class="custom-control-label" for="f_285">Rubber Tubes & Pipes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_286" value="286" title="Mountings"> <label class="custom-control-label" for="f_286">Mountings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_287" value="287" title="Boots"> <label class="custom-control-label" for="f_287">Boots</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_288" value="288" title="Rubber Sheets"> <label class="custom-control-label" for="f_288">Rubber Sheets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13167" value="13167" title="Connector"> <label class="custom-control-label" for="f_13167">Connector</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25904" value="25904" title="Wiring Ducts"> <label class="custom-control-label" for="f_25904">Wiring Ducts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A60" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Metal Forming & Processing </a> </div> <div class="collapse third-item" id="register-A60"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_290" value="290" title="Metal Forming"> <label class="custom-control-label" for="f_290">Metal Forming</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_291" value="291" title="Stamping"> <label class="custom-control-label" for="f_291">Stamping</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_292" value="292" title="Die-casting"> <label class="custom-control-label" for="f_292">Die-casting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_293" value="293" title="Foundry"> <label class="custom-control-label" for="f_293">Foundry</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_294" value="294" title="Powder Metallurgy"> <label class="custom-control-label" for="f_294">Powder Metallurgy</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_295" value="295" title="Forgings"> <label class="custom-control-label" for="f_295">Forgings</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A62" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Dies and Molds </a> </div> <div class="collapse third-item" id="register-A62"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_297" value="297" title="Dies and Molds"> <label class="custom-control-label" for="f_297">Dies and Molds</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A64" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Chemicals </a> </div> <div class="collapse third-item" id="register-A64"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_299" value="299" title="Wax"> <label class="custom-control-label" for="f_299">Wax</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_300" value="300" title="Cleaners"> <label class="custom-control-label" for="f_300">Cleaners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_301" value="301" title="Anti-freezes"> <label class="custom-control-label" for="f_301">Anti-freezes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_302" value="302" title="Additives"> <label class="custom-control-label" for="f_302">Additives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_303" value="303" title="Rust Inhibitors"> <label class="custom-control-label" for="f_303">Rust Inhibitors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_304" value="304" title="Auto Air-conditioner Maintenance Products"> <label class="custom-control-label" for="f_304">Auto Air-conditioner Maintenance Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6066" value="6066" title="Rubber Solution"> <label class="custom-control-label" for="f_6066">Rubber Solution</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12502" value="12502" title="Automotive Lubricants"> <label class="custom-control-label" for="f_12502">Automotive Lubricants</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A90" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Motorcycles </a> </div> <div class="collapse third-item" id="register-A90"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_306" value="306" title="Finished Motorcycles"> <label class="custom-control-label" for="f_306">Finished Motorcycles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_307" value="307" title="Motorcycle Parts"> <label class="custom-control-label" for="f_307">Motorcycle Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_308" value="308" title="Motorcycle Accessories"> <label class="custom-control-label" for="f_308">Motorcycle Accessories</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A92" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Repair Tool Kits & Equipment </a> </div> <div class="collapse third-item" id="register-A92"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_310" value="310" title="Tools"> <label class="custom-control-label" for="f_310">Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_311" value="311" title="Jacks"> <label class="custom-control-label" for="f_311">Jacks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_312" value="312" title="Test Instruments"> <label class="custom-control-label" for="f_312">Test Instruments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_313" value="313" title="Repair Equipment"> <label class="custom-control-label" for="f_313">Repair Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_314" value="314" title="Other Equipment"> <label class="custom-control-label" for="f_314">Other Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8307" value="8307" title="Oil Injectors"> <label class="custom-control-label" for="f_8307">Oil Injectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10233" value="10233" title="Air-conditioning Tools"> <label class="custom-control-label" for="f_10233">Air-conditioning Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16828" value="16828" title="Jump Starters"> <label class="custom-control-label" for="f_16828">Jump Starters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24087" value="24087" title="Tire Inflator"> <label class="custom-control-label" for="f_24087">Tire Inflator</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A94" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Manufacturing Equipment </a> </div> <div class="collapse third-item" id="register-A94"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_316" value="316" title="Manufacturing Equipment"> <label class="custom-control-label" for="f_316">Manufacturing Equipment</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A95" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Media </a> </div> <div class="collapse third-item" id="register-A95"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_318" value="318" title="Media"> <label class="custom-control-label" for="f_318">Media</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_319" value="319" title="Certification Services"> <label class="custom-control-label" for="f_319">Certification Services</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Drywall Screws </a> </div> <div class="collapse third-item" id="register-A01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22818" value="22818" title="Japanese Tatami Chair & Others"> <label class="custom-control-label" for="f_22818">Japanese Tatami Chair & Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22814" value="22814" title="Multifunctional Sofa"> <label class="custom-control-label" for="f_22814">Multifunctional Sofa</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24242" value="24242" title="b"> <label class="custom-control-label" for="f_24242">b</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25012" value="25012" title="Renewable eco-friendly sofa (for home use)"> <label class="custom-control-label" for="f_25012">Renewable eco-friendly sofa (for home use)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25318" value="25318" title="Renewable eco-friendly sofa (for business use)"> <label class="custom-control-label" for="f_25318">Renewable eco-friendly sofa (for business use)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A04" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Self Drilling Screws </a> </div> <div class="collapse third-item" id="register-A04"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22809" value="22809" title="Leg Exercise Sofa"> <label class="custom-control-label" for="f_22809">Leg Exercise Sofa</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A06" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Green Land Screws </a> </div> <div class="collapse third-item" id="register-A06"> <div class="row"> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A80" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Automobiles </a> </div> <div class="collapse third-item" id="register-A80"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6909" value="6909" title="Buses"> <label class="custom-control-label" for="f_6909">Buses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6910" value="6910" title="Cars / Used Cars"> <label class="custom-control-label" for="f_6910">Cars / Used Cars</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6911" value="6911" title="SUVs"> <label class="custom-control-label" for="f_6911">SUVs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6912" value="6912" title="Trucks"> <label class="custom-control-label" for="f_6912">Trucks</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A93" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Used Automotive Parts </a> </div> <div class="collapse third-item" id="register-A93"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9193" value="9193" title="Used Automotive Parts"> <label class="custom-control-label" for="f_9193">Used Automotive Parts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Cargo Net </a> </div> <div class="collapse third-item" id="register-a01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22818" value="22818" title="Japanese Tatami Chair & Others"> <label class="custom-control-label" for="f_22818">Japanese Tatami Chair & Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22814" value="22814" title="Multifunctional Sofa"> <label class="custom-control-label" for="f_22814">Multifunctional Sofa</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24242" value="24242" title="b"> <label class="custom-control-label" for="f_24242">b</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25012" value="25012" title="Renewable eco-friendly sofa (for home use)"> <label class="custom-control-label" for="f_25012">Renewable eco-friendly sofa (for home use)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25318" value="25318" title="Renewable eco-friendly sofa (for business use)"> <label class="custom-control-label" for="f_25318">Renewable eco-friendly sofa (for business use)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Furniture </a> </div> <div class="collapse third-item" id="register-A01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22818" value="22818" title="Japanese Tatami Chair & Others"> <label class="custom-control-label" for="f_22818">Japanese Tatami Chair & Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22814" value="22814" title="Multifunctional Sofa"> <label class="custom-control-label" for="f_22814">Multifunctional Sofa</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24242" value="24242" title="b"> <label class="custom-control-label" for="f_24242">b</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25012" value="25012" title="Renewable eco-friendly sofa (for home use)"> <label class="custom-control-label" for="f_25012">Renewable eco-friendly sofa (for home use)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25318" value="25318" title="Renewable eco-friendly sofa (for business use)"> <label class="custom-control-label" for="f_25318">Renewable eco-friendly sofa (for business use)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>AUTO LAMPS </a> </div> <div class="collapse third-item" id="register-a01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22818" value="22818" title="Japanese Tatami Chair & Others"> <label class="custom-control-label" for="f_22818">Japanese Tatami Chair & Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22814" value="22814" title="Multifunctional Sofa"> <label class="custom-control-label" for="f_22814">Multifunctional Sofa</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24242" value="24242" title="b"> <label class="custom-control-label" for="f_24242">b</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25012" value="25012" title="Renewable eco-friendly sofa (for home use)"> <label class="custom-control-label" for="f_25012">Renewable eco-friendly sofa (for home use)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25318" value="25318" title="Renewable eco-friendly sofa (for business use)"> <label class="custom-control-label" for="f_25318">Renewable eco-friendly sofa (for business use)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>MOTORCYCLE </a> </div> <div class="collapse third-item" id="register-a01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22818" value="22818" title="Japanese Tatami Chair & Others"> <label class="custom-control-label" for="f_22818">Japanese Tatami Chair & Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22814" value="22814" title="Multifunctional Sofa"> <label class="custom-control-label" for="f_22814">Multifunctional Sofa</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24242" value="24242" title="b"> <label class="custom-control-label" for="f_24242">b</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25012" value="25012" title="Renewable eco-friendly sofa (for home use)"> <label class="custom-control-label" for="f_25012">Renewable eco-friendly sofa (for home use)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25318" value="25318" title="Renewable eco-friendly sofa (for business use)"> <label class="custom-control-label" for="f_25318">Renewable eco-friendly sofa (for business use)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>PTSA ( Para Toluene Sulfonic Acid) </a> </div> <div class="collapse third-item" id="register-a01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22818" value="22818" title="Japanese Tatami Chair & Others"> <label class="custom-control-label" for="f_22818">Japanese Tatami Chair & Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22814" value="22814" title="Multifunctional Sofa"> <label class="custom-control-label" for="f_22814">Multifunctional Sofa</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24242" value="24242" title="b"> <label class="custom-control-label" for="f_24242">b</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25012" value="25012" title="Renewable eco-friendly sofa (for home use)"> <label class="custom-control-label" for="f_25012">Renewable eco-friendly sofa (for home use)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25318" value="25318" title="Renewable eco-friendly sofa (for business use)"> <label class="custom-control-label" for="f_25318">Renewable eco-friendly sofa (for business use)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>DC MOTOR </a> </div> <div class="collapse third-item" id="register-a01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22818" value="22818" title="Japanese Tatami Chair & Others"> <label class="custom-control-label" for="f_22818">Japanese Tatami Chair & Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22814" value="22814" title="Multifunctional Sofa"> <label class="custom-control-label" for="f_22814">Multifunctional Sofa</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24242" value="24242" title="b"> <label class="custom-control-label" for="f_24242">b</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25012" value="25012" title="Renewable eco-friendly sofa (for home use)"> <label class="custom-control-label" for="f_25012">Renewable eco-friendly sofa (for home use)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25318" value="25318" title="Renewable eco-friendly sofa (for business use)"> <label class="custom-control-label" for="f_25318">Renewable eco-friendly sofa (for business use)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a02" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>AC MOTOR </a> </div> <div class="collapse third-item" id="register-a02"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22808" value="22808" title="Lift Chair"> <label class="custom-control-label" for="f_22808">Lift Chair</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25330" value="25330" title="Lounge Chair with Wheels"> <label class="custom-control-label" for="f_25330">Lounge Chair with Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25341" value="25341" title="lounge chair"> <label class="custom-control-label" for="f_25341">lounge chair</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a04" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Gearbox </a> </div> <div class="collapse third-item" id="register-a04"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22809" value="22809" title="Leg Exercise Sofa"> <label class="custom-control-label" for="f_22809">Leg Exercise Sofa</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a05" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>AC-DC Motor control </a> </div> <div class="collapse third-item" id="register-a05"> <div class="row"> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-a02" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>CAR </a> </div> <div class="collapse third-item" id="register-a02"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22808" value="22808" title="Lift Chair"> <label class="custom-control-label" for="f_22808">Lift Chair</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25330" value="25330" title="Lounge Chair with Wheels"> <label class="custom-control-label" for="f_25330">Lounge Chair with Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25341" value="25341" title="lounge chair"> <label class="custom-control-label" for="f_25341">lounge chair</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A02" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Elder People </a> </div> <div class="collapse third-item" id="register-A02"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22808" value="22808" title="Lift Chair"> <label class="custom-control-label" for="f_22808">Lift Chair</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25330" value="25330" title="Lounge Chair with Wheels"> <label class="custom-control-label" for="f_25330">Lounge Chair with Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25341" value="25341" title="lounge chair"> <label class="custom-control-label" for="f_25341">lounge chair</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A03" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Exercise </a> </div> <div class="collapse third-item" id="register-A03"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22813" value="22813" title="Sports Chair"> <label class="custom-control-label" for="f_22813">Sports Chair</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A04" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Rehabilitation Exercise </a> </div> <div class="collapse third-item" id="register-A04"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22809" value="22809" title="Leg Exercise Sofa"> <label class="custom-control-label" for="f_22809">Leg Exercise Sofa</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Manual Surface Grinder </a> </div> <div class="collapse third-item" id="register-A01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22818" value="22818" title="Japanese Tatami Chair & Others"> <label class="custom-control-label" for="f_22818">Japanese Tatami Chair & Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22814" value="22814" title="Multifunctional Sofa"> <label class="custom-control-label" for="f_22814">Multifunctional Sofa</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24242" value="24242" title="b"> <label class="custom-control-label" for="f_24242">b</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25012" value="25012" title="Renewable eco-friendly sofa (for home use)"> <label class="custom-control-label" for="f_25012">Renewable eco-friendly sofa (for home use)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25318" value="25318" title="Renewable eco-friendly sofa (for business use)"> <label class="custom-control-label" for="f_25318">Renewable eco-friendly sofa (for business use)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A02" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Semi-Automatic Precision Surface Grinder </a> </div> <div class="collapse third-item" id="register-A02"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22808" value="22808" title="Lift Chair"> <label class="custom-control-label" for="f_22808">Lift Chair</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25330" value="25330" title="Lounge Chair with Wheels"> <label class="custom-control-label" for="f_25330">Lounge Chair with Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25341" value="25341" title="lounge chair"> <label class="custom-control-label" for="f_25341">lounge chair</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A03" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Fully Auto Surface Grinder </a> </div> <div class="collapse third-item" id="register-A03"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22813" value="22813" title="Sports Chair"> <label class="custom-control-label" for="f_22813">Sports Chair</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A04" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>CNC Surface & Profile Grinder </a> </div> <div class="collapse third-item" id="register-A04"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22809" value="22809" title="Leg Exercise Sofa"> <label class="custom-control-label" for="f_22809">Leg Exercise Sofa</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A05" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>CNC Profile Grinder For Grinding Rail & Carriage </a> </div> <div class="collapse third-item" id="register-A05"> <div class="row"> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A06" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Rotary Table Series </a> </div> <div class="collapse third-item" id="register-A06"> <div class="row"> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A07" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>High Precision 5 Axis Milling & Grinding Machine </a> </div> <div class="collapse third-item" id="register-A07"> <div class="row"> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-A19" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Electric Vehicle </a> </div> <div class="collapse third-item" id="register-A19"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25070" value="25070" title="Electric Vehicle Powertrain Systems"> <label class="custom-control-label" for="f_25070">Electric Vehicle Powertrain Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25453" value="25453" title="AC Charging Connector for Electric Vehicles"> <label class="custom-control-label" for="f_25453">AC Charging Connector for Electric Vehicles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25071" value="25071" title="Power Electronics"> <label class="custom-control-label" for="f_25071">Power Electronics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25072" value="25072" title="Electromagnetic Motor"> <label class="custom-control-label" for="f_25072">Electromagnetic Motor</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25073" value="25073" title="Electric Circuit Controller"> <label class="custom-control-label" for="f_25073">Electric Circuit Controller</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25455" value="25455" title="Automotive Charging Cables"> <label class="custom-control-label" for="f_25455">Automotive Charging Cables</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-M" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Machinery & Machine Tools </a> <div class="collapse second-category" id="register-M"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M19" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Used End-Production Machinery </a> </div> <div class="collapse third-item" id="register-M19"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5557" value="5557" title="Used End-Production Machinery"> <label class="custom-control-label" for="f_5557">Used End-Production Machinery</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Plastic Processing Machinery </a> </div> <div class="collapse third-item" id="register-M01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2092" value="2092" title="Plastic Extruders"> <label class="custom-control-label" for="f_2092">Plastic Extruders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2093" value="2093" title="Plastic Laminating Machines"> <label class="custom-control-label" for="f_2093">Plastic Laminating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2094" value="2094" title="Co-extrusion Machines"> <label class="custom-control-label" for="f_2094">Co-extrusion Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2095" value="2095" title="Plastic Forming Machines"> <label class="custom-control-label" for="f_2095">Plastic Forming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2096" value="2096" title="Coating Machines"> <label class="custom-control-label" for="f_2096">Coating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2097" value="2097" title="PVC Profile Extrusion Machines"> <label class="custom-control-label" for="f_2097">PVC Profile Extrusion Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2098" value="2098" title="Plastic Monofilament Making Machines"> <label class="custom-control-label" for="f_2098">Plastic Monofilament Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2099" value="2099" title="Plastic Bag Making Machines"> <label class="custom-control-label" for="f_2099">Plastic Bag Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2100" value="2100" title="PP/PE Woven Bag Circular Looms"> <label class="custom-control-label" for="f_2100">PP/PE Woven Bag Circular Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2101" value="2101" title="Plastic Vacuum-forming Machines"> <label class="custom-control-label" for="f_2101">Plastic Vacuum-forming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2102" value="2102" title="Inflation Tubular Film-making Machines"> <label class="custom-control-label" for="f_2102">Inflation Tubular Film-making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2103" value="2103" title="Screws for Plastic Processing Machinery"> <label class="custom-control-label" for="f_2103">Screws for Plastic Processing Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2104" value="2104" title="Flat Yarn Making Machines"> <label class="custom-control-label" for="f_2104">Flat Yarn Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2105" value="2105" title="Plastic Sheet & Film Calendering Machines"> <label class="custom-control-label" for="f_2105">Plastic Sheet & Film Calendering Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2106" value="2106" title="Plastic Sheet Making Machines"> <label class="custom-control-label" for="f_2106">Plastic Sheet Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2107" value="2107" title="Soft & Rigid Plastic Pipe Making Machines"> <label class="custom-control-label" for="f_2107">Soft & Rigid Plastic Pipe Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2108" value="2108" title="Soft & Rigid Plastic Pelletizing Machines"> <label class="custom-control-label" for="f_2108">Soft & Rigid Plastic Pelletizing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2109" value="2109" title="Foam Net Making Machines"> <label class="custom-control-label" for="f_2109">Foam Net Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2110" value="2110" title="Plastic Corrugated Sheet Making Machines"> <label class="custom-control-label" for="f_2110">Plastic Corrugated Sheet Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2111" value="2111" title="PVC Heat Shrinkable Film Making Machines"> <label class="custom-control-label" for="f_2111">PVC Heat Shrinkable Film Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2112" value="2112" title="Magic-Seal Plastic Bag Making Machines"> <label class="custom-control-label" for="f_2112">Magic-Seal Plastic Bag Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2113" value="2113" title="PVC Shrink Pipe & Tube Making Machines"> <label class="custom-control-label" for="f_2113">PVC Shrink Pipe & Tube Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2114" value="2114" title="Plastic Net-Bag Making Machines"> <label class="custom-control-label" for="f_2114">Plastic Net-Bag Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2115" value="2115" title="Blister Wrap Making Machines"> <label class="custom-control-label" for="f_2115">Blister Wrap Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2116" value="2116" title="Acrylic Plate Making Machines"> <label class="custom-control-label" for="f_2116">Acrylic Plate Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2117" value="2117" title="PVC Window and Door Extrusion Machines"> <label class="custom-control-label" for="f_2117">PVC Window and Door Extrusion Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2118" value="2118" title="PVC Venetian Blind Extrusion Machines"> <label class="custom-control-label" for="f_2118">PVC Venetian Blind Extrusion Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2119" value="2119" title="PVC Wall Board Working Machines"> <label class="custom-control-label" for="f_2119">PVC Wall Board Working Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2120" value="2120" title="PVC Tubular Shrinkage Film Making Machines"> <label class="custom-control-label" for="f_2120">PVC Tubular Shrinkage Film Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2121" value="2121" title="Circular Looms"> <label class="custom-control-label" for="f_2121">Circular Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2122" value="2122" title="Plastic Injection Molding Machines"> <label class="custom-control-label" for="f_2122">Plastic Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2123" value="2123" title="Horizontal Injection Molding Machines"> <label class="custom-control-label" for="f_2123">Horizontal Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2124" value="2124" title="Vertical Injection Molding Machines"> <label class="custom-control-label" for="f_2124">Vertical Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2125" value="2125" title="Other Plastic Injection Molding Machines"> <label class="custom-control-label" for="f_2125">Other Plastic Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2126" value="2126" title="Robots for Plastic Processing Machines"> <label class="custom-control-label" for="f_2126">Robots for Plastic Processing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2127" value="2127" title="Multi-Station Plastic Injection Molding Machines"> <label class="custom-control-label" for="f_2127">Multi-Station Plastic Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2128" value="2128" title="2-Color Plastic Injection Molding Machines"> <label class="custom-control-label" for="f_2128">2-Color Plastic Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2129" value="2129" title="Machines for Bakelite, Urea & Melamine"> <label class="custom-control-label" for="f_2129">Machines for Bakelite, Urea & Melamine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2130" value="2130" title="CNC Plastic Injection Molding Machines"> <label class="custom-control-label" for="f_2130">CNC Plastic Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2131" value="2131" title="Rubber Injection Molding Machines"> <label class="custom-control-label" for="f_2131">Rubber Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2132" value="2132" title="Automatic EVA Injection Molding Machines"> <label class="custom-control-label" for="f_2132">Automatic EVA Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2133" value="2133" title="Plastic Injection Molding Machines for PET Preforms"> <label class="custom-control-label" for="f_2133">Plastic Injection Molding Machines for PET Preforms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2134" value="2134" title="PET Stretch-Blow-molding Machines"> <label class="custom-control-label" for="f_2134">PET Stretch-Blow-molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2135" value="2135" title="Injection & Stretch Blow-Molding Machines"> <label class="custom-control-label" for="f_2135">Injection & Stretch Blow-Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2136" value="2136" title="Injection Blow Molding Machines"> <label class="custom-control-label" for="f_2136">Injection Blow Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2137" value="2137" title="Extrusion Blow Molding Machines"> <label class="custom-control-label" for="f_2137">Extrusion Blow Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2138" value="2138" title="Plastic Blow-molding Machines"> <label class="custom-control-label" for="f_2138">Plastic Blow-molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2139" value="2139" title="Other Blow-molding Machines"> <label class="custom-control-label" for="f_2139">Other Blow-molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2140" value="2140" title="Plastic Mixers"> <label class="custom-control-label" for="f_2140">Plastic Mixers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2141" value="2141" title="Crushers"> <label class="custom-control-label" for="f_2141">Crushers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2142" value="2142" title="Plastic Recycling & Pelletizing Machines"> <label class="custom-control-label" for="f_2142">Plastic Recycling & Pelletizing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2143" value="2143" title="Recycling & Reproducing Equipment"> <label class="custom-control-label" for="f_2143">Recycling & Reproducing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2144" value="2144" title="Other Plastic Processing Machines"> <label class="custom-control-label" for="f_2144">Other Plastic Processing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2145" value="2145" title="Polyurethane Foam Making Machines"> <label class="custom-control-label" for="f_2145">Polyurethane Foam Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2146" value="2146" title="Plastic Foam Making Machines"> <label class="custom-control-label" for="f_2146">Plastic Foam Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2147" value="2147" title="Expandable Polystyrene Molding Machines"> <label class="custom-control-label" for="f_2147">Expandable Polystyrene Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2148" value="2148" title="PU Foam Dispensing Machines"> <label class="custom-control-label" for="f_2148">PU Foam Dispensing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2149" value="2149" title="Plastic Leather Reproduction Equipment"> <label class="custom-control-label" for="f_2149">Plastic Leather Reproduction Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2150" value="2150" title="Preprocessing & Recycling Machines and Equipment"> <label class="custom-control-label" for="f_2150">Preprocessing & Recycling Machines and Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2151" value="2151" title="Ultrasonic Plastic-Processing Machinery"> <label class="custom-control-label" for="f_2151">Ultrasonic Plastic-Processing Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2152" value="2152" title="Ultrasonic Plastic Welding Machines"> <label class="custom-control-label" for="f_2152">Ultrasonic Plastic Welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2153" value="2153" title="Hot Plate Plastic Welders"> <label class="custom-control-label" for="f_2153">Hot Plate Plastic Welders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2154" value="2154" title="High-Frequency Plastic Welding Machines"> <label class="custom-control-label" for="f_2154">High-Frequency Plastic Welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2155" value="2155" title="Hot Forming Presses"> <label class="custom-control-label" for="f_2155">Hot Forming Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2156" value="2156" title="Compression Molding Machines"> <label class="custom-control-label" for="f_2156">Compression Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2157" value="2157" title="Transfer Molding Machines"> <label class="custom-control-label" for="f_2157">Transfer Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2158" value="2158" title="Plastic Slitting & Rewinding Machines"> <label class="custom-control-label" for="f_2158">Plastic Slitting & Rewinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2159" value="2159" title="Plastic Straw Making Machines"> <label class="custom-control-label" for="f_2159">Plastic Straw Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2160" value="2160" title="Plastic Laminated Tube Filling & Ultrasonic Sealing Machines"> <label class="custom-control-label" for="f_2160">Plastic Laminated Tube Filling & Ultrasonic Sealing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2161" value="2161" title="Plastic Welding Machines"> <label class="custom-control-label" for="f_2161">Plastic Welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2162" value="2162" title="Plastic Finishing Machines"> <label class="custom-control-label" for="f_2162">Plastic Finishing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2163" value="2163" title="Test and Measuring Equipment"> <label class="custom-control-label" for="f_2163">Test and Measuring Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2164" value="2164" title="Other Auxiliary Equipment"> <label class="custom-control-label" for="f_2164">Other Auxiliary Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2165" value="2165" title="Embossing Rollers"> <label class="custom-control-label" for="f_2165">Embossing Rollers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2166" value="2166" title="Parts for Plastic Processing Machinery"> <label class="custom-control-label" for="f_2166">Parts for Plastic Processing Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2167" value="2167" title="Raw Plastic Materials"> <label class="custom-control-label" for="f_2167">Raw Plastic Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2168" value="2168" title="Plastic Processing Molds"> <label class="custom-control-label" for="f_2168">Plastic Processing Molds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2169" value="2169" title="Extrusion Dies"> <label class="custom-control-label" for="f_2169">Extrusion Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2170" value="2170" title="Injection Molds"> <label class="custom-control-label" for="f_2170">Injection Molds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2171" value="2171" title="Blow Molds"> <label class="custom-control-label" for="f_2171">Blow Molds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2172" value="2172" title="Dryers for Bulk Materials"> <label class="custom-control-label" for="f_2172">Dryers for Bulk Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2173" value="2173" title="Process Control Equipment"> <label class="custom-control-label" for="f_2173">Process Control Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2174" value="2174" title="Materials and Products"> <label class="custom-control-label" for="f_2174">Materials and Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2175" value="2175" title="Colorants, Pigments and Dyes"> <label class="custom-control-label" for="f_2175">Colorants, Pigments and Dyes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2176" value="2176" title="Additives and Fillers"> <label class="custom-control-label" for="f_2176">Additives and Fillers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2177" value="2177" title="PET Sheet Extruders"> <label class="custom-control-label" for="f_2177">PET Sheet Extruders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2178" value="2178" title="Polystyrene (EPS) Recycling Machines"> <label class="custom-control-label" for="f_2178">Polystyrene (EPS) Recycling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2179" value="2179" title="Aluminum Tube Making Machines"> <label class="custom-control-label" for="f_2179">Aluminum Tube Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2180" value="2180" title="Mold Temperature Controller"> <label class="custom-control-label" for="f_2180">Mold Temperature Controller</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4883" value="4883" title="Rear-stage Extruders"> <label class="custom-control-label" for="f_4883">Rear-stage Extruders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15261" value="15261" title="Rope Making Machinery"> <label class="custom-control-label" for="f_15261">Rope Making Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13521" value="13521" title="Extruding Pelletizing Machine"> <label class="custom-control-label" for="f_13521">Extruding Pelletizing Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13520" value="13520" title="Laboratory Equipment"> <label class="custom-control-label" for="f_13520">Laboratory Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8078" value="8078" title="Plastics Planers"> <label class="custom-control-label" for="f_8078">Plastics Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8460" value="8460" title="Twin Screw Extruders"> <label class="custom-control-label" for="f_8460">Twin Screw Extruders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8792" value="8792" title="Powerful Friction Washers"> <label class="custom-control-label" for="f_8792">Powerful Friction Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13151" value="13151" title="PERFORATED METAL M/C"> <label class="custom-control-label" for="f_13151">PERFORATED METAL M/C</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13640" value="13640" title="Blown Film Machines"> <label class="custom-control-label" for="f_13640">Blown Film Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13641" value="13641" title="Pipe Making Machines"> <label class="custom-control-label" for="f_13641">Pipe Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13642" value="13642" title="Plastic Waste Recycling Machines"> <label class="custom-control-label" for="f_13642">Plastic Waste Recycling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13643" value="13643" title="PVC Profile Extrusion Line"> <label class="custom-control-label" for="f_13643">PVC Profile Extrusion Line</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M02" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Rubber Processing Machinery </a> </div> <div class="collapse third-item" id="register-M02"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2182" value="2182" title="Tire Machines"> <label class="custom-control-label" for="f_2182">Tire Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2183" value="2183" title="Rubber Extruders"> <label class="custom-control-label" for="f_2183">Rubber Extruders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2184" value="2184" title="Rubber Injection Molding Machines"> <label class="custom-control-label" for="f_2184">Rubber Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2185" value="2185" title="Rolling Mills for Rubber Processing"> <label class="custom-control-label" for="f_2185">Rolling Mills for Rubber Processing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2186" value="2186" title="Intensive Mixers for Rubber"> <label class="custom-control-label" for="f_2186">Intensive Mixers for Rubber</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2187" value="2187" title="Rubber Cutters"> <label class="custom-control-label" for="f_2187">Rubber Cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2188" value="2188" title="Vulcanizers for Rubber"> <label class="custom-control-label" for="f_2188">Vulcanizers for Rubber</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2189" value="2189" title="Rubber Calenders"> <label class="custom-control-label" for="f_2189">Rubber Calenders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2190" value="2190" title="Other Rubber Processing Machines"> <label class="custom-control-label" for="f_2190">Other Rubber Processing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2191" value="2191" title="Parts for Rubber Processing Machines"> <label class="custom-control-label" for="f_2191">Parts for Rubber Processing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2192" value="2192" title="Rubber Processing Molds"> <label class="custom-control-label" for="f_2192">Rubber Processing Molds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2193" value="2193" title="Tire Molds"> <label class="custom-control-label" for="f_2193">Tire Molds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2194" value="2194" title="Rubber Hot-forming Presses"> <label class="custom-control-label" for="f_2194">Rubber Hot-forming Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2195" value="2195" title="Batch-Off Machines For Rubber Compound"> <label class="custom-control-label" for="f_2195">Batch-Off Machines For Rubber Compound</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2196" value="2196" title="Tube Making Machines"> <label class="custom-control-label" for="f_2196">Tube Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2197" value="2197" title="Rubber Hose Making Machines"> <label class="custom-control-label" for="f_2197">Rubber Hose Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2198" value="2198" title="Rubber Belt Making Machines"> <label class="custom-control-label" for="f_2198">Rubber Belt Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2199" value="2199" title="Rubber Shoe Making Machines"> <label class="custom-control-label" for="f_2199">Rubber Shoe Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2200" value="2200" title="Rubber Ball Making Machines"> <label class="custom-control-label" for="f_2200">Rubber Ball Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2201" value="2201" title="Tire Repair Machines"> <label class="custom-control-label" for="f_2201">Tire Repair Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2202" value="2202" title="Crackers & Cutting Machines for Scrap Rubber"> <label class="custom-control-label" for="f_2202">Crackers & Cutting Machines for Scrap Rubber</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2203" value="2203" title="Tire Testing Machines"> <label class="custom-control-label" for="f_2203">Tire Testing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2204" value="2204" title="Waste Tire Recycling Machines"> <label class="custom-control-label" for="f_2204">Waste Tire Recycling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2205" value="2205" title="Cold-Feed Pin Bellow Extruders for Rubber Tires"> <label class="custom-control-label" for="f_2205">Cold-Feed Pin Bellow Extruders for Rubber Tires</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2206" value="2206" title="Auto Cold-Feed Extruders"> <label class="custom-control-label" for="f_2206">Auto Cold-Feed Extruders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2207" value="2207" title="Stock Blenders"> <label class="custom-control-label" for="f_2207">Stock Blenders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2208" value="2208" title="Tread Cooling & Winding Machines"> <label class="custom-control-label" for="f_2208">Tread Cooling & Winding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2209" value="2209" title="Bead Wire Insulator Application Machinery"> <label class="custom-control-label" for="f_2209">Bead Wire Insulator Application Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2210" value="2210" title="Hot Presses for Repairing Tire Surfaces"> <label class="custom-control-label" for="f_2210">Hot Presses for Repairing Tire Surfaces</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2211" value="2211" title="Automatic Rubber-Glove Making Machines"> <label class="custom-control-label" for="f_2211">Automatic Rubber-Glove Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2212" value="2212" title="Silicon Injection Molding Machine"> <label class="custom-control-label" for="f_2212">Silicon Injection Molding Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2213" value="2213" title="Vacuum Type Oil Hyfraulic Molding Machine"> <label class="custom-control-label" for="f_2213">Vacuum Type Oil Hyfraulic Molding Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2214" value="2214" title="Hydraulic Molding Machine"> <label class="custom-control-label" for="f_2214">Hydraulic Molding Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2215" value="2215" title="Liquid silicon Rubber Injection Molding Machines"> <label class="custom-control-label" for="f_2215">Liquid silicon Rubber Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5883" value="5883" title="Deburring Machines for Rubber/Plastic"> <label class="custom-control-label" for="f_5883">Deburring Machines for Rubber/Plastic</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13639" value="13639" title="Light Packing Tape Making Machine"> <label class="custom-control-label" for="f_13639">Light Packing Tape Making Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13645" value="13645" title="Permeation Hose Making Machines"> <label class="custom-control-label" for="f_13645">Permeation Hose Making Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M03" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Packaging Machinery </a> </div> <div class="collapse third-item" id="register-M03"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7008" value="7008" title="Testers"> <label class="custom-control-label" for="f_7008">Testers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7007" value="7007" title="Sterilizers"> <label class="custom-control-label" for="f_7007">Sterilizers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2217" value="2217" title="Auto Cartoning Machines"> <label class="custom-control-label" for="f_2217">Auto Cartoning Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2218" value="2218" title="Strapping Machines"> <label class="custom-control-label" for="f_2218">Strapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2219" value="2219" title="Cardboard Box Sealing Machines"> <label class="custom-control-label" for="f_2219">Cardboard Box Sealing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2220" value="2220" title="Bag Sealing Machines (Sealing Machines)"> <label class="custom-control-label" for="f_2220">Bag Sealing Machines (Sealing Machines)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2221" value="2221" title="Marking and Labeling Machines"> <label class="custom-control-label" for="f_2221">Marking and Labeling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2222" value="2222" title="Crowners (Capping Machines)"> <label class="custom-control-label" for="f_2222">Crowners (Capping Machines)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2223" value="2223" title="Capsule Filling Machines"> <label class="custom-control-label" for="f_2223">Capsule Filling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2224" value="2224" title="Adhesive Tape Making Machines"> <label class="custom-control-label" for="f_2224">Adhesive Tape Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2225" value="2225" title="Overwrapping Machines"> <label class="custom-control-label" for="f_2225">Overwrapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2226" value="2226" title="Skin Wrapping Machines"> <label class="custom-control-label" for="f_2226">Skin Wrapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2227" value="2227" title="Blister Packing & Strip Packing Machines"> <label class="custom-control-label" for="f_2227">Blister Packing & Strip Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2228" value="2228" title="Cardboard Box Sealing Machines"> <label class="custom-control-label" for="f_2228">Cardboard Box Sealing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2229" value="2229" title="Heat Sealers"> <label class="custom-control-label" for="f_2229">Heat Sealers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2230" value="2230" title="Capping Machines"> <label class="custom-control-label" for="f_2230">Capping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2231" value="2231" title="Can Seaming Machines"> <label class="custom-control-label" for="f_2231">Can Seaming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2232" value="2232" title="Hydraulic Baling Presses"> <label class="custom-control-label" for="f_2232">Hydraulic Baling Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2233" value="2233" title="Bottle Washers"> <label class="custom-control-label" for="f_2233">Bottle Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2234" value="2234" title="Cap Seal Applicating Machines"> <label class="custom-control-label" for="f_2234">Cap Seal Applicating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2235" value="2235" title="Label Applicating Machines"> <label class="custom-control-label" for="f_2235">Label Applicating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2236" value="2236" title="Stretch-film/PE-film Rewinder"> <label class="custom-control-label" for="f_2236">Stretch-film/PE-film Rewinder</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2237" value="2237" title="Automatic Cutting Machines"> <label class="custom-control-label" for="f_2237">Automatic Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2238" value="2238" title="Center-sealing & Gusseting Machines"> <label class="custom-control-label" for="f_2238">Center-sealing & Gusseting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2239" value="2239" title="Sealing & Cutting Machines"> <label class="custom-control-label" for="f_2239">Sealing & Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2240" value="2240" title="Laminating Machines"> <label class="custom-control-label" for="f_2240">Laminating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2241" value="2241" title="Slitting and Rewinding Machines"> <label class="custom-control-label" for="f_2241">Slitting and Rewinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2242" value="2242" title="Piece Cutting Machine"> <label class="custom-control-label" for="f_2242">Piece Cutting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2243" value="2243" title="Double-side-sealing Machines"> <label class="custom-control-label" for="f_2243">Double-side-sealing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2244" value="2244" title="Heat-Sealing and Slitting Machines"> <label class="custom-control-label" for="f_2244">Heat-Sealing and Slitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2245" value="2245" title="Auto Center-sealing and Gusseting Bag-making Machines"> <label class="custom-control-label" for="f_2245">Auto Center-sealing and Gusseting Bag-making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2246" value="2246" title="Auto Three-side-sealing Bag Making Machines"> <label class="custom-control-label" for="f_2246">Auto Three-side-sealing Bag Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2247" value="2247" title="Auto Heat-sealing, Slitting & Bottom-Cutting Bag-Making Machines"> <label class="custom-control-label" for="f_2247">Auto Heat-sealing, Slitting & Bottom-Cutting Bag-Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2248" value="2248" title="Automatic Quantifying, Filling & Packaging Machines"> <label class="custom-control-label" for="f_2248">Automatic Quantifying, Filling & Packaging Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2249" value="2249" title="Loose-goods Filling & Counting Machines"> <label class="custom-control-label" for="f_2249">Loose-goods Filling & Counting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2250" value="2250" title="Collapsible Tube Automatic Filling and Sealing Machines"> <label class="custom-control-label" for="f_2250">Collapsible Tube Automatic Filling and Sealing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2251" value="2251" title="Liquid Filling & Packing Machines"> <label class="custom-control-label" for="f_2251">Liquid Filling & Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2252" value="2252" title="Paste Filling & Packing Machines"> <label class="custom-control-label" for="f_2252">Paste Filling & Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2253" value="2253" title="Powder Filling & Packing Machines"> <label class="custom-control-label" for="f_2253">Powder Filling & Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2254" value="2254" title="Pillow-type-packaging Machines"> <label class="custom-control-label" for="f_2254">Pillow-type-packaging Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2255" value="2255" title="Gas Filling & Packing Machines"> <label class="custom-control-label" for="f_2255">Gas Filling & Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2256" value="2256" title="Pneumatic Packing Presses"> <label class="custom-control-label" for="f_2256">Pneumatic Packing Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2257" value="2257" title="Automatic Weighing & Filling Machines"> <label class="custom-control-label" for="f_2257">Automatic Weighing & Filling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2258" value="2258" title="Case Washers"> <label class="custom-control-label" for="f_2258">Case Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2259" value="2259" title="Skin-packaging Machine"> <label class="custom-control-label" for="f_2259">Skin-packaging Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2260" value="2260" title="Vacuum Packing Machines"> <label class="custom-control-label" for="f_2260">Vacuum Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2261" value="2261" title="Solid Product-automatic Packaging Machines"> <label class="custom-control-label" for="f_2261">Solid Product-automatic Packaging Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2262" value="2262" title="Plastic-shell Packing Machines"> <label class="custom-control-label" for="f_2262">Plastic-shell Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2263" value="2263" title="Paper Napkin Auto-Sealing/Packing Machines"> <label class="custom-control-label" for="f_2263">Paper Napkin Auto-Sealing/Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2264" value="2264" title="Auto Stretch-wrapping Machines"> <label class="custom-control-label" for="f_2264">Auto Stretch-wrapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2265" value="2265" title="Roll-Type Paper Towel Making and Packing Machines"> <label class="custom-control-label" for="f_2265">Roll-Type Paper Towel Making and Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2266" value="2266" title="PVC/PE Shrink Film Wrapping Machines"> <label class="custom-control-label" for="f_2266">PVC/PE Shrink Film Wrapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2267" value="2267" title="Formed Cup/Box Auto Filling, Sealing & Packing Machines"> <label class="custom-control-label" for="f_2267">Formed Cup/Box Auto Filling, Sealing & Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2268" value="2268" title="Fully Automatic L-type Sealing and Shrink Packaging Machine"> <label class="custom-control-label" for="f_2268">Fully Automatic L-type Sealing and Shrink Packaging Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2269" value="2269" title="Automatic Cup-/Bowl-Type Instant Noodle Packing Machines"> <label class="custom-control-label" for="f_2269">Automatic Cup-/Bowl-Type Instant Noodle Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2270" value="2270" title="Auto Liquid Filling, Capping and Packing Machines"> <label class="custom-control-label" for="f_2270">Auto Liquid Filling, Capping and Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2271" value="2271" title="Wound Pad Piece-cutting and Packing Machines"> <label class="custom-control-label" for="f_2271">Wound Pad Piece-cutting and Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2272" value="2272" title="Corrugated Cardboard Box Wrapping and Packing Machines"> <label class="custom-control-label" for="f_2272">Corrugated Cardboard Box Wrapping and Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2273" value="2273" title="L-type Sealing Machines"> <label class="custom-control-label" for="f_2273">L-type Sealing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2274" value="2274" title="Crowners (Capping Machines)"> <label class="custom-control-label" for="f_2274">Crowners (Capping Machines)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2275" value="2275" title="Automatic Volume-measurement Can Filling Machines"> <label class="custom-control-label" for="f_2275">Automatic Volume-measurement Can Filling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2276" value="2276" title="Capsule Filling Machines"> <label class="custom-control-label" for="f_2276">Capsule Filling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2277" value="2277" title="Pharmaceutical & Packing Machines"> <label class="custom-control-label" for="f_2277">Pharmaceutical & Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2278" value="2278" title="Plaster Packing Machines"> <label class="custom-control-label" for="f_2278">Plaster Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2279" value="2279" title="Surgical Glove Packing Machines"> <label class="custom-control-label" for="f_2279">Surgical Glove Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2280" value="2280" title="Packaging Materials"> <label class="custom-control-label" for="f_2280">Packaging Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2281" value="2281" title="Automatic Bagging Machines"> <label class="custom-control-label" for="f_2281">Automatic Bagging Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2282" value="2282" title="Cardboard Box Auto Gluing & Sealing Machines"> <label class="custom-control-label" for="f_2282">Cardboard Box Auto Gluing & Sealing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2283" value="2283" title="Automatic Chopsticks Packing Machines"> <label class="custom-control-label" for="f_2283">Automatic Chopsticks Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2284" value="2284" title="Automatic Toothpick Packing Machines"> <label class="custom-control-label" for="f_2284">Automatic Toothpick Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2285" value="2285" title="Automatic Tongue Depressor Packing Machines"> <label class="custom-control-label" for="f_2285">Automatic Tongue Depressor Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2286" value="2286" title="Automatic Ice-cream Spoon Packing Machines"> <label class="custom-control-label" for="f_2286">Automatic Ice-cream Spoon Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2287" value="2287" title="Hot Melt Machines"> <label class="custom-control-label" for="f_2287">Hot Melt Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2288" value="2288" title="Other Packing Machinery"> <label class="custom-control-label" for="f_2288">Other Packing Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5956" value="5956" title="Auto-formed Pouch Sealing Machine"> <label class="custom-control-label" for="f_5956">Auto-formed Pouch Sealing Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5958" value="5958" title="catering foodservice foil roll machine, cling film roll machine"> <label class="custom-control-label" for="f_5958">catering foodservice foil roll machine, cling film roll machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6003" value="6003" title="Automatic Shrinkable Label Inserting Machine"> <label class="custom-control-label" for="f_6003">Automatic Shrinkable Label Inserting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6041" value="6041" title="Aluminun Foil Rewinders"> <label class="custom-control-label" for="f_6041">Aluminun Foil Rewinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8793" value="8793" title="Bale Opening Machines"> <label class="custom-control-label" for="f_8793">Bale Opening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8794" value="8794" title="Label Removers"> <label class="custom-control-label" for="f_8794">Label Removers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11290" value="11290" title="Testers"> <label class="custom-control-label" for="f_11290">Testers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14969" value="14969" title="Paper box auto packing machine"> <label class="custom-control-label" for="f_14969">Paper box auto packing machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22952" value="22952" title="Roll-Type Paper Towel Making and Packing Machines"> <label class="custom-control-label" for="f_22952">Roll-Type Paper Towel Making and Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23134" value="23134" title="Barcode Printer"> <label class="custom-control-label" for="f_23134">Barcode Printer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23187" value="23187" title="Industrial Pallet Film"> <label class="custom-control-label" for="f_23187">Industrial Pallet Film</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24511" value="24511" title="Caps Vibratory Bowl Feeders"> <label class="custom-control-label" for="f_24511">Caps Vibratory Bowl Feeders</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M04" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Paper Making and Converting Machinery </a> </div> <div class="collapse third-item" id="register-M04"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2290" value="2290" title="Paper Making Equipment"> <label class="custom-control-label" for="f_2290">Paper Making Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2291" value="2291" title="Turnkey Pulp Equipment"> <label class="custom-control-label" for="f_2291">Turnkey Pulp Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2292" value="2292" title="Pulp Molded Packages Making Machinery"> <label class="custom-control-label" for="f_2292">Pulp Molded Packages Making Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2293" value="2293" title="Machines for Paper Products"> <label class="custom-control-label" for="f_2293">Machines for Paper Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2294" value="2294" title="Sheeters"> <label class="custom-control-label" for="f_2294">Sheeters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2295" value="2295" title="Paper Converting Equipment"> <label class="custom-control-label" for="f_2295">Paper Converting Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2296" value="2296" title="Parts for Paper Making Machines"> <label class="custom-control-label" for="f_2296">Parts for Paper Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2297" value="2297" title="Paper Cutting Machine"> <label class="custom-control-label" for="f_2297">Paper Cutting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2298" value="2298" title="Slushing Equipment"> <label class="custom-control-label" for="f_2298">Slushing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2299" value="2299" title="Paper and Cardboard Machines"> <label class="custom-control-label" for="f_2299">Paper and Cardboard Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2300" value="2300" title="Paper Finishing Equipment"> <label class="custom-control-label" for="f_2300">Paper Finishing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2301" value="2301" title="Paper Converting Plants"> <label class="custom-control-label" for="f_2301">Paper Converting Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2302" value="2302" title="Paper Slitting Machines"> <label class="custom-control-label" for="f_2302">Paper Slitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2303" value="2303" title="Double-Wire/Twin-Wire Paper Converting Machines"> <label class="custom-control-label" for="f_2303">Double-Wire/Twin-Wire Paper Converting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2304" value="2304" title="Paper Box Stitchers"> <label class="custom-control-label" for="f_2304">Paper Box Stitchers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2305" value="2305" title="Paper Board Laminating & Coating Machines"> <label class="custom-control-label" for="f_2305">Paper Board Laminating & Coating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2306" value="2306" title="Film Coating Machines for Pulp-Molded Products"> <label class="custom-control-label" for="f_2306">Film Coating Machines for Pulp-Molded Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2307" value="2307" title="Deinking Machines"> <label class="custom-control-label" for="f_2307">Deinking Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2308" value="2308" title="Wastepaper Processing Equipment"> <label class="custom-control-label" for="f_2308">Wastepaper Processing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2309" value="2309" title="Corrugated Cardboard Making Machines"> <label class="custom-control-label" for="f_2309">Corrugated Cardboard Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2310" value="2310" title="Corrugated Carton Making Machines"> <label class="custom-control-label" for="f_2310">Corrugated Carton Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2311" value="2311" title="Paper Bag Making Machines"> <label class="custom-control-label" for="f_2311">Paper Bag Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2312" value="2312" title="Multi-layer Kraft Paper Bag Making Machines"> <label class="custom-control-label" for="f_2312">Multi-layer Kraft Paper Bag Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2313" value="2313" title="Paper Slitting and Rewinding Machines"> <label class="custom-control-label" for="f_2313">Paper Slitting and Rewinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2314" value="2314" title="Cardboard Box Automatic Cutting and Creasing Machines"> <label class="custom-control-label" for="f_2314">Cardboard Box Automatic Cutting and Creasing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2315" value="2315" title="Paper Egg Tray Making Machines"> <label class="custom-control-label" for="f_2315">Paper Egg Tray Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2316" value="2316" title="Cardboard Case Making Machines"> <label class="custom-control-label" for="f_2316">Cardboard Case Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2317" value="2317" title="Auto Lunch Box Forming Machines"> <label class="custom-control-label" for="f_2317">Auto Lunch Box Forming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2318" value="2318" title="Paper Core Making Machines"> <label class="custom-control-label" for="f_2318">Paper Core Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2319" value="2319" title="Paper Tube Making Machinery"> <label class="custom-control-label" for="f_2319">Paper Tube Making Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2320" value="2320" title="Tube Cutting Machine"> <label class="custom-control-label" for="f_2320">Tube Cutting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2321" value="2321" title="Angular Cardboard Making Mahinces"> <label class="custom-control-label" for="f_2321">Angular Cardboard Making Mahinces</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2322" value="2322" title="Paper Tissue Machinery"> <label class="custom-control-label" for="f_2322">Paper Tissue Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2323" value="2323" title="Paper Napkin Making Machines"> <label class="custom-control-label" for="f_2323">Paper Napkin Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2324" value="2324" title="Toilet Paper Making Machines"> <label class="custom-control-label" for="f_2324">Toilet Paper Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2325" value="2325" title="Facial Tissue Making Machines"> <label class="custom-control-label" for="f_2325">Facial Tissue Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2326" value="2326" title="Paper-Diaper Making Machinery"> <label class="custom-control-label" for="f_2326">Paper-Diaper Making Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2327" value="2327" title="Sanitary-Napkin Making Machinery"> <label class="custom-control-label" for="f_2327">Sanitary-Napkin Making Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2328" value="2328" title="Wet Paper Towel Making Machines"> <label class="custom-control-label" for="f_2328">Wet Paper Towel Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2329" value="2329" title="Toilet Paper Roll Making Machines"> <label class="custom-control-label" for="f_2329">Toilet Paper Roll Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2330" value="2330" title="Pocket/Facial Tissue Making Machines"> <label class="custom-control-label" for="f_2330">Pocket/Facial Tissue Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2331" value="2331" title="Pen Making Machines"> <label class="custom-control-label" for="f_2331">Pen Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2332" value="2332" title="Other Paper Converting Machines"> <label class="custom-control-label" for="f_2332">Other Paper Converting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14470" value="14470" title="Facial Tissue Making Machines"> <label class="custom-control-label" for="f_14470">Facial Tissue Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5993" value="5993" title="Wet tisue /wet wipe/wet napkin/wet towel making machine"> <label class="custom-control-label" for="f_5993">Wet tisue /wet wipe/wet napkin/wet towel making machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10593" value="10593" title="Pen Assembly Machines"> <label class="custom-control-label" for="f_10593">Pen Assembly Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14471" value="14471" title="Facial tissue plastic film auto wrapping machine"> <label class="custom-control-label" for="f_14471">Facial tissue plastic film auto wrapping machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18795" value="18795" title="Packaging Machinery"> <label class="custom-control-label" for="f_18795">Packaging Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22940" value="22940" title="Toilet Paper Making Machines"> <label class="custom-control-label" for="f_22940">Toilet Paper Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22941" value="22941" title="Toilet Paper Roll Making Machines"> <label class="custom-control-label" for="f_22941">Toilet Paper Roll Making Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M05" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Printing Presses </a> </div> <div class="collapse third-item" id="register-M05"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2334" value="2334" title="Flexographic Printing Presses"> <label class="custom-control-label" for="f_2334">Flexographic Printing Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2335" value="2335" title="Screen Printing Machines"> <label class="custom-control-label" for="f_2335">Screen Printing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2336" value="2336" title="Auto Flat Screen Printers"> <label class="custom-control-label" for="f_2336">Auto Flat Screen Printers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2337" value="2337" title="Pad Printing Machines"> <label class="custom-control-label" for="f_2337">Pad Printing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2338" value="2338" title="Hot Stamping, Printing & Embossing Machines"> <label class="custom-control-label" for="f_2338">Hot Stamping, Printing & Embossing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2339" value="2339" title="Label Printing Machines"> <label class="custom-control-label" for="f_2339">Label Printing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2340" value="2340" title="Parts for Printing Machinery"> <label class="custom-control-label" for="f_2340">Parts for Printing Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2341" value="2341" title="Varnishing Machines"> <label class="custom-control-label" for="f_2341">Varnishing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2342" value="2342" title="Embossing Machines"> <label class="custom-control-label" for="f_2342">Embossing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2343" value="2343" title="Book Binding Machines"> <label class="custom-control-label" for="f_2343">Book Binding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2344" value="2344" title="Printing Ink Making Machines"> <label class="custom-control-label" for="f_2344">Printing Ink Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2345" value="2345" title="Printing Material Supply"> <label class="custom-control-label" for="f_2345">Printing Material Supply</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2346" value="2346" title="Screen and Stencil Machines"> <label class="custom-control-label" for="f_2346">Screen and Stencil Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2347" value="2347" title="Process Cameras (Photomechanical Process Machinery & Equipment)"> <label class="custom-control-label" for="f_2347">Process Cameras (Photomechanical Process Machinery & Equipment)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2348" value="2348" title="Rotogravure Cylinder Process Equipment"> <label class="custom-control-label" for="f_2348">Rotogravure Cylinder Process Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2349" value="2349" title="Sheet Photopolymer Plate Making Machines"> <label class="custom-control-label" for="f_2349">Sheet Photopolymer Plate Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2350" value="2350" title="Ink Jet Printers"> <label class="custom-control-label" for="f_2350">Ink Jet Printers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2351" value="2351" title="Woven-Bag Printing Machines"> <label class="custom-control-label" for="f_2351">Woven-Bag Printing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2352" value="2352" title="Letter Presses"> <label class="custom-control-label" for="f_2352">Letter Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2353" value="2353" title="Rotogravure Printing Press"> <label class="custom-control-label" for="f_2353">Rotogravure Printing Press</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2354" value="2354" title="Lithographic Printing Presses"> <label class="custom-control-label" for="f_2354">Lithographic Printing Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2355" value="2355" title="Metals Printing Presses"> <label class="custom-control-label" for="f_2355">Metals Printing Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2356" value="2356" title="Plastic Printing Presses"> <label class="custom-control-label" for="f_2356">Plastic Printing Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2357" value="2357" title="Cup Printing Machine"> <label class="custom-control-label" for="f_2357">Cup Printing Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2358" value="2358" title="Newspaper Printing Presses"> <label class="custom-control-label" for="f_2358">Newspaper Printing Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2359" value="2359" title="Business Card Printing Machines"> <label class="custom-control-label" for="f_2359">Business Card Printing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2360" value="2360" title="Steel Sheet Printing Presses"> <label class="custom-control-label" for="f_2360">Steel Sheet Printing Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2361" value="2361" title="Carton Printing Machines"> <label class="custom-control-label" for="f_2361">Carton Printing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2362" value="2362" title="Cardboard Case Printing Machines"> <label class="custom-control-label" for="f_2362">Cardboard Case Printing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2363" value="2363" title="Plastic Surface Treating Machines"> <label class="custom-control-label" for="f_2363">Plastic Surface Treating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2364" value="2364" title="Three-Roller Printing Ink and Paint Mills"> <label class="custom-control-label" for="f_2364">Three-Roller Printing Ink and Paint Mills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2365" value="2365" title="Calendering Machines"> <label class="custom-control-label" for="f_2365">Calendering Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2366" value="2366" title="Laminating Machines for Printed Products"> <label class="custom-control-label" for="f_2366">Laminating Machines for Printed Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2367" value="2367" title="Carton Pasting Machines"> <label class="custom-control-label" for="f_2367">Carton Pasting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2368" value="2368" title="Industrial & Commercial Paper Shredders"> <label class="custom-control-label" for="f_2368">Industrial & Commercial Paper Shredders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2369" value="2369" title="High Speed Saddle-Wire Stitchers"> <label class="custom-control-label" for="f_2369">High Speed Saddle-Wire Stitchers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2370" value="2370" title="Thread Book Sewing Machines"> <label class="custom-control-label" for="f_2370">Thread Book Sewing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2371" value="2371" title="Rounding & Backing Machines for Books"> <label class="custom-control-label" for="f_2371">Rounding & Backing Machines for Books</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2372" value="2372" title="Auto Tipping & Inserting Machines for Books"> <label class="custom-control-label" for="f_2372">Auto Tipping & Inserting Machines for Books</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2373" value="2373" title="Other Printing Machines"> <label class="custom-control-label" for="f_2373">Other Printing Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M06" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Textile Machinery </a> </div> <div class="collapse third-item" id="register-M06"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2375" value="2375" title="Doffers"> <label class="custom-control-label" for="f_2375">Doffers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2376" value="2376" title="Ring Spinning Frames"> <label class="custom-control-label" for="f_2376">Ring Spinning Frames</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2377" value="2377" title="Yarn Twisters"> <label class="custom-control-label" for="f_2377">Yarn Twisters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2378" value="2378" title="Warping Machines"> <label class="custom-control-label" for="f_2378">Warping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2379" value="2379" title="Sizing Machines"> <label class="custom-control-label" for="f_2379">Sizing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2380" value="2380" title="Doubling Winders"> <label class="custom-control-label" for="f_2380">Doubling Winders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2381" value="2381" title="Loom Winders"> <label class="custom-control-label" for="f_2381">Loom Winders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2382" value="2382" title="Other Spinning Machinery"> <label class="custom-control-label" for="f_2382">Other Spinning Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2383" value="2383" title="Circular Auto Bale-openers & Auto-tracking Bale Openers"> <label class="custom-control-label" for="f_2383">Circular Auto Bale-openers & Auto-tracking Bale Openers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2384" value="2384" title="Auto Multi-Mixers"> <label class="custom-control-label" for="f_2384">Auto Multi-Mixers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2385" value="2385" title="Warp Doubling Machines"> <label class="custom-control-label" for="f_2385">Warp Doubling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2386" value="2386" title="Reeling Machines"> <label class="custom-control-label" for="f_2386">Reeling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2387" value="2387" title="Auto Dumping Machines for Yarn"> <label class="custom-control-label" for="f_2387">Auto Dumping Machines for Yarn</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2388" value="2388" title="Embroidery Machines"> <label class="custom-control-label" for="f_2388">Embroidery Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2389" value="2389" title="Embroidery Cutting Machine"> <label class="custom-control-label" for="f_2389">Embroidery Cutting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2390" value="2390" title="DTY/POY/FDY Tube Production Line"> <label class="custom-control-label" for="f_2390">DTY/POY/FDY Tube Production Line</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2391" value="2391" title="Shuttleless Looms"> <label class="custom-control-label" for="f_2391">Shuttleless Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2392" value="2392" title="Raschel Knitting Machines"> <label class="custom-control-label" for="f_2392">Raschel Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2393" value="2393" title="Circular Knitting Machines"> <label class="custom-control-label" for="f_2393">Circular Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2394" value="2394" title="Socks Knitting Machines"> <label class="custom-control-label" for="f_2394">Socks Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2395" value="2395" title="Flat Knitting Machines"> <label class="custom-control-label" for="f_2395">Flat Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2396" value="2396" title="Braiding Machines"> <label class="custom-control-label" for="f_2396">Braiding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2397" value="2397" title="Hook and Loop Weaving Machine"> <label class="custom-control-label" for="f_2397">Hook and Loop Weaving Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2398" value="2398" title="Zipper Making Machines"> <label class="custom-control-label" for="f_2398">Zipper Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2399" value="2399" title="Automatic Looms"> <label class="custom-control-label" for="f_2399">Automatic Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2400" value="2400" title="Wool Looms"> <label class="custom-control-label" for="f_2400">Wool Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2401" value="2401" title="Shuttle Change Looms"> <label class="custom-control-label" for="f_2401">Shuttle Change Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2402" value="2402" title="Silk Looms"> <label class="custom-control-label" for="f_2402">Silk Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2403" value="2403" title="Towel Looms"> <label class="custom-control-label" for="f_2403">Towel Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2404" value="2404" title="Hat & Scarf Knitting Machines"> <label class="custom-control-label" for="f_2404">Hat & Scarf Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2405" value="2405" title="Glove Knitting Machines"> <label class="custom-control-label" for="f_2405">Glove Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2406" value="2406" title="Pillow Filling Machine"> <label class="custom-control-label" for="f_2406">Pillow Filling Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2407" value="2407" title="Quilt Making Whole-plant Equipment"> <label class="custom-control-label" for="f_2407">Quilt Making Whole-plant Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2408" value="2408" title="Fiber Ball Making Machines"> <label class="custom-control-label" for="f_2408">Fiber Ball Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2409" value="2409" title="Double-opening Fiber Machines"> <label class="custom-control-label" for="f_2409">Double-opening Fiber Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2410" value="2410" title="Dyeing & Finishing Machines"> <label class="custom-control-label" for="f_2410">Dyeing & Finishing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2411" value="2411" title="Tensionless Dyeing Jiggers"> <label class="custom-control-label" for="f_2411">Tensionless Dyeing Jiggers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2412" value="2412" title="Textile Printing Machines"> <label class="custom-control-label" for="f_2412">Textile Printing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2413" value="2413" title="Sewing Machines"> <label class="custom-control-label" for="f_2413">Sewing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2414" value="2414" title="Machinery for the Clothing Industry"> <label class="custom-control-label" for="f_2414">Machinery for the Clothing Industry</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2415" value="2415" title="Drying and Washing Equipment"> <label class="custom-control-label" for="f_2415">Drying and Washing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2416" value="2416" title="Nonwoven Fabric Making Machines"> <label class="custom-control-label" for="f_2416">Nonwoven Fabric Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2417" value="2417" title="Needle Punching Machines for Nonwoven Fabric"> <label class="custom-control-label" for="f_2417">Needle Punching Machines for Nonwoven Fabric</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2418" value="2418" title="Other Textile Machines"> <label class="custom-control-label" for="f_2418">Other Textile Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2419" value="2419" title="Braid Rolling Machines"> <label class="custom-control-label" for="f_2419">Braid Rolling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2420" value="2420" title="Jacquard Needle Looms"> <label class="custom-control-label" for="f_2420">Jacquard Needle Looms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2421" value="2421" title="Microcomputerized Flat Knitting Machines"> <label class="custom-control-label" for="f_2421">Microcomputerized Flat Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2422" value="2422" title="Cloth Pleating Machines"> <label class="custom-control-label" for="f_2422">Cloth Pleating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2423" value="2423" title="Cloth Trimming Machines"> <label class="custom-control-label" for="f_2423">Cloth Trimming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2424" value="2424" title="Automatic Edge-Control Winding Machines"> <label class="custom-control-label" for="f_2424">Automatic Edge-Control Winding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2425" value="2425" title="Label Making Machines"> <label class="custom-control-label" for="f_2425">Label Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2426" value="2426" title="Underwear Machinery"> <label class="custom-control-label" for="f_2426">Underwear Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2427" value="2427" title="Fabric Packing Machines"> <label class="custom-control-label" for="f_2427">Fabric Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2428" value="2428" title="Fabric Embossing & Calendering Machines"> <label class="custom-control-label" for="f_2428">Fabric Embossing & Calendering Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2429" value="2429" title="Parts for Textile Machines"> <label class="custom-control-label" for="f_2429">Parts for Textile Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2430" value="2430" title="Parts for Knitting Machines"> <label class="custom-control-label" for="f_2430">Parts for Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2431" value="2431" title="Parts for Raschel Knitting Machines"> <label class="custom-control-label" for="f_2431">Parts for Raschel Knitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2432" value="2432" title="Parts for Dyeing & Finishing Machines"> <label class="custom-control-label" for="f_2432">Parts for Dyeing & Finishing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2433" value="2433" title="Stenting Machines"> <label class="custom-control-label" for="f_2433">Stenting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2434" value="2434" title="Testing Dyeing Machines"> <label class="custom-control-label" for="f_2434">Testing Dyeing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2435" value="2435" title="Cheese Pressing Machines"> <label class="custom-control-label" for="f_2435">Cheese Pressing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2436" value="2436" title="Cone Winders"> <label class="custom-control-label" for="f_2436">Cone Winders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2437" value="2437" title="Round Nurse Cap Making Machines"> <label class="custom-control-label" for="f_2437">Round Nurse Cap Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2438" value="2438" title="Woven-Bag Cutting Machines"> <label class="custom-control-label" for="f_2438">Woven-Bag Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2439" value="2439" title="Fabric Cutting & Opening Machines"> <label class="custom-control-label" for="f_2439">Fabric Cutting & Opening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2440" value="2440" title="Automatic Fabric Doubling Machines"> <label class="custom-control-label" for="f_2440">Automatic Fabric Doubling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2441" value="2441" title="Dryers"> <label class="custom-control-label" for="f_2441">Dryers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2442" value="2442" title="Shearing Machines"> <label class="custom-control-label" for="f_2442">Shearing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2443" value="2443" title="Raising Machines"> <label class="custom-control-label" for="f_2443">Raising Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2444" value="2444" title="Sewing Thread Winding Machines"> <label class="custom-control-label" for="f_2444">Sewing Thread Winding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2445" value="2445" title="Brushing Machines"> <label class="custom-control-label" for="f_2445">Brushing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2446" value="2446" title="Coconut Fiber Making Machines"> <label class="custom-control-label" for="f_2446">Coconut Fiber Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2447" value="2447" title="Linking Machines"> <label class="custom-control-label" for="f_2447">Linking Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2448" value="2448" title="Eyeleting Machines"> <label class="custom-control-label" for="f_2448">Eyeleting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2449" value="2449" title="Snap Fastening Machines"> <label class="custom-control-label" for="f_2449">Snap Fastening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2450" value="2450" title="Band Cutting Machines"> <label class="custom-control-label" for="f_2450">Band Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2451" value="2451" title="Shoulder-Pad Making Machines"> <label class="custom-control-label" for="f_2451">Shoulder-Pad Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2452" value="2452" title="Ultrasonic Lace Sewing Machines"> <label class="custom-control-label" for="f_2452">Ultrasonic Lace Sewing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2453" value="2453" title="Ultrasonic Quilting Machines"> <label class="custom-control-label" for="f_2453">Ultrasonic Quilting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2454" value="2454" title="Ultrasonic Slitting Machines"> <label class="custom-control-label" for="f_2454">Ultrasonic Slitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8972" value="8972" title="Parts for Sewing Machines"> <label class="custom-control-label" for="f_8972">Parts for Sewing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14610" value="14610" title="Fiber Separators"> <label class="custom-control-label" for="f_14610">Fiber Separators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23878" value="23878" title="Cloth Slitting Machine"> <label class="custom-control-label" for="f_23878">Cloth Slitting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23877" value="23877" title="Cloth Winding Machine"> <label class="custom-control-label" for="f_23877">Cloth Winding Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23875" value="23875" title="Cloth Fiber Recycling Machine"> <label class="custom-control-label" for="f_23875">Cloth Fiber Recycling Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23876" value="23876" title="Automatic Sewing-Quilt Machine"> <label class="custom-control-label" for="f_23876">Automatic Sewing-Quilt Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24495" value="24495" title="Nonwoven Mask Machine"> <label class="custom-control-label" for="f_24495">Nonwoven Mask Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24970" value="24970" title="Compound Needle Crochet Knitting Machine"> <label class="custom-control-label" for="f_24970">Compound Needle Crochet Knitting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24971" value="24971" title="Crochet Knitting Machine"> <label class="custom-control-label" for="f_24971">Crochet Knitting Machine</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M08" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Food And Beverage Machinery </a> </div> <div class="collapse third-item" id="register-M08"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2456" value="2456" title="Can Making Machines"> <label class="custom-control-label" for="f_2456">Can Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2457" value="2457" title="Machinery for the Feed Industry"> <label class="custom-control-label" for="f_2457">Machinery for the Feed Industry</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2458" value="2458" title="Candy Making Machines"> <label class="custom-control-label" for="f_2458">Candy Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2459" value="2459" title="Biscuit Making Machines"> <label class="custom-control-label" for="f_2459">Biscuit Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2460" value="2460" title="Pharmaceutical Machines"> <label class="custom-control-label" for="f_2460">Pharmaceutical Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2461" value="2461" title="Machinery for Milk and Milk Powder"> <label class="custom-control-label" for="f_2461">Machinery for Milk and Milk Powder</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2462" value="2462" title="Margarine Manufacturing Plants"> <label class="custom-control-label" for="f_2462">Margarine Manufacturing Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2463" value="2463" title="Machinery for Flour Mills"> <label class="custom-control-label" for="f_2463">Machinery for Flour Mills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2464" value="2464" title="Machinery for the Starch Industry"> <label class="custom-control-label" for="f_2464">Machinery for the Starch Industry</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2465" value="2465" title="Machinery for the Sugar Industry"> <label class="custom-control-label" for="f_2465">Machinery for the Sugar Industry</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2466" value="2466" title="Machinery for Processing Tea"> <label class="custom-control-label" for="f_2466">Machinery for Processing Tea</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2467" value="2467" title="Machinery for Processing Sodium Glutamate"> <label class="custom-control-label" for="f_2467">Machinery for Processing Sodium Glutamate</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2468" value="2468" title="Equipment for Sauce Making Plants"> <label class="custom-control-label" for="f_2468">Equipment for Sauce Making Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2469" value="2469" title="Equipment for Salt Refining Plants"> <label class="custom-control-label" for="f_2469">Equipment for Salt Refining Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2470" value="2470" title="Equipment for Greenbrier Processing Plants"> <label class="custom-control-label" for="f_2470">Equipment for Greenbrier Processing Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2471" value="2471" title="Machinery for the Tobacco Industry"> <label class="custom-control-label" for="f_2471">Machinery for the Tobacco Industry</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2472" value="2472" title="Bread Making Machines"> <label class="custom-control-label" for="f_2472">Bread Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2473" value="2473" title="Roaster Ovens for Cakes"> <label class="custom-control-label" for="f_2473">Roaster Ovens for Cakes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2474" value="2474" title="Hot-air Drying Machines"> <label class="custom-control-label" for="f_2474">Hot-air Drying Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2475" value="2475" title="Baking Ovens"> <label class="custom-control-label" for="f_2475">Baking Ovens</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2476" value="2476" title="Edible Oil Processing Plants"> <label class="custom-control-label" for="f_2476">Edible Oil Processing Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2477" value="2477" title="Equipment for Bean-Curd Plants"> <label class="custom-control-label" for="f_2477">Equipment for Bean-Curd Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2478" value="2478" title="Instant Noodle Making Machines"> <label class="custom-control-label" for="f_2478">Instant Noodle Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2479" value="2479" title="Fish Ball Making Machines"> <label class="custom-control-label" for="f_2479">Fish Ball Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2480" value="2480" title="Orange Juice Extractors"> <label class="custom-control-label" for="f_2480">Orange Juice Extractors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2481" value="2481" title="Distilled Water Making Machines"> <label class="custom-control-label" for="f_2481">Distilled Water Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2482" value="2482" title="Brewery Machines & Equipment"> <label class="custom-control-label" for="f_2482">Brewery Machines & Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2483" value="2483" title="Machines and Equipment for Juice Making Plants"> <label class="custom-control-label" for="f_2483">Machines and Equipment for Juice Making Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2484" value="2484" title="Machines and Equipment for Soda & Cola Manufacturing Plants"> <label class="custom-control-label" for="f_2484">Machines and Equipment for Soda & Cola Manufacturing Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2485" value="2485" title="Preserve Making Equipment"> <label class="custom-control-label" for="f_2485">Preserve Making Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2486" value="2486" title="Popcorn Making Machines"> <label class="custom-control-label" for="f_2486">Popcorn Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2487" value="2487" title="Squid Thread Making Machines"> <label class="custom-control-label" for="f_2487">Squid Thread Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2488" value="2488" title="Fish Peeling Machines"> <label class="custom-control-label" for="f_2488">Fish Peeling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2489" value="2489" title="Shell Grinding Machines for Beans, Corn, Sorghum, Millet, and Coffee Beans"> <label class="custom-control-label" for="f_2489">Shell Grinding Machines for Beans, Corn, Sorghum, Millet, and Coffee Beans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2490" value="2490" title="Automatic Straw Packing Machines"> <label class="custom-control-label" for="f_2490">Automatic Straw Packing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2491" value="2491" title="Tomato Sauce Making Machines"> <label class="custom-control-label" for="f_2491">Tomato Sauce Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2492" value="2492" title="Ice-cream Cone Making Machines"> <label class="custom-control-label" for="f_2492">Ice-cream Cone Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2493" value="2493" title="Ice-cream Making Machines"> <label class="custom-control-label" for="f_2493">Ice-cream Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2494" value="2494" title="Rice Biscuit Making Machines"> <label class="custom-control-label" for="f_2494">Rice Biscuit Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2495" value="2495" title="Steamed Bread Making Machines"> <label class="custom-control-label" for="f_2495">Steamed Bread Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2496" value="2496" title="Enzyme Making Machines"> <label class="custom-control-label" for="f_2496">Enzyme Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2497" value="2497" title="Sa-Chi-Ma Automatic Manufacturing Equipment"> <label class="custom-control-label" for="f_2497">Sa-Chi-Ma Automatic Manufacturing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2498" value="2498" title="Milk Processing Equipment"> <label class="custom-control-label" for="f_2498">Milk Processing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2499" value="2499" title="Dumpling, Spring Roll and Samosa Pastry Making Machine"> <label class="custom-control-label" for="f_2499">Dumpling, Spring Roll and Samosa Pastry Making Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2500" value="2500" title="Shu-Mai Making Machines"> <label class="custom-control-label" for="f_2500">Shu-Mai Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2501" value="2501" title="Automatic Frying Machines"> <label class="custom-control-label" for="f_2501">Automatic Frying Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2502" value="2502" title="Stainless Steel Kitchen Equipment"> <label class="custom-control-label" for="f_2502">Stainless Steel Kitchen Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2503" value="2503" title="Fast-Food and Beverage Equipment"> <label class="custom-control-label" for="f_2503">Fast-Food and Beverage Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2504" value="2504" title="Kitchen Machinery"> <label class="custom-control-label" for="f_2504">Kitchen Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2505" value="2505" title="Other Food Making Machines"> <label class="custom-control-label" for="f_2505">Other Food Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2506" value="2506" title="Automatic Vending Machines"> <label class="custom-control-label" for="f_2506">Automatic Vending Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2507" value="2507" title="Parts for Kitchen Machinery"> <label class="custom-control-label" for="f_2507">Parts for Kitchen Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2508" value="2508" title="Parts for Food Making Machines"> <label class="custom-control-label" for="f_2508">Parts for Food Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2509" value="2509" title="Slaughter-House Equipment"> <label class="custom-control-label" for="f_2509">Slaughter-House Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2510" value="2510" title="Capsule Making Machines"> <label class="custom-control-label" for="f_2510">Capsule Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2511" value="2511" title="Medical Adhesive Tape Making Machines"> <label class="custom-control-label" for="f_2511">Medical Adhesive Tape Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2512" value="2512" title="Chinese Medicament Evaporators"> <label class="custom-control-label" for="f_2512">Chinese Medicament Evaporators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2513" value="2513" title="Chinese Medicament Extraction Equipment"> <label class="custom-control-label" for="f_2513">Chinese Medicament Extraction Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2514" value="2514" title="High-Pressure Steam-Pasteurizing Machines"> <label class="custom-control-label" for="f_2514">High-Pressure Steam-Pasteurizing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2515" value="2515" title="Dish Washing Machines"> <label class="custom-control-label" for="f_2515">Dish Washing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4580" value="4580" title="Vodkafreezer"> <label class="custom-control-label" for="f_4580">Vodkafreezer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6383" value="6383" title="Automatic Sugar and Film Coating Machines"> <label class="custom-control-label" for="f_6383">Automatic Sugar and Film Coating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25013" value="25013" title="High-pressure Fruit Washing Machine"> <label class="custom-control-label" for="f_25013">High-pressure Fruit Washing Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25014" value="25014" title="Fruit Peeling Machine"> <label class="custom-control-label" for="f_25014">Fruit Peeling Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25015" value="25015" title="Fruit Pre-peeling & Cutting Machine"> <label class="custom-control-label" for="f_25015">Fruit Pre-peeling & Cutting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25016" value="25016" title="Fermentation Tank"> <label class="custom-control-label" for="f_25016">Fermentation Tank</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25017" value="25017" title="Liquid Fertilizer Culture Tank"> <label class="custom-control-label" for="f_25017">Liquid Fertilizer Culture Tank</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Raw Materials and Chemical Industry Machinery </a> </div> <div class="collapse third-item" id="register-M10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2517" value="2517" title="Mixers"> <label class="custom-control-label" for="f_2517">Mixers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2518" value="2518" title="Filters"> <label class="custom-control-label" for="f_2518">Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2519" value="2519" title="Heat Exchangers"> <label class="custom-control-label" for="f_2519">Heat Exchangers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2520" value="2520" title="Pelletizers"> <label class="custom-control-label" for="f_2520">Pelletizers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2521" value="2521" title="Kneaders"> <label class="custom-control-label" for="f_2521">Kneaders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2522" value="2522" title="Chemical Industry Machines and Parts"> <label class="custom-control-label" for="f_2522">Chemical Industry Machines and Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2523" value="2523" title="Water Treatment Equipment"> <label class="custom-control-label" for="f_2523">Water Treatment Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2524" value="2524" title="Paint and Dye Making Machinery and Equipment"> <label class="custom-control-label" for="f_2524">Paint and Dye Making Machinery and Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2525" value="2525" title="Solvent Reclamation Devices"> <label class="custom-control-label" for="f_2525">Solvent Reclamation Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2526" value="2526" title="Tri-chilled Roller Mills"> <label class="custom-control-label" for="f_2526">Tri-chilled Roller Mills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2527" value="2527" title="Extractors"> <label class="custom-control-label" for="f_2527">Extractors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2528" value="2528" title="Separators"> <label class="custom-control-label" for="f_2528">Separators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2529" value="2529" title="Tower, Vessels & Related Equipments"> <label class="custom-control-label" for="f_2529">Tower, Vessels & Related Equipments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2530" value="2530" title="Centrifugal Separators"> <label class="custom-control-label" for="f_2530">Centrifugal Separators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2531" value="2531" title="Filter Presses"> <label class="custom-control-label" for="f_2531">Filter Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2532" value="2532" title="Vibro-Sieve Separators & Filters"> <label class="custom-control-label" for="f_2532">Vibro-Sieve Separators & Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2533" value="2533" title="Water Supply Machinary And Equipment"> <label class="custom-control-label" for="f_2533">Water Supply Machinary And Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2534" value="2534" title="Fire Extinguishing Equipment and Apparatus"> <label class="custom-control-label" for="f_2534">Fire Extinguishing Equipment and Apparatus</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2535" value="2535" title="Chlorinators"> <label class="custom-control-label" for="f_2535">Chlorinators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2536" value="2536" title="Medicated Machines"> <label class="custom-control-label" for="f_2536">Medicated Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2537" value="2537" title="Reverse Osmosis Systems"> <label class="custom-control-label" for="f_2537">Reverse Osmosis Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2538" value="2538" title="Homogenizers"> <label class="custom-control-label" for="f_2538">Homogenizers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2539" value="2539" title="Active Carbon Absorption Equipment"> <label class="custom-control-label" for="f_2539">Active Carbon Absorption Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2540" value="2540" title="Chemical Fiber Machinery and Equipment"> <label class="custom-control-label" for="f_2540">Chemical Fiber Machinery and Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2541" value="2541" title="Vacuum Concetrators and Boiling Evaporators"> <label class="custom-control-label" for="f_2541">Vacuum Concetrators and Boiling Evaporators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2542" value="2542" title="Biochemical, Chemical, Resin & Medical Reactors & Accessories"> <label class="custom-control-label" for="f_2542">Biochemical, Chemical, Resin & Medical Reactors & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2543" value="2543" title="Organic Fertilizer Equipment"> <label class="custom-control-label" for="f_2543">Organic Fertilizer Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2544" value="2544" title="Vertical Mills for Making Paint & Ink"> <label class="custom-control-label" for="f_2544">Vertical Mills for Making Paint & Ink</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2545" value="2545" title="Glue-making Machinery"> <label class="custom-control-label" for="f_2545">Glue-making Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2546" value="2546" title="Equipment for Nuclear Power Plants"> <label class="custom-control-label" for="f_2546">Equipment for Nuclear Power Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2547" value="2547" title="Petroleum Refining Equipment"> <label class="custom-control-label" for="f_2547">Petroleum Refining Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2548" value="2548" title="Other Chemical Machine"> <label class="custom-control-label" for="f_2548">Other Chemical Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13522" value="13522" title="KNEADER MACHINE"> <label class="custom-control-label" for="f_13522">KNEADER MACHINE</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23135" value="23135" title="Centrifugal Separator"> <label class="custom-control-label" for="f_23135">Centrifugal Separator</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23136" value="23136" title="Oil Separator"> <label class="custom-control-label" for="f_23136">Oil Separator</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23979" value="23979" title="Industrial Water Treatment Equipment"> <label class="custom-control-label" for="f_23979">Industrial Water Treatment Equipment</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M13" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Woodworking Machinery </a> </div> <div class="collapse third-item" id="register-M13"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2550" value="2550" title="Woodworking Lathes"> <label class="custom-control-label" for="f_2550">Woodworking Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2551" value="2551" title="Circular Sawing Machines"> <label class="custom-control-label" for="f_2551">Circular Sawing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2552" value="2552" title="Double-End Miter Saws"> <label class="custom-control-label" for="f_2552">Double-End Miter Saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2553" value="2553" title="Tilting Arbor Table Saws"> <label class="custom-control-label" for="f_2553">Tilting Arbor Table Saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2554" value="2554" title="Horizontal Hydraulic Band Saws"> <label class="custom-control-label" for="f_2554">Horizontal Hydraulic Band Saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2555" value="2555" title="Band Sawing Machines"> <label class="custom-control-label" for="f_2555">Band Sawing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2556" value="2556" title="Jig Saws"> <label class="custom-control-label" for="f_2556">Jig Saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2557" value="2557" title="Planers"> <label class="custom-control-label" for="f_2557">Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2558" value="2558" title="Multi-Side Planers"> <label class="custom-control-label" for="f_2558">Multi-Side Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2559" value="2559" title="Two-Side (Upper and Lower) Planers"> <label class="custom-control-label" for="f_2559">Two-Side (Upper and Lower) Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2560" value="2560" title="Four-Side Multi-Spindle Planers, Molding Machines, 4-Side Molders"> <label class="custom-control-label" for="f_2560">Four-Side Multi-Spindle Planers, Molding Machines, 4-Side Molders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2561" value="2561" title="Drilling/Boring Machines"> <label class="custom-control-label" for="f_2561">Drilling/Boring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2562" value="2562" title="Point-to-Point Drilling Machines for Woodworking"> <label class="custom-control-label" for="f_2562">Point-to-Point Drilling Machines for Woodworking</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2563" value="2563" title="Multi-Spindle Drilling Machines for Woodworking"> <label class="custom-control-label" for="f_2563">Multi-Spindle Drilling Machines for Woodworking</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2564" value="2564" title="Routers"> <label class="custom-control-label" for="f_2564">Routers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2565" value="2565" title="CNC Routers"> <label class="custom-control-label" for="f_2565">CNC Routers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2566" value="2566" title="Sanders"> <label class="custom-control-label" for="f_2566">Sanders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2567" value="2567" title="Automatic Wide-Belt Surface Sanders"> <label class="custom-control-label" for="f_2567">Automatic Wide-Belt Surface Sanders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2568" value="2568" title="Cordless Grinders"> <label class="custom-control-label" for="f_2568">Cordless Grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2569" value="2569" title="Sharpening Machines"> <label class="custom-control-label" for="f_2569">Sharpening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2570" value="2570" title="Shapers for Woodworking"> <label class="custom-control-label" for="f_2570">Shapers for Woodworking</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2571" value="2571" title="Automatic Copy Shapers"> <label class="custom-control-label" for="f_2571">Automatic Copy Shapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2572" value="2572" title="Auto Copying Routers"> <label class="custom-control-label" for="f_2572">Auto Copying Routers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2573" value="2573" title="Automatic Round-Pole Shaping Machines"> <label class="custom-control-label" for="f_2573">Automatic Round-Pole Shaping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2574" value="2574" title="Combination Jointers & Planers"> <label class="custom-control-label" for="f_2574">Combination Jointers & Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2575" value="2575" title="Other Woodworking Machinery and Equipment"> <label class="custom-control-label" for="f_2575">Other Woodworking Machinery and Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2576" value="2576" title="Bamboo Processing Machines"> <label class="custom-control-label" for="f_2576">Bamboo Processing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2577" value="2577" title="Plywood Production Equipment"> <label class="custom-control-label" for="f_2577">Plywood Production Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2578" value="2578" title="Paper Overlay Plywood Making Machines"> <label class="custom-control-label" for="f_2578">Paper Overlay Plywood Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2579" value="2579" title="Feeding Attachments"> <label class="custom-control-label" for="f_2579">Feeding Attachments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2580" value="2580" title="Dust Collectors for Woodworking"> <label class="custom-control-label" for="f_2580">Dust Collectors for Woodworking</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2581" value="2581" title="Spraying and Coating Equipment"> <label class="custom-control-label" for="f_2581">Spraying and Coating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2582" value="2582" title="Water Booths"> <label class="custom-control-label" for="f_2582">Water Booths</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2583" value="2583" title="UV Curing Equipment"> <label class="custom-control-label" for="f_2583">UV Curing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2584" value="2584" title="Lumber Dryers"> <label class="custom-control-label" for="f_2584">Lumber Dryers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2585" value="2585" title="High-Frequency Wood/Rattan/Bamboo Gluing & Plying Machines"> <label class="custom-control-label" for="f_2585">High-Frequency Wood/Rattan/Bamboo Gluing & Plying Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2586" value="2586" title="High-Frequency Wood Gluing Machines"> <label class="custom-control-label" for="f_2586">High-Frequency Wood Gluing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2587" value="2587" title="High-Frequency Wood Bending Machines"> <label class="custom-control-label" for="f_2587">High-Frequency Wood Bending Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2588" value="2588" title="High-frequency Wooden-board-joining Machines"> <label class="custom-control-label" for="f_2588">High-frequency Wooden-board-joining Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2589" value="2589" title="High-Frequency Wooden Frame/Cabinet Assembly Machines"> <label class="custom-control-label" for="f_2589">High-Frequency Wooden Frame/Cabinet Assembly Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2590" value="2590" title="Triangular Tenoners"> <label class="custom-control-label" for="f_2590">Triangular Tenoners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2591" value="2591" title="Double-End Miter Molders"> <label class="custom-control-label" for="f_2591">Double-End Miter Molders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2592" value="2592" title="Four-Head Tenoners"> <label class="custom-control-label" for="f_2592">Four-Head Tenoners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2593" value="2593" title="Spindle Shapers"> <label class="custom-control-label" for="f_2593">Spindle Shapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2594" value="2594" title="Woodworking Machinery Parts and Accessories"> <label class="custom-control-label" for="f_2594">Woodworking Machinery Parts and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2595" value="2595" title="Woodworking Tools"> <label class="custom-control-label" for="f_2595">Woodworking Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2596" value="2596" title="Cutters and Knives"> <label class="custom-control-label" for="f_2596">Cutters and Knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7696" value="7696" title="Panel saws"> <label class="custom-control-label" for="f_7696">Panel saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7697" value="7697" title="Edge Banding Machines"> <label class="custom-control-label" for="f_7697">Edge Banding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12957" value="12957" title="Tenon/Mortise Jointers"> <label class="custom-control-label" for="f_12957">Tenon/Mortise Jointers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12958" value="12958" title="Carbon-fiber Dippers"> <label class="custom-control-label" for="f_12958">Carbon-fiber Dippers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23122" value="23122" title="Magnetic Base Drilling Machine"> <label class="custom-control-label" for="f_23122">Magnetic Base Drilling Machine</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M15" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Automated Machinery and Equipment </a> </div> <div class="collapse third-item" id="register-M15"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2598" value="2598" title="Peripheral Equipment for Automated Machinery"> <label class="custom-control-label" for="f_2598">Peripheral Equipment for Automated Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2599" value="2599" title="Automatic Feeding Equipment"> <label class="custom-control-label" for="f_2599">Automatic Feeding Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2600" value="2600" title="Automatic Assembly Machines"> <label class="custom-control-label" for="f_2600">Automatic Assembly Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2601" value="2601" title="Automatic Welding Equipment"> <label class="custom-control-label" for="f_2601">Automatic Welding Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2602" value="2602" title="Automatic Car Parking Equipment"> <label class="custom-control-label" for="f_2602">Automatic Car Parking Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2603" value="2603" title="Automatic Material Handling Equipment"> <label class="custom-control-label" for="f_2603">Automatic Material Handling Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2604" value="2604" title="Automatic Feed Screw Feeding & Driving Machines"> <label class="custom-control-label" for="f_2604">Automatic Feed Screw Feeding & Driving Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2605" value="2605" title="Hydraulic Automatic Machines"> <label class="custom-control-label" for="f_2605">Hydraulic Automatic Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2606" value="2606" title="Pneumatic Automatic Machines"> <label class="custom-control-label" for="f_2606">Pneumatic Automatic Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2607" value="2607" title="Automatic Assembly Lines"> <label class="custom-control-label" for="f_2607">Automatic Assembly Lines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2608" value="2608" title="Automatic Straighteners"> <label class="custom-control-label" for="f_2608">Automatic Straighteners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2609" value="2609" title="Automatic Ranging Systems and Peripheral Equipment"> <label class="custom-control-label" for="f_2609">Automatic Ranging Systems and Peripheral Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2610" value="2610" title="Industrial Robots & Accessories"> <label class="custom-control-label" for="f_2610">Industrial Robots & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2611" value="2611" title="Electric Component Automatic Inserting Machines"> <label class="custom-control-label" for="f_2611">Electric Component Automatic Inserting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2612" value="2612" title="Peripheral Equipment for Laser Cutting Machines"> <label class="custom-control-label" for="f_2612">Peripheral Equipment for Laser Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2613" value="2613" title="Laser Cutting & Engraving Machines"> <label class="custom-control-label" for="f_2613">Laser Cutting & Engraving Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2614" value="2614" title="CNC Laser Auto-Welders"> <label class="custom-control-label" for="f_2614">CNC Laser Auto-Welders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2615" value="2615" title="Vibratory Feeders"> <label class="custom-control-label" for="f_2615">Vibratory Feeders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2616" value="2616" title="Automatic Control Systems"> <label class="custom-control-label" for="f_2616">Automatic Control Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2617" value="2617" title="Flexible Manufacturing Systems (FMS)"> <label class="custom-control-label" for="f_2617">Flexible Manufacturing Systems (FMS)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2618" value="2618" title="Servo Systems for Automated Machinery"> <label class="custom-control-label" for="f_2618">Servo Systems for Automated Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2619" value="2619" title="Automatic Loading & Unloading Systems"> <label class="custom-control-label" for="f_2619">Automatic Loading & Unloading Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2620" value="2620" title="Automatic Storage Systems"> <label class="custom-control-label" for="f_2620">Automatic Storage Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2621" value="2621" title="Robot Lines for Stamping"> <label class="custom-control-label" for="f_2621">Robot Lines for Stamping</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2622" value="2622" title="Robots for Injection Molding Machines"> <label class="custom-control-label" for="f_2622">Robots for Injection Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2623" value="2623" title="Mold Monitor"> <label class="custom-control-label" for="f_2623">Mold Monitor</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25118" value="25118" title="Automated Computer Equipment and Peripherals"> <label class="custom-control-label" for="f_25118">Automated Computer Equipment and Peripherals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23137" value="23137" title="Zero Gravity Arm"> <label class="custom-control-label" for="f_23137">Zero Gravity Arm</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25119" value="25119" title="Industrial Internet of Things Solutions"> <label class="custom-control-label" for="f_25119">Industrial Internet of Things Solutions</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Other Industry Machinery </a> </div> <div class="collapse third-item" id="register-M20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2625" value="2625" title="Agricultural Machinery"> <label class="custom-control-label" for="f_2625">Agricultural Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2626" value="2626" title="Leather Processing Machines"> <label class="custom-control-label" for="f_2626">Leather Processing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2627" value="2627" title="Medical Machines"> <label class="custom-control-label" for="f_2627">Medical Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2628" value="2628" title="Incense Stick Making Machines"> <label class="custom-control-label" for="f_2628">Incense Stick Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2629" value="2629" title="Ultrasonic Machines"> <label class="custom-control-label" for="f_2629">Ultrasonic Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2630" value="2630" title="High-Frequency Machines"> <label class="custom-control-label" for="f_2630">High-Frequency Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2631" value="2631" title="Comb, Brush and Toothbrush Making Machines"> <label class="custom-control-label" for="f_2631">Comb, Brush and Toothbrush Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2632" value="2632" title="Shoemaking Machine"> <label class="custom-control-label" for="f_2632">Shoemaking Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2633" value="2633" title="Mining Machinery"> <label class="custom-control-label" for="f_2633">Mining Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2634" value="2634" title="Stone Crushing Machines"> <label class="custom-control-label" for="f_2634">Stone Crushing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2635" value="2635" title="Parts for Mining Machinery"> <label class="custom-control-label" for="f_2635">Parts for Mining Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2636" value="2636" title="Machinery for the Ceramic Industry"> <label class="custom-control-label" for="f_2636">Machinery for the Ceramic Industry</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2637" value="2637" title="Kiln Machinery"> <label class="custom-control-label" for="f_2637">Kiln Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2638" value="2638" title="Machinery for Building Materials"> <label class="custom-control-label" for="f_2638">Machinery for Building Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2639" value="2639" title="Stone Working Machinery"> <label class="custom-control-label" for="f_2639">Stone Working Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2640" value="2640" title="Construction Machinery"> <label class="custom-control-label" for="f_2640">Construction Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2641" value="2641" title="Conveyor Systems"> <label class="custom-control-label" for="f_2641">Conveyor Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2642" value="2642" title="Transportation Equipment"> <label class="custom-control-label" for="f_2642">Transportation Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2643" value="2643" title="Conveyors and Conveyor Belts"> <label class="custom-control-label" for="f_2643">Conveyors and Conveyor Belts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2644" value="2644" title="Elevators"> <label class="custom-control-label" for="f_2644">Elevators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2645" value="2645" title="Cranes"> <label class="custom-control-label" for="f_2645">Cranes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2646" value="2646" title="Parts for Material Handling Machinery"> <label class="custom-control-label" for="f_2646">Parts for Material Handling Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2647" value="2647" title="Parking Equipment"> <label class="custom-control-label" for="f_2647">Parking Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2648" value="2648" title="Storage Equipment"> <label class="custom-control-label" for="f_2648">Storage Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2649" value="2649" title="Forklifts"> <label class="custom-control-label" for="f_2649">Forklifts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2650" value="2650" title="Extrusion Machines for Metal Products"> <label class="custom-control-label" for="f_2650">Extrusion Machines for Metal Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2651" value="2651" title="Metal Melting & Processing Equipment"> <label class="custom-control-label" for="f_2651">Metal Melting & Processing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2652" value="2652" title="Die-casting Machines"> <label class="custom-control-label" for="f_2652">Die-casting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2653" value="2653" title="Turnkey Foundry PLANTS"> <label class="custom-control-label" for="f_2653">Turnkey Foundry PLANTS</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2654" value="2654" title="Heat-treating Furnaces"> <label class="custom-control-label" for="f_2654">Heat-treating Furnaces</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2655" value="2655" title="Surface Finishing Equipment"> <label class="custom-control-label" for="f_2655">Surface Finishing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2656" value="2656" title="Coating Equipment"> <label class="custom-control-label" for="f_2656">Coating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2657" value="2657" title="Machinery for Forging Plants"> <label class="custom-control-label" for="f_2657">Machinery for Forging Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2658" value="2658" title="Heat Treatment Equipment"> <label class="custom-control-label" for="f_2658">Heat Treatment Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2659" value="2659" title="Ultrasonic Cleaners"> <label class="custom-control-label" for="f_2659">Ultrasonic Cleaners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2660" value="2660" title="Paint Spraying & Coating Equipment"> <label class="custom-control-label" for="f_2660">Paint Spraying & Coating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2661" value="2661" title="Brass / Aluminum Extruders"> <label class="custom-control-label" for="f_2661">Brass / Aluminum Extruders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2662" value="2662" title="Sand Blasting Machinery"> <label class="custom-control-label" for="f_2662">Sand Blasting Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2663" value="2663" title="Pollution Abatement Equipment"> <label class="custom-control-label" for="f_2663">Pollution Abatement Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2664" value="2664" title="Air Pollution Control Equipment"> <label class="custom-control-label" for="f_2664">Air Pollution Control Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2665" value="2665" title="Wastewater Treatment Equipment"> <label class="custom-control-label" for="f_2665">Wastewater Treatment Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2666" value="2666" title="Garbage Treatment Plants"> <label class="custom-control-label" for="f_2666">Garbage Treatment Plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2667" value="2667" title="Noise Control Equipment"> <label class="custom-control-label" for="f_2667">Noise Control Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2668" value="2668" title="Dust Collectors"> <label class="custom-control-label" for="f_2668">Dust Collectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2669" value="2669" title="Incinerators"> <label class="custom-control-label" for="f_2669">Incinerators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2670" value="2670" title="Boilers"> <label class="custom-control-label" for="f_2670">Boilers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2671" value="2671" title="Industrial Furnaces"> <label class="custom-control-label" for="f_2671">Industrial Furnaces</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2672" value="2672" title="Electronic & Electrical Machinery"> <label class="custom-control-label" for="f_2672">Electronic & Electrical Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2673" value="2673" title="Wire & Cable Making Machines"> <label class="custom-control-label" for="f_2673">Wire & Cable Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2674" value="2674" title="Electric Machinery"> <label class="custom-control-label" for="f_2674">Electric Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2675" value="2675" title="Electrical Power Machinery"> <label class="custom-control-label" for="f_2675">Electrical Power Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2676" value="2676" title="Transformers & Parts"> <label class="custom-control-label" for="f_2676">Transformers & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2677" value="2677" title="Automated Equipment for Transformers and Rectifiers"> <label class="custom-control-label" for="f_2677">Automated Equipment for Transformers and Rectifiers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2678" value="2678" title="Motors and Pumps"> <label class="custom-control-label" for="f_2678">Motors and Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2679" value="2679" title="Industrial Instruments & Equipment"> <label class="custom-control-label" for="f_2679">Industrial Instruments & Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2680" value="2680" title="Precision Machinery, Inspecting and Testing Equipment"> <label class="custom-control-label" for="f_2680">Precision Machinery, Inspecting and Testing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2681" value="2681" title="Inspecting / Measuring Instruments, and Parts"> <label class="custom-control-label" for="f_2681">Inspecting / Measuring Instruments, and Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2682" value="2682" title="Pressure Gauges"> <label class="custom-control-label" for="f_2682">Pressure Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2683" value="2683" title="Thermometers"> <label class="custom-control-label" for="f_2683">Thermometers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2684" value="2684" title="Other Inspecting & Testing Machines"> <label class="custom-control-label" for="f_2684">Other Inspecting & Testing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2685" value="2685" title="Pumps, Fans (Blowers), Compressors, and Vacuum Pumps"> <label class="custom-control-label" for="f_2685">Pumps, Fans (Blowers), Compressors, and Vacuum Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2686" value="2686" title="Valves"> <label class="custom-control-label" for="f_2686">Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2687" value="2687" title="Laser Cutting Machine"> <label class="custom-control-label" for="f_2687">Laser Cutting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2688" value="2688" title="Speed Reducers"> <label class="custom-control-label" for="f_2688">Speed Reducers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2689" value="2689" title="Pneumatic and Hydraulic Machinery"> <label class="custom-control-label" for="f_2689">Pneumatic and Hydraulic Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2690" value="2690" title="Generators"> <label class="custom-control-label" for="f_2690">Generators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2691" value="2691" title="Speed Increasers"> <label class="custom-control-label" for="f_2691">Speed Increasers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2692" value="2692" title="Refrigerating Equipment"> <label class="custom-control-label" for="f_2692">Refrigerating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2693" value="2693" title="Air-conditioning Equipment"> <label class="custom-control-label" for="f_2693">Air-conditioning Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2694" value="2694" title="Ice Making Machines"> <label class="custom-control-label" for="f_2694">Ice Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2695" value="2695" title="Weighing Machines"> <label class="custom-control-label" for="f_2695">Weighing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2696" value="2696" title="Dryers"> <label class="custom-control-label" for="f_2696">Dryers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2697" value="2697" title="Grinders and Crushers"> <label class="custom-control-label" for="f_2697">Grinders and Crushers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2698" value="2698" title="Screening Machines"> <label class="custom-control-label" for="f_2698">Screening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2699" value="2699" title="Vibratory Machines"> <label class="custom-control-label" for="f_2699">Vibratory Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2700" value="2700" title="Special Industrial Machines"> <label class="custom-control-label" for="f_2700">Special Industrial Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2701" value="2701" title="Turnkey Equipment"> <label class="custom-control-label" for="f_2701">Turnkey Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2702" value="2702" title="Molds for Industrial Machines"> <label class="custom-control-label" for="f_2702">Molds for Industrial Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2703" value="2703" title="Parts and Accessories for Industrial Machinery"> <label class="custom-control-label" for="f_2703">Parts and Accessories for Industrial Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2704" value="2704" title="Quilting Machine"> <label class="custom-control-label" for="f_2704">Quilting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2705" value="2705" title="Lighting Machinery"> <label class="custom-control-label" for="f_2705">Lighting Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2706" value="2706" title="Laser Drilling Machines"> <label class="custom-control-label" for="f_2706">Laser Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2707" value="2707" title="Laser Marking Machines"> <label class="custom-control-label" for="f_2707">Laser Marking Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4967" value="4967" title="Breakers / Shredder"> <label class="custom-control-label" for="f_4967">Breakers / Shredder</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24626" value="24626" title="Exhaust Gas Treatment Equipment"> <label class="custom-control-label" for="f_24626">Exhaust Gas Treatment Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8099" value="8099" title="High-pressure Parts Cleaners"> <label class="custom-control-label" for="f_8099">High-pressure Parts Cleaners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19555" value="19555" title="Heat Treatment Equipment"> <label class="custom-control-label" for="f_19555">Heat Treatment Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19556" value="19556" title="Industrial Furnaces"> <label class="custom-control-label" for="f_19556">Industrial Furnaces</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23152" value="23152" title="Dry Cooling Equipment"> <label class="custom-control-label" for="f_23152">Dry Cooling Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23151" value="23151" title="Eneygy-Efficient Equipment"> <label class="custom-control-label" for="f_23151">Eneygy-Efficient Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23555" value="23555" title="RC Diamond Core Drill"> <label class="custom-control-label" for="f_23555">RC Diamond Core Drill</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24514" value="24514" title="Environmental Protection Machine"> <label class="custom-control-label" for="f_24514">Environmental Protection Machine</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M31" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Lathes </a> </div> <div class="collapse third-item" id="register-M31"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2709" value="2709" title="CNC Lathes"> <label class="custom-control-label" for="f_2709">CNC Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2710" value="2710" title="Horizontal CNC Lathe"> <label class="custom-control-label" for="f_2710">Horizontal CNC Lathe</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2711" value="2711" title="Vertical-type CNC Lathes"> <label class="custom-control-label" for="f_2711">Vertical-type CNC Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2712" value="2712" title="CNC Lathes With Milling Turrets"> <label class="custom-control-label" for="f_2712">CNC Lathes With Milling Turrets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2713" value="2713" title="High-speed High-precision Two-spindle Two-turret Turning Centers"> <label class="custom-control-label" for="f_2713">High-speed High-precision Two-spindle Two-turret Turning Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2714" value="2714" title="CNC Lathes, Vertical Bed Type"> <label class="custom-control-label" for="f_2714">CNC Lathes, Vertical Bed Type</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2715" value="2715" title="CNC Automatic Lathes"> <label class="custom-control-label" for="f_2715">CNC Automatic Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2716" value="2716" title="CNC Oval Turning Machines"> <label class="custom-control-label" for="f_2716">CNC Oval Turning Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2717" value="2717" title="Super-precision Compact CNC Lathes"> <label class="custom-control-label" for="f_2717">Super-precision Compact CNC Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2718" value="2718" title="CNC Electronic Lathes"> <label class="custom-control-label" for="f_2718">CNC Electronic Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2719" value="2719" title="CNC Precision Lathes"> <label class="custom-control-label" for="f_2719">CNC Precision Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2720" value="2720" title="Turret Centers"> <label class="custom-control-label" for="f_2720">Turret Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2721" value="2721" title="Copying Lathes"> <label class="custom-control-label" for="f_2721">Copying Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2722" value="2722" title="Center Lathes"> <label class="custom-control-label" for="f_2722">Center Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2723" value="2723" title="Bench Lathes"> <label class="custom-control-label" for="f_2723">Bench Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2724" value="2724" title="Heavy-duty Lathes"> <label class="custom-control-label" for="f_2724">Heavy-duty Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2725" value="2725" title="High-speed Precision Lathes"> <label class="custom-control-label" for="f_2725">High-speed Precision Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2726" value="2726" title="Turret Lathes"> <label class="custom-control-label" for="f_2726">Turret Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2727" value="2727" title="Automatic Lathes"> <label class="custom-control-label" for="f_2727">Automatic Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2728" value="2728" title="Vertical Lathes"> <label class="custom-control-label" for="f_2728">Vertical Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2729" value="2729" title="Ball Valve Turning Machines"> <label class="custom-control-label" for="f_2729">Ball Valve Turning Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15738" value="15738" title="CNC Lathes"> <label class="custom-control-label" for="f_15738">CNC Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15739" value="15739" title="Super-precision Compact CNC Lathes"> <label class="custom-control-label" for="f_15739">Super-precision Compact CNC Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15745" value="15745" title="CNC Lathes With Milling Turrets"> <label class="custom-control-label" for="f_15745">CNC Lathes With Milling Turrets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15740" value="15740" title="Heavy-duty Lathes"> <label class="custom-control-label" for="f_15740">Heavy-duty Lathes</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M32" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Drilling Machines </a> </div> <div class="collapse third-item" id="register-M32"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2731" value="2731" title="CNC Drilling Machines"> <label class="custom-control-label" for="f_2731">CNC Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2732" value="2732" title="CNC PCB Drilling Machines"> <label class="custom-control-label" for="f_2732">CNC PCB Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2733" value="2733" title="CNC Turret Drilling Machines"> <label class="custom-control-label" for="f_2733">CNC Turret Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2734" value="2734" title="CNC Drilling & Tapping Machines"> <label class="custom-control-label" for="f_2734">CNC Drilling & Tapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2735" value="2735" title="Double-column Type CNC Drilling Machines"> <label class="custom-control-label" for="f_2735">Double-column Type CNC Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2736" value="2736" title="CNC Deep-hole Drilling Machines (Gun Drilling)"> <label class="custom-control-label" for="f_2736">CNC Deep-hole Drilling Machines (Gun Drilling)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2737" value="2737" title="Vertical Drilling Machines"> <label class="custom-control-label" for="f_2737">Vertical Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2738" value="2738" title="Bench Drilling Machines"> <label class="custom-control-label" for="f_2738">Bench Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2739" value="2739" title="Radial Drilling Machines"> <label class="custom-control-label" for="f_2739">Radial Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2740" value="2740" title="Multi-spindle Drilling Machines"> <label class="custom-control-label" for="f_2740">Multi-spindle Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2741" value="2741" title="Horizontal Drilling Machine"> <label class="custom-control-label" for="f_2741">Horizontal Drilling Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2742" value="2742" title="Complex Machines (Drilling & Milling)"> <label class="custom-control-label" for="f_2742">Complex Machines (Drilling & Milling)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2743" value="2743" title="Drilling & Tapping Machines (Vertical/Horizontal)"> <label class="custom-control-label" for="f_2743">Drilling & Tapping Machines (Vertical/Horizontal)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2744" value="2744" title="Turret Center Drilling Machines"> <label class="custom-control-label" for="f_2744">Turret Center Drilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2745" value="2745" title="Tapping Machines for Nuts"> <label class="custom-control-label" for="f_2745">Tapping Machines for Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8784" value="8784" title="Working Table"> <label class="custom-control-label" for="f_8784">Working Table</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M33" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Milling Machines </a> </div> <div class="collapse third-item" id="register-M33"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2747" value="2747" title="CNC Milling Machines"> <label class="custom-control-label" for="f_2747">CNC Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2748" value="2748" title="Bed Type CNC Milling Machines"> <label class="custom-control-label" for="f_2748">Bed Type CNC Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2749" value="2749" title="CNC Copy Milling Machines"> <label class="custom-control-label" for="f_2749">CNC Copy Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2750" value="2750" title="CNC Planomilling Machines"> <label class="custom-control-label" for="f_2750">CNC Planomilling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2751" value="2751" title="CNC Vertical Milling Machines"> <label class="custom-control-label" for="f_2751">CNC Vertical Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2752" value="2752" title="CNC Multi-Spindle Milling Machines"> <label class="custom-control-label" for="f_2752">CNC Multi-Spindle Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2753" value="2753" title="CNC Drilling & Milling Centers"> <label class="custom-control-label" for="f_2753">CNC Drilling & Milling Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2754" value="2754" title="Vertical Milling Machines"> <label class="custom-control-label" for="f_2754">Vertical Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2755" value="2755" title="Horizontal Milling Machines"> <label class="custom-control-label" for="f_2755">Horizontal Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2756" value="2756" title="Vertical/Horizontal Milling Machines"> <label class="custom-control-label" for="f_2756">Vertical/Horizontal Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2757" value="2757" title="Turret Vertical Milling Machines"> <label class="custom-control-label" for="f_2757">Turret Vertical Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2758" value="2758" title="Profile Milling Machines"> <label class="custom-control-label" for="f_2758">Profile Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2759" value="2759" title="Milling Machines, Bed Type"> <label class="custom-control-label" for="f_2759">Milling Machines, Bed Type</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2760" value="2760" title="Heavy-duty Double-column Milling Machines"> <label class="custom-control-label" for="f_2760">Heavy-duty Double-column Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2761" value="2761" title="Engraving Machines"> <label class="custom-control-label" for="f_2761">Engraving Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2762" value="2762" title="CNC Engraving Machines"> <label class="custom-control-label" for="f_2762">CNC Engraving Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15743" value="15743" title="Bed Type CNC Milling Machines"> <label class="custom-control-label" for="f_15743">Bed Type CNC Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15742" value="15742" title="Horizontal Milling Machines"> <label class="custom-control-label" for="f_15742">Horizontal Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15744" value="15744" title="CNC Milling Machines"> <label class="custom-control-label" for="f_15744">CNC Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24906" value="24906" title="Universal Milling Machine"> <label class="custom-control-label" for="f_24906">Universal Milling Machine</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M34" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Grinding Machines </a> </div> <div class="collapse third-item" id="register-M34"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2764" value="2764" title="CNC Grinding Machines"> <label class="custom-control-label" for="f_2764">CNC Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2765" value="2765" title="CNC Surface Grinding Machines"> <label class="custom-control-label" for="f_2765">CNC Surface Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2766" value="2766" title="CNC Internal Grinding Machines"> <label class="custom-control-label" for="f_2766">CNC Internal Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2767" value="2767" title="CNC External Grinding Machines"> <label class="custom-control-label" for="f_2767">CNC External Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2768" value="2768" title="CNC Centerless Grinding Machines"> <label class="custom-control-label" for="f_2768">CNC Centerless Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2769" value="2769" title="CNC Profile Grinding Machines"> <label class="custom-control-label" for="f_2769">CNC Profile Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2770" value="2770" title="CNC Tool & Cutter Grinders"> <label class="custom-control-label" for="f_2770">CNC Tool & Cutter Grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2771" value="2771" title="CNC Crankshaft Grinding Machines"> <label class="custom-control-label" for="f_2771">CNC Crankshaft Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2772" value="2772" title="CNC Camshaft Grinding Machines"> <label class="custom-control-label" for="f_2772">CNC Camshaft Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2773" value="2773" title="Thread Grinding Machines"> <label class="custom-control-label" for="f_2773">Thread Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2774" value="2774" title="Surface Grinding Machines"> <label class="custom-control-label" for="f_2774">Surface Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2775" value="2775" title="Vertical Surface Grinding Machines"> <label class="custom-control-label" for="f_2775">Vertical Surface Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2776" value="2776" title="External Grinding Machines"> <label class="custom-control-label" for="f_2776">External Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2777" value="2777" title="Internal Grinding Machines"> <label class="custom-control-label" for="f_2777">Internal Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2778" value="2778" title="Universal Grinding Machines"> <label class="custom-control-label" for="f_2778">Universal Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2779" value="2779" title="Centerless Grinding Machines"> <label class="custom-control-label" for="f_2779">Centerless Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2780" value="2780" title="Tool & Cutter Grinders"> <label class="custom-control-label" for="f_2780">Tool & Cutter Grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2781" value="2781" title="Double-Column Grinding Machines"> <label class="custom-control-label" for="f_2781">Double-Column Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2782" value="2782" title="Crankshaft Grinding Machines"> <label class="custom-control-label" for="f_2782">Crankshaft Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2783" value="2783" title="Bench Grinders"> <label class="custom-control-label" for="f_2783">Bench Grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2784" value="2784" title="Grinding & Finishing Machines"> <label class="custom-control-label" for="f_2784">Grinding & Finishing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2785" value="2785" title="Sand-Belt-Type Grinding & Finishing Machines"> <label class="custom-control-label" for="f_2785">Sand-Belt-Type Grinding & Finishing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2786" value="2786" title="Vibratory Grinding & Polishing Machines"> <label class="custom-control-label" for="f_2786">Vibratory Grinding & Polishing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2787" value="2787" title="Emery Cloth & Sand Cloth Buffing Machines"> <label class="custom-control-label" for="f_2787">Emery Cloth & Sand Cloth Buffing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2788" value="2788" title="Lapping Machines"> <label class="custom-control-label" for="f_2788">Lapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2789" value="2789" title="Ball Valve Grinding Machines"> <label class="custom-control-label" for="f_2789">Ball Valve Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13511" value="13511" title="Saw Blade Sharpeners"> <label class="custom-control-label" for="f_13511">Saw Blade Sharpeners</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M35" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Sawing Machines </a> </div> <div class="collapse third-item" id="register-M35"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2791" value="2791" title="Band Saws, Vertical Type"> <label class="custom-control-label" for="f_2791">Band Saws, Vertical Type</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2792" value="2792" title="Band Saws, Horizontal Type"> <label class="custom-control-label" for="f_2792">Band Saws, Horizontal Type</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2793" value="2793" title="Hack Saw Machines"> <label class="custom-control-label" for="f_2793">Hack Saw Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2794" value="2794" title="Sawing Machines, Circular"> <label class="custom-control-label" for="f_2794">Sawing Machines, Circular</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2795" value="2795" title="Sawing Machines, Contour"> <label class="custom-control-label" for="f_2795">Sawing Machines, Contour</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2796" value="2796" title="Auto Band Saw, Double-Column Hydraulic Type"> <label class="custom-control-label" for="f_2796">Auto Band Saw, Double-Column Hydraulic Type</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2797" value="2797" title="Auto Band Saw, Hydraulic Type"> <label class="custom-control-label" for="f_2797">Auto Band Saw, Hydraulic Type</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M41" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Machining Centers </a> </div> <div class="collapse third-item" id="register-M41"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2799" value="2799" title="Machining Centers, Vertical"> <label class="custom-control-label" for="f_2799">Machining Centers, Vertical</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2800" value="2800" title="Machining Centers, Horizontal"> <label class="custom-control-label" for="f_2800">Machining Centers, Horizontal</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2801" value="2801" title="Vertical & Horizontal Machining Centers"> <label class="custom-control-label" for="f_2801">Vertical & Horizontal Machining Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2802" value="2802" title="Double-Column Vertical Machining Centers"> <label class="custom-control-label" for="f_2802">Double-Column Vertical Machining Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2803" value="2803" title="CNC Copy Machining Centers"> <label class="custom-control-label" for="f_2803">CNC Copy Machining Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2804" value="2804" title="CNC 5-Axial Machining Centers"> <label class="custom-control-label" for="f_2804">CNC 5-Axial Machining Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2805" value="2805" title="Housing-type 5-face Machining Centers"> <label class="custom-control-label" for="f_2805">Housing-type 5-face Machining Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2806" value="2806" title="5-face Machining Center, Double-column Type"> <label class="custom-control-label" for="f_2806">5-face Machining Center, Double-column Type</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2807" value="2807" title="Horizontal Boring & Milling Machines"> <label class="custom-control-label" for="f_2807">Horizontal Boring & Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2808" value="2808" title="Boring & Milling Machines"> <label class="custom-control-label" for="f_2808">Boring & Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2809" value="2809" title="Cylinder Boring Machines"> <label class="custom-control-label" for="f_2809">Cylinder Boring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2810" value="2810" title="Deep-Hole Boring Machines"> <label class="custom-control-label" for="f_2810">Deep-Hole Boring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2811" value="2811" title="Floor-Type Horizontal Boring & Milling Machines"> <label class="custom-control-label" for="f_2811">Floor-Type Horizontal Boring & Milling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2812" value="2812" title="Honing Machines"> <label class="custom-control-label" for="f_2812">Honing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2813" value="2813" title="Vertical Double-spindle Precision Boring Machines"> <label class="custom-control-label" for="f_2813">Vertical Double-spindle Precision Boring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7805" value="7805" title="CNC Machining Center with Rotary Workstations"> <label class="custom-control-label" for="f_7805">CNC Machining Center with Rotary Workstations</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15741" value="15741" title="Machining Centers, Vertical"> <label class="custom-control-label" for="f_15741">Machining Centers, Vertical</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M43" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Electric Discharge Machines </a> </div> <div class="collapse third-item" id="register-M43"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2815" value="2815" title="CNC Electric Discharge Machines"> <label class="custom-control-label" for="f_2815">CNC Electric Discharge Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2816" value="2816" title="CNC Wire Cutting Machines"> <label class="custom-control-label" for="f_2816">CNC Wire Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2817" value="2817" title="CNC Drill Electric-discharge Machines"> <label class="custom-control-label" for="f_2817">CNC Drill Electric-discharge Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2818" value="2818" title="Super Drill EDMs"> <label class="custom-control-label" for="f_2818">Super Drill EDMs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2819" value="2819" title="Programmable Control (NC) Electric Discharge Machines"> <label class="custom-control-label" for="f_2819">Programmable Control (NC) Electric Discharge Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M45" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Boring Machines </a> </div> <div class="collapse third-item" id="register-M45"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2821" value="2821" title="CNC Boring Machines"> <label class="custom-control-label" for="f_2821">CNC Boring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2822" value="2822" title="CNC Horizontal Boring & Milling Machines"> <label class="custom-control-label" for="f_2822">CNC Horizontal Boring & Milling Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M47" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Shapers </a> </div> <div class="collapse third-item" id="register-M47"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2824" value="2824" title="CNC Double-Column Planers"> <label class="custom-control-label" for="f_2824">CNC Double-Column Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2825" value="2825" title="Shapers"> <label class="custom-control-label" for="f_2825">Shapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2826" value="2826" title="Heavy-duty Double-Column Planers"> <label class="custom-control-label" for="f_2826">Heavy-duty Double-Column Planers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M49" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Gear Cutting Machines </a> </div> <div class="collapse third-item" id="register-M49"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8170" value="8170" title="Gear Shaving Machines"> <label class="custom-control-label" for="f_8170">Gear Shaving Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2828" value="2828" title="Gear Hobbing Machines"> <label class="custom-control-label" for="f_2828">Gear Hobbing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2829" value="2829" title="Gear Shaping Machines"> <label class="custom-control-label" for="f_2829">Gear Shaping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2830" value="2830" title="Gear Deburring Machines"> <label class="custom-control-label" for="f_2830">Gear Deburring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8124" value="8124" title="Gear Machines"> <label class="custom-control-label" for="f_8124">Gear Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M51" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Broaching Machines and Slotting Machines </a> </div> <div class="collapse third-item" id="register-M51"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2832" value="2832" title="Broaching Machines, Vertical"> <label class="custom-control-label" for="f_2832">Broaching Machines, Vertical</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2833" value="2833" title="Broaching Machines, Horizontal"> <label class="custom-control-label" for="f_2833">Broaching Machines, Horizontal</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2834" value="2834" title="Slotting Machines"> <label class="custom-control-label" for="f_2834">Slotting Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M53" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Metal Forming Machine Tools, Presses </a> </div> <div class="collapse third-item" id="register-M53"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2836" value="2836" title="Precision Power Presses"> <label class="custom-control-label" for="f_2836">Precision Power Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2837" value="2837" title="CNC Power Presses"> <label class="custom-control-label" for="f_2837">CNC Power Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2838" value="2838" title="CNC Punch Presses"> <label class="custom-control-label" for="f_2838">CNC Punch Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2839" value="2839" title="PCB Punch Presses"> <label class="custom-control-label" for="f_2839">PCB Punch Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2840" value="2840" title="IC Transfer Molding Presses"> <label class="custom-control-label" for="f_2840">IC Transfer Molding Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2841" value="2841" title="Hydraulic Punch Presses"> <label class="custom-control-label" for="f_2841">Hydraulic Punch Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2842" value="2842" title="Pneumatic Presses"> <label class="custom-control-label" for="f_2842">Pneumatic Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2843" value="2843" title="High-speed Precision Power Presses"> <label class="custom-control-label" for="f_2843">High-speed Precision Power Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2844" value="2844" title="Hydraulic Hole-Punching Presses"> <label class="custom-control-label" for="f_2844">Hydraulic Hole-Punching Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2845" value="2845" title="Precision Small Presses"> <label class="custom-control-label" for="f_2845">Precision Small Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2846" value="2846" title="Safety Devices for Presses"> <label class="custom-control-label" for="f_2846">Safety Devices for Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2847" value="2847" title="Overload Protectors for Presses"> <label class="custom-control-label" for="f_2847">Overload Protectors for Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2848" value="2848" title="Automatic Feeding Equipment for Presses"> <label class="custom-control-label" for="f_2848">Automatic Feeding Equipment for Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2849" value="2849" title="Presses, With Robot Feeders"> <label class="custom-control-label" for="f_2849">Presses, With Robot Feeders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2850" value="2850" title="Quick Die Changer Systems"> <label class="custom-control-label" for="f_2850">Quick Die Changer Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2851" value="2851" title="Forging Presses"> <label class="custom-control-label" for="f_2851">Forging Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2852" value="2852" title="Horizontal Forging Machines"> <label class="custom-control-label" for="f_2852">Horizontal Forging Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2853" value="2853" title="Riveting Machines"> <label class="custom-control-label" for="f_2853">Riveting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2854" value="2854" title="Tube (Pipe) Bending Machines"> <label class="custom-control-label" for="f_2854">Tube (Pipe) Bending Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2855" value="2855" title="Straightening Machines"> <label class="custom-control-label" for="f_2855">Straightening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2856" value="2856" title="Drawing Machines"> <label class="custom-control-label" for="f_2856">Drawing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2857" value="2857" title="Shearing Machines"> <label class="custom-control-label" for="f_2857">Shearing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2858" value="2858" title="Bending Machines"> <label class="custom-control-label" for="f_2858">Bending Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2859" value="2859" title="Crank Presses"> <label class="custom-control-label" for="f_2859">Crank Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2860" value="2860" title="Toggle Presses"> <label class="custom-control-label" for="f_2860">Toggle Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2861" value="2861" title="Sheet Metal Forming Machines"> <label class="custom-control-label" for="f_2861">Sheet Metal Forming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2862" value="2862" title="Pneumatic / Hydraulic Machinery"> <label class="custom-control-label" for="f_2862">Pneumatic / Hydraulic Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2863" value="2863" title="Plate Rolling Machines"> <label class="custom-control-label" for="f_2863">Plate Rolling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2864" value="2864" title="Cold Forging Presses"> <label class="custom-control-label" for="f_2864">Cold Forging Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2865" value="2865" title="Rotary-Type Tube Swaging Machines"> <label class="custom-control-label" for="f_2865">Rotary-Type Tube Swaging Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2866" value="2866" title="Deep-Drawing Hydraulic Presses"> <label class="custom-control-label" for="f_2866">Deep-Drawing Hydraulic Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2867" value="2867" title="Hydraulic Shearing Machines"> <label class="custom-control-label" for="f_2867">Hydraulic Shearing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2868" value="2868" title="Hydraulic Positioning Press Brakes"> <label class="custom-control-label" for="f_2868">Hydraulic Positioning Press Brakes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2869" value="2869" title="Hydraulic Press Brakes"> <label class="custom-control-label" for="f_2869">Hydraulic Press Brakes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2870" value="2870" title="Deep-Throat Universal Hydraulic Presses"> <label class="custom-control-label" for="f_2870">Deep-Throat Universal Hydraulic Presses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2871" value="2871" title="Sheet Metal Working Machines"> <label class="custom-control-label" for="f_2871">Sheet Metal Working Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2872" value="2872" title="Seam Formers"> <label class="custom-control-label" for="f_2872">Seam Formers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2873" value="2873" title="Semiautomatic Hydrospinning Machines"> <label class="custom-control-label" for="f_2873">Semiautomatic Hydrospinning Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8086" value="8086" title="Auto Hydraulic Iron-bar-molding Machines"> <label class="custom-control-label" for="f_8086">Auto Hydraulic Iron-bar-molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8172" value="8172" title="Crimping Machines"> <label class="custom-control-label" for="f_8172">Crimping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13152" value="13152" title="AUXILIARY MACHINERY"> <label class="custom-control-label" for="f_13152">AUXILIARY MACHINERY</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23159" value="23159" title="Keyway Processing Machine"> <label class="custom-control-label" for="f_23159">Keyway Processing Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24910" value="24910" title="Warm Hot Forging Press"> <label class="custom-control-label" for="f_24910">Warm Hot Forging Press</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M55" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Thread Rolling Machines </a> </div> <div class="collapse third-item" id="register-M55"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2875" value="2875" title="Thread Rolling Machines"> <label class="custom-control-label" for="f_2875">Thread Rolling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2876" value="2876" title="Tapping Machines"> <label class="custom-control-label" for="f_2876">Tapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2877" value="2877" title="Automatic Thread Turning Machines"> <label class="custom-control-label" for="f_2877">Automatic Thread Turning Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M57" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Single-Purpose Machines and Special-Purpose Machines </a> </div> <div class="collapse third-item" id="register-M57"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2879" value="2879" title="Special-purpose Machines for Metal Cutting"> <label class="custom-control-label" for="f_2879">Special-purpose Machines for Metal Cutting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2880" value="2880" title="Ultrasonic Machines for Metalworking"> <label class="custom-control-label" for="f_2880">Ultrasonic Machines for Metalworking</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2881" value="2881" title="High-Frequency Machines for Metal Working"> <label class="custom-control-label" for="f_2881">High-Frequency Machines for Metal Working</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2882" value="2882" title="Special-purpose Machines for Automated Drilling, Boring & Tapping"> <label class="custom-control-label" for="f_2882">Special-purpose Machines for Automated Drilling, Boring & Tapping</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2883" value="2883" title="Special-Purpose Machines for Secondary Processing"> <label class="custom-control-label" for="f_2883">Special-Purpose Machines for Secondary Processing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2884" value="2884" title="Special-Purpose Machines for Honing Cylinders for Motorcycles and Machinery"> <label class="custom-control-label" for="f_2884">Special-Purpose Machines for Honing Cylinders for Motorcycles and Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2885" value="2885" title="Cutting Machines for Metalworking"> <label class="custom-control-label" for="f_2885">Cutting Machines for Metalworking</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2886" value="2886" title="Cut-Off Saws, Grinding Wheel Machines"> <label class="custom-control-label" for="f_2886">Cut-Off Saws, Grinding Wheel Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2887" value="2887" title="Automatic Angle Cutting Machines"> <label class="custom-control-label" for="f_2887">Automatic Angle Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2888" value="2888" title="Multi-Blade Lap-Slicing Machines"> <label class="custom-control-label" for="f_2888">Multi-Blade Lap-Slicing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2889" value="2889" title="Punch Grinders"> <label class="custom-control-label" for="f_2889">Punch Grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2890" value="2890" title="Chamfering & Deburring Machines"> <label class="custom-control-label" for="f_2890">Chamfering & Deburring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2891" value="2891" title="Etching Machines"> <label class="custom-control-label" for="f_2891">Etching Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2892" value="2892" title="Other Metal Cutting Machines"> <label class="custom-control-label" for="f_2892">Other Metal Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2893" value="2893" title="Ball Valve Turning & Grinding Machines"> <label class="custom-control-label" for="f_2893">Ball Valve Turning & Grinding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7799" value="7799" title="Cold Spline Shapers"> <label class="custom-control-label" for="f_7799">Cold Spline Shapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7800" value="7800" title="Spline Rolling Machines"> <label class="custom-control-label" for="f_7800">Spline Rolling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7801" value="7801" title="Cold Rolling Machines"> <label class="custom-control-label" for="f_7801">Cold Rolling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7802" value="7802" title="Assembly Machines"> <label class="custom-control-label" for="f_7802">Assembly Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7803" value="7803" title="Dedicated C.V. Joint Machine"> <label class="custom-control-label" for="f_7803">Dedicated C.V. Joint Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8085" value="8085" title="Auto NC Basket-twisting Molding Machines"> <label class="custom-control-label" for="f_8085">Auto NC Basket-twisting Molding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22419" value="22419" title="Thread Cutting Machine"> <label class="custom-control-label" for="f_22419">Thread Cutting Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23141" value="23141" title="Straightening Machine"> <label class="custom-control-label" for="f_23141">Straightening Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24263" value="24263" title="Key copy Machine(Key Machine)"> <label class="custom-control-label" for="f_24263">Key copy Machine(Key Machine)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M59" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Castings </a> </div> <div class="collapse third-item" id="register-M59"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2895" value="2895" title="Sintered Powder Metallurgical Parts"> <label class="custom-control-label" for="f_2895">Sintered Powder Metallurgical Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2896" value="2896" title="Forged and Stamped Parts"> <label class="custom-control-label" for="f_2896">Forged and Stamped Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2897" value="2897" title="Stamped Parts"> <label class="custom-control-label" for="f_2897">Stamped Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2898" value="2898" title="Precision Stamped Accessories"> <label class="custom-control-label" for="f_2898">Precision Stamped Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5373" value="5373" title="Cast Machine Bases"> <label class="custom-control-label" for="f_5373">Cast Machine Bases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17076" value="17076" title="Precision Bent Metal Parts"> <label class="custom-control-label" for="f_17076">Precision Bent Metal Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24897" value="24897" title="Casting Components"> <label class="custom-control-label" for="f_24897">Casting Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24898" value="24898" title="Bronze Alloy Gravity Casting"> <label class="custom-control-label" for="f_24898">Bronze Alloy Gravity Casting</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M61" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Tools, Cutters, Molds and Dies </a> </div> <div class="collapse third-item" id="register-M61"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2900" value="2900" title="Jigs"> <label class="custom-control-label" for="f_2900">Jigs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2901" value="2901" title="Fixtures"> <label class="custom-control-label" for="f_2901">Fixtures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2902" value="2902" title="Chucks"> <label class="custom-control-label" for="f_2902">Chucks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2903" value="2903" title="Circular Saw Blades"> <label class="custom-control-label" for="f_2903">Circular Saw Blades</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2904" value="2904" title="Vises"> <label class="custom-control-label" for="f_2904">Vises</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2905" value="2905" title="Milling Heads"> <label class="custom-control-label" for="f_2905">Milling Heads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2906" value="2906" title="Angle Dresser"> <label class="custom-control-label" for="f_2906">Angle Dresser</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2907" value="2907" title="Hydraulic Copy Devices"> <label class="custom-control-label" for="f_2907">Hydraulic Copy Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2908" value="2908" title="Lathe Centers"> <label class="custom-control-label" for="f_2908">Lathe Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2909" value="2909" title="Multi-Spindle Heads for Drilling &Tapping"> <label class="custom-control-label" for="f_2909">Multi-Spindle Heads for Drilling &Tapping</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2910" value="2910" title="Standard Drilling Fixtures"> <label class="custom-control-label" for="f_2910">Standard Drilling Fixtures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2911" value="2911" title="Drill Sockets"> <label class="custom-control-label" for="f_2911">Drill Sockets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2912" value="2912" title="Collet Chucks"> <label class="custom-control-label" for="f_2912">Collet Chucks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2913" value="2913" title="Grinding Wheels"> <label class="custom-control-label" for="f_2913">Grinding Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2914" value="2914" title="Sand Cloth"> <label class="custom-control-label" for="f_2914">Sand Cloth</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2915" value="2915" title="Sand Paper"> <label class="custom-control-label" for="f_2915">Sand Paper</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2916" value="2916" title="Diamond, CBN Tools and Cutters"> <label class="custom-control-label" for="f_2916">Diamond, CBN Tools and Cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2917" value="2917" title="Tungsten Carbide Tools and Cutters"> <label class="custom-control-label" for="f_2917">Tungsten Carbide Tools and Cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2918" value="2918" title="Molds & Dies"> <label class="custom-control-label" for="f_2918">Molds & Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2919" value="2919" title="Pressing Dies"> <label class="custom-control-label" for="f_2919">Pressing Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2920" value="2920" title="Forging Dies"> <label class="custom-control-label" for="f_2920">Forging Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2921" value="2921" title="Wire Drawing Dies"> <label class="custom-control-label" for="f_2921">Wire Drawing Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2922" value="2922" title="Die-casting Dies"> <label class="custom-control-label" for="f_2922">Die-casting Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2923" value="2923" title="Casting Molds"> <label class="custom-control-label" for="f_2923">Casting Molds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2924" value="2924" title="Sintering Dies"> <label class="custom-control-label" for="f_2924">Sintering Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2925" value="2925" title="Combination-type Tools, Tool Cabinets, and Carriages"> <label class="custom-control-label" for="f_2925">Combination-type Tools, Tool Cabinets, and Carriages</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7484" value="7484" title="Water Jet Cutters"> <label class="custom-control-label" for="f_7484">Water Jet Cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7210" value="7210" title="Mills"> <label class="custom-control-label" for="f_7210">Mills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7211" value="7211" title="Reamers"> <label class="custom-control-label" for="f_7211">Reamers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7212" value="7212" title="Drills"> <label class="custom-control-label" for="f_7212">Drills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7213" value="7213" title="Live Centers"> <label class="custom-control-label" for="f_7213">Live Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7214" value="7214" title="Mill Arbors"> <label class="custom-control-label" for="f_7214">Mill Arbors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7215" value="7215" title="Milling Cutter Holders"> <label class="custom-control-label" for="f_7215">Milling Cutter Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7216" value="7216" title="Milling Chucks"> <label class="custom-control-label" for="f_7216">Milling Chucks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7217" value="7217" title="Boring Head Sets"> <label class="custom-control-label" for="f_7217">Boring Head Sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7218" value="7218" title="Edge Finders"> <label class="custom-control-label" for="f_7218">Edge Finders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7219" value="7219" title="Endmill Re-Sharpening Machines"> <label class="custom-control-label" for="f_7219">Endmill Re-Sharpening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7220" value="7220" title="Drill Re-Sharpening Machines"> <label class="custom-control-label" for="f_7220">Drill Re-Sharpening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10820" value="10820" title="Boring Bars"> <label class="custom-control-label" for="f_10820">Boring Bars</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10819" value="10819" title="Turning Tool Holders"> <label class="custom-control-label" for="f_10819">Turning Tool Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23264" value="23264" title="Maintenance Tools for Machine Equipment"> <label class="custom-control-label" for="f_23264">Maintenance Tools for Machine Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23142" value="23142" title="Knife Sharpening Machine"> <label class="custom-control-label" for="f_23142">Knife Sharpening Machine</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M63" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Testing Equipment </a> </div> <div class="collapse third-item" id="register-M63"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2927" value="2927" title="Inspecting/Measuring Instrument and Parts"> <label class="custom-control-label" for="f_2927">Inspecting/Measuring Instrument and Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2928" value="2928" title="Profile Projectors"> <label class="custom-control-label" for="f_2928">Profile Projectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2929" value="2929" title="Gauges"> <label class="custom-control-label" for="f_2929">Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2930" value="2930" title="Work Lamp"> <label class="custom-control-label" for="f_2930">Work Lamp</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9195" value="9195" title="Balancing Machines"> <label class="custom-control-label" for="f_9195">Balancing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23143" value="23143" title="Image Measuring Instrument"> <label class="custom-control-label" for="f_23143">Image Measuring Instrument</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M65" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Piping Systems (Pipes, Valves, Fittings) </a> </div> <div class="collapse third-item" id="register-M65"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2932" value="2932" title="Cast Iron Pipes & Tubes"> <label class="custom-control-label" for="f_2932">Cast Iron Pipes & Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2933" value="2933" title="Seamless Steel Pipes & Tubes"> <label class="custom-control-label" for="f_2933">Seamless Steel Pipes & Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2934" value="2934" title="Welded Steel Pipes & Tubes"> <label class="custom-control-label" for="f_2934">Welded Steel Pipes & Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2935" value="2935" title="Stainless-steel Pipes & Tubes"> <label class="custom-control-label" for="f_2935">Stainless-steel Pipes & Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2936" value="2936" title="Copper Pipes & Tubes"> <label class="custom-control-label" for="f_2936">Copper Pipes & Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2937" value="2937" title="Aluminum Pipes & Tubes"> <label class="custom-control-label" for="f_2937">Aluminum Pipes & Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2938" value="2938" title="Flexible Hoses"> <label class="custom-control-label" for="f_2938">Flexible Hoses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2939" value="2939" title="Bellows"> <label class="custom-control-label" for="f_2939">Bellows</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2940" value="2940" title="Quick-release Fittings"> <label class="custom-control-label" for="f_2940">Quick-release Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2941" value="2941" title="Flanges"> <label class="custom-control-label" for="f_2941">Flanges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23995" value="23995" title="PP/PC Pipe & Tubes"> <label class="custom-control-label" for="f_23995">PP/PC Pipe & Tubes</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M67" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Machinery Parts and Components </a> </div> <div class="collapse third-item" id="register-M67"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2943" value="2943" title="Bearings"> <label class="custom-control-label" for="f_2943">Bearings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2944" value="2944" title="Balls"> <label class="custom-control-label" for="f_2944">Balls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2945" value="2945" title="Shafts, Couplings, Keys and Clutches"> <label class="custom-control-label" for="f_2945">Shafts, Couplings, Keys and Clutches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2946" value="2946" title="Power (Hydraulic) Chucks"> <label class="custom-control-label" for="f_2946">Power (Hydraulic) Chucks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2947" value="2947" title="Multiangular Milling Heads"> <label class="custom-control-label" for="f_2947">Multiangular Milling Heads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2948" value="2948" title="Index Tables"> <label class="custom-control-label" for="f_2948">Index Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2949" value="2949" title="CNC Rotary Tables"> <label class="custom-control-label" for="f_2949">CNC Rotary Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2950" value="2950" title="Electromagnetic Chucks"> <label class="custom-control-label" for="f_2950">Electromagnetic Chucks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2951" value="2951" title="Magnetic Bases"> <label class="custom-control-label" for="f_2951">Magnetic Bases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2952" value="2952" title="Electro Chuck-Masters"> <label class="custom-control-label" for="f_2952">Electro Chuck-Masters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2953" value="2953" title="Universal Joints"> <label class="custom-control-label" for="f_2953">Universal Joints</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2954" value="2954" title="Ball Screws"> <label class="custom-control-label" for="f_2954">Ball Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2955" value="2955" title="Springs"> <label class="custom-control-label" for="f_2955">Springs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2956" value="2956" title="Bolts, Screws, Nuts"> <label class="custom-control-label" for="f_2956">Bolts, Screws, Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2957" value="2957" title="Lubricators"> <label class="custom-control-label" for="f_2957">Lubricators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2958" value="2958" title="Mechanical Seals and Parts"> <label class="custom-control-label" for="f_2958">Mechanical Seals and Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2959" value="2959" title="Hand Wheels and Handles for Machinery"> <label class="custom-control-label" for="f_2959">Hand Wheels and Handles for Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2960" value="2960" title="Tool Pots and Automatic Tool Changers for Machining Centers"> <label class="custom-control-label" for="f_2960">Tool Pots and Automatic Tool Changers for Machining Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2961" value="2961" title="Electrode Heads, Parts and Accessories for EDMs"> <label class="custom-control-label" for="f_2961">Electrode Heads, Parts and Accessories for EDMs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2962" value="2962" title="Oil Coolers"> <label class="custom-control-label" for="f_2962">Oil Coolers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2963" value="2963" title="Oil Mist Collectors"> <label class="custom-control-label" for="f_2963">Oil Mist Collectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2964" value="2964" title="Automatic Tool Changing Systems for CNC Machining Centers (ATC)"> <label class="custom-control-label" for="f_2964">Automatic Tool Changing Systems for CNC Machining Centers (ATC)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2965" value="2965" title="Floating-Oil Skimmers for NC Lathes"> <label class="custom-control-label" for="f_2965">Floating-Oil Skimmers for NC Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2966" value="2966" title="Automatic Rod Feeding Equipment"> <label class="custom-control-label" for="f_2966">Automatic Rod Feeding Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2967" value="2967" title="Industrial Robots & Accessories"> <label class="custom-control-label" for="f_2967">Industrial Robots & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2968" value="2968" title="Linear Actuators"> <label class="custom-control-label" for="f_2968">Linear Actuators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2969" value="2969" title="Linear Guideways"> <label class="custom-control-label" for="f_2969">Linear Guideways</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2970" value="2970" title="Motors"> <label class="custom-control-label" for="f_2970">Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2971" value="2971" title="Gears"> <label class="custom-control-label" for="f_2971">Gears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2972" value="2972" title="Gear Motors"> <label class="custom-control-label" for="f_2972">Gear Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2973" value="2973" title="Optical Meters"> <label class="custom-control-label" for="f_2973">Optical Meters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2974" value="2974" title="Industrial-Use Electric Clutches"> <label class="custom-control-label" for="f_2974">Industrial-Use Electric Clutches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2975" value="2975" title="Magnetic Clutches/Brakes"> <label class="custom-control-label" for="f_2975">Magnetic Clutches/Brakes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2976" value="2976" title="Inverters"> <label class="custom-control-label" for="f_2976">Inverters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2977" value="2977" title="Shaft Couplings"> <label class="custom-control-label" for="f_2977">Shaft Couplings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2978" value="2978" title="Spindles"> <label class="custom-control-label" for="f_2978">Spindles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2979" value="2979" title="Sheet Metal Enclosure Systems for Machine Tools"> <label class="custom-control-label" for="f_2979">Sheet Metal Enclosure Systems for Machine Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2980" value="2980" title="Slideway Covers"> <label class="custom-control-label" for="f_2980">Slideway Covers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2981" value="2981" title="Chip Conveyors"> <label class="custom-control-label" for="f_2981">Chip Conveyors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2982" value="2982" title="Hydraulic Slides"> <label class="custom-control-label" for="f_2982">Hydraulic Slides</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2983" value="2983" title="CNC Feed Units"> <label class="custom-control-label" for="f_2983">CNC Feed Units</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2984" value="2984" title="Automatic Pallet Changers"> <label class="custom-control-label" for="f_2984">Automatic Pallet Changers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2985" value="2985" title="Grease Pumps (Grease Guns)"> <label class="custom-control-label" for="f_2985">Grease Pumps (Grease Guns)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2986" value="2986" title="Roots Blowers"> <label class="custom-control-label" for="f_2986">Roots Blowers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2987" value="2987" title="Compressors"> <label class="custom-control-label" for="f_2987">Compressors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2988" value="2988" title="Coolers"> <label class="custom-control-label" for="f_2988">Coolers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2989" value="2989" title="Fully Automatic Grease Supply Systems"> <label class="custom-control-label" for="f_2989">Fully Automatic Grease Supply Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2990" value="2990" title="Centralized Lubrication Systems"> <label class="custom-control-label" for="f_2990">Centralized Lubrication Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2991" value="2991" title="Precision Plastic Parts"> <label class="custom-control-label" for="f_2991">Precision Plastic Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2992" value="2992" title="Precision Ceramic Parts"> <label class="custom-control-label" for="f_2992">Precision Ceramic Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2993" value="2993" title="Roller Chains"> <label class="custom-control-label" for="f_2993">Roller Chains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2994" value="2994" title="Vacuum Pumps"> <label class="custom-control-label" for="f_2994">Vacuum Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2995" value="2995" title="Drive Belts"> <label class="custom-control-label" for="f_2995">Drive Belts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2996" value="2996" title="Brake Linings for General Machines"> <label class="custom-control-label" for="f_2996">Brake Linings for General Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4572" value="4572" title="Precision Metalic Parts"> <label class="custom-control-label" for="f_4572">Precision Metalic Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5426" value="5426" title="CNC Tool Turrets"> <label class="custom-control-label" for="f_5426">CNC Tool Turrets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5832" value="5832" title="Industrial Vacuum Cleaner"> <label class="custom-control-label" for="f_5832">Industrial Vacuum Cleaner</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6994" value="6994" title="Magnetic Clamping Blocks"> <label class="custom-control-label" for="f_6994">Magnetic Clamping Blocks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6995" value="6995" title="Lifting Magnets"> <label class="custom-control-label" for="f_6995">Lifting Magnets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7473" value="7473" title="Paints & Coatings for Machines"> <label class="custom-control-label" for="f_7473">Paints & Coatings for Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7804" value="7804" title="Differential Gears"> <label class="custom-control-label" for="f_7804">Differential Gears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12355" value="12355" title="Machine Oil, Lubricant, Grease, Insulating Oil"> <label class="custom-control-label" for="f_12355">Machine Oil, Lubricant, Grease, Insulating Oil</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12356" value="12356" title="Cutting Fluids, Cooling Fluids"> <label class="custom-control-label" for="f_12356">Cutting Fluids, Cooling Fluids</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12665" value="12665" title="Ring Blowers"> <label class="custom-control-label" for="f_12665">Ring Blowers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12666" value="12666" title="Turbo Blowers"> <label class="custom-control-label" for="f_12666">Turbo Blowers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13702" value="13702" title="Resistors"> <label class="custom-control-label" for="f_13702">Resistors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14054" value="14054" title="Other Machinery Parts and Components"> <label class="custom-control-label" for="f_14054">Other Machinery Parts and Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14266" value="14266" title="Welder parts & Accessories"> <label class="custom-control-label" for="f_14266">Welder parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15262" value="15262" title="Industrial Casters"> <label class="custom-control-label" for="f_15262">Industrial Casters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23397" value="23397" title="Rack Gear"> <label class="custom-control-label" for="f_23397">Rack Gear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16765" value="16765" title="Manual Rotary Tables"> <label class="custom-control-label" for="f_16765">Manual Rotary Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18331" value="18331" title="Valve Balls"> <label class="custom-control-label" for="f_18331">Valve Balls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19557" value="19557" title="Other Machinery Parts and Components"> <label class="custom-control-label" for="f_19557">Other Machinery Parts and Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19902" value="19902" title="Cable Chains"> <label class="custom-control-label" for="f_19902">Cable Chains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23145" value="23145" title="Oil Mist Collector"> <label class="custom-control-label" for="f_23145">Oil Mist Collector</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23160" value="23160" title="Engineering Plastic"> <label class="custom-control-label" for="f_23160">Engineering Plastic</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23265" value="23265" title="Rubber Shock Absorbers, Dust Covers, Bellows, and Packings for Machine Equipment"> <label class="custom-control-label" for="f_23265">Rubber Shock Absorbers, Dust Covers, Bellows, and Packings for Machine Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23268" value="23268" title="Precision Rubber Parts"> <label class="custom-control-label" for="f_23268">Precision Rubber Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23277" value="23277" title="Industrial Lifting Eye Bolts"> <label class="custom-control-label" for="f_23277">Industrial Lifting Eye Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23930" value="23930" title="Electric Grease Pump Module"> <label class="custom-control-label" for="f_23930">Electric Grease Pump Module</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23932" value="23932" title="Electric Grease Pump"> <label class="custom-control-label" for="f_23932">Electric Grease Pump</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24195" value="24195" title="Automatic Controller"> <label class="custom-control-label" for="f_24195">Automatic Controller</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24196" value="24196" title="Robots for Machine Tools"> <label class="custom-control-label" for="f_24196">Robots for Machine Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24492" value="24492" title="Suction Machine"> <label class="custom-control-label" for="f_24492">Suction Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24895" value="24895" title="Ship Parts"> <label class="custom-control-label" for="f_24895">Ship Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24894" value="24894" title="Wind Energy Power Components, Parts and Hardware"> <label class="custom-control-label" for="f_24894">Wind Energy Power Components, Parts and Hardware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24896" value="24896" title="Green-Friendly Equipment Parts"> <label class="custom-control-label" for="f_24896">Green-Friendly Equipment Parts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M69" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Design and Installation of Auto-control Panels for Machinery </a> </div> <div class="collapse third-item" id="register-M69"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2998" value="2998" title="CNC Controllers for Machine Tools and Industrial Machinery"> <label class="custom-control-label" for="f_2998">CNC Controllers for Machine Tools and Industrial Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2999" value="2999" title="CNC Program Generators/Simulators"> <label class="custom-control-label" for="f_2999">CNC Program Generators/Simulators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3000" value="3000" title="Motion (Position) Controllers"> <label class="custom-control-label" for="f_3000">Motion (Position) Controllers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3001" value="3001" title="PC-Based Controllers"> <label class="custom-control-label" for="f_3001">PC-Based Controllers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3002" value="3002" title="Servo Systems"> <label class="custom-control-label" for="f_3002">Servo Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3003" value="3003" title="Computer Aided Design & Manufacturing (CAD/CAM)"> <label class="custom-control-label" for="f_3003">Computer Aided Design & Manufacturing (CAD/CAM)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3004" value="3004" title="Control Box"> <label class="custom-control-label" for="f_3004">Control Box</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3005" value="3005" title="Software (for CAD/CAM/CAE/FA/OA)"> <label class="custom-control-label" for="f_3005">Software (for CAD/CAM/CAE/FA/OA)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3006" value="3006" title="Programmable Logic Controllers"> <label class="custom-control-label" for="f_3006">Programmable Logic Controllers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3007" value="3007" title="Auto-control Panel for Machinery"> <label class="custom-control-label" for="f_3007">Auto-control Panel for Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8102" value="8102" title="Rapid Prototyping Machines"> <label class="custom-control-label" for="f_8102">Rapid Prototyping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9149" value="9149" title="NC Controllers"> <label class="custom-control-label" for="f_9149">NC Controllers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11682" value="11682" title="Sensors for Machines"> <label class="custom-control-label" for="f_11682">Sensors for Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18233" value="18233" title="LED Indicators for Machines"> <label class="custom-control-label" for="f_18233">LED Indicators for Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23146" value="23146" title="Mechatronics Equipment"> <label class="custom-control-label" for="f_23146">Mechatronics Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24899" value="24899" title="Servo Motor"> <label class="custom-control-label" for="f_24899">Servo Motor</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M71" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Hydraulic and Pneumatic Components </a> </div> <div class="collapse third-item" id="register-M71"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3009" value="3009" title="Hydraulic Components"> <label class="custom-control-label" for="f_3009">Hydraulic Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3010" value="3010" title="Hydraulic Pumps"> <label class="custom-control-label" for="f_3010">Hydraulic Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3011" value="3011" title="Hydraulic Cylinders"> <label class="custom-control-label" for="f_3011">Hydraulic Cylinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3012" value="3012" title="Hydraulic Valves"> <label class="custom-control-label" for="f_3012">Hydraulic Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3013" value="3013" title="Hydraulic Piping Systems (Tube and Hose Assemblies)"> <label class="custom-control-label" for="f_3013">Hydraulic Piping Systems (Tube and Hose Assemblies)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3014" value="3014" title="Hydraulic Motors"> <label class="custom-control-label" for="f_3014">Hydraulic Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3015" value="3015" title="Hydraulic Accumulators"> <label class="custom-control-label" for="f_3015">Hydraulic Accumulators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3016" value="3016" title="Seals for Oil Hydraulic Equipment"> <label class="custom-control-label" for="f_3016">Seals for Oil Hydraulic Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3017" value="3017" title="Hydraulic Fluid Filters"> <label class="custom-control-label" for="f_3017">Hydraulic Fluid Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3018" value="3018" title="Rotary Hydraulic Cylinders"> <label class="custom-control-label" for="f_3018">Rotary Hydraulic Cylinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3019" value="3019" title="Solenoid Directional Control Valves"> <label class="custom-control-label" for="f_3019">Solenoid Directional Control Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3020" value="3020" title="Pressure Control Valves"> <label class="custom-control-label" for="f_3020">Pressure Control Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3021" value="3021" title="Flow Control Valves"> <label class="custom-control-label" for="f_3021">Flow Control Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3022" value="3022" title="Hydraulic Valves, Servo Type"> <label class="custom-control-label" for="f_3022">Hydraulic Valves, Servo Type</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3023" value="3023" title="Heat Exchangers for Hydraulic Systems"> <label class="custom-control-label" for="f_3023">Heat Exchangers for Hydraulic Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3024" value="3024" title="Filters for Hydraulic Systems"> <label class="custom-control-label" for="f_3024">Filters for Hydraulic Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3025" value="3025" title="Hydraulic Thermometers"> <label class="custom-control-label" for="f_3025">Hydraulic Thermometers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3026" value="3026" title="Pipe Fittings for Hydraulic Systems"> <label class="custom-control-label" for="f_3026">Pipe Fittings for Hydraulic Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3027" value="3027" title="Pneumatic Components"> <label class="custom-control-label" for="f_3027">Pneumatic Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3028" value="3028" title="Pneumatic Pumps"> <label class="custom-control-label" for="f_3028">Pneumatic Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3029" value="3029" title="Air Compressors"> <label class="custom-control-label" for="f_3029">Air Compressors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3030" value="3030" title="Pneumatic Valves"> <label class="custom-control-label" for="f_3030">Pneumatic Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3031" value="3031" title="Pneumatic Piping Systems"> <label class="custom-control-label" for="f_3031">Pneumatic Piping Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3032" value="3032" title="Pneumatic Cylinders"> <label class="custom-control-label" for="f_3032">Pneumatic Cylinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3033" value="3033" title="Pneumatic Motors"> <label class="custom-control-label" for="f_3033">Pneumatic Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3034" value="3034" title="Filters, Regulators and Lubricators for Pneumatic Equipment"> <label class="custom-control-label" for="f_3034">Filters, Regulators and Lubricators for Pneumatic Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3035" value="3035" title="Industrial-Use Pneumatic Vibrators"> <label class="custom-control-label" for="f_3035">Industrial-Use Pneumatic Vibrators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3036" value="3036" title="Complete Pneumatic Control Systems"> <label class="custom-control-label" for="f_3036">Complete Pneumatic Control Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3037" value="3037" title="Filters for Air Compressors"> <label class="custom-control-label" for="f_3037">Filters for Air Compressors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3038" value="3038" title="Air Guns"> <label class="custom-control-label" for="f_3038">Air Guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3039" value="3039" title="Solenoid Valves"> <label class="custom-control-label" for="f_3039">Solenoid Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3040" value="3040" title="Hydraulic Solenoid Valves"> <label class="custom-control-label" for="f_3040">Hydraulic Solenoid Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3041" value="3041" title="Hydraulic Shock Absorbers"> <label class="custom-control-label" for="f_3041">Hydraulic Shock Absorbers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M73" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Special Machine Tools </a> </div> <div class="collapse third-item" id="register-M73"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3043" value="3043" title="Metal-wire Products Working Machines"> <label class="custom-control-label" for="f_3043">Metal-wire Products Working Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3044" value="3044" title="Barbed Wire Making Machines"> <label class="custom-control-label" for="f_3044">Barbed Wire Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3045" value="3045" title="Wire-netting Weaving Machines"> <label class="custom-control-label" for="f_3045">Wire-netting Weaving Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3046" value="3046" title="Steel Needle Making Machines"> <label class="custom-control-label" for="f_3046">Steel Needle Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3047" value="3047" title="Rivet Making Machines"> <label class="custom-control-label" for="f_3047">Rivet Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3048" value="3048" title="Nail Making Machines"> <label class="custom-control-label" for="f_3048">Nail Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3049" value="3049" title="Spring Coil Winding Machines"> <label class="custom-control-label" for="f_3049">Spring Coil Winding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3050" value="3050" title="Wire Rope Making Machines"> <label class="custom-control-label" for="f_3050">Wire Rope Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3051" value="3051" title="Electric Cable Making Machines"> <label class="custom-control-label" for="f_3051">Electric Cable Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3052" value="3052" title="Other Wire Products Working Machines"> <label class="custom-control-label" for="f_3052">Other Wire Products Working Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3053" value="3053" title="Wire Straightening Machines (Auto Positioning and Cutting)"> <label class="custom-control-label" for="f_3053">Wire Straightening Machines (Auto Positioning and Cutting)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3054" value="3054" title="Copper Wire Stranding & Twisting Machines"> <label class="custom-control-label" for="f_3054">Copper Wire Stranding & Twisting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3055" value="3055" title="Wire Enameling Machinery"> <label class="custom-control-label" for="f_3055">Wire Enameling Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3056" value="3056" title="Metal Stretch Net Making Machines"> <label class="custom-control-label" for="f_3056">Metal Stretch Net Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3057" value="3057" title="Universal Iron Workers"> <label class="custom-control-label" for="f_3057">Universal Iron Workers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3058" value="3058" title="Rolling Mills"> <label class="custom-control-label" for="f_3058">Rolling Mills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3059" value="3059" title="Special-Purpose Machines for the Machining of Bicycle/Motorcycle Parts"> <label class="custom-control-label" for="f_3059">Special-Purpose Machines for the Machining of Bicycle/Motorcycle Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3060" value="3060" title="Special-purpose Machines for the Processing and Repair of Automotive Parts"> <label class="custom-control-label" for="f_3060">Special-purpose Machines for the Processing and Repair of Automotive Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3061" value="3061" title="Special-purpose Machines for Steel Structures"> <label class="custom-control-label" for="f_3061">Special-purpose Machines for Steel Structures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3062" value="3062" title="Special-purpose Machines for Sheet-metalworking"> <label class="custom-control-label" for="f_3062">Special-purpose Machines for Sheet-metalworking</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3063" value="3063" title="Rim Making Machines"> <label class="custom-control-label" for="f_3063">Rim Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3064" value="3064" title="Steel (Iron) Sheet/Coil Slitting Machines"> <label class="custom-control-label" for="f_3064">Steel (Iron) Sheet/Coil Slitting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3065" value="3065" title="Steel Sheet/Coil Leveling & Shearing Machines"> <label class="custom-control-label" for="f_3065">Steel Sheet/Coil Leveling & Shearing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3066" value="3066" title="Wire Winding Machines, Automatic Wire Winding Machines"> <label class="custom-control-label" for="f_3066">Wire Winding Machines, Automatic Wire Winding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3067" value="3067" title="Necklace Making Machines"> <label class="custom-control-label" for="f_3067">Necklace Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3068" value="3068" title="Metal Hook and Ring Making Machines"> <label class="custom-control-label" for="f_3068">Metal Hook and Ring Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3069" value="3069" title="Terminal Crimping Machines"> <label class="custom-control-label" for="f_3069">Terminal Crimping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3070" value="3070" title="Automatic Cutting Machines for Small Hardware"> <label class="custom-control-label" for="f_3070">Automatic Cutting Machines for Small Hardware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3071" value="3071" title="Steel Plate Processing Machines"> <label class="custom-control-label" for="f_3071">Steel Plate Processing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3072" value="3072" title="Staple Making Machines"> <label class="custom-control-label" for="f_3072">Staple Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3073" value="3073" title="Gem Clip Making Machines"> <label class="custom-control-label" for="f_3073">Gem Clip Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3074" value="3074" title="Paper Pin Making Machines"> <label class="custom-control-label" for="f_3074">Paper Pin Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3075" value="3075" title="Wire Hanger Making Machines"> <label class="custom-control-label" for="f_3075">Wire Hanger Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3076" value="3076" title="Snap Fastening Machines"> <label class="custom-control-label" for="f_3076">Snap Fastening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3077" value="3077" title="Slitter Knives"> <label class="custom-control-label" for="f_3077">Slitter Knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3078" value="3078" title="Electric Wire & Cable Braiding Machine"> <label class="custom-control-label" for="f_3078">Electric Wire & Cable Braiding Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4709" value="4709" title="Whirling Machines"> <label class="custom-control-label" for="f_4709">Whirling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13142" value="13142" title="MACHINERY"> <label class="custom-control-label" for="f_13142">MACHINERY</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13150" value="13150" title="EXPANDED METAL M/C"> <label class="custom-control-label" for="f_13150">EXPANDED METAL M/C</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21815" value="21815" title="Wire Forming Machines"> <label class="custom-control-label" for="f_21815">Wire Forming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24197" value="24197" title="Metal Scrap Collecting Machine"> <label class="custom-control-label" for="f_24197">Metal Scrap Collecting Machine</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M75" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Steel Pipe & Tube Making Machines </a> </div> <div class="collapse third-item" id="register-M75"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3080" value="3080" title="Steel Pipe & Tube Making Machines"> <label class="custom-control-label" for="f_3080">Steel Pipe & Tube Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3081" value="3081" title="Pipe &Tube Threading Machines"> <label class="custom-control-label" for="f_3081">Pipe &Tube Threading Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3082" value="3082" title="Steel Pipe & Tube End Facing Machines"> <label class="custom-control-label" for="f_3082">Steel Pipe & Tube End Facing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3083" value="3083" title="Steel Pipe & Tube Hydrostatic Testers"> <label class="custom-control-label" for="f_3083">Steel Pipe & Tube Hydrostatic Testers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3084" value="3084" title="Pipe & Tube Cut-Off Machines"> <label class="custom-control-label" for="f_3084">Pipe & Tube Cut-Off Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3085" value="3085" title="Tube/Pipe Bending Machines"> <label class="custom-control-label" for="f_3085">Tube/Pipe Bending Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3086" value="3086" title="Stainless Steel Tube Mills"> <label class="custom-control-label" for="f_3086">Stainless Steel Tube Mills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7866" value="7866" title="Tube Forming Machines"> <label class="custom-control-label" for="f_7866">Tube Forming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8087" value="8087" title="Auto Hydraulic Double-tube Shrinkers"> <label class="custom-control-label" for="f_8087">Auto Hydraulic Double-tube Shrinkers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8261" value="8261" title="Pipe/Tube Rollers"> <label class="custom-control-label" for="f_8261">Pipe/Tube Rollers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8262" value="8262" title="Pipe Dies"> <label class="custom-control-label" for="f_8262">Pipe Dies</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M76" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Bolt, Screw & Nut Making Machines </a> </div> <div class="collapse third-item" id="register-M76"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3088" value="3088" title="Bolt, Screw & Nut Making Machines"> <label class="custom-control-label" for="f_3088">Bolt, Screw & Nut Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3089" value="3089" title="Heading Machines"> <label class="custom-control-label" for="f_3089">Heading Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3090" value="3090" title="Bolt Trimming Machines"> <label class="custom-control-label" for="f_3090">Bolt Trimming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3091" value="3091" title="Bolt Slotting Machines"> <label class="custom-control-label" for="f_3091">Bolt Slotting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3092" value="3092" title="Bolt Threading Machines"> <label class="custom-control-label" for="f_3092">Bolt Threading Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3093" value="3093" title="Nut Formers"> <label class="custom-control-label" for="f_3093">Nut Formers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3094" value="3094" title="Automatic Thread-rolling Machine"> <label class="custom-control-label" for="f_3094">Automatic Thread-rolling Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3095" value="3095" title="Secondary Processing Machines for Special Nuts"> <label class="custom-control-label" for="f_3095">Secondary Processing Machines for Special Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3096" value="3096" title="Blind Rivet Assembly Machines"> <label class="custom-control-label" for="f_3096">Blind Rivet Assembly Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24758" value="24758" title="Optical Sorting Machine"> <label class="custom-control-label" for="f_24758">Optical Sorting Machine</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M77" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Welding and Cutting Machines </a> </div> <div class="collapse third-item" id="register-M77"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3098" value="3098" title="Gas-Operated Welding Machines"> <label class="custom-control-label" for="f_3098">Gas-Operated Welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3099" value="3099" title="Electric Welding Machines"> <label class="custom-control-label" for="f_3099">Electric Welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3100" value="3100" title="Ultrasonic Welding Machines"> <label class="custom-control-label" for="f_3100">Ultrasonic Welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3101" value="3101" title="Spot Welders"> <label class="custom-control-label" for="f_3101">Spot Welders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3102" value="3102" title="Seam Welders"> <label class="custom-control-label" for="f_3102">Seam Welders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3103" value="3103" title="High Frequency Metal Welding, Brazing & Soldering Machines"> <label class="custom-control-label" for="f_3103">High Frequency Metal Welding, Brazing & Soldering Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3104" value="3104" title="CNC Flame Cutting Machines"> <label class="custom-control-label" for="f_3104">CNC Flame Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3105" value="3105" title="Inverter-controlled Automatic Co2/Mag-welding Machines"> <label class="custom-control-label" for="f_3105">Inverter-controlled Automatic Co2/Mag-welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3106" value="3106" title="DC TIG-Welding Machines"> <label class="custom-control-label" for="f_3106">DC TIG-Welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3107" value="3107" title="Butt Welders"> <label class="custom-control-label" for="f_3107">Butt Welders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3108" value="3108" title="Flash Welders"> <label class="custom-control-label" for="f_3108">Flash Welders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3109" value="3109" title="Automated Soldering/Cleaning Machinery and Equipment"> <label class="custom-control-label" for="f_3109">Automated Soldering/Cleaning Machinery and Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3110" value="3110" title="High Frequency Induction Heating Machines"> <label class="custom-control-label" for="f_3110">High Frequency Induction Heating Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3111" value="3111" title="Brake Cable / Steel Rope Welding Machines"> <label class="custom-control-label" for="f_3111">Brake Cable / Steel Rope Welding Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18786" value="18786" title="LED SMT Machines"> <label class="custom-control-label" for="f_18786">LED SMT Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M79" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Metal Products </a> </div> <div class="collapse third-item" id="register-M79"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3113" value="3113" title="Steel/Iron Wires, Wire Ropes and Rods"> <label class="custom-control-label" for="f_3113">Steel/Iron Wires, Wire Ropes and Rods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3114" value="3114" title="Steel Wire Ropes, Steel Wires"> <label class="custom-control-label" for="f_3114">Steel Wire Ropes, Steel Wires</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3115" value="3115" title="Buffed Steel Bars"> <label class="custom-control-label" for="f_3115">Buffed Steel Bars</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3116" value="3116" title="Nails and Rivets"> <label class="custom-control-label" for="f_3116">Nails and Rivets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3117" value="3117" title="Bolts & Nuts for General Purpose"> <label class="custom-control-label" for="f_3117">Bolts & Nuts for General Purpose</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3118" value="3118" title="Aluminum Products"> <label class="custom-control-label" for="f_3118">Aluminum Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3119" value="3119" title="Copper (Brass) Products"> <label class="custom-control-label" for="f_3119">Copper (Brass) Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3120" value="3120" title="Stainless Steel"> <label class="custom-control-label" for="f_3120">Stainless Steel</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3121" value="3121" title="Tungsten Carbide"> <label class="custom-control-label" for="f_3121">Tungsten Carbide</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3122" value="3122" title="Machine Mounts"> <label class="custom-control-label" for="f_3122">Machine Mounts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5882" value="5882" title="Electroplating Services"> <label class="custom-control-label" for="f_5882">Electroplating Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6065" value="6065" title="Metal Parts Processing"> <label class="custom-control-label" for="f_6065">Metal Parts Processing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17833" value="17833" title="Stainless Steel Connectors"> <label class="custom-control-label" for="f_17833">Stainless Steel Connectors</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M81" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Used Machine Tools </a> </div> <div class="collapse third-item" id="register-M81"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3124" value="3124" title="Used Machine Tools"> <label class="custom-control-label" for="f_3124">Used Machine Tools</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M99" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Machinery-associated Services </a> </div> <div class="collapse third-item" id="register-M99"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3126" value="3126" title="Media and Other Services"> <label class="custom-control-label" for="f_3126">Media and Other Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3127" value="3127" title="Certification Services"> <label class="custom-control-label" for="f_3127">Certification Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8371" value="8371" title="Machinery OEM/ODM Services"> <label class="custom-control-label" for="f_8371">Machinery OEM/ODM Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23153" value="23153" title="Guild, Association, Corporation Aggregate"> <label class="custom-control-label" for="f_23153">Guild, Association, Corporation Aggregate</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23147" value="23147" title="Academic Research Unit"> <label class="custom-control-label" for="f_23147">Academic Research Unit</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23154" value="23154" title="Bank Leasing Industry"> <label class="custom-control-label" for="f_23154">Bank Leasing Industry</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23155" value="23155" title="3D Printing Equipment"> <label class="custom-control-label" for="f_23155">3D Printing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23267" value="23267" title="Safe Deposit Cabinets"> <label class="custom-control-label" for="f_23267">Safe Deposit Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25530" value="25530" title="Banking, Financing & Insurance"> <label class="custom-control-label" for="f_25530">Banking, Financing & Insurance</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-M21" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Electronic Processing M Equipment </a> </div> <div class="collapse third-item" id="register-M21"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24913" value="24913" title="PVC Coating Equipment"> <label class="custom-control-label" for="f_24913">PVC Coating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24914" value="24914" title="Optical Film Coating Equipment"> <label class="custom-control-label" for="f_24914">Optical Film Coating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24915" value="24915" title="Lithium Battery Coating Equipment"> <label class="custom-control-label" for="f_24915">Lithium Battery Coating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24916" value="24916" title="Copper Foil Substrate Vertical Impregnation Equipment"> <label class="custom-control-label" for="f_24916">Copper Foil Substrate Vertical Impregnation Equipment</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-MTS" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Magnetic Track System </a> </div> <div class="collapse third-item" id="register-MTS"> <div class="row"> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-H" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Hardware & Tools </a> <div class="collapse second-category" id="register-H"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H04" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>General Non-powered Hand Tools </a> </div> <div class="collapse third-item" id="register-H04"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1425" value="1425" title="Hand tool kits"> <label class="custom-control-label" for="f_1425">Hand tool kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1426" value="1426" title="Precision tool sets"> <label class="custom-control-label" for="f_1426">Precision tool sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1427" value="1427" title="Computer tool kits"> <label class="custom-control-label" for="f_1427">Computer tool kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1428" value="1428" title="Hand tools in general"> <label class="custom-control-label" for="f_1428">Hand tools in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5747" value="5747" title="Digital Tools"> <label class="custom-control-label" for="f_5747">Digital Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8385" value="8385" title="HOME REPAIR TOOL"> <label class="custom-control-label" for="f_8385">HOME REPAIR TOOL</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22276" value="22276" title="Hand tool kits"> <label class="custom-control-label" for="f_22276">Hand tool kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24664" value="24664" title="HVAC Tools"> <label class="custom-control-label" for="f_24664">HVAC Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24666" value="24666" title="Special Tools"> <label class="custom-control-label" for="f_24666">Special Tools</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H06" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Scissors, Knives </a> </div> <div class="collapse third-item" id="register-H06"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1430" value="1430" title="Scissors in general"> <label class="custom-control-label" for="f_1430">Scissors in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1431" value="1431" title="Tailors shears"> <label class="custom-control-label" for="f_1431">Tailors shears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1432" value="1432" title="Paper/office scissors"> <label class="custom-control-label" for="f_1432">Paper/office scissors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1433" value="1433" title="Wallpaper scissors"> <label class="custom-control-label" for="f_1433">Wallpaper scissors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1434" value="1434" title="Kitchen scissors"> <label class="custom-control-label" for="f_1434">Kitchen scissors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1435" value="1435" title="Barbers scissors"> <label class="custom-control-label" for="f_1435">Barbers scissors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1436" value="1436" title="Stainless steel scissors"> <label class="custom-control-label" for="f_1436">Stainless steel scissors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1437" value="1437" title="Workshop shears"> <label class="custom-control-label" for="f_1437">Workshop shears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1438" value="1438" title="Household shears"> <label class="custom-control-label" for="f_1438">Household shears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1439" value="1439" title="Nail clippers"> <label class="custom-control-label" for="f_1439">Nail clippers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1440" value="1440" title="Knives, non-household"> <label class="custom-control-label" for="f_1440">Knives, non-household</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1441" value="1441" title="Stainless steel fruit knives"> <label class="custom-control-label" for="f_1441">Stainless steel fruit knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1442" value="1442" title="Carving knives"> <label class="custom-control-label" for="f_1442">Carving knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1443" value="1443" title="Utility knives"> <label class="custom-control-label" for="f_1443">Utility knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1444" value="1444" title="Putty knives"> <label class="custom-control-label" for="f_1444">Putty knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22281" value="22281" title="Utility knives"> <label class="custom-control-label" for="f_22281">Utility knives</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H08" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Cutting and Sawing Tools </a> </div> <div class="collapse third-item" id="register-H08"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1446" value="1446" title="Cutters/benders"> <label class="custom-control-label" for="f_1446">Cutters/benders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1447" value="1447" title="Tile cutters, non-powered"> <label class="custom-control-label" for="f_1447">Tile cutters, non-powered</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1448" value="1448" title="Glass cutters"> <label class="custom-control-label" for="f_1448">Glass cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1449" value="1449" title="Pipe cutters"> <label class="custom-control-label" for="f_1449">Pipe cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1450" value="1450" title="Steel cutters"> <label class="custom-control-label" for="f_1450">Steel cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1451" value="1451" title="Mini cutters"> <label class="custom-control-label" for="f_1451">Mini cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1452" value="1452" title="Bolt cutters"> <label class="custom-control-label" for="f_1452">Bolt cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1453" value="1453" title="Tubing cutters"> <label class="custom-control-label" for="f_1453">Tubing cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1454" value="1454" title="Tin snips"> <label class="custom-control-label" for="f_1454">Tin snips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1455" value="1455" title="Saws, non-powered, general"> <label class="custom-control-label" for="f_1455">Saws, non-powered, general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1456" value="1456" title="Hand saws"> <label class="custom-control-label" for="f_1456">Hand saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1457" value="1457" title="Bow/hack saws & blades"> <label class="custom-control-label" for="f_1457">Bow/hack saws & blades</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1458" value="1458" title="Hack saw frames"> <label class="custom-control-label" for="f_1458">Hack saw frames</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1459" value="1459" title="Keyhole saws / wallboard saws / drywall saws"> <label class="custom-control-label" for="f_1459">Keyhole saws / wallboard saws / drywall saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1460" value="1460" title="Circular saws, non-powered"> <label class="custom-control-label" for="f_1460">Circular saws, non-powered</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1461" value="1461" title="Band saws, non-powered"> <label class="custom-control-label" for="f_1461">Band saws, non-powered</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1462" value="1462" title="Back saws"> <label class="custom-control-label" for="f_1462">Back saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1463" value="1463" title="Folding saws"> <label class="custom-control-label" for="f_1463">Folding saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1464" value="1464" title="Coping saws"> <label class="custom-control-label" for="f_1464">Coping saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1465" value="1465" title="Coping saw frames with blade sets"> <label class="custom-control-label" for="f_1465">Coping saw frames with blade sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1466" value="1466" title="Jig saws"> <label class="custom-control-label" for="f_1466">Jig saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1467" value="1467" title="Saw blades"> <label class="custom-control-label" for="f_1467">Saw blades</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1468" value="1468" title="Tungsten carbide-tipped saw blades"> <label class="custom-control-label" for="f_1468">Tungsten carbide-tipped saw blades</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1469" value="1469" title="Cutting tools in general"> <label class="custom-control-label" for="f_1469">Cutting tools in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1470" value="1470" title="Diamond-tipped saws"> <label class="custom-control-label" for="f_1470">Diamond-tipped saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4695" value="4695" title="H0808"> <label class="custom-control-label" for="f_4695">H0808</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22112" value="22112" title="Miter Shear"> <label class="custom-control-label" for="f_22112">Miter Shear</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Wrenches, Spanners </a> </div> <div class="collapse third-item" id="register-H10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1472" value="1472" title="Wrenches/spanners in general"> <label class="custom-control-label" for="f_1472">Wrenches/spanners in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1473" value="1473" title="Adjustable wrenches"> <label class="custom-control-label" for="f_1473">Adjustable wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1474" value="1474" title="Open-end wrenches"> <label class="custom-control-label" for="f_1474">Open-end wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1475" value="1475" title="Swivel drive wrenches"> <label class="custom-control-label" for="f_1475">Swivel drive wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1476" value="1476" title="Box (offset/oval/S-shape) wrenches"> <label class="custom-control-label" for="f_1476">Box (offset/oval/S-shape) wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1477" value="1477" title="Ratchet box wrenches"> <label class="custom-control-label" for="f_1477">Ratchet box wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1478" value="1478" title="Combination wrenches"> <label class="custom-control-label" for="f_1478">Combination wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1479" value="1479" title="Hex-key wrenches"> <label class="custom-control-label" for="f_1479">Hex-key wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1480" value="1480" title="Torque wrenches"> <label class="custom-control-label" for="f_1480">Torque wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1481" value="1481" title="Micrometer adjustable wrenches"> <label class="custom-control-label" for="f_1481">Micrometer adjustable wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1482" value="1482" title="Speed wrenches"> <label class="custom-control-label" for="f_1482">Speed wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1483" value="1483" title="Tire lever wrenches"> <label class="custom-control-label" for="f_1483">Tire lever wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1484" value="1484" title="Spoke wrenches"> <label class="custom-control-label" for="f_1484">Spoke wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1485" value="1485" title="Oil filter/oil filter chain wrenches"> <label class="custom-control-label" for="f_1485">Oil filter/oil filter chain wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1486" value="1486" title="Flare nut wrenches"> <label class="custom-control-label" for="f_1486">Flare nut wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1487" value="1487" title="Multi-wrenches"> <label class="custom-control-label" for="f_1487">Multi-wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1488" value="1488" title="Pipe Wrenches"> <label class="custom-control-label" for="f_1488">Pipe Wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1489" value="1489" title="Micrometer torque wrenches"> <label class="custom-control-label" for="f_1489">Micrometer torque wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1490" value="1490" title="Gearless boxed wrenches"> <label class="custom-control-label" for="f_1490">Gearless boxed wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1491" value="1491" title="Standard combination wrenches"> <label class="custom-control-label" for="f_1491">Standard combination wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1492" value="1492" title="Gearless combination wrenches"> <label class="custom-control-label" for="f_1492">Gearless combination wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1493" value="1493" title="Non-slip combination wrenches"> <label class="custom-control-label" for="f_1493">Non-slip combination wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1494" value="1494" title="Go-thru wrenches"> <label class="custom-control-label" for="f_1494">Go-thru wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1495" value="1495" title="Socket wrench sets & sockets"> <label class="custom-control-label" for="f_1495">Socket wrench sets & sockets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1496" value="1496" title="4-way rim wrenches"> <label class="custom-control-label" for="f_1496">4-way rim wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1497" value="1497" title="L-bend socket wrenches"> <label class="custom-control-label" for="f_1497">L-bend socket wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1498" value="1498" title="T-bend socket wrenches"> <label class="custom-control-label" for="f_1498">T-bend socket wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1499" value="1499" title="Y-bend socket wrenches"> <label class="custom-control-label" for="f_1499">Y-bend socket wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1500" value="1500" title="Sparkplug wrenches"> <label class="custom-control-label" for="f_1500">Sparkplug wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1501" value="1501" title="Infinity socket wrenches"> <label class="custom-control-label" for="f_1501">Infinity socket wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1502" value="1502" title="Anti-slip impact sockets"> <label class="custom-control-label" for="f_1502">Anti-slip impact sockets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8386" value="8386" title="DURABILITY COMBINATION WRENCH"> <label class="custom-control-label" for="f_8386">DURABILITY COMBINATION WRENCH</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8384" value="8384" title="PROFESSIONAL SOCKET SET"> <label class="custom-control-label" for="f_8384">PROFESSIONAL SOCKET SET</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18834" value="18834" title="Nut Setters"> <label class="custom-control-label" for="f_18834">Nut Setters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18835" value="18835" title="Bit Adapters"> <label class="custom-control-label" for="f_18835">Bit Adapters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18836" value="18836" title="Socket Adapters"> <label class="custom-control-label" for="f_18836">Socket Adapters</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H12" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Pliers and Related Tools </a> </div> <div class="collapse third-item" id="register-H12"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1504" value="1504" title="Pliers (nippers) in general"> <label class="custom-control-label" for="f_1504">Pliers (nippers) in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1505" value="1505" title="Cutting pliers"> <label class="custom-control-label" for="f_1505">Cutting pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1506" value="1506" title="Cable-cutting pliers"> <label class="custom-control-label" for="f_1506">Cable-cutting pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1507" value="1507" title="Long-nose pliers"> <label class="custom-control-label" for="f_1507">Long-nose pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1508" value="1508" title="Bend-nose pliers"> <label class="custom-control-label" for="f_1508">Bend-nose pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1509" value="1509" title="Flat-nose pliers"> <label class="custom-control-label" for="f_1509">Flat-nose pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1510" value="1510" title="Round-nose pliers"> <label class="custom-control-label" for="f_1510">Round-nose pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1511" value="1511" title="Diagonal cutting pliers"> <label class="custom-control-label" for="f_1511">Diagonal cutting pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1512" value="1512" title="Universal (grip) pliers/locking pliers"> <label class="custom-control-label" for="f_1512">Universal (grip) pliers/locking pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1513" value="1513" title="Slip-joint pliers"> <label class="custom-control-label" for="f_1513">Slip-joint pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1514" value="1514" title="Water pump pliers/pipe pliers"> <label class="custom-control-label" for="f_1514">Water pump pliers/pipe pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1515" value="1515" title="Fence pliers"> <label class="custom-control-label" for="f_1515">Fence pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1516" value="1516" title="Brake pliers"> <label class="custom-control-label" for="f_1516">Brake pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1517" value="1517" title="Groove-joint pliers"> <label class="custom-control-label" for="f_1517">Groove-joint pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1518" value="1518" title="Locking pliers"> <label class="custom-control-label" for="f_1518">Locking pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1519" value="1519" title="Nail pincers/end pliers"> <label class="custom-control-label" for="f_1519">Nail pincers/end pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1520" value="1520" title="Tweezers"> <label class="custom-control-label" for="f_1520">Tweezers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1521" value="1521" title="Pinch-off pliers"> <label class="custom-control-label" for="f_1521">Pinch-off pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7858" value="7858" title="Eyelet Pliers"> <label class="custom-control-label" for="f_7858">Eyelet Pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7859" value="7859" title="Snap Pliers"> <label class="custom-control-label" for="f_7859">Snap Pliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8462" value="8462" title="Chili-shaped Tweezers"> <label class="custom-control-label" for="f_8462">Chili-shaped Tweezers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H14" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Screwdrivers, Rivet Nut Tools </a> </div> <div class="collapse third-item" id="register-H14"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1523" value="1523" title="Screwdrivers"> <label class="custom-control-label" for="f_1523">Screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1524" value="1524" title="Automatic screwdrivers"> <label class="custom-control-label" for="f_1524">Automatic screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1525" value="1525" title="Electric tester screwdrivers"> <label class="custom-control-label" for="f_1525">Electric tester screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1526" value="1526" title="Nut drivers"> <label class="custom-control-label" for="f_1526">Nut drivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1527" value="1527" title="Impact screwdrivers"> <label class="custom-control-label" for="f_1527">Impact screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1528" value="1528" title="Magnetic screwdrivers"> <label class="custom-control-label" for="f_1528">Magnetic screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1529" value="1529" title="One-touch screwdrivers"> <label class="custom-control-label" for="f_1529">One-touch screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1530" value="1530" title="Striped screwdrivers"> <label class="custom-control-label" for="f_1530">Striped screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1531" value="1531" title="Go-thru screwdrivers"> <label class="custom-control-label" for="f_1531">Go-thru screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1532" value="1532" title="Ratchet screwdrivers"> <label class="custom-control-label" for="f_1532">Ratchet screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1533" value="1533" title="Precision screwdrivers"> <label class="custom-control-label" for="f_1533">Precision screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1534" value="1534" title="Jewelry precision screwdrivers"> <label class="custom-control-label" for="f_1534">Jewelry precision screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1535" value="1535" title="Screwdriver bits"> <label class="custom-control-label" for="f_1535">Screwdriver bits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1536" value="1536" title="Torque drivers"> <label class="custom-control-label" for="f_1536">Torque drivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1537" value="1537" title="Lighted screwdrivers"> <label class="custom-control-label" for="f_1537">Lighted screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1538" value="1538" title="Hammer drivers"> <label class="custom-control-label" for="f_1538">Hammer drivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8469" value="8469" title="MULTI SCREWDRIVER SET"> <label class="custom-control-label" for="f_8469">MULTI SCREWDRIVER SET</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8679" value="8679" title="Chuck Keys"> <label class="custom-control-label" for="f_8679">Chuck Keys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8680" value="8680" title="Drill Chucks"> <label class="custom-control-label" for="f_8680">Drill Chucks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10303" value="10303" title="Quick Release Chucks"> <label class="custom-control-label" for="f_10303">Quick Release Chucks</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H16" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Hammers </a> </div> <div class="collapse third-item" id="register-H16"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1540" value="1540" title="Hammers in general"> <label class="custom-control-label" for="f_1540">Hammers in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1541" value="1541" title="Sledge hammers"> <label class="custom-control-label" for="f_1541">Sledge hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1542" value="1542" title="Ball peen hammers"> <label class="custom-control-label" for="f_1542">Ball peen hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1543" value="1543" title="Claw hammers"> <label class="custom-control-label" for="f_1543">Claw hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1544" value="1544" title="Nail hammers"> <label class="custom-control-label" for="f_1544">Nail hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1545" value="1545" title="Rubber hammers (mallets)"> <label class="custom-control-label" for="f_1545">Rubber hammers (mallets)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1546" value="1546" title="Plastic hammers"> <label class="custom-control-label" for="f_1546">Plastic hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1547" value="1547" title="Joiner's hammers"> <label class="custom-control-label" for="f_1547">Joiner's hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1548" value="1548" title="Bricklayer's hammers"> <label class="custom-control-label" for="f_1548">Bricklayer's hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1549" value="1549" title="Hatchets"> <label class="custom-control-label" for="f_1549">Hatchets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1550" value="1550" title="Hammers"> <label class="custom-control-label" for="f_1550">Hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1551" value="1551" title="Tacker hammers"> <label class="custom-control-label" for="f_1551">Tacker hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22277" value="22277" title="Hammers"> <label class="custom-control-label" for="f_22277">Hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22279" value="22279" title="Claw hammers"> <label class="custom-control-label" for="f_22279">Claw hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22280" value="22280" title="Nail hammers"> <label class="custom-control-label" for="f_22280">Nail hammers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H18" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Craftsmen-use-tools / Painting Tools / Masonry Tools </a> </div> <div class="collapse third-item" id="register-H18"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7063" value="7063" title="Dryer Gun Racks"> <label class="custom-control-label" for="f_7063">Dryer Gun Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7062" value="7062" title="Paint Dryer Guns"> <label class="custom-control-label" for="f_7062">Paint Dryer Guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1553" value="1553" title="Paint brushes"> <label class="custom-control-label" for="f_1553">Paint brushes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1554" value="1554" title="Paint scrapers"> <label class="custom-control-label" for="f_1554">Paint scrapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1555" value="1555" title="Paint spray guns"> <label class="custom-control-label" for="f_1555">Paint spray guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1556" value="1556" title="Other Painting tools"> <label class="custom-control-label" for="f_1556">Other Painting tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1557" value="1557" title="Scrapers"> <label class="custom-control-label" for="f_1557">Scrapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1558" value="1558" title="Woodworking tools in general"> <label class="custom-control-label" for="f_1558">Woodworking tools in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1559" value="1559" title="Chisels"> <label class="custom-control-label" for="f_1559">Chisels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1560" value="1560" title="Files (filing tools)"> <label class="custom-control-label" for="f_1560">Files (filing tools)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1561" value="1561" title="Planers"> <label class="custom-control-label" for="f_1561">Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1562" value="1562" title="Woodcarving tools"> <label class="custom-control-label" for="f_1562">Woodcarving tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1563" value="1563" title="Router bits"> <label class="custom-control-label" for="f_1563">Router bits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1564" value="1564" title="Wood shapers/cutters"> <label class="custom-control-label" for="f_1564">Wood shapers/cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1565" value="1565" title="Benders"> <label class="custom-control-label" for="f_1565">Benders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1566" value="1566" title="Masonry tools"> <label class="custom-control-label" for="f_1566">Masonry tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1567" value="1567" title="Drills, manual"> <label class="custom-control-label" for="f_1567">Drills, manual</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1568" value="1568" title="Screw augers"> <label class="custom-control-label" for="f_1568">Screw augers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1569" value="1569" title="Punches"> <label class="custom-control-label" for="f_1569">Punches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1570" value="1570" title="Staple guns"> <label class="custom-control-label" for="f_1570">Staple guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1571" value="1571" title="Caulking Guns/Glue Guns"> <label class="custom-control-label" for="f_1571">Caulking Guns/Glue Guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1572" value="1572" title="Plumb bobs"> <label class="custom-control-label" for="f_1572">Plumb bobs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1573" value="1573" title="Levels"> <label class="custom-control-label" for="f_1573">Levels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1574" value="1574" title="Laser tools & plumbs"> <label class="custom-control-label" for="f_1574">Laser tools & plumbs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1575" value="1575" title="Other Laser tools"> <label class="custom-control-label" for="f_1575">Other Laser tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1576" value="1576" title="Steel tape measures"> <label class="custom-control-label" for="f_1576">Steel tape measures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1577" value="1577" title="Hand riveters"> <label class="custom-control-label" for="f_1577">Hand riveters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1578" value="1578" title="Screw extractors"> <label class="custom-control-label" for="f_1578">Screw extractors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1579" value="1579" title="Pry bars (crow bars)/nail pullers"> <label class="custom-control-label" for="f_1579">Pry bars (crow bars)/nail pullers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1580" value="1580" title="Desoldering tools"> <label class="custom-control-label" for="f_1580">Desoldering tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1581" value="1581" title="Surveying instruments"> <label class="custom-control-label" for="f_1581">Surveying instruments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1582" value="1582" title="Precision squares"> <label class="custom-control-label" for="f_1582">Precision squares</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1583" value="1583" title="Sheet metal tools"> <label class="custom-control-label" for="f_1583">Sheet metal tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1584" value="1584" title="Rivet nut tools"> <label class="custom-control-label" for="f_1584">Rivet nut tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1585" value="1585" title="Hawks"> <label class="custom-control-label" for="f_1585">Hawks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1586" value="1586" title="Hand sanders"> <label class="custom-control-label" for="f_1586">Hand sanders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1587" value="1587" title="Floats"> <label class="custom-control-label" for="f_1587">Floats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1588" value="1588" title="Trowels for building"> <label class="custom-control-label" for="f_1588">Trowels for building</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1589" value="1589" title="Drywall tapers"> <label class="custom-control-label" for="f_1589">Drywall tapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1590" value="1590" title="Mud pans"> <label class="custom-control-label" for="f_1590">Mud pans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1591" value="1591" title="Corner clinchers"> <label class="custom-control-label" for="f_1591">Corner clinchers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1592" value="1592" title="Mud mixers"> <label class="custom-control-label" for="f_1592">Mud mixers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1593" value="1593" title="Quick coupler sets"> <label class="custom-control-label" for="f_1593">Quick coupler sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1594" value="1594" title="Staple removers"> <label class="custom-control-label" for="f_1594">Staple removers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5897" value="5897" title="Drill Bits"> <label class="custom-control-label" for="f_5897">Drill Bits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7240" value="7240" title="Flooring Tools"> <label class="custom-control-label" for="f_7240">Flooring Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7860" value="7860" title="Leather Punches"> <label class="custom-control-label" for="f_7860">Leather Punches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7861" value="7861" title="Eyelet Punches"> <label class="custom-control-label" for="f_7861">Eyelet Punches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7862" value="7862" title="Snap Punches"> <label class="custom-control-label" for="f_7862">Snap Punches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11501" value="11501" title="Powder-actuated Tools"> <label class="custom-control-label" for="f_11501">Powder-actuated Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11502" value="11502" title="Gas Nailers"> <label class="custom-control-label" for="f_11502">Gas Nailers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11503" value="11503" title="Drive Pins"> <label class="custom-control-label" for="f_11503">Drive Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17834" value="17834" title="Paint Foams"> <label class="custom-control-label" for="f_17834">Paint Foams</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17835" value="17835" title="Paint Rollers"> <label class="custom-control-label" for="f_17835">Paint Rollers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17836" value="17836" title="Paint Buckets"> <label class="custom-control-label" for="f_17836">Paint Buckets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22634" value="22634" title="Tile Leveling System"> <label class="custom-control-label" for="f_22634">Tile Leveling System</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22635" value="22635" title="Tile Tools"> <label class="custom-control-label" for="f_22635">Tile Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23556" value="23556" title="Reinforced Concrete (RC)Groove Cutter"> <label class="custom-control-label" for="f_23556">Reinforced Concrete (RC)Groove Cutter</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23557" value="23557" title="Reinforced Concrete (RC) Magnetic Drill"> <label class="custom-control-label" for="f_23557">Reinforced Concrete (RC) Magnetic Drill</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23558" value="23558" title="Power Tool for Construction"> <label class="custom-control-label" for="f_23558">Power Tool for Construction</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23559" value="23559" title="Reinforced Concrete (RC) Diamond Core Drill"> <label class="custom-control-label" for="f_23559">Reinforced Concrete (RC) Diamond Core Drill</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23578" value="23578" title="Reinforced Concrete (R.C.) Wall Cutter"> <label class="custom-control-label" for="f_23578">Reinforced Concrete (R.C.) Wall Cutter</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Measuring Instruments </a> </div> <div class="collapse third-item" id="register-H20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1596" value="1596" title="Measuring Tools"> <label class="custom-control-label" for="f_1596">Measuring Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8956" value="8956" title="magnifiers"> <label class="custom-control-label" for="f_8956">magnifiers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12345" value="12345" title="Distance Meters"> <label class="custom-control-label" for="f_12345">Distance Meters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12346" value="12346" title="Moisture Meters"> <label class="custom-control-label" for="f_12346">Moisture Meters</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H22" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Electrician's tools </a> </div> <div class="collapse third-item" id="register-H22"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1598" value="1598" title="Electronic Repair kits"> <label class="custom-control-label" for="f_1598">Electronic Repair kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1599" value="1599" title="Wire/cable strippers"> <label class="custom-control-label" for="f_1599">Wire/cable strippers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1600" value="1600" title="Crimping tools"> <label class="custom-control-label" for="f_1600">Crimping tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1601" value="1601" title="Cable crimping tools"> <label class="custom-control-label" for="f_1601">Cable crimping tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1602" value="1602" title="Coaxial cable crimpers/cutters"> <label class="custom-control-label" for="f_1602">Coaxial cable crimpers/cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1603" value="1603" title="Cable/wire/wire rope cutters"> <label class="custom-control-label" for="f_1603">Cable/wire/wire rope cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1604" value="1604" title="Cable-tie tensioning tools"> <label class="custom-control-label" for="f_1604">Cable-tie tensioning tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1605" value="1605" title="Antennas"> <label class="custom-control-label" for="f_1605">Antennas</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1606" value="1606" title="Cable ties"> <label class="custom-control-label" for="f_1606">Cable ties</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1607" value="1607" title="Wire/cable clamps"> <label class="custom-control-label" for="f_1607">Wire/cable clamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1608" value="1608" title="Wire distribution devices"> <label class="custom-control-label" for="f_1608">Wire distribution devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1609" value="1609" title="Lighting fixtures"> <label class="custom-control-label" for="f_1609">Lighting fixtures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1610" value="1610" title="Receptacles"> <label class="custom-control-label" for="f_1610">Receptacles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1611" value="1611" title="Commutators/adapters"> <label class="custom-control-label" for="f_1611">Commutators/adapters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1612" value="1612" title="Electronic parts"> <label class="custom-control-label" for="f_1612">Electronic parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1613" value="1613" title="Soldering Guns and Related Products"> <label class="custom-control-label" for="f_1613">Soldering Guns and Related Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1614" value="1614" title="Heat Guns"> <label class="custom-control-label" for="f_1614">Heat Guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12236" value="12236" title="Extensions w/LEDs"> <label class="custom-control-label" for="f_12236">Extensions w/LEDs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21682" value="21682" title="Cable-tie tensioning tools"> <label class="custom-control-label" for="f_21682">Cable-tie tensioning tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24192" value="24192" title="Cable Tie Guns"> <label class="custom-control-label" for="f_24192">Cable Tie Guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25379" value="25379" title="Fish Tape Transformer"> <label class="custom-control-label" for="f_25379">Fish Tape Transformer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25381" value="25381" title="Fish Tape Transformer"> <label class="custom-control-label" for="f_25381">Fish Tape Transformer</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H24" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Vehicle Repair Tools & Equipment </a> </div> <div class="collapse third-item" id="register-H24"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1616" value="1616" title="Bicycle repair tools"> <label class="custom-control-label" for="f_1616">Bicycle repair tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1617" value="1617" title="Motorcycle tools sets"> <label class="custom-control-label" for="f_1617">Motorcycle tools sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1618" value="1618" title="Auto repair tools"> <label class="custom-control-label" for="f_1618">Auto repair tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1619" value="1619" title="Portable lubricator grease bucket pumps"> <label class="custom-control-label" for="f_1619">Portable lubricator grease bucket pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1620" value="1620" title="Grease Guns and Fittings"> <label class="custom-control-label" for="f_1620">Grease Guns and Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1621" value="1621" title="Ratchet tie-downs"> <label class="custom-control-label" for="f_1621">Ratchet tie-downs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1622" value="1622" title="Equipment for automobile repair plants"> <label class="custom-control-label" for="f_1622">Equipment for automobile repair plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1623" value="1623" title="Auto repair accessories"> <label class="custom-control-label" for="f_1623">Auto repair accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1624" value="1624" title="Foam-based car washing machines"> <label class="custom-control-label" for="f_1624">Foam-based car washing machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1625" value="1625" title="Oil changers"> <label class="custom-control-label" for="f_1625">Oil changers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1626" value="1626" title="Brake fluid changing equipment"> <label class="custom-control-label" for="f_1626">Brake fluid changing equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1627" value="1627" title="Brake drum component cleaning equipment"> <label class="custom-control-label" for="f_1627">Brake drum component cleaning equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1628" value="1628" title="Car air-conditioning circuit cleaning equipment"> <label class="custom-control-label" for="f_1628">Car air-conditioning circuit cleaning equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1630" value="1630" title="Bungee cords"> <label class="custom-control-label" for="f_1630">Bungee cords</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1631" value="1631" title="Buckles"> <label class="custom-control-label" for="f_1631">Buckles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1632" value="1632" title="Car locks"> <label class="custom-control-label" for="f_1632">Car locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1633" value="1633" title="Transportation equipment parts and accessories"> <label class="custom-control-label" for="f_1633">Transportation equipment parts and accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1634" value="1634" title="Jacks"> <label class="custom-control-label" for="f_1634">Jacks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1635" value="1635" title="Car Wash Kits"> <label class="custom-control-label" for="f_1635">Car Wash Kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6321" value="6321" title="Epoxy Injesction System"> <label class="custom-control-label" for="f_6321">Epoxy Injesction System</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8383" value="8383" title="AUTO REPAIR TOOL"> <label class="custom-control-label" for="f_8383">AUTO REPAIR TOOL</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12347" value="12347" title="Auto Circuit Testers"> <label class="custom-control-label" for="f_12347">Auto Circuit Testers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12348" value="12348" title="Voltage Testers"> <label class="custom-control-label" for="f_12348">Voltage Testers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12349" value="12349" title="Brake Fluid Testers"> <label class="custom-control-label" for="f_12349">Brake Fluid Testers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H26" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Handling / Conveying Tools </a> </div> <div class="collapse third-item" id="register-H26"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1637" value="1637" title="Wheelbarrows"> <label class="custom-control-label" for="f_1637">Wheelbarrows</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1638" value="1638" title="Gear pullers"> <label class="custom-control-label" for="f_1638">Gear pullers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1639" value="1639" title="Hand pullers/hoists"> <label class="custom-control-label" for="f_1639">Hand pullers/hoists</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1640" value="1640" title="Pulleys"> <label class="custom-control-label" for="f_1640">Pulleys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1641" value="1641" title="Shopping/serving carts"> <label class="custom-control-label" for="f_1641">Shopping/serving carts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1642" value="1642" title="Pushcarts"> <label class="custom-control-label" for="f_1642">Pushcarts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H28" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Other Non-powered Hand Tools </a> </div> <div class="collapse third-item" id="register-H28"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1644" value="1644" title="Multipurpose tools"> <label class="custom-control-label" for="f_1644">Multipurpose tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1645" value="1645" title="Stabilizers"> <label class="custom-control-label" for="f_1645">Stabilizers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1646" value="1646" title="New hitches"> <label class="custom-control-label" for="f_1646">New hitches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1647" value="1647" title="Pintle hooks"> <label class="custom-control-label" for="f_1647">Pintle hooks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1648" value="1648" title="Angle finders"> <label class="custom-control-label" for="f_1648">Angle finders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1649" value="1649" title="Flaring tools"> <label class="custom-control-label" for="f_1649">Flaring tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1650" value="1650" title="Magnetic tools"> <label class="custom-control-label" for="f_1650">Magnetic tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1651" value="1651" title="Stretch & wrapping tools"> <label class="custom-control-label" for="f_1651">Stretch & wrapping tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1652" value="1652" title="Torch Gun"> <label class="custom-control-label" for="f_1652">Torch Gun</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1653" value="1653" title="Diamond tools"> <label class="custom-control-label" for="f_1653">Diamond tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5827" value="5827" title="Burglar Alarm Packs"> <label class="custom-control-label" for="f_5827">Burglar Alarm Packs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6450" value="6450" title="Steel Straps"> <label class="custom-control-label" for="f_6450">Steel Straps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6451" value="6451" title="Steel Buckles"> <label class="custom-control-label" for="f_6451">Steel Buckles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6452" value="6452" title="Steel Strap Tensioners"> <label class="custom-control-label" for="f_6452">Steel Strap Tensioners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6453" value="6453" title="Steel Coils"> <label class="custom-control-label" for="f_6453">Steel Coils</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H30" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Camping Tools </a> </div> <div class="collapse third-item" id="register-H30"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1655" value="1655" title="Camping tools"> <label class="custom-control-label" for="f_1655">Camping tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1656" value="1656" title="Picks"> <label class="custom-control-label" for="f_1656">Picks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1657" value="1657" title="Camping knives"> <label class="custom-control-label" for="f_1657">Camping knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1658" value="1658" title="Barbecuing Utensils"> <label class="custom-control-label" for="f_1658">Barbecuing Utensils</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H32" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Vises & Clamps </a> </div> <div class="collapse third-item" id="register-H32"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1660" value="1660" title="Vises in general"> <label class="custom-control-label" for="f_1660">Vises in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1661" value="1661" title="Drill press vises"> <label class="custom-control-label" for="f_1661">Drill press vises</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1662" value="1662" title="Swivel base vises"> <label class="custom-control-label" for="f_1662">Swivel base vises</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1663" value="1663" title="Clamps in general"> <label class="custom-control-label" for="f_1663">Clamps in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1664" value="1664" title="C-clamps"> <label class="custom-control-label" for="f_1664">C-clamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1665" value="1665" title="Locking C-clamps"> <label class="custom-control-label" for="f_1665">Locking C-clamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1666" value="1666" title="Welding locking clamps"> <label class="custom-control-label" for="f_1666">Welding locking clamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1667" value="1667" title="Sheet metal clamps"> <label class="custom-control-label" for="f_1667">Sheet metal clamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1668" value="1668" title="Gluing clamps"> <label class="custom-control-label" for="f_1668">Gluing clamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1669" value="1669" title="Toggle clamps"> <label class="custom-control-label" for="f_1669">Toggle clamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1670" value="1670" title="F-clamps"> <label class="custom-control-label" for="f_1670">F-clamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1671" value="1671" title="Chain clamps"> <label class="custom-control-label" for="f_1671">Chain clamps</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H34" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Garden Tools </a> </div> <div class="collapse third-item" id="register-H34"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1673" value="1673" title="Garden tools in general"> <label class="custom-control-label" for="f_1673">Garden tools in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1674" value="1674" title="Rakes, hoes and forks"> <label class="custom-control-label" for="f_1674">Rakes, hoes and forks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1675" value="1675" title="Flower/grass scissors"> <label class="custom-control-label" for="f_1675">Flower/grass scissors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1676" value="1676" title="Shovels, spades"> <label class="custom-control-label" for="f_1676">Shovels, spades</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1677" value="1677" title="Pruning saws"> <label class="custom-control-label" for="f_1677">Pruning saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1678" value="1678" title="Garden shears"> <label class="custom-control-label" for="f_1678">Garden shears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1679" value="1679" title="Hedge shears"> <label class="custom-control-label" for="f_1679">Hedge shears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1680" value="1680" title="Trimmers"> <label class="custom-control-label" for="f_1680">Trimmers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1681" value="1681" title="Edgers"> <label class="custom-control-label" for="f_1681">Edgers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1682" value="1682" title="Pruners"> <label class="custom-control-label" for="f_1682">Pruners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1683" value="1683" title="Trowels"> <label class="custom-control-label" for="f_1683">Trowels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1684" value="1684" title="Sprinklers"> <label class="custom-control-label" for="f_1684">Sprinklers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1685" value="1685" title="Telescopic loppers"> <label class="custom-control-label" for="f_1685">Telescopic loppers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1686" value="1686" title="Garden hoses"> <label class="custom-control-label" for="f_1686">Garden hoses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1687" value="1687" title="Pumps"> <label class="custom-control-label" for="f_1687">Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1688" value="1688" title="Agricultural Machines for Garden"> <label class="custom-control-label" for="f_1688">Agricultural Machines for Garden</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1689" value="1689" title="Scythes, sickles and machetes (matchets, pangas)"> <label class="custom-control-label" for="f_1689">Scythes, sickles and machetes (matchets, pangas)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1690" value="1690" title="Thread, lines, strings, ropes and bristles"> <label class="custom-control-label" for="f_1690">Thread, lines, strings, ropes and bristles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1691" value="1691" title="Mousetraps, insect traps, mosquito lights"> <label class="custom-control-label" for="f_1691">Mousetraps, insect traps, mosquito lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5889" value="5889" title="Snow Removal Tools"> <label class="custom-control-label" for="f_5889">Snow Removal Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7481" value="7481" title="Hose Reels"> <label class="custom-control-label" for="f_7481">Hose Reels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11338" value="11338" title="Animal / Pest Repellers"> <label class="custom-control-label" for="f_11338">Animal / Pest Repellers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11815" value="11815" title="Sprinklers"> <label class="custom-control-label" for="f_11815">Sprinklers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11817" value="11817" title="Sprinklers"> <label class="custom-control-label" for="f_11817">Sprinklers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23978" value="23978" title="Irrigation & Drainage Systems"> <label class="custom-control-label" for="f_23978">Irrigation & Drainage Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25378" value="25378" title="Vertical Package Trimmer Line"> <label class="custom-control-label" for="f_25378">Vertical Package Trimmer Line</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H44" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powered hand tools </a> </div> <div class="collapse third-item" id="register-H44"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1693" value="1693" title="Powered tools in general"> <label class="custom-control-label" for="f_1693">Powered tools in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1694" value="1694" title="Electric winches"> <label class="custom-control-label" for="f_1694">Electric winches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1695" value="1695" title="Boat winches"> <label class="custom-control-label" for="f_1695">Boat winches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1696" value="1696" title="Cordless power tools"> <label class="custom-control-label" for="f_1696">Cordless power tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1697" value="1697" title="Electric drills"> <label class="custom-control-label" for="f_1697">Electric drills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1698" value="1698" title="Rechargeable drills"> <label class="custom-control-label" for="f_1698">Rechargeable drills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1699" value="1699" title="Electric grinders"> <label class="custom-control-label" for="f_1699">Electric grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1700" value="1700" title="Electric bench grinders"> <label class="custom-control-label" for="f_1700">Electric bench grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1701" value="1701" title="Electric screwdrivers"> <label class="custom-control-label" for="f_1701">Electric screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1702" value="1702" title="Rechargeable electric screwdrivers"> <label class="custom-control-label" for="f_1702">Rechargeable electric screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1703" value="1703" title="Disc sanders"> <label class="custom-control-label" for="f_1703">Disc sanders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1704" value="1704" title="Circular saws, powered"> <label class="custom-control-label" for="f_1704">Circular saws, powered</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1705" value="1705" title="Cut-off saws"> <label class="custom-control-label" for="f_1705">Cut-off saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1706" value="1706" title="Power saws"> <label class="custom-control-label" for="f_1706">Power saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1707" value="1707" title="Hand planers, powered"> <label class="custom-control-label" for="f_1707">Hand planers, powered</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1708" value="1708" title="Air compressors"> <label class="custom-control-label" for="f_1708">Air compressors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1709" value="1709" title="Mini air compressors"> <label class="custom-control-label" for="f_1709">Mini air compressors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1710" value="1710" title="Sand blasters"> <label class="custom-control-label" for="f_1710">Sand blasters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1711" value="1711" title="Electric paint sprayers"> <label class="custom-control-label" for="f_1711">Electric paint sprayers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1712" value="1712" title="Electric paint rollers"> <label class="custom-control-label" for="f_1712">Electric paint rollers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1713" value="1713" title="Drill presses, powered"> <label class="custom-control-label" for="f_1713">Drill presses, powered</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1714" value="1714" title="Tile cutters, powered"> <label class="custom-control-label" for="f_1714">Tile cutters, powered</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1715" value="1715" title="Portable magnetic cutting units"> <label class="custom-control-label" for="f_1715">Portable magnetic cutting units</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1716" value="1716" title="Clutches for power tools"> <label class="custom-control-label" for="f_1716">Clutches for power tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1717" value="1717" title="Electric staple guns"> <label class="custom-control-label" for="f_1717">Electric staple guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1718" value="1718" title="Electric welders"> <label class="custom-control-label" for="f_1718">Electric welders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6454" value="6454" title="Pneumatic Sealers"> <label class="custom-control-label" for="f_6454">Pneumatic Sealers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6455" value="6455" title="Pneumatic Tensioners"> <label class="custom-control-label" for="f_6455">Pneumatic Tensioners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9574" value="9574" title="Winches in general"> <label class="custom-control-label" for="f_9574">Winches in general</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H46" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Pneumatic Hand Tools </a> </div> <div class="collapse third-item" id="register-H46"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1720" value="1720" title="Pneumatic hand tools in general"> <label class="custom-control-label" for="f_1720">Pneumatic hand tools in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1721" value="1721" title="Oil guns, pneumatic"> <label class="custom-control-label" for="f_1721">Oil guns, pneumatic</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1722" value="1722" title="Pneumatic pumps"> <label class="custom-control-label" for="f_1722">Pneumatic pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1723" value="1723" title="Air tools general"> <label class="custom-control-label" for="f_1723">Air tools general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1724" value="1724" title="Air drills"> <label class="custom-control-label" for="f_1724">Air drills</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1725" value="1725" title="Impact wrenches & air sockets"> <label class="custom-control-label" for="f_1725">Impact wrenches & air sockets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1726" value="1726" title="Air ratchet wrenches"> <label class="custom-control-label" for="f_1726">Air ratchet wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1727" value="1727" title="Air hammers"> <label class="custom-control-label" for="f_1727">Air hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1728" value="1728" title="Air chisels"> <label class="custom-control-label" for="f_1728">Air chisels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1729" value="1729" title="Air sanders"> <label class="custom-control-label" for="f_1729">Air sanders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1730" value="1730" title="Abrasive grinding wheels, pneumatic"> <label class="custom-control-label" for="f_1730">Abrasive grinding wheels, pneumatic</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1731" value="1731" title="Disc sanders & sanders, pneumatic"> <label class="custom-control-label" for="f_1731">Disc sanders & sanders, pneumatic</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1732" value="1732" title="Air saws"> <label class="custom-control-label" for="f_1732">Air saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1733" value="1733" title="Air screwdrivers"> <label class="custom-control-label" for="f_1733">Air screwdrivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1734" value="1734" title="Air shears"> <label class="custom-control-label" for="f_1734">Air shears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1735" value="1735" title="Air tackers/air staple guns/air nailing tools"> <label class="custom-control-label" for="f_1735">Air tackers/air staple guns/air nailing tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1736" value="1736" title="Air spray guns"> <label class="custom-control-label" for="f_1736">Air spray guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1737" value="1737" title="Air dusters"> <label class="custom-control-label" for="f_1737">Air dusters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1738" value="1738" title="Air grease pumps"> <label class="custom-control-label" for="f_1738">Air grease pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1739" value="1739" title="Air oil pumps"> <label class="custom-control-label" for="f_1739">Air oil pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1740" value="1740" title="Air cut-off tools"> <label class="custom-control-label" for="f_1740">Air cut-off tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1741" value="1741" title="Pneumatic/hydraulic riveters"> <label class="custom-control-label" for="f_1741">Pneumatic/hydraulic riveters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1742" value="1742" title="Pneumatic needle scalers"> <label class="custom-control-label" for="f_1742">Pneumatic needle scalers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1743" value="1743" title="Pneumatic flux chippers"> <label class="custom-control-label" for="f_1743">Pneumatic flux chippers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1744" value="1744" title="Pneumatic Die Grinders"> <label class="custom-control-label" for="f_1744">Pneumatic Die Grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1745" value="1745" title="Pneumatic Angle Grinders"> <label class="custom-control-label" for="f_1745">Pneumatic Angle Grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1746" value="1746" title="Pneumatic punches/flange tools"> <label class="custom-control-label" for="f_1746">Pneumatic punches/flange tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1747" value="1747" title="Pneumatic type buffers"> <label class="custom-control-label" for="f_1747">Pneumatic type buffers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1748" value="1748" title="Pneumatic stripping tools"> <label class="custom-control-label" for="f_1748">Pneumatic stripping tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1749" value="1749" title="Air engraving styluses"> <label class="custom-control-label" for="f_1749">Air engraving styluses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12237" value="12237" title="Ratchet wrenches w/LEDs"> <label class="custom-control-label" for="f_12237">Ratchet wrenches w/LEDs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22396" value="22396" title="Air grinder"> <label class="custom-control-label" for="f_22396">Air grinder</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H48" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Hydraulic hand tools </a> </div> <div class="collapse third-item" id="register-H48"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1751" value="1751" title="Hydraulic tools in general"> <label class="custom-control-label" for="f_1751">Hydraulic tools in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1752" value="1752" title="Hydraulic jacks in general"> <label class="custom-control-label" for="f_1752">Hydraulic jacks in general</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1753" value="1753" title="Hydraulic bottle jacks"> <label class="custom-control-label" for="f_1753">Hydraulic bottle jacks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1754" value="1754" title="Hydraulic floor jacks"> <label class="custom-control-label" for="f_1754">Hydraulic floor jacks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1755" value="1755" title="Hydraulic garage jacks"> <label class="custom-control-label" for="f_1755">Hydraulic garage jacks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1756" value="1756" title="Transmission jacks"> <label class="custom-control-label" for="f_1756">Transmission jacks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1757" value="1757" title="Hydraulic boat jacks"> <label class="custom-control-label" for="f_1757">Hydraulic boat jacks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1758" value="1758" title="Garage tripods (jack stands)"> <label class="custom-control-label" for="f_1758">Garage tripods (jack stands)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1759" value="1759" title="Engine stands"> <label class="custom-control-label" for="f_1759">Engine stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1760" value="1760" title="Body/frame repair kits, hydraulic"> <label class="custom-control-label" for="f_1760">Body/frame repair kits, hydraulic</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1761" value="1761" title="Hydraulic hammers"> <label class="custom-control-label" for="f_1761">Hydraulic hammers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1762" value="1762" title="Hydraulic equipment for power plants"> <label class="custom-control-label" for="f_1762">Hydraulic equipment for power plants</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H50" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Related Manufacturing Equipment </a> </div> <div class="collapse third-item" id="register-H50"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1764" value="1764" title="Metalworking machinery for hand tool production"> <label class="custom-control-label" for="f_1764">Metalworking machinery for hand tool production</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1765" value="1765" title="Heat treatment equipment"> <label class="custom-control-label" for="f_1765">Heat treatment equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1766" value="1766" title="Heat treatment for hand tools"> <label class="custom-control-label" for="f_1766">Heat treatment for hand tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1767" value="1767" title="Test machine equipment"> <label class="custom-control-label" for="f_1767">Test machine equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4466" value="4466" title="Surface treatment equipments"> <label class="custom-control-label" for="f_4466">Surface treatment equipments</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H52" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Hand Tool Parts and Accessories </a> </div> <div class="collapse third-item" id="register-H52"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1769" value="1769" title="Safety face shields / work masks"> <label class="custom-control-label" for="f_1769">Safety face shields / work masks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1770" value="1770" title="Safety glasses / goggles"> <label class="custom-control-label" for="f_1770">Safety glasses / goggles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1771" value="1771" title="Work gloves"> <label class="custom-control-label" for="f_1771">Work gloves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1772" value="1772" title="Work aprons"> <label class="custom-control-label" for="f_1772">Work aprons</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1773" value="1773" title="Tool holders (tool bags, baskets, boxes, buckets, pouches, trolley)"> <label class="custom-control-label" for="f_1773">Tool holders (tool bags, baskets, boxes, buckets, pouches, trolley)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1774" value="1774" title="Bonded abrasives"> <label class="custom-control-label" for="f_1774">Bonded abrasives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1775" value="1775" title="Abrasive cloth & other sander/grinder parts/accessories"> <label class="custom-control-label" for="f_1775">Abrasive cloth & other sander/grinder parts/accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1776" value="1776" title="Abrasive discs"> <label class="custom-control-label" for="f_1776">Abrasive discs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1777" value="1777" title="Pneumatic drums"> <label class="custom-control-label" for="f_1777">Pneumatic drums</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1778" value="1778" title="Screwdriver handles"> <label class="custom-control-label" for="f_1778">Screwdriver handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1779" value="1779" title="Screwdriver attachments"> <label class="custom-control-label" for="f_1779">Screwdriver attachments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1780" value="1780" title="Gearless ratchet wrench handles"> <label class="custom-control-label" for="f_1780">Gearless ratchet wrench handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1781" value="1781" title="Wooden tool handles"> <label class="custom-control-label" for="f_1781">Wooden tool handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1782" value="1782" title="Fiberglass tool handles"> <label class="custom-control-label" for="f_1782">Fiberglass tool handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1783" value="1783" title="Other Tool handles"> <label class="custom-control-label" for="f_1783">Other Tool handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1784" value="1784" title="Tool Cars"> <label class="custom-control-label" for="f_1784">Tool Cars</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1785" value="1785" title="Folding creepers"> <label class="custom-control-label" for="f_1785">Folding creepers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1786" value="1786" title="Other Hand tool parts & accessories"> <label class="custom-control-label" for="f_1786">Other Hand tool parts & accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1787" value="1787" title="Power tool accessories"> <label class="custom-control-label" for="f_1787">Power tool accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1788" value="1788" title="Air tool accessories"> <label class="custom-control-label" for="f_1788">Air tool accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1789" value="1789" title="Drill press stands"> <label class="custom-control-label" for="f_1789">Drill press stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1790" value="1790" title="Knee pads for workmen"> <label class="custom-control-label" for="f_1790">Knee pads for workmen</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1791" value="1791" title="Step stools"> <label class="custom-control-label" for="f_1791">Step stools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1792" value="1792" title="Hook"> <label class="custom-control-label" for="f_1792">Hook</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1803" value="1803" title="Locks"> <label class="custom-control-label" for="f_1803">Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1804" value="1804" title="Ladders"> <label class="custom-control-label" for="f_1804">Ladders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1805" value="1805" title="Free-cutting steel"> <label class="custom-control-label" for="f_1805">Free-cutting steel</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1806" value="1806" title="Alloy steel"> <label class="custom-control-label" for="f_1806">Alloy steel</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1807" value="1807" title="Carbon steel"> <label class="custom-control-label" for="f_1807">Carbon steel</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1808" value="1808" title="Stainless steel"> <label class="custom-control-label" for="f_1808">Stainless steel</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1809" value="1809" title="Wires"> <label class="custom-control-label" for="f_1809">Wires</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1810" value="1810" title="Stamp Punches"> <label class="custom-control-label" for="f_1810">Stamp Punches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7341" value="7341" title="Hand Tool Display Devices"> <label class="custom-control-label" for="f_7341">Hand Tool Display Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18366" value="18366" title="Packaging Materials"> <label class="custom-control-label" for="f_18366">Packaging Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22600" value="22600" title="Anti-theft Packing"> <label class="custom-control-label" for="f_22600">Anti-theft Packing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22601" value="22601" title="Socket Storage/ Socket Holder/ Socket Rail Clip"> <label class="custom-control-label" for="f_22601">Socket Storage/ Socket Holder/ Socket Rail Clip</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22602" value="22602" title="Socket Tray&Rack"> <label class="custom-control-label" for="f_22602">Socket Tray&Rack</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22603" value="22603" title="Wrench Storage"> <label class="custom-control-label" for="f_22603">Wrench Storage</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23188" value="23188" title="Industrial Stretch Film"> <label class="custom-control-label" for="f_23188">Industrial Stretch Film</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24509" value="24509" title="Bench Grinder Stands"> <label class="custom-control-label" for="f_24509">Bench Grinder Stands</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H61" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Seeds, Fertilizers and Pesticides </a> </div> <div class="collapse third-item" id="register-H61"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1812" value="1812" title="Seeds, seedlings and bulbs"> <label class="custom-control-label" for="f_1812">Seeds, seedlings and bulbs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1813" value="1813" title="Saplings"> <label class="custom-control-label" for="f_1813">Saplings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1814" value="1814" title="Timber"> <label class="custom-control-label" for="f_1814">Timber</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1815" value="1815" title="Peat"> <label class="custom-control-label" for="f_1815">Peat</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1816" value="1816" title="Fertilizer"> <label class="custom-control-label" for="f_1816">Fertilizer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1817" value="1817" title="Pesticide"> <label class="custom-control-label" for="f_1817">Pesticide</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1818" value="1818" title="Insecticide and fungicide"> <label class="custom-control-label" for="f_1818">Insecticide and fungicide</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1819" value="1819" title="Leaf shine (leaf gloss)"> <label class="custom-control-label" for="f_1819">Leaf shine (leaf gloss)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H62" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Garden Lighting and Water Technology </a> </div> <div class="collapse third-item" id="register-H62"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1821" value="1821" title="Joints"> <label class="custom-control-label" for="f_1821">Joints</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1822" value="1822" title="Tubing (rubber)"> <label class="custom-control-label" for="f_1822">Tubing (rubber)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1823" value="1823" title="Nozzles"> <label class="custom-control-label" for="f_1823">Nozzles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1824" value="1824" title="Sprinkler stands"> <label class="custom-control-label" for="f_1824">Sprinkler stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1825" value="1825" title="Misters and sprayers"> <label class="custom-control-label" for="f_1825">Misters and sprayers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1826" value="1826" title="Outdoor lighting"> <label class="custom-control-label" for="f_1826">Outdoor lighting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1827" value="1827" title="Spray guns"> <label class="custom-control-label" for="f_1827">Spray guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7221" value="7221" title="Water Hammer Arrestor"> <label class="custom-control-label" for="f_7221">Water Hammer Arrestor</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H63" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Structural Components, Fencing and Associated products </a> </div> <div class="collapse third-item" id="register-H63"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1829" value="1829" title="Garden fences, railings"> <label class="custom-control-label" for="f_1829">Garden fences, railings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1830" value="1830" title="Roof canopies and insulation tiles"> <label class="custom-control-label" for="f_1830">Roof canopies and insulation tiles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1831" value="1831" title="Floor tiles"> <label class="custom-control-label" for="f_1831">Floor tiles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1832" value="1832" title="Floor mats"> <label class="custom-control-label" for="f_1832">Floor mats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1833" value="1833" title="Processed stone"> <label class="custom-control-label" for="f_1833">Processed stone</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1834" value="1834" title="Artificial grass"> <label class="custom-control-label" for="f_1834">Artificial grass</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1835" value="1835" title="Special structures"> <label class="custom-control-label" for="f_1835">Special structures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1836" value="1836" title="Plastic textiles (netting, textiles)"> <label class="custom-control-label" for="f_1836">Plastic textiles (netting, textiles)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1837" value="1837" title="Carts, wagons, trolleys and hoppers"> <label class="custom-control-label" for="f_1837">Carts, wagons, trolleys and hoppers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25089" value="25089" title="Sands"> <label class="custom-control-label" for="f_25089">Sands</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H64" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Garden Ceramics, Ornaments and Planters </a> </div> <div class="collapse third-item" id="register-H64"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1839" value="1839" title="Flower pots and trellises"> <label class="custom-control-label" for="f_1839">Flower pots and trellises</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1840" value="1840" title="Wooden troughs"> <label class="custom-control-label" for="f_1840">Wooden troughs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1841" value="1841" title="Greenhouse equipment"> <label class="custom-control-label" for="f_1841">Greenhouse equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1842" value="1842" title="Planting trays, seed trays"> <label class="custom-control-label" for="f_1842">Planting trays, seed trays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1843" value="1843" title="Oasis (absorbent foam for flower arranging)"> <label class="custom-control-label" for="f_1843">Oasis (absorbent foam for flower arranging)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1844" value="1844" title="Flower wrapping materials"> <label class="custom-control-label" for="f_1844">Flower wrapping materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1845" value="1845" title="Garden ornaments"> <label class="custom-control-label" for="f_1845">Garden ornaments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1846" value="1846" title="Mailboxes"> <label class="custom-control-label" for="f_1846">Mailboxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1847" value="1847" title="Notice boards"> <label class="custom-control-label" for="f_1847">Notice boards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1848" value="1848" title="Gardening gloves, knee pads, etc."> <label class="custom-control-label" for="f_1848">Gardening gloves, knee pads, etc.</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1849" value="1849" title="Workwear"> <label class="custom-control-label" for="f_1849">Workwear</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H65" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Garden machinery </a> </div> <div class="collapse third-item" id="register-H65"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1851" value="1851" title="Lawn mowers and parts"> <label class="custom-control-label" for="f_1851">Lawn mowers and parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1852" value="1852" title="Brush cutters and parts"> <label class="custom-control-label" for="f_1852">Brush cutters and parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1853" value="1853" title="Brush-cutter engines"> <label class="custom-control-label" for="f_1853">Brush-cutter engines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1854" value="1854" title="Chippers, shredders"> <label class="custom-control-label" for="f_1854">Chippers, shredders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19239" value="19239" title="Leaf Blowers"> <label class="custom-control-label" for="f_19239">Leaf Blowers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H66" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Plants and Pet-care Accessories </a> </div> <div class="collapse third-item" id="register-H66"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1856" value="1856" title="Plants and flowers"> <label class="custom-control-label" for="f_1856">Plants and flowers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1857" value="1857" title="Indoor plants"> <label class="custom-control-label" for="f_1857">Indoor plants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1858" value="1858" title="Plant and flower display pots"> <label class="custom-control-label" for="f_1858">Plant and flower display pots</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1859" value="1859" title="Pet-care accessories"> <label class="custom-control-label" for="f_1859">Pet-care accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15260" value="15260" title="Snake Clip"> <label class="custom-control-label" for="f_15260">Snake Clip</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H71" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Sanitary Engineering </a> </div> <div class="collapse third-item" id="register-H71"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1861" value="1861" title="Faucets"> <label class="custom-control-label" for="f_1861">Faucets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1862" value="1862" title="Storage racks"> <label class="custom-control-label" for="f_1862">Storage racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1863" value="1863" title="Towel racks"> <label class="custom-control-label" for="f_1863">Towel racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1864" value="1864" title="Soap holders"> <label class="custom-control-label" for="f_1864">Soap holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1865" value="1865" title="Tissue holders"> <label class="custom-control-label" for="f_1865">Tissue holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1866" value="1866" title="Garbage cans"> <label class="custom-control-label" for="f_1866">Garbage cans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1867" value="1867" title="Toilet seats"> <label class="custom-control-label" for="f_1867">Toilet seats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1868" value="1868" title="Showerheads"> <label class="custom-control-label" for="f_1868">Showerheads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1869" value="1869" title="Shower equipment"> <label class="custom-control-label" for="f_1869">Shower equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1870" value="1870" title="Parts for Bathroom Equipment"> <label class="custom-control-label" for="f_1870">Parts for Bathroom Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1871" value="1871" title="Mirrors and Mirror parts"> <label class="custom-control-label" for="f_1871">Mirrors and Mirror parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1872" value="1872" title="Washbasins"> <label class="custom-control-label" for="f_1872">Washbasins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1873" value="1873" title="Bathroom furniture"> <label class="custom-control-label" for="f_1873">Bathroom furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1874" value="1874" title="Kitchen & workroom furnishings"> <label class="custom-control-label" for="f_1874">Kitchen & workroom furnishings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1875" value="1875" title="Fountains"> <label class="custom-control-label" for="f_1875">Fountains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7443" value="7443" title="Sensor Faucets"> <label class="custom-control-label" for="f_7443">Sensor Faucets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7444" value="7444" title="Sensor Flushers"> <label class="custom-control-label" for="f_7444">Sensor Flushers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7445" value="7445" title="Water Wipers"> <label class="custom-control-label" for="f_7445">Water Wipers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7446" value="7446" title="Anti-slip Mats"> <label class="custom-control-label" for="f_7446">Anti-slip Mats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7447" value="7447" title="Toilet Plungers"> <label class="custom-control-label" for="f_7447">Toilet Plungers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7531" value="7531" title="Bidets"> <label class="custom-control-label" for="f_7531">Bidets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22414" value="22414" title="Macerator Pump"> <label class="custom-control-label" for="f_22414">Macerator Pump</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25087" value="25087" title="Toilets"> <label class="custom-control-label" for="f_25087">Toilets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25088" value="25088" title="Tubs"> <label class="custom-control-label" for="f_25088">Tubs</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H72" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Fittings, Valves </a> </div> <div class="collapse third-item" id="register-H72"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1877" value="1877" title="Pipe fittings for water supply"> <label class="custom-control-label" for="f_1877">Pipe fittings for water supply</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1878" value="1878" title="Connection fittings for Plumbing"> <label class="custom-control-label" for="f_1878">Connection fittings for Plumbing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1879" value="1879" title="Garden fittings"> <label class="custom-control-label" for="f_1879">Garden fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1880" value="1880" title="Bathroom fittings"> <label class="custom-control-label" for="f_1880">Bathroom fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1881" value="1881" title="Outlet and overflow fittings"> <label class="custom-control-label" for="f_1881">Outlet and overflow fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1882" value="1882" title="Shower-set fittings"> <label class="custom-control-label" for="f_1882">Shower-set fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1883" value="1883" title="Flusher fittings"> <label class="custom-control-label" for="f_1883">Flusher fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1884" value="1884" title="Fittings for Water Heating and drinking Fountains"> <label class="custom-control-label" for="f_1884">Fittings for Water Heating and drinking Fountains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1885" value="1885" title="Check valves for Plumbing"> <label class="custom-control-label" for="f_1885">Check valves for Plumbing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1886" value="1886" title="Safety valves for Plumbing"> <label class="custom-control-label" for="f_1886">Safety valves for Plumbing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1887" value="1887" title="Gas fittings"> <label class="custom-control-label" for="f_1887">Gas fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1888" value="1888" title="Fire extinguisher fittings"> <label class="custom-control-label" for="f_1888">Fire extinguisher fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1889" value="1889" title="faucet Stems for Plumbing"> <label class="custom-control-label" for="f_1889">faucet Stems for Plumbing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12864" value="12864" title="Water Saving Devices"> <label class="custom-control-label" for="f_12864">Water Saving Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11504" value="11504" title="Fuel Cells/Gas Canisters"> <label class="custom-control-label" for="f_11504">Fuel Cells/Gas Canisters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22278" value="22278" title="Fire extinguisher fittings"> <label class="custom-control-label" for="f_22278">Fire extinguisher fittings</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H73" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Heating engineering </a> </div> <div class="collapse third-item" id="register-H73"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1891" value="1891" title="Water Heaters"> <label class="custom-control-label" for="f_1891">Water Heaters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1892" value="1892" title="Gas burners and accessories"> <label class="custom-control-label" for="f_1892">Gas burners and accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1893" value="1893" title="Water heater parts & accessories"> <label class="custom-control-label" for="f_1893">Water heater parts & accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1894" value="1894" title="Drinking-Water Boilers (Flow Heaters)"> <label class="custom-control-label" for="f_1894">Drinking-Water Boilers (Flow Heaters)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1895" value="1895" title="Miscellaneous heating appliances"> <label class="custom-control-label" for="f_1895">Miscellaneous heating appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1896" value="1896" title="Electric heating appliances"> <label class="custom-control-label" for="f_1896">Electric heating appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1897" value="1897" title="Measuring and testing equipment"> <label class="custom-control-label" for="f_1897">Measuring and testing equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1898" value="1898" title="Automatic firing equipment"> <label class="custom-control-label" for="f_1898">Automatic firing equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1899" value="1899" title="Heating controls"> <label class="custom-control-label" for="f_1899">Heating controls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1900" value="1900" title="Hand-driven pumps"> <label class="custom-control-label" for="f_1900">Hand-driven pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1901" value="1901" title="Air-conditioning and ventilation systems"> <label class="custom-control-label" for="f_1901">Air-conditioning and ventilation systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1902" value="1902" title="Components for air-conditioning piping"> <label class="custom-control-label" for="f_1902">Components for air-conditioning piping</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1903" value="1903" title="Refrigerating equipment and accessories"> <label class="custom-control-label" for="f_1903">Refrigerating equipment and accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22625" value="22625" title="Wind Driven Ventilator"> <label class="custom-control-label" for="f_22625">Wind Driven Ventilator</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H74" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Bathroom Plumbing Technology and Metalworking </a> </div> <div class="collapse third-item" id="register-H74"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1905" value="1905" title="Semi-finished metallic items"> <label class="custom-control-label" for="f_1905">Semi-finished metallic items</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1906" value="1906" title="Pipes, pipelines, plumbing supplies"> <label class="custom-control-label" for="f_1906">Pipes, pipelines, plumbing supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1907" value="1907" title="Tubes for drinking water"> <label class="custom-control-label" for="f_1907">Tubes for drinking water</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1908" value="1908" title="Outlet pipes and fittings"> <label class="custom-control-label" for="f_1908">Outlet pipes and fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13392" value="13392" title="Oil Pipe Caps"> <label class="custom-control-label" for="f_13392">Oil Pipe Caps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22292" value="22292" title="Flood Shield"> <label class="custom-control-label" for="f_22292">Flood Shield</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H82" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Household Equipment </a> </div> <div class="collapse third-item" id="register-H82"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1910" value="1910" title="K/D furniture"> <label class="custom-control-label" for="f_1910">K/D furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1911" value="1911" title="Cleaning implements"> <label class="custom-control-label" for="f_1911">Cleaning implements</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1912" value="1912" title="Kitchen utensils"> <label class="custom-control-label" for="f_1912">Kitchen utensils</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1913" value="1913" title="Tableware / Dining Utensils"> <label class="custom-control-label" for="f_1913">Tableware / Dining Utensils</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1914" value="1914" title="Cookware"> <label class="custom-control-label" for="f_1914">Cookware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1915" value="1915" title="Brushes"> <label class="custom-control-label" for="f_1915">Brushes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1916" value="1916" title="Water Filters"> <label class="custom-control-label" for="f_1916">Water Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1917" value="1917" title="Small electric home appliances"> <label class="custom-control-label" for="f_1917">Small electric home appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1918" value="1918" title="Exhaust fans"> <label class="custom-control-label" for="f_1918">Exhaust fans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6122" value="6122" title="Soap Dispensers"> <label class="custom-control-label" for="f_6122">Soap Dispensers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6123" value="6123" title="Hand Dryers"> <label class="custom-control-label" for="f_6123">Hand Dryers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8251" value="8251" title="Water filters"> <label class="custom-control-label" for="f_8251">Water filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8573" value="8573" title="Stainless Steel Kitchenware"> <label class="custom-control-label" for="f_8573">Stainless Steel Kitchenware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25382" value="25382" title="Anti-Bacteria Bristle"> <label class="custom-control-label" for="f_25382">Anti-Bacteria Bristle</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H83" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Furniture Hardware and Decorative Building Materials </a> </div> <div class="collapse third-item" id="register-H83"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1922" value="1922" title="Handles"> <label class="custom-control-label" for="f_1922">Handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1923" value="1923" title="Hooks"> <label class="custom-control-label" for="f_1923">Hooks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1924" value="1924" title="Locks"> <label class="custom-control-label" for="f_1924">Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1925" value="1925" title="Door and window accessories"> <label class="custom-control-label" for="f_1925">Door and window accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1926" value="1926" title="Caster"> <label class="custom-control-label" for="f_1926">Caster</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1927" value="1927" title="Hose Clamps / Clips"> <label class="custom-control-label" for="f_1927">Hose Clamps / Clips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1928" value="1928" title="Slide Rails"> <label class="custom-control-label" for="f_1928">Slide Rails</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1929" value="1929" title="Flooring"> <label class="custom-control-label" for="f_1929">Flooring</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1930" value="1930" title="Curtains, blinds, and accessories"> <label class="custom-control-label" for="f_1930">Curtains, blinds, and accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1931" value="1931" title="Moldings"> <label class="custom-control-label" for="f_1931">Moldings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1934" value="1934" title="Metal building materials"> <label class="custom-control-label" for="f_1934">Metal building materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1935" value="1935" title="Lumber"> <label class="custom-control-label" for="f_1935">Lumber</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1936" value="1936" title="Cement"> <label class="custom-control-label" for="f_1936">Cement</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1937" value="1937" title="Glass"> <label class="custom-control-label" for="f_1937">Glass</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1938" value="1938" title="Stones, bricks, tiles"> <label class="custom-control-label" for="f_1938">Stones, bricks, tiles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1939" value="1939" title="Access control systems"> <label class="custom-control-label" for="f_1939">Access control systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1940" value="1940" title="Adhesives and glues"> <label class="custom-control-label" for="f_1940">Adhesives and glues</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1941" value="1941" title="Adhesive tapes"> <label class="custom-control-label" for="f_1941">Adhesive tapes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1942" value="1942" title="Anchors and anchor rails"> <label class="custom-control-label" for="f_1942">Anchors and anchor rails</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1943" value="1943" title="Antique mountings"> <label class="custom-control-label" for="f_1943">Antique mountings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1944" value="1944" title="Cabinets"> <label class="custom-control-label" for="f_1944">Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1945" value="1945" title="Ceiling and wall claddings"> <label class="custom-control-label" for="f_1945">Ceiling and wall claddings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1946" value="1946" title="Chimney materials"> <label class="custom-control-label" for="f_1946">Chimney materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1947" value="1947" title="Closing systems"> <label class="custom-control-label" for="f_1947">Closing systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1948" value="1948" title="Construction adhesives"> <label class="custom-control-label" for="f_1948">Construction adhesives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1949" value="1949" title="Cylinder locks"> <label class="custom-control-label" for="f_1949">Cylinder locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1950" value="1950" title="Door and gate bolts"> <label class="custom-control-label" for="f_1950">Door and gate bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1951" value="1951" title="Door hinges"> <label class="custom-control-label" for="f_1951">Door hinges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1952" value="1952" title="Door & Window sealing materials"> <label class="custom-control-label" for="f_1952">Door & Window sealing materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1953" value="1953" title="Edge banding"> <label class="custom-control-label" for="f_1953">Edge banding</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1954" value="1954" title="Fastening systems"> <label class="custom-control-label" for="f_1954">Fastening systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1955" value="1955" title="Fire extinguishers"> <label class="custom-control-label" for="f_1955">Fire extinguishers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1956" value="1956" title="Furniture casters"> <label class="custom-control-label" for="f_1956">Furniture casters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1957" value="1957" title="Furniture fastenings"> <label class="custom-control-label" for="f_1957">Furniture fastenings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1958" value="1958" title="Furniture locks and keys"> <label class="custom-control-label" for="f_1958">Furniture locks and keys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1959" value="1959" title="Lifting door fittings"> <label class="custom-control-label" for="f_1959">Lifting door fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1960" value="1960" title="Padlocks"> <label class="custom-control-label" for="f_1960">Padlocks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1961" value="1961" title="Rollers, wheels"> <label class="custom-control-label" for="f_1961">Rollers, wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1962" value="1962" title="Safety hooks"> <label class="custom-control-label" for="f_1962">Safety hooks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1963" value="1963" title="Security fittings"> <label class="custom-control-label" for="f_1963">Security fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1964" value="1964" title="Furniture fittings"> <label class="custom-control-label" for="f_1964">Furniture fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1965" value="1965" title="Tile adhesives"> <label class="custom-control-label" for="f_1965">Tile adhesives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1966" value="1966" title="Wallpaper"> <label class="custom-control-label" for="f_1966">Wallpaper</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1968" value="1968" title="Window handles"> <label class="custom-control-label" for="f_1968">Window handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1969" value="1969" title="Window hinges"> <label class="custom-control-label" for="f_1969">Window hinges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1970" value="1970" title="Railing System fittings and components"> <label class="custom-control-label" for="f_1970">Railing System fittings and components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1971" value="1971" title="Folding Door"> <label class="custom-control-label" for="f_1971">Folding Door</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1972" value="1972" title="Sealant"> <label class="custom-control-label" for="f_1972">Sealant</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4575" value="4575" title="High-tech Security Systems (Fingerprint, Opto-Electronic Locks)"> <label class="custom-control-label" for="f_4575">High-tech Security Systems (Fingerprint, Opto-Electronic Locks)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4574" value="4574" title="Formed Products Processing"> <label class="custom-control-label" for="f_4574">Formed Products Processing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6205" value="6205" title="Gratings"> <label class="custom-control-label" for="f_6205">Gratings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6370" value="6370" title="Latches / Catches"> <label class="custom-control-label" for="f_6370">Latches / Catches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7821" value="7821" title="Door Closers"> <label class="custom-control-label" for="f_7821">Door Closers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8613" value="8613" title="Racks"> <label class="custom-control-label" for="f_8613">Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8906" value="8906" title="Green Building Materials"> <label class="custom-control-label" for="f_8906">Green Building Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8907" value="8907" title="Fireproof Building Materials"> <label class="custom-control-label" for="f_8907">Fireproof Building Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10146" value="10146" title="Motorized Garage Doors"> <label class="custom-control-label" for="f_10146">Motorized Garage Doors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10147" value="10147" title="Expandable Gates"> <label class="custom-control-label" for="f_10147">Expandable Gates</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18814" value="18814" title="Metal Balls"> <label class="custom-control-label" for="f_18814">Metal Balls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21846" value="21846" title="Automatic Doors"> <label class="custom-control-label" for="f_21846">Automatic Doors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25090" value="25090" title="Wall Stickers"> <label class="custom-control-label" for="f_25090">Wall Stickers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25091" value="25091" title="Window Films"> <label class="custom-control-label" for="f_25091">Window Films</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25092" value="25092" title="Airtight Doors, Airtight Windows"> <label class="custom-control-label" for="f_25092">Airtight Doors, Airtight Windows</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25093" value="25093" title="Diatomaceous Earths"> <label class="custom-control-label" for="f_25093">Diatomaceous Earths</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25094" value="25094" title="Stucco"> <label class="custom-control-label" for="f_25094">Stucco</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25095" value="25095" title="Colorants"> <label class="custom-control-label" for="f_25095">Colorants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25096" value="25096" title="Anti-slip Agents"> <label class="custom-control-label" for="f_25096">Anti-slip Agents</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25097" value="25097" title="Wall Putty, Epoxy Putty"> <label class="custom-control-label" for="f_25097">Wall Putty, Epoxy Putty</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H85" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Industrial Hardware </a> </div> <div class="collapse third-item" id="register-H85"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1974" value="1974" title="Powder-metallurgy"> <label class="custom-control-label" for="f_1974">Powder-metallurgy</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1975" value="1975" title="Forgings"> <label class="custom-control-label" for="f_1975">Forgings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1976" value="1976" title="Die-castings"> <label class="custom-control-label" for="f_1976">Die-castings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1977" value="1977" title="Molds, dies"> <label class="custom-control-label" for="f_1977">Molds, dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1978" value="1978" title="Surface treatment"> <label class="custom-control-label" for="f_1978">Surface treatment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1979" value="1979" title="Valves, accessories"> <label class="custom-control-label" for="f_1979">Valves, accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1980" value="1980" title="Industrial Motors"> <label class="custom-control-label" for="f_1980">Industrial Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1981" value="1981" title="Aluminum products"> <label class="custom-control-label" for="f_1981">Aluminum products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1982" value="1982" title="Bearings, steel balls"> <label class="custom-control-label" for="f_1982">Bearings, steel balls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1983" value="1983" title="Punched, lathed, pressed products"> <label class="custom-control-label" for="f_1983">Punched, lathed, pressed products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1984" value="1984" title="Plastic Products"> <label class="custom-control-label" for="f_1984">Plastic Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1985" value="1985" title="Connection fittings"> <label class="custom-control-label" for="f_1985">Connection fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1986" value="1986" title="Check valves"> <label class="custom-control-label" for="f_1986">Check valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1987" value="1987" title="Safety valves"> <label class="custom-control-label" for="f_1987">Safety valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1988" value="1988" title="faucet Stems"> <label class="custom-control-label" for="f_1988">faucet Stems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6996" value="6996" title="Magnetic"> <label class="custom-control-label" for="f_6996">Magnetic</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7222" value="7222" title="Pressure Reducing Valves / Pressure Regulators"> <label class="custom-control-label" for="f_7222">Pressure Reducing Valves / Pressure Regulators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7867" value="7867" title="Electric Actuators"> <label class="custom-control-label" for="f_7867">Electric Actuators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13257" value="13257" title="Filters"> <label class="custom-control-label" for="f_13257">Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14959" value="14959" title="Zinc and Aluminum Die Casting"> <label class="custom-control-label" for="f_14959">Zinc and Aluminum Die Casting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14991" value="14991" title="Solders"> <label class="custom-control-label" for="f_14991">Solders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17744" value="17744" title="Punched Products for OEM/ODM"> <label class="custom-control-label" for="f_17744">Punched Products for OEM/ODM</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18821" value="18821" title="Welding Service"> <label class="custom-control-label" for="f_18821">Welding Service</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19311" value="19311" title="Industrail Pumps"> <label class="custom-control-label" for="f_19311">Industrail Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23579" value="23579" title="High Speed Brush Motor"> <label class="custom-control-label" for="f_23579">High Speed Brush Motor</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23981" value="23981" title="PVC Check Valves"> <label class="custom-control-label" for="f_23981">PVC Check Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24458" value="24458" title="Ball Valve"> <label class="custom-control-label" for="f_24458">Ball Valve</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25634" value="25634" title="Small Arms Components & Assemblies"> <label class="custom-control-label" for="f_25634">Small Arms Components & Assemblies</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H86" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Industrial Products </a> </div> <div class="collapse third-item" id="register-H86"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1990" value="1990" title="Industrial-use wheels"> <label class="custom-control-label" for="f_1990">Industrial-use wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1991" value="1991" title="Chains"> <label class="custom-control-label" for="f_1991">Chains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1992" value="1992" title="Industrial safety products"> <label class="custom-control-label" for="f_1992">Industrial safety products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1993" value="1993" title="Chemical materials"> <label class="custom-control-label" for="f_1993">Chemical materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1994" value="1994" title="Oil seals, oil rings"> <label class="custom-control-label" for="f_1994">Oil seals, oil rings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1995" value="1995" title="Pallets"> <label class="custom-control-label" for="f_1995">Pallets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1996" value="1996" title="Industrial gloves"> <label class="custom-control-label" for="f_1996">Industrial gloves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1997" value="1997" title="Satety Shoes"> <label class="custom-control-label" for="f_1997">Satety Shoes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5899" value="5899" title="Traffic Safety Equipment"> <label class="custom-control-label" for="f_5899">Traffic Safety Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5900" value="5900" title="Parking Lot Safety Equipment"> <label class="custom-control-label" for="f_5900">Parking Lot Safety Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13658" value="13658" title="Metal Containers & Accessories"> <label class="custom-control-label" for="f_13658">Metal Containers & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16805" value="16805" title="Safety Helmets"> <label class="custom-control-label" for="f_16805">Safety Helmets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16806" value="16806" title="Ear Protectors"> <label class="custom-control-label" for="f_16806">Ear Protectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16807" value="16807" title="Gas Protection Masks"> <label class="custom-control-label" for="f_16807">Gas Protection Masks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16955" value="16955" title="Firefighting Supplies"> <label class="custom-control-label" for="f_16955">Firefighting Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18583" value="18583" title="Safety Overall"> <label class="custom-control-label" for="f_18583">Safety Overall</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19747" value="19747" title="Thermometers"> <label class="custom-control-label" for="f_19747">Thermometers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23156" value="23156" title="Industrual Hygiene And Safety Equipment"> <label class="custom-control-label" for="f_23156">Industrual Hygiene And Safety Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24429" value="24429" title="LED Safety Flash Clothes"> <label class="custom-control-label" for="f_24429">LED Safety Flash Clothes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25581" value="25581" title="Personal Protective Equipment"> <label class="custom-control-label" for="f_25581">Personal Protective Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25582" value="25582" title="Fire Blanket"> <label class="custom-control-label" for="f_25582">Fire Blanket</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25583" value="25583" title="Cut-Resistant Gloves"> <label class="custom-control-label" for="f_25583">Cut-Resistant Gloves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25584" value="25584" title="FR & Heat-isolation Gloves"> <label class="custom-control-label" for="f_25584">FR & Heat-isolation Gloves</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H87" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Machinery </a> </div> <div class="collapse third-item" id="register-H87"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1999" value="1999" title="Metalworking machines"> <label class="custom-control-label" for="f_1999">Metalworking machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2000" value="2000" title="Riveting machines"> <label class="custom-control-label" for="f_2000">Riveting machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2001" value="2001" title="Woodworking machines"> <label class="custom-control-label" for="f_2001">Woodworking machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2002" value="2002" title="Cranes, hoists"> <label class="custom-control-label" for="f_2002">Cranes, hoists</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2003" value="2003" title="Pneumatic/hydraulic machinery"> <label class="custom-control-label" for="f_2003">Pneumatic/hydraulic machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2004" value="2004" title="Generators"> <label class="custom-control-label" for="f_2004">Generators</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H95" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Others </a> </div> <div class="collapse third-item" id="register-H95"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2006" value="2006" title="Media and other services"> <label class="custom-control-label" for="f_2006">Media and other services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7339" value="7339" title="Sign Stands"> <label class="custom-control-label" for="f_7339">Sign Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7340" value="7340" title="Crowd-control Posts"> <label class="custom-control-label" for="f_7340">Crowd-control Posts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H90" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Fasteners </a> </div> <div class="collapse third-item" id="register-H90"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1793" value="1793" title="Tap & die sets"> <label class="custom-control-label" for="f_1793">Tap & die sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1794" value="1794" title="Anchors"> <label class="custom-control-label" for="f_1794">Anchors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1795" value="1795" title="Bolts"> <label class="custom-control-label" for="f_1795">Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1796" value="1796" title="Nuts"> <label class="custom-control-label" for="f_1796">Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1797" value="1797" title="Rivets"> <label class="custom-control-label" for="f_1797">Rivets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1798" value="1798" title="Screws"> <label class="custom-control-label" for="f_1798">Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1799" value="1799" title="Washers"> <label class="custom-control-label" for="f_1799">Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1800" value="1800" title="Nails"> <label class="custom-control-label" for="f_1800">Nails</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1801" value="1801" title="Other Fasteners"> <label class="custom-control-label" for="f_1801">Other Fasteners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1802" value="1802" title="Bearings"> <label class="custom-control-label" for="f_1802">Bearings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1932" value="1932" title="Springs"> <label class="custom-control-label" for="f_1932">Springs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5895" value="5895" title="Studs & Pins"> <label class="custom-control-label" for="f_5895">Studs & Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5896" value="5896" title="Threaded Rod"> <label class="custom-control-label" for="f_5896">Threaded Rod</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10242" value="10242" title="Anchor Guns"> <label class="custom-control-label" for="f_10242">Anchor Guns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12129" value="12129" title="Wave Springs"> <label class="custom-control-label" for="f_12129">Wave Springs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12130" value="12130" title="Power Springs"> <label class="custom-control-label" for="f_12130">Power Springs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12131" value="12131" title="Retaining Rings"> <label class="custom-control-label" for="f_12131">Retaining Rings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14036" value="14036" title="Plungers"> <label class="custom-control-label" for="f_14036">Plungers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14035" value="14035" title="Lanyards"> <label class="custom-control-label" for="f_14035">Lanyards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15881" value="15881" title="Quick Release Pins"> <label class="custom-control-label" for="f_15881">Quick Release Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20441" value="20441" title="SCREWS/BOLTS"> <label class="custom-control-label" for="f_20441">SCREWS/BOLTS</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20450" value="20450" title="NUTS"> <label class="custom-control-label" for="f_20450">NUTS</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20451" value="20451" title="OTHER FASTENERS"> <label class="custom-control-label" for="f_20451">OTHER FASTENERS</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H55" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Boat-building/dismantling Tools & Equipment </a> </div> <div class="collapse third-item" id="register-H55"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8516" value="8516" title="Boat-repair Tools"> <label class="custom-control-label" for="f_8516">Boat-repair Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8517" value="8517" title="Small Hardware for Boats"> <label class="custom-control-label" for="f_8517">Small Hardware for Boats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25380" value="25380" title="Tapered Fish Tape"> <label class="custom-control-label" for="f_25380">Tapered Fish Tape</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H56" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Watercraft Plumbing Systems </a> </div> <div class="collapse third-item" id="register-H56"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8519" value="8519" title="Boat Plumbing Hardware"> <label class="custom-control-label" for="f_8519">Boat Plumbing Hardware</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H57" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Watercraft Safety Equipment </a> </div> <div class="collapse third-item" id="register-H57"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8521" value="8521" title="Towing Equipment for Boats"> <label class="custom-control-label" for="f_8521">Towing Equipment for Boats</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H58" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Marine Supplies and Hardware </a> </div> <div class="collapse third-item" id="register-H58"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5313" value="5313" title="Watercraft Hardware"> <label class="custom-control-label" for="f_5313">Watercraft Hardware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8523" value="8523" title="Ignition Systems for Boats"> <label class="custom-control-label" for="f_8523">Ignition Systems for Boats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8524" value="8524" title="Hydraulic Systems for Boats"> <label class="custom-control-label" for="f_8524">Hydraulic Systems for Boats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9506" value="9506" title="Watercrafts"> <label class="custom-control-label" for="f_9506">Watercrafts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10581" value="10581" title="Outboard Motors"> <label class="custom-control-label" for="f_10581">Outboard Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10582" value="10582" title="Marine Spare Parts"> <label class="custom-control-label" for="f_10582">Marine Spare Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10583" value="10583" title="Marine Crankshafts"> <label class="custom-control-label" for="f_10583">Marine Crankshafts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11940" value="11940" title="Electronics and Computers for Boats"> <label class="custom-control-label" for="f_11940">Electronics and Computers for Boats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21433" value="21433" title="Marine Ladders"> <label class="custom-control-label" for="f_21433">Marine Ladders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21434" value="21434" title="Marine Chairs"> <label class="custom-control-label" for="f_21434">Marine Chairs</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H59" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Aviation Systems & Accessories </a> </div> <div class="collapse third-item" id="register-H59"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18351" value="18351" title="Aviation Operating Systems"> <label class="custom-control-label" for="f_18351">Aviation Operating Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18352" value="18352" title="Aerial Photography & Mapping"> <label class="custom-control-label" for="f_18352">Aerial Photography & Mapping</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18353" value="18353" title="Unmanned Aerial Vehicles"> <label class="custom-control-label" for="f_18353">Unmanned Aerial Vehicles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18354" value="18354" title="Airplane Parts"> <label class="custom-control-label" for="f_18354">Airplane Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18355" value="18355" title="Aircraft Peripheral Equipment"> <label class="custom-control-label" for="f_18355">Aircraft Peripheral Equipment</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-H53" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Tool Storages & Accessories </a> </div> <div class="collapse third-item" id="register-H53"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24516" value="24516" title="Tool Bags/Boxes"> <label class="custom-control-label" for="f_24516">Tool Bags/Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24517" value="24517" title="Tool Carts/Trolleys"> <label class="custom-control-label" for="f_24517">Tool Carts/Trolleys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24518" value="24518" title="Socket Storages/Holder/Rail Clips"> <label class="custom-control-label" for="f_24518">Socket Storages/Holder/Rail Clips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24519" value="24519" title="Socket Tray & Rack"> <label class="custom-control-label" for="f_24519">Socket Tray & Rack</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24520" value="24520" title="Wrench Storages /Holders/Rail Clips"> <label class="custom-control-label" for="f_24520">Wrench Storages /Holders/Rail Clips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24522" value="24522" title="Hand Tool Display Devices"> <label class="custom-control-label" for="f_24522">Hand Tool Display Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24523" value="24523" title="Packing Materials & Accessories"> <label class="custom-control-label" for="f_24523">Packing Materials & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24524" value="24524" title="Anti-theft packing"> <label class="custom-control-label" for="f_24524">Anti-theft packing</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-F" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Furniture, Parts & Accessories </a> <div class="collapse second-category" id="register-F"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F01" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Home Furniture </a> </div> <div class="collapse third-item" id="register-F01"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_719" value="719" title="Multipurpose Furniture"> <label class="custom-control-label" for="f_719">Multipurpose Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_720" value="720" title="Chinese Furniture"> <label class="custom-control-label" for="f_720">Chinese Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_721" value="721" title="Japanese Style Furniture"> <label class="custom-control-label" for="f_721">Japanese Style Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_722" value="722" title="French Classical Furniture"> <label class="custom-control-label" for="f_722">French Classical Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_723" value="723" title="Brass Furniture"> <label class="custom-control-label" for="f_723">Brass Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_724" value="724" title="Brass-plated K/D Furniture"> <label class="custom-control-label" for="f_724">Brass-plated K/D Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_725" value="725" title="Metal-Tube Furniture"> <label class="custom-control-label" for="f_725">Metal-Tube Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_726" value="726" title="Metal-Tube K/D Furniture"> <label class="custom-control-label" for="f_726">Metal-Tube K/D Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_727" value="727" title="Aluminum Folding Tables"> <label class="custom-control-label" for="f_727">Aluminum Folding Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_728" value="728" title="Wooden Tables or Desks"> <label class="custom-control-label" for="f_728">Wooden Tables or Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_729" value="729" title="Metal Tables or Desks"> <label class="custom-control-label" for="f_729">Metal Tables or Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_730" value="730" title="Bamboo Tables or Desks"> <label class="custom-control-label" for="f_730">Bamboo Tables or Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_731" value="731" title="Rattan Tables or Desks"> <label class="custom-control-label" for="f_731">Rattan Tables or Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_732" value="732" title="Plastic Tables or Desks"> <label class="custom-control-label" for="f_732">Plastic Tables or Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_733" value="733" title="Marble Tables"> <label class="custom-control-label" for="f_733">Marble Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_734" value="734" title="Stacking Chairs"> <label class="custom-control-label" for="f_734">Stacking Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_735" value="735" title="Wood Chairs"> <label class="custom-control-label" for="f_735">Wood Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_736" value="736" title="Metal Chairs"> <label class="custom-control-label" for="f_736">Metal Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_737" value="737" title="Bamboo Chairs"> <label class="custom-control-label" for="f_737">Bamboo Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_738" value="738" title="Rattan Chairs"> <label class="custom-control-label" for="f_738">Rattan Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_739" value="739" title="FRP Chairs"> <label class="custom-control-label" for="f_739">FRP Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_740" value="740" title="Plastic Chairs"> <label class="custom-control-label" for="f_740">Plastic Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_741" value="741" title="Marble Chairs"> <label class="custom-control-label" for="f_741">Marble Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_742" value="742" title="Director Chairs"> <label class="custom-control-label" for="f_742">Director Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_743" value="743" title="Folding Chairs"> <label class="custom-control-label" for="f_743">Folding Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_744" value="744" title="Ladders"> <label class="custom-control-label" for="f_744">Ladders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_745" value="745" title="Benches"> <label class="custom-control-label" for="f_745">Benches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_746" value="746" title="Chess Tables"> <label class="custom-control-label" for="f_746">Chess Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_747" value="747" title="Mahjong Tables"> <label class="custom-control-label" for="f_747">Mahjong Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_748" value="748" title="Garbage/Trash Cans"> <label class="custom-control-label" for="f_748">Garbage/Trash Cans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_749" value="749" title="Watch Cases, box"> <label class="custom-control-label" for="f_749">Watch Cases, box</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_750" value="750" title="Cigar Box"> <label class="custom-control-label" for="f_750">Cigar Box</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5185" value="5185" title="Glass Tables"> <label class="custom-control-label" for="f_5185">Glass Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8673" value="8673" title="Multifunctional Chairs"> <label class="custom-control-label" for="f_8673">Multifunctional Chairs</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F02" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Dining Room Furniture </a> </div> <div class="collapse third-item" id="register-F02"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_752" value="752" title="Dining-Sets/Tables and Chairs"> <label class="custom-control-label" for="f_752">Dining-Sets/Tables and Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_753" value="753" title="Hutches/Cupboards"> <label class="custom-control-label" for="f_753">Hutches/Cupboards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_754" value="754" title="Liquor Cabinets/Racks"> <label class="custom-control-label" for="f_754">Liquor Cabinets/Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_755" value="755" title="Buffet/Sideboard"> <label class="custom-control-label" for="f_755">Buffet/Sideboard</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_756" value="756" title="Bar Counters and Stools"> <label class="custom-control-label" for="f_756">Bar Counters and Stools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_757" value="757" title="Swivel-top Stools"> <label class="custom-control-label" for="f_757">Swivel-top Stools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_758" value="758" title="Dining Carts"> <label class="custom-control-label" for="f_758">Dining Carts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_759" value="759" title="Wooden Dining Carts"> <label class="custom-control-label" for="f_759">Wooden Dining Carts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_760" value="760" title="Metal Dining Carts"> <label class="custom-control-label" for="f_760">Metal Dining Carts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_761" value="761" title="Wood Stools"> <label class="custom-control-label" for="f_761">Wood Stools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_762" value="762" title="Bamboo Stools"> <label class="custom-control-label" for="f_762">Bamboo Stools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_763" value="763" title="Rattan Stools"> <label class="custom-control-label" for="f_763">Rattan Stools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_764" value="764" title="Plastic Stools"> <label class="custom-control-label" for="f_764">Plastic Stools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_765" value="765" title="Folding Dining Tables & Chairs"> <label class="custom-control-label" for="f_765">Folding Dining Tables & Chairs</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F03" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Living Room Furniture </a> </div> <div class="collapse third-item" id="register-F03"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_767" value="767" title="Occasional Tables"> <label class="custom-control-label" for="f_767">Occasional Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_768" value="768" title="Coffee Tables"> <label class="custom-control-label" for="f_768">Coffee Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_769" value="769" title="Wooden Coffee Tables"> <label class="custom-control-label" for="f_769">Wooden Coffee Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_770" value="770" title="End Tables"> <label class="custom-control-label" for="f_770">End Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_771" value="771" title="Cupboard-Tables or Desks"> <label class="custom-control-label" for="f_771">Cupboard-Tables or Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_772" value="772" title="Wooden Cupboard-Tables or Desks"> <label class="custom-control-label" for="f_772">Wooden Cupboard-Tables or Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_773" value="773" title="Nesting Tables"> <label class="custom-control-label" for="f_773">Nesting Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_774" value="774" title="Console Tables/Mirrors"> <label class="custom-control-label" for="f_774">Console Tables/Mirrors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_775" value="775" title="Brass Mirrors"> <label class="custom-control-label" for="f_775">Brass Mirrors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_776" value="776" title="Freestanding Mirrors"> <label class="custom-control-label" for="f_776">Freestanding Mirrors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_777" value="777" title="Screens"> <label class="custom-control-label" for="f_777">Screens</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_778" value="778" title="Table Shields"> <label class="custom-control-label" for="f_778">Table Shields</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_779" value="779" title="Grandfather Clocks"> <label class="custom-control-label" for="f_779">Grandfather Clocks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_780" value="780" title="Umbrella Stands"> <label class="custom-control-label" for="f_780">Umbrella Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_781" value="781" title="Hall Trees"> <label class="custom-control-label" for="f_781">Hall Trees</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_782" value="782" title="Shoe/Slipper Racks, Cabinets"> <label class="custom-control-label" for="f_782">Shoe/Slipper Racks, Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_783" value="783" title="Wood/Wooden Shoe/Slipper Racks, Cabinets"> <label class="custom-control-label" for="f_783">Wood/Wooden Shoe/Slipper Racks, Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_784" value="784" title="Metal Shoe/Slipper Racks, Cabinets"> <label class="custom-control-label" for="f_784">Metal Shoe/Slipper Racks, Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_785" value="785" title="Curio Cabinets"> <label class="custom-control-label" for="f_785">Curio Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_786" value="786" title="Cabinets/Chests"> <label class="custom-control-label" for="f_786">Cabinets/Chests</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_787" value="787" title="Wooden Cabinets"> <label class="custom-control-label" for="f_787">Wooden Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_788" value="788" title="Bamboo Cabinets"> <label class="custom-control-label" for="f_788">Bamboo Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_789" value="789" title="Rattan Cabinets"> <label class="custom-control-label" for="f_789">Rattan Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_790" value="790" title="Glass Display Stands and Cabinets"> <label class="custom-control-label" for="f_790">Glass Display Stands and Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_791" value="791" title="Plastic Cabinets"> <label class="custom-control-label" for="f_791">Plastic Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_792" value="792" title="Metal/Stainless Steel Cabinets"> <label class="custom-control-label" for="f_792">Metal/Stainless Steel Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_793" value="793" title="Leisure/Reclining Chairs"> <label class="custom-control-label" for="f_793">Leisure/Reclining Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_794" value="794" title="Rocking Chairs, Glider Rockers"> <label class="custom-control-label" for="f_794">Rocking Chairs, Glider Rockers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_795" value="795" title="Wood Rocking Chairs, Glider Rockers"> <label class="custom-control-label" for="f_795">Wood Rocking Chairs, Glider Rockers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_796" value="796" title="Rattan Rocking Chairs"> <label class="custom-control-label" for="f_796">Rattan Rocking Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_797" value="797" title="Lounge Chairs"> <label class="custom-control-label" for="f_797">Lounge Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_798" value="798" title="Massage Chairs"> <label class="custom-control-label" for="f_798">Massage Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_799" value="799" title="Metal Racks and Shelves"> <label class="custom-control-label" for="f_799">Metal Racks and Shelves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_800" value="800" title="Wood Shelves"> <label class="custom-control-label" for="f_800">Wood Shelves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_801" value="801" title="Bamboo Shelves"> <label class="custom-control-label" for="f_801">Bamboo Shelves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_802" value="802" title="Rattan Shelves"> <label class="custom-control-label" for="f_802">Rattan Shelves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_803" value="803" title="Wood Stands"> <label class="custom-control-label" for="f_803">Wood Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_804" value="804" title="Bamboo Stands"> <label class="custom-control-label" for="f_804">Bamboo Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_805" value="805" title="Rattan Stands"> <label class="custom-control-label" for="f_805">Rattan Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_806" value="806" title="Acrylic Display Stands"> <label class="custom-control-label" for="f_806">Acrylic Display Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_807" value="807" title="Metal Audio/Video Stands"> <label class="custom-control-label" for="f_807">Metal Audio/Video Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_808" value="808" title="Aluminum Flower Stands"> <label class="custom-control-label" for="f_808">Aluminum Flower Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_809" value="809" title="Stands, Display Stands"> <label class="custom-control-label" for="f_809">Stands, Display Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_810" value="810" title="Magazine Stands"> <label class="custom-control-label" for="f_810">Magazine Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_811" value="811" title="Telephone Stands"> <label class="custom-control-label" for="f_811">Telephone Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_812" value="812" title="Sofas"> <label class="custom-control-label" for="f_812">Sofas</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_813" value="813" title="Wooden Sofas"> <label class="custom-control-label" for="f_813">Wooden Sofas</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_814" value="814" title="Bamboo Sofas"> <label class="custom-control-label" for="f_814">Bamboo Sofas</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_815" value="815" title="Rattan Sofas"> <label class="custom-control-label" for="f_815">Rattan Sofas</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_816" value="816" title="Leather Sofas"> <label class="custom-control-label" for="f_816">Leather Sofas</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_817" value="817" title="Non-leather Sofas"> <label class="custom-control-label" for="f_817">Non-leather Sofas</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_818" value="818" title="Sofa Beds, Daybeds"> <label class="custom-control-label" for="f_818">Sofa Beds, Daybeds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_819" value="819" title="Ottomans"> <label class="custom-control-label" for="f_819">Ottomans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_820" value="820" title="Racks, Shelves"> <label class="custom-control-label" for="f_820">Racks, Shelves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_821" value="821" title="Aluminum Racks"> <label class="custom-control-label" for="f_821">Aluminum Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_822" value="822" title="CD Racks/Stands"> <label class="custom-control-label" for="f_822">CD Racks/Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_823" value="823" title="Wooden CD Racks"> <label class="custom-control-label" for="f_823">Wooden CD Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_824" value="824" title="Brass-plated Racks"> <label class="custom-control-label" for="f_824">Brass-plated Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_825" value="825" title="TV Stands and Stereo Racks"> <label class="custom-control-label" for="f_825">TV Stands and Stereo Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_826" value="826" title="Jewelry Box/Stands"> <label class="custom-control-label" for="f_826">Jewelry Box/Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_827" value="827" title="Flower Stands/Racks"> <label class="custom-control-label" for="f_827">Flower Stands/Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5367" value="5367" title="Storage Stands"> <label class="custom-control-label" for="f_5367">Storage Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22217" value="22217" title="AV Cabinet"> <label class="custom-control-label" for="f_22217">AV Cabinet</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F04" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Study Furniture </a> </div> <div class="collapse third-item" id="register-F04"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_829" value="829" title="Bookshelves"> <label class="custom-control-label" for="f_829">Bookshelves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_830" value="830" title="Book Cabinets"> <label class="custom-control-label" for="f_830">Book Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_831" value="831" title="Desks"> <label class="custom-control-label" for="f_831">Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_832" value="832" title="Writing / Typewriter Desks"> <label class="custom-control-label" for="f_832">Writing / Typewriter Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_833" value="833" title="Roll-top Desks"> <label class="custom-control-label" for="f_833">Roll-top Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_834" value="834" title="SOHO Workstation/Home Office Furniture"> <label class="custom-control-label" for="f_834">SOHO Workstation/Home Office Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11069" value="11069" title="Reading Bookshelves / Racks"> <label class="custom-control-label" for="f_11069">Reading Bookshelves / Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22208" value="22208" title="SOHO Workstation/Home Office Furniture"> <label class="custom-control-label" for="f_22208">SOHO Workstation/Home Office Furniture</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F05" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Bedroom Furniture </a> </div> <div class="collapse third-item" id="register-F05"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_836" value="836" title="Wood Beds"> <label class="custom-control-label" for="f_836">Wood Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_837" value="837" title="Bamboo Beds"> <label class="custom-control-label" for="f_837">Bamboo Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_838" value="838" title="Rattan Beds"> <label class="custom-control-label" for="f_838">Rattan Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_839" value="839" title="Metal Beds"> <label class="custom-control-label" for="f_839">Metal Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_840" value="840" title="Brass Beds"> <label class="custom-control-label" for="f_840">Brass Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_841" value="841" title="Plastic Beds"> <label class="custom-control-label" for="f_841">Plastic Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_842" value="842" title="Bunk Beds"> <label class="custom-control-label" for="f_842">Bunk Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_843" value="843" title="Futons and Mattresses"> <label class="custom-control-label" for="f_843">Futons and Mattresses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_844" value="844" title="Warm and Cool Air Beds"> <label class="custom-control-label" for="f_844">Warm and Cool Air Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_845" value="845" title="Water Beds"> <label class="custom-control-label" for="f_845">Water Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_846" value="846" title="Tatami/Straw Mattresses"> <label class="custom-control-label" for="f_846">Tatami/Straw Mattresses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_847" value="847" title="Bamboo Mats"> <label class="custom-control-label" for="f_847">Bamboo Mats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_848" value="848" title="Rattan Mats"> <label class="custom-control-label" for="f_848">Rattan Mats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_849" value="849" title="Rattan Pillows"> <label class="custom-control-label" for="f_849">Rattan Pillows</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_850" value="850" title="Rattan Mirrors"> <label class="custom-control-label" for="f_850">Rattan Mirrors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_851" value="851" title="Nightstands"> <label class="custom-control-label" for="f_851">Nightstands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_852" value="852" title="Wardrobes"> <label class="custom-control-label" for="f_852">Wardrobes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_853" value="853" title="Vanities / Dressers / Dressing Tables, Mirrors"> <label class="custom-control-label" for="f_853">Vanities / Dressers / Dressing Tables, Mirrors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_854" value="854" title="Vanity Chairs"> <label class="custom-control-label" for="f_854">Vanity Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_855" value="855" title="Commode/5-Drawer Chests"> <label class="custom-control-label" for="f_855">Commode/5-Drawer Chests</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_856" value="856" title="Clothes Storage Cabinets"> <label class="custom-control-label" for="f_856">Clothes Storage Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_857" value="857" title="Storage Boxes"> <label class="custom-control-label" for="f_857">Storage Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_858" value="858" title="Modular Closets"> <label class="custom-control-label" for="f_858">Modular Closets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_859" value="859" title="Looking Glass/Mirrors"> <label class="custom-control-label" for="f_859">Looking Glass/Mirrors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_860" value="860" title="Wood Boxes"> <label class="custom-control-label" for="f_860">Wood Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_861" value="861" title="Bamboo Boxes"> <label class="custom-control-label" for="f_861">Bamboo Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_862" value="862" title="Rattan Boxes"> <label class="custom-control-label" for="f_862">Rattan Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_863" value="863" title="Metal Boxes"> <label class="custom-control-label" for="f_863">Metal Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5662" value="5662" title="Leather Beds"> <label class="custom-control-label" for="f_5662">Leather Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6331" value="6331" title="Bedheads"> <label class="custom-control-label" for="f_6331">Bedheads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10239" value="10239" title="Quilt Cabinets"> <label class="custom-control-label" for="f_10239">Quilt Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13352" value="13352" title="Storage Boxes"> <label class="custom-control-label" for="f_13352">Storage Boxes</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F06" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Cloakroom Furniture </a> </div> <div class="collapse third-item" id="register-F06"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_865" value="865" title="Hat Racks"> <label class="custom-control-label" for="f_865">Hat Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_866" value="866" title="Hangers/Rotary Hangers"> <label class="custom-control-label" for="f_866">Hangers/Rotary Hangers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_867" value="867" title="Ironing Boards"> <label class="custom-control-label" for="f_867">Ironing Boards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_868" value="868" title="Hooks/Coat Hooks"> <label class="custom-control-label" for="f_868">Hooks/Coat Hooks</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F07" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Baby's and Children's Furniture </a> </div> <div class="collapse third-item" id="register-F07"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_870" value="870" title="Baby Cradles"> <label class="custom-control-label" for="f_870">Baby Cradles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_871" value="871" title="Baby Cribs"> <label class="custom-control-label" for="f_871">Baby Cribs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_872" value="872" title="Baby Rockers"> <label class="custom-control-label" for="f_872">Baby Rockers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_873" value="873" title="Baby and Kiddy Chairs"> <label class="custom-control-label" for="f_873">Baby and Kiddy Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_874" value="874" title="Changing Tables"> <label class="custom-control-label" for="f_874">Changing Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_875" value="875" title="Children's Beds"> <label class="custom-control-label" for="f_875">Children's Beds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_876" value="876" title="Study Desks/Tables & Chairs"> <label class="custom-control-label" for="f_876">Study Desks/Tables & Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_877" value="877" title="Toy Cabinets/Boxes"> <label class="custom-control-label" for="f_877">Toy Cabinets/Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_878" value="878" title="Play Furniture"> <label class="custom-control-label" for="f_878">Play Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_879" value="879" title="Nursery Chairs / Tables"> <label class="custom-control-label" for="f_879">Nursery Chairs / Tables</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F08" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Houseware & Kitchenware / Kitchen Furniture </a> </div> <div class="collapse third-item" id="register-F08"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_881" value="881" title="Kitchen Cabinets and Hutches"> <label class="custom-control-label" for="f_881">Kitchen Cabinets and Hutches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_882" value="882" title="Kitchen Wall Units"> <label class="custom-control-label" for="f_882">Kitchen Wall Units</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_883" value="883" title="Kitchenware Shelves/Racks"> <label class="custom-control-label" for="f_883">Kitchenware Shelves/Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_884" value="884" title="Storage Stands"> <label class="custom-control-label" for="f_884">Storage Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_885" value="885" title="Other Kitchen Furniture"> <label class="custom-control-label" for="f_885">Other Kitchen Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_886" value="886" title="Iron Wire Kitchenware & Hardware"> <label class="custom-control-label" for="f_886">Iron Wire Kitchenware & Hardware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9601" value="9601" title="Houseware"> <label class="custom-control-label" for="f_9601">Houseware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9602" value="9602" title="Bread Boxes/Racks"> <label class="custom-control-label" for="f_9602">Bread Boxes/Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25098" value="25098" title="Kitchens"> <label class="custom-control-label" for="f_25098">Kitchens</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25099" value="25099" title="Gas Stoves"> <label class="custom-control-label" for="f_25099">Gas Stoves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25100" value="25100" title="Range Hoods"> <label class="custom-control-label" for="f_25100">Range Hoods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25101" value="25101" title="Kitchen Sinks"> <label class="custom-control-label" for="f_25101">Kitchen Sinks</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F09" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Bathroom Furniture/Accessories </a> </div> <div class="collapse third-item" id="register-F09"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_888" value="888" title="Bathroom Parts and Accessories"> <label class="custom-control-label" for="f_888">Bathroom Parts and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_889" value="889" title="Towel Holders/ Shelves/Hooks"> <label class="custom-control-label" for="f_889">Towel Holders/ Shelves/Hooks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_890" value="890" title="Towel Rings"> <label class="custom-control-label" for="f_890">Towel Rings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_891" value="891" title="Cups/Toothbrush Holders"> <label class="custom-control-label" for="f_891">Cups/Toothbrush Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_892" value="892" title="Toilet Tissue Holders"> <label class="custom-control-label" for="f_892">Toilet Tissue Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_893" value="893" title="Soap Holders/ Dishes"> <label class="custom-control-label" for="f_893">Soap Holders/ Dishes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_894" value="894" title="Versatile Racks for Bathroom"> <label class="custom-control-label" for="f_894">Versatile Racks for Bathroom</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_895" value="895" title="Laundry Baskets"> <label class="custom-control-label" for="f_895">Laundry Baskets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_896" value="896" title="Other Accessories"> <label class="custom-control-label" for="f_896">Other Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_897" value="897" title="Toilet Seats"> <label class="custom-control-label" for="f_897">Toilet Seats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_898" value="898" title="Bathroom Mirror"> <label class="custom-control-label" for="f_898">Bathroom Mirror</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5304" value="5304" title="Toilet Brush Stands"> <label class="custom-control-label" for="f_5304">Toilet Brush Stands</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Building Materials for Interior Decoration, Lighting </a> </div> <div class="collapse third-item" id="register-F10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_900" value="900" title="Artificial Flowers and Trees"> <label class="custom-control-label" for="f_900">Artificial Flowers and Trees</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_901" value="901" title="Blinds/Venetian Shades"> <label class="custom-control-label" for="f_901">Blinds/Venetian Shades</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_902" value="902" title="Ceilings and Trims"> <label class="custom-control-label" for="f_902">Ceilings and Trims</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_903" value="903" title="Curtains"> <label class="custom-control-label" for="f_903">Curtains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_904" value="904" title="Bamboo Screens"> <label class="custom-control-label" for="f_904">Bamboo Screens</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_905" value="905" title="Curtain rods"> <label class="custom-control-label" for="f_905">Curtain rods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_906" value="906" title="Decorative Moldings"> <label class="custom-control-label" for="f_906">Decorative Moldings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_907" value="907" title="Doors / Sliding Doors"> <label class="custom-control-label" for="f_907">Doors / Sliding Doors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_908" value="908" title="Edge Bands"> <label class="custom-control-label" for="f_908">Edge Bands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_909" value="909" title="Fireplaces"> <label class="custom-control-label" for="f_909">Fireplaces</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_910" value="910" title="Lighting Fixtures"> <label class="custom-control-label" for="f_910">Lighting Fixtures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_911" value="911" title="Locks"> <label class="custom-control-label" for="f_911">Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_912" value="912" title="Wooden/Metal Photo/Picture Frames"> <label class="custom-control-label" for="f_912">Wooden/Metal Photo/Picture Frames</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_913" value="913" title="Terrestrial Globes"> <label class="custom-control-label" for="f_913">Terrestrial Globes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_914" value="914" title="Paintings"> <label class="custom-control-label" for="f_914">Paintings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_915" value="915" title="Various Decorations"> <label class="custom-control-label" for="f_915">Various Decorations</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_916" value="916" title="Vases"> <label class="custom-control-label" for="f_916">Vases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_917" value="917" title="Wall Fans"> <label class="custom-control-label" for="f_917">Wall Fans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_918" value="918" title="Wallpapers"> <label class="custom-control-label" for="f_918">Wallpapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_919" value="919" title="Wall Hangings"> <label class="custom-control-label" for="f_919">Wall Hangings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_920" value="920" title="Carpets/Doormats"> <label class="custom-control-label" for="f_920">Carpets/Doormats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_921" value="921" title="Windows"> <label class="custom-control-label" for="f_921">Windows</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_922" value="922" title="Building Materials"> <label class="custom-control-label" for="f_922">Building Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_923" value="923" title="K/D Decorative Mini Houses"> <label class="custom-control-label" for="f_923">K/D Decorative Mini Houses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_924" value="924" title="Tablecloths"> <label class="custom-control-label" for="f_924">Tablecloths</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_925" value="925" title="Table Mats"> <label class="custom-control-label" for="f_925">Table Mats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_926" value="926" title="Upholstery Fabrics and Leather Decorations"> <label class="custom-control-label" for="f_926">Upholstery Fabrics and Leather Decorations</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_927" value="927" title="Mail Box"> <label class="custom-control-label" for="f_927">Mail Box</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22261" value="22261" title="Forged Ornaments, Forged Railings, Forged Gates"> <label class="custom-control-label" for="f_22261">Forged Ornaments, Forged Railings, Forged Gates</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F11" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Department Store/Hospital and Public-Area Use Furniture </a> </div> <div class="collapse third-item" id="register-F11"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_929" value="929" title="Department Store Use Furniture"> <label class="custom-control-label" for="f_929">Department Store Use Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_930" value="930" title="Public-Area Use Furniture"> <label class="custom-control-label" for="f_930">Public-Area Use Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_931" value="931" title="Furniture for Airports"> <label class="custom-control-label" for="f_931">Furniture for Airports</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_932" value="932" title="Furniture for Hotels/Motels"> <label class="custom-control-label" for="f_932">Furniture for Hotels/Motels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_933" value="933" title="Hospital-Use Furniture"> <label class="custom-control-label" for="f_933">Hospital-Use Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_934" value="934" title="Barbershop/Salon Use Furniture"> <label class="custom-control-label" for="f_934">Barbershop/Salon Use Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_935" value="935" title="Laboratory Use Furniture"> <label class="custom-control-label" for="f_935">Laboratory Use Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_936" value="936" title="Library Use Furniture"> <label class="custom-control-label" for="f_936">Library Use Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_937" value="937" title="School Use Furniture"> <label class="custom-control-label" for="f_937">School Use Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_938" value="938" title="Classroom Seats/Chairs/Furniture"> <label class="custom-control-label" for="f_938">Classroom Seats/Chairs/Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_939" value="939" title="Display Racks/Cabinets"> <label class="custom-control-label" for="f_939">Display Racks/Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_940" value="940" title="Portable Stand-alone Signs"> <label class="custom-control-label" for="f_940">Portable Stand-alone Signs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7510" value="7510" title="Lecterns"> <label class="custom-control-label" for="f_7510">Lecterns</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F12" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Outdoor Furniture </a> </div> <div class="collapse third-item" id="register-F12"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_942" value="942" title="Wood/Wooden Prefabricated Buildings"> <label class="custom-control-label" for="f_942">Wood/Wooden Prefabricated Buildings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_943" value="943" title="General Outdoor Furniture"> <label class="custom-control-label" for="f_943">General Outdoor Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_944" value="944" title="Gazebos (Outdoor Canopies)"> <label class="custom-control-label" for="f_944">Gazebos (Outdoor Canopies)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_945" value="945" title="Lounge Chairs"> <label class="custom-control-label" for="f_945">Lounge Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_946" value="946" title="Campstools"> <label class="custom-control-label" for="f_946">Campstools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_947" value="947" title="Picnic Tables"> <label class="custom-control-label" for="f_947">Picnic Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_948" value="948" title="Park Benches"> <label class="custom-control-label" for="f_948">Park Benches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_949" value="949" title="Umbrella Tables"> <label class="custom-control-label" for="f_949">Umbrella Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_950" value="950" title="Outdoor Flower Racks"> <label class="custom-control-label" for="f_950">Outdoor Flower Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_951" value="951" title="Fences"> <label class="custom-control-label" for="f_951">Fences</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_952" value="952" title="Wooden Garden Furniture"> <label class="custom-control-label" for="f_952">Wooden Garden Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_953" value="953" title="Marble Garden Furniture"> <label class="custom-control-label" for="f_953">Marble Garden Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_954" value="954" title="Artificial Marble Furniture"> <label class="custom-control-label" for="f_954">Artificial Marble Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_955" value="955" title="Cast-aluminum Garden Furniture"> <label class="custom-control-label" for="f_955">Cast-aluminum Garden Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_956" value="956" title="Cast-iron Garden Furniture"> <label class="custom-control-label" for="f_956">Cast-iron Garden Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_957" value="957" title="Metal Tubular Outdoor Furniture"> <label class="custom-control-label" for="f_957">Metal Tubular Outdoor Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_958" value="958" title="PVC/Plastic Outdoor Furniture Sets"> <label class="custom-control-label" for="f_958">PVC/Plastic Outdoor Furniture Sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_959" value="959" title="Leisure Hanging Bed"> <label class="custom-control-label" for="f_959">Leisure Hanging Bed</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25383" value="25383" title="Prefabricated Building"> <label class="custom-control-label" for="f_25383">Prefabricated Building</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F21" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Office Furniture </a> </div> <div class="collapse third-item" id="register-F21"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_961" value="961" title="Wooden Office Furniture"> <label class="custom-control-label" for="f_961">Wooden Office Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_962" value="962" title="Plastic Office Furniture"> <label class="custom-control-label" for="f_962">Plastic Office Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_963" value="963" title="Steel Office Furniture"> <label class="custom-control-label" for="f_963">Steel Office Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_964" value="964" title="System Furniture"> <label class="custom-control-label" for="f_964">System Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_965" value="965" title="Computer Chairs"> <label class="custom-control-label" for="f_965">Computer Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_966" value="966" title="Computer Desks/Tables"> <label class="custom-control-label" for="f_966">Computer Desks/Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_967" value="967" title="Computer and SOHO Furniture"> <label class="custom-control-label" for="f_967">Computer and SOHO Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_968" value="968" title="Computer Racks"> <label class="custom-control-label" for="f_968">Computer Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_969" value="969" title="Conference Chairs"> <label class="custom-control-label" for="f_969">Conference Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_970" value="970" title="Conference Tables"> <label class="custom-control-label" for="f_970">Conference Tables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_971" value="971" title="K/D Cabinets"> <label class="custom-control-label" for="f_971">K/D Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_972" value="972" title="Wall Units/Cabinets"> <label class="custom-control-label" for="f_972">Wall Units/Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_973" value="973" title="File Cabinet"> <label class="custom-control-label" for="f_973">File Cabinet</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_974" value="974" title="Lobby Chairs"> <label class="custom-control-label" for="f_974">Lobby Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_975" value="975" title="Office/OA Chairs"> <label class="custom-control-label" for="f_975">Office/OA Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_976" value="976" title="Office Desks"> <label class="custom-control-label" for="f_976">Office Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_977" value="977" title="Partitions"> <label class="custom-control-label" for="f_977">Partitions</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_978" value="978" title="Stationery Boxes/Collectors"> <label class="custom-control-label" for="f_978">Stationery Boxes/Collectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_979" value="979" title="Table Shields"> <label class="custom-control-label" for="f_979">Table Shields</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_980" value="980" title="Key Cases"> <label class="custom-control-label" for="f_980">Key Cases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_981" value="981" title="Humidity Cabinets"> <label class="custom-control-label" for="f_981">Humidity Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5374" value="5374" title="Office Desks/ Chair"> <label class="custom-control-label" for="f_5374">Office Desks/ Chair</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7284" value="7284" title="HAMPER & STEP CAN"> <label class="custom-control-label" for="f_7284">HAMPER & STEP CAN</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22209" value="22209" title="Computer Chairs"> <label class="custom-control-label" for="f_22209">Computer Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22210" value="22210" title="Office/OA Chairs"> <label class="custom-control-label" for="f_22210">Office/OA Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22211" value="22211" title="Office Desks"> <label class="custom-control-label" for="f_22211">Office Desks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24859" value="24859" title="Task Chair"> <label class="custom-control-label" for="f_24859">Task Chair</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24860" value="24860" title="Saddle Chair"> <label class="custom-control-label" for="f_24860">Saddle Chair</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F23" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Office Furniture Parts </a> </div> <div class="collapse third-item" id="register-F23"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_983" value="983" title="Casters for OA Chairs"> <label class="custom-control-label" for="f_983">Casters for OA Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_984" value="984" title="OA Chair Arms"> <label class="custom-control-label" for="f_984">OA Chair Arms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_985" value="985" title="OA Chair Backs"> <label class="custom-control-label" for="f_985">OA Chair Backs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_986" value="986" title="OA Chair Bases"> <label class="custom-control-label" for="f_986">OA Chair Bases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_987" value="987" title="OA Chair Legs"> <label class="custom-control-label" for="f_987">OA Chair Legs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_988" value="988" title="OA Chair Lifts"> <label class="custom-control-label" for="f_988">OA Chair Lifts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_989" value="989" title="OA Chair Pneumatic Lifters"> <label class="custom-control-label" for="f_989">OA Chair Pneumatic Lifters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_990" value="990" title="OA Chair Seat Cushions and Foamed Sponges"> <label class="custom-control-label" for="f_990">OA Chair Seat Cushions and Foamed Sponges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_991" value="991" title="OA Chair Tube Connectors"> <label class="custom-control-label" for="f_991">OA Chair Tube Connectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_992" value="992" title="OA Table/Desk Legs"> <label class="custom-control-label" for="f_992">OA Table/Desk Legs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_993" value="993" title="Partition Frames"> <label class="custom-control-label" for="f_993">Partition Frames</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_994" value="994" title="Partition Parts"> <label class="custom-control-label" for="f_994">Partition Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_995" value="995" title="Post-Formed Tabletops"> <label class="custom-control-label" for="f_995">Post-Formed Tabletops</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_996" value="996" title="Upholstery Fabrics and Leather for OA Furniture"> <label class="custom-control-label" for="f_996">Upholstery Fabrics and Leather for OA Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_997" value="997" title="Gas Spring Columns"> <label class="custom-control-label" for="f_997">Gas Spring Columns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_998" value="998" title="Chair Synchronizing Mechanism"> <label class="custom-control-label" for="f_998">Chair Synchronizing Mechanism</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_999" value="999" title="Plastic Injection Molded Components"> <label class="custom-control-label" for="f_999">Plastic Injection Molded Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1000" value="1000" title="Adjustable Chair-Back Supporters"> <label class="custom-control-label" for="f_1000">Adjustable Chair-Back Supporters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1001" value="1001" title="Bentwood OA Chair Seats"> <label class="custom-control-label" for="f_1001">Bentwood OA Chair Seats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1002" value="1002" title="Other OA Furniture Parts and Accessories"> <label class="custom-control-label" for="f_1002">Other OA Furniture Parts and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1003" value="1003" title="Keyboard Drawers / Stationery Drawers"> <label class="custom-control-label" for="f_1003">Keyboard Drawers / Stationery Drawers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1004" value="1004" title="Keyboard Arms"> <label class="custom-control-label" for="f_1004">Keyboard Arms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20364" value="20364" title="Electronic Devices for Furniture"> <label class="custom-control-label" for="f_20364">Electronic Devices for Furniture</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F31" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Semi-finished Furniture, Hardware Parts and Accessories </a> </div> <div class="collapse third-item" id="register-F31"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1006" value="1006" title="Wooden/Bamboo and Rattan Parts and Fittings"> <label class="custom-control-label" for="f_1006">Wooden/Bamboo and Rattan Parts and Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1007" value="1007" title="Metal Parts, Fittings, and Accessories"> <label class="custom-control-label" for="f_1007">Metal Parts, Fittings, and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1008" value="1008" title="Plastic Parts & Accessories"> <label class="custom-control-label" for="f_1008">Plastic Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1009" value="1009" title="Brass Bed Parts & Accessories"> <label class="custom-control-label" for="f_1009">Brass Bed Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1010" value="1010" title="Handles"> <label class="custom-control-label" for="f_1010">Handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1011" value="1011" title="Ceramic Handles/Knobs/Pulls"> <label class="custom-control-label" for="f_1011">Ceramic Handles/Knobs/Pulls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1012" value="1012" title="Brass Pulls (Knobs)"> <label class="custom-control-label" for="f_1012">Brass Pulls (Knobs)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1013" value="1013" title="Wood Handles/Knobs"> <label class="custom-control-label" for="f_1013">Wood Handles/Knobs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1014" value="1014" title="Plastic Handles"> <label class="custom-control-label" for="f_1014">Plastic Handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1015" value="1015" title="Zinc Alloy Handles"> <label class="custom-control-label" for="f_1015">Zinc Alloy Handles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1016" value="1016" title="Cabinet Hardware"> <label class="custom-control-label" for="f_1016">Cabinet Hardware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1017" value="1017" title="Hinges"> <label class="custom-control-label" for="f_1017">Hinges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1018" value="1018" title="Casters"> <label class="custom-control-label" for="f_1018">Casters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1019" value="1019" title="Chair Armrests"> <label class="custom-control-label" for="f_1019">Chair Armrests</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1020" value="1020" title="Chair Backs"> <label class="custom-control-label" for="f_1020">Chair Backs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1021" value="1021" title="Chair Bases"> <label class="custom-control-label" for="f_1021">Chair Bases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1022" value="1022" title="Chair Legs"> <label class="custom-control-label" for="f_1022">Chair Legs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1023" value="1023" title="OA Chair Lifts"> <label class="custom-control-label" for="f_1023">OA Chair Lifts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1024" value="1024" title="Chair Gas Lifts"> <label class="custom-control-label" for="f_1024">Chair Gas Lifts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1025" value="1025" title="Chair Seat Cushions and Foamed Sponges"> <label class="custom-control-label" for="f_1025">Chair Seat Cushions and Foamed Sponges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1026" value="1026" title="Tube Connectors for Chairs"> <label class="custom-control-label" for="f_1026">Tube Connectors for Chairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1027" value="1027" title="Doorplates"> <label class="custom-control-label" for="f_1027">Doorplates</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1028" value="1028" title="Door Catches"> <label class="custom-control-label" for="f_1028">Door Catches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1029" value="1029" title="Magnetic Push Latches"> <label class="custom-control-label" for="f_1029">Magnetic Push Latches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1030" value="1030" title="Door Knockers"> <label class="custom-control-label" for="f_1030">Door Knockers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1031" value="1031" title="Drawer Slides and Slide Rails"> <label class="custom-control-label" for="f_1031">Drawer Slides and Slide Rails</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1032" value="1032" title="Wooden Slide Rails"> <label class="custom-control-label" for="f_1032">Wooden Slide Rails</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1033" value="1033" title="Gold Embossed Parts"> <label class="custom-control-label" for="f_1033">Gold Embossed Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1034" value="1034" title="PVC Edgings"> <label class="custom-control-label" for="f_1034">PVC Edgings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1035" value="1035" title="Irregularly Shaped Extrusion Trims"> <label class="custom-control-label" for="f_1035">Irregularly Shaped Extrusion Trims</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1036" value="1036" title="Edge-Bands & Decorative Strips"> <label class="custom-control-label" for="f_1036">Edge-Bands & Decorative Strips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1037" value="1037" title="Decorative Metal Leaves"> <label class="custom-control-label" for="f_1037">Decorative Metal Leaves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1038" value="1038" title="Embossed Parts"> <label class="custom-control-label" for="f_1038">Embossed Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1039" value="1039" title="Plastic Nail Guides"> <label class="custom-control-label" for="f_1039">Plastic Nail Guides</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1040" value="1040" title="Plastic Steel Rollers"> <label class="custom-control-label" for="f_1040">Plastic Steel Rollers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1041" value="1041" title="Aluminum Alloy Swivel Discoid (Lazy Susan)"> <label class="custom-control-label" for="f_1041">Aluminum Alloy Swivel Discoid (Lazy Susan)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1042" value="1042" title="Rotary Rings (Lazy Susan)"> <label class="custom-control-label" for="f_1042">Rotary Rings (Lazy Susan)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1043" value="1043" title="Chair Swivels"> <label class="custom-control-label" for="f_1043">Chair Swivels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1044" value="1044" title="Catch Plates, Glass Patch Fittings"> <label class="custom-control-label" for="f_1044">Catch Plates, Glass Patch Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1045" value="1045" title="Glass Tabletops"> <label class="custom-control-label" for="f_1045">Glass Tabletops</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1046" value="1046" title="Dining Table Slides"> <label class="custom-control-label" for="f_1046">Dining Table Slides</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1047" value="1047" title="Bearings"> <label class="custom-control-label" for="f_1047">Bearings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1048" value="1048" title="Sofa Legs"> <label class="custom-control-label" for="f_1048">Sofa Legs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1049" value="1049" title="Building Hardware"> <label class="custom-control-label" for="f_1049">Building Hardware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1050" value="1050" title="Screws, Fasteners, Washers"> <label class="custom-control-label" for="f_1050">Screws, Fasteners, Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1051" value="1051" title="Nuts"> <label class="custom-control-label" for="f_1051">Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1052" value="1052" title="Wrenches"> <label class="custom-control-label" for="f_1052">Wrenches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1053" value="1053" title="Engraved Aluminum Tubes"> <label class="custom-control-label" for="f_1053">Engraved Aluminum Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1054" value="1054" title="Steel Tube Stoppers / Plugs"> <label class="custom-control-label" for="f_1054">Steel Tube Stoppers / Plugs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1055" value="1055" title="Adjusting Knobs / Glides / Foot Pads"> <label class="custom-control-label" for="f_1055">Adjusting Knobs / Glides / Foot Pads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1056" value="1056" title="Wooden Strips"> <label class="custom-control-label" for="f_1056">Wooden Strips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1057" value="1057" title="Carved Furniture Parts"> <label class="custom-control-label" for="f_1057">Carved Furniture Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1058" value="1058" title="Molded Products"> <label class="custom-control-label" for="f_1058">Molded Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1059" value="1059" title="Adjustable Gears"> <label class="custom-control-label" for="f_1059">Adjustable Gears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1060" value="1060" title="Bolts"> <label class="custom-control-label" for="f_1060">Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1061" value="1061" title="Pneumatic Cylinders"> <label class="custom-control-label" for="f_1061">Pneumatic Cylinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1062" value="1062" title="Furniture Actuator & Controller"> <label class="custom-control-label" for="f_1062">Furniture Actuator & Controller</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1063" value="1063" title="Gate Opener & Controller"> <label class="custom-control-label" for="f_1063">Gate Opener & Controller</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18348" value="18348" title="Hinges"> <label class="custom-control-label" for="f_18348">Hinges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23070" value="23070" title="Bed Legs"> <label class="custom-control-label" for="f_23070">Bed Legs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22764" value="22764" title="Steel tube frames"> <label class="custom-control-label" for="f_22764">Steel tube frames</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23796" value="23796" title="Crystal Pulls / Crystal Knobs"> <label class="custom-control-label" for="f_23796">Crystal Pulls / Crystal Knobs</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F41" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Raw Materials and Services </a> </div> <div class="collapse third-item" id="register-F41"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1065" value="1065" title="Wood/Wooden Materials / Lumber"> <label class="custom-control-label" for="f_1065">Wood/Wooden Materials / Lumber</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1066" value="1066" title="MDF/Particle Boards"> <label class="custom-control-label" for="f_1066">MDF/Particle Boards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1067" value="1067" title="Bamboo/Rattan Materials"> <label class="custom-control-label" for="f_1067">Bamboo/Rattan Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1068" value="1068" title="Metal/Steel/Iron/Brass Materials"> <label class="custom-control-label" for="f_1068">Metal/Steel/Iron/Brass Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1069" value="1069" title="Complex Materials"> <label class="custom-control-label" for="f_1069">Complex Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1070" value="1070" title="Leather for Home Furniture"> <label class="custom-control-label" for="f_1070">Leather for Home Furniture</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1071" value="1071" title="Synthetic/PVC/PU Sheets"> <label class="custom-control-label" for="f_1071">Synthetic/PVC/PU Sheets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1072" value="1072" title="Upholstery Fabrics"> <label class="custom-control-label" for="f_1072">Upholstery Fabrics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1073" value="1073" title="Paper Fabrics"> <label class="custom-control-label" for="f_1073">Paper Fabrics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1074" value="1074" title="Punched Metal Mesh"> <label class="custom-control-label" for="f_1074">Punched Metal Mesh</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1075" value="1075" title="Veneers"> <label class="custom-control-label" for="f_1075">Veneers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1077" value="1077" title="Paints"> <label class="custom-control-label" for="f_1077">Paints</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1078" value="1078" title="OEM/Processing Service"> <label class="custom-control-label" for="f_1078">OEM/Processing Service</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1079" value="1079" title="Other Services and Media"> <label class="custom-control-label" for="f_1079">Other Services and Media</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8461" value="8461" title="Honeycomb Cardboard Panels"> <label class="custom-control-label" for="f_8461">Honeycomb Cardboard Panels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13153" value="13153" title="METAL MESHES"> <label class="custom-control-label" for="f_13153">METAL MESHES</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-F51" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Machinery for Furniture Production </a> </div> <div class="collapse third-item" id="register-F51"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1081" value="1081" title="Woodworking Machinery"> <label class="custom-control-label" for="f_1081">Woodworking Machinery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1082" value="1082" title="Woodworking Lathes"> <label class="custom-control-label" for="f_1082">Woodworking Lathes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1083" value="1083" title="Circular Sawing Machines"> <label class="custom-control-label" for="f_1083">Circular Sawing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1084" value="1084" title="Double-End Miter Saws"> <label class="custom-control-label" for="f_1084">Double-End Miter Saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1085" value="1085" title="Tilting Arbor Table Saws"> <label class="custom-control-label" for="f_1085">Tilting Arbor Table Saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1086" value="1086" title="Horizontal Hydraulic Band Saws"> <label class="custom-control-label" for="f_1086">Horizontal Hydraulic Band Saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1087" value="1087" title="Band Sawing Machines"> <label class="custom-control-label" for="f_1087">Band Sawing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1088" value="1088" title="Jig Saws"> <label class="custom-control-label" for="f_1088">Jig Saws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1089" value="1089" title="Planers"> <label class="custom-control-label" for="f_1089">Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1090" value="1090" title="Multi-Side Planers"> <label class="custom-control-label" for="f_1090">Multi-Side Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1091" value="1091" title="Two-Side (Upper and Lower) Planers"> <label class="custom-control-label" for="f_1091">Two-Side (Upper and Lower) Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1092" value="1092" title="4-Side Multi-Spindle Planers, Molding Machines, 4-Side Molders"> <label class="custom-control-label" for="f_1092">4-Side Multi-Spindle Planers, Molding Machines, 4-Side Molders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1093" value="1093" title="Drilling/Boring Machines"> <label class="custom-control-label" for="f_1093">Drilling/Boring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1094" value="1094" title="Point-to-Point Boring Machines"> <label class="custom-control-label" for="f_1094">Point-to-Point Boring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1095" value="1095" title="Multi-Spindle Boring Machines"> <label class="custom-control-label" for="f_1095">Multi-Spindle Boring Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1096" value="1096" title="Routers"> <label class="custom-control-label" for="f_1096">Routers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1097" value="1097" title="CNC Routers"> <label class="custom-control-label" for="f_1097">CNC Routers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1098" value="1098" title="Sanders"> <label class="custom-control-label" for="f_1098">Sanders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1099" value="1099" title="Automatic Wide-Belt Surface Sanders"> <label class="custom-control-label" for="f_1099">Automatic Wide-Belt Surface Sanders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1100" value="1100" title="Cordless Grinders"> <label class="custom-control-label" for="f_1100">Cordless Grinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1101" value="1101" title="Sharpening Machines"> <label class="custom-control-label" for="f_1101">Sharpening Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1102" value="1102" title="Shapers"> <label class="custom-control-label" for="f_1102">Shapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1103" value="1103" title="Automatic Copy Shapers"> <label class="custom-control-label" for="f_1103">Automatic Copy Shapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1104" value="1104" title="Auto Copying Routers"> <label class="custom-control-label" for="f_1104">Auto Copying Routers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1105" value="1105" title="Automatic Round-Pole Shaping Machines"> <label class="custom-control-label" for="f_1105">Automatic Round-Pole Shaping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1106" value="1106" title="Combination Jointers & Planers"> <label class="custom-control-label" for="f_1106">Combination Jointers & Planers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1107" value="1107" title="Other Woodworking Machinery and Equipment"> <label class="custom-control-label" for="f_1107">Other Woodworking Machinery and Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1108" value="1108" title="Bamboo Processing Machines"> <label class="custom-control-label" for="f_1108">Bamboo Processing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1109" value="1109" title="Plywood Production Equipment"> <label class="custom-control-label" for="f_1109">Plywood Production Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1110" value="1110" title="Paper Overlay Plywood Making Machines"> <label class="custom-control-label" for="f_1110">Paper Overlay Plywood Making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1111" value="1111" title="Feeding Attachments"> <label class="custom-control-label" for="f_1111">Feeding Attachments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1112" value="1112" title="Dust Collectors"> <label class="custom-control-label" for="f_1112">Dust Collectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1113" value="1113" title="Spraying and Coating Equipment"> <label class="custom-control-label" for="f_1113">Spraying and Coating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1114" value="1114" title="Water Booths"> <label class="custom-control-label" for="f_1114">Water Booths</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1115" value="1115" title="UV Curing Equipment"> <label class="custom-control-label" for="f_1115">UV Curing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1116" value="1116" title="Lumber Dryers"> <label class="custom-control-label" for="f_1116">Lumber Dryers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1117" value="1117" title="High-Frequency Wood/Rattan/Bamboo Gluing & Plying Machines"> <label class="custom-control-label" for="f_1117">High-Frequency Wood/Rattan/Bamboo Gluing & Plying Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1118" value="1118" title="High-Frequency Wood Gluing Machines"> <label class="custom-control-label" for="f_1118">High-Frequency Wood Gluing Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1119" value="1119" title="High-Frequency Wood Bending Machines"> <label class="custom-control-label" for="f_1119">High-Frequency Wood Bending Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1120" value="1120" title="High-Frequency Wooden Board Joining Machines"> <label class="custom-control-label" for="f_1120">High-Frequency Wooden Board Joining Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1121" value="1121" title="High-Frequency Wooden Frame/Cabinet Assembly Machines"> <label class="custom-control-label" for="f_1121">High-Frequency Wooden Frame/Cabinet Assembly Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1122" value="1122" title="Triangular Tenoners"> <label class="custom-control-label" for="f_1122">Triangular Tenoners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1123" value="1123" title="Double-End Miter Molders"> <label class="custom-control-label" for="f_1123">Double-End Miter Molders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1124" value="1124" title="Four-Head Tenoners"> <label class="custom-control-label" for="f_1124">Four-Head Tenoners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1125" value="1125" title="Spindle Shapers"> <label class="custom-control-label" for="f_1125">Spindle Shapers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1126" value="1126" title="Woodworking Machinery Parts and Accessories"> <label class="custom-control-label" for="f_1126">Woodworking Machinery Parts and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1127" value="1127" title="Woodworking Tools"> <label class="custom-control-label" for="f_1127">Woodworking Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1128" value="1128" title="Cutters and Knives"> <label class="custom-control-label" for="f_1128">Cutters and Knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1129" value="1129" title="Automatic Pipe Benders"> <label class="custom-control-label" for="f_1129">Automatic Pipe Benders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1130" value="1130" title="Welding and Soldering Machines"> <label class="custom-control-label" for="f_1130">Welding and Soldering Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1131" value="1131" title="Slider-Rail Assembly Machines"> <label class="custom-control-label" for="f_1131">Slider-Rail Assembly Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1132" value="1132" title="Furniture Riveting Machines"> <label class="custom-control-label" for="f_1132">Furniture Riveting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1133" value="1133" title="Vacuum Thermal Pressure Forming Machines"> <label class="custom-control-label" for="f_1133">Vacuum Thermal Pressure Forming Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1134" value="1134" title="Negative Pressure Fan"> <label class="custom-control-label" for="f_1134">Negative Pressure Fan</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1135" value="1135" title="Centrifugal Fan"> <label class="custom-control-label" for="f_1135">Centrifugal Fan</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-L" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Lighting & LEDs </a> <div class="collapse second-category" id="register-L"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-L11" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Home Lighting </a> </div> <div class="collapse third-item" id="register-L11"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2009" value="2009" title="Aqua-Lamps"> <label class="custom-control-label" for="f_2009">Aqua-Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2010" value="2010" title="Ceiling Mounts"> <label class="custom-control-label" for="f_2010">Ceiling Mounts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2011" value="2011" title="Chandeliers"> <label class="custom-control-label" for="f_2011">Chandeliers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2012" value="2012" title="Clamp Lights"> <label class="custom-control-label" for="f_2012">Clamp Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2013" value="2013" title="Floor Lamps / Standing Lamps"> <label class="custom-control-label" for="f_2013">Floor Lamps / Standing Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2014" value="2014" title="Garden Lamps"> <label class="custom-control-label" for="f_2014">Garden Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2015" value="2015" title="Lava Lamps"> <label class="custom-control-label" for="f_2015">Lava Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2016" value="2016" title="Night-lights"> <label class="custom-control-label" for="f_2016">Night-lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2017" value="2017" title="Pendant Lights"> <label class="custom-control-label" for="f_2017">Pendant Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2018" value="2018" title="Desk Lamps"> <label class="custom-control-label" for="f_2018">Desk Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2019" value="2019" title="Table Lamps"> <label class="custom-control-label" for="f_2019">Table Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2020" value="2020" title="Cabinet Lights"> <label class="custom-control-label" for="f_2020">Cabinet Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2021" value="2021" title="Vanity Mirror Use Lights / Bathroom Lights"> <label class="custom-control-label" for="f_2021">Vanity Mirror Use Lights / Bathroom Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2022" value="2022" title="Wall Lamps"> <label class="custom-control-label" for="f_2022">Wall Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2023" value="2023" title="Ceiling Fan Lights"> <label class="custom-control-label" for="f_2023">Ceiling Fan Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6075" value="6075" title="Wall Lamps"> <label class="custom-control-label" for="f_6075">Wall Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6716" value="6716" title="Billiard Lamps"> <label class="custom-control-label" for="f_6716">Billiard Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11478" value="11478" title="Ceiling Mounts"> <label class="custom-control-label" for="f_11478">Ceiling Mounts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11479" value="11479" title="Desk Lamp/Reading Lamp"> <label class="custom-control-label" for="f_11479">Desk Lamp/Reading Lamp</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-L12" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Commercial-Use Lights </a> </div> <div class="collapse third-item" id="register-L12"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2025" value="2025" title="Ceiling Mount Fluorescent Light Fixtures"> <label class="custom-control-label" for="f_2025">Ceiling Mount Fluorescent Light Fixtures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2026" value="2026" title="Downlights"> <label class="custom-control-label" for="f_2026">Downlights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2027" value="2027" title="Emergency Lights"> <label class="custom-control-label" for="f_2027">Emergency Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2028" value="2028" title="Engineering Lamps"> <label class="custom-control-label" for="f_2028">Engineering Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2030" value="2030" title="Linear Lamps"> <label class="custom-control-label" for="f_2030">Linear Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2031" value="2031" title="Outdoor Lights / Streetlights / Work Lights"> <label class="custom-control-label" for="f_2031">Outdoor Lights / Streetlights / Work Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2032" value="2032" title="Spotlights/Searchlights"> <label class="custom-control-label" for="f_2032">Spotlights/Searchlights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2033" value="2033" title="Torchieres"> <label class="custom-control-label" for="f_2033">Torchieres</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2034" value="2034" title="Track Lights"> <label class="custom-control-label" for="f_2034">Track Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11475" value="11475" title="Emergency Lights"> <label class="custom-control-label" for="f_11475">Emergency Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11476" value="11476" title="Camp Light / Searchlights"> <label class="custom-control-label" for="f_11476">Camp Light / Searchlights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13703" value="13703" title="Rigid LED Strip Light"> <label class="custom-control-label" for="f_13703">Rigid LED Strip Light</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13704" value="13704" title="LED Lamp"> <label class="custom-control-label" for="f_13704">LED Lamp</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13919" value="13919" title="Led Neon Flex"> <label class="custom-control-label" for="f_13919">Led Neon Flex</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13920" value="13920" title="Led strip"> <label class="custom-control-label" for="f_13920">Led strip</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16152" value="16152" title="Induction Lamps"> <label class="custom-control-label" for="f_16152">Induction Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21570" value="21570" title="Downlight"> <label class="custom-control-label" for="f_21570">Downlight</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21571" value="21571" title="Track Lights"> <label class="custom-control-label" for="f_21571">Track Lights</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-L13" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Special-Purpose Lights </a> </div> <div class="collapse third-item" id="register-L13"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2036" value="2036" title="Art Deco Lights / Hand-Painted Lamps"> <label class="custom-control-label" for="f_2036">Art Deco Lights / Hand-Painted Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2037" value="2037" title="Decorative Lights / Christmas Lights / Neon Lights"> <label class="custom-control-label" for="f_2037">Decorative Lights / Christmas Lights / Neon Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2038" value="2038" title="Stage Lights"> <label class="custom-control-label" for="f_2038">Stage Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2039" value="2039" title="Other Special-Purpose Lights"> <label class="custom-control-label" for="f_2039">Other Special-Purpose Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6154" value="6154" title="Revolving Lamps"> <label class="custom-control-label" for="f_6154">Revolving Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6155" value="6155" title="Strobe Lights"> <label class="custom-control-label" for="f_6155">Strobe Lights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8447" value="8447" title="Aqua-tech Combined Lighting"> <label class="custom-control-label" for="f_8447">Aqua-tech Combined Lighting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9366" value="9366" title="Watercraft Lighting"> <label class="custom-control-label" for="f_9366">Watercraft Lighting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18796" value="18796" title="Headlamps"> <label class="custom-control-label" for="f_18796">Headlamps</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-L20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Light Source Products </a> </div> <div class="collapse third-item" id="register-L20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2041" value="2041" title="Energy-Saving Lamps"> <label class="custom-control-label" for="f_2041">Energy-Saving Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2042" value="2042" title="Fiberoptic Lamps"> <label class="custom-control-label" for="f_2042">Fiberoptic Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2043" value="2043" title="Halogen Lamps"> <label class="custom-control-label" for="f_2043">Halogen Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2044" value="2044" title="HID Lamps"> <label class="custom-control-label" for="f_2044">HID Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2045" value="2045" title="Incandescent Lamps"> <label class="custom-control-label" for="f_2045">Incandescent Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2046" value="2046" title="Mercury Lamps"> <label class="custom-control-label" for="f_2046">Mercury Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2047" value="2047" title="Metal Halide Lamps"> <label class="custom-control-label" for="f_2047">Metal Halide Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2048" value="2048" title="Motorcycle / Auto Lamps"> <label class="custom-control-label" for="f_2048">Motorcycle / Auto Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2049" value="2049" title="Quartz Lamps"> <label class="custom-control-label" for="f_2049">Quartz Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2050" value="2050" title="Sodium-Vapor Lamps"> <label class="custom-control-label" for="f_2050">Sodium-Vapor Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2051" value="2051" title="Solar Lamps"> <label class="custom-control-label" for="f_2051">Solar Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2052" value="2052" title="Standard Bulbs"> <label class="custom-control-label" for="f_2052">Standard Bulbs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2053" value="2053" title="Tube Lights / Fluorescent Lamps"> <label class="custom-control-label" for="f_2053">Tube Lights / Fluorescent Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14206" value="14206" title="Neon Lamps"> <label class="custom-control-label" for="f_14206">Neon Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25075" value="25075" title="Human Factors in Lighting"> <label class="custom-control-label" for="f_25075">Human Factors in Lighting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25076" value="25076" title="Smart Light Bulbs"> <label class="custom-control-label" for="f_25076">Smart Light Bulbs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25074" value="25074" title="Circadian Lighting Design"> <label class="custom-control-label" for="f_25074">Circadian Lighting Design</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-L30" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Lighting Accessories </a> </div> <div class="collapse third-item" id="register-L30"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2056" value="2056" title="Acrylic Fittings"> <label class="custom-control-label" for="f_2056">Acrylic Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2057" value="2057" title="Ceramic Fittings"> <label class="custom-control-label" for="f_2057">Ceramic Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2058" value="2058" title="Commutators"> <label class="custom-control-label" for="f_2058">Commutators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2059" value="2059" title="Die-castings"> <label class="custom-control-label" for="f_2059">Die-castings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2060" value="2060" title="Dimmers"> <label class="custom-control-label" for="f_2060">Dimmers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2061" value="2061" title="Electric Wires"> <label class="custom-control-label" for="f_2061">Electric Wires</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2062" value="2062" title="Electric-Lamp Filaments"> <label class="custom-control-label" for="f_2062">Electric-Lamp Filaments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2063" value="2063" title="Electronic Ballasts"> <label class="custom-control-label" for="f_2063">Electronic Ballasts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2064" value="2064" title="Glass and Crystal Lighting Parts"> <label class="custom-control-label" for="f_2064">Glass and Crystal Lighting Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2065" value="2065" title="Hardware Fittings"> <label class="custom-control-label" for="f_2065">Hardware Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2066" value="2066" title="Inductance Ballasts"> <label class="custom-control-label" for="f_2066">Inductance Ballasts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2067" value="2067" title="Lamp Holders"> <label class="custom-control-label" for="f_2067">Lamp Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2068" value="2068" title="Lamp Sockets"> <label class="custom-control-label" for="f_2068">Lamp Sockets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2069" value="2069" title="Lamp Trays"> <label class="custom-control-label" for="f_2069">Lamp Trays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2070" value="2070" title="Lampshades"> <label class="custom-control-label" for="f_2070">Lampshades</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2071" value="2071" title="Light Tube Supports"> <label class="custom-control-label" for="f_2071">Light Tube Supports</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2072" value="2072" title="Light Tubes"> <label class="custom-control-label" for="f_2072">Light Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2073" value="2073" title="Wave Filters"> <label class="custom-control-label" for="f_2073">Wave Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2074" value="2074" title="Special-Purpose Lighting Tubes"> <label class="custom-control-label" for="f_2074">Special-Purpose Lighting Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2075" value="2075" title="Sensors for Lighting"> <label class="custom-control-label" for="f_2075">Sensors for Lighting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8051" value="8051" title="Light Tubes"> <label class="custom-control-label" for="f_8051">Light Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8561" value="8561" title="DMX Lighting Controllers"> <label class="custom-control-label" for="f_8561">DMX Lighting Controllers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8562" value="8562" title="DMX Drivers / Converters"> <label class="custom-control-label" for="f_8562">DMX Drivers / Converters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9278" value="9278" title="Controllers"> <label class="custom-control-label" for="f_9278">Controllers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9341" value="9341" title="Waterproof Connectors"> <label class="custom-control-label" for="f_9341">Waterproof Connectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11477" value="11477" title="Emergency Power Supply"> <label class="custom-control-label" for="f_11477">Emergency Power Supply</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21572" value="21572" title="Hardware Fittings"> <label class="custom-control-label" for="f_21572">Hardware Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23073" value="23073" title="Sensor Light"> <label class="custom-control-label" for="f_23073">Sensor Light</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24411" value="24411" title="Wireless Door Bell"> <label class="custom-control-label" for="f_24411">Wireless Door Bell</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24413" value="24413" title="PIR Sensor Switch Series"> <label class="custom-control-label" for="f_24413">PIR Sensor Switch Series</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-L50" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Others </a> </div> <div class="collapse third-item" id="register-L50"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2078" value="2078" title="Lighting Assembly Tools / Light Testing Instruments"> <label class="custom-control-label" for="f_2078">Lighting Assembly Tools / Light Testing Instruments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2079" value="2079" title="Plastic Fittings"> <label class="custom-control-label" for="f_2079">Plastic Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2080" value="2080" title="Plugs"> <label class="custom-control-label" for="f_2080">Plugs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2081" value="2081" title="Sockets"> <label class="custom-control-label" for="f_2081">Sockets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2082" value="2082" title="Starters"> <label class="custom-control-label" for="f_2082">Starters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2083" value="2083" title="Switches"> <label class="custom-control-label" for="f_2083">Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2084" value="2084" title="Transformers"> <label class="custom-control-label" for="f_2084">Transformers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2085" value="2085" title="Voltage Stabilizers"> <label class="custom-control-label" for="f_2085">Voltage Stabilizers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2086" value="2086" title="Wooden Fittings"> <label class="custom-control-label" for="f_2086">Wooden Fittings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2087" value="2087" title="Machines"> <label class="custom-control-label" for="f_2087">Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2088" value="2088" title="Fluorescent Lamp Machine"> <label class="custom-control-label" for="f_2088">Fluorescent Lamp Machine</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2089" value="2089" title="Media & Other Services"> <label class="custom-control-label" for="f_2089">Media & Other Services</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-L25" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>LED & Applications </a> </div> <div class="collapse third-item" id="register-L25"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_577" value="577" title="LED Flashlights"> <label class="custom-control-label" for="f_577">LED Flashlights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2029" value="2029" title="LED Lamps"> <label class="custom-control-label" for="f_2029">LED Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2054" value="2054" title="LEDs"> <label class="custom-control-label" for="f_2054">LEDs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_2076" value="2076" title="LED Drivers"> <label class="custom-control-label" for="f_2076">LED Drivers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8073" value="8073" title="Metal Core PCB (MCPCB)"> <label class="custom-control-label" for="f_8073">Metal Core PCB (MCPCB)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8072" value="8072" title="Optical Lens"> <label class="custom-control-label" for="f_8072">Optical Lens</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6102" value="6102" title="High-power LEDs"> <label class="custom-control-label" for="f_6102">High-power LEDs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6103" value="6103" title="LED Holders"> <label class="custom-control-label" for="f_6103">LED Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6104" value="6104" title="LED Displays"> <label class="custom-control-label" for="f_6104">LED Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6105" value="6105" title="LED indicators"> <label class="custom-control-label" for="f_6105">LED indicators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6106" value="6106" title="LED Panels"> <label class="custom-control-label" for="f_6106">LED Panels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6107" value="6107" title="LED Light Strips"> <label class="custom-control-label" for="f_6107">LED Light Strips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6108" value="6108" title="LED Full Color Displays"> <label class="custom-control-label" for="f_6108">LED Full Color Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6109" value="6109" title="LED Head-Up Displays"> <label class="custom-control-label" for="f_6109">LED Head-Up Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6110" value="6110" title="LED GPS Head-Up Displays"> <label class="custom-control-label" for="f_6110">LED GPS Head-Up Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6111" value="6111" title="LED Backlights"> <label class="custom-control-label" for="f_6111">LED Backlights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9367" value="9367" title="Solar-powered Modules"> <label class="custom-control-label" for="f_9367">Solar-powered Modules</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8074" value="8074" title="LED Heatsink Modules"> <label class="custom-control-label" for="f_8074">LED Heatsink Modules</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8125" value="8125" title="LED Bulbs"> <label class="custom-control-label" for="f_8125">LED Bulbs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14804" value="14804" title="LED Light Box"> <label class="custom-control-label" for="f_14804">LED Light Box</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10702" value="10702" title="LED Modules"> <label class="custom-control-label" for="f_10702">LED Modules</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11472" value="11472" title="LED Flashlights"> <label class="custom-control-label" for="f_11472">LED Flashlights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11474" value="11474" title="Exit Light"> <label class="custom-control-label" for="f_11474">Exit Light</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11836" value="11836" title="LED Tubes"> <label class="custom-control-label" for="f_11836">LED Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14566" value="14566" title="LED Chips"> <label class="custom-control-label" for="f_14566">LED Chips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14805" value="14805" title="LED Bay Lamps"> <label class="custom-control-label" for="f_14805">LED Bay Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18802" value="18802" title="Led Point Light Source"> <label class="custom-control-label" for="f_18802">Led Point Light Source</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25077" value="25077" title="LED Video Walls"> <label class="custom-control-label" for="f_25077">LED Video Walls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24431" value="24431" title="LED Safety Flash Clothes"> <label class="custom-control-label" for="f_24431">LED Safety Flash Clothes</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-L27" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>CCFL & Applications </a> </div> <div class="collapse third-item" id="register-L27"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8575" value="8575" title="CCFL Lamps"> <label class="custom-control-label" for="f_8575">CCFL Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8576" value="8576" title="CCFL Bulbs"> <label class="custom-control-label" for="f_8576">CCFL Bulbs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8577" value="8577" title="CCFL Backlights"> <label class="custom-control-label" for="f_8577">CCFL Backlights</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8578" value="8578" title="CCFL Light Strips"> <label class="custom-control-label" for="f_8578">CCFL Light Strips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8589" value="8589" title="CCFL Tubes"> <label class="custom-control-label" for="f_8589">CCFL Tubes</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-V" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Motorcycles & Powersports </a> <div class="collapse second-category" id="register-V"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V05" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Assembled Vehicles </a> </div> <div class="collapse third-item" id="register-V05"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3130" value="3130" title="Motorcycle"> <label class="custom-control-label" for="f_3130">Motorcycle</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3131" value="3131" title="ATV(All Terrain Vehicles)"> <label class="custom-control-label" for="f_3131">ATV(All Terrain Vehicles)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3132" value="3132" title="Electric Vehicles"> <label class="custom-control-label" for="f_3132">Electric Vehicles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12967" value="12967" title="Scooter"> <label class="custom-control-label" for="f_12967">Scooter</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12968" value="12968" title="UTV (Utility All Terrain Vehicle)"> <label class="custom-control-label" for="f_12968">UTV (Utility All Terrain Vehicle)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12969" value="12969" title="Buggy(Racing Buggy)"> <label class="custom-control-label" for="f_12969">Buggy(Racing Buggy)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12970" value="12970" title="Go-Kart"> <label class="custom-control-label" for="f_12970">Go-Kart</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12971" value="12971" title="Golf Car"> <label class="custom-control-label" for="f_12971">Golf Car</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12972" value="12972" title="Mini Car"> <label class="custom-control-label" for="f_12972">Mini Car</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12973" value="12973" title="E-scooter"> <label class="custom-control-label" for="f_12973">E-scooter</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12974" value="12974" title="E-motorcycle"> <label class="custom-control-label" for="f_12974">E-motorcycle</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12975" value="12975" title="Others"> <label class="custom-control-label" for="f_12975">Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21179" value="21179" title="Fire Motorcycle"> <label class="custom-control-label" for="f_21179">Fire Motorcycle</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Engines & Parts </a> </div> <div class="collapse third-item" id="register-V10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3134" value="3134" title="Engine Parts"> <label class="custom-control-label" for="f_3134">Engine Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3136" value="3136" title="Carburetors"> <label class="custom-control-label" for="f_3136">Carburetors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3137" value="3137" title="Valves"> <label class="custom-control-label" for="f_3137">Valves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3138" value="3138" title="Connecting Rods"> <label class="custom-control-label" for="f_3138">Connecting Rods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3139" value="3139" title="Pistons / Piston Rings"> <label class="custom-control-label" for="f_3139">Pistons / Piston Rings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3140" value="3140" title="Crankcase Covers"> <label class="custom-control-label" for="f_3140">Crankcase Covers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3141" value="3141" title="Cylinders"> <label class="custom-control-label" for="f_3141">Cylinders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3145" value="3145" title="Oil Pumps"> <label class="custom-control-label" for="f_3145">Oil Pumps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3150" value="3150" title="Frames & Parts"> <label class="custom-control-label" for="f_3150">Frames & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12976" value="12976" title="Crank Shafts"> <label class="custom-control-label" for="f_12976">Crank Shafts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12977" value="12977" title="Crank Pins"> <label class="custom-control-label" for="f_12977">Crank Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12978" value="12978" title="Cooling Systems & Parts"> <label class="custom-control-label" for="f_12978">Cooling Systems & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12979" value="12979" title="Oil Seals"> <label class="custom-control-label" for="f_12979">Oil Seals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12980" value="12980" title="Air Filters"> <label class="custom-control-label" for="f_12980">Air Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12981" value="12981" title="Oil Filters"> <label class="custom-control-label" for="f_12981">Oil Filters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12982" value="12982" title="Filter Elements"> <label class="custom-control-label" for="f_12982">Filter Elements</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12983" value="12983" title="Performance Parts"> <label class="custom-control-label" for="f_12983">Performance Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12984" value="12984" title="Bolts & Nuts for Powersports"> <label class="custom-control-label" for="f_12984">Bolts & Nuts for Powersports</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13109" value="13109" title="Engines"> <label class="custom-control-label" for="f_13109">Engines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V72" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports General Accessories </a> </div> <div class="collapse third-item" id="register-V72"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3161" value="3161" title="Security Systems & Locks"> <label class="custom-control-label" for="f_3161">Security Systems & Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3164" value="3164" title="Motorcycle Seats"> <label class="custom-control-label" for="f_3164">Motorcycle Seats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3168" value="3168" title="Other Accessories"> <label class="custom-control-label" for="f_3168">Other Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12752" value="12752" title="Entertainment"> <label class="custom-control-label" for="f_12752">Entertainment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13011" value="13011" title="Communication"> <label class="custom-control-label" for="f_13011">Communication</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13012" value="13012" title="Navigation"> <label class="custom-control-label" for="f_13012">Navigation</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13013" value="13013" title="Performance Accessories"> <label class="custom-control-label" for="f_13013">Performance Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13083" value="13083" title="Alarm Systems / Locks"> <label class="custom-control-label" for="f_13083">Alarm Systems / Locks</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V92" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Tools and Repair Equipment </a> </div> <div class="collapse third-item" id="register-V92"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3170" value="3170" title="Hand Tools"> <label class="custom-control-label" for="f_3170">Hand Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4578" value="4578" title="ATV Ramps"> <label class="custom-control-label" for="f_4578">ATV Ramps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13021" value="13021" title="Jacks"> <label class="custom-control-label" for="f_13021">Jacks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13022" value="13022" title="Trailers"> <label class="custom-control-label" for="f_13022">Trailers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13094" value="13094" title="Special Tools for Motorcycle"> <label class="custom-control-label" for="f_13094">Special Tools for Motorcycle</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13096" value="13096" title="Repair Equipment"> <label class="custom-control-label" for="f_13096">Repair Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14012" value="14012" title="Garage Floor Mats"> <label class="custom-control-label" for="f_14012">Garage Floor Mats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14013" value="14013" title="Motorcycle Tire Changers"> <label class="custom-control-label" for="f_14013">Motorcycle Tire Changers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V12" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Suspension Systems & Parts </a> </div> <div class="collapse third-item" id="register-V12"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3147" value="3147" title="Front Forks"> <label class="custom-control-label" for="f_3147">Front Forks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3148" value="3148" title="Shock Absorbers"> <label class="custom-control-label" for="f_3148">Shock Absorbers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12986" value="12986" title="Swing Arms"> <label class="custom-control-label" for="f_12986">Swing Arms</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V14" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Transmission Systems & Parts </a> </div> <div class="collapse third-item" id="register-V14"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3135" value="3135" title="Gears"> <label class="custom-control-label" for="f_3135">Gears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3142" value="3142" title="Clutches & Parts"> <label class="custom-control-label" for="f_3142">Clutches & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12988" value="12988" title="CVT Systems & Parts"> <label class="custom-control-label" for="f_12988">CVT Systems & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12989" value="12989" title="Clutch Pads"> <label class="custom-control-label" for="f_12989">Clutch Pads</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V16" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Steering Systems & Parts </a> </div> <div class="collapse third-item" id="register-V16"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3162" value="3162" title="Steering Handlebars / Throttle Grips / Handle Parts"> <label class="custom-control-label" for="f_3162">Steering Handlebars / Throttle Grips / Handle Parts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V18" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Brake Systems & Parts </a> </div> <div class="collapse third-item" id="register-V18"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3146" value="3146" title="Brake Discs"> <label class="custom-control-label" for="f_3146">Brake Discs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12992" value="12992" title="Brake Hoses"> <label class="custom-control-label" for="f_12992">Brake Hoses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12993" value="12993" title="Brake Calipers"> <label class="custom-control-label" for="f_12993">Brake Calipers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13059" value="13059" title="Brake Pads & Shoes"> <label class="custom-control-label" for="f_13059">Brake Pads & Shoes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13060" value="13060" title="Brake Linings"> <label class="custom-control-label" for="f_13060">Brake Linings</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Exhaust Systems & Parts </a> </div> <div class="collapse third-item" id="register-V20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3151" value="3151" title="Exhaust Pipes"> <label class="custom-control-label" for="f_3151">Exhaust Pipes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12995" value="12995" title="Muffler Tips"> <label class="custom-control-label" for="f_12995">Muffler Tips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13064" value="13064" title="Mufflers"> <label class="custom-control-label" for="f_13064">Mufflers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V40" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Body Parts </a> </div> <div class="collapse third-item" id="register-V40"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3149" value="3149" title="Body Parts"> <label class="custom-control-label" for="f_3149">Body Parts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V45" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Mirrors </a> </div> <div class="collapse third-item" id="register-V45"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3163" value="3163" title="Mirrors"> <label class="custom-control-label" for="f_3163">Mirrors</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V48" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Lamps </a> </div> <div class="collapse third-item" id="register-V48"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3155" value="3155" title="Headlamps"> <label class="custom-control-label" for="f_3155">Headlamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12999" value="12999" title="Signal Lamps"> <label class="custom-control-label" for="f_12999">Signal Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13000" value="13000" title="LED Lamps"> <label class="custom-control-label" for="f_13000">LED Lamps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13001" value="13001" title="Lamp Bulbs"> <label class="custom-control-label" for="f_13001">Lamp Bulbs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13069" value="13069" title="Tail Lamps"> <label class="custom-control-label" for="f_13069">Tail Lamps</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V62" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Wheels & Tires </a> </div> <div class="collapse third-item" id="register-V62"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3152" value="3152" title="Wheel-rim Bolts"> <label class="custom-control-label" for="f_3152">Wheel-rim Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3153" value="3153" title="Wheel Rims"> <label class="custom-control-label" for="f_3153">Wheel Rims</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3156" value="3156" title="Wheel Hubs"> <label class="custom-control-label" for="f_3156">Wheel Hubs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3157" value="3157" title="Forged and Cast Parts"> <label class="custom-control-label" for="f_3157">Forged and Cast Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11714" value="11714" title="Rubber Tires"> <label class="custom-control-label" for="f_11714">Rubber Tires</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11715" value="11715" title="Inner Tubes"> <label class="custom-control-label" for="f_11715">Inner Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11716" value="11716" title="ATV Tires"> <label class="custom-control-label" for="f_11716">ATV Tires</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V65" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Electrical Parts </a> </div> <div class="collapse third-item" id="register-V65"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3143" value="3143" title="Electronics"> <label class="custom-control-label" for="f_3143">Electronics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3144" value="3144" title="Chains"> <label class="custom-control-label" for="f_3144">Chains</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3154" value="3154" title="Starter Motors"> <label class="custom-control-label" for="f_3154">Starter Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13004" value="13004" title="Wire Harnesses"> <label class="custom-control-label" for="f_13004">Wire Harnesses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13005" value="13005" title="Switches"> <label class="custom-control-label" for="f_13005">Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13006" value="13006" title="Combination Switches"> <label class="custom-control-label" for="f_13006">Combination Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13007" value="13007" title="Ignition Coils"> <label class="custom-control-label" for="f_13007">Ignition Coils</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13008" value="13008" title="Alternators"> <label class="custom-control-label" for="f_13008">Alternators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13009" value="13009" title="Solenoids"> <label class="custom-control-label" for="f_13009">Solenoids</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13010" value="13010" title="Lead-acid Batteries"> <label class="custom-control-label" for="f_13010">Lead-acid Batteries</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V82" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Riding Accessories </a> </div> <div class="collapse third-item" id="register-V82"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3160" value="3160" title="Helmets"> <label class="custom-control-label" for="f_3160">Helmets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5869" value="5869" title="Apparels"> <label class="custom-control-label" for="f_5869">Apparels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13015" value="13015" title="Gloves"> <label class="custom-control-label" for="f_13015">Gloves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13016" value="13016" title="Bags"> <label class="custom-control-label" for="f_13016">Bags</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13017" value="13017" title="Hats"> <label class="custom-control-label" for="f_13017">Hats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13087" value="13087" title="Visors"> <label class="custom-control-label" for="f_13087">Visors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23542" value="23542" title="Sunglasses"> <label class="custom-control-label" for="f_23542">Sunglasses</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V85" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Others </a> </div> <div class="collapse third-item" id="register-V85"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3158" value="3158" title="Other Motorcycle Parts"> <label class="custom-control-label" for="f_3158">Other Motorcycle Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3165" value="3165" title="Metal Parts"> <label class="custom-control-label" for="f_3165">Metal Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3166" value="3166" title="Rubber Parts"> <label class="custom-control-label" for="f_3166">Rubber Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3167" value="3167" title="Plastic Parts"> <label class="custom-control-label" for="f_3167">Plastic Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13019" value="13019" title="Molds & Dies"> <label class="custom-control-label" for="f_13019">Molds & Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13020" value="13020" title="Chemicals"> <label class="custom-control-label" for="f_13020">Chemicals</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V95" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powersports Manufacturing Equipment </a> </div> <div class="collapse third-item" id="register-V95"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_3171" value="3171" title="Manufacturing Equipment"> <label class="custom-control-label" for="f_3171">Manufacturing Equipment</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-V87" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>E-Vehicle Parts </a> </div> <div class="collapse third-item" id="register-V87"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13025" value="13025" title="DC Motors"> <label class="custom-control-label" for="f_13025">DC Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13026" value="13026" title="Motor Parts"> <label class="custom-control-label" for="f_13026">Motor Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13027" value="13027" title="Power Control Units"> <label class="custom-control-label" for="f_13027">Power Control Units</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13028" value="13028" title="Battery Packs"> <label class="custom-control-label" for="f_13028">Battery Packs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13029" value="13029" title="Lithium-ion Power Cells"> <label class="custom-control-label" for="f_13029">Lithium-ion Power Cells</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13030" value="13030" title="Chargers"> <label class="custom-control-label" for="f_13030">Chargers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13031" value="13031" title="Battery Testers"> <label class="custom-control-label" for="f_13031">Battery Testers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13032" value="13032" title="Battery Checkers"> <label class="custom-control-label" for="f_13032">Battery Checkers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13033" value="13033" title="Others"> <label class="custom-control-label" for="f_13033">Others</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-T" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Industrial Parts & Services </a> <div class="collapse second-category" id="register-T"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T02" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Metal Stamped Parts </a> </div> <div class="collapse third-item" id="register-T02"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21280" value="21280" title="Sheet metal"> <label class="custom-control-label" for="f_21280">Sheet metal</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21281" value="21281" title="Tubing"> <label class="custom-control-label" for="f_21281">Tubing</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T05" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>CNC turned, milled, drilled </a> </div> <div class="collapse third-item" id="register-T05"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21282" value="21282" title="CNC lathing"> <label class="custom-control-label" for="f_21282">CNC lathing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21283" value="21283" title="Milling"> <label class="custom-control-label" for="f_21283">Milling</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21284" value="21284" title="Drilling"> <label class="custom-control-label" for="f_21284">Drilling</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21285" value="21285" title="Grinding"> <label class="custom-control-label" for="f_21285">Grinding</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Formed parts </a> </div> <div class="collapse third-item" id="register-T10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21287" value="21287" title="Screws, Nuts, Bolts"> <label class="custom-control-label" for="f_21287">Screws, Nuts, Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21288" value="21288" title="Springs, Spring Clips"> <label class="custom-control-label" for="f_21288">Springs, Spring Clips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21289" value="21289" title="Wire-formed Parts"> <label class="custom-control-label" for="f_21289">Wire-formed Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21290" value="21290" title="Plates"> <label class="custom-control-label" for="f_21290">Plates</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21291" value="21291" title="Bars"> <label class="custom-control-label" for="f_21291">Bars</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Casting, Forging and Die-casting, Heat treating </a> </div> <div class="collapse third-item" id="register-T20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21293" value="21293" title="Casting"> <label class="custom-control-label" for="f_21293">Casting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21294" value="21294" title="Forging"> <label class="custom-control-label" for="f_21294">Forging</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21295" value="21295" title="Die-casting"> <label class="custom-control-label" for="f_21295">Die-casting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21296" value="21296" title="Heat treating"> <label class="custom-control-label" for="f_21296">Heat treating</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T30" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Powder metallurgy </a> </div> <div class="collapse third-item" id="register-T30"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21299" value="21299" title="Dies and Molds"> <label class="custom-control-label" for="f_21299">Dies and Molds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21300" value="21300" title="Soft-magnetic Powered Metal Parts"> <label class="custom-control-label" for="f_21300">Soft-magnetic Powered Metal Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21301" value="21301" title="Bearings"> <label class="custom-control-label" for="f_21301">Bearings</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T35" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Soldering and Welding of Tubing, Sheet Metal </a> </div> <div class="collapse third-item" id="register-T35"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21303" value="21303" title="Tubing"> <label class="custom-control-label" for="f_21303">Tubing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21304" value="21304" title="Sheet metal"> <label class="custom-control-label" for="f_21304">Sheet metal</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21305" value="21305" title="Wires"> <label class="custom-control-label" for="f_21305">Wires</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T40" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Plastic Parts </a> </div> <div class="collapse third-item" id="register-T40"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21307" value="21307" title="Extrusion"> <label class="custom-control-label" for="f_21307">Extrusion</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21308" value="21308" title="Injection molding"> <label class="custom-control-label" for="f_21308">Injection molding</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21309" value="21309" title="Blow molding"> <label class="custom-control-label" for="f_21309">Blow molding</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T50" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Surface Treatment </a> </div> <div class="collapse third-item" id="register-T50"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21313" value="21313" title="Coating"> <label class="custom-control-label" for="f_21313">Coating</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21314" value="21314" title="Painting"> <label class="custom-control-label" for="f_21314">Painting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21315" value="21315" title="Electroplating"> <label class="custom-control-label" for="f_21315">Electroplating</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21316" value="21316" title="Anodizing"> <label class="custom-control-label" for="f_21316">Anodizing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21317" value="21317" title="Hydrographic (Water Transfer Printing)"> <label class="custom-control-label" for="f_21317">Hydrographic (Water Transfer Printing)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T60" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Tools, Cutters, Jigs, Spindles </a> </div> <div class="collapse third-item" id="register-T60"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21319" value="21319" title="Tools"> <label class="custom-control-label" for="f_21319">Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21320" value="21320" title="Cutters"> <label class="custom-control-label" for="f_21320">Cutters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21321" value="21321" title="Jigs"> <label class="custom-control-label" for="f_21321">Jigs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21322" value="21322" title="Spindles"> <label class="custom-control-label" for="f_21322">Spindles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21323" value="21323" title="Grinding Wheels"> <label class="custom-control-label" for="f_21323">Grinding Wheels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21324" value="21324" title="Molds and Dies"> <label class="custom-control-label" for="f_21324">Molds and Dies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21325" value="21325" title="Robotic Arms"> <label class="custom-control-label" for="f_21325">Robotic Arms</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T65" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Hydrodynamic Systems </a> </div> <div class="collapse third-item" id="register-T65"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21327" value="21327" title="Hydraulic Units"> <label class="custom-control-label" for="f_21327">Hydraulic Units</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21328" value="21328" title="Air Compreesor Components"> <label class="custom-control-label" for="f_21328">Air Compreesor Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21329" value="21329" title="Pneumatic Components"> <label class="custom-control-label" for="f_21329">Pneumatic Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21330" value="21330" title="Filters"> <label class="custom-control-label" for="f_21330">Filters</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T68" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Transmission System </a> </div> <div class="collapse third-item" id="register-T68"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21332" value="21332" title="Ballscrews"> <label class="custom-control-label" for="f_21332">Ballscrews</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21333" value="21333" title="Slideways"> <label class="custom-control-label" for="f_21333">Slideways</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21334" value="21334" title="Bearings"> <label class="custom-control-label" for="f_21334">Bearings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21335" value="21335" title="Motors"> <label class="custom-control-label" for="f_21335">Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21336" value="21336" title="Reduction Gears"> <label class="custom-control-label" for="f_21336">Reduction Gears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21337" value="21337" title="Clutches"> <label class="custom-control-label" for="f_21337">Clutches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21338" value="21338" title="Gears"> <label class="custom-control-label" for="f_21338">Gears</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24804" value="24804" title="Transmission Shaft for Industrial Use"> <label class="custom-control-label" for="f_24804">Transmission Shaft for Industrial Use</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T70" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Testing & Measuring Equipment </a> </div> <div class="collapse third-item" id="register-T70"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21340" value="21340" title="Gauges & Measuring Instrument"> <label class="custom-control-label" for="f_21340">Gauges & Measuring Instrument</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21341" value="21341" title="Testing"> <label class="custom-control-label" for="f_21341">Testing</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21342" value="21342" title="Optical Inspection"> <label class="custom-control-label" for="f_21342">Optical Inspection</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21343" value="21343" title="Inspection Equipment"> <label class="custom-control-label" for="f_21343">Inspection Equipment</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T80" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Power supplies, Electronics </a> </div> <div class="collapse third-item" id="register-T80"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21345" value="21345" title="Power Supplies"> <label class="custom-control-label" for="f_21345">Power Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21346" value="21346" title="Electronics"> <label class="custom-control-label" for="f_21346">Electronics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21347" value="21347" title="Computer Components"> <label class="custom-control-label" for="f_21347">Computer Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21348" value="21348" title="Software"> <label class="custom-control-label" for="f_21348">Software</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T85" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Warehouse & Logistics Systems </a> </div> <div class="collapse third-item" id="register-T85"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21350" value="21350" title="Warehouse Equipment"> <label class="custom-control-label" for="f_21350">Warehouse Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21351" value="21351" title="Storage Racks"> <label class="custom-control-label" for="f_21351">Storage Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21352" value="21352" title="Display Stands"> <label class="custom-control-label" for="f_21352">Display Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21353" value="21353" title="Logistics Systems"> <label class="custom-control-label" for="f_21353">Logistics Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21354" value="21354" title="Warehouse Management Software"> <label class="custom-control-label" for="f_21354">Warehouse Management Software</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T90" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Raw Materials </a> </div> <div class="collapse third-item" id="register-T90"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21356" value="21356" title="Plastic Pellets"> <label class="custom-control-label" for="f_21356">Plastic Pellets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21357" value="21357" title="Rubber Pellets"> <label class="custom-control-label" for="f_21357">Rubber Pellets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21358" value="21358" title="Silicone"> <label class="custom-control-label" for="f_21358">Silicone</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21359" value="21359" title="Steel"> <label class="custom-control-label" for="f_21359">Steel</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21360" value="21360" title="Stainless Steel"> <label class="custom-control-label" for="f_21360">Stainless Steel</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21361" value="21361" title="Copper"> <label class="custom-control-label" for="f_21361">Copper</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21362" value="21362" title="Aluminum"> <label class="custom-control-label" for="f_21362">Aluminum</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21363" value="21363" title="Magnesium"> <label class="custom-control-label" for="f_21363">Magnesium</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21364" value="21364" title="Zinc"> <label class="custom-control-label" for="f_21364">Zinc</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T75" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Aerospace, Green Energy, Wind Power, Photovoltaics </a> </div> <div class="collapse third-item" id="register-T75"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21366" value="21366" title="Aerospace"> <label class="custom-control-label" for="f_21366">Aerospace</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21367" value="21367" title="Green Energy"> <label class="custom-control-label" for="f_21367">Green Energy</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21368" value="21368" title="Wind Power"> <label class="custom-control-label" for="f_21368">Wind Power</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21369" value="21369" title="Photovoltaics"> <label class="custom-control-label" for="f_21369">Photovoltaics</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-T42" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Rubber Parts </a> </div> <div class="collapse third-item" id="register-T42"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21371" value="21371" title="Rubber"> <label class="custom-control-label" for="f_21371">Rubber</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21372" value="21372" title="Silicone"> <label class="custom-control-label" for="f_21372">Silicone</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-S" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Screws & Fasteners </a> <div class="collapse second-category" id="register-S"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Screws </a> </div> <div class="collapse third-item" id="register-S10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21692" value="21692" title="Self-drilling Screws"> <label class="custom-control-label" for="f_21692">Self-drilling Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21693" value="21693" title="Hex-head Cap Screws"> <label class="custom-control-label" for="f_21693">Hex-head Cap Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21694" value="21694" title="Self-tapping Screws"> <label class="custom-control-label" for="f_21694">Self-tapping Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21695" value="21695" title="Wood Screws"> <label class="custom-control-label" for="f_21695">Wood Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21696" value="21696" title="Machine Screws"> <label class="custom-control-label" for="f_21696">Machine Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21697" value="21697" title="Furniture Screws"> <label class="custom-control-label" for="f_21697">Furniture Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21698" value="21698" title="Wing Screws"> <label class="custom-control-label" for="f_21698">Wing Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21699" value="21699" title="Headless Hex Socket Screws"> <label class="custom-control-label" for="f_21699">Headless Hex Socket Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21700" value="21700" title="Flat-head Hex Socket Screws"> <label class="custom-control-label" for="f_21700">Flat-head Hex Socket Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21701" value="21701" title="Electronic Screws"> <label class="custom-control-label" for="f_21701">Electronic Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21702" value="21702" title="Long Screws"> <label class="custom-control-label" for="f_21702">Long Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21703" value="21703" title="Roofing Screws"> <label class="custom-control-label" for="f_21703">Roofing Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21704" value="21704" title="Bi-metal Screws"> <label class="custom-control-label" for="f_21704">Bi-metal Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21705" value="21705" title="SEMS Screws"> <label class="custom-control-label" for="f_21705">SEMS Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21706" value="21706" title="Collated Screws"> <label class="custom-control-label" for="f_21706">Collated Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21707" value="21707" title="Stainless Steel Screws"> <label class="custom-control-label" for="f_21707">Stainless Steel Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21708" value="21708" title="Hex Socket Cap Screws"> <label class="custom-control-label" for="f_21708">Hex Socket Cap Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21709" value="21709" title="Drywall Screws"> <label class="custom-control-label" for="f_21709">Drywall Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21710" value="21710" title="Concrete Screws"> <label class="custom-control-label" for="f_21710">Concrete Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21711" value="21711" title="Chipboard Screws"> <label class="custom-control-label" for="f_21711">Chipboard Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21712" value="21712" title="Automotive Screws"> <label class="custom-control-label" for="f_21712">Automotive Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21713" value="21713" title="Construction Screws"> <label class="custom-control-label" for="f_21713">Construction Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21714" value="21714" title="Window Screws"> <label class="custom-control-label" for="f_21714">Window Screws</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21715" value="21715" title="Special Screws"> <label class="custom-control-label" for="f_21715">Special Screws</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Bolts </a> </div> <div class="collapse third-item" id="register-S20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21717" value="21717" title="Hex Socket Cap Bolts"> <label class="custom-control-label" for="f_21717">Hex Socket Cap Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21718" value="21718" title="Stainless-steel Bolts"> <label class="custom-control-label" for="f_21718">Stainless-steel Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21719" value="21719" title="T-Bolts"> <label class="custom-control-label" for="f_21719">T-Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21720" value="21720" title="Carriage Bolts"> <label class="custom-control-label" for="f_21720">Carriage Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21721" value="21721" title="Hex Flange Bolts"> <label class="custom-control-label" for="f_21721">Hex Flange Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21722" value="21722" title="Hex Bolts"> <label class="custom-control-label" for="f_21722">Hex Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21723" value="21723" title="Automotive Bolts"> <label class="custom-control-label" for="f_21723">Automotive Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21724" value="21724" title="Construction Bolts"> <label class="custom-control-label" for="f_21724">Construction Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21725" value="21725" title="Mechanical Bolts"> <label class="custom-control-label" for="f_21725">Mechanical Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21726" value="21726" title="Metric Bolts"> <label class="custom-control-label" for="f_21726">Metric Bolts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21727" value="21727" title="Special Bolts"> <label class="custom-control-label" for="f_21727">Special Bolts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S30" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Nuts </a> </div> <div class="collapse third-item" id="register-S30"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21729" value="21729" title="Square Nuts"> <label class="custom-control-label" for="f_21729">Square Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21730" value="21730" title="Tube Caps"> <label class="custom-control-label" for="f_21730">Tube Caps</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21731" value="21731" title="T-nuts"> <label class="custom-control-label" for="f_21731">T-nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21732" value="21732" title="Hex Flange Nuts"> <label class="custom-control-label" for="f_21732">Hex Flange Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21733" value="21733" title="Flange Nuts"> <label class="custom-control-label" for="f_21733">Flange Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21734" value="21734" title="Wing Nuts"> <label class="custom-control-label" for="f_21734">Wing Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21735" value="21735" title="Acorn Nuts"> <label class="custom-control-label" for="f_21735">Acorn Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21736" value="21736" title="Weld Nuts"> <label class="custom-control-label" for="f_21736">Weld Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21737" value="21737" title="Insert Nuts"> <label class="custom-control-label" for="f_21737">Insert Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21738" value="21738" title="Lock Nuts"> <label class="custom-control-label" for="f_21738">Lock Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21739" value="21739" title="Nylon Nuts"> <label class="custom-control-label" for="f_21739">Nylon Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21740" value="21740" title="Hex Nuts"> <label class="custom-control-label" for="f_21740">Hex Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21741" value="21741" title="Automotive Nuts"> <label class="custom-control-label" for="f_21741">Automotive Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21742" value="21742" title="Construction Nuts"> <label class="custom-control-label" for="f_21742">Construction Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21743" value="21743" title="Keps Nuts"> <label class="custom-control-label" for="f_21743">Keps Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21744" value="21744" title="Special Nuts"> <label class="custom-control-label" for="f_21744">Special Nuts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S40" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Blind Rivet Nuts </a> </div> <div class="collapse third-item" id="register-S40"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21814" value="21814" title="Blind Rivet Nuts"> <label class="custom-control-label" for="f_21814">Blind Rivet Nuts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23633" value="23633" title="RIVET NUT (BLIND FASTENERS)"> <label class="custom-control-label" for="f_23633">RIVET NUT (BLIND FASTENERS)</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S42" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Washers </a> </div> <div class="collapse third-item" id="register-S42"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21747" value="21747" title="Stainless-Steel Washers"> <label class="custom-control-label" for="f_21747">Stainless-Steel Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21748" value="21748" title="Flat Washers"> <label class="custom-control-label" for="f_21748">Flat Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21749" value="21749" title="Nylon Washers"> <label class="custom-control-label" for="f_21749">Nylon Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21750" value="21750" title="Spring Washers"> <label class="custom-control-label" for="f_21750">Spring Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21751" value="21751" title="Rubber Washers"> <label class="custom-control-label" for="f_21751">Rubber Washers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21752" value="21752" title="Special Washers"> <label class="custom-control-label" for="f_21752">Special Washers</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S45" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Anchors </a> </div> <div class="collapse third-item" id="register-S45"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21754" value="21754" title="Nylon Anchors"> <label class="custom-control-label" for="f_21754">Nylon Anchors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21755" value="21755" title="Expansion Anchors"> <label class="custom-control-label" for="f_21755">Expansion Anchors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21756" value="21756" title="Hollow Wall Anchors"> <label class="custom-control-label" for="f_21756">Hollow Wall Anchors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21757" value="21757" title="Plastic Anchors"> <label class="custom-control-label" for="f_21757">Plastic Anchors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21758" value="21758" title="Sleeve Anchors"> <label class="custom-control-label" for="f_21758">Sleeve Anchors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21759" value="21759" title="Special Anchors"> <label class="custom-control-label" for="f_21759">Special Anchors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21760" value="21760" title="Sleeves"> <label class="custom-control-label" for="f_21760">Sleeves</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S50" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Rivets </a> </div> <div class="collapse third-item" id="register-S50"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21762" value="21762" title="Blind Rivets"> <label class="custom-control-label" for="f_21762">Blind Rivets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21763" value="21763" title="Other Rivets"> <label class="custom-control-label" for="f_21763">Other Rivets</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S52" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Hose Clamps / Clips </a> </div> <div class="collapse third-item" id="register-S52"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21765" value="21765" title="Hose Clamps / Clips"> <label class="custom-control-label" for="f_21765">Hose Clamps / Clips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21766" value="21766" title="Bulldog Grips"> <label class="custom-control-label" for="f_21766">Bulldog Grips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21767" value="21767" title="Spring Clips"> <label class="custom-control-label" for="f_21767">Spring Clips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21768" value="21768" title="Other Clamps / Clips"> <label class="custom-control-label" for="f_21768">Other Clamps / Clips</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S56" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Nails </a> </div> <div class="collapse third-item" id="register-S56"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21770" value="21770" title="Masonry Nails"> <label class="custom-control-label" for="f_21770">Masonry Nails</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21771" value="21771" title="Collated Nails"> <label class="custom-control-label" for="f_21771">Collated Nails</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21772" value="21772" title="Stainless-Steel Nails"> <label class="custom-control-label" for="f_21772">Stainless-Steel Nails</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21773" value="21773" title="Other Nails"> <label class="custom-control-label" for="f_21773">Other Nails</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S60" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Retaining Rings </a> </div> <div class="collapse third-item" id="register-S60"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21775" value="21775" title="Retaining Rings"> <label class="custom-control-label" for="f_21775">Retaining Rings</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S65" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Pins </a> </div> <div class="collapse third-item" id="register-S65"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21777" value="21777" title="Pins"> <label class="custom-control-label" for="f_21777">Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21778" value="21778" title="Solid Pins"> <label class="custom-control-label" for="f_21778">Solid Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21779" value="21779" title="Safety Pins"> <label class="custom-control-label" for="f_21779">Safety Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21780" value="21780" title="Special Pins"> <label class="custom-control-label" for="f_21780">Special Pins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21781" value="21781" title="Other Pins"> <label class="custom-control-label" for="f_21781">Other Pins</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S70" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Hooks </a> </div> <div class="collapse third-item" id="register-S70"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21783" value="21783" title="S-Hooks"> <label class="custom-control-label" for="f_21783">S-Hooks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21784" value="21784" title="Screw Hooks"> <label class="custom-control-label" for="f_21784">Screw Hooks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21785" value="21785" title="Other Hooks"> <label class="custom-control-label" for="f_21785">Other Hooks</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S75" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Other Industrial Parts </a> </div> <div class="collapse third-item" id="register-S75"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21787" value="21787" title="Stamped Parts"> <label class="custom-control-label" for="f_21787">Stamped Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21788" value="21788" title="Turned Parts"> <label class="custom-control-label" for="f_21788">Turned Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21789" value="21789" title="Die-castings & Forgings"> <label class="custom-control-label" for="f_21789">Die-castings & Forgings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21790" value="21790" title="Powder Metal Parts"> <label class="custom-control-label" for="f_21790">Powder Metal Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21791" value="21791" title="Rubber & Plastic Parts"> <label class="custom-control-label" for="f_21791">Rubber & Plastic Parts</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S80" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Manufacturing Equipment </a> </div> <div class="collapse third-item" id="register-S80"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21793" value="21793" title="Riveting Machines"> <label class="custom-control-label" for="f_21793">Riveting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21794" value="21794" title="Screw-making Machines"> <label class="custom-control-label" for="f_21794">Screw-making Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21795" value="21795" title="Tapping Machines"> <label class="custom-control-label" for="f_21795">Tapping Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21796" value="21796" title="Thread Rolling Machines"> <label class="custom-control-label" for="f_21796">Thread Rolling Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21797" value="21797" title="Heading Machines"> <label class="custom-control-label" for="f_21797">Heading Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21798" value="21798" title="Nut Formers"> <label class="custom-control-label" for="f_21798">Nut Formers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21799" value="21799" title="Screw-point Cutting Machines"> <label class="custom-control-label" for="f_21799">Screw-point Cutting Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21800" value="21800" title="Vibratory Feeders"> <label class="custom-control-label" for="f_21800">Vibratory Feeders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21801" value="21801" title="Automatic Feeders"> <label class="custom-control-label" for="f_21801">Automatic Feeders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21802" value="21802" title="Cold Forging Machines"> <label class="custom-control-label" for="f_21802">Cold Forging Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21803" value="21803" title="Punches, Dies and Molds"> <label class="custom-control-label" for="f_21803">Punches, Dies and Molds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21804" value="21804" title="Packing Machines"> <label class="custom-control-label" for="f_21804">Packing Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-S90" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Other Screws & Fasteners </a> </div> <div class="collapse third-item" id="register-S90"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21806" value="21806" title="Surface Treatment"> <label class="custom-control-label" for="f_21806">Surface Treatment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21807" value="21807" title="Servomotors"> <label class="custom-control-label" for="f_21807">Servomotors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21808" value="21808" title="Vibration Plates"> <label class="custom-control-label" for="f_21808">Vibration Plates</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21809" value="21809" title="Conveyer Belts"> <label class="custom-control-label" for="f_21809">Conveyer Belts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21810" value="21810" title="Pulleys"> <label class="custom-control-label" for="f_21810">Pulleys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21811" value="21811" title="RF Connectors"> <label class="custom-control-label" for="f_21811">RF Connectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21812" value="21812" title="Slide Rails"> <label class="custom-control-label" for="f_21812">Slide Rails</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-E" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Electronics & Computers </a> <div class="collapse second-category" id="register-E"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E05" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Electronic Components & Parts </a> </div> <div class="collapse third-item" id="register-E05"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_480" value="480" title="Converters, Inverters, Power Modules, AC/DC Adapters"> <label class="custom-control-label" for="f_480">Converters, Inverters, Power Modules, AC/DC Adapters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_481" value="481" title="Analytical & Calibration Instruments & Meters"> <label class="custom-control-label" for="f_481">Analytical & Calibration Instruments & Meters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_482" value="482" title="Cathode Ray Tubes (CRT)"> <label class="custom-control-label" for="f_482">Cathode Ray Tubes (CRT)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_483" value="483" title="Coils & Inductors"> <label class="custom-control-label" for="f_483">Coils & Inductors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_484" value="484" title="Distribution Boards"> <label class="custom-control-label" for="f_484">Distribution Boards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_485" value="485" title="Electrical Insulation Materials"> <label class="custom-control-label" for="f_485">Electrical Insulation Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_486" value="486" title="Electro-Magnets and Magnetic Switches"> <label class="custom-control-label" for="f_486">Electro-Magnets and Magnetic Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_487" value="487" title="Electronic Measuring & Testing Instruments"> <label class="custom-control-label" for="f_487">Electronic Measuring & Testing Instruments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_488" value="488" title="Electronic Moving Message Displays"> <label class="custom-control-label" for="f_488">Electronic Moving Message Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_489" value="489" title="Enameled Copper Wires"> <label class="custom-control-label" for="f_489">Enameled Copper Wires</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_490" value="490" title="Fuses, Breakers & Switches"> <label class="custom-control-label" for="f_490">Fuses, Breakers & Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_491" value="491" title="Fuse-Cutouts"> <label class="custom-control-label" for="f_491">Fuse-Cutouts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_492" value="492" title="Hybrid & Modular Components"> <label class="custom-control-label" for="f_492">Hybrid & Modular Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_493" value="493" title="Industrial Electric Devices"> <label class="custom-control-label" for="f_493">Industrial Electric Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_494" value="494" title="Integrated Circuits & Micro-assemblies"> <label class="custom-control-label" for="f_494">Integrated Circuits & Micro-assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_495" value="495" title="Lightning Arresters & Surge Suppressors"> <label class="custom-control-label" for="f_495">Lightning Arresters & Surge Suppressors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_496" value="496" title="Passive & Mechanical Components"> <label class="custom-control-label" for="f_496">Passive & Mechanical Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_497" value="497" title="Plugs, Jacks, Sockets, Switches, etc."> <label class="custom-control-label" for="f_497">Plugs, Jacks, Sockets, Switches, etc.</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_498" value="498" title="Rectifiers"> <label class="custom-control-label" for="f_498">Rectifiers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_499" value="499" title="Relays"> <label class="custom-control-label" for="f_499">Relays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_500" value="500" title="Resistors"> <label class="custom-control-label" for="f_500">Resistors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_501" value="501" title="Silicon & Rubbers Keypads"> <label class="custom-control-label" for="f_501">Silicon & Rubbers Keypads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_502" value="502" title="Speaker Components & Parts"> <label class="custom-control-label" for="f_502">Speaker Components & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_503" value="503" title="Thermionic Tubes"> <label class="custom-control-label" for="f_503">Thermionic Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_504" value="504" title="Transformers"> <label class="custom-control-label" for="f_504">Transformers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_505" value="505" title="Transistors, MOSFET, Diodes, LCDs & LEDs"> <label class="custom-control-label" for="f_505">Transistors, MOSFET, Diodes, LCDs & LEDs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_506" value="506" title="Wires & Cables"> <label class="custom-control-label" for="f_506">Wires & Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_507" value="507" title="Semiconductors"> <label class="custom-control-label" for="f_507">Semiconductors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_508" value="508" title="Remote Controls"> <label class="custom-control-label" for="f_508">Remote Controls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_509" value="509" title="Synchronized Linear Motors"> <label class="custom-control-label" for="f_509">Synchronized Linear Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_510" value="510" title="Connectors"> <label class="custom-control-label" for="f_510">Connectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_511" value="511" title="Power Strips, Extension Cords"> <label class="custom-control-label" for="f_511">Power Strips, Extension Cords</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_512" value="512" title="Heat Pipes"> <label class="custom-control-label" for="f_512">Heat Pipes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4576" value="4576" title="Heating Elements, Electric Heaters"> <label class="custom-control-label" for="f_4576">Heating Elements, Electric Heaters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6071" value="6071" title="Solar Cells, Solar Cell Panels, Solar Wafers / PV Materials"> <label class="custom-control-label" for="f_6071">Solar Cells, Solar Cell Panels, Solar Wafers / PV Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6124" value="6124" title="Crystal Oscillator"> <label class="custom-control-label" for="f_6124">Crystal Oscillator</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11068" value="11068" title="Driver IC"> <label class="custom-control-label" for="f_11068">Driver IC</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11887" value="11887" title="SMT Assemblies (Surface-mount technology)"> <label class="custom-control-label" for="f_11887">SMT Assemblies (Surface-mount technology)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16954" value="16954" title="Cable Assemblies"> <label class="custom-control-label" for="f_16954">Cable Assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17544" value="17544" title="Sensor Switches"> <label class="custom-control-label" for="f_17544">Sensor Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22409" value="22409" title="Membrane switch"> <label class="custom-control-label" for="f_22409">Membrane switch</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22410" value="22410" title="FPC(Flexible Printed circuit)"> <label class="custom-control-label" for="f_22410">FPC(Flexible Printed circuit)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25078" value="25078" title="Touch Switches"> <label class="custom-control-label" for="f_25078">Touch Switches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25456" value="25456" title="Solar Connectors and Cables"> <label class="custom-control-label" for="f_25456">Solar Connectors and Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25457" value="25457" title="Underground Low-Energy Circuit Cables"> <label class="custom-control-label" for="f_25457">Underground Low-Energy Circuit Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25458" value="25458" title="Submersible Motor Line Submersible Pump Cables"> <label class="custom-control-label" for="f_25458">Submersible Motor Line Submersible Pump Cables</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Electronic Products and Communications Products </a> </div> <div class="collapse third-item" id="register-E10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_514" value="514" title="Elevation Equipment"> <label class="custom-control-label" for="f_514">Elevation Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_515" value="515" title="Equipment for Production of Electronic Components & Assemblies"> <label class="custom-control-label" for="f_515">Equipment for Production of Electronic Components & Assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_516" value="516" title="Illumination Devices & Accessories"> <label class="custom-control-label" for="f_516">Illumination Devices & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_517" value="517" title="Industrial Electronics & Electrical Equipment"> <label class="custom-control-label" for="f_517">Industrial Electronics & Electrical Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_518" value="518" title="Motors, Generators & Parts"> <label class="custom-control-label" for="f_518">Motors, Generators & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_519" value="519" title="Power Supplies"> <label class="custom-control-label" for="f_519">Power Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_520" value="520" title="Refrigerating Equipment"> <label class="custom-control-label" for="f_520">Refrigerating Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_521" value="521" title="Sealing & Packaging Equipment"> <label class="custom-control-label" for="f_521">Sealing & Packaging Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_522" value="522" title="Security Systems, DVR, CCTV"> <label class="custom-control-label" for="f_522">Security Systems, DVR, CCTV</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_523" value="523" title="Soldering & Desoldering Equipment"> <label class="custom-control-label" for="f_523">Soldering & Desoldering Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_524" value="524" title="Surface Mounting Devices (SMD)"> <label class="custom-control-label" for="f_524">Surface Mounting Devices (SMD)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_525" value="525" title="Telecommunications Equipment, Components and Assemblies"> <label class="custom-control-label" for="f_525">Telecommunications Equipment, Components and Assemblies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_526" value="526" title="Stage Technology Equipment"> <label class="custom-control-label" for="f_526">Stage Technology Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_527" value="527" title="Electronics Processing Machinery & Equipment"> <label class="custom-control-label" for="f_527">Electronics Processing Machinery & Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_528" value="528" title="Precision Glue Dispensers"> <label class="custom-control-label" for="f_528">Precision Glue Dispensers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_529" value="529" title="Multimeters"> <label class="custom-control-label" for="f_529">Multimeters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_530" value="530" title="Industrial Automatic Control Systems"> <label class="custom-control-label" for="f_530">Industrial Automatic Control Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_531" value="531" title="ADSL, XDSL"> <label class="custom-control-label" for="f_531">ADSL, XDSL</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_532" value="532" title="Ethernet"> <label class="custom-control-label" for="f_532">Ethernet</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_533" value="533" title="Internet Service Providers"> <label class="custom-control-label" for="f_533">Internet Service Providers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_534" value="534" title="ISDN"> <label class="custom-control-label" for="f_534">ISDN</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_535" value="535" title="LAN"> <label class="custom-control-label" for="f_535">LAN</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_536" value="536" title="Modems"> <label class="custom-control-label" for="f_536">Modems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_537" value="537" title="Network Management/Services"> <label class="custom-control-label" for="f_537">Network Management/Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_538" value="538" title="Networking Products"> <label class="custom-control-label" for="f_538">Networking Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_539" value="539" title="Products for Video Conferences"> <label class="custom-control-label" for="f_539">Products for Video Conferences</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_540" value="540" title="Routers"> <label class="custom-control-label" for="f_540">Routers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_541" value="541" title="USB Hubs"> <label class="custom-control-label" for="f_541">USB Hubs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_542" value="542" title="Video Conference"> <label class="custom-control-label" for="f_542">Video Conference</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_543" value="543" title="Voice Over Internet Protocol (VOIP)"> <label class="custom-control-label" for="f_543">Voice Over Internet Protocol (VOIP)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_544" value="544" title="Information Appliances"> <label class="custom-control-label" for="f_544">Information Appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_545" value="545" title="Wireless Communications Products"> <label class="custom-control-label" for="f_545">Wireless Communications Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5881" value="5881" title="Mobile Phone"> <label class="custom-control-label" for="f_5881">Mobile Phone</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6252" value="6252" title="Equipment for Clean Rooms"> <label class="custom-control-label" for="f_6252">Equipment for Clean Rooms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8463" value="8463" title="Electronic Cabinets / Racks"> <label class="custom-control-label" for="f_8463">Electronic Cabinets / Racks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9371" value="9371" title="RFID"> <label class="custom-control-label" for="f_9371">RFID</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13124" value="13124" title="Video Games, Console, Machines"> <label class="custom-control-label" for="f_13124">Video Games, Console, Machines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13123" value="13123" title="Electronic Dictionary / Translators"> <label class="custom-control-label" for="f_13123">Electronic Dictionary / Translators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14014" value="14014" title="IOT Network-connected Products"> <label class="custom-control-label" for="f_14014">IOT Network-connected Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14015" value="14015" title="Bluetooth Products"> <label class="custom-control-label" for="f_14015">Bluetooth Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14016" value="14016" title="WiMAX Products and others"> <label class="custom-control-label" for="f_14016">WiMAX Products and others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16118" value="16118" title="Radio & TV Broadcasting Equipment"> <label class="custom-control-label" for="f_16118">Radio & TV Broadcasting Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18801" value="18801" title="Absorbing materials"> <label class="custom-control-label" for="f_18801">Absorbing materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21813" value="21813" title="Smart Home Devices"> <label class="custom-control-label" for="f_21813">Smart Home Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22885" value="22885" title="Shark Self-order Kiosk"> <label class="custom-control-label" for="f_22885">Shark Self-order Kiosk</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22886" value="22886" title="Self-service Kiosk"> <label class="custom-control-label" for="f_22886">Self-service Kiosk</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22887" value="22887" title="ATM"> <label class="custom-control-label" for="f_22887">ATM</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25079" value="25079" title="AI Voice"> <label class="custom-control-label" for="f_25079">AI Voice</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25080" value="25080" title="Smart Centralized Controls"> <label class="custom-control-label" for="f_25080">Smart Centralized Controls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25081" value="25081" title="Detectors"> <label class="custom-control-label" for="f_25081">Detectors</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Consumer Electronics & Electrical Products </a> </div> <div class="collapse third-item" id="register-E20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_547" value="547" title="Air Conditioners"> <label class="custom-control-label" for="f_547">Air Conditioners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_548" value="548" title="Antennas, CATV/MATV Accessories"> <label class="custom-control-label" for="f_548">Antennas, CATV/MATV Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_549" value="549" title="Audio Systems"> <label class="custom-control-label" for="f_549">Audio Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_550" value="550" title="Batteries, Chargers & Parts"> <label class="custom-control-label" for="f_550">Batteries, Chargers & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_551" value="551" title="Cable TV Products"> <label class="custom-control-label" for="f_551">Cable TV Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_552" value="552" title="Calculators"> <label class="custom-control-label" for="f_552">Calculators</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_553" value="553" title="Capacitors"> <label class="custom-control-label" for="f_553">Capacitors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_554" value="554" title="Car Entertainment & Security Systems"> <label class="custom-control-label" for="f_554">Car Entertainment & Security Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_555" value="555" title="Electronic Cash Registers"> <label class="custom-control-label" for="f_555">Electronic Cash Registers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_556" value="556" title="CD Music Centers"> <label class="custom-control-label" for="f_556">CD Music Centers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_557" value="557" title="Electric Fans & Parts"> <label class="custom-control-label" for="f_557">Electric Fans & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_558" value="558" title="Electric Household Appliances"> <label class="custom-control-label" for="f_558">Electric Household Appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_559" value="559" title="Electric Clocks & Watches"> <label class="custom-control-label" for="f_559">Electric Clocks & Watches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_560" value="560" title="Electric Thermal Appliances & Parts"> <label class="custom-control-label" for="f_560">Electric Thermal Appliances & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_561" value="561" title="Electronic Games"> <label class="custom-control-label" for="f_561">Electronic Games</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_562" value="562" title="Headphones"> <label class="custom-control-label" for="f_562">Headphones</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_563" value="563" title="Intercoms"> <label class="custom-control-label" for="f_563">Intercoms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_564" value="564" title="OA Equipment (Fax Machines, Telecopiers, etc.)"> <label class="custom-control-label" for="f_564">OA Equipment (Fax Machines, Telecopiers, etc.)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_565" value="565" title="Satellite TV Reception Equipment"> <label class="custom-control-label" for="f_565">Satellite TV Reception Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_566" value="566" title="Telephones & Accessories"> <label class="custom-control-label" for="f_566">Telephones & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_567" value="567" title="LCD / Plasma TVs"> <label class="custom-control-label" for="f_567">LCD / Plasma TVs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_568" value="568" title="Video Systems"> <label class="custom-control-label" for="f_568">Video Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_569" value="569" title="Electronic Weighing Scales / Body Fat Meters"> <label class="custom-control-label" for="f_569">Electronic Weighing Scales / Body Fat Meters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_570" value="570" title="Solar & Optical Products"> <label class="custom-control-label" for="f_570">Solar & Optical Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_571" value="571" title="Transceivers & Walkie Talkies"> <label class="custom-control-label" for="f_571">Transceivers & Walkie Talkies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_572" value="572" title="Timers, Counters and Controllers"> <label class="custom-control-label" for="f_572">Timers, Counters and Controllers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_573" value="573" title="Current / Voltage / Frequency Protectors"> <label class="custom-control-label" for="f_573">Current / Voltage / Frequency Protectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_574" value="574" title="Electronic Dry Cabinets"> <label class="custom-control-label" for="f_574">Electronic Dry Cabinets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_575" value="575" title="Speakers"> <label class="custom-control-label" for="f_575">Speakers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_576" value="576" title="Banknote Counters, Coin Counters"> <label class="custom-control-label" for="f_576">Banknote Counters, Coin Counters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_578" value="578" title="Vacuum Cleaners"> <label class="custom-control-label" for="f_578">Vacuum Cleaners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_653" value="653" title="Digital Cameras (DC, DSLR)"> <label class="custom-control-label" for="f_653">Digital Cameras (DC, DSLR)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5903" value="5903" title="Digital Camcorders (DV)"> <label class="custom-control-label" for="f_5903">Digital Camcorders (DV)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6084" value="6084" title="iPod/iPhone/iPad-Related Products"> <label class="custom-control-label" for="f_6084">iPod/iPhone/iPad-Related Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6215" value="6215" title="Digital Photo Frames"> <label class="custom-control-label" for="f_6215">Digital Photo Frames</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6425" value="6425" title="Air Purifiers"> <label class="custom-control-label" for="f_6425">Air Purifiers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6426" value="6426" title="Dehumidifiers"> <label class="custom-control-label" for="f_6426">Dehumidifiers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8056" value="8056" title="Rapid Prototype (RP)"> <label class="custom-control-label" for="f_8056">Rapid Prototype (RP)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9194" value="9194" title="Other Home Appliances"> <label class="custom-control-label" for="f_9194">Other Home Appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16931" value="16931" title="Portable Chargers"> <label class="custom-control-label" for="f_16931">Portable Chargers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17027" value="17027" title="Smart Phones"> <label class="custom-control-label" for="f_17027">Smart Phones</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18339" value="18339" title="Water Treatment Appliances and Filter Supplies"> <label class="custom-control-label" for="f_18339">Water Treatment Appliances and Filter Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19086" value="19086" title="Humidifiers"> <label class="custom-control-label" for="f_19086">Humidifiers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23250" value="23250" title="Wearable Connected Products"> <label class="custom-control-label" for="f_23250">Wearable Connected Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25082" value="25082" title="Smart Locks"> <label class="custom-control-label" for="f_25082">Smart Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25083" value="25083" title="Smart Home Appliances"> <label class="custom-control-label" for="f_25083">Smart Home Appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25084" value="25084" title="Fresh Air Systems"> <label class="custom-control-label" for="f_25084">Fresh Air Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25085" value="25085" title="Air-conditioning Systems"> <label class="custom-control-label" for="f_25085">Air-conditioning Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25086" value="25086" title="Bathroom Appliances"> <label class="custom-control-label" for="f_25086">Bathroom Appliances</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E52" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Display Equipment </a> </div> <div class="collapse third-item" id="register-E52"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_592" value="592" title="CAD/CAM & DTP Monitors"> <label class="custom-control-label" for="f_592">CAD/CAM & DTP Monitors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_593" value="593" title="Color Monitors"> <label class="custom-control-label" for="f_593">Color Monitors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_594" value="594" title="EL Displays"> <label class="custom-control-label" for="f_594">EL Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_595" value="595" title="LCD Displays"> <label class="custom-control-label" for="f_595">LCD Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_596" value="596" title="Monochrome Monitors"> <label class="custom-control-label" for="f_596">Monochrome Monitors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_597" value="597" title="Plasma Displays"> <label class="custom-control-label" for="f_597">Plasma Displays</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_598" value="598" title="Terminals"> <label class="custom-control-label" for="f_598">Terminals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_599" value="599" title="Touch Screens"> <label class="custom-control-label" for="f_599">Touch Screens</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_600" value="600" title="LCD Projectors"> <label class="custom-control-label" for="f_600">LCD Projectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_601" value="601" title="Display Panels"> <label class="custom-control-label" for="f_601">Display Panels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_602" value="602" title="Monitor Arms/ Mounts"> <label class="custom-control-label" for="f_602">Monitor Arms/ Mounts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8709" value="8709" title="Digital Signage"> <label class="custom-control-label" for="f_8709">Digital Signage</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E55" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Computer Parts, Components, and Accessories </a> </div> <div class="collapse third-item" id="register-E55"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_604" value="604" title="Computer Adapters / Gender Changers"> <label class="custom-control-label" for="f_604">Computer Adapters / Gender Changers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_605" value="605" title="Aluminum Cases"> <label class="custom-control-label" for="f_605">Aluminum Cases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_606" value="606" title="Barebone Systems"> <label class="custom-control-label" for="f_606">Barebone Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_607" value="607" title="Chip Carrier"> <label class="custom-control-label" for="f_607">Chip Carrier</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_608" value="608" title="Chip Sets"> <label class="custom-control-label" for="f_608">Chip Sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_609" value="609" title="Computer Accessories"> <label class="custom-control-label" for="f_609">Computer Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_610" value="610" title="Computer Cables"> <label class="custom-control-label" for="f_610">Computer Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_611" value="611" title="Computer Cases"> <label class="custom-control-label" for="f_611">Computer Cases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_612" value="612" title="Computer Components"> <label class="custom-control-label" for="f_612">Computer Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_613" value="613" title="Computer Outlets"> <label class="custom-control-label" for="f_613">Computer Outlets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_614" value="614" title="Connectors"> <label class="custom-control-label" for="f_614">Connectors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_615" value="615" title="Data Switches (Switch Boxes)"> <label class="custom-control-label" for="f_615">Data Switches (Switch Boxes)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_616" value="616" title="DRAM"> <label class="custom-control-label" for="f_616">DRAM</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_617" value="617" title="Monitor Stands"> <label class="custom-control-label" for="f_617">Monitor Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_618" value="618" title="Multimedia Products"> <label class="custom-control-label" for="f_618">Multimedia Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_619" value="619" title="Plastic Fixtures"> <label class="custom-control-label" for="f_619">Plastic Fixtures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_620" value="620" title="Power Center (Power Pad)"> <label class="custom-control-label" for="f_620">Power Center (Power Pad)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_621" value="621" title="Power Supplies"> <label class="custom-control-label" for="f_621">Power Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_622" value="622" title="SDRAM"> <label class="custom-control-label" for="f_622">SDRAM</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_623" value="623" title="Storage & Filing Devices"> <label class="custom-control-label" for="f_623">Storage & Filing Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_624" value="624" title="Switching Power Supplies"> <label class="custom-control-label" for="f_624">Switching Power Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_625" value="625" title="UPS"> <label class="custom-control-label" for="f_625">UPS</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_626" value="626" title="Computer Locks"> <label class="custom-control-label" for="f_626">Computer Locks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_627" value="627" title="Cooling Fans"> <label class="custom-control-label" for="f_627">Cooling Fans</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7630" value="7630" title="USB Adapters / Chargers"> <label class="custom-control-label" for="f_7630">USB Adapters / Chargers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7631" value="7631" title="DVI/HDMI Adapters"> <label class="custom-control-label" for="f_7631">DVI/HDMI Adapters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18767" value="18767" title="USB Cables"> <label class="custom-control-label" for="f_18767">USB Cables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19121" value="19121" title="Optical PMMA Sheet"> <label class="custom-control-label" for="f_19121">Optical PMMA Sheet</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25765" value="25765" title="Industrial Computer Batteries"> <label class="custom-control-label" for="f_25765">Industrial Computer Batteries</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E60" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Computer Peripheral </a> </div> <div class="collapse third-item" id="register-E60"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_629" value="629" title="Bar Code System"> <label class="custom-control-label" for="f_629">Bar Code System</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_630" value="630" title="Bar Code Thermal Printer"> <label class="custom-control-label" for="f_630">Bar Code Thermal Printer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_631" value="631" title="CD-ROM Drive"> <label class="custom-control-label" for="f_631">CD-ROM Drive</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_632" value="632" title="CD-ROMs"> <label class="custom-control-label" for="f_632">CD-ROMs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_633" value="633" title="Data Storage Devices"> <label class="custom-control-label" for="f_633">Data Storage Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_634" value="634" title="Diskette"> <label class="custom-control-label" for="f_634">Diskette</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_635" value="635" title="Dot-matrix Printer"> <label class="custom-control-label" for="f_635">Dot-matrix Printer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_636" value="636" title="DVD Devices/Players"> <label class="custom-control-label" for="f_636">DVD Devices/Players</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_637" value="637" title="Floppy Disk Drive"> <label class="custom-control-label" for="f_637">Floppy Disk Drive</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_638" value="638" title="Handwriting Input Devices"> <label class="custom-control-label" for="f_638">Handwriting Input Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_639" value="639" title="Handy Scanners"> <label class="custom-control-label" for="f_639">Handy Scanners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_640" value="640" title="Hard Disk Drives"> <label class="custom-control-label" for="f_640">Hard Disk Drives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_641" value="641" title="Image Scanners"> <label class="custom-control-label" for="f_641">Image Scanners</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_642" value="642" title="Ink Jet Printers"> <label class="custom-control-label" for="f_642">Ink Jet Printers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_643" value="643" title="Joysticks"> <label class="custom-control-label" for="f_643">Joysticks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_644" value="644" title="Keyboards"> <label class="custom-control-label" for="f_644">Keyboards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_645" value="645" title="Laser Printers"> <label class="custom-control-label" for="f_645">Laser Printers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_646" value="646" title="Light Pens"> <label class="custom-control-label" for="f_646">Light Pens</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_647" value="647" title="Mouses"> <label class="custom-control-label" for="f_647">Mouses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_648" value="648" title="Printers & Plotters"> <label class="custom-control-label" for="f_648">Printers & Plotters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_649" value="649" title="Printer Controllers"> <label class="custom-control-label" for="f_649">Printer Controllers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_650" value="650" title="Touch Pads and Peripherals"> <label class="custom-control-label" for="f_650">Touch Pads and Peripherals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_651" value="651" title="Track Balls"> <label class="custom-control-label" for="f_651">Track Balls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_652" value="652" title="Digitizers"> <label class="custom-control-label" for="f_652">Digitizers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_654" value="654" title="PC Cameras"> <label class="custom-control-label" for="f_654">PC Cameras</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_655" value="655" title="NAS (Network Attached Storage)"> <label class="custom-control-label" for="f_655">NAS (Network Attached Storage)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_656" value="656" title="POS Peripherals & Accessories"> <label class="custom-control-label" for="f_656">POS Peripherals & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_657" value="657" title="MP3 Players"> <label class="custom-control-label" for="f_657">MP3 Players</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_658" value="658" title="Laptop Bags / Computer Briefcases"> <label class="custom-control-label" for="f_658">Laptop Bags / Computer Briefcases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_659" value="659" title="PDA Pouches"> <label class="custom-control-label" for="f_659">PDA Pouches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_660" value="660" title="Cleaning Supplies for Multimedia Products"> <label class="custom-control-label" for="f_660">Cleaning Supplies for Multimedia Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_661" value="661" title="Ink Cartridges"> <label class="custom-control-label" for="f_661">Ink Cartridges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_662" value="662" title="USB Storage"> <label class="custom-control-label" for="f_662">USB Storage</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_663" value="663" title="Portable Multimedia Players (PMP)"> <label class="custom-control-label" for="f_663">Portable Multimedia Players (PMP)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4573" value="4573" title="Other Computer Peripheral Equipment"> <label class="custom-control-label" for="f_4573">Other Computer Peripheral Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4583" value="4583" title="Flash Memory / Flash Card"> <label class="custom-control-label" for="f_4583">Flash Memory / Flash Card</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8514" value="8514" title="Solid State Disk (SSD)"> <label class="custom-control-label" for="f_8514">Solid State Disk (SSD)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5721" value="5721" title="Card Reader"> <label class="custom-control-label" for="f_5721">Card Reader</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7540" value="7540" title="Inkjet Media / Photo Paper"> <label class="custom-control-label" for="f_7540">Inkjet Media / Photo Paper</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13186" value="13186" title="Mouse pads"> <label class="custom-control-label" for="f_13186">Mouse pads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14017" value="14017" title="Removable HDD"> <label class="custom-control-label" for="f_14017">Removable HDD</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14018" value="14018" title="Mobile Disk"> <label class="custom-control-label" for="f_14018">Mobile Disk</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17028" value="17028" title="3D Printers"> <label class="custom-control-label" for="f_17028">3D Printers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24394" value="24394" title="Wire Duct / Telephone Duct"> <label class="custom-control-label" for="f_24394">Wire Duct / Telephone Duct</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E65" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Computer Application Software </a> </div> <div class="collapse third-item" id="register-E65"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_665" value="665" title="Application Software"> <label class="custom-control-label" for="f_665">Application Software</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_666" value="666" title="Business Management Software"> <label class="custom-control-label" for="f_666">Business Management Software</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_667" value="667" title="Desk Top Publishing System"> <label class="custom-control-label" for="f_667">Desk Top Publishing System</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_668" value="668" title="Educational Software"> <label class="custom-control-label" for="f_668">Educational Software</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_669" value="669" title="Entertainment Software"> <label class="custom-control-label" for="f_669">Entertainment Software</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_670" value="670" title="Industry Vertical Software"> <label class="custom-control-label" for="f_670">Industry Vertical Software</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_671" value="671" title="Internet Software"> <label class="custom-control-label" for="f_671">Internet Software</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_672" value="672" title="Management Software"> <label class="custom-control-label" for="f_672">Management Software</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_673" value="673" title="Multimedia Titles"> <label class="custom-control-label" for="f_673">Multimedia Titles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_674" value="674" title="P.O.S. Software System"> <label class="custom-control-label" for="f_674">P.O.S. Software System</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_675" value="675" title="Word Processing System"> <label class="custom-control-label" for="f_675">Word Processing System</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_676" value="676" title="Embedded Linux"> <label class="custom-control-label" for="f_676">Embedded Linux</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5676" value="5676" title="Security System Software"> <label class="custom-control-label" for="f_5676">Security System Software</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23158" value="23158" title="Processing Software"> <label class="custom-control-label" for="f_23158">Processing Software</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E70" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Computer System </a> </div> <div class="collapse third-item" id="register-E70"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_678" value="678" title="Desktop PCs"> <label class="custom-control-label" for="f_678">Desktop PCs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_679" value="679" title="Industrial PCs"> <label class="custom-control-label" for="f_679">Industrial PCs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_680" value="680" title="LAN Server"> <label class="custom-control-label" for="f_680">LAN Server</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_681" value="681" title="Notebook Computers (Laptops)"> <label class="custom-control-label" for="f_681">Notebook Computers (Laptops)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_682" value="682" title="PDAs"> <label class="custom-control-label" for="f_682">PDAs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_683" value="683" title="Portable PCs"> <label class="custom-control-label" for="f_683">Portable PCs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_684" value="684" title="Workstations"> <label class="custom-control-label" for="f_684">Workstations</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_685" value="685" title="Video Converters"> <label class="custom-control-label" for="f_685">Video Converters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_686" value="686" title="Security-Related Systems"> <label class="custom-control-label" for="f_686">Security-Related Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_687" value="687" title="Virtual Reality Related Systems"> <label class="custom-control-label" for="f_687">Virtual Reality Related Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_688" value="688" title="Other Computer Systems"> <label class="custom-control-label" for="f_688">Other Computer Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_689" value="689" title="CPUs"> <label class="custom-control-label" for="f_689">CPUs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_690" value="690" title="Motherboards"> <label class="custom-control-label" for="f_690">Motherboards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_691" value="691" title="Printed Circuit Board (PCB)"> <label class="custom-control-label" for="f_691">Printed Circuit Board (PCB)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_692" value="692" title="Information Security Appliances"> <label class="custom-control-label" for="f_692">Information Security Appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5645" value="5645" title="Print / MFP Server"> <label class="custom-control-label" for="f_5645">Print / MFP Server</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17029" value="17029" title="Tablet PC"> <label class="custom-control-label" for="f_17029">Tablet PC</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E75" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Add-On Cards for Computer Motherboards </a> </div> <div class="collapse third-item" id="register-E75"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_694" value="694" title="Memory Cards"> <label class="custom-control-label" for="f_694">Memory Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_695" value="695" title="Fax/Modem/Voice Card"> <label class="custom-control-label" for="f_695">Fax/Modem/Voice Card</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_696" value="696" title="Game Cards"> <label class="custom-control-label" for="f_696">Game Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_697" value="697" title="Display Cards"> <label class="custom-control-label" for="f_697">Display Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_698" value="698" title="VGA/CGA/EGA/MGA Cards"> <label class="custom-control-label" for="f_698">VGA/CGA/EGA/MGA Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_699" value="699" title="High Resolution Graphic Card"> <label class="custom-control-label" for="f_699">High Resolution Graphic Card</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_700" value="700" title="MPEG Cards"> <label class="custom-control-label" for="f_700">MPEG Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_701" value="701" title="I/O Adapter Cards"> <label class="custom-control-label" for="f_701">I/O Adapter Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_702" value="702" title="LAN Cards"> <label class="custom-control-label" for="f_702">LAN Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_703" value="703" title="Interface/Add-on Cards"> <label class="custom-control-label" for="f_703">Interface/Add-on Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_704" value="704" title="Sound Card/PC Voice Cards"> <label class="custom-control-label" for="f_704">Sound Card/PC Voice Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_705" value="705" title="Servomotor Control Cards"> <label class="custom-control-label" for="f_705">Servomotor Control Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_706" value="706" title="Optical Scale/Encoder Interface Cards"> <label class="custom-control-label" for="f_706">Optical Scale/Encoder Interface Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_707" value="707" title="3-D Auto-measurement Control Cards"> <label class="custom-control-label" for="f_707">3-D Auto-measurement Control Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_708" value="708" title="Other Add-on Cards"> <label class="custom-control-label" for="f_708">Other Add-on Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5720" value="5720" title="USB/1394 Card"> <label class="custom-control-label" for="f_5720">USB/1394 Card</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-E95" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Other Electronic Products </a> </div> <div class="collapse third-item" id="register-E95"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_710" value="710" title="Testing Apparatus"> <label class="custom-control-label" for="f_710">Testing Apparatus</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_711" value="711" title="Machinery Equipment"> <label class="custom-control-label" for="f_711">Machinery Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_712" value="712" title="Tool Kits for Electronics"> <label class="custom-control-label" for="f_712">Tool Kits for Electronics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_713" value="713" title="Other Electronic Products"> <label class="custom-control-label" for="f_713">Other Electronic Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_714" value="714" title="Cleaning Products"> <label class="custom-control-label" for="f_714">Cleaning Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_715" value="715" title="Certification Services"> <label class="custom-control-label" for="f_715">Certification Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_716" value="716" title="Media"> <label class="custom-control-label" for="f_716">Media</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4721" value="4721" title="Electronic Manufacturing Services Provider (EMS)"> <label class="custom-control-label" for="f_4721">Electronic Manufacturing Services Provider (EMS)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13729" value="13729" title="Industrial Processes"> <label class="custom-control-label" for="f_13729">Industrial Processes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23980" value="23980" title="Double Containment Pipe & Visible Pipe System"> <label class="custom-control-label" for="f_23980">Double Containment Pipe & Visible Pipe System</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-G" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>General Items </a> <div class="collapse second-category" id="register-G"> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G10" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Stationery </a> </div> <div class="collapse third-item" id="register-G10"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8232" value="8232" title="Multipurpose Writing Boards"> <label class="custom-control-label" for="f_8232">Multipurpose Writing Boards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1138" value="1138" title="Pens"> <label class="custom-control-label" for="f_1138">Pens</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1139" value="1139" title="Plastic Stationery"> <label class="custom-control-label" for="f_1139">Plastic Stationery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1140" value="1140" title="Acrylic Stationery"> <label class="custom-control-label" for="f_1140">Acrylic Stationery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1141" value="1141" title="Metal Stationery"> <label class="custom-control-label" for="f_1141">Metal Stationery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1142" value="1142" title="Office Supplies"> <label class="custom-control-label" for="f_1142">Office Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1143" value="1143" title="Back-to-school Items"> <label class="custom-control-label" for="f_1143">Back-to-school Items</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1144" value="1144" title="Cards"> <label class="custom-control-label" for="f_1144">Cards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1145" value="1145" title="Photo Albums"> <label class="custom-control-label" for="f_1145">Photo Albums</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1146" value="1146" title="Bulletin Boards"> <label class="custom-control-label" for="f_1146">Bulletin Boards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1147" value="1147" title="Other Stationery"> <label class="custom-control-label" for="f_1147">Other Stationery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18400" value="18400" title="Engravers and Kits"> <label class="custom-control-label" for="f_18400">Engravers and Kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7342" value="7342" title="Whiteboard Stands"> <label class="custom-control-label" for="f_7342">Whiteboard Stands</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9255" value="9255" title="Teaching Aids, Erasers, Chalks"> <label class="custom-control-label" for="f_9255">Teaching Aids, Erasers, Chalks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9256" value="9256" title="Newspaper Clips"> <label class="custom-control-label" for="f_9256">Newspaper Clips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16766" value="16766" title="Glues"> <label class="custom-control-label" for="f_16766">Glues</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16767" value="16767" title="Correction Fluids"> <label class="custom-control-label" for="f_16767">Correction Fluids</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16768" value="16768" title="Shredders"> <label class="custom-control-label" for="f_16768">Shredders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16769" value="16769" title="Paper Trimmers"> <label class="custom-control-label" for="f_16769">Paper Trimmers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16770" value="16770" title="Hole Punches"> <label class="custom-control-label" for="f_16770">Hole Punches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_16771" value="16771" title="Check Writers"> <label class="custom-control-label" for="f_16771">Check Writers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17742" value="17742" title="Punched Products for stationery"> <label class="custom-control-label" for="f_17742">Punched Products for stationery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18051" value="18051" title="Memo Pads"> <label class="custom-control-label" for="f_18051">Memo Pads</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G12" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Toys, Baby & Pet Products </a> </div> <div class="collapse third-item" id="register-G12"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1149" value="1149" title="Wheeled Toys"> <label class="custom-control-label" for="f_1149">Wheeled Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1150" value="1150" title="Dolls and Accessories"> <label class="custom-control-label" for="f_1150">Dolls and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1151" value="1151" title="Stuffed Toys (Dolls Excluded)"> <label class="custom-control-label" for="f_1151">Stuffed Toys (Dolls Excluded)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1152" value="1152" title="Inflatable Toys"> <label class="custom-control-label" for="f_1152">Inflatable Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1153" value="1153" title="Toys Without Motors"> <label class="custom-control-label" for="f_1153">Toys Without Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1154" value="1154" title="Friction Toys"> <label class="custom-control-label" for="f_1154">Friction Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1155" value="1155" title="Wind-Up Toys"> <label class="custom-control-label" for="f_1155">Wind-Up Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1156" value="1156" title="Electric Toys"> <label class="custom-control-label" for="f_1156">Electric Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1157" value="1157" title="Electronic Toys"> <label class="custom-control-label" for="f_1157">Electronic Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1158" value="1158" title="TV Games"> <label class="custom-control-label" for="f_1158">TV Games</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1159" value="1159" title="Amusement Park Toy Equipment"> <label class="custom-control-label" for="f_1159">Amusement Park Toy Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1160" value="1160" title="Indoor Toys"> <label class="custom-control-label" for="f_1160">Indoor Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1161" value="1161" title="Outdoor Toys"> <label class="custom-control-label" for="f_1161">Outdoor Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1162" value="1162" title="Educational Toys"> <label class="custom-control-label" for="f_1162">Educational Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1163" value="1163" title="Toy Musical Instrument"> <label class="custom-control-label" for="f_1163">Toy Musical Instrument</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1164" value="1164" title="Girls' Toys"> <label class="custom-control-label" for="f_1164">Girls' Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1165" value="1165" title="Baby Toys"> <label class="custom-control-label" for="f_1165">Baby Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1166" value="1166" title="Pet Toys"> <label class="custom-control-label" for="f_1166">Pet Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1167" value="1167" title="Toy Parts"> <label class="custom-control-label" for="f_1167">Toy Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1168" value="1168" title="Other Toys"> <label class="custom-control-label" for="f_1168">Other Toys</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1169" value="1169" title="Baby Products"> <label class="custom-control-label" for="f_1169">Baby Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1170" value="1170" title="Pet Products"> <label class="custom-control-label" for="f_1170">Pet Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4571" value="4571" title="Playground and Components"> <label class="custom-control-label" for="f_4571">Playground and Components</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5898" value="5898" title="Children's Protective Accessories"> <label class="custom-control-label" for="f_5898">Children's Protective Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20040" value="20040" title="Pet cages, Houses"> <label class="custom-control-label" for="f_20040">Pet cages, Houses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20041" value="20041" title="Pet Bowls & Feeders"> <label class="custom-control-label" for="f_20041">Pet Bowls & Feeders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20042" value="20042" title="Pet Collars & Leashes"> <label class="custom-control-label" for="f_20042">Pet Collars & Leashes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20043" value="20043" title="Pet Cleaning & Grooming Products"> <label class="custom-control-label" for="f_20043">Pet Cleaning & Grooming Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20044" value="20044" title="Pet Apparel & Accessories"> <label class="custom-control-label" for="f_20044">Pet Apparel & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_20045" value="20045" title="Pet Training Products"> <label class="custom-control-label" for="f_20045">Pet Training Products</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G15" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Clocks, Watches & Parts </a> </div> <div class="collapse third-item" id="register-G15"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1172" value="1172" title="Mechanical Clocks"> <label class="custom-control-label" for="f_1172">Mechanical Clocks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1173" value="1173" title="Quartz Clocks"> <label class="custom-control-label" for="f_1173">Quartz Clocks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1174" value="1174" title="Electronic Clocks"> <label class="custom-control-label" for="f_1174">Electronic Clocks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1175" value="1175" title="Clock Mechanisms"> <label class="custom-control-label" for="f_1175">Clock Mechanisms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1176" value="1176" title="Clock Parts & Accessories"> <label class="custom-control-label" for="f_1176">Clock Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1177" value="1177" title="Mechanical Watches"> <label class="custom-control-label" for="f_1177">Mechanical Watches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1178" value="1178" title="Quartz Watches"> <label class="custom-control-label" for="f_1178">Quartz Watches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1179" value="1179" title="Electronic Watches"> <label class="custom-control-label" for="f_1179">Electronic Watches</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1180" value="1180" title="Watch Mechanisms"> <label class="custom-control-label" for="f_1180">Watch Mechanisms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1181" value="1181" title="Watch Parts & Accessories"> <label class="custom-control-label" for="f_1181">Watch Parts & Accessories</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G20" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Gift, Works of Art & Novelty Items </a> </div> <div class="collapse third-item" id="register-G20"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7145" value="7145" title="Cup Pads / Coasters"> <label class="custom-control-label" for="f_7145">Cup Pads / Coasters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8171" value="8171" title="Badge, ID Holders and others"> <label class="custom-control-label" for="f_8171">Badge, ID Holders and others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1183" value="1183" title="Promotion Items"> <label class="custom-control-label" for="f_1183">Promotion Items</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1184" value="1184" title="Badges and Plaques"> <label class="custom-control-label" for="f_1184">Badges and Plaques</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1185" value="1185" title="Key Chains and Accessories"> <label class="custom-control-label" for="f_1185">Key Chains and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1186" value="1186" title="Souvenirs"> <label class="custom-control-label" for="f_1186">Souvenirs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1187" value="1187" title="Trophies and Awards"> <label class="custom-control-label" for="f_1187">Trophies and Awards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1188" value="1188" title="Lighters"> <label class="custom-control-label" for="f_1188">Lighters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1189" value="1189" title="Travelling Assembled Sets"> <label class="custom-control-label" for="f_1189">Travelling Assembled Sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1190" value="1190" title="Jewelry Boxes"> <label class="custom-control-label" for="f_1190">Jewelry Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1191" value="1191" title="Photo and Picture Frames"> <label class="custom-control-label" for="f_1191">Photo and Picture Frames</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1192" value="1192" title="Electronic Gifts"> <label class="custom-control-label" for="f_1192">Electronic Gifts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1193" value="1193" title="Saving Boxes"> <label class="custom-control-label" for="f_1193">Saving Boxes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1194" value="1194" title="Magnetic Health Series"> <label class="custom-control-label" for="f_1194">Magnetic Health Series</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1195" value="1195" title="Novelty Products"> <label class="custom-control-label" for="f_1195">Novelty Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1196" value="1196" title="Fiberglass Products"> <label class="custom-control-label" for="f_1196">Fiberglass Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1197" value="1197" title="Glass Decorations"> <label class="custom-control-label" for="f_1197">Glass Decorations</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1198" value="1198" title="Acrylic Products"> <label class="custom-control-label" for="f_1198">Acrylic Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1199" value="1199" title="Poly Decorative Products"> <label class="custom-control-label" for="f_1199">Poly Decorative Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1200" value="1200" title="Metal Ornaments"> <label class="custom-control-label" for="f_1200">Metal Ornaments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1201" value="1201" title="Handicrafts"> <label class="custom-control-label" for="f_1201">Handicrafts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1202" value="1202" title="Wooden Decorations"> <label class="custom-control-label" for="f_1202">Wooden Decorations</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1203" value="1203" title="Bamboo Ware"> <label class="custom-control-label" for="f_1203">Bamboo Ware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1204" value="1204" title="Paper Decorations"> <label class="custom-control-label" for="f_1204">Paper Decorations</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1205" value="1205" title="Holiday-Use Products"> <label class="custom-control-label" for="f_1205">Holiday-Use Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1206" value="1206" title="Rattan Products"> <label class="custom-control-label" for="f_1206">Rattan Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1207" value="1207" title="Artificial Flowers and Supplies"> <label class="custom-control-label" for="f_1207">Artificial Flowers and Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1208" value="1208" title="Potpourri"> <label class="custom-control-label" for="f_1208">Potpourri</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1209" value="1209" title="Artificial Fruits & Vegetables"> <label class="custom-control-label" for="f_1209">Artificial Fruits & Vegetables</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1210" value="1210" title="Candles and Candle Holders"> <label class="custom-control-label" for="f_1210">Candles and Candle Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1211" value="1211" title="Ceramic & Porcelain Ware"> <label class="custom-control-label" for="f_1211">Ceramic & Porcelain Ware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1212" value="1212" title="Marble Giftware"> <label class="custom-control-label" for="f_1212">Marble Giftware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1213" value="1213" title="Jade Carvings"> <label class="custom-control-label" for="f_1213">Jade Carvings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1214" value="1214" title="Enamel Products"> <label class="custom-control-label" for="f_1214">Enamel Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1215" value="1215" title="Cloisonne Products"> <label class="custom-control-label" for="f_1215">Cloisonne Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1216" value="1216" title="Brassware"> <label class="custom-control-label" for="f_1216">Brassware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1217" value="1217" title="Semiprecious Stone Carvings"> <label class="custom-control-label" for="f_1217">Semiprecious Stone Carvings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1218" value="1218" title="Imitation Ivory Ware"> <label class="custom-control-label" for="f_1218">Imitation Ivory Ware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1219" value="1219" title="Seashell Items"> <label class="custom-control-label" for="f_1219">Seashell Items</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1220" value="1220" title="Lacquer Ware"> <label class="custom-control-label" for="f_1220">Lacquer Ware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1221" value="1221" title="X'mas Decorations"> <label class="custom-control-label" for="f_1221">X'mas Decorations</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1222" value="1222" title="Religious Items"> <label class="custom-control-label" for="f_1222">Religious Items</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1223" value="1223" title="Works of Art, Collectors', Pieces and Antiques"> <label class="custom-control-label" for="f_1223">Works of Art, Collectors', Pieces and Antiques</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4551" value="4551" title="Eyeglasses Cord, Case and others"> <label class="custom-control-label" for="f_4551">Eyeglasses Cord, Case and others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5605" value="5605" title="Magnetic and Related Products"> <label class="custom-control-label" for="f_5605">Magnetic and Related Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6286" value="6286" title="Paper Containers"> <label class="custom-control-label" for="f_6286">Paper Containers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6617" value="6617" title="Cups / Mugs"> <label class="custom-control-label" for="f_6617">Cups / Mugs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9368" value="9368" title="Jewelry Applications and Related Products"> <label class="custom-control-label" for="f_9368">Jewelry Applications and Related Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14817" value="14817" title="Embroidery Patches and products"> <label class="custom-control-label" for="f_14817">Embroidery Patches and products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14894" value="14894" title="Lanyards"> <label class="custom-control-label" for="f_14894">Lanyards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_14895" value="14895" title="Mobile Phone Accessories"> <label class="custom-control-label" for="f_14895">Mobile Phone Accessories</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G25" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Sporting & Leisure Goods </a> </div> <div class="collapse third-item" id="register-G25"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1225" value="1225" title="Sporting Rackets, Bats, Nets"> <label class="custom-control-label" for="f_1225">Sporting Rackets, Bats, Nets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1226" value="1226" title="Sports Balls"> <label class="custom-control-label" for="f_1226">Sports Balls</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1227" value="1227" title="Tennis Equipment"> <label class="custom-control-label" for="f_1227">Tennis Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1228" value="1228" title="Golf Equipment"> <label class="custom-control-label" for="f_1228">Golf Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1229" value="1229" title="Fitness Equipment"> <label class="custom-control-label" for="f_1229">Fitness Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1230" value="1230" title="Camping Equipment"> <label class="custom-control-label" for="f_1230">Camping Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1231" value="1231" title="Mountaineering Equipment"> <label class="custom-control-label" for="f_1231">Mountaineering Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1232" value="1232" title="Water Sports Equipment"> <label class="custom-control-label" for="f_1232">Water Sports Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1233" value="1233" title="Fishing Equipment"> <label class="custom-control-label" for="f_1233">Fishing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1234" value="1234" title="Equestrian and Horse-Riding Equipment"> <label class="custom-control-label" for="f_1234">Equestrian and Horse-Riding Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1235" value="1235" title="Track and Field Equipment"> <label class="custom-control-label" for="f_1235">Track and Field Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1236" value="1236" title="Parachutes and Paragliders"> <label class="custom-control-label" for="f_1236">Parachutes and Paragliders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1237" value="1237" title="Darts"> <label class="custom-control-label" for="f_1237">Darts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1238" value="1238" title="Frisbees"> <label class="custom-control-label" for="f_1238">Frisbees</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1239" value="1239" title="Rhythmic Gymnastics Equipment"> <label class="custom-control-label" for="f_1239">Rhythmic Gymnastics Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1240" value="1240" title="Boxing Products"> <label class="custom-control-label" for="f_1240">Boxing Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1241" value="1241" title="Martial Art Products"> <label class="custom-control-label" for="f_1241">Martial Art Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1242" value="1242" title="Skiing Equipment"> <label class="custom-control-label" for="f_1242">Skiing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1243" value="1243" title="Roller-Skates, In-Line Skates and Skateboards"> <label class="custom-control-label" for="f_1243">Roller-Skates, In-Line Skates and Skateboards</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1244" value="1244" title="Sports Protective Device"> <label class="custom-control-label" for="f_1244">Sports Protective Device</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1245" value="1245" title="Sporting Bags"> <label class="custom-control-label" for="f_1245">Sporting Bags</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1246" value="1246" title="Exercise Mats"> <label class="custom-control-label" for="f_1246">Exercise Mats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1247" value="1247" title="Sports Court Equipment"> <label class="custom-control-label" for="f_1247">Sports Court Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1248" value="1248" title="Exercise Equipment Gauges"> <label class="custom-control-label" for="f_1248">Exercise Equipment Gauges</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1249" value="1249" title="Luggage"> <label class="custom-control-label" for="f_1249">Luggage</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1250" value="1250" title="Other Sporting & Leisure Goods"> <label class="custom-control-label" for="f_1250">Other Sporting & Leisure Goods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11989" value="11989" title="Trailers"> <label class="custom-control-label" for="f_11989">Trailers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11990" value="11990" title="Trailer Parts & Accessories"> <label class="custom-control-label" for="f_11990">Trailer Parts & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22888" value="22888" title="Dumbbells"> <label class="custom-control-label" for="f_22888">Dumbbells</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22889" value="22889" title="Stepper"> <label class="custom-control-label" for="f_22889">Stepper</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22890" value="22890" title="Health Keeper & Fitness Bench"> <label class="custom-control-label" for="f_22890">Health Keeper & Fitness Bench</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22891" value="22891" title="Fitness Bike"> <label class="custom-control-label" for="f_22891">Fitness Bike</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22892" value="22892" title="sit-up bench"> <label class="custom-control-label" for="f_22892">sit-up bench</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_22893" value="22893" title="Back Extension"> <label class="custom-control-label" for="f_22893">Back Extension</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23543" value="23543" title="Sunglasses"> <label class="custom-control-label" for="f_23543">Sunglasses</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25838" value="25838" title="Table tennis"> <label class="custom-control-label" for="f_25838">Table tennis</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25839" value="25839" title="Table Tennis Table"> <label class="custom-control-label" for="f_25839">Table Tennis Table</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25840" value="25840" title="Pool Table"> <label class="custom-control-label" for="f_25840">Pool Table</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25841" value="25841" title="Pitching Machine"> <label class="custom-control-label" for="f_25841">Pitching Machine</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G30" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Chemical Materials & Products </a> </div> <div class="collapse third-item" id="register-G30"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1252" value="1252" title="Organic Chemicals"> <label class="custom-control-label" for="f_1252">Organic Chemicals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1253" value="1253" title="Petrochemicals"> <label class="custom-control-label" for="f_1253">Petrochemicals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1254" value="1254" title="Resin"> <label class="custom-control-label" for="f_1254">Resin</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1255" value="1255" title="Inorganic Chemicals"> <label class="custom-control-label" for="f_1255">Inorganic Chemicals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1256" value="1256" title="Refined Chemicals"> <label class="custom-control-label" for="f_1256">Refined Chemicals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1257" value="1257" title="Other Chemicals"> <label class="custom-control-label" for="f_1257">Other Chemicals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1258" value="1258" title="Adhesives"> <label class="custom-control-label" for="f_1258">Adhesives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1259" value="1259" title="Detergents"> <label class="custom-control-label" for="f_1259">Detergents</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1260" value="1260" title="Dye & Pigment"> <label class="custom-control-label" for="f_1260">Dye & Pigment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1261" value="1261" title="Paint & Coating"> <label class="custom-control-label" for="f_1261">Paint & Coating</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1262" value="1262" title="Fertilizers & Agrochemicals"> <label class="custom-control-label" for="f_1262">Fertilizers & Agrochemicals</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1263" value="1263" title="Plastic Pellets, Materials"> <label class="custom-control-label" for="f_1263">Plastic Pellets, Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1264" value="1264" title="Plastic Ropes & Nets"> <label class="custom-control-label" for="f_1264">Plastic Ropes & Nets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1265" value="1265" title="FRP Products"> <label class="custom-control-label" for="f_1265">FRP Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1266" value="1266" title="OEM Plastic Parts"> <label class="custom-control-label" for="f_1266">OEM Plastic Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1267" value="1267" title="Industrial Rubber Goods"> <label class="custom-control-label" for="f_1267">Industrial Rubber Goods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1268" value="1268" title="OEM Rubber Parts"> <label class="custom-control-label" for="f_1268">OEM Rubber Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1269" value="1269" title="Plastic Bags, Nets & Film"> <label class="custom-control-label" for="f_1269">Plastic Bags, Nets & Film</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1270" value="1270" title="Plastic Containers & Accessories"> <label class="custom-control-label" for="f_1270">Plastic Containers & Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1271" value="1271" title="Teflon (PTFE)"> <label class="custom-control-label" for="f_1271">Teflon (PTFE)</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1272" value="1272" title="Other Chemical Products"> <label class="custom-control-label" for="f_1272">Other Chemical Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4582" value="4582" title="Oxygen Absorbers / Desiccants"> <label class="custom-control-label" for="f_4582">Oxygen Absorbers / Desiccants</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5908" value="5908" title="Oil Additive"> <label class="custom-control-label" for="f_5908">Oil Additive</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5909" value="5909" title="Lubrication Oil"> <label class="custom-control-label" for="f_5909">Lubrication Oil</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7361" value="7361" title="Grinding Stone"> <label class="custom-control-label" for="f_7361">Grinding Stone</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7687" value="7687" title="Anti Static Products"> <label class="custom-control-label" for="f_7687">Anti Static Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18033" value="18033" title="Other Chemical Accessories"> <label class="custom-control-label" for="f_18033">Other Chemical Accessories</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G35" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Medical Equipment / Health Products </a> </div> <div class="collapse third-item" id="register-G35"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1274" value="1274" title="Surgical Dressings"> <label class="custom-control-label" for="f_1274">Surgical Dressings</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1275" value="1275" title="Medical Disposable Items"> <label class="custom-control-label" for="f_1275">Medical Disposable Items</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1276" value="1276" title="Dental Equipment & Appliances"> <label class="custom-control-label" for="f_1276">Dental Equipment & Appliances</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1277" value="1277" title="Surgical Materials and Equipment"> <label class="custom-control-label" for="f_1277">Surgical Materials and Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1278" value="1278" title="Physical Treatment and Health Care"> <label class="custom-control-label" for="f_1278">Physical Treatment and Health Care</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1279" value="1279" title="Diagnostic Instruments"> <label class="custom-control-label" for="f_1279">Diagnostic Instruments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1280" value="1280" title="Prosthetic and Orthopedic Products"> <label class="custom-control-label" for="f_1280">Prosthetic and Orthopedic Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1281" value="1281" title="Hospital Equipment"> <label class="custom-control-label" for="f_1281">Hospital Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1282" value="1282" title="Therapeutic Instruments and Devices"> <label class="custom-control-label" for="f_1282">Therapeutic Instruments and Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1283" value="1283" title="Diagnostic Reagents"> <label class="custom-control-label" for="f_1283">Diagnostic Reagents</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1284" value="1284" title="First-Aid Boxes, Kits and Equipment"> <label class="custom-control-label" for="f_1284">First-Aid Boxes, Kits and Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1285" value="1285" title="Herbal Products"> <label class="custom-control-label" for="f_1285">Herbal Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1286" value="1286" title="Natural Health Foods"> <label class="custom-control-label" for="f_1286">Natural Health Foods</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1287" value="1287" title="Medicaments"> <label class="custom-control-label" for="f_1287">Medicaments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1288" value="1288" title="Lab Coats"> <label class="custom-control-label" for="f_1288">Lab Coats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1289" value="1289" title="Female Sanitary Napkins"> <label class="custom-control-label" for="f_1289">Female Sanitary Napkins</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1290" value="1290" title="Silicone Rubber for Medical Use"> <label class="custom-control-label" for="f_1290">Silicone Rubber for Medical Use</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1291" value="1291" title="Medical Image Processing Systems"> <label class="custom-control-label" for="f_1291">Medical Image Processing Systems</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1292" value="1292" title="Medical Sterilization Equipment"> <label class="custom-control-label" for="f_1292">Medical Sterilization Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1293" value="1293" title="Application Software for Medical Purposes"> <label class="custom-control-label" for="f_1293">Application Software for Medical Purposes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1294" value="1294" title="Basic Body Temperature Computerized Record Monitors"> <label class="custom-control-label" for="f_1294">Basic Body Temperature Computerized Record Monitors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1295" value="1295" title="Sex-Aid Devices"> <label class="custom-control-label" for="f_1295">Sex-Aid Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1296" value="1296" title="Medical Products and Accessories"> <label class="custom-control-label" for="f_1296">Medical Products and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1297" value="1297" title="Others"> <label class="custom-control-label" for="f_1297">Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8614" value="8614" title="Bathroom Safety Aids / Accessories"> <label class="custom-control-label" for="f_8614">Bathroom Safety Aids / Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9372" value="9372" title="RFID Implantable Transponders"> <label class="custom-control-label" for="f_9372">RFID Implantable Transponders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9422" value="9422" title="Wheelchairs"> <label class="custom-control-label" for="f_9422">Wheelchairs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9423" value="9423" title="Handicapped Scooters"> <label class="custom-control-label" for="f_9423">Handicapped Scooters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9598" value="9598" title="Parts for Medical Supplies & Equipment"> <label class="custom-control-label" for="f_9598">Parts for Medical Supplies & Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15440" value="15440" title="Massage Products"> <label class="custom-control-label" for="f_15440">Massage Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17007" value="17007" title="Medical Suction Machines"> <label class="custom-control-label" for="f_17007">Medical Suction Machines</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G40" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Bicycles, Parts & Accessories </a> </div> <div class="collapse third-item" id="register-G40"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1299" value="1299" title="Bicycles"> <label class="custom-control-label" for="f_1299">Bicycles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1300" value="1300" title="Bicycle Parts"> <label class="custom-control-label" for="f_1300">Bicycle Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1301" value="1301" title="Frames & Frame Parts"> <label class="custom-control-label" for="f_1301">Frames & Frame Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1302" value="1302" title="Wheel Parts"> <label class="custom-control-label" for="f_1302">Wheel Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1303" value="1303" title="Transmission Parts"> <label class="custom-control-label" for="f_1303">Transmission Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1304" value="1304" title="Control Parts"> <label class="custom-control-label" for="f_1304">Control Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1305" value="1305" title="Bicycle Accessories"> <label class="custom-control-label" for="f_1305">Bicycle Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7669" value="7669" title="Bicycle Maintenance Products"> <label class="custom-control-label" for="f_7669">Bicycle Maintenance Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8612" value="8612" title="Bicycle Stands / Racks / Holders"> <label class="custom-control-label" for="f_8612">Bicycle Stands / Racks / Holders</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15264" value="15264" title="Component Processing Equipment"> <label class="custom-control-label" for="f_15264">Component Processing Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15265" value="15265" title="Painting Equipment"> <label class="custom-control-label" for="f_15265">Painting Equipment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15266" value="15266" title="Kick Scooter Accessories"> <label class="custom-control-label" for="f_15266">Kick Scooter Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24459" value="24459" title="Bike Brake Pads"> <label class="custom-control-label" for="f_24459">Bike Brake Pads</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G60" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Fashion Accessories & Household Textiles </a> </div> <div class="collapse third-item" id="register-G60"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1307" value="1307" title="Hats"> <label class="custom-control-label" for="f_1307">Hats</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1308" value="1308" title="Scarves"> <label class="custom-control-label" for="f_1308">Scarves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1309" value="1309" title="Neckties"> <label class="custom-control-label" for="f_1309">Neckties</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1310" value="1310" title="Gloves"> <label class="custom-control-label" for="f_1310">Gloves</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1311" value="1311" title="Towels, Handkerchiefs"> <label class="custom-control-label" for="f_1311">Towels, Handkerchiefs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1312" value="1312" title="Hosiery"> <label class="custom-control-label" for="f_1312">Hosiery</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1313" value="1313" title="Belts"> <label class="custom-control-label" for="f_1313">Belts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1314" value="1314" title="Hair Ornaments"> <label class="custom-control-label" for="f_1314">Hair Ornaments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1315" value="1315" title="Umbrella and Parts and Accessories"> <label class="custom-control-label" for="f_1315">Umbrella and Parts and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1316" value="1316" title="Walking Sticks"> <label class="custom-control-label" for="f_1316">Walking Sticks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1317" value="1317" title="Household Textiles"> <label class="custom-control-label" for="f_1317">Household Textiles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6732" value="6732" title="Bedding and Pillows"> <label class="custom-control-label" for="f_6732">Bedding and Pillows</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7879" value="7879" title="Bags, Canvas Bags, Linen Bags"> <label class="custom-control-label" for="f_7879">Bags, Canvas Bags, Linen Bags</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17008" value="17008" title="Handbags"> <label class="custom-control-label" for="f_17008">Handbags</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18232" value="18232" title="Bath Products"> <label class="custom-control-label" for="f_18232">Bath Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_18231" value="18231" title="Bathrobes"> <label class="custom-control-label" for="f_18231">Bathrobes</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G62" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Footwear </a> </div> <div class="collapse third-item" id="register-G62"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1319" value="1319" title="Textile Footwear"> <label class="custom-control-label" for="f_1319">Textile Footwear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1320" value="1320" title="Leather Footwear"> <label class="custom-control-label" for="f_1320">Leather Footwear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1321" value="1321" title="Synthetic Fiber Footwear"> <label class="custom-control-label" for="f_1321">Synthetic Fiber Footwear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1322" value="1322" title="Rubber Footwear"> <label class="custom-control-label" for="f_1322">Rubber Footwear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1323" value="1323" title="Plastic Footwear"> <label class="custom-control-label" for="f_1323">Plastic Footwear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1324" value="1324" title="Synthetic Leather Footwear"> <label class="custom-control-label" for="f_1324">Synthetic Leather Footwear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1325" value="1325" title="Sporting Shoes"> <label class="custom-control-label" for="f_1325">Sporting Shoes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1326" value="1326" title="Working Shoes"> <label class="custom-control-label" for="f_1326">Working Shoes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1327" value="1327" title="Sandals and Slippers"> <label class="custom-control-label" for="f_1327">Sandals and Slippers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1328" value="1328" title="Other Shoes"> <label class="custom-control-label" for="f_1328">Other Shoes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1329" value="1329" title="Shoes Materials and Supplies"> <label class="custom-control-label" for="f_1329">Shoes Materials and Supplies</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G65" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Textiles, Garments & Accessories </a> </div> <div class="collapse third-item" id="register-G65"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1331" value="1331" title="Yarns and Fibers"> <label class="custom-control-label" for="f_1331">Yarns and Fibers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1332" value="1332" title="Polyester Chips"> <label class="custom-control-label" for="f_1332">Polyester Chips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1333" value="1333" title="Nylon Chips"> <label class="custom-control-label" for="f_1333">Nylon Chips</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1334" value="1334" title="Man-made Fibers"> <label class="custom-control-label" for="f_1334">Man-made Fibers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1335" value="1335" title="Natural Fibers"> <label class="custom-control-label" for="f_1335">Natural Fibers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1336" value="1336" title="Filament Yarns"> <label class="custom-control-label" for="f_1336">Filament Yarns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1337" value="1337" title="Staple Yarns"> <label class="custom-control-label" for="f_1337">Staple Yarns</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1338" value="1338" title="Other Yarns and Thread"> <label class="custom-control-label" for="f_1338">Other Yarns and Thread</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1339" value="1339" title="Fabrics"> <label class="custom-control-label" for="f_1339">Fabrics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1340" value="1340" title="Woven Fabrics"> <label class="custom-control-label" for="f_1340">Woven Fabrics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1341" value="1341" title="Knitted Fabrics"> <label class="custom-control-label" for="f_1341">Knitted Fabrics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1342" value="1342" title="Non-Woven Fabrics"> <label class="custom-control-label" for="f_1342">Non-Woven Fabrics</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1343" value="1343" title="Textile-Use Tools"> <label class="custom-control-label" for="f_1343">Textile-Use Tools</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1344" value="1344" title="Garments"> <label class="custom-control-label" for="f_1344">Garments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1345" value="1345" title="Woven Garments"> <label class="custom-control-label" for="f_1345">Woven Garments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1346" value="1346" title="Knitted Wear"> <label class="custom-control-label" for="f_1346">Knitted Wear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1347" value="1347" title="Cocktail & Party Dress"> <label class="custom-control-label" for="f_1347">Cocktail & Party Dress</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1348" value="1348" title="Sportswear"> <label class="custom-control-label" for="f_1348">Sportswear</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1349" value="1349" title="Work Clothes"> <label class="custom-control-label" for="f_1349">Work Clothes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1350" value="1350" title="Plastic & Neoprene Garments"> <label class="custom-control-label" for="f_1350">Plastic & Neoprene Garments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1351" value="1351" title="Non-Woven Garments"> <label class="custom-control-label" for="f_1351">Non-Woven Garments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1352" value="1352" title="Buttons"> <label class="custom-control-label" for="f_1352">Buttons</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1353" value="1353" title="Zippers"> <label class="custom-control-label" for="f_1353">Zippers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1354" value="1354" title="Other Garment Accessories and Supplies"> <label class="custom-control-label" for="f_1354">Other Garment Accessories and Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8677" value="8677" title="Blankets"> <label class="custom-control-label" for="f_8677">Blankets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13120" value="13120" title="Ladies Undergarments"> <label class="custom-control-label" for="f_13120">Ladies Undergarments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24008" value="24008" title="Reflective Material"> <label class="custom-control-label" for="f_24008">Reflective Material</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24009" value="24009" title="Textile Accessories"> <label class="custom-control-label" for="f_24009">Textile Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23074" value="23074" title="Functional Fabric"> <label class="custom-control-label" for="f_23074">Functional Fabric</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_24430" value="24430" title="LED Safety Flash Clothes"> <label class="custom-control-label" for="f_24430">LED Safety Flash Clothes</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G70" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Houseware & Kitchenware </a> </div> <div class="collapse third-item" id="register-G70"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1356" value="1356" title="Metal Tableware and Kitchenware"> <label class="custom-control-label" for="f_1356">Metal Tableware and Kitchenware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1357" value="1357" title="Plastic Tableware & Kitchenware"> <label class="custom-control-label" for="f_1357">Plastic Tableware & Kitchenware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1358" value="1358" title="Ceramic Tableware & Kitchenware"> <label class="custom-control-label" for="f_1358">Ceramic Tableware & Kitchenware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1359" value="1359" title="Other Tableware & Kitchenware"> <label class="custom-control-label" for="f_1359">Other Tableware & Kitchenware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1360" value="1360" title="Cookware"> <label class="custom-control-label" for="f_1360">Cookware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1361" value="1361" title="Knives"> <label class="custom-control-label" for="f_1361">Knives</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1362" value="1362" title="Kitchen Gadget"> <label class="custom-control-label" for="f_1362">Kitchen Gadget</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1363" value="1363" title="Knife Grinder"> <label class="custom-control-label" for="f_1363">Knife Grinder</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1364" value="1364" title="Opener"> <label class="custom-control-label" for="f_1364">Opener</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1365" value="1365" title="Metal Houseware"> <label class="custom-control-label" for="f_1365">Metal Houseware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1366" value="1366" title="Plastic Houseware"> <label class="custom-control-label" for="f_1366">Plastic Houseware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1367" value="1367" title="Wooden Houseware"> <label class="custom-control-label" for="f_1367">Wooden Houseware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1368" value="1368" title="Glass Houseware"> <label class="custom-control-label" for="f_1368">Glass Houseware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1369" value="1369" title="Bamboo Houseware"> <label class="custom-control-label" for="f_1369">Bamboo Houseware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1370" value="1370" title="Marble Houseware"> <label class="custom-control-label" for="f_1370">Marble Houseware</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1371" value="1371" title="Bathroom Products"> <label class="custom-control-label" for="f_1371">Bathroom Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1372" value="1372" title="Water Filtration Systems & Parts"> <label class="custom-control-label" for="f_1372">Water Filtration Systems & Parts</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1373" value="1373" title="Cleaning Tools, Mops, Rags / Dusters"> <label class="custom-control-label" for="f_1373">Cleaning Tools, Mops, Rags / Dusters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1374" value="1374" title="Blinds"> <label class="custom-control-label" for="f_1374">Blinds</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1375" value="1375" title="Carpets and Rugs"> <label class="custom-control-label" for="f_1375">Carpets and Rugs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1376" value="1376" title="Sundries"> <label class="custom-control-label" for="f_1376">Sundries</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_4579" value="4579" title="Gas Lighters"> <label class="custom-control-label" for="f_4579">Gas Lighters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7532" value="7532" title="Coffee/Tea Makers, Accessories, and Service Sets"> <label class="custom-control-label" for="f_7532">Coffee/Tea Makers, Accessories, and Service Sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10143" value="10143" title="Funnels"> <label class="custom-control-label" for="f_10143">Funnels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10144" value="10144" title="Measures"> <label class="custom-control-label" for="f_10144">Measures</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_10145" value="10145" title="Oil/Fuel Containers"> <label class="custom-control-label" for="f_10145">Oil/Fuel Containers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_12399" value="12399" title="Aquarium Tool Sets"> <label class="custom-control-label" for="f_12399">Aquarium Tool Sets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13121" value="13121" title="Personal Safety Devices"> <label class="custom-control-label" for="f_13121">Personal Safety Devices</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23185" value="23185" title="Plastic Food Wrap"> <label class="custom-control-label" for="f_23185">Plastic Food Wrap</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G75" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Cosmetics & Toiletries </a> </div> <div class="collapse third-item" id="register-G75"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1378" value="1378" title="Cosmetics and Beauty Supplies"> <label class="custom-control-label" for="f_1378">Cosmetics and Beauty Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1379" value="1379" title="Make Up Kits"> <label class="custom-control-label" for="f_1379">Make Up Kits</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1380" value="1380" title="Skin Care Product"> <label class="custom-control-label" for="f_1380">Skin Care Product</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1381" value="1381" title="Perfume"> <label class="custom-control-label" for="f_1381">Perfume</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1382" value="1382" title="Sun Care Products"> <label class="custom-control-label" for="f_1382">Sun Care Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1383" value="1383" title="Beauty Supplies"> <label class="custom-control-label" for="f_1383">Beauty Supplies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1384" value="1384" title="Toilet Products"> <label class="custom-control-label" for="f_1384">Toilet Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8678" value="8678" title="Shampoo / Shower Gel"> <label class="custom-control-label" for="f_8678">Shampoo / Shower Gel</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13122" value="13122" title="Beauty and Body Care Products"> <label class="custom-control-label" for="f_13122">Beauty and Body Care Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17006" value="17006" title="Airbrush"> <label class="custom-control-label" for="f_17006">Airbrush</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17199" value="17199" title="Hair Styling Products"> <label class="custom-control-label" for="f_17199">Hair Styling Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17336" value="17336" title="Cosmetic Containers"> <label class="custom-control-label" for="f_17336">Cosmetic Containers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17337" value="17337" title="Cosmetic Packaging Cases"> <label class="custom-control-label" for="f_17337">Cosmetic Packaging Cases</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_17338" value="17338" title="Cosmetic Tubes"> <label class="custom-control-label" for="f_17338">Cosmetic Tubes</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_21545" value="21545" title="Hairbrushes"> <label class="custom-control-label" for="f_21545">Hairbrushes</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G80" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Agriculture </a> </div> <div class="collapse third-item" id="register-G80"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1386" value="1386" title="Farm Products, Fresh or Chilled"> <label class="custom-control-label" for="f_1386">Farm Products, Fresh or Chilled</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1387" value="1387" title="Frozen Food"> <label class="custom-control-label" for="f_1387">Frozen Food</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1388" value="1388" title="Canned Food"> <label class="custom-control-label" for="f_1388">Canned Food</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1389" value="1389" title="Dehydrated Food"> <label class="custom-control-label" for="f_1389">Dehydrated Food</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1390" value="1390" title="Salted and Preserved Food"> <label class="custom-control-label" for="f_1390">Salted and Preserved Food</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1391" value="1391" title="Prepared Food"> <label class="custom-control-label" for="f_1391">Prepared Food</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1392" value="1392" title="Snacks, Cakes, Cookies"> <label class="custom-control-label" for="f_1392">Snacks, Cakes, Cookies</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1393" value="1393" title="Tobacco, Wine, Coffee, Tea and Non-Alcoholic"> <label class="custom-control-label" for="f_1393">Tobacco, Wine, Coffee, Tea and Non-Alcoholic</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1394" value="1394" title="Healthy Food"> <label class="custom-control-label" for="f_1394">Healthy Food</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1395" value="1395" title="Seasonings & Condiments"> <label class="custom-control-label" for="f_1395">Seasonings & Condiments</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1396" value="1396" title="Food Additives and Others"> <label class="custom-control-label" for="f_1396">Food Additives and Others</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1397" value="1397" title="Grain Products"> <label class="custom-control-label" for="f_1397">Grain Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1398" value="1398" title="Pets"> <label class="custom-control-label" for="f_1398">Pets</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1399" value="1399" title="Feedstuff"> <label class="custom-control-label" for="f_1399">Feedstuff</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1400" value="1400" title="Other Farm, Animal and Aquatic Products"> <label class="custom-control-label" for="f_1400">Other Farm, Animal and Aquatic Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6208" value="6208" title="Agricultural Trucks"> <label class="custom-control-label" for="f_6208">Agricultural Trucks</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6209" value="6209" title="Multi-purpose Agricultural Riding Tractors"> <label class="custom-control-label" for="f_6209">Multi-purpose Agricultural Riding Tractors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8526" value="8526" title="Food Packaging Materials"> <label class="custom-control-label" for="f_8526">Food Packaging Materials</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8601" value="8601" title="Sauce"> <label class="custom-control-label" for="f_8601">Sauce</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9669" value="9669" title="Grain Products"> <label class="custom-control-label" for="f_9669">Grain Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13119" value="13119" title="Organic Food"> <label class="custom-control-label" for="f_13119">Organic Food</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19952" value="19952" title="Noodles"> <label class="custom-control-label" for="f_19952">Noodles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_19953" value="19953" title="Instant Noodles"> <label class="custom-control-label" for="f_19953">Instant Noodles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25901" value="25901" title="Dried & Fried Pork"> <label class="custom-control-label" for="f_25901">Dried & Fried Pork</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_25902" value="25902" title="Ice Cream"> <label class="custom-control-label" for="f_25902">Ice Cream</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G85" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Publishing & Printing </a> </div> <div class="collapse third-item" id="register-G85"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1402" value="1402" title="Advertising and Posters"> <label class="custom-control-label" for="f_1402">Advertising and Posters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1403" value="1403" title="Calendars"> <label class="custom-control-label" for="f_1403">Calendars</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1404" value="1404" title="Video/Audio Tapes, Audio/Laser Discs"> <label class="custom-control-label" for="f_1404">Video/Audio Tapes, Audio/Laser Discs</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1405" value="1405" title="Books and Magazines"> <label class="custom-control-label" for="f_1405">Books and Magazines</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1406" value="1406" title="Labels/Stickers"> <label class="custom-control-label" for="f_1406">Labels/Stickers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1407" value="1407" title="Nameplate Pads"> <label class="custom-control-label" for="f_1407">Nameplate Pads</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_7667" value="7667" title="Heat Transfer Films / Papers"> <label class="custom-control-label" for="f_7667">Heat Transfer Films / Papers</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_23199" value="23199" title="Packaging Box Printing"> <label class="custom-control-label" for="f_23199">Packaging Box Printing</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G95" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Service-Sector Industries </a> </div> <div class="collapse third-item" id="register-G95"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1409" value="1409" title="Exhibition Services"> <label class="custom-control-label" for="f_1409">Exhibition Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1410" value="1410" title="General Business Services"> <label class="custom-control-label" for="f_1410">General Business Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1411" value="1411" title="Product Processing & Maintenance Facilities"> <label class="custom-control-label" for="f_1411">Product Processing & Maintenance Facilities</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1412" value="1412" title="E-Commerce Services"> <label class="custom-control-label" for="f_1412">E-Commerce Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1413" value="1413" title="Mass Communication"> <label class="custom-control-label" for="f_1413">Mass Communication</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1414" value="1414" title="Transportation"> <label class="custom-control-label" for="f_1414">Transportation</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1415" value="1415" title="Container, Storing, Warehousing and Custom"> <label class="custom-control-label" for="f_1415">Container, Storing, Warehousing and Custom</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1416" value="1416" title="Banking, Financing & Insurance"> <label class="custom-control-label" for="f_1416">Banking, Financing & Insurance</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1417" value="1417" title="Superintendent Agencies & Law Firms"> <label class="custom-control-label" for="f_1417">Superintendent Agencies & Law Firms</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1418" value="1418" title="Hotels"> <label class="custom-control-label" for="f_1418">Hotels</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1419" value="1419" title="Other Service-Sector Industries"> <label class="custom-control-label" for="f_1419">Other Service-Sector Industries</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_5904" value="5904" title="Industrial Park and Related Services"> <label class="custom-control-label" for="f_5904">Industrial Park and Related Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_6046" value="6046" title="Design and Research Services"> <label class="custom-control-label" for="f_6046">Design and Research Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8379" value="8379" title="Space Contractors"> <label class="custom-control-label" for="f_8379">Space Contractors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_8527" value="8527" title="Real Estate"> <label class="custom-control-label" for="f_8527">Real Estate</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_9690" value="9690" title="Tourism"> <label class="custom-control-label" for="f_9690">Tourism</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G99" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>OEM / ODM, Packages and Others </a> </div> <div class="collapse third-item" id="register-G99"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1421" value="1421" title="OEM / ODM"> <label class="custom-control-label" for="f_1421">OEM / ODM</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_1422" value="1422" title="All kinds of packages"> <label class="custom-control-label" for="f_1422">All kinds of packages</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13438" value="13438" title="Desalination & Wastewater Treatment"> <label class="custom-control-label" for="f_13438">Desalination & Wastewater Treatment</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13437" value="13437" title="Industrial Waste Management"> <label class="custom-control-label" for="f_13437">Industrial Waste Management</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13436" value="13436" title="Dredging / Soil Remediation"> <label class="custom-control-label" for="f_13436">Dredging / Soil Remediation</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G22" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Musical Instruments </a> </div> <div class="collapse third-item" id="register-G22"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_11316" value="11316" title="Saxophones"> <label class="custom-control-label" for="f_11316">Saxophones</label> </div> </div> </div> <div class=""> <a class="btn" data-toggle="collapse" href="#register-G50" role="button" aria-expanded="false" aria-controls="register-apaa-ep"> <i class="fa fa-plus" aria-hidden="true"></i>Electirc-Powered Cars </a> </div> <div class="collapse third-item" id="register-G50"> <div class="row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13943" value="13943" title="Electric-Powered Utility Cars"> <label class="custom-control-label" for="f_13943">Electric-Powered Utility Cars</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13944" value="13944" title="Electric Motorcycles / Scooters"> <label class="custom-control-label" for="f_13944">Electric Motorcycles / Scooters</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13945" value="13945" title="Electric Bicycles"> <label class="custom-control-label" for="f_13945">Electric Bicycles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13946" value="13946" title="Electric Scooters for the Handicapped"> <label class="custom-control-label" for="f_13946">Electric Scooters for the Handicapped</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13947" value="13947" title="Motors"> <label class="custom-control-label" for="f_13947">Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13948" value="13948" title="Motor Parts and Accessories"> <label class="custom-control-label" for="f_13948">Motor Parts and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13949" value="13949" title="D.C. Motors for Vehicles"> <label class="custom-control-label" for="f_13949">D.C. Motors for Vehicles</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13950" value="13950" title="Electronic Power Motors"> <label class="custom-control-label" for="f_13950">Electronic Power Motors</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13951" value="13951" title="MN-Series Batteries"> <label class="custom-control-label" for="f_13951">MN-Series Batteries</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13952" value="13952" title="Nickel-Cadmium Batteries"> <label class="custom-control-label" for="f_13952">Nickel-Cadmium Batteries</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13953" value="13953" title="Ni-Mh Batteries"> <label class="custom-control-label" for="f_13953">Ni-Mh Batteries</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13954" value="13954" title="Solar Cells and Accessories"> <label class="custom-control-label" for="f_13954">Solar Cells and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13955" value="13955" title="Lithium Batteries"> <label class="custom-control-label" for="f_13955">Lithium Batteries</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13956" value="13956" title="Lead-Acid Storage Batteries and Accessories"> <label class="custom-control-label" for="f_13956">Lead-Acid Storage Batteries and Accessories</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13957" value="13957" title="Rechargeable Batteries - General"> <label class="custom-control-label" for="f_13957">Rechargeable Batteries - General</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13958" value="13958" title="Fuel-Cell Related Products"> <label class="custom-control-label" for="f_13958">Fuel-Cell Related Products</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_13959" value="13959" title="Motor Brake Clutch"> <label class="custom-control-label" for="f_13959">Motor Brake Clutch</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_INDUSTRY" id="f_15263" value="15263" title="Battery Materials and Accessories"> <label class="custom-control-label" for="f_15263">Battery Materials and Accessories</label> </div> </div> </div> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-AU" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>AUTOMOTIVE SHOW </a> <div class="collapse second-category" id="register-AU"> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-BT" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Bicycles, Parts & Accessories </a> <div class="collapse second-category" id="register-BT"> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-FT" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>扣件 </a> <div class="collapse second-category" id="register-FT"> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-SL" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Sporting & Leisure Goods </a> <div class="collapse second-category" id="register-SL"> </div> </div> <div class="all-pc first-category"> <a class="btn" data-toggle="collapse" href="#register-WD" role="button" aria-expanded="false" aria-controls="register-apaa"> <i class="fa fa-plus" aria-hidden="true"></i>Woodworking Machinery </a> <div class="collapse second-category" id="register-WD"> </div> </div> </div> </div> </div> </div> <p> <a data-toggle="collapse" href="#optional-information" role="button" aria-expanded="false" aria-controls="optional-information">Optional Information<i class="fa fa-chevron-down" aria-hidden="true"></i> </a> </p> <div class="contactus-form collapse" id="optional-information"> <div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="">Phone: </label> <input type="text" name="f_PHONE1_CCODE" id="f_PHONE1_CCODE" value="" class="form-control col-md-2 col-sm-2 col-3" placeholder="Country code"><span>&nbsp;-&nbsp;</span> <input type="text" name="f_PHONE1_ACODE" id="f_PHONE1_ACODE" value="" class="form-control col-md-2 col-sm-2 col-3" placeholder="Area code"><span>&nbsp;-&nbsp;</span> <input type="text" name="f_PHONE1_NO" id="f_PHONE1_NO" value="" class="form-control col-md-3 col-sm-3 col-4" placeholder="Telephone"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_COUNTRY">Country: </label> <select name="f_COUNTRY" id="f_COUNTRY" class="bk-12"><option value="">-- Select the Country --</option><option value="61">Afghanistan</option><option value="229">Albania</option><option value="124">Algeria</option><option value="180">Andorra</option><option value="125">Angola</option><option value="237">Antigua and Barbuda</option><option value="91">Argentina</option><option value="227">Armenia (Rep. Of)</option><option value="247">Aruba</option><option value="232">Australia</option><option value="181">Austria</option><option value="225">Azerbaijan</option><option value="92">Bahamas</option><option value="46">Bahrain</option><option value="62">Bangladesh</option><option value="93">Barbados</option><option value="182">Belgium</option><option value="119">Belize</option><option value="126">Benin</option><option value="120">Bermuda</option><option value="63">Bhutan</option><option value="94">Bolivia</option><option value="128">Borundi</option><option value="224">Bosnia-Herzegovina</option><option value="127">Botswana</option><option value="95">Brazil</option><option value="65">Brunei</option><option value="210">Bulgaria</option><option value="170">Burkina Faso</option><option value="251">Burundi</option><option value="218">Byelorussia</option><option value="30">Cambodia</option><option value="129">Cameroon</option><option value="90">Canada</option><option value="130">Cape Verde</option><option value="131">Central Africa</option><option value="132">Chad</option><option value="96">Chile</option><option value="34">China</option><option value="97">Colombia</option><option value="179">Comores</option><option value="133">Comoro</option><option value="134">Congo</option><option value="98">Costa Rica</option><option value="213">Croatia</option><option value="121">Cuba</option><option value="209">Cyprus</option><option value="204">Czech Republic</option><option value="31">D.P.R. Korea</option><option value="175">Dahomey Rep.</option><option value="183">Denmark</option><option value="174">Djibouti Rep.</option><option value="243">Dominica</option><option value="99">Dominican Republic</option><option value="100">Ecuador</option><option value="135">Egypt</option><option value="101">El Salvador</option><option value="136">Equatorial Guinea</option><option value="178">Eritria</option><option value="212">Estonia</option><option value="137">Ethiopia</option><option value="233">Fiji Islands</option><option value="184">Finland</option><option value="185">France</option><option value="123">French Guiana</option><option value="138">Gabon</option><option value="139">Gambia</option><option value="223">Georgia</option><option value="203">Germany</option><option value="140">Ghana</option><option value="201">Great Britain</option><option value="186">Greece</option><option value="230">Greenland</option><option value="102">Grenada</option><option value="250">Guadeloupe</option><option value="44">Guam</option><option value="103">Guatemala</option><option value="141">Guinea</option><option value="142">Guinea-Bissau</option><option value="104">Guyana</option><option value="105">Haiti W.I.</option><option value="106">Honduras</option><option value="32">Hong Kong</option><option value="205">Hungary</option><option value="188">Iceland</option><option value="20">India</option><option value="21">Indonesia</option><option value="47">Iran</option><option value="48">Iraq</option><option value="189">Ireland</option><option value="49">Israel</option><option value="35">Italy</option><option value="143">Ivory Coast</option><option value="107">Jamaica</option><option value="22">Japan</option><option value="50">Jordan</option><option value="221">Kazakhstan (Rep. Of)</option><option value="144">Kenya</option><option value="79">Kiribati (Rep. Of)</option><option value="23">Korea</option><option value="51">Kuwait</option><option value="231">Kyrgyzstan</option><option value="80">Laos (P.D.P.)</option><option value="215">Latvia</option><option value="52">Lebanon</option><option value="145">Lesotho</option><option value="146">Liberia</option><option value="147">Libya</option><option value="191">Liechtenstein</option><option value="216">Lithuania</option><option value="192">Luxembourg</option><option value="33">Macau</option><option value="217">Macedonia</option><option value="177">Madagascar</option><option value="148">Malawi</option><option value="24">Malaysia</option><option value="71">Maldives Rep.</option><option value="149">Mali</option><option value="193">Malta</option><option value="248">Martinique</option><option value="150">Mauritania</option><option value="151">Mauritius</option><option value="249">Mayotte</option><option value="108">Mexico</option><option value="226">Moldova (Rep. Of)</option><option value="194">Monaco</option><option value="82">Mongolia P.R.</option><option value="238">Montserrat</option><option value="152">Morocco</option><option value="153">Mozambique</option><option value="64">Myanmar</option><option value="234">Nauru</option><option value="72">Nepal</option><option value="187">Netherlands</option><option value="246">Netherlands Antilles</option><option value="42">New Caledonia, Fr.</option><option value="235">New Zealand</option><option value="109">Nicaragua</option><option value="154">Niger</option><option value="155">Nigeria</option><option value="236">Northern Sulomons</option><option value="195">Norway</option><option value="53">Oman</option><option value="45">Pacific Islands</option><option value="73">Pakistan</option><option value="241">Palau</option><option value="56">Palestine</option><option value="110">Panama</option><option value="38">Papua New Guinea</option><option value="111">Paraguay</option><option value="112">Peru</option><option value="25">Philippines</option><option value="206">Poland</option><option value="196">Portugal</option><option value="113">Puerto Rico</option><option value="54">Qatar</option><option value="245">Reunion Island</option><option value="208">Romania</option><option value="211">Russia</option><option value="157">Rwanda</option><option value="176">S.W. Africa</option><option value="239">Saint Kitts and Nevis</option><option value="122">Saint Lucia</option><option value="244">Saint Vincent and the Grenadines</option><option value="197">San Marino</option><option value="158">Sao Tomeprincipe</option><option value="55">Saudi Arabia</option><option value="159">Senegal</option><option value="207">Serbia and Montenegro</option><option value="160">Seychelles</option><option value="161">Sierra Leone</option><option value="26">Singapore</option><option value="219">Slovakia</option><option value="214">Slovenia</option><option value="162">Somalia</option><option value="37">South Africa</option><option value="198">Spain</option><option value="76">Sri Lanka</option><option value="164">Sudan</option><option value="114">Surinam</option><option value="165">Swaziland</option><option value="199">Sweden</option><option value="200">Switzerland</option><option value="57">Syria</option><option value="41">Tahiti, Fr.</option><option value="28">Taiwan</option><option value="228">Tajikistan</option><option value="166">Tanzania</option><option value="27">Thailand</option><option value="167">Togo</option><option value="39">Tonga</option><option value="168">Transkei</option><option value="115">Trinidad & Tobago</option><option value="173">Tunisia</option><option value="60">Turkiye</option><option value="242">Turkmenistan</option><option value="240">Turks and Caicos Island</option><option value="58">U.A.E.</option><option value="36">U.S.A.</option><option value="169">Uganda</option><option value="220">Ukraine</option><option value="84">Undefined</option><option value="116">Uruguay</option><option value="222">Uzbekistan</option><option value="202">Vantican City</option><option value="43">Vanuatu</option><option value="117">Venezuela</option><option value="29">Vietnam</option><option value="118">West Indies</option><option value="40">Western Samoa</option><option value="59">Yemen</option><option value="171">Zaire</option><option value="172">Zambia</option><option value="156">Zimbabwe</option></select> <script> document.getElementById("f_COUNTRY").className = "form-control col-xl-10 col-md-9 col-sm-8"; </script> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_URL">Web site: </label> <input type="text" name="f_URL" id="f_URL" value="http://" class="form-control col-xl-10 col-md-9 col-sm-8"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_CONTACT_POSITION">Job title: </label> <input type="text" name="f_CONTACT_POSITION" id="f_CONTACT_POSITION" value="" class="form-control col-xl-10 col-md-9 col-sm-8"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="">Fax: </label> <input type="text" name="f_FAX1_CCODE" id="f_FAX1_CCODE" value="" class="form-control col-md-2 col-sm-2 col-3" placeholder="Country code"><span>&nbsp;-&nbsp;</span> <input type="text" name="f_FAX1_ACODE" id="f_FAX1_ACODE" value="" class="form-control col-md-2 col-sm-2 col-3" placeholder="Area code"><span>&nbsp;-&nbsp;</span> <input type="text" name="f_FAX1_NO" id="f_FAX1_NO" value="" class="form-control col-md-3 col-sm-3 col-4" placeholder="Fax"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_COMPANY_ADDRESS">Address: </label> <input type="text" name="f_COMPANY_ADDRESS" id="f_COMPANY_ADDRESS" value="" class="form-control col-xl-10 col-md-9 col-sm-8"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_COMPANY_CITY">City, State: </label> <input type="text" name="f_COMPANY_CITY" id="f_COMPANY_CITY" value="" class="form-control col-sm-5"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_COMPANY_ZIP">Zip Code: </label> <input type="text" name="f_COMPANY_ZIP" id="f_COMPANY_ZIP" value="" class="form-control col-sm-2"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="exampleFormControlSelect1">Business Card Upload: </label> <div class="custom-file col-xl-10 col-md-9 col-sm-8"> <input type="file" name="f_BCARD" id="f_BCARD" class="custom-file-input"> <label class="custom-file-label" for="f_BCARD">Choose file (Image Format Only)</label> </div> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="exampleFormControlSelect1">Business Card 2 Upload: </label> <div class="custom-file col-xl-10 col-md-9 col-sm-8"> <input type="file" name="f_BCARD2" id="f_BCARD2" class="custom-file-input"> <label class="custom-file-label" for="f_BCARD2">Choose file (Image Format Only)</label> </div> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="exampleFormControlSelect1">Gender: </label> <div class="custom-control custom-radio custom-control-inline col-sm-1 col-3"> <input type="radio" name="f_CONTACT_SEX" id="f_CONTACT_SEX_M" value="M" class="custom-control-input"> <label class="custom-control-label" for="f_CONTACT_SEX_M">Male</label> </div> <div class="custom-control custom-radio custom-control-inline col-sm-1 col-3"> <input type="radio" name="f_CONTACT_SEX" id="f_CONTACT_SEX_F" value="F" class="custom-control-input"> <label class="custom-control-label" for="f_CONTACT_SEX_F">Female</label> </div> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_EMAIL2">Second Email: </label> <input type="email" name="f_EMAIL2" id="f_EMAIL2" value="" class="form-control col-xl-10 col-md-9 col-sm-8" placeholder="cens@cens.com"> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_EMPLOYEE_NUM">Number of Employees: </label> <select name="f_EMPLOYEE_NUM" id="f_EMPLOYEE_NUM" class="bk-12"><option value=""></option><option value="284">1 - 5</option><option value="285">6 - 20</option><option value="286">21 - 50</option><option value="287">51 - 100</option><option value="288">101 - 150</option><option value="289">151 - 200</option><option value="290">201 - 500</option><option value="291">> 500</option></select> <script> document.getElementById("f_EMPLOYEE_NUM").className = "form-control col-xl-10 col-md-9 col-sm-8"; </script> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_ENABLE_YEAR">Year Established: </label> <input type="text" name="f_ENABLE_YEAR" id="f_ENABLE_YEAR" maxlength="4" value="" class="form-control col-sm-2"><span class="item-notes">(yyyy)</span> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="f_ANNUAL_SALES">Annual Sales Volume: </label> <select name="f_ANNUAL_SALES" id="f_ANNUAL_SALES" class="bk-12"><option value="">Annual Sales Valume</option><option value="262">Less Than US$100,000 </option><option value="263">US$100,000 to US$500,000 </option><option value="264">US$500,000 to US$1,000,000 </option><option value="265">US$1,000,000 to US$5,000,000 </option><option value="266">US$5,000,000 to US$10,000,000 </option><option value="267">US$10,000,000 to US$20,000,000 </option><option value="268">US$20,000,000 to US$50,000,000 </option><option value="269">US$50,000,000 to US$100,000,000 </option><option value="270">More Than US$100,000,000 </option></select> <script> document.getElementById("f_ANNUAL_SALES").className = "form-control col-xl-10 col-md-9 col-sm-8"; </script> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="exampleFormControlSelect1">Business Type: </label> <div class="col-xl-10 col-md-9 col-sm-8 row"> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_4" value="4"> <label class="custom-control-label" for="f_BUSINESS_4">Manufacturer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_5" value="5"> <label class="custom-control-label" for="f_BUSINESS_5">Importer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_271" value="271"> <label class="custom-control-label" for="f_BUSINESS_271">Design and Research Services</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_6" value="6"> <label class="custom-control-label" for="f_BUSINESS_6">Dealer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_7" value="7"> <label class="custom-control-label" for="f_BUSINESS_7">Retailer</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_8" value="8"> <label class="custom-control-label" for="f_BUSINESS_8">Wholesaler</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_9" value="9"> <label class="custom-control-label" for="f_BUSINESS_9">Exporter</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_10" value="10"> <label class="custom-control-label" for="f_BUSINESS_10">Other</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_259" value="259"> <label class="custom-control-label" for="f_BUSINESS_259">Agent</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_252" value="252"> <label class="custom-control-label" for="f_BUSINESS_252">Bank</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_260" value="260"> <label class="custom-control-label" for="f_BUSINESS_260">Chain Store</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_253" value="253"> <label class="custom-control-label" for="f_BUSINESS_253">Contractor, Consulting</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_256" value="256"> <label class="custom-control-label" for="f_BUSINESS_256">Department Store</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_261" value="261"> <label class="custom-control-label" for="f_BUSINESS_261">Distributor</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_258" value="258"> <label class="custom-control-label" for="f_BUSINESS_258">Government</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_255" value="255"> <label class="custom-control-label" for="f_BUSINESS_255">Insurance</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_422" value="422"> <label class="custom-control-label" for="f_BUSINESS_422">IPO</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_423" value="423"> <label class="custom-control-label" for="f_BUSINESS_423">OEM, ODM</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_257" value="257"> <label class="custom-control-label" for="f_BUSINESS_257">Publisher</label> </div> <div class="custom-control custom-checkbox col-lg-4 col-sm-6"> <input type="checkbox" class="custom-control-input" name="f_BUSINESS_TYPE" id="f_BUSINESS_254" value="254"> <label class="custom-control-label" for="f_BUSINESS_254">Trading Company</label> </div> </div> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="exampleFormControlSelect1"></label> <div class="col-xl-10 col-md-9 col-sm-8"> <p># Your purchasing behavior?</p> <select class="form-control" SIZE="1" NAME="f_Q1" id="f_Q1"> <option value="Purchasing through local agency">Purchasing through local agency</option> <option value="Purchasing through nonlocal agency">Purchasing through nonlocal agency</option> <option value="Purchasing by self (looking for manufacturers directly)">Purchasing by self (looking for manufacturers directly)</option> <option value="Other purchasing behavior">Others</option> </select> </div> </div> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="exampleFormControlSelect2"></label> <div class="col-xl-10 col-md-9 col-sm-8"> <p># Which service(s) do you need from CENS?</p> <select class="form-control" SIZE="1" NAME="f_Q2" id="f_Q2"> <option value="B2B inquiry service">B2B inquiry service</option> <option value="Search service">Search service</option> <option value="Other service">Others</option> </select> </div> </div> </div> </div> <div class="contactus-form confirm"> <div class="form-group row"> <label class="text-right col-xl-2 col-md-3 col-sm-4" for="exampleFormControlSelect1"><span>*</span>Verification code:</label> <input required="required" type="text" id="f_AUTH_KEY" name="f_AUTH_KEY" class="form-control col-md-2 col-sm-2"> <div class="col-xl-2 col-md-2 col-sm-3"><img class="codeimg" alt="code img" src="../global/image2.jsp"></div> </div> <div class="row privacy-policy"> <div class="form-check col-md-9"> <input required="required" type="checkbox" class="form-check-input" id="read_statements" value="Y"> <label class="form-check-label" for="read_statements">I have read, understood and accepted the <a href="privacy.jsp" target="_blank">Statements</a></label> </div> <div class="col-md-3 text-right"> <button type="button" name="cmdAddNew" id="cmdAddNew" class="btn btn-primary">Finish</button> <div id='recaptcha' class="g-recaptcha" data-sitekey="6Le1KOEZAAAAABPxRI-pbrXaKJlqrWQLwv_BABhg" data-callback="onSubmit" data-size="invisible"></div> </div> </div> </div> </div> </div> </form> <div class="gototop float-right"> <a href="#"><i class="fa fa-angle-up"></i></a> </div> <footer class=""> <div class="container custom-container-width"> <div class="community"> <a href="http://www.facebook.com/CENS.com.Buyerservice" title="Connect with us on facebook" target="_blank"><img src="/cens/images/newhome/facebook.svg" alt="Connect with us on facebook" style="width: 40px;margin-bottom: 10px;"></a> <a href="https://www.linkedin.com/company/cens-taiwan/" title="Connect with us on Linkedin" target="_blank"><img src="/cens/images/newhome/linkedin.svg" alt="Connect with us on Linkedin" style="width: 40px;margin-bottom: 10px;"></a> <a href="https://www.youtube.com/user/CENSVideoService" title="Connect with us on youtube" target="_blank"><img src="/cens/images/newhome/youtube.svg" alt="Connect with us on youtube" style="width: 40px;margin-bottom: 10px;"></a> </div> <div class="footer"> <div class="row"> <div class="col-lg-2 col-6"> <ul> <li class="title">Get to Know Us</li> <li><a href="/censv1/en/aboutus.jsp">About Us</a></li> <li><a href="/censv1/en/bizpartners.jsp">Business Partners</a></li> <li><a href="http://www.facebook.com/CENS.com.Buyerservice" target="_blank">Follow Us on Facebook</a></li> <li><a href="https://www.linkedin.com/company/cens-taiwan/" target="_blank">Follow Us on Linkedin</a></li> </ul> </div> <div class="col-lg-3 col-6"> <ul> <li class="title">Services & Products</li> <li><a href="/censv1/en/contactus.jsp?getcode=nocost">Customized Sourcing Services</a></li> <li><a href="/cens/html/en/publication/pub_list.html">Trade Magazines</a> / <a target="_blank" href="http://ebook.cens.com">eBooks</a></li> <li><a href="/cens/html/en/news/news_home.html">Taiwan Industry Updates</a></li> <li><a href="/cens/html/en/exhibition/exh_home.html">Global Trade Shows</a></li> <li><a target="_blank" href="http://globalpass.cens.com">Global Pass</a></li> <li><a href="/censv1/en/leadweb/newsletter/" target="_blank">NewsLetter</a></li> </ul> </div> <div class="col-lg-2 col-6"> <ul> <li class="title">My CENS <span>Join Free Now</span></li> <li><a href="/censv1/en/register.jsp">Registration</a></li> <li><a href="/censv1/en/mycens.jsp">Account Management</a></li> <li><a href="/censv1/en/login.jsp">Log in</a></li> <li><a href="/censv1/en/inquirycart.jsp">Inquiry Cart</a></li> </ul> </div> <div class="col-lg-2 col-6"> <ul> <li class="title">Help</li> <li><a href="/censv1/en/faq.jsp">FAQ</a></li> <li><a href="/censv1/en/contactus.jsp">Contact Us</a></li> <li><a href="/censv1/en/sitemap.jsp">Site Map</a></li> <li><a href="/censv1/en/privacy.jsp">Privacy Policy</a></li> </ul> </div> <div class="col-lg-3 col-sm-12"> <a href="/censv1/en/aboutus.jsp"><img src="/cens/images/logo.svg" alt="cens" class="logo"></a> </div> </div> <hr/> <div id="copy">©1995-<span id="copyright_year">2025</span> Copyright China Economic News Service All Rights Reserved.</div> </div> </div> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-D7YF244556"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-D7YF244556'); </script> <!-- google script --> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-144668-1', 'auto'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> <noscript> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 982981598; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/982981598/?value=0&amp;guid=ON&amp;script=0"/> </div> </noscript> <!-- end google script --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NWQQ594');</script> <!-- End Google Tag Manager --> </footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/owl.carousel.min.js"></script> <script src="/cens/js/search.js"></script> <script src="/cens/js/tool-view.js"></script> <script src="/cens/js/iconhover.js"></script> <script src="/cens/js/register.js"></script> <script>onload();</script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10