{"id":3400,"date":"2021-06-17T14:21:29","date_gmt":"2021-06-17T12:21:29","guid":{"rendered":"https:\/\/thermogel.it\/company\/"},"modified":"2022-06-08T09:58:04","modified_gmt":"2022-06-08T07:58:04","slug":"company","status":"publish","type":"page","link":"https:\/\/thermogel.it\/en\/company\/","title":{"rendered":"Company"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3400\" class=\"elementor elementor-3400 elementor-2005\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cb2acf8 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle\" data-id=\"cb2acf8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-57d1439\" data-id=\"57d1439\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-713511d elementor-widget elementor-widget-html\" data-id=\"713511d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n\r\n  let nh = 0;\r\n  let oh = 0;\r\n\r\n\/\/ First we get the viewport height and we multiple it by 1% to get a value for a vh unit\r\n  let vh = window.innerHeight * 0.01;\r\n  \r\n\/\/ Then we save the viewport height and we multiple it by 1% to get a value for a vh unit to apply to the parallax bg (fix scroll zoom)\r\n    let vhb = window.innerHeight * 0.01;\r\n\r\n\/\/ Then we set the values in the --vh and --vhb custom property to the root of the document\r\n  document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n  document.documentElement.style.setProperty('--vhb', `${vhb}px`);\r\n  \r\n\/\/ We listen to the resize event\r\nwindow.addEventListener('resize', () => {\r\n  nh = window.innerHeight;\r\n  if (nh != oh)\r\n  {\r\n    let vh = window.innerHeight * 0.01;\r\n    document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n    oh = nh;\r\n }\r\n});\r\n\r\nwindow.addEventListener('orientationchange', () => {\r\n  if (window.innerWidth > window.innerHeight) {\r\n      document.documentElement.style.setProperty('--vh', `1vh`);\r\n    }\r\n});\r\n\r\nwindow.addEventListener('scroll', () => {\r\n   nh = window.innerHeight;\r\n   if (nh != oh)\r\n   {\r\n     let vh = window.innerHeight * 0.01;\r\n     document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n     oh = nh;\r\n  }\r\n});\r\n\r\n<\/script>\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function(event) {\r\n  \/\/the event occurred\r\nvar a = document.querySelector('a[href=\"#circle-mobile-audio-on\"]');\r\n a.setAttribute('id', 'circle-mobile-audio-on')\r\n a.setAttribute('href', 'javascript:unmuteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-mobile-audio-off\"]');\r\n a.setAttribute('id', 'circle-mobile-audio-off')\r\n a.setAttribute('href', 'javascript:muteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-mobile-play\"]');\r\n a.setAttribute('id', 'circle-mobile-play')\r\n a.setAttribute('href', 'javascript:pauseVideo()')\r\n\r\n\r\nvar a = document.querySelector('a[href=\"#circle-desktop-audio-on\"]');\r\n a.setAttribute('id', 'circle-desktop-audio-on')\r\n a.setAttribute('href', 'javascript:unmuteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-desktop-audio-off\"]');\r\n a.setAttribute('id', 'circle-desktop-audio-off')\r\n a.setAttribute('href', 'javascript:muteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-desktop-play\"]');\r\n a.setAttribute('id', 'circle-desktop-play')\r\n a.setAttribute('href', 'javascript:pauseVideo()')\r\n\r\n})\r\n\r\nfunction playVideo() {\r\n    var video = document.querySelector('video');\r\n    var bottone = document.getElementById(\"circle-mobile-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Pause\")    \r\n    bottone.setAttribute('href', 'javascript:pauseVideo()')\r\n    var bottone = document.getElementById(\"circle-desktop-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Pause\")    \r\n    bottone.setAttribute('href', 'javascript:pauseVideo()')  \r\n    video.play();\r\n}\r\n\r\nfunction pauseVideo() {\r\n    var video = document.querySelector('video');\r\n    var bottone = document.getElementById(\"circle-mobile-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Play-Music\")\r\n    bottone.setAttribute('href', 'javascript:playVideo()')\r\n    var bottone = document.getElementById(\"circle-desktop-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Play-Music\")\r\n    bottone.setAttribute('href', 'javascript:playVideo()') \r\n    video.pause();\r\n}\r\n\r\nfunction unmuteVideo() {\r\n    var video = document.querySelector('video');\r\n    video.muted = false;\r\n    var bottone = document.getElementById(\"attiva-audio\")\r\n    bottone.style.display = \"none\";\r\n    var bottone = document.getElementById(\"disattiva-audio\")\r\n    bottone.style.display = \"block\";\r\n}\r\n\r\nfunction muteVideo() {\r\n    var video = document.querySelector('video');\r\n    video.muted = true;\r\n    var bottone = document.getElementById(\"attiva-audio\")\r\n    bottone.style.display = \"block\";\r\n    var bottone = document.getElementById(\"disattiva-audio\")\r\n    bottone.style.display = \"none\";\r\n}\r\n<\/script>\r\n<script>\r\n\r\n\/* var prevScrollpos = window.pageYOffset;\r\n\r\nwindow.onscroll = function() {\r\n\r\nvar currentScrollPos = window.pageYOffset;\r\n\r\nif(window.innerHeight + window.pageYOffset >= document.body.offsetHeight - 10){\r\n\/\/at the bottom of the page\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"0\";\r\n}\r\n  else if (prevScrollpos > currentScrollPos+10) {\r\n\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"0\";\r\n\r\n  } else if ((prevScrollpos < currentScrollPos) && (currentScrollPos > 0)) {\r\n\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"-120px\";\r\n\r\n  }\r\n\r\n  prevScrollpos = currentScrollPos;\r\n\r\n}*\/\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d79983e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d79983e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d83776f\" data-id=\"d83776f\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ee0d6e text-center elementor-invisible elementor-widget elementor-widget-tp-heading-title\" data-id=\"7ee0d6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"tp-heading-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"heading heading_style heading_style6a048ef0e8341 style-1 \"  data-tp-gsap-heading-text=\"\" data-tp-gsap-sub-heading-text=\"\"><div class=\"sub-style \"  ><div class=\"head-title \" > <h2  class=\"heading-title   \"   data-hover=\"PROFESSIONALISM\">PROFESSIONALISM<span class=\"title-s \"> <br>AND EXPERIENCE <\/span><\/h2><\/div><div class=\"sub-heading\"><h3 class=\"heading-sub-title  \"> Cooling technology <\/h3><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dda660f elementor-invisible elementor-widget elementor-widget-tp-adv-text-block\" data-id=\"dda660f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"tp-adv-text-block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pt-plus-text-block-wrapper\" data-tp-gsap-textblock=\"\" ><div class=\"text_block_parallax\"><div class=\"pt_plus_adv_text_block \" ><div class=\"text-content-block\"><p>At your service for over 50 years.<\/p>\n<\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b1ba20 elementor-widget elementor-widget-tp-row-background\" data-id=\"7b1ba20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-row-background.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n(function($) {\n\t\t\t\t\t\t\"use strict\";\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t$(\"#bgGallaryslide6a048ef0cd11f\").vegas({\n\t\t\t\t\t\t\t\toverlay: \"\",\n\t\t\t\t\t\t\t\ttransitionDuration: 4e3,\n\t\t\t\t\t\t\t\tdelay: 7000,\n\t\t\t\t\t\t\t\tslides: [{src: \"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120559\/evaporatori-blast-freezer.jpg\",transition: \"fade2\",transitionDuration: 5000},{src: \"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120558\/20151118_150144.jpg\",transition: \"fade2\",transitionDuration: 5000},]\n\t\t\t\t\t\t\t});\t\t\n\t\t\t\t\t\t});\n\t\t\t\t\t\t})(jQuery);\n<\/script>\n<div id=\"pt-plus-row-settings\" class=\"pt-plus-row-set theplus_row6a048ef0cd10f     \" data-no=\"theplus_row6a048ef0cd10f\"  data-section-hidden=\"inherit\"><div  id=\"bgGallaryslide6a048ef0cd11f\" class=\"pt-plus-row-slideshow \"><\/div><div class=\"pt-plus-row-overlay\" style=\"background:#000000BF\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0eb8733 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0eb8733\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-117d280\" data-id=\"117d280\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88a82e3 text-left text--mobilecenter elementor-widget elementor-widget-tp-heading-title\" data-id=\"88a82e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"tp-heading-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"heading heading_style heading_style6a048ef0ea2c9 style-1 \"  data-tp-gsap-heading-text=\"\" data-tp-gsap-sub-heading-text=\"\"><div class=\"sub-style \"  ><div class=\"head-title \" > <h2  class=\"heading-title   \"   data-hover=\"OUR \">OUR <span class=\"title-s \"> COMPANY <\/span><\/h2><\/div><div class=\"sub-heading\"><h3 class=\"heading-sub-title  \"> Professionalism and Experience <\/h3><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ea7e88 elementor-skin-slideshow elementor-arrows-yes elementor-widget elementor-widget-media-carousel\" data-id=\"8ea7e88\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;slideshow&quot;,&quot;slideshow_slides_per_view&quot;:&quot;3&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Fondatori e amministratori Thermogel\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120536\/img_2299-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Thermogel fiera IBA monaco\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120536\/img_6677-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Attenzione dei clienti da parte dei nostri commerciali\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120537\/img_6694-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"celle Thermogel in produzione\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/05\/04120531\/azienda.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper elementor-thumbnails-swiper swiper\" role=\"region region\" aria-roledescription=\"carousel carousel\" aria-label=\"Slides Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Fondatori e amministratori Thermogel\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120536\/img_2299-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Thermogel fiera IBA monaco\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120536\/img_6677-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Attenzione dei clienti da parte dei nostri commerciali\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120537\/img_6694-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"celle Thermogel in produzione\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/05\/04120531\/azienda.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc77822 elementor-widget elementor-widget-tp-adv-text-block\" data-id=\"bc77822\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"tp-adv-text-block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pt-plus-text-block-wrapper\" data-tp-gsap-textblock=\"\" ><div class=\"text_block_parallax\"><div class=\"pt_plus_adv_text_block \" ><div class=\"text-content-block\"><p>Thermobake<strong> designs, manufactures and distributes<\/strong> in the world cooling machines and equipments for bakery , pastry, ice cream and industry.<\/p>\n<p>The experience of over 50 years in the technologies applied in the air-treatment of proofing products, in blast freezing and conservation, have allowed us to offer the market machines with a high level of quality which, combined with a constant search for design, represent a synthesis reliability and modernity.<\/p>\n<p>We pay great attention to the care for our customers\u2019 productive need, studies of new projects or technical interventions.<\/p>\n<p>Our technical office is always committed in the search for new solutions, materials and the study of custom project.<\/p>\n<p>According to our philosophy the production process begins with the order and ending with the functional testing at the customers\u2019 laboratory. We assist each stage of installation assembly and production test.<\/p>\n<p>All our machines are tested and pre-assembled before delivery in order to ensure, in any conditions, a rapid installation and startup.<\/p>\n<p>In this way are reduced the inconveniences and costs of an annoying installation procedure that hinder the customer productivity.<\/p>\n<p>The market is constantly changing and there are always new challenges to deal with, anyway, we keep on with the same passion, determined to win these. We take the opportunity to thanks our customers for the great confidence they are showing us.<\/p>\n<p>Riccardo and Matteo Vesco<\/p>\n<p>Thermobake s.r.l.<\/p>\n<\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d980ec6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d980ec6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5f29952\" data-id=\"5f29952\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-94270e2 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"94270e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thermobake srl<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae553ec elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ae553ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contacts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af34412 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"af34412\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a3c853 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9a3c853\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:250}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Use the form to request information.<\/p>\n<p>THERMOGEL IS WAITING YOU!<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-aec9f73 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aec9f73\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8a3f517 elementor-invisible\" data-id=\"8a3f517\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:150}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-10ceca6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"10ceca6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Via Alessandro Volta 62B 21010 Cardano al Campo (VA)<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+39%200331%201835350\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+39 0331 1835350<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:info@thermogel.it\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-envelope-open\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">info@thermogel.it<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-8465923 elementor-widget elementor-widget-tp-row-background\" data-id=\"8465923\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-row-background.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pt-plus-row-settings\" class=\"pt-plus-row-set theplus_row6a048ef0db05a     \" data-no=\"theplus_row6a048ef0db05a\"  data-section-hidden=\"inherit\"><div class=\"pt-plus-columns-bg-wrap tp_bg_desktop columns-bg-anim-colors columns-bg-image   columns_simple_image   \"  id=\"theplus_bgimage6a048ef0db05b\"    data-parallax_sense=\"30\"  style=\"background:url(https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120558\/20151118_150144.jpg);background-position: center center;background-repeat: no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-attachment: scroll;-webkit-animation: bg-kenburns-effect 15s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite normal both;animation: bg-kenburns-effect 15s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite normal both;\"><\/div><div class=\"pt-plus-row-overlay\" style=\"background:#000000ED\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-894e523 envato-kit-141-newsletter-inline elementor-invisible\" data-id=\"894e523\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;pulse&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b6da4e elementor-widget elementor-widget-heading\" data-id=\"7b6da4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Send a message<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78706f1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"78706f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94ea5f2 elementor-button-align-stretch elementor-invisible elementor-widget elementor-widget-form\" data-id=\"94ea5f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"3400\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"94ea5f2\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Thermogel\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Name\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-6850d19 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-6850d19\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[6850d19]\" id=\"form-field-6850d19\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_2cf0a67 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_2cf0a67\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCompany\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_2cf0a67]\" id=\"form-field-field_2cf0a67\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Company\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-da6d553 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-da6d553\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-md\" name=\"form_fields[da6d553]\" id=\"form-field-da6d553\" rows=\"4\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_ddcd462 elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_ddcd462\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6Lfjuk8eAAAAAO81-QMLMrV_SH0hBKEC32NBdwS5\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomright\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-md elementor-animation-shrink\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send a message<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d17fc00 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d17fc00\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a2b564\" data-id=\"3a2b564\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8a8568c elementor-widget elementor-widget-google_maps\" data-id=\"8a8568c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=Via%20Alessandro%20Volta%2062B%2021010%20Cardano%20al%20Campo%20%28VA%29&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"Via Alessandro Volta 62B 21010 Cardano al Campo (VA)\"\n\t\t\t\t\taria-label=\"Via Alessandro Volta 62B 21010 Cardano al Campo (VA)\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PROFESSIONALISM AND EXPERIENCE Cooling technology At your service for over 50 years. OUR COMPANY Professionalism and Experience Precedente Successivo Thermobake designs, manufactures and distributes in the world cooling machines and equipments for bakery , pastry, ice cream and industry. The experience of over 50 years in the technologies applied in the air-treatment of proofing products, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3400","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Company - Thermogel<\/title>\n<meta name=\"description\" content=\"We design, manufacture and distribute in the world cooling machines and equipments for bakery , pastry, ice cream and industry.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thermogel.it\/azienda\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Company - Thermogel\" \/>\n<meta property=\"og:description\" content=\"We design, manufacture and distribute in the world cooling machines and equipments for bakery , pastry, ice cream and industry.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thermogel.it\/azienda\/\" \/>\n<meta property=\"og:site_name\" content=\"Thermogel\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-08T07:58:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/azienda\\\/\",\"url\":\"https:\\\/\\\/thermogel.it\\\/azienda\\\/\",\"name\":\"Company - Thermogel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#website\"},\"datePublished\":\"2021-06-17T12:21:29+00:00\",\"dateModified\":\"2022-06-08T07:58:04+00:00\",\"description\":\"We design, manufacture and distribute in the world cooling machines and equipments for bakery , pastry, ice cream and industry.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/azienda\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thermogel.it\\\/azienda\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/azienda\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thermogel.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Company\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#website\",\"url\":\"https:\\\/\\\/thermogel.it\\\/\",\"name\":\"Thermogel\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thermogel.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#organization\",\"name\":\"Thermogel\",\"url\":\"https:\\\/\\\/thermogel.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/d3k5h7g0brc3kj.cloudfront.net\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/04120559\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/d3k5h7g0brc3kj.cloudfront.net\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/04120559\\\/logo.png\",\"width\":233,\"height\":84,\"caption\":\"Thermogel\"},\"image\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Company - Thermogel","description":"We design, manufacture and distribute in the world cooling machines and equipments for bakery , pastry, ice cream and industry.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thermogel.it\/azienda\/","og_locale":"en_US","og_type":"article","og_title":"Company - Thermogel","og_description":"We design, manufacture and distribute in the world cooling machines and equipments for bakery , pastry, ice cream and industry.","og_url":"https:\/\/thermogel.it\/azienda\/","og_site_name":"Thermogel","article_modified_time":"2022-06-08T07:58:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thermogel.it\/azienda\/","url":"https:\/\/thermogel.it\/azienda\/","name":"Company - Thermogel","isPartOf":{"@id":"https:\/\/thermogel.it\/#website"},"datePublished":"2021-06-17T12:21:29+00:00","dateModified":"2022-06-08T07:58:04+00:00","description":"We design, manufacture and distribute in the world cooling machines and equipments for bakery , pastry, ice cream and industry.","breadcrumb":{"@id":"https:\/\/thermogel.it\/azienda\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thermogel.it\/azienda\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thermogel.it\/azienda\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thermogel.it\/"},{"@type":"ListItem","position":2,"name":"Company"}]},{"@type":"WebSite","@id":"https:\/\/thermogel.it\/#website","url":"https:\/\/thermogel.it\/","name":"Thermogel","description":"","publisher":{"@id":"https:\/\/thermogel.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thermogel.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/thermogel.it\/#organization","name":"Thermogel","url":"https:\/\/thermogel.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thermogel.it\/#\/schema\/logo\/image\/","url":"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2020\/11\/04120559\/logo.png","contentUrl":"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2020\/11\/04120559\/logo.png","width":233,"height":84,"caption":"Thermogel"},"image":{"@id":"https:\/\/thermogel.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/pages\/3400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/comments?post=3400"}],"version-history":[{"count":0,"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/pages\/3400\/revisions"}],"wp:attachment":[{"href":"https:\/\/thermogel.it\/en\/wp-json\/wp\/v2\/media?parent=3400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}