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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<!doctype html> <html lang="en">
<head>
<title>JCI News Detail</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> ><a href="business_list.php" class="text-white"> News</a> ><span class="blueFont"> News Detail</span> </div> <p class="breadcrumbTitle m-0 h3 text-uppercase text-white">News Detail</p>
</div>
</div> </div> <section class="pageContent"> <div class="container"> <div class="pageWrap"> <h1>The Global Fast Track brings together the world’s innovative fintech companies that already have commercial custome...</h1>
<p class="text-secondary">Date:14/8/2023</p> <div class="newsContent"> <img src="../../assets/img/news_detail.png" alt="" class="img-fluid" /> <br /> <br /> <p>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> 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> </div> <div class="newbtnWrap"> <button type="button" class="btn btn-outline-secondary"><i class="fas fa-chevron-left"></i> Back</button> <button type="button" class="btn btn-outline-secondary">Next <i class="fas fa-chevron-right"></i> </button>
</div>
</section> <?php include 'inc/footer.php';?>
<script>
</script>
</body>
</html>
|