
	<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: 7000,
						            speed: 2000,
						            refreshInterval: 1,
						            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: 60,
						            speed: 2000,
						            refreshInterval: 1,
						            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: 12,
						            speed: 2000,
						            refreshInterval: 1,
						            onComplete: function(value) {
						                console.debug(this);
						            }
						        });
						    }
				    	}

			    	});

			    });

			    </script>{"id":296,"date":"2023-01-27T00:33:58","date_gmt":"2023-01-26T22:33:58","guid":{"rendered":"https:\/\/rollexnew.e.staging.generation-y.net\/?page_id=296"},"modified":"2023-05-04T14:10:52","modified_gmt":"2023-05-04T11:10:52","slug":"mentiplat-epe","status":"publish","type":"page","link":"https:\/\/mediplat.gr\/el\/mentiplat-epe\/","title":{"rendered":"\u039c\u0395\u039d\u03a4\u0399\u03a0\u039b\u0391\u03a4 \u0395\u03a0\u0395"},"content":{"rendered":"[vc_section disable_element=&#8221;yes&#8221; el_id=&#8221;homecounters&#8221;][vc_row][vc_column]<div class=\"counters_container\"><div class=\"single_counter_container\"><div class=\"counter_img_wrapper\"><img decoding=\"async\" src=\"https:\/\/mediplat.gr\/wp-content\/uploads\/2023\/01\/ICON-1.png\"><\/div><div class=\"counter_first_row\"><div class=\"highlight_holder\"><div class=\"timer timer0\">7000<\/div><span class=\"after_timer\">m2<\/span><\/div><div class=\"counter_text_container\"><h4 class=\"counter_title\">I\u03b4\u03b9\u03cc\u03ba\u03c4\u03b7\u03c4\u03b5\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2<\/h4><\/div><\/div><\/div><div class=\"single_counter_container\"><div class=\"counter_img_wrapper\"><img decoding=\"async\" src=\"https:\/\/mediplat.gr\/wp-content\/uploads\/2023\/01\/ICON-2.svg\"><\/div><div class=\"counter_first_row\"><div class=\"highlight_holder\"><div class=\"timer timer1\">60<\/div><span class=\"after_timer\">X\u03c1\u03cc\u03bd\u03b9\u03b1<\/span><\/div><div class=\"counter_text_container\"><h4 class=\"counter_title\">\u0399\u03c3\u03c4\u03bf\u03c1\u03af\u03b1\u03c2 \u03c3\u03c4\u03b7\u03bd \u03b1\u03b3\u03bf\u03c1\u03ac<\/h4><\/div><\/div><\/div><div class=\"single_counter_container\"><div class=\"counter_img_wrapper\"><img decoding=\"async\" src=\"https:\/\/mediplat.gr\/wp-content\/uploads\/2023\/01\/ICON-3.svg\"><\/div><div class=\"counter_first_row\"><div class=\"highlight_holder\"><div class=\"timer timer2\">12<\/div><span class=\"after_timer\">\u03a7\u03ce\u03c1\u03b5\u03c2<\/span><\/div><div class=\"counter_text_container\"><h4 class=\"counter_title\">\u0394\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2<\/h4><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section content_placement=&#8221;middle&#8221; el_id=&#8221;aboutUs&#8221; el_class=&#8221;whyus&#8221;][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;reversemobile&#8221;][vc_column width=&#8221;7\/12&#8243; el_class=&#8221;padd5&#8243;]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><span class=\"xp_section_subtitle \" >WE DON\u2019T BUILD THE BUSINESS WE BUILD PEOPLE AND THE PEOPLE BUILD THE BUSINESS<span class=\"xpower_line xpower_line_below_subtitle \"><\/span><\/span><\/div>[vc_column_text]\u03a3\u03c4\u03b7\u03bd Mediplat \u03c0\u03b9\u03c3\u03c4\u03b5\u03cd\u03bf\u03c5\u03bc\u03b5 \u03cc\u03c4\u03b9 \u03bf\u03b9 \u03ac\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03ba\u03b1\u03c1\u03b4\u03b9\u03ac \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2, \u03b5\u03ba\u03b5\u03af\u03bd\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03c4\u03b7\u03bd \u03b1\u03be\u03af\u03b1 \u03c4\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b2\u03c1\u03af\u03c3\u03ba\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03b5\u03c0\u03af\u03ba\u03b5\u03bd\u03c4\u03c1\u03bf \u03c4\u03b7\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae\u03c2 \u03bc\u03b1\u03c2. \u0397 \u03b5\u03c0\u03ad\u03bd\u03b4\u03c5\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bc\u03b9\u03b1\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03bc\u03b5 \u03c5\u03c8\u03b7\u03bb\u03ae \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b1\u03ba\u03c1\u03cc\u03c7\u03c1\u03bf\u03bd\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b7\u03c4\u03b9\u03ba\u03ae \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1. \u03a3\u03c4\u03cc\u03c7\u03bf\u03c2 \u03bc\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bc\u03b9\u03b1\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2\u00a0 \u03bc\u03b5 \u03c0\u03ac\u03b8\u03bf\u03c2, \u03b4\u03b9\u03ac\u03b8\u03b5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03bd\u03b8\u03bf\u03c5\u03c3\u03b9\u03b1\u03c3\u03bc\u03cc \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03b7 \u03c4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03c3\u03c4\u03bf\u03bd \u03b9\u03b1\u03c4\u03c1\u03b9\u03ba\u03cc \u03c4\u03bf\u03bc\u03ad\u03b1.[\/vc_column_text]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><\/div>[vc_separator color=&#8221;custom&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_width=&#8221;70&#8243; accent_color=&#8221;#689da7&#8243;][vc_column_text el_class=&#8221;pretty-list&#8221;]\r\n<ul>\r\n \t<li>\u039c\u03b1\u03c2 \u03b1\u03c1\u03ad\u03c3\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5 \u03c0\u03c1\u03bf\u03bf\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ac \u03bf\u03c6\u03ad\u03bb\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03c5\u03c4\u03cc \u03c0\u03bf\u03c5 \u03bc\u03b1\u03c2 \u03be\u03b5\u03c7\u03c9\u03c1\u03af\u03b6\u03b5\u03b9 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03bf\u03bc\u03b1\u03b4\u03b9\u03ba\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b2\u03b1\u03c3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u03b1\u03bc\u03bf\u03b9\u03b2\u03b1\u03af\u03b1 \u03b5\u03bc\u03c0\u03b9\u03c3\u03c4\u03bf\u03c3\u03cd\u03bd\u03b7 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd \u03c3\u03b5\u03b2\u03b1\u03c3\u03bc\u03cc, \u03b7 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2 \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7, \u03b7 \u03ba\u03b1\u03b9\u03bd\u03bf\u03c4\u03bf\u03bc\u03af\u03b1 \u03ba\u03b1\u03b9 \u03b7 \u03c5\u03c0\u03b5\u03c5\u03b8\u03c5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1.<\/li>\r\n \t<li>\u039c\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03c0\u03bd\u03b5\u03cd\u03bc\u03b1 \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03b7\u03c3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03ac\u03c3\u03b7\u03c2 can-do, \u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03b6\u03cc\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03b5\u03c1\u03b4\u03af\u03c3\u03bf\u03c5\u03bc\u03b5 \u03ba\u03b1\u03b9 \u03cc\u03bb\u03bf\u03b9 \u03bc\u03b1\u03b6\u03af \u03b5\u03ba\u03c0\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc \u03bc\u03b1\u03c2 \u03c3\u03ba\u03bf\u03c0\u03cc.<\/li>\r\n<\/ul>\r\n[\/vc_column_text][\/vc_column][vc_column width=&#8221;5\/12&#8243;][vc_single_image image=&#8221;1290&#8243;][\/vc_column][\/vc_row][\/vc_section][vc_section content_placement=&#8221;middle&#8221; el_class=&#8221;whyus&#8221;][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;5\/12&#8243;][vc_single_image image=&#8221;1294&#8243;][\/vc_column][vc_column width=&#8221;7\/12&#8243; el_class=&#8221;padd5&#8243;]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><\/div>[vc_separator color=&#8221;custom&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_width=&#8221;70&#8243; accent_color=&#8221;#689da7&#8243;][vc_column_text]\u0397 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03be\u03b5\u03ba\u03af\u03bd\u03b7\u03c3\u03b5 \u03c4\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b7\u03c2 \u03c4\u03bf 2013 \u03ba\u03b1\u03b9 \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03c7\u03ce\u03c1\u03bf \u03c4\u03c9\u03bd \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd. \u0391\u03c0\u03cc \u03c4\u03bf \u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf \u03c4\u03bf\u03c5 2016 \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03bf\u03af \u03b1\u03bd\u03c4\u03b9\u03c0\u03c1\u03cc\u03c3\u03c9\u03c0\u03bf\u03b9 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd Smith+Nephew \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1. \u0397 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 Smith+Nephew \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03c7\u03ce\u03c1\u03bf \u03c4\u03b7\u03c2 \u03c5\u03b3\u03b5\u03af\u03b1\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf 1856 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03ad\u03c7\u03b5\u03b9 \u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03b1 \u03b7\u03b3\u03b5\u03c4\u03b9\u03ba\u03ae \u03b8\u03ad\u03c3\u03b7 \u03c3\u03b5 \u03b2\u03b1\u03c3\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c4\u03bf\u03bc\u03b5\u03af\u03c2 \u03c3\u03c4\u03bf \u03c7\u03ce\u03c1\u03bf \u03c4\u03b7\u03c2 \u03c5\u03b3\u03b5\u03af\u03b1\u03c2. \u03a4\u03b1 \u03ba\u03b1\u03b9\u03bd\u03bf\u03c4\u03cc\u03bc\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03b7 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03ae \u03c4\u03bf\u03c5\u03c2 \u03b1\u03bd\u03c4\u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c0\u03bb\u03ae\u03c1\u03c9\u03c2 \u03c3\u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03b7\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u039c\u03ad\u03c1\u03b9\u03bc\u03bd\u03b1\u03c2 \u03bf\u03b9 \u03bf\u03c0\u03bf\u03af\u03b5\u03c2 \u03c3\u03c5\u03bd\u03b4\u03c5\u03ac\u03b6\u03bf\u03c5\u03bd \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b5\u03c2 \u03bc\u03b5 \u03b1\u03c0\u03ce\u03c4\u03b5\u03c1\u03bf \u03c3\u03c4\u03cc\u03c7\u03bf \u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03b5\u03af\u03b1 \u03b1\u03c0\u03bf\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c5\u03b3\u03b5\u03af\u03b1\u03c2 \u03c4\u03c9\u03bd \u03b1\u03c3\u03b8\u03b5\u03bd\u03ce\u03bd.[\/vc_column_text]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><\/div>[vc_separator color=&#8221;custom&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_width=&#8221;70&#8243; accent_color=&#8221;#689da7&#8243;][vc_column_text]\u0394\u03af\u03bd\u03bf\u03c5\u03bc\u03b5 \u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b7 \u03c0\u03c1\u03bf\u03c3\u03bf\u03c7\u03ae \u03c3\u03c4\u03b7\u03bd \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03af\u03b1 \u03c4\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03bc\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03c5\u03bc\u03b5 \u03b1\u03be\u03b9\u03cc\u03c0\u03b9\u03c3\u03c4\u03b5\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b5\u03c2. \u039f\u03b9 \u03c5\u03c8\u03b7\u03bb\u03bf\u03cd \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03bc\u03b1\u03c2 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03ba\u03b1\u03c4\u03ac \u03c4\u03bf \u0394\u03b9\u03b5\u03b8\u03bd\u03ad\u03c2 \u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf ISO 9001:2015 \u03b3\u03b9\u03b1 \u0395\u03bc\u03c0\u03bf\u03c1\u03af\u03b1 \u0399\u03b1\u03c4\u03c1\u03bf\u03c4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd, \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae, \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7, \u0394\u03b9\u03ac\u03b8\u03b5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u0394\u03b9\u03b1\u03bd\u03bf\u03bc\u03ae \u0391\u03bd\u03b8\u03c1\u03ce\u03c0\u03b9\u03bd\u03c9\u03bd \u03be\u03b7\u03c1\u03ce\u03bd \u03bf\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03bc\u03bf\u03c3\u03c7\u03b5\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd \u03b5\u03bd\u03ce \u03bf\u03b9 \u0391\u03c1\u03c7\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03bf\u03b9 \u039a\u03b1\u03c4\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b5\u03c2 \u0393\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u039f\u03c1\u03b8\u03ae \u03a0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03bd\u03bf\u03bc\u03ae\u03c2 \u0399\u03b1\u03c4\u03c1\u03bf\u03c4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03a5\u03c0\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae \u0391\u03c0\u03cc\u03c6\u03b1\u03c3\u03b7 \u0394\u03a58\u03b4\/\u0393.\u03a0. \u03bf\u03b9\u03ba.\/1348\/2004.[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section el_id=&#8221;homeblog&#8221; el_class=&#8221;blog&#8221;][vc_row][vc_column el_class=&#8221;overflowright&#8221;]<div style=\"text-align:left\" class=\"xp_section_title_wrapper \"><h2 class=\"xp_section_title \"  >\u0391\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2<span class=\"xpower_line xpower_line_below_title \"><\/span><\/h2><\/div><div class=\"xp_slide_custom_widget\"><div class=\"gallery_pagination_wrapper \"><\/div><div class=\"xp_mega_post_row custom_widget  swiper-wrapper \"><div class=\"xp_mega_post_col  swiper-slide  col-12 col-lg-4 col-sm-4 col-xs-6\"><a href=\"https:\/\/mediplat.gr\/el\/ta-robotika-systimata-einai-i-proti-technologia-stin-iatriki\/\" class=\"xp_container_link\"><div class=\"post_image_link\"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/mediplat.gr\/wp-content\/uploads\/2023\/02\/pexels-max-vakhtbovych-6794920-530x360.png\" alt=\"Robotic systems are the first technology in Medicine\" title=\"Robotic systems are the first technology in Medicine\"><\/div><div class=\"post_info_container \"><h3 class=\"xp_post_title\">Robotic systems are the first technology in Medicine<h3><\/div><\/a><\/div><div class=\"xp_mega_post_col  swiper-slide  col-12 col-lg-4 col-sm-4 col-xs-6\"><a href=\"https:\/\/mediplat.gr\/el\/i-anaptyxi-ton-neon-technologion-pliroforikis-kai-epikoinonion\/\" class=\"xp_container_link\"><div class=\"post_image_link\"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/mediplat.gr\/wp-content\/uploads\/2023\/02\/pexels-pavel-danilyuk-8438951-530x360.png\" alt=\"The development of new information and communication technologies\" title=\"The development of new information and communication technologies\"><\/div><div class=\"post_info_container \"><h3 class=\"xp_post_title\">The development of new information and communication technologies<h3><\/div><\/a><\/div><div class=\"xp_mega_post_col  swiper-slide  col-12 col-lg-4 col-sm-4 col-xs-6\"><a href=\"https:\/\/mediplat.gr\/el\/robotika-systimata-sti-cheirourgiki-tou\/\" class=\"xp_container_link\"><div class=\"post_image_link\"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/mediplat.gr\/wp-content\/uploads\/2023\/02\/tsf-ally-1024x576-1-530x360.jpg\" alt=\"Robotic Systems in Surgery\" title=\"Robotic Systems in Surgery\"><\/div><div class=\"post_info_container \"><h3 class=\"xp_post_title\">Robotic Systems in Surgery<h3><\/div><\/a><\/div><div class=\"xp_mega_post_col  swiper-slide  col-12 col-lg-4 col-sm-4 col-xs-6\"><a href=\"https:\/\/mediplat.gr\/el\/technologies-iatrikis-pliroforikis\/\" class=\"xp_container_link\"><div class=\"post_image_link\"><img decoding=\"async\" class=\"post_fimage\" src=\"https:\/\/mediplat.gr\/wp-content\/uploads\/2023\/03\/4-530x360.png\" alt=\"\u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b5\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2\" title=\"\u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b5\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2\"><\/div><div class=\"post_info_container \"><h3 class=\"xp_post_title\">\u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b5\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2<h3><\/div><\/a><\/div><\/div><\/div><script>\n\t\t\t\tjQuery(function($){\n\t\t\t\t\t$(document).ready(function() {\n\n\t\t\t\t\t\tvar ps_swiper = new Swiper('.xp_slide_custom_widget', {\n\t\t\t\t\t\t  slidesPerView: 1,\n\t\t\t\t\t\t  spaceBetween: 5,\n\t\t\t\t\t\t  preloadImages: false,\n\t\t\t\t\t\t  lazy: true,\n\t\t\t\t\t\t  loop: true,\n\t\t\t\t\t\t  pagination: {\n\t\t\t\t\t\t    el: '.xp_slide_custom_widget .sp-swiper-pagination',\n\t\t\t\t\t\t    clickable: true,\n\t\t\t\t\t\t    type: 'fraction',\n\t\t\t\t\t\t  },\n\t\t\t\t\t\t  navigation: {\n\t\t\t\t\t\t    nextEl: '.xp_slide_custom_widget .sp-swiper-button-next',\n\t\t\t\t\t\t    prevEl: '.xp_slide_custom_widget .sp-swiper-button-prev',\n\t\t\t\t\t\t  },\n\t\t\t\t\t\t  breakpoints: {\n\t\t\t\t\t\t  \t640: {\n\t\t\t\t\t\t  \t  slidesPerView: 2,\n\t\t\t\t\t\t  \t},\n\t\t\t\t\t\t    993: {\n\t\t\t\t\t\t      slidesPerView: 3,\n\t\t\t\t\t\t    },\n\t\t\t\t\t\t  },\n\t\t\t\t\t\t});\n\n\t\t\t\t\t});\n\n\n\t\t\t\t});\n\t\t\t\t<\/script>[\/vc_column][\/vc_row][\/vc_section]","protected":false},"excerpt":{"rendered":"[vc_section disable_element=&#8221;yes&#8221; el_id=&#8221;homecounters&#8221;][vc_row][vc_column][\/vc_column][\/vc_row][\/vc_section][vc_section content_placement=&#8221;middle&#8221; el_id=&#8221;aboutUs&#8221; el_class=&#8221;whyus&#8221;][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;reversemobile&#8221;][vc_column width=&#8221;7\/12&#8243; el_class=&#8221;padd5&#8243;][vc_column_text]\u03a3\u03c4\u03b7\u03bd Mediplat \u03c0\u03b9\u03c3\u03c4\u03b5\u03cd\u03bf\u03c5\u03bc\u03b5 \u03cc\u03c4\u03b9 \u03bf\u03b9 \u03ac\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03ba\u03b1\u03c1\u03b4\u03b9\u03ac \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2, \u03b5\u03ba\u03b5\u03af\u03bd\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03c4\u03b7\u03bd \u03b1\u03be\u03af\u03b1 \u03c4\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b2\u03c1\u03af\u03c3\u03ba\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03b5\u03c0\u03af\u03ba\u03b5\u03bd\u03c4\u03c1\u03bf \u03c4\u03b7\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae\u03c2 \u03bc\u03b1\u03c2. \u0397 \u03b5\u03c0\u03ad\u03bd\u03b4\u03c5\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bc\u03b9\u03b1\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03bc\u03b5 \u03c5\u03c8\u03b7\u03bb\u03ae \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b1\u03ba\u03c1\u03cc\u03c7\u03c1\u03bf\u03bd\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b7\u03c4\u03b9\u03ba\u03ae \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1. \u03a3\u03c4\u03cc\u03c7\u03bf\u03c2 \u03bc\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bc\u03b9\u03b1\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2\u00a0 <a href=\"https:\/\/mediplat.gr\/el\/technologies-iatrikis-pliroforikis\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  \u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b5\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2<\/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-296","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mediplat.gr\/el\/wp-json\/wp\/v2\/pages\/296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mediplat.gr\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mediplat.gr\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mediplat.gr\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mediplat.gr\/el\/wp-json\/wp\/v2\/comments?post=296"}],"version-history":[{"count":74,"href":"https:\/\/mediplat.gr\/el\/wp-json\/wp\/v2\/pages\/296\/revisions"}],"predecessor-version":[{"id":1289,"href":"https:\/\/mediplat.gr\/el\/wp-json\/wp\/v2\/pages\/296\/revisions\/1289"}],"wp:attachment":[{"href":"https:\/\/mediplat.gr\/el\/wp-json\/wp\/v2\/media?parent=296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}