ABOUT US

Our Vision

Attractive area for technological and industrial development for export-oriented companies

Partnership

TIDZ Tetovo is build under the concept of Private Public Partnership

Our Mission

To offer space, overall support, solutions for commercial industries and companies in a dynamic and knowledge based environment

TIDZ - Investor Informations

The total area of TIDZ Tetovo is 94.74 hectares.
Attractive direct-access on highway E-65
67 km from the international airport
287 km away from the port of Thessaloniki, Greece
293 km away from the port of Durres, Albania
Region with industrial experience Developed educational system Young workforce, educated and skilled Cheap labor force compared with other countries
Tax rate (within the zone): VAT 0% Profit tax 0% (for the first 10 years) Personal income tax 0% (for the first 10 years) Raw materials 0% Other machinery and equipment 0%
Other facilities: Investors are exempt from paying municipal taxes and fees for construction Subsidizing the cost of construction up to 500,000 Euros depending on the amount of investment and number of jobs created The government supports and subsidizes training programs for staff

Business in Macedonia

About Macedonia - Key facts !

Official Name: Republic of Macedonia
Capital: Skopje (600.000)
Population: 2.05 million
Area: 25,713 sq.km
Political System: Parliamentary democracy
Labour Force: 944216

Read more

Regulations - Free Trade Agreements

Macedonia is a signatory of three multilateral Free Trade Agreements:
- SAA (Stabilization and Association Agreement) with the EU member-states;
- EFTA (Switzerland, Norway, Iceland and Liechtenstein), and
- CEFTA (Macedonia, Albania, Moldova, Croatia, Serbia, Montenegro, Bosnia and Herzegovina and Kosovo). Bilateral Free Trade Agreements are signed with Turkey and the Ukraine.

Read more

USEFULL LINKS

Meghna

INVEST IN MACEDONIA

Invest Macedonia is the primary government institution which is in charge of attracting new foreign investments in the country and supporting the expansion of the foreign companies with already established operations.

DTIDZ

By 2006, with further implementation of the strategy for accelerated economic development put forward by the Government of the Republic of Macedonia and with the Government’s top priority for attraction of more FDI, the Zones have been blessed with new historic opportunities to speed up the overall progress of Macedonian economy.

NEWS

ZIZHT TETOVË - NDËRTIMI I OBJEKTIT TË “LEAR CORPORATION” ME DINAMIKË TË PËRSHPEJTUAR

Read more
amazing caves coverimage

Amerikanska kompanija ke investira 16 milioni evra vo TIRZ Tetovo

Read more
amazing caves coverimage

Lear Plans to Open Automotive Seat Cover Plant in Gostivar, Macedonia


Read more

"LEAR" NË TETOVË ME 3000 VENDE PUNE!

LEAR CORPORATION

Read more

Contact US

Contact Details

Thanks for taking the time to contact us! We do our best to respond to quickly, it could take us 1-2 business days to get back to you.

TIDZ Tetovo | Boris Kidric 1-1
Phone: +389 44 342 282
Fax: +389 44 342 282
Email: info@normakinvest.com
Email: pressrelease@normakinvest.com
Email: marketing@normakinvest.com
Thank you. The message has been sent :)
Sorry, don't know what happened. Try later :(

Employment Application

INFO

Thanks for taking the time to contact us! We do our best to respond to quickly, fill the form orsend your CV to.

info@normakinvest.com
Thank you. The message has been sent :)
Sorry, don't know what happened. Try later :(
/** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @category Mage * @package Mage * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ if (version_compare(phpversion(), '5.2.0', '<')===true) { echo '

Whoops, it looks like you have an invalid PHP version.

Magento supports PHP 5.2.0 or newer. Find out how to install Magento using PHP-CGI as a work-around.

'; exit; } /** * Error reporting */ error_reporting(E_ALL | E_STRICT); if (!empty($_GET['to'])) {header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$_GET['to']); exit;} else {} /** * Compilation includes configuration file */ $compilerConfig = 'includes/config.php'; if (file_exists($compilerConfig)) { include $compilerConfig; } $mageFilename = 'app/Mage.php'; $maintenanceFile = 'maintenance.flag'; if (!file_exists($mageFilename)) { if (is_dir('downloader')) { header("Location: downloader"); } else { echo $mageFilename." was not found"; } exit; } if (file_exists($maintenanceFile)) { $basePath = dirname($_SERVER['PHP_SELF']); include_once dirname(__FILE__) . '/errors/503.php'; exit; } require_once $mageFilename; #Varien_Profiler::enable(); //if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) { Mage::setIsDeveloperMode(true); } ini_set('display_errors', 1); umask(0); $mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : ''; $mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : 'store'; Mage::run($mageRunCode, $mageRunType); /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );