CINXE.COM
Detecting Physical Contamination in Food - An Overview
<!-- $Id: simple.liquid 48533 2019-03-28 17:36:25Z blanco $ --> <!-- $Id: default.liquid 50923 2023-06-15 13:14:04Z blanco $ --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Detecting Physical Contamination in Food - An Overview</title> <meta name="description" content="How do physical contaminants threaten consumers and processes? What role do detectors play in food processing? Which detection methods are best? Learn the basics of x-ray and metal detection in the food industry."> <meta name="keywords" content="guidelines, contaminant detection, food, metal detector, x-ray inspection"> <!-- $Id: localized_formats.liquid 48535 2019-04-01 12:46:16Z blanco $ --> <!-- Localized format strings loaded, no output --> <link rel="shortcut icon" href="/sites/593fc2aac25e5b0640a20ff8/theme/images/favicon.png?1724399351"> <link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.sesotec.com/emea/en.xml" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/bootstrap.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/slick-1.6.0/slick/slick.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/lightbox/dist/ekko-lightbox.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/bootstrap-select-1.12.4/css/bootstrap-select.min.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <script> var MTUserId='6c381958-ee50-4c6b-b5ab-07f01e807a1e'; var MTFontIds = new Array(); MTFontIds.push("6018010"); // Calibri W01 Bold Italic MTFontIds.push("6018022"); // Calibri W01 Italic MTFontIds.push("6018051"); // Calibri W01 Regular MTFontIds.push("6018059"); // Calibri W01 Bold (function() { var mtTracking = document.createElement('script'); mtTracking.type='text/javascript'; mtTracking.async='true'; mtTracking.src='/sites/593fc2aac25e5b0640a20ff8/theme/fonts/FS-WebFonts-255413651/mtiFontTrackingCode.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(mtTracking); })(); </script> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/application.css?1724399351" media="all" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/cookieCuttr/cookiecuttr.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.migrate.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap/validator.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/slick-1.6.0/slick/slick.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.scrolltofixed.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.masonry.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/lightbox/dist/ekko-lightbox.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/application.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.cookie.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/cookieCuttr/jquery.cookiecuttr.js?1724399351" type="text/javascript" ></script> <script type="module" src="https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.13/widget.module.min.js" async defer ></script> <script nomodule src="https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.13/widget.min.js" async defer></script> <link rel="stylesheet" type="text/css" href="/assets/locomotive/wysihtml5_editor-b4f58f3877730b43505cbeda3a6e0ea4cd726201b999e2039660fdb751bcf6f3.css"></head> <body class=" "> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MNZS6P" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="loader" style="display: none;"></div> <script> $(document).ready(function () { $(document).ajaxStop(function(){ $("#loader").hide(); }); $(document).ajaxStart(function(){ $("#loader").show(); }); }); </script> <script> const cyrb53 = function (str, seed = 0) { var h1 = 0xdeadbeef ^ seed, h2 = 0x41c6ce57 ^ seed; for (var i = 0, ch; i < str.length; i++) { ch = str.charCodeAt(i); h1 = Math.imul(h1 ^ ch, 2654435761); h2 = Math.imul(h2 ^ ch, 1597334677); } h1 = Math.imul(h1 ^ h1 >>> 16, 2246822507) ^ Math.imul(h2 ^ h2 >>> 13, 3266489909); h2 = Math.imul(h2 ^ h2 >>> 16, 2246822507) ^ Math.imul(h1 ^ h1 >>> 13, 3266489909); return 4294967296 * (2097151 & h2) + (h1 >>> 0); }; function deleteAllCookies(){ cookiesToSkip = ["country", "_sesotec-engine_session", "cc_cookie_accept", "cc_cookie_decline"]; var cookies = $.cookie(); for(var cookie in cookies) { if(cookiesToSkip.includes(cookie)){ continue; } $.removeCookie(cookie); $.removeCookie(cookie, { path: '/'}) ; $.removeCookie(cookie, { path: '/', domain: jQuery(location).attr('hostname')}); $.removeCookie(cookie, { path: '/', domain: jQuery(location).attr('hostname').split('.').slice(-2).join('.')}); } } $(function() { $.cookieCuttr({ cookieAnalytics: false, cookieAcceptButton: true, cookieDeclineButton:true, cookieMessage: 'We use cookies and various analytics tools on our website to provide you with the best possible service. Some of them are essential, while others help us to improve this website and your experience with it. You can accept or decline the non-essential cookies and analytics tools here. > <a href="http://www.sesotec.com/emea/en/data-privacy#cookies">More Info.</a> ', cookieAcceptButtonText: 'Accept all cookies and analytics tools.', cookieDeclineButtonText: 'Decline non-essential cookies and analytics tools.' }); }); var cookiefulTrackingOK = jQuery.cookie('cc_cookie_accept') == 'cc_cookie_accept'; //remove all cookies if cookies declined if ($.cookie('cc_cookie_decline') == "cc_cookie_decline"){ deleteAllCookies(); $.cookie('cc_cookie_decline','cc_cookie_decline',{ path: '/' }); } var clientIP = "82.165.74.223"; // Validity period of the client ID var validityInterval = Math.round(new Date() / 1000 / 3600 / 8); var clientIDSource = clientIP + ";" + window.location.host + ";" + navigator.userAgent + ";" + navigator.language + ";" + validityInterval; var clientIDHashed = cyrb53(clientIDSource).toString(16); dataLayer = [{ 'cookiefulTrackingOK': cookiefulTrackingOK, 'clientId': clientIDHashed }]; <!-- Google Tag Manager --> (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-MNZS6P'); <!-- End Google Tag Manager --> </script> <!-- $Id: header.liquid 50633 2021-12-07 09:17:50Z blanco $ --> <header> <!-- $Id: top_nav.liquid 49170 2019-07-25 14:24:14Z blanco $ --> <div class="full-width-wrapper bg-grey-light top-nav header hidden-print"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <nav class="top-nav"> <ul> <li aria-hidden="true" data-toggle="modal" data-target="#countryModal"> <a class="fa fa-globe" style="font-size:1.5em;"></a> <div class="dropdown" style="float:right"> <button id="li-countries" class="no-border btn btn-primary dropdown-toggle" type="button"> <span class="def">Select country</span> <span style="display:none" data-country="AF" class="dropdown-toggle">Afghanistan</span> <span style="display:none" data-country="AX" class="dropdown-toggle">Aland Islands</span> <span style="display:none" data-country="AL" class="dropdown-toggle">Albania</span> <span style="display:none" data-country="DZ" class="dropdown-toggle">Algeria</span> <span style="display:none" data-country="AS" class="dropdown-toggle">American Samoa</span> <span style="display:none" data-country="AD" class="dropdown-toggle">Andorra</span> <span style="display:none" data-country="AO" class="dropdown-toggle">Angola</span> <span style="display:none" data-country="AI" class="dropdown-toggle">Anguilla</span> <span style="display:none" data-country="AG" class="dropdown-toggle">Antigua & Barbuda</span> <span style="display:none" data-country="AR" class="dropdown-toggle">Argentina</span> <span style="display:none" data-country="AM" class="dropdown-toggle">Armenia</span> <span style="display:none" data-country="AW" class="dropdown-toggle">Aruba</span> <span style="display:none" data-country="AU" class="dropdown-toggle">Australia</span> <span style="display:none" data-country="AT" class="dropdown-toggle">Austria</span> <span style="display:none" data-country="AZ" class="dropdown-toggle">Aserbaidschan</span> <span style="display:none" data-country="BS" class="dropdown-toggle">Bahamas</span> <span style="display:none" data-country="BH" class="dropdown-toggle">Bahrain</span> <span style="display:none" data-country="BD" class="dropdown-toggle">Bangladesh</span> <span style="display:none" data-country="BB" class="dropdown-toggle">Barbados</span> <span style="display:none" data-country="BY" class="dropdown-toggle">Belarus</span> <span style="display:none" data-country="BE" class="dropdown-toggle">Belgium</span> <span style="display:none" data-country="BZ" class="dropdown-toggle">Belize</span> <span style="display:none" data-country="BJ" class="dropdown-toggle">Benin</span> <span style="display:none" data-country="BM" class="dropdown-toggle">Bermuda</span> <span style="display:none" data-country="BT" class="dropdown-toggle">Bhutan</span> <span style="display:none" data-country="BO" class="dropdown-toggle">Bolivia</span> <span style="display:none" data-country="BQ" class="dropdown-toggle">Bonaire, Sint Eustatius and Saba</span> <span style="display:none" data-country="BA" class="dropdown-toggle">Bosnia-Herzegovina</span> <span style="display:none" data-country="BW" class="dropdown-toggle">Botswana</span> <span style="display:none" data-country="BV" class="dropdown-toggle">Bouvet Island</span> <span style="display:none" data-country="BR" class="dropdown-toggle">Brazil</span> <span style="display:none" data-country="IO" class="dropdown-toggle">British Indian Ocean Territory</span> <span style="display:none" data-country="BN" class="dropdown-toggle">Brunei</span> <span style="display:none" data-country="BG" class="dropdown-toggle">Bulgaria</span> <span style="display:none" data-country="BF" class="dropdown-toggle">Burkina Faso</span> <span style="display:none" data-country="BI" class="dropdown-toggle">Burundi</span> <span style="display:none" data-country="KH" class="dropdown-toggle">Cambodia</span> <span style="display:none" data-country="CM" class="dropdown-toggle">Cameroon</span> <span style="display:none" data-country="CA" class="dropdown-toggle">Canada</span> <span style="display:none" data-country="CV" class="dropdown-toggle">Cape Verde</span> <span style="display:none" data-country="KY" class="dropdown-toggle">Cayman Islands</span> <span style="display:none" data-country="CF" class="dropdown-toggle">Central African Republic</span> <span style="display:none" data-country="TD" class="dropdown-toggle">Chad</span> <span style="display:none" data-country="CL" class="dropdown-toggle">Chile</span> <span style="display:none" data-country="CN" class="dropdown-toggle">China</span> <span style="display:none" data-country="TW" class="dropdown-toggle">Taiwan</span> <span style="display:none" data-country="CX" class="dropdown-toggle">Christmas Island</span> <span style="display:none" data-country="CC" class="dropdown-toggle">Cocos (Keeling) Islands</span> <span style="display:none" data-country="CO" class="dropdown-toggle">Colombia</span> <span style="display:none" data-country="KM" class="dropdown-toggle">Comoros</span> <span style="display:none" data-country="CG" class="dropdown-toggle">Republic of the Congo</span> <span style="display:none" data-country="CD" class="dropdown-toggle">Democratic Republic of the Congo</span> <span style="display:none" data-country="CK" class="dropdown-toggle">Cook Islands</span> <span style="display:none" data-country="CR" class="dropdown-toggle">Costa Rica</span> <span style="display:none" data-country="CI" class="dropdown-toggle">Ivory Coast</span> <span style="display:none" data-country="HR" class="dropdown-toggle">Croatia</span> <span style="display:none" data-country="CU" class="dropdown-toggle">Cuba</span> <span style="display:none" data-country="CW" class="dropdown-toggle">Curaçao</span> <span style="display:none" data-country="CY" class="dropdown-toggle">Cyprus</span> <span style="display:none" data-country="CZ" class="dropdown-toggle">Czech Republic</span> <span style="display:none" data-country="DK" class="dropdown-toggle">Denmark</span> <span style="display:none" data-country="DJ" class="dropdown-toggle">Djibouti</span> <span style="display:none" data-country="DM" class="dropdown-toggle">Dominica</span> <span style="display:none" data-country="DO" class="dropdown-toggle">Dominican Republic</span> <span style="display:none" data-country="EC" class="dropdown-toggle">Ecuador</span> <span style="display:none" data-country="EG" class="dropdown-toggle">Egypt</span> <span style="display:none" data-country="SV" class="dropdown-toggle">El Salvador</span> <span style="display:none" data-country="GQ" class="dropdown-toggle">Equatorial Guinea</span> <span style="display:none" data-country="ER" class="dropdown-toggle">Eritrea</span> <span style="display:none" data-country="EE" class="dropdown-toggle">Estonia</span> <span style="display:none" data-country="ET" class="dropdown-toggle">Ethiopia</span> <span style="display:none" data-country="FK" class="dropdown-toggle">Falkland Islands (Malvinas)</span> <span style="display:none" data-country="FO" class="dropdown-toggle">Faroe Islands</span> <span style="display:none" data-country="FJ" class="dropdown-toggle">Fidschi</span> <span style="display:none" data-country="FI" class="dropdown-toggle">Finland</span> <span style="display:none" data-country="FR" class="dropdown-toggle">France</span> <span style="display:none" data-country="GF" class="dropdown-toggle">French Guiana</span> <span style="display:none" data-country="PF" class="dropdown-toggle">French Polynesia</span> <span style="display:none" data-country="TF" class="dropdown-toggle">French Southern Territories</span> <span style="display:none" data-country="GA" class="dropdown-toggle">Gabon</span> <span style="display:none" data-country="GM" class="dropdown-toggle">Gambia</span> <span style="display:none" data-country="GE" class="dropdown-toggle">Georgia</span> <span style="display:none" data-country="DE" class="dropdown-toggle">Germany</span> <span style="display:none" data-country="GH" class="dropdown-toggle">Ghana</span> <span style="display:none" data-country="GI" class="dropdown-toggle">Gibraltar</span> <span style="display:none" data-country="GR" class="dropdown-toggle">Greece</span> <span style="display:none" data-country="GL" class="dropdown-toggle">Greenland</span> <span style="display:none" data-country="GD" class="dropdown-toggle">Grenada</span> <span style="display:none" data-country="GP" class="dropdown-toggle">Guadeloupe</span> <span style="display:none" data-country="GU" class="dropdown-toggle">Guam</span> <span style="display:none" data-country="GT" class="dropdown-toggle">Guatemala</span> <span style="display:none" data-country="GG" class="dropdown-toggle">Guernsey</span> <span style="display:none" data-country="GN" class="dropdown-toggle">Guinea</span> <span style="display:none" data-country="GW" class="dropdown-toggle">Guinea-Bissau</span> <span style="display:none" data-country="GY" class="dropdown-toggle">Guyana</span> <span style="display:none" data-country="HT" class="dropdown-toggle">Haiti</span> <span style="display:none" data-country="HM" class="dropdown-toggle">Heard Island and McDonald Islands</span> <span style="display:none" data-country="VA" class="dropdown-toggle">Vatican City</span> <span style="display:none" data-country="HN" class="dropdown-toggle">Honduras</span> <span style="display:none" data-country="HU" class="dropdown-toggle">Hungary</span> <span style="display:none" data-country="IS" class="dropdown-toggle">Iceland</span> <span style="display:none" data-country="IN" class="dropdown-toggle">India</span> <span style="display:none" data-country="ID" class="dropdown-toggle">Indonesia</span> <span style="display:none" data-country="IR" class="dropdown-toggle">Iran</span> <span style="display:none" data-country="IQ" class="dropdown-toggle">Iraq</span> <span style="display:none" data-country="IE" class="dropdown-toggle">Ireland</span> <span style="display:none" data-country="IM" class="dropdown-toggle">Isle of Man</span> <span style="display:none" data-country="IL" class="dropdown-toggle">Israel</span> <span style="display:none" data-country="IT" class="dropdown-toggle">Italy</span> <span style="display:none" data-country="JM" class="dropdown-toggle">Jamaica</span> <span style="display:none" data-country="JP" class="dropdown-toggle">Japan</span> <span style="display:none" data-country="JE" class="dropdown-toggle">Jersey</span> <span style="display:none" data-country="JO" class="dropdown-toggle">Jordan</span> <span style="display:none" data-country="KZ" class="dropdown-toggle">Kazakhstan</span> <span style="display:none" data-country="KE" class="dropdown-toggle">Kenya</span> <span style="display:none" data-country="KI" class="dropdown-toggle">Kiribati</span> <span style="display:none" data-country="KP" class="dropdown-toggle">North Korea</span> <span style="display:none" data-country="KR" class="dropdown-toggle">South Korea</span> <span style="display:none" data-country="XK" class="dropdown-toggle">Kosovo</span> <span style="display:none" data-country="KW" class="dropdown-toggle">Kuwait</span> <span style="display:none" data-country="KG" class="dropdown-toggle">Kyrgyzstan</span> <span style="display:none" data-country="LA" class="dropdown-toggle">Laos</span> <span style="display:none" data-country="LV" class="dropdown-toggle">Lattvia</span> <span style="display:none" data-country="LB" class="dropdown-toggle">Lebanon</span> <span style="display:none" data-country="LS" class="dropdown-toggle">Lesotho</span> <span style="display:none" data-country="LR" class="dropdown-toggle">Liberia</span> <span style="display:none" data-country="LY" class="dropdown-toggle">Libya</span> <span style="display:none" data-country="LI" class="dropdown-toggle">Liechtenstein</span> <span style="display:none" data-country="LT" class="dropdown-toggle">Lithuania</span> <span style="display:none" data-country="LU" class="dropdown-toggle">Luxembourg</span> <span style="display:none" data-country="MO" class="dropdown-toggle">Macao</span> <span style="display:none" data-country="MK" class="dropdown-toggle">Macedonia</span> <span style="display:none" data-country="MG" class="dropdown-toggle">Madagascar</span> <span style="display:none" data-country="MW" class="dropdown-toggle">Malawi</span> <span style="display:none" data-country="MY" class="dropdown-toggle">Malaysia</span> <span style="display:none" data-country="MV" class="dropdown-toggle">Maldives</span> <span style="display:none" data-country="ML" class="dropdown-toggle">Mali</span> <span style="display:none" data-country="MT" class="dropdown-toggle">Malta</span> <span style="display:none" data-country="MA" class="dropdown-toggle">Morocco</span> <span style="display:none" data-country="MH" class="dropdown-toggle">Marshall Islands</span> <span style="display:none" data-country="MQ" class="dropdown-toggle">Martinique</span> <span style="display:none" data-country="MR" class="dropdown-toggle">Mauritania</span> <span style="display:none" data-country="MU" class="dropdown-toggle">Mauritius </span> <span style="display:none" data-country="YT" class="dropdown-toggle">Mayotte</span> <span style="display:none" data-country="MX" class="dropdown-toggle">Mexico</span> <span style="display:none" data-country="FM" class="dropdown-toggle">Micronesia</span> <span style="display:none" data-country="MD" class="dropdown-toggle">Moldavia</span> <span style="display:none" data-country="MC" class="dropdown-toggle">Monaco</span> <span style="display:none" data-country="MN" class="dropdown-toggle">Mongolia</span> <span style="display:none" data-country="ME" class="dropdown-toggle">Montenegro</span> <span style="display:none" data-country="MS" class="dropdown-toggle">Montserrat</span> <span style="display:none" data-country="MZ" class="dropdown-toggle">Mozambique</span> <span style="display:none" data-country="MM" class="dropdown-toggle">Myanmar</span> <span style="display:none" data-country="NA" class="dropdown-toggle">Namibia</span> <span style="display:none" data-country="NR" class="dropdown-toggle">Nauru</span> <span style="display:none" data-country="NP" class="dropdown-toggle">Nepal</span> <span style="display:none" data-country="NL" class="dropdown-toggle">Netherlands</span> <span style="display:none" data-country="NC" class="dropdown-toggle">New Caledonia</span> <span style="display:none" data-country="NZ" class="dropdown-toggle">New Zealand</span> <span style="display:none" data-country="NI" class="dropdown-toggle">Nicaragua</span> <span style="display:none" data-country="NE" class="dropdown-toggle">Niger</span> <span style="display:none" data-country="NG" class="dropdown-toggle">Nigeria</span> <span style="display:none" data-country="NU" class="dropdown-toggle">Niue</span> <span style="display:none" data-country="NF" class="dropdown-toggle">Norfolk Island</span> <span style="display:none" data-country="NO" class="dropdown-toggle">Norway</span> <span style="display:none" data-country="OM" class="dropdown-toggle">Oman</span> <span style="display:none" data-country="PK" class="dropdown-toggle">Pakistan</span> <span style="display:none" data-country="PW" class="dropdown-toggle">Palau</span> <span style="display:none" data-country="PS" class="dropdown-toggle">Palestinian Territory, Occupied</span> <span style="display:none" data-country="PA" class="dropdown-toggle">Panamá</span> <span style="display:none" data-country="PG" class="dropdown-toggle">Papua New Guinea</span> <span style="display:none" data-country="PY" class="dropdown-toggle">Paraguay</span> <span style="display:none" data-country="PE" class="dropdown-toggle">Peru</span> <span style="display:none" data-country="PH" class="dropdown-toggle">Philippines</span> <span style="display:none" data-country="PN" class="dropdown-toggle">Pitcairn</span> <span style="display:none" data-country="PL" class="dropdown-toggle">Poland</span> <span style="display:none" data-country="PT" class="dropdown-toggle">Portugal</span> <span style="display:none" data-country="PR" class="dropdown-toggle">Puerto Rico</span> <span style="display:none" data-country="QA" class="dropdown-toggle">Qatar</span> <span style="display:none" data-country="RE" class="dropdown-toggle">Reunion</span> <span style="display:none" data-country="RO" class="dropdown-toggle">Romania</span> <span style="display:none" data-country="RU" class="dropdown-toggle">Russia</span> <span style="display:none" data-country="RW" class="dropdown-toggle">Rwanda</span> <span style="display:none" data-country="BL" class="dropdown-toggle">Saint Barthélemy</span> <span style="display:none" data-country="SH" class="dropdown-toggle">Saint Helena, Ascension and Tristan da Cunha</span> <span style="display:none" data-country="KN" class="dropdown-toggle">Saint Kitts and Nevis</span> <span style="display:none" data-country="LC" class="dropdown-toggle">Saint Lucia</span> <span style="display:none" data-country="MF" class="dropdown-toggle">Saint Martin (French part)</span> <span style="display:none" data-country="PM" class="dropdown-toggle">Saint Pierre and Miquelon</span> <span style="display:none" data-country="VC" class="dropdown-toggle">Saint Vincent and the Grenadines</span> <span style="display:none" data-country="WS" class="dropdown-toggle">Samoa</span> <span style="display:none" data-country="SM" class="dropdown-toggle">San Marino</span> <span style="display:none" data-country="ST" class="dropdown-toggle">Sao Tome and Principe</span> <span style="display:none" data-country="SA" class="dropdown-toggle">Saudi Arabia</span> <span style="display:none" data-country="SN" class="dropdown-toggle">Senegal</span> <span style="display:none" data-country="RS" class="dropdown-toggle">Serbia</span> <span style="display:none" data-country="SC" class="dropdown-toggle">Seychelles</span> <span style="display:none" data-country="SL" class="dropdown-toggle">Sierra Leone</span> <span style="display:none" data-country="SG" class="dropdown-toggle">Singapore</span> <span style="display:none" data-country="SX" class="dropdown-toggle">Sint Maarten (Dutch part)</span> <span style="display:none" data-country="SK" class="dropdown-toggle">Slovakia</span> <span style="display:none" data-country="SI" class="dropdown-toggle">Slovenia</span> <span style="display:none" data-country="SB" class="dropdown-toggle">Solomon Islands</span> <span style="display:none" data-country="SO" class="dropdown-toggle">Somalia</span> <span style="display:none" data-country="ZA" class="dropdown-toggle">South Africa</span> <span style="display:none" data-country="GS" class="dropdown-toggle">South Georgia and the South Sandwich Islands</span> <span style="display:none" data-country="SS" class="dropdown-toggle">South Sudan</span> <span style="display:none" data-country="ES" class="dropdown-toggle">Spain</span> <span style="display:none" data-country="LK" class="dropdown-toggle">Sri Lanka</span> <span style="display:none" data-country="SD" class="dropdown-toggle">Sudan</span> <span style="display:none" data-country="SR" class="dropdown-toggle">Suriname</span> <span style="display:none" data-country="SJ" class="dropdown-toggle">Svalbard and Jan Mayen</span> <span style="display:none" data-country="SZ" class="dropdown-toggle">Swaziland</span> <span style="display:none" data-country="SE" class="dropdown-toggle">Sweden</span> <span style="display:none" data-country="CH" class="dropdown-toggle">Switzerland</span> <span style="display:none" data-country="SY" class="dropdown-toggle">Syria</span> <span style="display:none" data-country="TA" class="dropdown-toggle">Taiwan</span> <span style="display:none" data-country="TJ" class="dropdown-toggle">Tajikistan</span> <span style="display:none" data-country="TZ" class="dropdown-toggle">Tanzania</span> <span style="display:none" data-country="TH" class="dropdown-toggle">Thailand </span> <span style="display:none" data-country="TL" class="dropdown-toggle">Timor-Leste</span> <span style="display:none" data-country="TG" class="dropdown-toggle">Togo</span> <span style="display:none" data-country="TK" class="dropdown-toggle">Tokelau</span> <span style="display:none" data-country="TO" class="dropdown-toggle">Tonga</span> <span style="display:none" data-country="TT" class="dropdown-toggle">Trinidad and Tobago</span> <span style="display:none" data-country="TN" class="dropdown-toggle">Tunesia</span> <span style="display:none" data-country="TR" class="dropdown-toggle">Turkey</span> <span style="display:none" data-country="TM" class="dropdown-toggle">Turkmenistan</span> <span style="display:none" data-country="TC" class="dropdown-toggle">Turks and Caicos Islands</span> <span style="display:none" data-country="TV" class="dropdown-toggle">Tuvalu</span> <span style="display:none" data-country="UG" class="dropdown-toggle">Uganda</span> <span style="display:none" data-country="UA" class="dropdown-toggle">Ukraina</span> <span style="display:none" data-country="AE" class="dropdown-toggle">United Arab Emirates</span> <span style="display:none" data-country="GB" class="dropdown-toggle">United Kingdom</span> <span style="display:none" data-country="US" class="dropdown-toggle">USA</span> <span style="display:none" data-country="VI" class="dropdown-toggle">United States Virgin Islands</span> <span style="display:none" data-country="UY" class="dropdown-toggle">Uruguay</span> <span style="display:none" data-country="UZ" class="dropdown-toggle">Uzbekistan</span> <span style="display:none" data-country="VU" class="dropdown-toggle">Vanuatu</span> <span style="display:none" data-country="VE" class="dropdown-toggle">Venezuela</span> <span style="display:none" data-country="VN" class="dropdown-toggle">Vietnam</span> <span style="display:none" data-country="VG" class="dropdown-toggle">British Virgin Islands</span> <span style="display:none" data-country="WF" class="dropdown-toggle">Wallis and Futuna</span> <span style="display:none" data-country="EH" class="dropdown-toggle">Western Sahara</span> <span style="display:none" data-country="YE" class="dropdown-toggle">Yemen</span> <span style="display:none" data-country="ZM" class="dropdown-toggle">Zambia</span> <span style="display:none" data-country="ZW" class="dropdown-toggle">Zimbabwe</span> <span style="display:none" data-country="AN" class="dropdown-toggle">Netherlands Antilles</span> <span style="display:none" data-country="NM" class="dropdown-toggle">Northern Mariana Islands</span> <span style="display:none" data-country="AQ" class="dropdown-toggle">Antarctica</span> <span style="display:none" data-country="OT" class="dropdown-toggle">Osttimor</span> <span style="display:none" data-country="HK" class="dropdown-toggle">Hongkong</span> <span class="caret"></span> </button> </div> </li> <li> <div class="dropdown"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown"><span id="lang-switch-button"></span> <span class="caret"></span> </button> <ul id="language-switch" class="dropdown-menu"><li class="on"><a data-value="en" href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="on">English</a></li><li><a data-value="de" href="/emea/de/resources/wissen/kompendium-der-fremdkoerperdetektion">Deutsch</a></li><li><a data-value="es" href="/emea/es">Español</a></li><li><a data-value="it" href="/emea/it">Italiano</a></li><li><a data-value="fr" href="/emea/fr">Français</a></li></ul> </div> </li> <li><div class="btn btn-primary dropdown-toggle"> <a href="/emea/en/sesotec-sitemap_en-GB">Sitemap</a></div></li> <li class="no-border"> <button class="dropdown-toggle search-button" data-toggle="collapse" data-target="#search_container" >Search <span class="caret"></span></button> <!-- $Id: search.liquid 49313 2019-08-20 12:01:28Z blanco $ --> <div id="search_container" class="collapse hidden-print"> <input id="search_string" name="search_string" placeholder="Your search term" class="search" autofocus /> <i id="search-icon" class="fa fa-search" aria-hidden="true"></i> <div id="search_result"></div> <script> $('#search_string').keydown(function(event){ if(event.keyCode==13){ $('#search-icon').trigger('click'); } }); $('#search-icon').on('click', function() { $.ajax({ url: "/ajax/search.json", method: "GET", data: { search_terms : $('#search_string').val(), language:"en"}, dataType: "html" }).success(function(response) { $('#search_result').addClass('response').slideDown("slow"); $('#search_result').html('<button type="button" class="close" id="close" data-dismiss="modal"><span aria-hidden="true" class="modal_button">×</span><span class="sr-only">Close</span></button>'+response.replace(/(<br ?\/?>)*/g,"")); }); }); $(document).on('click', '#close', function(){ $('#search_string').val(''); $('#search_result').hide("slow"); }); </script> </div> </li> </ul> </nav> </div> </div> </div> </div> <!-- $Id: telnr_bar.liquid 49314 2019-08-20 14:08:32Z blanco $ --> <!-- $Id: nav.liquid 50925 2023-06-19 11:47:25Z blanco $ --> <nav class="navbar navbar-default nav header"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="navbar-header"> <a class="navbar-brand" href="/emea/en"> </a> <div class="navbar-entries float-right"> <a class="collapsed nav-button" href="javascript:void(0);" data-toggle="collapse" data-target="#industries-channel-link" aria-expanded="false" aria-controls="navbar">Industries</a> <a class="collapsed nav-button" href="javascript:void(0);" data-toggle="collapse" data-target="#products-channel-link" aria-expanded="false" aria-controls="navbar">Products</a> <button type="button" class="navbar-toggle collapsed nav-button" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span></span> </button> </div> </div> </div> </div> </div> </nav> <nav class="navbar navbar-default mainbar"> <div id="industries-channel-link" class="main-nav navbar-collapse collapse full-width"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="overview-wrapper"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h6><i class="fa fa-th-large" aria-hidden="true"></i> Industries Overview</h6> </div> </div> </div> </div> <ul class="nav navbar-nav navbar-right"> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c68c4c25e5b2c7b74b40d/files/SES_Categories--Food--green_402x_170717.png?1658920578" title="S E S Categories Food green 402x 170717" alt="S E S Categories Food green 402x 170717" class="no-scale" > <a href="/emea/en/industries/food">Food</a> <ul> <li class="link"><a href="/emea/en/industries/sub/meat-and-sausage-products">Meat and sausage products</a></li> <li class="link"><a href="/emea/en/industries/sub/bread-and-baked-goods">Bread and baked goods</a></li> <li class="link"><a href="/emea/en/industries/sub/cheese-and-dairy-products">Cheese and dairy products</a></li> <li class="link"><a href="/emea/en/industries/sub/tinned-foods-frozen-foods-ready-made-meals">Canned, frozen and convenience food</a></li> <li class="link"><a href="/emea/en/industries/sub/pasta">Pasta</a></li> <li class="link"><a href="/emea/en/industries/sub/grain-mill-products">Grain mill products</a></li> <li class="link"><a href="/emea/en/industries/sub/nuts-dried-vegetables-and-dried-fruit">Nuts, dried vegetables and dried fruit</a></li> <li class="link"><a href="/emea/en/industries/sub/staple-foodstuffs-and-seasonings">Staple foodstuffs and seasonings</a></li> <li class="link"><a href="/emea/en/industries/sub/snacks-biscuits-and-crackers">Snacks, biscuits and crackers</a></li> <li class="link"><a href="/emea/en/industries/sub/confectionery">Confectionery</a></li> <li class="link"><a href="/emea/en/industries/sub/animal-feed">Animal feed</a></li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c6889c25e5b2c7874b41e/files/SES_Categories--Plastic--green_402x_170717.png?1658206309" title="S E S Categories Plastic green 402x 170717" alt="S E S Categories Plastic green 402x 170717" class="no-scale" > <a href="/emea/en/industries/plastics">Plastics</a> <ul> <li class="link"><a href="/emea/en/industries/sub/plastics-processing">Plastics processing</a></li> <li class="link"><a href="/emea/en/industries/sub/plastic-compounds">Plastic compounds</a></li> <li class="link"><a href="/emea/en/industries/sub/rubber-and-tyres">Rubber and tyres</a></li> <li class="link"><a href="/emea/en/industries/sub/chemicals">Chemicals</a></li> <li class="link"><a href="/emea/en/industries/sub/hygiene-products">Hygiene products</a></li> <li class="link"><a href="/emea/en/industries/sub/petrochemical-industry">Petrochemical industry</a></li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c688ac25e5b2c7874b421/files/SES_Categories--Recycling--green@2x_170717.png?1658206358" title="S E S Categories Recycling green@2x 170717" alt="S E S Categories Recycling green@2x 170717" class="no-scale" > <a href="/emea/en/industries/recycling">Recycling</a> <ul> <li class="link"><a href="/emea/en/industries/sub/plastics">Plastics</a></li> <li class="link"><a href="/emea/en/industries/sub/electrical-waste">Electrical waste</a></li> <li class="link"><a href="/emea/en/industries/sub/glass">Glass</a></li> <li class="link"><a href="/emea/en/industries/sub/household-waste">Household waste</a></li> <li class="link"><a href="/emea/en/industries/sub/metal">Metal</a></li> </ul> </li> </ul> </div> </div> </div> </div> <div id="products-channel-link" class="main-nav navbar-collapse collapse full-width"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="overview-wrapper"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h6><i class="fa fa-th-large" aria-hidden="true"></i> Products Overview</h6> </div> </div> </div> </div> <ul class="nav navbar-nav navbar-right"> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/597b3a6fc25e5b22844243ca/files/products__metal-detectors--active@2x.png?1658206408" title="products metal detectors active@2x" alt="products metal detectors active@2x" class="no-scale" > <a href="/emea/en/products/metal-detection-systems">Metal detection systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/metal-detectors-for-conveyor-belts-and-chutes">for conveyor belts and chutes</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-with-integrated-conveyor-belt">with integrated conveyor belt</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-free-fall-applications">for free-fall applications</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-liquids-and-pastes">for liquids and pastes</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-pneumatic-conveyance">for pneumatic conveyance</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-material-columns">for material columns</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c119c25e5b633dbf98eb/files/products__xray--active@2x.png?1658206795" title="products xray active@2x" alt="products xray active@2x" class="no-scale" > <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-packaged-products">for packaged products</a> </li> <li class="link"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">for unpackaged products</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c15ac25e5b633dbf98f2/files/products__sort--active@2x.png?1658210858" title="products sort active@2x" alt="products sort active@2x" class="no-scale" > <a href="/emea/en/products/sorting-systems">Sorting systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/recycling-sorting-systems-with-chute">Recycling sorting systems with chute</a> </li> <li class="link"> <a href="/emea/en/products/groups/recycling-sorting-systems-with-conveyor-belt">Recycling sorting systems with conveyor belt</a> </li> <li class="link"> <a href="/emea/en/products/groups/mobile-sorting-platform">Mobile Sorting Platform</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c0a1c25e5b633abf98e9/files/products__magnets--active@2x.png?1658213940" title="products magnets active@2x" alt="products magnets active@2x" class="no-scale" > <a href="/emea/en/products/magnet-systems">Magnet systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-free-fall-applications">for free-fall applications</a> </li> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-liquids-and-pastes">for liquids and pastes</a> </li> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-material-columns">for material columns</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/5f85519e93b356bf89de2a3e/files/products__analyse--active.png?1658215312" title="products analyse active" alt="products analyse active" class="no-scale" > <a href="/emea/en/products/analysis-systems-for-plastic-flakes-and-regrind">Analysis systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/Analysesysteme"></a> </li> </ul> </li> </ul> </div> </div> </div> </div> <div id="navbar" class="navbar-collapse collapse"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <ul class="nav navbar-nav navbar-right"> <li id="industry-nav" class="has-children"><a href="javascript:void(0)" class="overview-link">Industries Overview</a> <span></span> <ul> <li class="link has-children"> <a href="/emea/en/industries/food">Food</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/meat-and-sausage-products">Meat and sausage products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/bread-and-baked-goods">Bread and baked goods</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/cheese-and-dairy-products">Cheese and dairy products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/tinned-foods-frozen-foods-ready-made-meals">Canned, frozen and convenience food</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/pasta">Pasta</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/grain-mill-products">Grain mill products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/nuts-dried-vegetables-and-dried-fruit">Nuts, dried vegetables and dried fruit</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/staple-foodstuffs-and-seasonings">Staple foodstuffs and seasonings</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/snacks-biscuits-and-crackers">Snacks, biscuits and crackers</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/confectionery">Confectionery</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/animal-feed">Animal feed</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/industries/plastics">Plastics</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/plastics-processing">Plastics processing</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/plastic-compounds">Plastic compounds</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/rubber-and-tyres">Rubber and tyres</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/chemicals">Chemicals</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/hygiene-products">Hygiene products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/petrochemical-industry">Petrochemical industry</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/industries/recycling">Recycling</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/plastics">Plastics</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/electrical-waste">Electrical waste</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/glass">Glass</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/household-waste">Household waste</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/metal">Metal</a> <span></span></li> </ul> </li> </ul> </li> <li id="products-nav" class="has-children"><a href="javascript:void(0)" class="overview-link">Products Overview</a> <span></span> <ul> <li class="link has-children"> <a href="/emea/en/products/metal-detection-systems">Metal detection systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/metal-detectors-for-conveyor-belts-and-chutes">Metal detectors for conveyor belts and chutes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-with-integrated-conveyor-belt">Metal detection systems with integrated conveyor belt</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-free-fall-applications">Metal detection systems for free-fall applications</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-liquids-and-pastes">Metal detection systems for liquids and pastes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-pneumatic-conveyance">Metal detection systems for pneumatic conveyance</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-material-columns">Metal detection systems for material columns</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/x-ray-inspection-systems-for-packaged-products">X-ray inspection systems for packaged products</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">X-ray inspection systems for unpackaged products</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/sorting-systems">Sorting systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/recycling-sorting-systems-with-chute">Recycling sorting systems with chute</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/recycling-sorting-systems-with-conveyor-belt">Recycling sorting systems with conveyor belt</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/mobile-sorting-platform">Mobile Sorting Platform</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/magnet-systems">Magnet systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-free-fall-applications">Magnet systems for free-fall applications</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-liquids-and-pastes">Magnet systems for liquids and pastes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-material-columns">Magnet systems for material columns</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/analysis-systems-for-plastic-flakes-and-regrind">Analysis systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/Analysesysteme">Analysis systems</a> <span></span></li> </ul> </li> </ul> </li> <li id="nav"> <ul> <li id="service-excellence-link" class="link link-1 first has-children"> <a class="" href="/emea/en/service-excellence">Service Excellence </a> <span></span> <ul> <li id="projekt-link" class="link link-2 "> <a href="/emea/en/service-excellence/project" title="Project">Project</a><span></span> </li> <li id="operations-link" class="link link-2 "> <a href="/emea/en/service-excellence/operations" title="Operations">Operations</a><span></span> </li> <li id="lifetime-link" class="link link-2 "> <a href="/emea/en/service-excellence/life-time-extension" title="Life-time extension">Life-time extension</a><span></span> </li> </ul> </li> <li id="resources-link" class="link link-1 has-children"> <a class="" href="/emea/en/resources">Resources </a> <span></span> <ul> <li id="food-safety-ein-ueberblick1-link" class="link link-2 "> <a href="/emea/en/resources/food-safety-an-overview" title="Food Safety - An Overview">Food Safety - An Overview</a><span></span> </li> <li id="circular-economy-ueberblick-link" class="link link-2 "> <a href="/emea/en/resources/circular-economy-overview" title="Circular Economy for Plastics - An Overview">Circular Economy for Plastics - An Overview</a><span></span> </li> <li id="wissen-link" class="link link-2 "> <a href="/emea/en/resources/expertise" title="Expertise">Expertise</a><span></span> </li> <li id="downloads-link" class="link link-2 "> <a href="/emea/en/resources/downloads" title="Downloads">Downloads</a><span></span> </li> <li id="newsletter-link" class="link link-2 "> <a href="/emea/en/resources/newsletter" title="Newsletter">Newsletter</a><span></span> </li> <li id="blog-link" class="link link-2 "> <a href="/emea/en/resources/blog" title="News/Blog">News/Blog</a><span></span> </li> <li id="sesotec-app-link" class="link link-2 "> <a href="/emea/en/resources/sesotec-app" title="Sesotec App">Sesotec App</a><span></span> </li> <li id="zertifikate-konformitaeten-link" class="link link-2 "> <a href="/emea/en/resources/certificates-conformities" title="Certificates and conformities">Certificates and conformities</a><span></span> </li> </ul> </li> <li id="kontakt-link" class="link link-1 has-children"> <a class="" href="/emea/en/contact">Contact </a> <span></span> <ul> <li id="vertrieb-link" class="link link-2 "> <a href="/emea/en/contact/sales" title="Sales">Sales</a><span></span> </li> <li id="pr-link" class="link link-2 "> <a href="/emea/en/contact/pr" title="Public Relations">Public Relations</a><span></span> </li> <li id="hr-link" class="link link-2 "> <a href="/emea/en/contact/hr" title="Human Resources">Human Resources</a><span></span> </li> <li id="hotline-link" class="link link-2 "> <a href="/emea/en/contact/hotline" title="Service-Hotline">Service-Hotline</a><span></span> </li> </ul> </li> <li id="karriere-link" class="link link-1 has-children"> <a class="" href="/emea/en/career">Career </a> <span></span> <ul> <li id="sesotec-als-arbeitgeber-link" class="link link-2 "> <a href="/emea/en/career/sesotec-as-employer" title="Sesotec as an employer">Sesotec as an employer</a><span></span> </li> <li id="aktuelle-stellenangebote-link" class="link link-2 "> <a href="/emea/en/career/job-offers" title="Job offers">Job offers</a><span></span> </li> <li id="ausbildung-link" class="link link-2 "> <a href="/emea/en/career/vocational-training" title="Vocational training">Vocational training</a><span></span> </li> <li id="studierende-link" class="link link-2 "> <a href="/emea/en/career/university-studies" title="University studies">University studies</a><span></span> </li> </ul> </li> <li id="sesoteclive-link" class="link link-1 has-children"> <a class="" href="/emea/en/sesotec-live">Sesotec Live </a> <span></span> <ul> <li id="messen-und-events-link" class="link link-2 "> <a href="/emea/en/sesotec-live/exhibitions" title="Exhibitions and events">Exhibitions and events</a><span></span> </li> <li id="training-und-schulungen-link" class="link link-2 "> <a href="/emea/en/sesotec-live/training" title="Training">Training</a><span></span> </li> <li id="showroom-dorsten-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-dorsten" title="Showroom Dorsten">Showroom Dorsten</a><span></span> </li> <li id="showroom-thailand-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-thailand" title="Showroom Thailand">Showroom Thailand</a><span></span> </li> <li id="showroom-italien-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-italy" title="Showroom Italy">Showroom Italy</a><span></span> </li> <li id="showroom-frankreich-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-france" title="Showroom France">Showroom France</a><span></span> </li> <li id="showroom-spanien-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-spain" title="Showroom Spain">Showroom Spain</a><span></span> </li> </ul> </li> <li id="ueber-sesotec-link" class="link link-1 has-children"> <a class="" href="/emea/en/about-sesotec">About Sesotec </a> <span></span> <ul> <li id="wer-wir-sind-link" class="link link-2 "> <a href="/emea/en/about-sesotec/who-we-are" title="Who we are">Who we are</a><span></span> </li> <li id="sesotec-group-verhaltenskodex-link" class="link link-2 "> <a href="/emea/en/about-sesotec/sesotec-group-code-of-conduct" title="Code of Conduct">Code of Conduct</a><span></span> </li> <li id="lieferanten-link" class="link link-2 "> <a href="/emea/en/about-sesotec/suppliers" title="Suppliers">Suppliers</a><span></span> </li> <li id="referenzen-link" class="link link-2 "> <a href="/emea/en/about-sesotec/references" title="References">References</a><span></span> </li> </ul> </li> </ul> </li> </ul> </div> </div> </div> </div> </nav> <script> /* fix for bug #10358 */ window.onunload = function(e){ console.log('reload'); location.reload(); }; jQuery(document).ready(function () { document.querySelector( ".navbar-toggle" ).addEventListener( "click", function() { this.classList.toggle( "active" ); }); jQuery('a.nav-button').click(function() { jQuery('.navbar-toggle').removeClass('active'); }); jQuery('.navbar-collapse').on('show.bs.collapse', function(e) { jQuery('.navbar-collapse') jQuery('.navbar-collapse').not(this).collapse('hide'); jQuery('header').css("z-index", "99999"); }); /* jQuery( window ).resize(function() { setTimeout(function(){ jQuery('.navbar-collapse').collapse('hide'); jQuery('.navbar-toggle').removeClass('active'); var headerHeight = $('header').innerHeight(); console.log(headerHeight); $('.spacer-header').css('height', headerHeight+'px'); }, 500); });*/ jQuery('.navbar-collapse').on('hidden.bs.collapse', function(e) { var headerHeight = $('header').innerHeight(); $('.spacer-header').css('height', headerHeight+'px'); }); var resizeId; $(window).resize(function() { clearTimeout(resizeId); resizeId = setTimeout(doneResizing, 1000); }); function doneResizing(){ var headerHeight = $('header').innerHeight(); $('.spacer-header').css('height', headerHeight+'px'); } jQuery('li').removeClass('on'); jQuery('a.overview-link').click(function() { jQuery(this).next('span').click(); }); jQuery('li.has-children span').click(function() { jQuery(this).nextAll('ul').toggle(); jQuery(this).toggleClass('open'); if(jQuery(this).hasClass('open')){ jQuery(this).parent('li').addClass("link on"); }else{ jQuery(this).parent('li').removeClass("link on"); } }); //set active link class to highlight nav entry jQuery('nav.top-nav li a[href$="' + window.location.pathname + '"]').addClass("on"); jQuery('footer nav a[href$="' + window.location.pathname + '"]').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').parent('ul').parent('li').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').parent('ul').parent('li').parent('ul').parent('li').addClass("link on"); //for mobile burger nav set current nav tree open jQuery('#navbar li.on ul').css('display','block'); jQuery('#navbar li.on').parent('ul').css('display','block'); jQuery('#navbar li.on').parent('ul').css('display','block'); jQuery('#navbar li.on ul li').not('.on').children('ul').css('display','none'); jQuery('#navbar li.has-children.on > span').addClass('open'); }); </script> <!-- $Id: breadcrumb.liquid 50633 2021-12-07 09:17:50Z blanco $ --> <div class="full-width-wrapper breadcrumb header hidden-print "> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <a href="/emea/en/resources">Resources</a> <span> </span> <a href="/emea/en/resources/expertise">Expertise</a> <span> </span> <span> </span> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection">Guidelines on contaminant detection</a> </div> </div> </div> </div> </header> <!-- $Id: mod_image.liquid 50245 2020-06-05 10:32:28Z blanco $ --> <!-- else --> <!-- banner != blank --> <!-- /sites/593fc2aac25e5b0640a20ff8/assets/59a04457c25e5b5fe695b21c/Sesotec_key_visual-1800x540px.jpg?1652432720 .... --- Locomotive::Steam::Liquid::Drops::ContentEntry --> <div class="full-width-wrapper no-wrapper-spacing container-attached mod-image image"> <div class="img-container " > <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/5a868467ffe9ecb5ca35dda4/files/fremdk_rperdetektion-header-kompendium-vs3.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/5a868467ffe9ecb5ca35dda4/files/fremdk_rperdetektion-header-kompendium-vs3.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/5a868467ffe9ecb5ca35dda4/files/fremdk_rperdetektion-header-kompendium-vs3.jpg" title="" alt=""></picture> </div> </div> <!-- $Id: mod_simple_rte_content2.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-simple-rte_content"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-16 col-md-offset-4"> <div class="inner-content"> <h1 class="MsoNormal"></h1> <div class="OutlineElement Ltr SCXW51549335 BCX9"><h1><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Heading 1 Char">Detecting physical contamination in food</span></span><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"> </span></h1></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><p class="Paragraph SCXW51549335 BCX9"><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">Physical contaminants, also referred to as foreign body contaminants, are physical objects that contaminate food</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">. </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">From farm to factory to fork, physical contaminants can enter food </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">products </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">at any stage in the food production lifecycle. </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">For this reason, food quality control </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun CommentStart SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">programs </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">rely</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char"> on inspection technology </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">to detect and remove physical contaminants </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-charstyle="Subtitle Char">at many points throughout the manufacturing process.</span></span><span class="TextRun Highlight SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-parastyle="heading 2"><br></span></span></p><h2><span class="TextRun Highlight SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-parastyle="heading 2">Types of physical contamination </span></span><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"201341983":0,"335559738":40,"335559739":0,"335559740":259}"> </span></h2></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><p class="Paragraph SCXW51549335 BCX9"><span class="TextRun Highlight SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">Physical contaminants in food take many forms, and their presence in food products can range from unpleasant but harmless to highly dangerous if chewed or swallowed.</span></span><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"> </span></p></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><p class="Paragraph SCXW51549335 BCX9"><span class="TextRun Highlight SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">Some physical contaminants, such as seed pits, plant stalks, or bone fragments, are naturally occurring in the food ingredient but valueless in the product. Other physical contaminants, like dirt, stones, or insect fragments, are naturally occurring in the environment in which the raw food material was harvested. Non-organic physical contaminants, like bits of plastic, metal, or glass, may enter the product </span></span><span class="TextRun Highlight SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">during</span></span><span class="TextRun Highlight SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> food processing and distribution.</span></span><span class="TextRun Highlight SCXW51549335 BCX9" data-contrast="none"><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-parastyle="heading 2"><br></span></span></p><h2><span class="NormalTextRun SCXW51549335 BCX9" data-ccp-parastyle="heading 2">Preventing physical contamination</span></h2></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><p class="Paragraph SCXW51549335 BCX9"><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">Because physical contamination can happen at every stage of food harvesting, processing, and preparation, HACCP standards </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun CommentStart SCXW51549335 BCX9">emphasize </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">that food products must be inspected several times on their journey from raw ingredients to finished meals.</span></span><br></p><p class="Paragraph SCXW51549335 BCX9">Adequate prevention of physical contamination can be accomplished with a range of food contamination detection equipment, food<span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> quality assurance methods, and proper hygiene</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">. </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"><br></span></span></p><p class="Paragraph SCXW51549335 BCX9"><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">The following series offers guidelines for the safe detection and removal of physical contaminants in industrial food processing.</span></span><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"><br></span></p><p class="Paragraph SCXW51549335 BCX9"><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"201341983":0,"335559739":160,"335559740":259}"><br></span></p></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><ul><li><strong>Part 1</strong> –<span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> The Basics of Metal Detection in the Food Industry</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">– Improper</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> handling and equipment wear can result in metal fragments entering in food products. This chapter provides an overview of the role and effectiveness of industrial metal detectors </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">for</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> food </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">contaminants</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">. </span></span><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"134233279":true,"201341983":0,"335559739":160,"335559740":259}"> </span></li></ul><ul><li><strong>Part 2</strong><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"><strong> </strong> – </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">The Use of X-ray Inspection Systems in the Food Industry</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> – X-rays for the food industry are often implemented to inspect products after they’ve been packaged. Learn about how food safety x-rays can be used to detect organic and non-organic contaminants, from bone fragments to glass shards. </span></span><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"134233279":true,"201341983":0,"335559739":160,"335559740":259}"> </span></li></ul></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><br></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><ul><li><strong>Part 3</strong><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> – </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">Determining Critical Control Points in the Food Production Process</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> – HACCP (Hazard Analysis and Critical Control Points) is a systematic approach to food quality control in industrial settings. This chapter explains how to define at which points quality assurance measures should be implemented into your food production process. </span></span><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"134233279":true,"201341983":0,"335559739":160,"335559740":259}"> </span></li></ul></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><br></div><div class="OutlineElement Ltr SCXW51549335 BCX9"><ul><li><strong>Part 4</strong> –<span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> Testing Contaminant Detector Performance According to BRC Standards</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> – In many cases, food safety is </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">directly linked to the</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> accuracy of your </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">x-ray inspection machine or </span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">metal detector for food processin</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">g</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9">.</span></span><span class="TextRun SCXW51549335 BCX9" data-contrast="auto"><span class="NormalTextRun SCXW51549335 BCX9"> This guide explains how and when to assess the performance of your food inspection equipment.</span></span><span class="EOP SCXW51549335 BCX9" data-ccp-props="{"134233279":true,"201341983":0,"335559739":160,"335559740":259}"> </span></li></ul></div><div class="SCXW51549335 BCX9"> </div> </div> </div> </div> </div> </div> <!-- $Id: mod_thumb_boxes.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <!-- thumb_boxes_list.size!--> <div class="full-width-wrapper mod-image-collection-teaser mod-thumb-boxes thumb-boxes"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-20 col-md-offset-2"> <h5 class="reg"></h5> <div class="row flex"> <div class="col-xs-24 col-sm-12 col-md-8 item"> <div onclick="location.href='/emea/en/resources/expertise/metal-detection-in-the-food-industry'"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/pages/5bbf4687ffe9eca31d88b571/files/MUND_ESS-thumb.jpg?1694093403" title="M U N D E S S thumb" alt="M U N D E S S thumb" ></div> <div> <div class="image-caption"> <h6 class="title"><a href="/emea/en/resources/expertise/metal-detection-in-the-food-industry">Part 1: Basics of Metal Detection in the Food Industry</a></h6> </div> </div> </div> </div> <div class="col-xs-24 col-sm-12 col-md-8 item"> <div onclick="location.href='/emea/en/resources/expertise/x-ray-inspection-systems-in-the-food-industry-quality-assurance'"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/pages/5bbf4b72ffe9eca31d88b588/files/x-ray-kompendium-thumb.jpg?1652432721" title="x ray kompendium thumb" alt="x ray kompendium thumb" ></div> <div> <div class="image-caption"> <h6 class="title"><a href="/emea/en/resources/expertise/x-ray-inspection-systems-in-the-food-industry-quality-assurance">Part 2: Use of X-ray Inspection Systems in the Food Industry</a></h6> </div> </div> </div> </div> <div class="col-xs-24 col-sm-12 col-md-8 item"> <div onclick="location.href='/emea/en/resources/expertise/determining-critical-control-points-in-food-production'"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/pages/5bbf4e57ffe9eca31d88b58d/files/haccp-header-thumb.jpg?1652432721" title="haccp header thumb" alt="haccp header thumb" ></div> <div> <div class="image-caption"> <h6 class="title"><a href="/emea/en/resources/expertise/determining-critical-control-points-in-food-production">Part 3: Determining critical control points in food production</a></h6> </div> </div> </div> </div> <div class="col-xs-24 col-sm-12 col-md-8 item"> <div onclick="location.href='/emea/en/resources/expertise/testing-of-contaminant-detector-performance-according-to-BRC-Standards'"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/pages/5bc06518ffe9ec4a7b127268/files/testkoerper-thumb.jpg?1652432721" title="testkoerper thumb" alt="testkoerper thumb" ></div> <div> <div class="image-caption"> <h6 class="title"><a href="/emea/en/resources/expertise/testing-of-contaminant-detector-performance-according-to-BRC-Standards">Part 4: Testing of Contaminant Detector Performance</a></h6> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- $Id: mod_image_collection-small.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div id="slider" class="full-width-wrapper mod-image-collection-teaser mod-image-collection-small "> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h5 class="reg">Sesotec White Paper</h5> <div class="row carousel slick"> <div onclick="location.href='/emea/en/resources/blog/how-sorting-with-ai-methods-is-taking-the-plastics-circular-economy-to-a-new-level'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/669643a693b35627126d6a6e/files/Sesotec-img-ki-sorting-24.jpg?1721124387" title="Sesotec img ki sorting 24" alt="Sesotec img ki sorting 24" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">How sorting with AI methods is taking the plastics circular economy to a new level</h6> <a href="/emea/en/resources/blog/how-sorting-with-ai-methods-is-taking-the-plastics-circular-economy-to-a-new-level" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/the-path-from-preventive-to-predictive-maintenance-in-the-food-industry'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/6645f5d093b356a1b4c67180/files/preview-wp-predictive-maintenance-fs-en.jpg?1715866058" title="preview wp predictive maintenance fs en" alt="preview wp predictive maintenance fs en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">The path from preventive to predictive maintenance in the food industry</h6> <a href="/emea/en/resources/blog/the-path-from-preventive-to-predictive-maintenance-in-the-food-industry" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/automated-conformity-testing-processes-for-inspection-systems'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/64b6750c93b3561593abff4a/files/preview-white-paper-icm-en.jpg?1689680570" title="preview white paper icm en" alt="preview white paper icm en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Automated conformity testing processes for inspection systems</h6> <a href="/emea/en/resources/blog/automated-conformity-testing-processes-for-inspection-systems" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/e-book-food-safety-part-2-effective-implementation-of-food-safety-measures'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/630dc6f793b35602fe718b71/files/fs-ebook-2022-en-preview.jpg?1661848928" title="fs ebook 2022 en preview" alt="fs ebook 2022 en preview" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">E-Book: Food Safety Part 2 - Effective implementation of food safety measures</h6> <a href="/emea/en/resources/blog/e-book-food-safety-part-2-effective-implementation-of-food-safety-measures" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/new-e-book-the-circular-economy-part-2'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/62e7951593b356e2d5dc2320/files/ce-ebook-2022--en-preview.jpg?1661404228" title="ce ebook 2022 en preview" alt="ce ebook 2022 en preview" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">New E-Book: The circular economy – Part 2</h6> <a href="/emea/en/resources/blog/new-e-book-the-circular-economy-part-2" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/sesotec-raycon-x-ray-inspection-holistically-thought-through'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/61fbc36293b35697cdfb009c/files/raycon-family-brochure-preview-en.jpg?1652432762" title="raycon family brochure preview en" alt="raycon family brochure preview en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Sesotec RAYCON - X-ray inspection holistically thought through</h6> <a href="/emea/en/resources/blog/sesotec-raycon-x-ray-inspection-holistically-thought-through" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/white-paper-using-recycled-materials-in-plastics-processing'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/611cef2093b3564608d1b0d1/files/wp-rezyklateinsatz-preview-de.jpg?1652432758" title="wp rezyklateinsatz preview de" alt="wp rezyklateinsatz preview de" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">White Paper: Using recycled materials in plastics processing</h6> <a href="/emea/en/resources/blog/white-paper-using-recycled-materials-in-plastics-processing" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/e-book-food-safety-what-food-processors-need-to-know'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/60a6472393b3569a44cd7ab2/files/preview-fs-ebook-2021-en.jpg?1652432755" title="preview fs ebook 2021 en" alt="preview fs ebook 2021 en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">E-Book: Food Safety - What food processors need to know</h6> <a href="/emea/en/resources/blog/e-book-food-safety-what-food-processors-need-to-know" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/guide-for-validation-of-product-inspection-systems'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/602e69b893b356ad7282109c/files/wp-leitfaden-validierung-preview-en.jpg?1652432753" title="wp leitfaden validierung preview en" alt="wp leitfaden validierung preview en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Guide for validation of product inspection systems</h6> <a href="/emea/en/resources/blog/guide-for-validation-of-product-inspection-systems" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/new-e-book-the-circular-economy'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/602e5fdb93b356ad72821068/files/ebook-circular-economy-2021-preview-en.jpg?1679037603" title="ebook circular economy 2021 preview en" alt="ebook circular economy 2021 preview en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">New E-Book - The Circular Economy</h6> <a href="/emea/en/resources/blog/new-e-book-the-circular-economy" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/how-artificial-intelligence-contributes-to-sustainable-and-profitable-food-processing'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5f7c19e093b356923853fdcc/files/wp-think-preview-en.jpg?1652432749" title="wp think preview en" alt="wp think preview en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">How artificial intelligence contributes to sustainable and profitable food processing</h6> <a href="/emea/en/resources/blog/how-artificial-intelligence-contributes-to-sustainable-and-profitable-food-processing" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/legal-requirements-and-important-standards-in-the-food-industry-and-their-differences'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5f45f64093b35681da31c767/files/preview-white-paper-food-standards-de.jpg?1710856815" title="preview white paper food standards de" alt="preview white paper food standards de" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Legal requirements and important standards in the food industry and their differences</h6> <a href="/emea/en/resources/blog/legal-requirements-and-important-standards-in-the-food-industry-and-their-differences" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/keeping-plastic-compounds-free-of-metallic-contaminants'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5f4cbece93b3567cd61aaad5/files/wp-keeping-metals-out-of-compounds-preview-en.jpg?1652432748" title="wp keeping metals out of compounds preview en" alt="wp keeping metals out of compounds preview en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Keeping plastic compounds free of metallic contaminants</h6> <a href="/emea/en/resources/blog/keeping-plastic-compounds-free-of-metallic-contaminants" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/ebook-driving-impact-safe-food-and-saving-food'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5e846c81d1468d49cb48c39f/files/vorschau-ebook-food-safety.jpg?1652432744" title="vorschau ebook food safety" alt="vorschau ebook food safety" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">eBook: Driving Impact – Safe food and saving food</h6> <a href="/emea/en/resources/blog/ebook-driving-impact-safe-food-and-saving-food" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/ebook-driving-impact-closing-the-plastic-cycle'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5e1c2960d1468d7775845c53/files/vorschau-driving-impact-plastic-cycle.jpg?1700727655" title="vorschau driving impact plastic cycle" alt="vorschau driving impact plastic cycle" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">eBook: Driving Impact - Closing the plastic cycle</h6> <a href="/emea/en/resources/blog/ebook-driving-impact-closing-the-plastic-cycle" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/five-tips-to-optimise-metal-detector-performance'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5e1c4397d1468d7760845caf/files/5tipps-vorschau-en.jpg?1652432741" title="5tipps vorschau en" alt="5tipps vorschau en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Five tips to optimise metal detector performance </h6> <a href="/emea/en/resources/blog/five-tips-to-optimise-metal-detector-performance" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/booklet-about-x-ray-inspection-systems'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5d1dce0ed1468d9493923111/files/x-ray-booklet-en.jpg?1652432737" title="x ray booklet en" alt="x ray booklet en" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Booklet about X-ray Inspection Systems</h6> <a href="/emea/en/resources/blog/booklet-about-x-ray-inspection-systems" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/metal-contamination-in-plastics-processing-causes-and-countermeasures'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5d1b4457d1468deb5addada9/files/granulat-und-metall.jpg?1652432737" title="granulat und metall" alt="granulat und metall" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Metal contamination in plastics processing – causes and countermeasures</h6> <a href="/emea/en/resources/blog/metal-contamination-in-plastics-processing-causes-and-countermeasures" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/important-factors-when-buying-a-metal-detector-for-plastics-processing-machines'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5ca4993effe9ecb8ecbe82c3/files/protector-auf-spritzgiessmaschine.jpg?1652432733" title="protector auf spritzgiessmaschine" alt="protector auf spritzgiessmaschine" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Important factors when buying a metal detector for plastics processing machines</h6> <a href="/emea/en/resources/blog/important-factors-when-buying-a-metal-detector-for-plastics-processing-machines" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/advanced-functions-and-capabilities-of-x-ray-technology'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5b6d2e50ffe9ecc20459075c/files/raycon-d-plus-blog-picture.jpg?1652432727" title="raycon d plus blog picture" alt="raycon d plus blog picture" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Advanced Functions and Capabilities of X-Ray Technology</h6> <a href="/emea/en/resources/blog/advanced-functions-and-capabilities-of-x-ray-technology" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/the-influence-of-intuitive-operation-on-the-total-cost-of-ownership'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5a8fecdbffe9ec0c4ed1145c/files/bedienung-display-intuity.jpg?1652432724" title="bedienung display intuity" alt="bedienung display intuity" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title"> The influence of intuitive operation on the total cost of ownership of a metal detector</h6> <a href="/emea/en/resources/blog/the-influence-of-intuitive-operation-on-the-total-cost-of-ownership" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/metal-detection-steps-up'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5a9f9b5dffe9ec79d4a76f89/files/intuity-control-display.jpg?1652432725" title="intuity control display" alt="intuity control display" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Metal Detection Steps Up</h6> <a href="/emea/en/resources/blog/metal-detection-steps-up" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/contaminant-detection-in-the-meat-industry'" class="col-xs-24 col-sm-12 col-md-8 item"> <div class="image-box"><img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/5a852cc3ffe9ecfe39ee80a7/files/raw-meat-E2-kiste.jpg?1652432723" title="raw meat E2 kiste" alt="raw meat E2 kiste" ></div> <div> <div class="image-caption"> <h6 class="category">White Paper</h6> <h6 class="title">Contaminant Detection in the Meat Industry</h6> <a href="/emea/en/resources/blog/contaminant-detection-in-the-meat-industry" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> </div> </div> </div> </div> </div> <script> $('#slider.mod-image-collection-small div.row.carousel.slick').slick({ slidesToShow: 3, slidesToScroll: 3, arrows: false, dots: true, autoplay: true, responsive: [ { breakpoint: 1200, settings: { arrows: false, slidesToShow: 2, slidesToScroll: 2, } }, { breakpoint: 700, settings: { arrows: false, slidesToShow: 1, slidesToScroll: 1, } } ] }); </script> <!-- $Id: footer.liquid 50906 2022-11-28 17:06:33Z blanco $ --> <div class="full-width-wrapper bg-grey-dark footer"> <div class="container"> <div class="row socialmedia wrapper-spacing-20" > <h5>Follow us:</h5> <span class="seperator"></span> <a href="https://www.linkedin.com/company/335170/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> <a href="https://www.instagram.com/sesotec_gmbh/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a> <a href="https://www.facebook.com/sesotec.global/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="https://www.youtube.com/user/sesotec" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> <a href="https://www.xing.com/companies/sesotecgmbh" target="_blank"><i class="fa fa-xing" aria-hidden="true"></i></a> <a href="https://twitter.com/sesotec" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> </div> </div> <div class="container"> <footer class="wrapper-spacing-20"> <div class="row"> <div class="col-xs-24 col-sm-10 col-md-10"> <p>©2008 – 2025 Sesotec GmbH</p> </div> <div class="col-xs-24 col-sm-4 col-md-4"> </div> <div class="col-xs-24 col-sm-10 col-md-10"> <div class="cookie-reset"> <a class="cc-cookie-reset" href="#" title="Revise cookie and analytics tool selection.">Revise cookie and analytics tool selection.</a> </div> <nav> <a href="/emea/en/sesotec-sitemap_en-GB">Sitemap</a> <a href="/emea/en/legal-notes">Legal notes</a> <a href="/emea/en/data-privacy">Data privacy</a> <a href="/emea/en/data-privacy-social-media">Data privacy social media</a> </nav> </div> </div> </footer> </div> </div> <section id="loading-spinner-overlay" class="loading-spinner modal hidden-print" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="loading-spinner-container"></div> </div> </section> <section id="successMessageModal" class="custom-modal modal fade hidden-print" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog container" role="document"><div class="modal-content col-xs-24 col-sm-18 col-sm-offset-3 col-md-18 col-md-offset-3" style="max-width:initial !important; background:transparent !important"> <div class="modal-header"><button type="button" class="close" data-dismiss="modal"></button></div> <div class="modal-body" style="background: #FFF;"><div class="container-fluid"> <div class="row"><div class="col-xs-24 col-sm-24 col-md-24"> <div id="successfull-message" class="inner-content mod-accordeon mod-job-offers"></div> </div> </div> </div> </div> </div> </div> </section> <!-- $Id$ --> <div id="countryModal" class="custom-modal modal fade hidden-print" tabindex="-1" role="dialog" aria-hidden="true" style="z-index: 100000;"> <div class="modal-dialog container" role="document"> <div class="modal-content col-xs-24 col-sm-18 col-sm-offset-3 col-md-18 col-md-offset-3" style="max-width:initial !important; background:transparent !important"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"></button> </div> <div class="modal-body" style="background: #FFF;"> <div class="container-fluid"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="inner-content mod-accordeon mod-job-offers"> <div class="center"> <h4>Please select your country</h4> <p>The selection of your country allows us to offer the optimal content for you.</p> <p style="display: none;" id="country_modal_detected_country"> We have detected the following country based on your IP address: <span class="country_name"> </span><br>If this is not correct, please choose your country below. </p> </div> <div class="country-wrapper"> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-europa" aria-expanded="false" aria-controls="region-europa"><span class="txt-28">Europe</span></button> <div id="region-europa" class="collapse inner-content"> <p class="countries countries-europa"> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="AX" title="Aland Islands" style="display:block; width:100%"> Aland Islands </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="AL" title="Albania" style="display:block; width:100%"> Albania </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="AD" title="Andorra" style="display:block; width:100%"> Andorra </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="AM" title="Armenia" style="display:block; width:100%"> Armenia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="AT" title="Austria" style="display:block; width:100%"> Austria </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="AZ" title="Aserbaidschan" style="display:block; width:100%"> Aserbaidschan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BY" title="Belarus" style="display:block; width:100%"> Belarus </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BE" title="Belgium" style="display:block; width:100%"> Belgium </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BA" title="Bosnia-Herzegovina" style="display:block; width:100%"> Bosnia-Herzegovina </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BG" title="Bulgaria" style="display:block; width:100%"> Bulgaria </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="HR" title="Croatia" style="display:block; width:100%"> Croatia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CY" title="Cyprus" style="display:block; width:100%"> Cyprus </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CZ" title="Czech Republic" style="display:block; width:100%"> Czech Republic </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="DK" title="Denmark" style="display:block; width:100%"> Denmark </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="EE" title="Estonia" style="display:block; width:100%"> Estonia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="FO" title="Faroe Islands" style="display:block; width:100%"> Faroe Islands </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="FI" title="Finland" style="display:block; width:100%"> Finland </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="FR" title="France" style="display:block; width:100%"> France </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GE" title="Georgia" style="display:block; width:100%"> Georgia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="DE" title="Germany" style="display:block; width:100%"> Germany </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GI" title="Gibraltar" style="display:block; width:100%"> Gibraltar </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GR" title="Greece" style="display:block; width:100%"> Greece </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GG" title="Guernsey" style="display:block; width:100%"> Guernsey </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="VA" title="Vatican City" style="display:block; width:100%"> Vatican City </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="HU" title="Hungary" style="display:block; width:100%"> Hungary </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="IS" title="Iceland" style="display:block; width:100%"> Iceland </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="IE" title="Ireland" style="display:block; width:100%"> Ireland </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="IM" title="Isle of Man" style="display:block; width:100%"> Isle of Man </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="IT" title="Italy" style="display:block; width:100%"> Italy </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="JE" title="Jersey" style="display:block; width:100%"> Jersey </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="KZ" title="Kazakhstan" style="display:block; width:100%"> Kazakhstan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="XK" title="Kosovo" style="display:block; width:100%"> Kosovo </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="KG" title="Kyrgyzstan" style="display:block; width:100%"> Kyrgyzstan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="LV" title="Lattvia" style="display:block; width:100%"> Lattvia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="LI" title="Liechtenstein" style="display:block; width:100%"> Liechtenstein </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="LT" title="Lithuania" style="display:block; width:100%"> Lithuania </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="LU" title="Luxembourg" style="display:block; width:100%"> Luxembourg </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="MK" title="Macedonia" style="display:block; width:100%"> Macedonia </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="MT" title="Malta" style="display:block; width:100%"> Malta </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="MD" title="Moldavia" style="display:block; width:100%"> Moldavia </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="MC" title="Monaco" style="display:block; width:100%"> Monaco </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ME" title="Montenegro" style="display:block; width:100%"> Montenegro </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="NL" title="Netherlands" style="display:block; width:100%"> Netherlands </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="NO" title="Norway" style="display:block; width:100%"> Norway </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="PL" title="Poland" style="display:block; width:100%"> Poland </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="PT" title="Portugal" style="display:block; width:100%"> Portugal </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="RO" title="Romania" style="display:block; width:100%"> Romania </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="RU" title="Russia" style="display:block; width:100%"> Russia </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="SM" title="San Marino" style="display:block; width:100%"> San Marino </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="RS" title="Serbia" style="display:block; width:100%"> Serbia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SK" title="Slovakia" style="display:block; width:100%"> Slovakia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SI" title="Slovenia" style="display:block; width:100%"> Slovenia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ES" title="Spain" style="display:block; width:100%"> Spain </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SE" title="Sweden" style="display:block; width:100%"> Sweden </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CH" title="Switzerland" style="display:block; width:100%"> Switzerland </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="TJ" title="Tajikistan" style="display:block; width:100%"> Tajikistan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="TR" title="Turkey" style="display:block; width:100%"> Turkey </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="TM" title="Turkmenistan" style="display:block; width:100%"> Turkmenistan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="UA" title="Ukraina" style="display:block; width:100%"> Ukraina </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GB" title="United Kingdom" style="display:block; width:100%"> United Kingdom </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="UZ" title="Uzbekistan" style="display:block; width:100%"> Uzbekistan </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-europa', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-nord-und-mittelamerika" aria-expanded="false" aria-controls="region-nord-und-mittelamerika"><span class="txt-28">North/Central America</span></button> <div id="region-nord-und-mittelamerika" class="collapse inner-content"> <p class="countries countries-nord-und-mittelamerika"> <a href="http://www.sesotec.us/en/home-us/" target="_blank" class="country" data-market="na" data-country="AI" title="Anguilla" style="display:block; width:100%"> Anguilla </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="AG" title="Antigua & Barbuda" style="display:block; width:100%"> Antigua & Barbuda </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="AW" title="Aruba" style="display:block; width:100%"> Aruba </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="BS" title="Bahamas" style="display:block; width:100%"> Bahamas </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="BB" title="Barbados" style="display:block; width:100%"> Barbados </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="BZ" title="Belize" style="display:block; width:100%"> Belize </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="BM" title="Bermuda" style="display:block; width:100%"> Bermuda </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="CA" title="Canada" style="display:block; width:100%"> Canada </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="KY" title="Cayman Islands" style="display:block; width:100%"> Cayman Islands </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="CR" title="Costa Rica" style="display:block; width:100%"> Costa Rica </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="CU" title="Cuba" style="display:block; width:100%"> Cuba </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="CW" title="Curaçao" style="display:block; width:100%"> Curaçao </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="DM" title="Dominica" style="display:block; width:100%"> Dominica </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="DO" title="Dominican Republic" style="display:block; width:100%"> Dominican Republic </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="SV" title="El Salvador" style="display:block; width:100%"> El Salvador </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="GL" title="Greenland" style="display:block; width:100%"> Greenland </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="GD" title="Grenada" style="display:block; width:100%"> Grenada </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="GP" title="Guadeloupe" style="display:block; width:100%"> Guadeloupe </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="GT" title="Guatemala" style="display:block; width:100%"> Guatemala </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="HT" title="Haiti" style="display:block; width:100%"> Haiti </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="HN" title="Honduras" style="display:block; width:100%"> Honduras </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="JM" title="Jamaica" style="display:block; width:100%"> Jamaica </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="MQ" title="Martinique" style="display:block; width:100%"> Martinique </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="MX" title="Mexico" style="display:block; width:100%"> Mexico </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="MS" title="Montserrat" style="display:block; width:100%"> Montserrat </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="NI" title="Nicaragua" style="display:block; width:100%"> Nicaragua </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="PA" title="Panamá" style="display:block; width:100%"> Panamá </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="PR" title="Puerto Rico" style="display:block; width:100%"> Puerto Rico </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="BL" title="Saint Barthélemy" style="display:block; width:100%"> Saint Barthélemy </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="KN" title="Saint Kitts and Nevis" style="display:block; width:100%"> Saint Kitts and Nevis </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="LC" title="Saint Lucia" style="display:block; width:100%"> Saint Lucia </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="MF" title="Saint Martin (French part)" style="display:block; width:100%"> Saint Martin (French part) </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="PM" title="Saint Pierre and Miquelon" style="display:block; width:100%"> Saint Pierre and Miquelon </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="VC" title="Saint Vincent and the Grenadines" style="display:block; width:100%"> Saint Vincent and the Grenadines </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="SX" title="Sint Maarten (Dutch part)" style="display:block; width:100%"> Sint Maarten (Dutch part) </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="TT" title="Trinidad and Tobago" style="display:block; width:100%"> Trinidad and Tobago </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="TC" title="Turks and Caicos Islands" style="display:block; width:100%"> Turks and Caicos Islands </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="US" title="USA" style="display:block; width:100%"> USA </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="VI" title="United States Virgin Islands" style="display:block; width:100%"> United States Virgin Islands </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="VG" title="British Virgin Islands" style="display:block; width:100%"> British Virgin Islands </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="AN" title="Netherlands Antilles" style="display:block; width:100%"> Netherlands Antilles </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-nord-und-mittelamerika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-suedamerika" aria-expanded="false" aria-controls="region-suedamerika"><span class="txt-28">South America</span></button> <div id="region-suedamerika" class="collapse inner-content"> <p class="countries countries-suedamerika"> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="AR" title="Argentina" style="display:block; width:100%"> Argentina </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="BO" title="Bolivia" style="display:block; width:100%"> Bolivia </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="BQ" title="Bonaire, Sint Eustatius and Saba" style="display:block; width:100%"> Bonaire, Sint Eustatius and Saba </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="BR" title="Brazil" style="display:block; width:100%"> Brazil </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="CL" title="Chile" style="display:block; width:100%"> Chile </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="CO" title="Colombia" style="display:block; width:100%"> Colombia </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="EC" title="Ecuador" style="display:block; width:100%"> Ecuador </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="FK" title="Falkland Islands (Malvinas)" style="display:block; width:100%"> Falkland Islands (Malvinas) </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="GF" title="French Guiana" style="display:block; width:100%"> French Guiana </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="GY" title="Guyana" style="display:block; width:100%"> Guyana </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="PY" title="Paraguay" style="display:block; width:100%"> Paraguay </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="PE" title="Peru" style="display:block; width:100%"> Peru </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="SR" title="Suriname" style="display:block; width:100%"> Suriname </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="UY" title="Uruguay" style="display:block; width:100%"> Uruguay </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="VE" title="Venezuela" style="display:block; width:100%"> Venezuela </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-suedamerika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-asien" aria-expanded="false" aria-controls="region-asien"><span class="txt-28">Asia</span></button> <div id="region-asien" class="collapse inner-content"> <p class="countries countries-asien"> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="AF" title="Afghanistan" style="display:block; width:100%"> Afghanistan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BH" title="Bahrain" style="display:block; width:100%"> Bahrain </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="BD" title="Bangladesh" style="display:block; width:100%"> Bangladesh </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="BT" title="Bhutan" style="display:block; width:100%"> Bhutan </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="IO" title="British Indian Ocean Territory" style="display:block; width:100%"> British Indian Ocean Territory </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="KH" title="Cambodia" style="display:block; width:100%"> Cambodia </a> <a href="https://www.sesotec.cn/apac/zh-CN/" target="_blank" class="country" data-market="apac" data-country="CN" title="China" style="display:block; width:100%"> China </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="TW" title="Taiwan" style="display:block; width:100%"> Taiwan </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="IN" title="India" style="display:block; width:100%"> India </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="ID" title="Indonesia" style="display:block; width:100%"> Indonesia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="IR" title="Iran" style="display:block; width:100%"> Iran </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="IQ" title="Iraq" style="display:block; width:100%"> Iraq </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="IL" title="Israel" style="display:block; width:100%"> Israel </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="JP" title="Japan" style="display:block; width:100%"> Japan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="JO" title="Jordan" style="display:block; width:100%"> Jordan </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="KP" title="North Korea" style="display:block; width:100%"> North Korea </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="KR" title="South Korea" style="display:block; width:100%"> South Korea </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="KW" title="Kuwait" style="display:block; width:100%"> Kuwait </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="LA" title="Laos" style="display:block; width:100%"> Laos </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="LB" title="Lebanon" style="display:block; width:100%"> Lebanon </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="MO" title="Macao" style="display:block; width:100%"> Macao </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="MY" title="Malaysia" style="display:block; width:100%"> Malaysia </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="MV" title="Maldives" style="display:block; width:100%"> Maldives </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="MN" title="Mongolia" style="display:block; width:100%"> Mongolia </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="MM" title="Myanmar" style="display:block; width:100%"> Myanmar </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="NP" title="Nepal" style="display:block; width:100%"> Nepal </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="OM" title="Oman" style="display:block; width:100%"> Oman </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="PK" title="Pakistan" style="display:block; width:100%"> Pakistan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="PS" title="Palestinian Territory, Occupied" style="display:block; width:100%"> Palestinian Territory, Occupied </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="PH" title="Philippines" style="display:block; width:100%"> Philippines </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="QA" title="Qatar" style="display:block; width:100%"> Qatar </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SA" title="Saudi Arabia" style="display:block; width:100%"> Saudi Arabia </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="SG" title="Singapore" style="display:block; width:100%"> Singapore </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="LK" title="Sri Lanka" style="display:block; width:100%"> Sri Lanka </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SY" title="Syria" style="display:block; width:100%"> Syria </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="TA" title="Taiwan" style="display:block; width:100%"> Taiwan </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="TH" title="Thailand " style="display:block; width:100%"> Thailand </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="TL" title="Timor-Leste" style="display:block; width:100%"> Timor-Leste </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="AE" title="United Arab Emirates" style="display:block; width:100%"> United Arab Emirates </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="VN" title="Vietnam" style="display:block; width:100%"> Vietnam </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="YE" title="Yemen" style="display:block; width:100%"> Yemen </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-asien', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-afrika" aria-expanded="false" aria-controls="region-afrika"><span class="txt-28">Africa</span></button> <div id="region-afrika" class="collapse inner-content"> <p class="countries countries-afrika"> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="DZ" title="Algeria" style="display:block; width:100%"> Algeria </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="AO" title="Angola" style="display:block; width:100%"> Angola </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BJ" title="Benin" style="display:block; width:100%"> Benin </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BW" title="Botswana" style="display:block; width:100%"> Botswana </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BF" title="Burkina Faso" style="display:block; width:100%"> Burkina Faso </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="BI" title="Burundi" style="display:block; width:100%"> Burundi </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CM" title="Cameroon" style="display:block; width:100%"> Cameroon </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CV" title="Cape Verde" style="display:block; width:100%"> Cape Verde </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CF" title="Central African Republic" style="display:block; width:100%"> Central African Republic </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="TD" title="Chad" style="display:block; width:100%"> Chad </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="KM" title="Comoros" style="display:block; width:100%"> Comoros </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CG" title="Republic of the Congo" style="display:block; width:100%"> Republic of the Congo </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CD" title="Democratic Republic of the Congo" style="display:block; width:100%"> Democratic Republic of the Congo </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="CI" title="Ivory Coast" style="display:block; width:100%"> Ivory Coast </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="DJ" title="Djibouti" style="display:block; width:100%"> Djibouti </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="EG" title="Egypt" style="display:block; width:100%"> Egypt </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GQ" title="Equatorial Guinea" style="display:block; width:100%"> Equatorial Guinea </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ER" title="Eritrea" style="display:block; width:100%"> Eritrea </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ET" title="Ethiopia" style="display:block; width:100%"> Ethiopia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GA" title="Gabon" style="display:block; width:100%"> Gabon </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GM" title="Gambia" style="display:block; width:100%"> Gambia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GH" title="Ghana" style="display:block; width:100%"> Ghana </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GN" title="Guinea" style="display:block; width:100%"> Guinea </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="GW" title="Guinea-Bissau" style="display:block; width:100%"> Guinea-Bissau </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="KE" title="Kenya" style="display:block; width:100%"> Kenya </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="LS" title="Lesotho" style="display:block; width:100%"> Lesotho </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="LR" title="Liberia" style="display:block; width:100%"> Liberia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="LY" title="Libya" style="display:block; width:100%"> Libya </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="MG" title="Madagascar" style="display:block; width:100%"> Madagascar </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="MW" title="Malawi" style="display:block; width:100%"> Malawi </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ML" title="Mali" style="display:block; width:100%"> Mali </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="MA" title="Morocco" style="display:block; width:100%"> Morocco </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="MR" title="Mauritania" style="display:block; width:100%"> Mauritania </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="MU" title="Mauritius " style="display:block; width:100%"> Mauritius </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="YT" title="Mayotte" style="display:block; width:100%"> Mayotte </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="MZ" title="Mozambique" style="display:block; width:100%"> Mozambique </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="NA" title="Namibia" style="display:block; width:100%"> Namibia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="NE" title="Niger" style="display:block; width:100%"> Niger </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="NG" title="Nigeria" style="display:block; width:100%"> Nigeria </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="RE" title="Reunion" style="display:block; width:100%"> Reunion </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="RW" title="Rwanda" style="display:block; width:100%"> Rwanda </a> <a href="/na/en-US/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="na" data-country="SH" title="Saint Helena, Ascension and Tristan da Cunha" style="display:block; width:100%"> Saint Helena, Ascension and Tristan da Cunha </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ST" title="Sao Tome and Principe" style="display:block; width:100%"> Sao Tome and Principe </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SN" title="Senegal" style="display:block; width:100%"> Senegal </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SC" title="Seychelles" style="display:block; width:100%"> Seychelles </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SL" title="Sierra Leone" style="display:block; width:100%"> Sierra Leone </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SO" title="Somalia" style="display:block; width:100%"> Somalia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ZA" title="South Africa" style="display:block; width:100%"> South Africa </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SS" title="South Sudan" style="display:block; width:100%"> South Sudan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SD" title="Sudan" style="display:block; width:100%"> Sudan </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="SZ" title="Swaziland" style="display:block; width:100%"> Swaziland </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="TZ" title="Tanzania" style="display:block; width:100%"> Tanzania </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="TG" title="Togo" style="display:block; width:100%"> Togo </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="TN" title="Tunesia" style="display:block; width:100%"> Tunesia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="UG" title="Uganda" style="display:block; width:100%"> Uganda </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="EH" title="Western Sahara" style="display:block; width:100%"> Western Sahara </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ZM" title="Zambia" style="display:block; width:100%"> Zambia </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="ZW" title="Zimbabwe" style="display:block; width:100%"> Zimbabwe </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-afrika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-australien" aria-expanded="false" aria-controls="region-australien"><span class="txt-28">Australia</span></button> <div id="region-australien" class="collapse inner-content"> <p class="countries countries-australien"> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="AS" title="American Samoa" style="display:block; width:100%"> American Samoa </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="AU" title="Australia" style="display:block; width:100%"> Australia </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="BN" title="Brunei" style="display:block; width:100%"> Brunei </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="CX" title="Christmas Island" style="display:block; width:100%"> Christmas Island </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="CC" title="Cocos (Keeling) Islands" style="display:block; width:100%"> Cocos (Keeling) Islands </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="CK" title="Cook Islands" style="display:block; width:100%"> Cook Islands </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="FJ" title="Fidschi" style="display:block; width:100%"> Fidschi </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="PF" title="French Polynesia" style="display:block; width:100%"> French Polynesia </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="GU" title="Guam" style="display:block; width:100%"> Guam </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="HM" title="Heard Island and McDonald Islands" style="display:block; width:100%"> Heard Island and McDonald Islands </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="KI" title="Kiribati" style="display:block; width:100%"> Kiribati </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="MH" title="Marshall Islands" style="display:block; width:100%"> Marshall Islands </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="FM" title="Micronesia" style="display:block; width:100%"> Micronesia </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="NR" title="Nauru" style="display:block; width:100%"> Nauru </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="NC" title="New Caledonia" style="display:block; width:100%"> New Caledonia </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="NZ" title="New Zealand" style="display:block; width:100%"> New Zealand </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="NU" title="Niue" style="display:block; width:100%"> Niue </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="NF" title="Norfolk Island" style="display:block; width:100%"> Norfolk Island </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="PW" title="Palau" style="display:block; width:100%"> Palau </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="PG" title="Papua New Guinea" style="display:block; width:100%"> Papua New Guinea </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="PN" title="Pitcairn" style="display:block; width:100%"> Pitcairn </a> <a href="/emea/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="emea" data-country="WS" title="Samoa" style="display:block; width:100%"> Samoa </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="SB" title="Solomon Islands" style="display:block; width:100%"> Solomon Islands </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="TK" title="Tokelau" style="display:block; width:100%"> Tokelau </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="TO" title="Tonga" style="display:block; width:100%"> Tonga </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="TV" title="Tuvalu" style="display:block; width:100%"> Tuvalu </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="VU" title="Vanuatu" style="display:block; width:100%"> Vanuatu </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="WF" title="Wallis and Futuna" style="display:block; width:100%"> Wallis and Futuna </a> <a href="/apac/en/resources/expertise/compendium-of-contaminant-detection" class="country" data-market="apac" data-country="NM" title="Northern Mariana Islands" style="display:block; width:100%"> Northern Mariana Islands </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-australien', 'a'); }); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $("#countryModal a.country[data-country]").click(function() { if ($(this).data('country') != '') { $.cookie("country", $(this).data('country'), { path: '/', expires: 30 }); } }); $("div.region-wrapper").each(function(index, element) { if ($(this).find('.inner-content a.country').length < 1) { $(this).hide(); } }); $("div.region-wrapper p.countries a[href^=http]").each(function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr({ target: "_blank" }); } }); $(function() { var detected_country = $.cookie('geoip.country.iso_code'); var selected_country = $.cookie('country'); // a country has been detected, and no (other) country has been selected // => display message to user in country modal if (typeof(detected_country) === 'string' && detected_country !== '--' && (typeof(selected_country) !== 'string' || selected_country === detected_country)) { $('#country_modal_detected_country').find('.country_name').text( $("a[data-country='" + detected_country.replace(/[^A-Z]+/g,'') + "']").text().trim() ); $('#country_modal_detected_country').show(); } }) // // Open country modal on first page load // $(document).ready(function () { // if (!$.cookie('country-modal-opened-on-first-pageload')) { // $('#country_modal_first_pageload_intro').show(); // $('#countryModal').modal('show'); // $.cookie('country-modal-opened-on-first-pageload', 'true', { path: '/', expires: 365 }); // } // }); </script> <!-- Latest compiled and minified JavaScript --> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap-select-1.12.4/dist/js/bootstrap-select.min.js?1724399351" type="text/javascript" ></script> <script> /**lightbox event listener**/ $(document).on('click', '[data-toggle="lightbox"]', function(event) { event.preventDefault(); $(this).ekkoLightbox(); }); $(function() { $('form select').addClass('selectpicker'); $('.datepicker').addClass('form-control'); }); /*add bootstrapS validator initial to class to every element wrapper container*/ $('div.form-group').addClass('has-feedback'); /* Input event handling */ $('input').on('input focus', function() { $(this).parent().addClass('active'); }).on('input blur', function() { if( $(this).val()) { $(this).parent().addClass('active'); }else{ $(this).parent().removeClass('active'); } }); /* textareas event handling */ $('textarea').on('textarea focus', function() { $(this).parent().addClass('active'); }).on('textarea blur', function() { if( $(this).val()) { $(this).parent().addClass('active'); }else{ $(this).parent().removeClass('active'); } }); /* selectbox event handling */ $(function() { $('.selectpicker').on('change', function () { $(this).parent().parent().addClass('active'); }); $( "select option:selected:not([disabled])" ).each(function() { $(this).closest('.form-group').addClass('active'); }); /* deprectated, Bug 11373 download select box : remove all non-pre-selected options */ /* $('select[name="content[download]"] option:selected:not([disabled])').each(function() { $('select[name="content[download]"] option:not([selected])').remove(); }); */ /* Bug 11373 Sesotec: "Protected" Whitepaper Download - Dropdown incorrectly lists all downloads*/ $('select[name="content[download]"].selectpicker').on('loaded.bs.select', function () { var is_selected = $('label[for="content[download]"]').parent().find('li:not(.disabled) > a[aria-selected="true"]'); console.log(is_optgroup); // remove all non-preselected entries from dropdown list only for case that preselected one exists if ( is_selected.length) { //remove all not-preselected downloads from list $('label[for="content[download]"]').parent().find('li:not(.disabled) > a[aria-selected="false"]').remove(); //remove all not related optgroup entries from list var is_optgroup = is_selected.parent('li').attr('data-optgroup'); $('label[for="content[download]"]').parent().find('li:not([data-optgroup = '+is_optgroup+'])').remove(); } }); }); $( document ).ready(function() { $( ".inner-content iframe" ).wrap( "<div class='videocontainer-wrapper'></div>" ); //extend body with class lp21 if lp21 snippets existst if ($('.lp21').length){ $('body').addClass('lp21'); } }); $( document ).ready(function() { $('div.item.video-wrapper-lightbox[href^="https://v.qq.com"]').each(function() { $(this).attr("data-type","url"); }); }); /* Bug 11159 - Sesotec Forms - Show "Loading" Spinner During Submission Bootstrap validator is used for frontend form validation. According to the official documentation, the bellow function can be used to handle submit events. When the form is invalid .preventDefault is called So we need to show the loading spinner only when there are not frontend validation errors */ $("form").validator().on('submit', function (e) { if (!e.isDefaultPrevented()) { // everything looks good! disable submit button and show spinner $(this).find(':input[type=submit]').prop('disabled', true); $('#loading-spinner-overlay').data('bs.modal',null).modal({backdrop:'static', keyboard:false}); } }); </script> <script> $(document).ready(function () { //hide parent div of input[name="content[cloudamp__data__c] $('input[name="content[cloudamp__data__c]"]').parent('div').hide(); /* SF Campaign Tracker */ window._cloudAmp = window._cloudAmp || {}; _cloudAmp.forms = []; /* extend _cloudAmp.forms with data object {id, name} */ $('form').has('input[name="content[cloudamp__data__c]"]').each(function(n) { if($(this).prop("id").length == 0) $(this).attr("id", "Frm" + n); var data={} var frmId=$(this).attr("id"); data.id = ''+frmId+''; data.name= 'content[cloudamp__data__c]'; _cloudAmp.forms.push(data); }); (function () { var scripts = document.getElementsByTagName('script'), sLen = scripts.length, ca_script = document.createElement('script'), head = document.getElementsByTagName('head'), protocol = document.location.protocol, httpsDomain = '1d5ef9e9369608f625a8-878b10192d4a956595449977ade9187d.ssl.cf2.rackcdn.com', httpDomain = 'trk.cloudamp.net', filename = 'ctk.js', srcDomain = protocol === 'http:' ? httpDomain : httpsDomain; ca_script.type = 'text/javascript'; ca_script.async = true; ca_script.src = protocol + '//' + srcDomain + '/' + filename; head[0].appendChild(ca_script); })(); }); </script> </body> </html>