
	<script>
	(function($) {

	    $.fn.countTo = function(options) {
	        // merge the default plugin settings with the custom options
	        options = $.extend({}, $.fn.countTo.defaults, options || {});

	        // how many times to update the value, and how much to increment the value on each update
	        var loops = Math.ceil(options.speed / options.refreshInterval),
	            increment = (options.to - options.from) / loops;

	        return $(this).each(function() {
	            var _this = this,
	                loopCount = 0,
	                value = options.from,
	                interval = setInterval(updateTimer, options.refreshInterval);

	            function updateTimer() {
	                value += increment;
	                loopCount++;
	                $(_this).html(value.toFixed(options.decimals));

	                if (typeof(options.onUpdate) == 'function') {
	                    options.onUpdate.call(_this, value);
	                }

	                if (loopCount >= loops) {
	                    clearInterval(interval);
	                    value = options.to;

	                    if (typeof(options.onComplete) == 'function') {
	                        options.onComplete.call(_this, value);
	                    }
	                }
	            }
	        });
	    };


	    $.fn.countTo.defaults = {
	        from: 0,  // the number the element should start at
	        to: 100,  // the number the element should end at
	        speed: 1000,  // how long it should take to count between the target numbers
	        refreshInterval: 100,  // how often the element should be updated
	        decimals: 0,  // the number of decimal places to show
	        onUpdate: null,  // callback method for every time the element is updated,
	        onComplete: null,  // callback method for when the element finishes updating
	    };
	})(jQuery);











	</script>
	<script>jQuery(function($) {


				var boolen1 = true;
				var scrollPosition = 0;
				var PosFromTop = 0;
				var windowheight = 0;
					$(window).on('scroll', function() {
					scrollPosition = $(this).scrollTop();
					PosFromTop = $('.timer0').offset().top;
					windowheight = $(window).height();

						if (scrollPosition >= (PosFromTop - windowheight ))  {
							if(boolen1 === true) {
								boolen1 = false;
								
						        $('.timer0').countTo({
						            from: 1,
						            to: 30,
						            speed: 2000,
						            refreshInterval: 10,
						            onComplete: function(value) {
						                console.debug(this);
						            }
						        });
						    }
				    	}

			    	});

			    });

			    </script><script>jQuery(function($) {


				var boolen1 = true;
				var scrollPosition = 0;
				var PosFromTop = 0;
				var windowheight = 0;
					$(window).on('scroll', function() {
					scrollPosition = $(this).scrollTop();
					PosFromTop = $('.timer1').offset().top;
					windowheight = $(window).height();

						if (scrollPosition >= (PosFromTop - windowheight ))  {
							if(boolen1 === true) {
								boolen1 = false;
								
						        $('.timer1').countTo({
						            from: 1,
						            to: 1500,
						            speed: 2000,
						            refreshInterval: 10,
						            onComplete: function(value) {
						                console.debug(this);
						            }
						        });
						    }
				    	}

			    	});

			    });

			    </script><script>jQuery(function($) {


				var boolen1 = true;
				var scrollPosition = 0;
				var PosFromTop = 0;
				var windowheight = 0;
					$(window).on('scroll', function() {
					scrollPosition = $(this).scrollTop();
					PosFromTop = $('.timer2').offset().top;
					windowheight = $(window).height();

						if (scrollPosition >= (PosFromTop - windowheight ))  {
							if(boolen1 === true) {
								boolen1 = false;
								
						        $('.timer2').countTo({
						            from: 1,
						            to: 6,
						            speed: 2000,
						            refreshInterval: 10,
						            onComplete: function(value) {
						                console.debug(this);
						            }
						        });
						    }
				    	}

			    	});

			    });

			    </script><script>jQuery(function($) {


				var boolen1 = true;
				var scrollPosition = 0;
				var PosFromTop = 0;
				var windowheight = 0;
					$(window).on('scroll', function() {
					scrollPosition = $(this).scrollTop();
					PosFromTop = $('.timer3').offset().top;
					windowheight = $(window).height();

						if (scrollPosition >= (PosFromTop - windowheight ))  {
							if(boolen1 === true) {
								boolen1 = false;
								
						        $('.timer3').countTo({
						            from: 1,
						            to: 600,
						            speed: 2000,
						            refreshInterval: 10,
						            onComplete: function(value) {
						                console.debug(this);
						            }
						        });
						    }
				    	}

			    	});

			    });

			    </script>{"id":934,"date":"2022-05-03T16:24:16","date_gmt":"2022-05-03T13:24:16","guid":{"rendered":"https:\/\/aluminiumacademy.e.staging.generation-y.net\/archiki\/"},"modified":"2024-05-10T15:09:07","modified_gmt":"2024-05-10T12:09:07","slug":"home","status":"publish","type":"page","link":"https:\/\/aluminiumacademy.com\/en\/","title":{"rendered":"AAA"},"content":{"rendered":"[vc_section full_width=&#8221;stretch_row&#8221;][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1680108153285{background-color: #2b2b2b !important;}&#8221;][vc_column css=&#8221;.vc_custom_1680108196563{padding-top: 0px !important;}&#8221;]<div class=\"main_slider_container\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide\"><img decoding=\"async\" alt=\"\" title=\"Aluminium Tecnhician\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2024\/01\/Aluminium-Tecnhician.jpg\"><div class=\"keepincontent\"><div class=\"main_slider_text_container\"><h2 class=\"slider_title\">Integrated<br>Education<\/h2><div class=\"main_slider_content main_slider_bottom_content\">We educate the new generation of Aluminium Frame Technician. <\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><img decoding=\"async\" alt=\"Technical training of fabricators in Servia\" title=\"Technical training of fabricators in Servia\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2024\/03\/Technical-training-of-fabricators-in-Servia.jpg\"><div class=\"keepincontent\"><div class=\"main_slider_text_container\"><h2 class=\"slider_title\">Manufacturing Excellence<\/h2><div class=\"main_slider_content main_slider_bottom_content\">We train industry professionals in aluminum systems throughout different countries.<\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><img decoding=\"async\" alt=\"Confluence Challenge Demo Day\" title=\"Confluence Challenge Demo Day\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2024\/03\/Confluence-Challenge-Demo-Day.jpg\"><div class=\"keepincontent\"><div class=\"main_slider_text_container\"><h2 class=\"slider_title\">Research and Innovation<\/h2><div class=\"main_slider_content main_slider_bottom_content\">We organize initiatives, promoting collaboration among scientists, professionals, & students.<\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><img decoding=\"async\" alt=\"Seminar for Engineers\" title=\"Seminar for Engineers\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2024\/01\/Seminar-for-Engineers-2.jpg\"><div class=\"keepincontent\"><div class=\"main_slider_text_container\"><h2 class=\"slider_title\">Specialised Knowledge<\/h2><div class=\"main_slider_content main_slider_bottom_content\">We keep engineers up to date about current construction issues.<\/div><\/div><\/div><\/div><\/div><div class=\"swiper-pagination\"><\/div><\/div><script>\twindow.addEventListener(\"load\", () => { var main_swiper = new Swiper(\".main_slider_container\", { slidesPerView: 1,centeredSlides: false,loop: true,lazy: false,navigation: {\n\t\t\t\t\t          nextEl: \".mainslider-next\",\n\t\t\t\t\t          prevEl: \".mainslider-prev\",\n\t\t\t\t\t        },pagination: {\n          el: \".swiper-pagination\",\n          clickable: true,\n        },});});<\/script>[\/vc_column][\/vc_row][\/vc_section][vc_section el_id=&#8221;welcome&#8221;][vc_row][vc_column width=&#8221;5\/12&#8243;]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><span class=\"xp_section_subtitle \" ><span class=\"xpower_line xpower_line_before_subtitle\"><\/span>Get to know us better<\/span><h2 class=\"xp_section_title \"  >What is the Architectural Aluminum Academy?<\/h2><\/div>[vc_column_text]The Architectural Aluminum Academy (AAA) is the Innovation and Skills Development Center in the sector of Architectural Aluminium Systems, with schools in Athens and Thessaloniki.\r\n\r\nThe Academy is an organization created on the initiative of ALUMIL and the partnership with two of the greatest universities of the country (Aristotle University of Thessaloniki &amp; University of Macedonia) and, among others, two leading technology companies (D-CUBE &amp; Atlantis Engineering), and fosters the advancement of the construction industry by prioritizing the continual training and development of its professionals.[\/vc_column_text][\/vc_column][vc_column width=&#8221;7\/12&#8243;][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGY1MwdzUwSjRMb28lM0ZzaSUzRDBSQUtNUnZzRkZmTUxYZTElMjZyZWwlM0QwJTIyJTIwdGl0bGUlM0QlMjJZb3VUdWJlJTIwdmlkZW8lMjBwbGF5ZXIlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvdyUzRCUyMmFjY2VsZXJvbWV0ZXIlM0IlMjBhdXRvcGxheSUzQiUyMGNsaXBib2FyZC13cml0ZSUzQiUyMGVuY3J5cHRlZC1tZWRpYSUzQiUyMGd5cm9zY29wZSUzQiUyMHBpY3R1cmUtaW4tcGljdHVyZSUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[\/vc_raw_html][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; el_id=&#8221;counters&#8221; css=&#8221;.vc_custom_1710500168916{background: #202124 url(https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/Rectangle-Copy-6-Rectangle-Copy-7-Mask-1.webp?id=827) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_row css=&#8221;.vc_custom_1710832621848{padding-top: 15px !important;padding-bottom: 20px !important;}&#8221;][vc_column]<div style=\"text-align:center\" class=\"xp_section_title_wrapper \"><span class=\"xp_section_subtitle text-white\" >STAY UPDATED<span class=\"xpower_line xpower_line_below_subtitle center_line\"><\/span><\/span><h2 class=\"xp_section_title text-white\"  >What we have achieved so far<\/h2><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"counters_container\"><div class=\"single_counter_container\"><div class=\"counter_img_wrapper\"><img decoding=\"async\" alt=\"counter img\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/1.webp\"><\/div><div class=\"counter_first_row\"><div class=\"timer timer0\">30<\/div><\/div><div class=\"counter_text_container\"><div class=\"counter_title\">Seminars<\/div><div class=\"counter_text\">Live & E-learning<br>in Greece & abroad<\/div><\/div><\/div><div class=\"single_counter_container\"><div class=\"counter_img_wrapper\"><img decoding=\"async\" alt=\"counter img\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/2.webp\"><\/div><div class=\"counter_first_row\"><div class=\"timer timer1\">1500<\/div><span class=\"after_timer\">+<\/span><\/div><div class=\"counter_text_container\"><div class=\"counter_title\">Participants<\/div><div class=\"counter_text\">Fabricators, Architects<br>Engineers, Partners<\/div><\/div><\/div><div class=\"single_counter_container\"><div class=\"counter_img_wrapper\"><img decoding=\"async\" alt=\"counter img\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/3.webp\"><\/div><div class=\"counter_first_row\"><div class=\"timer timer2\">6<\/div><\/div><div class=\"counter_text_container\"><div class=\"counter_title\">Thematic Axes<\/div><div class=\"counter_text\">Consulting, Technical Support, Skills Development<\/div><\/div><\/div><div class=\"single_counter_container\"><div class=\"counter_img_wrapper\"><img decoding=\"async\" alt=\"counter img\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/08\/\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf-\u03c7\u03c9\u03c1\u03af\u03c2-\u03c4\u03af\u03c4\u03bb\u03bf-5.png\"><\/div><div class=\"counter_first_row\"><div class=\"timer timer3\">600<\/div><span class=\"after_timer\">+<\/span><\/div><div class=\"counter_text_container\"><div class=\"counter_title\">Training hours<\/div><div class=\"counter_text\">Theoretical <br>& Technical Training<\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; el_class=&#8221;pylones&#8221;][vc_row][vc_column]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><span class=\"xp_section_subtitle \" ><span class=\"xpower_line xpower_line_before_subtitle\"><\/span>Discover them<\/span><h2 class=\"xp_section_title \"  >Our Services<\/h2><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;home_pylones_row&#8221;][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;alublackbg&#8221;][vc_single_image image=&#8221;5203&#8243; css=&#8221;.vc_custom_1706266976670{margin-bottom: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Training of Industry Professionals&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;text-white&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Ftraining-of-industry-professionals%2F&#8221;][vc_row_inner css=&#8221;.vc_custom_1652094013370{padding-top: 28px !important;padding-right: 40px !important;padding-bottom: 28px !important;padding-left: 40px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1680108458083{background-color: #ffffff !important;}&#8221;][vc_custom_heading text=&#8221;Training of Industry Professionals&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Ftechnical-assistance%2F&#8221;][vc_raw_html]VHJhaW5pbmclMjBwcm9ncmFtcyUyMGFuZCUyMHNlbWluYXJzJTIwdGFpbG9yZWQlMjB0byUyMHRoZSUyMG5lZWRzJTIwb2YlMjBjb25zdHJ1Y3Rpb24lMjBpbmR1c3RyeSUyMHByb2Zlc3Npb25hbHMlMjB0byUyMHVwZGF0ZSUyMGFuZCUyMGRldmVsb3AlMjB0aGVpciUyMGtub3dsZWRnZSUyMGFuZCUyMHNraWxscy4lMjA=[\/vc_raw_html][vc_btn title=&#8221;Read More&#8221; style=&#8221;classic&#8221; color=&#8221;default&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Ftraining-of-industry-professionals%2F&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;alublackbg&#8221;][vc_single_image image=&#8221;5205&#8243; css=&#8221;.vc_custom_1706266998458{margin-bottom: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Vocational Training&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;text-white&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fproduct%2Fseminars%2Faluminium-frame-technician%2F&#8221;][vc_row_inner css=&#8221;.vc_custom_1652094013370{padding-top: 28px !important;padding-right: 40px !important;padding-bottom: 28px !important;padding-left: 40px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1680108464160{background-color: #ffffff !important;}&#8221;][vc_custom_heading text=&#8221;Vocational Training&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fproduct%2Fseminars%2Faluminium-frame-technician%2F&#8221;][vc_raw_html]VGhlJTIwdm9jYXRpb25hbCUyMHRyYWluaW5nJTIwJTIyQWx1bWluaXVtJTIwRnJhbWUlMjBUZWNobmljaWFuJTIyJTIwaXMlMjB0aGUlMjBvbmx5JTIwY29tcHJlaGVuc2l2ZSUyMHRyYWluaW5nJTIwcHJvZ3JhbSUyMGluJTIwdGhlJTIwc2VjdG9yJTIwb2YlMjBBcmNoaXRlY3R1cmFsJTIwQWx1bWluaXVtJTIwU3lzdGVtcyUyQyUyMHdoaWNoJTIwYWltcyUyMHRvJTIwY3JlYXRlJTIwdGhlJTIwbmV4dCUyMGdlbmVyYXRpb24lMjBvZiUyMEZyYW1lJTIwVGVjaG5pY2lhbnMuJTBB[\/vc_raw_html][vc_btn title=&#8221;Read More&#8221; style=&#8221;classic&#8221; color=&#8221;default&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fproduct%2Fseminars%2Faluminium-frame-technician%2F|title:%CE%95%CF%80%CE%B1%CE%B3%CE%B3%CE%B5%CE%BB%CE%BC%CE%B1%CF%84%CE%B9%CE%BA%CE%AE%20%CE%9A%CE%B1%CF%84%CE%AC%CF%81%CF%84%CE%B9%CF%83%CE%B7&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;alublackbg&#8221;][vc_single_image image=&#8221;5211&#8243; css=&#8221;.vc_custom_1706268132005{margin-bottom: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Business Consulting&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;text-white&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fbusiness-consulting%2F&#8221;][vc_row_inner css=&#8221;.vc_custom_1710832668308{padding-top: 28px !important;padding-right: 40px !important;padding-bottom: 28px !important;padding-left: 40px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1680108452752{background-color: #ffffff !important;}&#8221;][vc_custom_heading text=&#8221;Business Consulting&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fbusiness-consulting%2F&#8221;][vc_raw_html]UHJvdmlkaW5nJTIwcGVyc29uYWxpemVkJTIwYWR2aWNlJTIwYW5kJTIwc3BlY2lhbGl6ZWQlMjBndWlkYW5jZSUyMHRvJTIwY29tcGFuaWVzJTIwaW4lMjB0aGUlMjBzZWN0b3IlMjBvZiUyMEFyY2hpdGVjdHVyYWwlMjBBbHVtaW5pdW0lMjBTeXN0ZW1zJTIwaW4lMjBvcmRlciUyMHRvJTIwaW1wcm92ZSUyMHRoZWlyJTIwb3JnYW5pemF0aW9uJTIwYW5kJTIwdGhlJTIwd2F5JTIwdGhleSUyMG9wZXJhdGUlMkMlMjBpbXByb3ZpbmclMjB0aGVpciUyMGJ1c2luZXNzJTIwc3RyYXRlZ3klMjBhbmQlMjBjbG9zZWx5JTIwbW9uaXRvcmluZyUyMHRoZWlyJTIwcGVyZm9ybWFuY2UuJTIw[\/vc_raw_html][vc_btn title=&#8221;Read More&#8221; style=&#8221;classic&#8221; color=&#8221;default&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fbusiness-consulting%2F&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1674223112399{background-image: url(https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/Group.webp?id=42) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_row css=&#8221;.vc_custom_1651836772455{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_column width=&#8221;5\/12&#8243;]<div style=\"text-align:left\" class=\"xp_section_title_wrapper dark-line\"><span class=\"xp_section_subtitle \" ><span class=\"xpower_line xpower_line_before_subtitle\"><\/span>\u0391\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03c4\u03b5 \u03c4\u03b1<\/span><h2 class=\"xp_section_title \"  >\u03a3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03b1 \u03c4\u03b7\u03c2 \u0391\u03ba\u03b1\u03b4\u03b7\u03bc\u03af\u03b1\u03c2<\/h2><\/div>[vc_empty_space height=&#8221;350px&#8221;][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vestibulum erat a risus tincidunt tempor. In rutrum scelerisque scelerisque. Nullam commodo felis et tortor condimentum, id mollis leo rhoncus. Nam maximus, nulla eget tristique finibus, lacus orci gravida purus, ut egestas augue ante at mi.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vestibulum erat a risus tincidunt tempor. In rutrum scelerisque scelerisque. Nullam commodo felis et tortor condimentum, id mollis leo rhoncus. Nam maximus, nulla eget tristique finibus, lacus orci gravida purus, ut egestas augue ante at mi.[\/vc_column_text][vc_btn title=&#8221;\u03a0\u0395\u03a1\u0399\u03a3\u03a3\u039f\u03a4\u0395\u03a1\u0391 \u03a3\u0395\u039c\u0399\u039d\u0391\u03a1\u0399\u0391&#8221; color=&#8221;default&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fcase-study%2F&#8221;][\/vc_column][vc_column width=&#8221;1\/12&#8243;][\/vc_column][vc_column width=&#8221;6\/12&#8243;]<div class=\"xp_slide_slider_products\"><div class=\"gallery_pagination_wrapper may_hide\"><div class=\"sw_counter\"><span class=\"sw_active\"><\/span>\/<span class=\"sw_all\"><\/span><\/div><div class=\"sp-swiper-button-prev icon-left-open-big\"><\/div><div class=\"sp-swiper-button-next icon-right-open-big\"><\/div><\/div><ul class=\"product_list   swiper-wrapper  \"><li class=\"col-lg-3 col-md-12 4 list_product_content product type-product post-989 status-publish first instock product_cat-seminars product_cat-webinar-en has-post-thumbnail virtual sold-individually purchasable product-type-simple\">\n  <!-- P Print Image -->\n <div class=\"product_img\">\n\n\n <a href=\"https:\/\/aluminiumacademy.com\/en\/product\/seminars\/lorem-ipsum-antigrafi-2\/\" class=\"post_image_link \"><img decoding=\"async\" class=\"post_fimage single_post_fimg\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/carousel-1-home-aluminium-academy-1.jpg\" alt=\"Lorem Ipsum (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)\" title=\"Lorem Ipsum (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)\"><\/a><div class=\"hold_product_top\"><div class=\"square_date text-white\"><span class=\"date_number\">10<\/span><span class=\"date_month\">Jun<\/span><\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/product-category\/seminars\/\" class=\"product_category\">Seminars<\/a><\/div> <\/div>\n <!-- X Print Image -->\n <div class=\"product_details\">\n\n  <a href=\"https:\/\/aluminiumacademy.com\/en\/product\/seminars\/lorem-ipsum-antigrafi-2\/\" class=\"product_arc_holder\">\n\t<h3 class=\"gy_post_title\"> Lorem Ipsum (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae) <\/h3>\n  <\/a>\n  <div class=\"product_excerpt\">\n  \tLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.  <\/div>\n   <div id=\"certification\" class=\"wpb_single_image vc_align_left text-uppercase red-icons\">\n\t\t\t<h2 class=\"wpb_heading wpb_singleimage_heading\">Certificate of Completion<\/h2>\n\t\t\t<figure class=\"wpb_wrapper vc_figure\">\n\t\t\t\t<div class=\"vc_single_image-wrapper   vc_box_border_grey\"><img decoding=\"async\" width=\"64\" height=\"94\" src=\"\/wp-content\/uploads\/2022\/05\/Fill-2.png\" class=\"vc_single_image-img attachment-full\" alt=\"\" loading=\"lazy\"><\/div>\n\t\t\t<\/figure>\n\t\t<\/div><table class=\"product_meta\"><tr class=\"instructor\"><td class=\"text-uppercase\" style=\"color: #595959;font-size:14px;\">Instructor:<\/td><td style=\"padding-left:10px\"><strong><a href=\"https:\/\/aluminiumacademy.com\/en\/?post_type=instructor&p=3595\">Pavlos Pavlou<\/strong><\/td><tr><tr class=\"duration\"><td class=\"text-uppercase\" style=\"color: #595959;font-size:14px;\">Duration:<\/td><td style=\"padding-left:10px\"><strong>45 \u03bb\u03b5\u03c0\u03c4\u03ac<\/strong><\/td><tr><tr class=\"positions\"><td class=\"text-uppercase\" style=\"color: #595959;font-size:14px;\">Positions:<\/td><td style=\"padding-left:10px\"><strong>37\/50<\/strong><\/td><tr><tr class=\"time\"><td class=\"text-uppercase\" style=\"color: #595959;font-size:14px;\">Time:<\/td><td style=\"padding-left:10px\"><strong>11:45 am<\/strong><\/td><tr><tr class=\"location\"><td class=\"text-uppercase\" style=\"color: #595959;font-size:14px;\">Location:<\/td><td style=\"padding-left:10px\"><strong>K\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ac \u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03b1 ALUMIL <\/strong><\/td><tr><tr class=\"price\"><td class=\"text-uppercase\" style=\"color: #595959;font-size:14px;\">Price:<\/td><td style=\"padding-left:10px\"><strong><span class=\"woocommerce-Price-amount amount\"><bdi>110,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span><\/bdi><\/span><\/strong><\/td><tr><\/table> <\/div>\n <div class=\"product_footer\">\n <div class=\"xp_out_of_stock\">Not Available<\/div>\n   <\/div>\n<\/li>\n<\/ul>[\/vc_column][\/vc_row][\/vc_section][vc_section disable_element=&#8221;yes&#8221; el_class=&#8221;background-repeat-x&#8221;][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1680108265749{padding-bottom: 50px !important;background: #202124 url(https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/case_studies.jpg?id=912) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_column width=&#8221;1\/4&#8243;][vc_empty_space height=&#8221;120px&#8221;]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><span class=\"xp_section_subtitle text-white\" ><span class=\"xpower_line xpower_line_before_subtitle\"><\/span>CHECK OUT<\/span><h3 class=\"xp_section_title text-white\"  >Our success stories<\/h3><\/div>[\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_empty_space height=&#8221;120px&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; disable_element=&#8221;yes&#8221; el_class=&#8221;background-repeat-x mt150bc&#8221; el_id=&#8221;case_studies&#8221;][vc_row css=&#8221;.vc_custom_1651836772455{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_column width=&#8221;1\/4&#8243;][vc_empty_space height=&#8221;100px&#8221;][vc_column_text]With the aim of developing and evolving the industry in line with sustainable design and construction, the Academy promotes lifelong education, enhancing research, and creating innovative practices through training programs, consultancy services, and entrepreneurship tools. The Academy&#8217;s knowledge and expertise are assets for successful careers, professional development, and career opportunities for people and companies in the Aluminium Architectural Systems industry.[\/vc_column_text][vc_btn title=&#8221;READ MORE&#8221; color=&#8221;default&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fcase-study%2F&#8221;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"grid_row case_grid vc_row row \"><div class=\"post_grid_row  row  col-12 col-lg-4 col-sm-4 col-xs-6\"><div class=\"case_overlay\"><div class=\"width100\"><img decoding=\"async\" alt=\"quotes\" src=\"\/wp-content\/themes\/generation-y\/assets\/images\/quotes.webp\"><\/div><div class=\"custom_excerpt\"><p class=\"tm6\"><span class=\"tm7\">The company has demonstrated significant progress, enhancing the quality of almost all its areas of operation. Thanks to this improved operation as a foundation, we are confident in its prospects and dynamics and hence look towards the future with optimism.<\/span><\/p>\n<\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/almen\/\" class=\"yelow_btn\">DISCOVER MORE<\/a><\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/almen\/\" class=\"post_image_link \"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/ALMEN_R.png\" alt=\"aLMen\" title=\"aLMen\"><\/a><div class=\"post_info_container \"><div class=\"case_logo\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"105\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/almen-logo.png\" class=\"attachment-full size-full\" alt=\"almen logo\" \/><\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/almen\/\" class=\"post_title_link\"><h3 class=\"gy_post_title\">aLMen<\/h3><\/a><a class=\"posts_read_more\" href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/almen\/\">DISCOVER MORE<\/a><\/div><\/div><div class=\"post_grid_row  row  col-12 col-lg-4 col-sm-4 col-xs-6\"><div class=\"case_overlay\"><div class=\"width100\"><img decoding=\"async\" alt=\"quotes\" src=\"\/wp-content\/themes\/generation-y\/assets\/images\/quotes.webp\"><\/div><div class=\"custom_excerpt\"><p class=\"tm6\"><span class=\"tm7\">The Academy&#8217;s advisory service came at a time when the aluminum construction industry was being shot against from all directions: exorbitant increases in raw materials, fuel, and energy, a sharp increase in delivery times, as well as a sudden increase in demand.<\/span><\/p>\n<\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/aloutek-zacharioudakis-a-e\/\" class=\"yelow_btn\">DISCOVER MORE<\/a><\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/aloutek-zacharioudakis-a-e\/\" class=\"post_image_link \"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/ALOUTEK_R.png\" alt=\"ALUTEK Zacharioudakis S.A.\" title=\"ALUTEK Zacharioudakis S.A.\"><\/a><div class=\"post_info_container \"><div class=\"case_logo\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"105\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/\u03b1\u03bb\u03bf\u03c5\u03c4\u03b5\u03ba-logo.png\" class=\"attachment-full size-full\" alt=\"\u03b1\u03bb\u03bf\u03c5\u03c4\u03b5\u03ba logo\" \/><\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/aloutek-zacharioudakis-a-e\/\" class=\"post_title_link\"><h3 class=\"gy_post_title\">ALUTEK Zacharioudakis S.A.<\/h3><\/a><a class=\"posts_read_more\" href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/aloutek-zacharioudakis-a-e\/\">DISCOVER MORE<\/a><\/div><\/div><div class=\"post_grid_row  row  col-12 col-lg-4 col-sm-4 col-xs-6\"><div class=\"case_overlay\"><div class=\"width100\"><img decoding=\"async\" alt=\"quotes\" src=\"\/wp-content\/themes\/generation-y\/assets\/images\/quotes.webp\"><\/div><div class=\"custom_excerpt\"><p class=\"tm6\"><span class=\"tm7\">Working with the Academy Consulting team helped us take important steps to organize our business, find our roles and face the company as a whole.<\/span><\/p>\n<\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/atlasdoor\/\" class=\"yelow_btn\">DISCOVER MORE<\/a><\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/atlasdoor\/\" class=\"post_image_link \"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/atlasdoor-2.png\" alt=\"Atlasdoor\" title=\"Atlasdoor\"><\/a><div class=\"post_info_container \"><div class=\"case_logo\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"105\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/atlas-door-1.jpg\" class=\"attachment-full size-full\" alt=\"atlas door 1\" \/><\/div><a href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/atlasdoor\/\" class=\"post_title_link\"><h3 class=\"gy_post_title\">Atlasdoor<\/h3><\/a><a class=\"posts_read_more\" href=\"https:\/\/aluminiumacademy.com\/en\/case-studies\/atlasdoor\/\">DISCOVER MORE<\/a><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1710832704607{background: #333333 url(https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf-\u03c7\u03c9\u03c1\u03af\u03c2-\u03c4\u03af\u03c4\u03bb\u03bf-8.jpg?id=3147) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_id=&#8221;Testimonials&#8221;][vc_row css=&#8221;.vc_custom_1710833139924{padding-top: 70px !important;padding-bottom: 120px !important;}&#8221; el_class=&#8221;width_large&#8221;][vc_column]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><span class=\"xp_section_subtitle text-white\" ><span class=\"xpower_line xpower_line_before_subtitle\"><\/span>REVIEWS<\/span><h3 class=\"xp_section_title text-white\"  >What people say about us<\/h3><\/div><div class=\"pagination-swiper\"><div class=\"sw_counter\"><span class=\"sw_active\"><\/span>\/<span class=\"sw_all\"><\/span><\/div><div class=\"test-swiper-button-prev icon-left-open-big\"><\/div><div class=\"test-swiper-button-next icon-right-open-big\"><\/div><\/div><\/div><div class=\"progressbar_wrapper\"><div class=\"test-swiper-pagination\"><\/div><\/div><div class=\"test-img-wrapper\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"38\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/quotes-1.png\" class=\"attachment-full size-full\" alt=\"\" \/><\/div><div class=\"testimonials_slider_container custom_widget\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>\r\n<p class=\"_04xlpA direction-ltr align-start para-style-body\"><span style=\"color: #ffffff;\"><span class=\"S1PPyQ\">The new knowledge gained from the Academy will help us <\/span><span class=\"S1PPyQ\">to improve our work.<\/span><\/span><\/p>\r\n<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"wp-image-3448 size-full alignleft\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/01\/Baltagiannis-Christos.jpg\" alt=\"\" width=\"300\" height=\"200\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Baltagiannis Christos<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote><span class=\"S1PPyQ\">I learned new things in a wide range of subjects, from the construction and installation of frames to their costing.<\/span><\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3444 size-full\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/01\/Manolopoulos-Konstantinos.jpg\" alt=\"\" width=\"300\" height=\"200\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Manolopoulos Konstantinos<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The Academy prepared us about the future process that will be required in the field of modern construction. I hope that new training courses will follow to attend them and learn even more.<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3711 size-full\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/01\/\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf-\u03c7\u03c9\u03c1\u03af\u03c2-\u03c4\u03af\u03c4\u03bb\u03bf-10.jpg\" alt=\"Kostas-Sterlingas\" width=\"300\" height=\"200\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Striligas Kostas<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The training programme provided us with practical experience and prepared us for the future that is coming in the aluminium architectural systems industry. I recommend it to all builders, it will help them grow as professionals.<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3716 size-full\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/01\/Biskitzis-Thomas.jpg\" alt=\"Biskitzis-Thomas\" width=\"300\" height=\"200\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Biskitzis Thomas<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The training programme helped us to develop ourselves by gaining valuable knowledge about new systems and techniques. I encourage all colleagues to attend it to develop as craftsmen.<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3721 size-full\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/01\/Karamanolakis-Manolis.jpg\" alt=\"Karamanolakis-Manolis\" width=\"300\" height=\"200\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Karamanolakis Manolis<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The results of our collaboration with the Academy are evident and we expect an even greater improvement in the organization, operation, and production processes of our company. We are committed to continuing our cooperation with the Academy, in all its services, aiming to perpetually improve the organization of the company. | <a href=\"http:\/\/almen.gr\" target=\"_blank\" rel=\"noopener\">aLMen<\/a><\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-1602\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/IMG_1163_1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/IMG_1163_1-300x200.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/IMG_1163_1-390x260.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/IMG_1163_1.jpg 627w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">aLMen<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>After the completion of the consultancy, our company managed to better organize its administrative department, improving the organization chart and production process, the titles of production and management positions, as well as the Human Resources department, while creating new needs and job positions. | <a href=\"https:\/\/www.mouratidis.net\/el\/\">Mouratidis<\/a>\r\n\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1882\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/etairia-1024x379-1-300x111.jpg\" alt=\"\" width=\"300\" height=\"111\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/etairia-1024x379-1-300x111.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/etairia-1024x379-1-390x144.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/etairia-1024x379-1-600x222.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/etairia-1024x379-1.jpg 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/blockquote><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">MOURATIDIS Aluminium Constructions<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The Academy has helped us monitor, correct, and improve our internal production and management processes. We have managed to capture the right data and information and turn it into a valuable means of interpreting trends, targeting, and sound decisions making. | <a tabindex=\"-1\" href=\"https:\/\/www.aloutek.gr\/\" target=\"_blank\" rel=\"noopener\">Aloutek<\/a><\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-1700\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/ALOYTEK-AER-300x200.jpeg\" alt=\"\" width=\"300\" height=\"200\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/ALOYTEK-AER-300x200.jpeg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/ALOYTEK-AER-390x260.jpeg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/ALOYTEK-AER.jpeg 627w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">ALOUTEK Zacharioudakis SA<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>Our company takes important steps toward its organization through consulting. The organization, information, and analysis of financial data were integrated for the first time in the dimension we desired in an easy and completely understandable way. | <a href=\"https:\/\/www.atlasdoor.gr\/\">Atlasdoor<\/a><\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-2411 size-medium alignleft\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/atlasdoor-2-300x202.png\" alt=\"\" width=\"300\" height=\"202\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/atlasdoor-2-300x202.png 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/atlasdoor-2-390x263.png 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/atlasdoor-2-600x404.png 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/atlasdoor-2.png 684w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Atlasdoor<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>A highly professional collaboration with unique, targeted, and immediately applicable tools. We easily integrated them into our daily routine with the result of noticing a significant improvement in our work and getting closer to our goals. | <a tabindex=\"-1\" href=\"https:\/\/pamil.gr\/\" target=\"_blank\" rel=\"noopener\">PaMIL<\/a><\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-1599 alignleft\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/06\/paMIL_2048x1536_1-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/06\/paMIL_2048x1536_1-300x225.png 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/06\/paMIL_2048x1536_1-390x292.png 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/06\/paMIL_2048x1536_1.png 591w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">paMIL<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The consultancy helped us in the organization and communication level of our departments, as well as in the management of information throughout the course of the projects. It also showed us the way for transforming data into statistical information and significantly contributed to shaping our company's strategy, as well as defining our future goals. | <a tabindex=\"-1\" href=\"https:\/\/corfuglass.gr\/\" target=\"_blank\" rel=\"noopener\">Corfuglass<\/a><\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-1605\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/CORFU-GLASS-Misfout-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/CORFU-GLASS-Misfout-300x225.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/CORFU-GLASS-Misfout-390x292.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/CORFU-GLASS-Misfout.jpg 415w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">CORFU GLASS Misfout<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The value of the Academy's advisory support to our business has been enormous. The overall material of the program, such as forms and procedures, was presented to us very effectively. Especially, thanks to the consultant's intervention and suggestions, the procedures were immediately implemented in our company, bringing about very positive results. | <a href=\"http:\/\/www.alukat.gr\/index.php\/en\/\">Alukat<\/a>\r\n\r\n&nbsp;<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-1954 alignleft\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/alukat-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/alukat-300x225.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/alukat-1024x768.jpg 1024w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/alukat-390x293.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/alukat-600x450.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/alukat.jpg 1278w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Alukat<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>Consultation, as we have come to know it through our sessions, provides us with the knowledge for organizing data and information in an optimum way. As a result, accurate and efficient customer service and also the existence of a clear picture and performance indicators of the business, are achieved. The above-mentioned facts result in the best choice of decisions for known pricing, growth, and progress. And these are conclusions that an experienced entrepreneur can draw in just a few months! Many thanks to the Academy for its contribution to expanding our knowledge, capabilities, and horizons! | <a href=\"https:\/\/www.alumil.com\/greece\/homeowners\/dealers\/jns-fakourelis\">JNS FAKOURELIS<\/a><\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-1959 alignleft\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/FAKOURELIS-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/FAKOURELIS-300x225.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/FAKOURELIS-1024x768.jpg 1024w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/FAKOURELIS-390x293.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/FAKOURELIS-600x450.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/FAKOURELIS.jpg 1185w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">JNS FAKOURELIS<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>Studying in the Academy's \"Aluminium Frame Technician\" program allowed me to develop my knowledge at a theoretical and practical level, investing in an important capital for the development of the family business through an integrated study cycle. The quality of the instructors and the modern facilities of the Academy helped me to attend and complete the program successfully, aiming to prepare for the certification by an independent third party.<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-2241\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/ADRAMANIS_R-1-300x227.jpg\" alt=\"\" width=\"300\" height=\"227\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/ADRAMANIS_R-1-300x227.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/ADRAMANIS_R-1-1024x776.jpg 1024w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/ADRAMANIS_R-1-390x296.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/ADRAMANIS_R-1-600x455.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/07\/ADRAMANIS_R-1.jpg 1102w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>\r\n\r\n&nbsp;<\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Adramanis Panagiotis<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>I chose the program \"Aluminium Frame Technician\" because it combines specialized theoretical knowledge with practical training, and now I have all the skills to be able to cope with the most demanding projects.<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-4764 size-medium\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0395\u03c5\u03ac\u03b3\u03b3\u03b5\u03bb\u03bf\u03c2-\u0396\u03b7\u03c1\u03b4\u03b5\u03bb\u03ae\u03c2-300x228.jpg\" alt=\"\" width=\"300\" height=\"228\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0395\u03c5\u03ac\u03b3\u03b3\u03b5\u03bb\u03bf\u03c2-\u0396\u03b7\u03c1\u03b4\u03b5\u03bb\u03ae\u03c2-300x228.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0395\u03c5\u03ac\u03b3\u03b3\u03b5\u03bb\u03bf\u03c2-\u0396\u03b7\u03c1\u03b4\u03b5\u03bb\u03ae\u03c2-1024x777.jpg 1024w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0395\u03c5\u03ac\u03b3\u03b3\u03b5\u03bb\u03bf\u03c2-\u0396\u03b7\u03c1\u03b4\u03b5\u03bb\u03ae\u03c2-390x296.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0395\u03c5\u03ac\u03b3\u03b3\u03b5\u03bb\u03bf\u03c2-\u0396\u03b7\u03c1\u03b4\u03b5\u03bb\u03ae\u03c2-600x455.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0395\u03c5\u03ac\u03b3\u03b3\u03b5\u03bb\u03bf\u03c2-\u0396\u03b7\u03c1\u03b4\u03b5\u03bb\u03ae\u03c2.jpg 1100w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>\r\n\r\n&nbsp;<\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Evangelos Zirdelis<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The Academy's program offers the student new professional perspectives to start a successful career in one of the most developing professions in Greece. What I liked a lot about the program is that we met people with advanced skills who transferred their knowledge of new ways of manufacturing and installing frames to us.<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-4771 size-medium\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u039c\u03c0\u03b1\u03c1\u03bf\u03cd\u03c4\u03b1\u03c2-\u03a7\u03b1\u03c1\u03ac\u03bb\u03b1\u03bc\u03c0\u03bf\u03c2-300x228.jpg\" alt=\"\" width=\"300\" height=\"228\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u039c\u03c0\u03b1\u03c1\u03bf\u03cd\u03c4\u03b1\u03c2-\u03a7\u03b1\u03c1\u03ac\u03bb\u03b1\u03bc\u03c0\u03bf\u03c2-300x228.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u039c\u03c0\u03b1\u03c1\u03bf\u03cd\u03c4\u03b1\u03c2-\u03a7\u03b1\u03c1\u03ac\u03bb\u03b1\u03bc\u03c0\u03bf\u03c2-1024x777.jpg 1024w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u039c\u03c0\u03b1\u03c1\u03bf\u03cd\u03c4\u03b1\u03c2-\u03a7\u03b1\u03c1\u03ac\u03bb\u03b1\u03bc\u03c0\u03bf\u03c2-390x296.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u039c\u03c0\u03b1\u03c1\u03bf\u03cd\u03c4\u03b1\u03c2-\u03a7\u03b1\u03c1\u03ac\u03bb\u03b1\u03bc\u03c0\u03bf\u03c2-600x455.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u039c\u03c0\u03b1\u03c1\u03bf\u03cd\u03c4\u03b1\u03c2-\u03a7\u03b1\u03c1\u03ac\u03bb\u03b1\u03bc\u03c0\u03bf\u03c2.jpg 1100w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>\r\n\r\n&nbsp;<\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Baroutas Charalambos<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The cooperation of Architectural Aluminium Academy with the Aristotle University of Thessaloniki and the University of Macedonia guarantees the high quality of our studies and gives us the certainty that our choice has the seal of two leading Greek educational institutions.<\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-4794 size-medium\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2-\u0392\u03bf\u03cd\u03c4\u03bf\u03c2-300x228.jpg\" alt=\"\" width=\"300\" height=\"228\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2-\u0392\u03bf\u03cd\u03c4\u03bf\u03c2-300x228.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2-\u0392\u03bf\u03cd\u03c4\u03bf\u03c2-1024x777.jpg 1024w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2-\u0392\u03bf\u03cd\u03c4\u03bf\u03c2-390x296.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2-\u0392\u03bf\u03cd\u03c4\u03bf\u03c2-600x455.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/07\/\u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2-\u0392\u03bf\u03cd\u03c4\u03bf\u03c2.jpg 1100w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Ioannis Voutos<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>The specialized presentation of the products answered any technical questions to a significant extent by providing solutions and suggestions regarding the resolution of functional issues we faced on specific systems (FC 10,60,80, Pergolas, Railings 8100-8200). | <a href=\"https:\/\/www.facebook.com\/tzelisinox\" target=\"_blank\" rel=\"noopener\">Tzelis Inox<\/a><\/blockquote>\r\n<img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-3109 alignleft\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/TZELIS_INOX-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/TZELIS_INOX-300x225.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/TZELIS_INOX-1024x768.jpg 1024w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/TZELIS_INOX-390x293.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/TZELIS_INOX-600x450.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/TZELIS_INOX.jpg 2048w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Tzelis Inox<\/h3><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"testimonials_container row\" style=\"background-color:#2C2F34;color:white\"><div class=\"col-md-12 ppk_left_col float-left\"><div class=\"short_description\"><blockquote>Our personalized technical support program has helped us to answer any technical questions about the operation of door systems that we use, and the ones our customers are looking for. We have already booked the next meeting. |<a href=\"https:\/\/roseplast.ba\/\"> Roseplast doo<\/a><\/blockquote>\r\n&nbsp;\r\n\r\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-3064\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/280702153_517999383313631_4231482725205958416_n-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/280702153_517999383313631_4231482725205958416_n-300x225.jpg 300w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/280702153_517999383313631_4231482725205958416_n-1024x768.jpg 1024w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/280702153_517999383313631_4231482725205958416_n-390x293.jpg 390w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/280702153_517999383313631_4231482725205958416_n-600x450.jpg 600w, https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/09\/280702153_517999383313631_4231482725205958416_n.jpg 2048w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div><h3 class=\"ls-05 text-white pt-5 text-left\" style=\"background-color:#2C2F34;color:white\">Roseplast doo<\/h3><\/div><\/div><\/div><\/div><script>\n\t\tjQuery(function($){\n\t\t\t$(document).ready(function() {\n\n\t\t\t\tvar test_swiper = new Swiper('.testimonials_slider_container', {\n\t\t\t\t  slidesPerView: 1,\n\t\t\t\t  spaceBetween: 0,\n\t\t\t\t   autoplay: {\n        delay: 5000,\n        disableOnInteraction: true,\n      },\n\t\t\t\t  preloadImages: false,\n\t\t\t\t  lazy: true,\n\t\t\t\t  autoHeight: true,\n\t\t\t\t  loop: true,\n\t\t\t\t  \/*pagination: {\n\t\t\t\t    el: '.test-swiper-pagination',\n\t\t\t\t    clickable: true,\n\t\t\t\t    type: 'progressbar',\n\t\t\t\t  },*\/\n\t\t\t\t  navigation: {\n\t\t\t\t    nextEl: '.test-swiper-button-next',\n\t\t\t\t    prevEl: '.test-swiper-button-prev',\n\t\t\t\t  },\n\t\t\t\t});\n\t\t\t\tindex4swiper2('.testimonials_slider_container', test_swiper);\n\t\t\t});\n\n\t\t\tfunction index4swiper2(slider_class, swiper_obj) {\n\t\t\t\tvar active_index = '01';\n\t\t\t\tvar sw_AriaLabel = $( slider_class+' .swiper-slide:first-child').attr('aria-label');\n\t\t\t\tvar numItems = sw_AriaLabel.substring(sw_AriaLabel.indexOf('\/') + 1);\n\t\t\t\tnumItems = numItems.replace(\/\\s\/g, '');\n\t\t\t\t\/\/var numItems = parseInt(sw_AriaLabel) +1;\n\t\t\t\tif(numItems < 10 ) {\n\t\t\t\t\tnumItems = '0' + numItems;\n\t\t\t\t}\n\t\t\t\t$('.sw_active').text(active_index);\n\t\t\t\t$('.sw_all').text(numItems);\n\t\t\t\tswiper_obj.on('slideChange', function (e) {\n\t\t\t\t\tactive_index = swiper_obj.realIndex + 1;\n\t\t\t\t\tif(active_index < 10 ) {\n\t\t\t\t\t\tactive_index = '0' + active_index;\n\t\t\t\t\t}\n\t\t\t\t\t$(' .sw_active').text(active_index);\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\t<\/script>[\/vc_column][\/vc_row][\/vc_section][vc_section el_id=&#8221;home_news&#8221;][vc_row][vc_column]<div style=\"text-align:center\" class=\"xp_section_title_wrapper \"><span class=\"xp_section_subtitle \" >READ<span class=\"xpower_line xpower_line_below_subtitle center_line\"><\/span><\/span><h3 class=\"xp_section_title \"  >Our latest news<\/h3><\/div>[vc_empty_space height=&#8221;15px&#8221;]<div class=\"grid_row custom_widget vc_row row \"><div class=\"post_grid_row  row  col-12 col-lg-3 col-sm-4\"><a href=\"https:\/\/aluminiumacademy.com\/en\/sound-insulation-and-the-contribution-of-architectural-aluminium-systems\/\" class=\"post_image_link xp_play_now\"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2025\/07\/Ixomonosi-symvoli-arxitektonikon-systimaton-alouminiou-390x275.jpeg\" alt=\"Sound Insulation and the Contribution of Architectural Aluminium Systems\" title=\"Sound Insulation and the Contribution of Architectural Aluminium Systems\"><\/a><div class=\"post_info_container \"><a class=\"g_post_category\" style=\"color:#000;background:#F8DC0B\" href=\"https:\/\/aluminiumacademy.com\/en\/category\/articles\/\">Articles<\/a><a href=\"https:\/\/aluminiumacademy.com\/en\/sound-insulation-and-the-contribution-of-architectural-aluminium-systems\/\" class=\"post_title_link\"><h4 class=\"gy_post_title\">Sound Insulation and the Contribution of Architectural Aluminium Systems<\/h4><\/a><a class=\"posts_read_more\" href=\"https:\/\/aluminiumacademy.com\/en\/sound-insulation-and-the-contribution-of-architectural-aluminium-systems\/\">\u03a0\u0395\u03a1\u0399\u03a3\u03a3\u039f\u03a4\u0395\u03a1\u0391<\/a><\/div><\/div><div class=\"post_grid_row  row  col-12 col-lg-3 col-sm-4\"><a href=\"https:\/\/aluminiumacademy.com\/en\/reflecting-on-a-milestone-year-at-the-architectural-aluminium-academy\/\" class=\"post_image_link \"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2024\/03\/2-years-anniversary-1-390x275.jpg\" alt=\"Empowering Excellence: Reflecting on a Milestone Year at the Architectural Aluminium Academy\" title=\"Empowering Excellence: Reflecting on a Milestone Year at the Architectural Aluminium Academy\"><\/a><div class=\"post_info_container \"><a class=\"g_post_category\" style=\"color:#ffffff;background:#000000\" href=\"https:\/\/aluminiumacademy.com\/en\/category\/news\/\">News<\/a><a href=\"https:\/\/aluminiumacademy.com\/en\/reflecting-on-a-milestone-year-at-the-architectural-aluminium-academy\/\" class=\"post_title_link\"><h4 class=\"gy_post_title\">Empowering Excellence: Reflecting on a Milestone Year at the Architectural Aluminium Academy<\/h4><\/a><a class=\"posts_read_more\" href=\"https:\/\/aluminiumacademy.com\/en\/reflecting-on-a-milestone-year-at-the-architectural-aluminium-academy\/\">\u03a0\u0395\u03a1\u0399\u03a3\u03a3\u039f\u03a4\u0395\u03a1\u0391<\/a><\/div><\/div><div class=\"post_grid_row  row  col-12 col-lg-3 col-sm-4\"><a href=\"https:\/\/aluminiumacademy.com\/en\/architectural-aluminium-academy-supporter-at-the-energy-efficiency-in-buildings-2023-conference\/\" class=\"post_image_link xp_play_now\"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/04\/Architectural-Aluminium-Academy-Supporter-at-the-Energy-Efficiency-in-Buildings-2023-conference-390x275.jpg\" alt=\"Architectural Aluminium Academy Supporter at the &#8220;Energy Efficiency in Buildings 2023&#8221; conference\" title=\"Architectural Aluminium Academy Supporter at the &#8220;Energy Efficiency in Buildings 2023&#8221; conference\"><\/a><div class=\"post_info_container \"><a class=\"g_post_category\" style=\"color:#ffffff;background:#000000\" href=\"https:\/\/aluminiumacademy.com\/en\/category\/news\/\">News<\/a><a href=\"https:\/\/aluminiumacademy.com\/en\/architectural-aluminium-academy-supporter-at-the-energy-efficiency-in-buildings-2023-conference\/\" class=\"post_title_link\"><h4 class=\"gy_post_title\">Architectural Aluminium Academy Supporter at the &#8220;Energy Efficiency in Buildings 2023&#8221; conference<\/h4><\/a><a class=\"posts_read_more\" href=\"https:\/\/aluminiumacademy.com\/en\/architectural-aluminium-academy-supporter-at-the-energy-efficiency-in-buildings-2023-conference\/\">\u03a0\u0395\u03a1\u0399\u03a3\u03a3\u039f\u03a4\u0395\u03a1\u0391<\/a><\/div><\/div><div class=\"post_grid_row  row  col-12 col-lg-3 col-sm-4\"><a href=\"https:\/\/aluminiumacademy.com\/en\/more-than-200-manufacturersparticipatedin-the-10-cycle-of-studies\/\" class=\"post_image_link xp_play_now\"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2023\/04\/\u0391\u03c0\u03bf\u03c6\u03bf\u03af\u03c4\u03b7\u03c3\u03b7-\u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03ce\u03bd-\u03a3\u03ad\u03c1\u03c1\u03b5\u03c2-390x275.jpg\" alt=\"More than 200 Manufacturers<br>participatedin the 10 Cycle of Studies\" title=\"More than 200 Manufacturers<br>participatedin the 10 Cycle of Studies\"><\/a><div class=\"post_info_container \"><a class=\"g_post_category\" style=\"color:#ffffff;background:#000000\" href=\"https:\/\/aluminiumacademy.com\/en\/category\/news\/\">News<\/a><a href=\"https:\/\/aluminiumacademy.com\/en\/more-than-200-manufacturersparticipatedin-the-10-cycle-of-studies\/\" class=\"post_title_link\"><h4 class=\"gy_post_title\">More than 200 Manufacturers<br>participatedin the 10 Cycle of Studies<\/h4><\/a><a class=\"posts_read_more\" href=\"https:\/\/aluminiumacademy.com\/en\/more-than-200-manufacturersparticipatedin-the-10-cycle-of-studies\/\">\u03a0\u0395\u03a1\u0399\u03a3\u03a3\u039f\u03a4\u0395\u03a1\u0391<\/a><\/div><\/div><\/div>[vc_btn title=&#8221;READ MORE&#8221; color=&#8221;default&#8221; align=&#8221;center&#8221; link=&#8221;url:https%3A%2F%2Faluminiumacademy.com%2Fen%2Fnews%2F&#8221; css=&#8221;.vc_custom_1710833042002{margin-top: 40px !important;}&#8221;][\/vc_column][\/vc_row][\/vc_section]","protected":false},"excerpt":{"rendered":"[vc_section full_width=&#8221;stretch_row&#8221;][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1680108153285{background-color: #2b2b2b !important;}&#8221;][vc_column css=&#8221;.vc_custom_1680108196563{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section el_id=&#8221;welcome&#8221;][vc_row][vc_column width=&#8221;5\/12&#8243;][vc_column_text]The Architectural Aluminum Academy (AAA) is the Innovation and Skills Development Center in the sector of Architectural Aluminium Systems, with schools in Athens and Thessaloniki. The Academy is an organization created on the initiative of ALUMIL and the partnership with two of the greatest universities <a href=\"https:\/\/aluminiumacademy.com\/en\/more-than-200-manufacturersparticipatedin-the-10-cycle-of-studies\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  More than 200 Manufacturers&lt;br&gt;participatedin the 10 Cycle of Studies<\/span><\/a>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-934","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AAA - Architectural Aluminium Academy<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aluminiumacademy.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AAA - Architectural Aluminium Academy\" \/>\n<meta property=\"og:description\" content=\"[vc_section full_width=&#8221;stretch_row&#8221;][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1680108153285{background-color: #2b2b2b !important;}&#8221;][vc_column css=&#8221;.vc_custom_1680108196563{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section el_id=&#8221;welcome&#8221;][vc_row][vc_column width=&#8221;5\/12&#8243;][vc_column_text]The Architectural Aluminum Academy (AAA) is the Innovation and Skills Development Center in the sector of Architectural Aluminium Systems, with schools in Athens and Thessaloniki. The Academy is an organization created on the initiative of ALUMIL and the partnership with two of the greatest universities ... More than 200 Manufacturers&lt;br&gt;participatedin the 10 Cycle of Studies\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aluminiumacademy.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Architectural Aluminium Academy\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-10T12:09:07+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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/aluminiumacademy.com\/en\/\",\"url\":\"https:\/\/aluminiumacademy.com\/en\/\",\"name\":\"AAA - Architectural Aluminium Academy\",\"isPartOf\":{\"@id\":\"https:\/\/aluminiumacademy.com\/en\/#website\"},\"datePublished\":\"2022-05-03T13:24:16+00:00\",\"dateModified\":\"2024-05-10T12:09:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/aluminiumacademy.com\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aluminiumacademy.com\/en\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aluminiumacademy.com\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\/\/aluminiumacademy.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AAA\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aluminiumacademy.com\/en\/#website\",\"url\":\"https:\/\/aluminiumacademy.com\/en\/\",\"name\":\"Architectural Aluminium Academy\",\"description\":\"\u039a\u03ad\u03bd\u03c4\u03c1\u03bf \u039a\u03b1\u03b9\u03bd\u03bf\u03c4\u03bf\u03bc\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u0391\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2 \u0394\u03b5\u03be\u03b9\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03bb\u03ac\u03b4\u03bf \u03c4\u03c9\u03bd \u03b1\u03c1\u03c7\u03b9\u03c4\u03b5\u03ba\u03c4\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd \u03c3\u03c5\u03c3\u03c4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03bb\u03bf\u03c5\u03bc\u03b9\u03bd\u03af\u03bf\u03c5\",\"publisher\":{\"@id\":\"https:\/\/aluminiumacademy.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aluminiumacademy.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/aluminiumacademy.com\/en\/#organization\",\"name\":\"Architectural Aluminium Academy\",\"url\":\"https:\/\/aluminiumacademy.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aluminiumacademy.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/aaa_logo-01.png\",\"contentUrl\":\"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/aaa_logo-01.png\",\"width\":857,\"height\":342,\"caption\":\"Architectural Aluminium Academy\"},\"image\":{\"@id\":\"https:\/\/aluminiumacademy.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AAA - Architectural Aluminium Academy","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:\/\/aluminiumacademy.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"AAA - Architectural Aluminium Academy","og_description":"[vc_section full_width=&#8221;stretch_row&#8221;][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1680108153285{background-color: #2b2b2b !important;}&#8221;][vc_column css=&#8221;.vc_custom_1680108196563{padding-top: 0px !important;}&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section el_id=&#8221;welcome&#8221;][vc_row][vc_column width=&#8221;5\/12&#8243;][vc_column_text]The Architectural Aluminum Academy (AAA) is the Innovation and Skills Development Center in the sector of Architectural Aluminium Systems, with schools in Athens and Thessaloniki. The Academy is an organization created on the initiative of ALUMIL and the partnership with two of the greatest universities ... More than 200 Manufacturers&lt;br&gt;participatedin the 10 Cycle of Studies","og_url":"https:\/\/aluminiumacademy.com\/en\/","og_site_name":"Architectural Aluminium Academy","article_modified_time":"2024-05-10T12:09:07+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aluminiumacademy.com\/en\/","url":"https:\/\/aluminiumacademy.com\/en\/","name":"AAA - Architectural Aluminium Academy","isPartOf":{"@id":"https:\/\/aluminiumacademy.com\/en\/#website"},"datePublished":"2022-05-03T13:24:16+00:00","dateModified":"2024-05-10T12:09:07+00:00","breadcrumb":{"@id":"https:\/\/aluminiumacademy.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aluminiumacademy.com\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/aluminiumacademy.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/aluminiumacademy.com\/en\/"},{"@type":"ListItem","position":2,"name":"AAA"}]},{"@type":"WebSite","@id":"https:\/\/aluminiumacademy.com\/en\/#website","url":"https:\/\/aluminiumacademy.com\/en\/","name":"Architectural Aluminium Academy","description":"\u039a\u03ad\u03bd\u03c4\u03c1\u03bf \u039a\u03b1\u03b9\u03bd\u03bf\u03c4\u03bf\u03bc\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u0391\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2 \u0394\u03b5\u03be\u03b9\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03bb\u03ac\u03b4\u03bf \u03c4\u03c9\u03bd \u03b1\u03c1\u03c7\u03b9\u03c4\u03b5\u03ba\u03c4\u03bf\u03bd\u03b9\u03ba\u03ce\u03bd \u03c3\u03c5\u03c3\u03c4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03bb\u03bf\u03c5\u03bc\u03b9\u03bd\u03af\u03bf\u03c5","publisher":{"@id":"https:\/\/aluminiumacademy.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aluminiumacademy.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/aluminiumacademy.com\/en\/#organization","name":"Architectural Aluminium Academy","url":"https:\/\/aluminiumacademy.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aluminiumacademy.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/aaa_logo-01.png","contentUrl":"https:\/\/aluminiumacademy.com\/wp-content\/uploads\/2022\/05\/aaa_logo-01.png","width":857,"height":342,"caption":"Architectural Aluminium Academy"},"image":{"@id":"https:\/\/aluminiumacademy.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/aluminiumacademy.com\/en\/wp-json\/wp\/v2\/pages\/934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aluminiumacademy.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aluminiumacademy.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aluminiumacademy.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aluminiumacademy.com\/en\/wp-json\/wp\/v2\/comments?post=934"}],"version-history":[{"count":66,"href":"https:\/\/aluminiumacademy.com\/en\/wp-json\/wp\/v2\/pages\/934\/revisions"}],"predecessor-version":[{"id":6107,"href":"https:\/\/aluminiumacademy.com\/en\/wp-json\/wp\/v2\/pages\/934\/revisions\/6107"}],"wp:attachment":[{"href":"https:\/\/aluminiumacademy.com\/en\/wp-json\/wp\/v2\/media?parent=934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}