<?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> - Enrollment in Molecular Biotechnology</title>
	<link>/en/enrollment/graduate-study/molecular-biotechnology-enrollment</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title>Enrollement in Molecular Biotechnology</title>
		<pubDate>Tue, 21 Apr 2026 09:37:45 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;style type="text/css"&gt;/* --- 1. GRID S PLOČICAMA --- */
.pbf-grid-fixed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 1100px;
    margin: 40px auto;
    font-family: 'Segoe UI', sans-serif;
}
.pbf-box {
    position: relative;
    padding: 30px;
    min-height: 220px;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.pbf-upisi-btn-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.pbf-box:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0,0,0,0.15); }
.pbf-box-anchor { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
.pbf-box-title { font-weight: 800; font-size: 1.4rem; margin-bottom: 10px; display: block; }
.pbf-box-text { font-size: 0.95rem; line-height: 1.4; display: block; }

.pbf-upisi-footer { margin-top: auto; display: flex; align-items: center; justify-content: flex-end; position: relative; }
.pbf-upisi-footer::before { content: ""; position: absolute; top: 50%; left: 0; width: 60px; height: 1px; transform: translateY(-50%); transition: width 0.3s ease; }
.pbf-box:hover .pbf-upisi-footer::before { width: 90px; }
.pbf-upisi-btn-label { font-size: 0.85rem; font-weight: 700; margin-right: 10px; }
.pbf-upisi-btn-icon { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: all 0.3s ease; }
.pbf-box:hover .pbf-upisi-btn-icon { transform: scale(1.2); }

.bg-pbf-blue { background-color: rgb(37, 67, 160); color: #ffffff; }
.bg-pbf-green { background-color: rgb(96, 191, 160); color: #ffffff; }
.bg-pbf-yellow { background-color: rgb(238, 224, 93); color: rgb(26, 61, 143); }
.bg-pbf-blue .pbf-upisi-footer::before, .bg-pbf-green .pbf-upisi-footer::before { background-color: rgba(255,255,255,0.5); }
.bg-pbf-blue .pbf-upisi-btn-icon, .bg-pbf-green .pbf-upisi-btn-icon { background-color: rgba(255,255,255,0.2); }
.bg-pbf-yellow .pbf-upisi-footer::before { background-color: rgba(26, 61, 143, 0.3); }
.bg-pbf-yellow .pbf-upisi-btn-icon { background-color: rgba(26, 61, 143, 0.08); border: 1px solid rgba(26, 61, 143, 0.1); }
.bg-pbf-blue.pbf-box,
.bg-pbf-blue.pbf-box:link,
.bg-pbf-blue.pbf-box:visited {
    color: #ffffff !important;
}

.bg-pbf-green.pbf-box,
.bg-pbf-green.pbf-box:link,
.bg-pbf-green.pbf-box:visited {
    color: #ffffff !important;
}

.bg-pbf-yellow.pbf-box,
.bg-pbf-yellow.pbf-box:link,
.bg-pbf-yellow.pbf-box:visited {
    color: rgb(26, 61, 143) !important;
}
.pbf-box,
.pbf-box:link,
.pbf-box:visited,
.pbf-box:hover,
.pbf-box:active {
    text-decoration: none !important;
}



.pbf-top-box { background-color: #f2f2f2; padding: 30px; border-radius: 8px; max-width: 1100px; margin: 20px auto; font-family: 'Segoe UI', sans-serif; }
.pbf-badge-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.pbf-badge { background: rgb(37, 67, 160); color: #fff; padding: 5px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; }

.pbf-wrapper-acc { max-width: 1100px; margin: 0 auto; font-family: 'Segoe UI', sans-serif; }
.pbf-wrapper-acc .accordion-item { border: none !important; margin-bottom: 15px; border-radius: 8px !important; overflow: hidden; }
.pbf-wrapper-acc .accordion-body { background-color: #f8f9fa; }
.pbf-wrapper-acc .main-btn { background: #f2f2f2 !important; color: rgb(37, 67, 160) !important; font-weight: 800; padding: 20px; font-size: 1.2rem; width: 100%; text-align: left; }
.pbf-wrapper-acc .main-btn:focus { box-shadow: none !important; outline: none !important; }
.pbf-wrapper-acc .inner-btn { color: #fff !important; padding: 12px 20px; border-radius: 4px !important; margin-bottom: 5px; width: 100%; text-align: left; }
.pbf-wrapper-acc .inner-btn:focus { box-shadow: none !important; outline: none !important; }
.pbf-wrapper-acc .diff-tag { background: #666666; color: #ffffff; padding: 5px 12px; border-radius: 4px; font-size: 14px; margin: 4px 2px; font-weight: 600; display: inline-block; }
.bonus-box { border-left: 3px solid #eee15d; padding-left: 10px; margin-top: 15px; font-style: italic; color: #555; }

/* Okvir za bodovanje u PBF zelenoj boji */
.mbt-points-box { 
    background: rgba(96, 191, 160, 0.08); 
    border: 1px solid rgb(96, 191, 160); 
    padding: 20px; 
    border-radius: 8px; 
    margin-top: 20px; 
}

@media (max-width: 900px) { .pbf-grid-fixed { grid-template-columns: 1fr; } }
&lt;/style&gt;
&lt;div class="pbf-grid-fixed"&gt;&lt;a class="pbf-box bg-pbf-blue" href="/studiji/Diplomski-studiji/molekularna-biotehnologija"&gt;&lt;span class="pbf-box-title"&gt;Study Details&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Find out everything about the Molecular Biotechnology graduate study programme.&lt;/span&gt;
&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Learn more&lt;/span&gt;
&lt;div class="pbf-upisi-btn-icon"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-box bg-pbf-green" href="/upisi/diplomski-studij/prijave"&gt; &lt;span class="pbf-box-title"&gt;Applications &amp;amp; Deadlines&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Information about applications, deadlines and admission exam dates for the new academic year.&lt;/span&gt;

&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Apply&lt;/span&gt;

&lt;div class="pbf-upisi-btn-icon"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-box bg-pbf-yellow" href="/upisi/diplomski-studij/postupak"&gt; &lt;span class="pbf-box-title"&gt;Enrolment Procedure&lt;/span&gt; &lt;span class="pbf-box-text"&gt;Detailed information about the enrolment process, required documentation and key enrolment dates.&lt;/span&gt;

&lt;div class="pbf-upisi-footer"&gt;&lt;span class="pbf-upisi-btn-label"&gt;Enrol&lt;/span&gt;

&lt;div class="pbf-upisi-btn-icon"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/div&gt;

&lt;div class="pbf-top-box"&gt;
&lt;div style="color:rgb(37,67,160); font-size:1.5rem; font-weight:800;"&gt;Corresponding undergraduate study programmes are studies in the following fields:&lt;/div&gt;

&lt;div class="pbf-badge-list"&gt;&lt;span class="pbf-badge"&gt;Biotechnology&lt;/span&gt;&lt;span class="pbf-badge"&gt;Food Technology&lt;/span&gt;&lt;span class="pbf-badge"&gt;Nutritionism&lt;/span&gt;&lt;span class="pbf-badge"&gt;Molecular Biology&lt;/span&gt;&lt;span class="pbf-badge"&gt;Agronomy&lt;/span&gt;&lt;span class="pbf-badge"&gt;Medicine / Biomedicine&lt;/span&gt;&lt;span class="pbf-badge"&gt;Pharmacy&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-wrapper-acc"&gt;
&lt;div class="accordion" id="mbtMainAcc"&gt;
&lt;div class="accordion-item"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="true" class="accordion-button main-btn" data-bs-target="#accPBF" data-bs-toggle="collapse" type="button"&gt;Candidates who have completed a university undergraduate study programme at the University of Zagreb, FBT&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse show" data-bs-parent="#mbtMainAcc" id="accPBF" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;div class="accordion" id="innerPBF"&gt;
&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#inPBF1" data-bs-toggle="collapse" style="background:rgb(96,191,160);" type="button"&gt;&lt;strong&gt;Biotechnology at FBT, University of Zagreb&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#innerPBF" id="inPBF1" style=""&gt;
&lt;div class="accordion-body"&gt;They enrol as full-time students without additional conditions based on their position on the ranking list.
&lt;div class="bonus-box"&gt;In the admission procedure, due to compatibility with the study programme, the candidate achieves 20 points.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#inPBF2" data-bs-toggle="collapse" style="background:rgb(37,67,160);" type="button"&gt;&lt;strong&gt;Food Technology or Nutritionism at FBT, University of Zagreb&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#innerPBF" id="inPBF2" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They must have passed exams according to the Biotechnology undergraduate study programme at FBT:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Molecular Genetics (7 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Genetic Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemical Engineering (8 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Protein Purification and Characterization (3 ECTS)&lt;/span&gt;

&lt;p style="margin-top:15px;"&gt;They enrol as full-time students if they have less than 15 ECTS remaining unpassed, based on their position on the ranking list.&lt;/p&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, due to compatibility with the study programme, the candidate achieves 10 points, plus additional points for affinity towards the Molecular Biotechnology study programme*&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="false" class="accordion-button main-btn collapsed" data-bs-target="#accVanjski" data-bs-toggle="collapse" type="button"&gt;Candidates who have completed other university undergraduate study programmes&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#mbtMainAcc" id="accVanjski" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;div class="accordion" id="innerVanjski"&gt;
&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#inPMF1" data-bs-toggle="collapse" style="background:#00adee;" type="button"&gt;&lt;strong&gt;Molecular Biology (Faculty of Science)&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#innerVanjski" id="inPMF1" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol as full-time students based on their position on the ranking list, with mandatory differential courses:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Genetic Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemical Engineering (8 ECTS)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#inPMF2" data-bs-toggle="collapse" style="background:#00adee;" type="button"&gt;&lt;strong&gt;Biology or Environmental Science (Faculty of Science)&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#innerVanjski" id="inPMF2" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol in a differential year (part-time status) with courses:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Molecular Genetics (7 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Genetic Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemical Engineering (8 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemistry 1 (6 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemistry 2 (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Protein Purification and Characterization (3 ECTS)&lt;/span&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, they achieve additional points for affinity towards the Molecular Biotechnology study programme*&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#inRijeka" data-bs-toggle="collapse" style="background:#666;" type="button"&gt;&lt;strong&gt;Biotechnology and Drug Research (Rijeka)&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#innerVanjski" id="inRijeka" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol in a differential year (part-time status) with courses:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Molecular Genetics (7 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Genetic Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemical Engineering (8 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Protein Purification and Characterization (3 ECTS)&lt;/span&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, they achieve additional points for affinity towards the Molecular Biotechnology study programme*&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;&lt;button aria-expanded="false" class="accordion-button inner-btn collapsed" data-bs-target="#inAgr" data-bs-toggle="collapse" style="background:#28a745;" type="button"&gt;&lt;strong&gt;Agroecology or Phytomedicine (Faculty of Agriculture)&lt;/strong&gt;&lt;/button&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#innerVanjski" id="inAgr" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;They enrol in a differential year (part-time status) with courses:&lt;/p&gt;
&lt;span class="diff-tag"&gt;Biology (7 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemistry 1 (6 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemistry 2 (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Molecular Genetics (7 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Genetic Engineering (5 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Biochemical Engineering (8 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Microbiology (7 ECTS)&lt;/span&gt; &lt;span class="diff-tag"&gt;Protein Purification and Characterization (3 ECTS)&lt;/span&gt;

&lt;div class="bonus-box"&gt;In the admission procedure, they achieve additional points for affinity towards the Molecular Biotechnology study programme*&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="false" class="accordion-button main-btn collapsed" data-bs-target="#accStrucni" data-bs-toggle="collapse" type="button"&gt;Candidates who have completed a professional undergraduate study programme&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#mbtMainAcc" id="accStrucni" style=""&gt;
&lt;div class="accordion-body"&gt;
&lt;p&gt;Candidates who have completed a corresponding professional study programme must take the admission exam.&lt;/p&gt;

&lt;p&gt;The admission exam consists of 40 questions in the areas of: &lt;strong&gt;Biochemistry&lt;/strong&gt; (20 points) and &lt;strong&gt;Microbiology&lt;/strong&gt; (20 points).&lt;/p&gt;
&lt;a href="/upisi/diplomski-studij/razredbeni/prijemni" style="color:rgb(37,67,160); font-weight:700; text-decoration:underline;" target="_blank"&gt;Learn more about the admission procedure&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="pbf-wrapper-acc" style="margin-top:20px;"&gt;
&lt;div class="mbt-points-box"&gt;
&lt;h4 style="color:rgb(37,67,160); font-weight:800;"&gt;*Important: Scoring of affinity towards the Molecular Biotechnology study programme&lt;/h4&gt;

&lt;p&gt;Candidates can achieve additional points based on affinity towards the field of molecular biotechnology.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Grades from the courses &lt;em&gt;Molecular Genetics, Protein Purification and Characterization, and Genetic Engineering&lt;/em&gt; are scored:

	&lt;ul&gt;
		&lt;li&gt;Grade A (5) = 10 points&lt;/li&gt;
		&lt;li&gt;Grade B (4) = 8 points&lt;/li&gt;
		&lt;li&gt;Grade C (3) = 6 points&lt;/li&gt;
		&lt;li&gt;Grade D (2) = 2 points&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="bonus-box"&gt;If a candidate has a maximum of 15 ECTS of differential courses remaining, they can enrol as a full-time student with the obligation to pass them during the first year of the graduate study programme.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.hr/en/enrollment/graduate-study/molecular-biotechnology-enrollment#content___4932</link>
			<guid>https://www.pbf.hr/en/enrollment/graduate-study/molecular-biotechnology-enrollment#content___4932</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
