<?xml version="1.0" encoding="UTF-8"  ?>

<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<atom:link href="https://www.pbf.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title> - Specialist studies</title>
	<link>/en/studies/specialist-studies</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title></title>
		<pubDate>Thu, 23 Apr 2026 07:10:21 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;h2 class="mb-4 custom-blue-text fw-bold"&gt;&lt;br /&gt;
Postgraduate Specialist Studies&lt;/h2&gt;

&lt;div class="container my-4"&gt;
&lt;div class="card mb-4 shadow-lg transition-hover"&gt;
&lt;div class="card-body d-flex flex-column pt-4"&gt;
&lt;h3 class="card-title fw-bold custom-blue-text"&gt;Food Quality and Safety&lt;/h3&gt;
&lt;span class="pbf-badge badge-food"&gt;1.5 years · 90 ECTS&lt;/span&gt;

&lt;div class="flex-grow-1 mb-3"&gt;
&lt;p class="card-text text-muted mb-2"&gt;The program is based on the latest scientific advances related to the assessment of food quality and safety (chemical, toxicological and microbiological aspects of food safety) which students will apply in practice after completing their studies. Therefore, the program covers the field of food quality control using the latest sophisticated analytical methods, the field of legislation related to food quality and safety, which will be of particular importance in the process of harmonizing our legislation with EU legislation, and the field of process management and the introduction of novel food.&lt;/p&gt;

&lt;div class="study-degree-box degree-food"&gt;&lt;span class="degree-label"&gt;Academic Title&lt;/span&gt;

&lt;div class="degree-name"&gt;University Specialist in Food Quality and Safety&lt;/div&gt;

&lt;div class="degree-short"&gt;univ. spec. techn. aliment.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="lead_block mt-2"&gt;&lt;em&gt;Programme Director: Mirjana Hruškar, PhD, Full Professor&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class="lead_block"&gt;&lt;a class="btn btn-custom" href="/en/studies/postgraduate-studies/food-quality-safety"&gt;Learn more&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="card mb-4 shadow-lg transition-hover"&gt;
&lt;div class="card-body d-flex flex-column pt-4"&gt;
&lt;h3 class="fw-bold custom-blue-text"&gt;Food Management&lt;/h3&gt;
&lt;span class="pbf-badge badge-food"&gt;1.5 years · 90 ECTS&lt;/span&gt;

&lt;div class="flex-grow-1 mb-3"&gt;
&lt;p class="card-text text-muted mb-2"&gt;The program is based on the experience of EU countries that have similar studies and are familiar with market needs. With the application of new technologies and a greater number of food additives in food production aimed at extending its shelf life and diversity, the need for better food safety risk assessment, its analysis, and above all, the implementation of risk management systems has increased. In addition to a good knowledge of raw materials, finished products, production processes, food preparation, marketing processes and conditions, a good knowledge of detecting potential hazards and mastering methods for their detection and management, in order to prevent their presence in the production chain, is necessary.&lt;/p&gt;

&lt;div class="study-degree-box degree-food"&gt;&lt;span class="degree-label"&gt;Academic Title&lt;/span&gt;

&lt;div class="degree-name"&gt;University Specialist in Food Management&lt;/div&gt;

&lt;div class="degree-short"&gt;univ. spec. techn. aliment.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="lead_block mt-2"&gt;&lt;em&gt;Programme Director: Sanja Vidaček Filipec, PhD, Full Professor&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class="lead_block"&gt;&lt;a class="btn btn-custom" href="/en/studies/specialist/food-management"&gt;Learn more&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;:root {
    --pbf-blue: #2543A0;
    --pbf-yellow: #FFD700;
    --pbf-soft-gray: #f9f9f9;
    --pbf-border: #eeeeee;
}

/* Main card container according to original design from the image */
.card-pbf-custom {
    background-color: var(--pbf-soft-gray) !important;
    border: 1px solid var(--pbf-border) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease-in-out !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hover effect lift */
.card-pbf-custom:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08) !important;
}

/* Title inside card */
.custom-blue-text-new {
    color: var(--pbf-blue) !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}

/* Yellow line below title */
.divider-yellow {
    width: 50px;
    height: 3px;
    background-color: var(--pbf-yellow);
    margin-top: 8px;
    margin-bottom: 15px;
    border: none;
    opacity: 1;
}

/* Bottom container for button and badge */
.pbf-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

/* Button style */
.btn-custom {
    background-color: var(--pbf-blue) !important;
    color: white !important;
    border: none !important;
    padding: 8px 20px !important;
    border-radius: 5px !important;
    transition: opacity 0.2s;
    text-decoration: none !important;
}

.btn-custom:hover {
    opacity: 0.9;
    color: white !important;
}

/* Badge at bottom right */
.pbf-study-badge-bottom {
    background-color: #e9ecef;
    color: #495057;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    text-transform: uppercase;
}
&lt;/style&gt;
&lt;div class="card card-pbf-custom shadow-sm"&gt;
&lt;div class="card-body d-flex flex-column p-4"&gt;
&lt;h4 class="custom-blue-text-new"&gt;Intellectual Property&lt;/h4&gt;

&lt;div class="divider-yellow"&gt;&amp;nbsp;&lt;/div&gt;

&lt;p class="text-dark mb-4"&gt;The Faculty of Food Technology and Biotechnology (PBF) is involved in the implementation of the joint study programme Intellectual Property, which is conducted at the University of Zagreb. This specialist study program is intended for professionals of all profiles whose work is related to the field of intellectual property. Its aim is to enable systematic and comprehensive acquisition of knowledge necessary for successfully and efficiently solving problems related to legal protection and other aspects of exploiting intellectual creations.&lt;/p&gt;

&lt;div class="pbf-card-footer"&gt;&lt;a class="btn btn-custom" href="https://intvla.unizg.hr/" rel="noopener" target="_blank"&gt;More about the study&lt;/a&gt; &lt;span class="pbf-study-badge-bottom"&gt;1 year · 60 ECTS&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;:root {
  --pbf-blue: rgb(37,67,160);
  --pbf-yellow: rgb(237,225,94);
}

.transition-hover {
  transition: all 0.3s ease-in-out !important;
}
.transition-hover:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15) !important;
}

.pbf-badge {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 0.25rem;
  margin: 0.5rem 0 1rem 0;
  text-align: left;
}

.badge-food { background-color: var(--pbf-blue); color: #fff; }

.btn-custom {
  background-color: var(--pbf-blue) !important;
  color: #fff !important;
  border-radius: 50rem !important;
  padding: 0.4rem 1.5rem !important;
  font-weight: 600 !important;
  border: none !important;
  display: inline-block;
  text-decoration: none !important;
}
.btn-custom:hover {
  background-color: var(--pbf-yellow) !important;
  color: #212529 !important;
}

.study-degree-box {
  background-color: #f8f9fa;
  padding: 0.85rem;
  margin-top: 1rem;
}

.degree-food { border-left: 4px solid var(--pbf-blue); }

.degree-label { font-size: 0.75rem; text-transform: uppercase; font-weight: 600; color: #6c757d; }
.degree-name { font-size: 1rem; font-weight: 600; margin-top: 0.25rem; color: #333; }
.degree-short { font-size: 0.85rem; color: #6c757d; }
.custom-blue-text { color: var(--pbf-blue) !important; }
.lead_block { margin-bottom: 0.5rem !important; }
&lt;/style&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.hr/en/studies/specialist-studies#content___5012</link>
			<guid>https://www.pbf.hr/en/studies/specialist-studies#content___5012</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
