1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
<!doctype html> <html lang="en">
<head>
<title>JCI About</title>
<!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/headjs.php';?>
</head>
<body>
<?php include 'inc/nav.php';?>
<div class="breadcrumb" style="background-image:url(../../assets/img/banner02.png);"> <div class="container"> <div class="breadcrumbWrapper"> <div class="breadcrumbLink text-white"> <a href="index.php" class="text-white"> Home</a> > <span class="blueFont"> About Us</span> </div> <p class="breadcrumbTitle m-0 h3 text-uppercase text-white">About Us</p>
</div> </div> </div> <section class="pageContent"> <div class="container"> <div class="pageWrap"> <h1 class="text-center">Business Information</h1>
<p class="text-justify">DEMO S.A. Pharmaceutical Industry is an industrial and commercial organization established in 1965 and active in the production and sales of pharmaceutical products. It is one of the major pharmaceutical manufacturers in Greece with a very strong presence in the hospital market, ranking first among the pharmaceutical companies in terms of sold units. Company’s vision and strategy is focused on the production of high quality pharmaceutical products with competitive prices, the marketing of innovative products for the relief of chronic disease and international export activities.</p> <p class="text-justify"> With an annual turnover of 123.500.000 € in 2015, and average annual growth rates of 8% over the past 10 years DEMO S.A. Pharmaceutical Industry ranks as one of the top pharmaceutical companies in the region. The company registers and markets under the brand name Demo, Noridem Enterprises Ltd and Bradex S.A. medicinal products in a number of countries within and outside the European Union.</p>
</div>
</div> </section> <?php include 'inc/footer.php';?>
<script>
</script>
</body>
</html>
|