<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Novo Nordisk | driving change to defeat serious chronic diseases</title>
<meta name="description" content="Novo Nordisk is a leading global healthcare company, founded in 1923 and headquartered in Denmark. Our purpose is to drive change to defeat diabetes and other serious chronic diseases."/>
<meta name="template" content="content-page"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="https://www.novonordisk.com/"/>
<!-- OneTrust Cookie Consent - START -->
<!-- OneTrust Cookies Consent Notice start for www.novonordisk.com -->
<script type="text/javascript" src="https://cdn.cookielaw.org/consent/c514d13c-c030-447f-af6b-7b80d4d7ccae/OtAutoBlock.js"></script>
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="c514d13c-c030-447f-af6b-7b80d4d7ccae"></script>
<script type="text/javascript">
var consent = false;
function OptanonWrapper() {
//creating variables for each category checkbox=C0002, checkbox1=C0004, checkbox2=U0001
var perfCheckbox = document.querySelector('input[name="ot-group-id-C0002"]');
var targCheckbox = document.querySelector('input[name="ot-group-id-C0004"]');
var custCheckbox = document.querySelector('input[name="ot-group-id-U0001"]');
//variable for buttons - Reject all(only striclty necessary cookies)
var rejectAllBtn = document.querySelector('.ot-pc-refuse-all-handler');
//variable for button - Save preferences(confirm my choices/accept selected cookies)
var confirmStgsBtn = document.querySelector('.save-preference-btn-handler.onetrust-close-btn-handler');
//variable for button - Accept all cookies
var acceptAllBtn = document.querySelector('#accept-recommended-btn-handler');
var savePrefencesWrapper = document.querySelector('#ot-pc-content')
acceptAllBtn.addEventListener('click', function () {
confirmStgsBtn.style.display = 'block';
rejectAllBtn.style.display = 'none';
if (savePrefencesWrapper.querySelector(
'.save-preference-btn-handler.onetrust-close-btn-handler') === null) {
savePrefencesWrapper.insertBefore(confirmStgsBtn, savePrefencesWrapper.children[4]);
}
});
perfCheckbox.addEventListener('change', function () {
if (this.checked) {
//if C0002 category is enabled, show 'accept selected choices button', hide 'only strictly necessary button'
confirmStgsBtn.style.display = 'block';
rejectAllBtn.style.display = 'none';
if (savePrefencesWrapper.querySelector(
'.save-preference-btn-handler.onetrust-close-btn-handler') === null) {
savePrefencesWrapper.insertBefore(confirmStgsBtn, savePrefencesWrapper.children[4]);
}
} else {
//check the active/inactive for other two categories
if (targCheckbox.checked || custCheckbox.checked) {
confirmStgsBtn.style.display = 'block';
rejectAllBtn.style.display = 'none';
if (savePrefencesWrapper.querySelector(
'.save-preference-btn-handler.onetrust-close-btn-handler') === null) {
savePrefencesWrapper.insertBefore(confirmStgsBtn, savePrefencesWrapper.children[4]);
}
} else {
console.log("ELSE IF ELSE fired")
//if C0002 isn't enabled, show 'only strictly necessary cookies'
confirmStgsBtn.style.display = 'none';
rejectAllBtn.style.display = 'block';
// no toggles checked, so insert "Only necessary cookies" button and hide "Accept selected cookies" button
savePrefencesWrapper.insertBefore(rejectAllBtn, savePrefencesWrapper.children[3]);
rejectAllBtn.setAttribute("onclick", "OneTrust.RejectAll()")
}
}
});
targCheckbox.addEventListener('change', function () {
if (this.checked) {
confirmStgsBtn.style.display = 'inline-block';
rejectAllBtn.style.display = 'none';
if (savePrefencesWrapper.querySelector(
'.save-preference-btn-handler.onetrust-close-btn-handler') === null) {
savePrefencesWrapper.insertBefore(confirmStgsBtn, savePrefencesWrapper.children[4]);
}
} else {
if (perfCheckbox.checked || custCheckbox.checked) {
confirmStgsBtn.style.display = 'block';
rejectAllBtn.style.display = 'none';
if (savePrefencesWrapper.querySelector(
'.save-preference-btn-handler.onetrust-close-btn-handler') === null) {
savePrefencesWrapper.insertBefore(confirmStgsBtn, savePrefencesWrapper.children[4]);
}
} else {
confirmStgsBtn.style.display = 'none';
rejectAllBtn.style.display = 'block';
// no toggles checked, so insert "Only necessary cookies" button and hide "Accept selected cookies" button
savePrefencesWrapper.insertBefore(rejectAllBtn, savePrefencesWrapper.children[3]);
rejectAllBtn.setAttribute("onclick", "OneTrust.RejectAll()")
}
}
});
custCheckbox.addEventListener('change', function () {
if (this.checked) {
confirmStgsBtn.style.display = 'inline-block';
rejectAllBtn.style.display = 'none';
if (savePrefencesWrapper.querySelector(
'.save-preference-btn-handler.onetrust-close-btn-handler') === null) {
savePrefencesWrapper.insertBefore(confirmStgsBtn, savePrefencesWrapper.children[4]);
}
} else {
if (perfCheckbox.checked || targCheckbox.checked) {
console.log("do nothing");
confirmStgsBtn.style.display = 'block';
rejectAllBtn.style.display = 'none';
if (savePrefencesWrapper.querySelector(
'.save-preference-btn-handler.onetrust-close-btn-handler') === null) {
savePrefencesWrapper.insertBefore(confirmStgsBtn, savePrefencesWrapper.children[4]);
}
} else {
confirmStgsBtn.style.display = 'none';
rejectAllBtn.style.display = 'block';
// no toggles checked, so insert "Only necessary cookies" button and hide "Accept selected cookies" button
savePrefencesWrapper.insertBefore(rejectAllBtn, savePrefencesWrapper.children[3]);
rejectAllBtn.setAttribute("onclick", "OneTrust.RejectAll()")
}
}
});
var Perf = ",C0002,";
var Func = ",C0003,";
var Targ = ",C0004,";
var Other = ",U0001,";
if (OptanonActiveGroups.includes(Perf || Func || Targ || Other)) {
console.log("Active");
}
//if (OptanonActiveGroups.indexOf(',C0002,') || OptanonActiveGroups.indexOf(',C0004,') || OptanonActiveGroups.indexOf(',U0001,')) {
if ((OptanonActiveGroups.indexOf(',C0002,') > -1) || (OptanonActiveGroups.indexOf(',C0004,') > -1) || (
OptanonActiveGroups.indexOf(',U0001,') > -1)) {
console.log("SUCCESS injecting confirm settings button");
confirmStgsBtn.style.display = 'block';
savePrefencesWrapper.insertBefore(confirmStgsBtn, savePrefencesWrapper.children[3]);
} else {
console.log("FAIL injecting confirm settings button");
}
//if ((savePrefencesWrapper.querySelector('.ot-pc-refuse-all-handler') === null) && !(OptanonActiveGroups.includes('C0002' || 'C0004' || 'U0001'))) {
if ((savePrefencesWrapper.querySelector('.ot-pc-refuse-all-handler') === null) && (OptanonActiveGroups.indexOf(
'C0002') == -1) && (OptanonActiveGroups.indexOf('C0004') == -1) && (OptanonActiveGroups.indexOf(
'U0001') == -1)) {
console.log("SUCCESS injecting reject all button");
savePrefencesWrapper.insertBefore(rejectAllBtn, savePrefencesWrapper.children[3]);
rejectAllBtn.setAttribute("onclick", "OneTrust.RejectAll()")
} else {
console.log("FAIL injecting reject all button");
}
// if(!getCookie("OptanonAlertBoxClosed") && !consent){
// consent = true;
// console.log('consent', consent, 'Box', !getCookie('OptanonAlertBoxClosed'));
// Optanon.ToggleInfoDisplay();
// var banner = document.getElementById("onetrust-banner-sdk");
// var prefpc = document.getElementById("onetrust-pc-sdk");
// var filter = document.getElementsByClassName("onetrust-pc-dark-filter")[0];
// banner.style = "display: none;";
// prefpc.style = "display: block !important;";
// // filter.style = "display: block !important;";
// filter.style = "visibility: hidden; opacity: 0; transition: visibility 0s ease 400ms, opacity 400ms linear 0s; display: none;"
// }
// /*
// * Get Confirm My Choices button by class name and apply listener to close
// * Preference Centre when the button is clicked
// */
// var classname = document.getElementsByClassName("save-preference-btn-handler");
// for (var i = 0; i < classname.length; i++) {
// // classname[i].addEventListener('click', closePreferenceCntr, false);
// }
} // End of Optanon Wrapper
// function getCookie(name) {
// var value = "; " + document.cookie;
// var parts = value.split("; " + name + "=");
// if (parts.length == 2)
// return parts.pop().split(";").shift();
// }
// function closePreferenceCntr() {
// var prefpc = document.getElementById("onetrust-pc-sdk");
// prefpc.style = "display: none";
// };
</script>
<!-- OneTrust Cookies Consent Notice end for www.novonordisk.com -->
<!-- OneTrust Cookie Consent - END -->
<script>try {
Typekit.load({async: true});
} catch (e) {
}</script>
<link rel="stylesheet" href="https://use.typekit.net/pxc7vyl.css"/>
<link rel="icon" type="image/x-icon" href="/etc.clientlibs/nncorp/components/structure/page/clientlib/resources/favicon.ico"/>
<script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vendor/clientlib-vuejs/production.min.8ae014f55bdc3ca4a468226072062706.js"></script>
<script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/clientlib-mandatory-dependencies.min.39771107329330d8ebaec070d3be1c72.js"></script>
<script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/clientlib-dependencies.min.60192f064325b182324f5cfccd563daa.js" async onload="VueBus.activeResource()"></script>
<link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/clientlib-grid.min.c4940434fd7690370948a7d29be572da.css" type="text/css">
<link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/disclaimer-dialog.min.07b3000f457539f34b633cd04cab0538.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/confirm-dialog.min.bc6612f2f26b65d1e2a6f3c937c479f5.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/rnd-dialog.min.0bfa9546c00fb013088d65cef867cb0b.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/clientlib-base.min.04e83f5fe1287293f33a58d52e650b13.css" type="text/css">
<link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/clientlib-resetcss.min.6779423c663adcef9ece9d0b7dbb9bf6.css" type="text/css">
<meta name="robots" content="all"/>
<meta name="googlebot" content="all"/>
<meta name="keywords"/>
<link rel="canonical" href="https://www.novonordisk.com/content/nncorp/global/en.html"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Novo Nordisk | driving change to defeat serious chronic diseases"/>
<meta property="og:description" content="Novo Nordisk is a leading global healthcare company, founded in 1923 and headquartered in Denmark. Our purpose is to drive change to defeat diabetes and other serious chronic diseases."/>
<meta property="og:url" content="https://www.novonordisk.com/content/nncorp/global/en.html"/>
<meta property="og:site_name" content="Novo Nordisk"/>
<meta property="og:image" content="https://www.novonordisk.com/content/dam/nncorp/global/en/front-page/images/driving-change/front-page-access-cdic-myanmar.jpeg"/>
<meta property="og:image:width" content="1280"/>
<meta property="og:image:height" content="853"/>
<script type="text/javascript" src="//assets.adobedtm.com/449939fcae6a/515aca118678/launch-11054402cf74.min.js" async></script>
<script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script>
<script>!function(){function o(n,i){if(n&&i)for(var r in i)i.hasOwnProperty(r)&&(void 0===n[r]?n[r]=i[r]:n[r].constructor===Object&&i[r].constructor===Object?o(n[r],i[r]):n[r]=i[r])}try{var n=decodeURIComponent("%7B%22Akamai%22%3A%7B%22enabled%22%3Afalse%7D%2C%22secure_cookie%22%3Atrue%7D");if(n.length>0&&window.JSON&&"function"==typeof window.JSON.parse){var i=JSON.parse(n);void 0!==window.BOOMR_config?o(window.BOOMR_config,i):window.BOOMR_config=i}}catch(r){window.console&&"function"==typeof window.console.error&&console.error("mPulse: Could not parse configuration",r)}}();</script>
<script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="3AL3P-ZWVR5-C6ZGQ-C4LR6-M59KH",function(){function e(){if(!r){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,o.appendChild(e),r=!0}}function t(e){r=!0;var n,t,a,i,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(o,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",i=(a.frameElement||a).style,i.width=0,i.height=0,i.border=0,i.display="none",o.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void 0;",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=14,window.BOOMR.url=n+"3AL3P-ZWVR5-C6ZGQ-C4LR6-M59KH";var i=document.currentScript||document.getElementsByTagName("script")[0],o=i.parentNode,r=!1,d=document.createElement("link");if(d.relList&&"function"==typeof d.relList.supports&&d.relList.supports("preload")&&"as"in d)window.BOOMR.snippetMethod="p",d.href=window.BOOMR.url,d.rel="preload",d.as="script",d.addEventListener("load",e),d.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!r)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),o.appendChild(d);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="eycuyqaaicwb2jqacqd5qaaaabtz2r7m-f-35b90ed82-clienttons-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"39","ak.cp":"1474529","ak.ai":parseInt("900056",10),"ak.ol":"0","ak.cr":31,"ak.ipv":6,"ak.proto":"http/1.1","ak.rid":"8ba6721","ak.r":43854,"ak.a2":n,"ak.m":"","ak.n":"ff","ak.bpcip":"2605:4c40:40:ac1d::","ak.cport":42190,"ak.gh":"23.60.13.52","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"reno","ak.t":"1738360812","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==MnKX6TCRtD/rAYbobo/MA1wBDrytVuFeGWiQTxKCvEQlUBfS/YWTPoP+VRHphEjO6f8grBIOVUrE4Qpb8jWjzoUeH1e2/B38cvKD0aVOk0MSI501nG65l8VmcSe6P4/iEKgMdFE1MgxehSJc2qC5O2nDaf7mwdVChV0but86RDFkh1ivWkTpZpz/BJCrfMPn9WM2oRFibaN4PWpXrx2+8Sd3f70Z8vht5rTkRT9yC0wzBa7SxqJzAUsi0y26e2jYKCSW8BzaMJ52swneoy/XEx5nc1g+4m3srB+OsSWr1LjMCVWwYRWRRjseDRjejiKLyRzCUS16KXSBbacL5I0N440SL5H0eYXiH1NMMdZxYMG4CJZRWFgf53cYyhAPckthZrr0O9IM2wPuLMdofg54v/DhWgVHdcASZHLv8RTUaPY=","ak.pv":"158","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head>
<body class="page basicpage" id="page-bbf90fe1c3">
<script type="text/javascript">
var digitalData = digitalData || []
digitalData.push({
event: "",
data: {
pageInfo: {}
}
});
</script>
<div class="container top-margin">
<div id="pagesettings">
<input type="hidden" name="currentPagePath" ref="currentPagePath" value="/content/nncorp/global/en"/>
<input type="hidden" name="currentLanguage" ref="currentLanguage" value="Novo Nordisk | driving change to defeat serious chronic diseases"/>
<input type="hidden" name="currentCountry" ref="currentCountry" value="Global"/>
<input type="hidden" name="currentCountryPath" ref="currentCountryPath" value="/content/nncorp/global"/>
<input type="hidden" name="searchPagePath" ref="searchPagePath" value="/content/nncorp/global/en/search"/>
<input type="hidden" name="countryListPath" ref="countryListPath" value="/content/nncorp/global/en/location"/>
<input type="hidden" name="rootPagePath" ref="rootPagePath" value="/content/nncorp/global/en"/>
<input type="hidden" name="structureDepth" ref="structureDepth" value="5"/>
<input type="hidden" name="navRootShiftDepth" ref="navRootShiftDepth" value="0"/>
<input type="hidden" name="navigationColorInverted" ref="navigationColorInverted" value="true"/>
<input type="hidden" name="topMargin" ref="topMargin" value="true"/>
<input type="hidden" name="digitalDataAsJSON" ref="digitalDataAsJSON" value="{"event":"Page Load","data":{"pageInfo":{"pageName":"homepage","siteSection":"homepage","region":"global-en","id":"53760cff-e6da-47e3-86ee-b82674bc86d8","siteName":"novo - global","pageType":"homepage"}}}"/>
</div>
<div class="header experiencefragment">
<div id="experiencefragment-b443ca1e56" class="cmp-experiencefragment cmp-experiencefragment--xf-header">
<div class="xf-content-height">
<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
<div class="header aem-GridColumn aem-GridColumn--default--12"><div id="nncorp-header" class="nncorp-header">
<div>
<div id="headersettings">
<input type="hidden" name="exitRampConfig" ref="exitRampConfig" value='{"exitRamp": "false", "exitRampMessage": "", "whitelistedURLs": "", "exitrampTitle": "","openExitRampTarget": "false"}'/>
<input type="hidden" name="removeLanguageNavigation" ref="removeLanguageNavigation"/>
</div>
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24">
<div class="tb-GridColumn tb-GridColumn--l--14">
<div id="left-side-header" class="left-side header-item" :class="showLeftHeader">
<a :href="rootPathUrl | htmlExtension" class="logo-lnk">
<span class="logo icon-logo-white m-m-right"></span>
</a>
<div class="left-side-header-content">
<div class="display-flex-center m-xxs-top">
<div class="country-selector-wrapper">
<country-selector :color="'white'">
</country-selector>
</div>
<div class="nncorp-languagenavigation white">
</div>
</div>
<div class="nncorp-breadcrumbs white"><div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="right-side header-item">
<div class="nncorp-navigation white">
<link rel="stylesheet" href="/etc.clientlibs/nncorp/components/structure/navigation/clientlib.min.a487e143b241d955686747a344b8a9b2.css" type="text/css">
<nav id="cmp-navigation" class="cmp-navigation" ref="cmp-navigation" :class="handleNavAction" role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="cmp-navigation__top-bar" class="top-bar" :class="{'navigation-display': isOverflowed}">
<ul class="cmp-navigation__group main-navigation">
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('Disease areas')}" v-on:mouseover="onLinkHover('Disease areas')" v-on:click="openSubNav('Disease areas')" aria-label="Disease areas" class="cmp-navigation__item-link true">
<span class="text hyphenate">Disease areas</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('Science \x26 technology')}" v-on:mouseover="onLinkHover('Science \x26 technology')" v-on:click="openSubNav('Science \x26 technology')" aria-label="Science & technology" class="cmp-navigation__item-link true">
<span class="text hyphenate">Science & technology</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('Partnering')}" v-on:mouseover="onLinkHover('Partnering')" v-on:click="openSubNav('Partnering')" aria-label="Partnering" class="cmp-navigation__item-link true">
<span class="text hyphenate">Partnering</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('Sustainable business')}" v-on:mouseover="onLinkHover('Sustainable business')" v-on:click="openSubNav('Sustainable business')" aria-label="Sustainable business" class="cmp-navigation__item-link true">
<span class="text hyphenate">Sustainable business</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('Careers')}" v-on:mouseover="onLinkHover('Careers')" v-on:click="openSubNav('Careers')" aria-label="Careers" class="cmp-navigation__item-link true">
<span class="text hyphenate">Careers</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('About us')}" v-on:mouseover="onLinkHover('About us')" v-on:click="openSubNav('About us')" aria-label="About us" class="cmp-navigation__item-link true">
<span class="text hyphenate">About us</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('Our products')}" v-on:mouseover="onLinkHover('Our products')" v-on:click="openSubNav('Our products')" aria-label="Our products" class="cmp-navigation__item-link true">
<span class="text hyphenate">Our products</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="/search.html" :class="{dirty: navHoveredItems.includes('Search')}" v-on:mouseover="onLinkHover('Search')" aria-label="Search" class="cmp-navigation__item-link false">
<span role="button" aria-label="Search icon navigation" class="icon icon-search"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span></span>
</a>
</li>
</ul>
</div>
<div id="cmp-navigation__bottom-bar" class="bottom-bar" :class="{'navigation-display': isOverflowed}">
<ul class="cmp-navigation__group utility-navigation">
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="/patients.html" :class="{dirty: navHoveredItems.includes('Patients')}" v-on:mouseover="onLinkHover('Patients')" aria-label="Patients" class="cmp-navigation__item-link false">
<span class="text hyphenate">Patients</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('Investors')}" v-on:mouseover="onLinkHover('Investors')" v-on:click="openSubNav('Investors')" aria-label="Investors" class="cmp-navigation__item-link true">
<span class="text hyphenate">Investors</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="/healthcare-professionals.html" :class="{dirty: navHoveredItems.includes('Healthcare professionals')}" v-on:mouseover="onLinkHover('Healthcare professionals')" aria-label="Healthcare professionals" class="cmp-navigation__item-link false">
<span class="text hyphenate">Healthcare professionals</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('News \x26 media')}" v-on:mouseover="onLinkHover('News \x26 media')" v-on:click="openSubNav('News \x26 media')" aria-label="News & media" class="cmp-navigation__item-link true">
<span class="text hyphenate">News & media</span>
</a>
</li>
<li class="cmp-navigation__item cmp-navigation__item--level-0">
<a href="javascript:void(0)" :class="{dirty: navHoveredItems.includes('Contact us')}" v-on:mouseover="onLinkHover('Contact us')" v-on:click="openSubNav('Contact us')" aria-label="Contact us" class="cmp-navigation__item-link true">
<span class="text hyphenate">Contact us</span>
</a>
</li>
</ul>
</div>
<div v-if="!isTop && !tabletView" class="burger-float desktop" :class="{'top': isTop, 'not-top': !isTop}">
<button class="button burger-button" v-on:click="handleBurger" role="button" aria-label="Burger navigation button">
<span class="icon icon-burger-float-blue"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span></span>
<span class="icon icon-close-float-blue"><span class="path1"></span><span class="path2"></span><span class="path3"></span></span>
</button>
</div>
<div class="burger-float mobile" v-on:click="openSubNav('')">
<button class="button burger-button" role="button" aria-label="Burger navigation button">
<span class="icon icon-burger-float-blue"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span></span></span>
</button>
</div>
</nav>
<script type="text/javascript" src="/etc.clientlibs/nncorp/components/structure/navigation/clientlib.min.818c37b0a1ad6bacc3b4dd33257cae1c.js" async></script>
</div>
</div>
</div>
<div id="modals" class="modals">
<overlay-navigation :remove-country-selector="false" :remove-language-navigation="false"></overlay-navigation>
<disclaimer-dialog></disclaimer-dialog>
<confirm-dialog></confirm-dialog>
<rnddialog></rnddialog>
</div>
</div>
</div>
</div>
</div></div>
</div>
<div class="root responsivegrid">
<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
<div class="herodeck image aem-GridColumn aem-GridColumn--default--12">
<link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/megatext.min.410d76635443db78280c9201a3dfaa3a.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/gradient-cover.min.094b79e9edffe365bac8fe5c6a5249a6.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/focuspoint-image.min.6068dc105c5d342989cce8b2547f55f4.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/components/content/herodeck/v2/herodeck/clientlib/clientlib-herodeck.min.b0ee3d6796724965856ff41e0ab265cd.css" type="text/css"><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/megatext.min.8992459fbb186a9d1637e073494074ed.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/gradient-cover.min.cc966df540d6516d8b8dd9196d81bdb8.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/focuspoint-image.min.20d3e6ed3229f97cad3ca9125a5de52a.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/components/content/herodeck/v2/herodeck/clientlib/clientlib-herodeck.min.7aba53fe9092be5d3241a8675d566872.js" async></script>
<div class="herodeck-wrapper">
<div>
<ol class="heroes-wrapper">
<li class="hero slides" id="hero-0">
<div class="slide-wrapper">
<div class="asset">
<div class="hero-image-container">
<focuspoint-image image-url="/content/dam/nncorp/global/en/front-page/images/driving-change/front-page-access-cdic-myanmar.jpeg" :coordinates="'0:0'" :dynamic-media-info="{
dynamicMediaImagePath: 'https://images.novonordisk.com/is/image/novonordiskas/front-page-access-cdic-myanmar',
disableDynamicMedia: false,
mobileDynamicMediaWidth: '525',
tabletPortraitDynamicMediaWidth: '768',
tabletLandscapeDynamicMediaWidth: '1280',
desktopDynamicMediaWidth: '2000',
jpegQuality: '90',
urlModifiers: ''
}" :renditions-image-info="{
typeOfRendition: '',
mobileRenditionSuffix: '.corpimgw.525.525.jpg',
tabletPortraitRenditionSuffix: '.corpimgw.768.768.jpg',
tabletLandscapeRenditionSuffix: '.corpimgw.1280.1280.jpg',
desktopRenditionSuffix: '.corpimgw.2000.2000.jpg'
}" :has-prohibited-extension="'false'">
</focuspoint-image>
</div>
</div>
<div class="gradient-wrapper">
<gradient-cover :visibility="showGradient" :bottom-content-height="gradientBottomHeight" :dynamic-gradient="true" :disabled-areas="{top: true}"></gradient-cover>
</div>
<div class="slide-details-wrapper" id="slide-details-wrapper-0">
<div class="details-wrapper gutters" v-bind:style="{ opacity: isDetailInViewport('0') }">
<div class="tb-Grid details-info m-xxl-bottom" ref="titleContainer">
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 tb-Grid--xs--24 m-xxs-bottom">
<div class="tb-GridColumn tb-GridColumn--l--12 tb-GridColumn--m--12 tb-GridColumn--s--12 tb-GridColumn--xs--16 tb-GridColumn--offset--l--0 tb-GridColumn--offset--m--2 tb-GridColumn--offset--s--2 tb-GridColumn--offset--xs--2">
<div class="details-title">
<h2 class="h2" v-html="applyContentStyle('Driving change so all children can live a full life')"></h2>
</div>
<div>
<h4 class="richtext" v-html="applyContentStyle('Changing Diabetes® in Children provides care and life\u002Dsaving medicine around the world – because no child should die from diabetes')"></h4>
</div>
</div>
</div>
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 tb-Grid--xs--24">
<div class="tb-GridColumn tb-GridColumn--m--20 tb-GridColumn--offset--l--0 tb-GridColumn--offset--m--2 tb-GridColumn--offset--s--2 tb-GridColumn--offset--xs--2">
<div class="details-button">
<a aria-label="See how we are making a difference" href="/sustainable-business/access-and-affordability/changing-diabetes-in-children.html" target="_self">
<button class="button desktop-button m-s-top button-link-animation ">
<span class="text">See how we are making a difference</span>
<span class="icon icon-right-arrow"></span>
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="hero slides" id="hero-1">
<div class="slide-wrapper">
<div class="asset">
<div class="hero-image-container">
<focuspoint-image image-url="/content/dam/nncorp/global/en/front-page/images/driving-change/front-page-obesity-abigail-conteh.jpeg" :coordinates="'0:0'" :dynamic-media-info="{
dynamicMediaImagePath: 'false',
disableDynamicMedia: false,
mobileDynamicMediaWidth: '525',
tabletPortraitDynamicMediaWidth: '768',
tabletLandscapeDynamicMediaWidth: '1280',
desktopDynamicMediaWidth: '2000',
jpegQuality: '90',
urlModifiers: ''
}" :renditions-image-info="{
typeOfRendition: '',
mobileRenditionSuffix: '.corpimgw.525.525.jpg',
tabletPortraitRenditionSuffix: '.corpimgw.768.768.jpg',
tabletLandscapeRenditionSuffix: '.corpimgw.1280.1280.jpg',
desktopRenditionSuffix: '.corpimgw.2000.2000.jpg'
}" :has-prohibited-extension="'false'">
</focuspoint-image>
</div>
</div>
<div class="gradient-wrapper">
<gradient-cover :visibility="showGradient" :bottom-content-height="gradientBottomHeight" :dynamic-gradient="true" :disabled-areas="{top: true}"></gradient-cover>
</div>
<div class="slide-details-wrapper" id="slide-details-wrapper-1">
<div class="details-wrapper gutters" v-bind:style="{ opacity: isDetailInViewport('1') }">
<div class="tb-Grid details-info m-xxl-bottom" ref="titleContainer">
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 tb-Grid--xs--24 m-xxs-bottom">
<div class="tb-GridColumn tb-GridColumn--l--12 tb-GridColumn--m--12 tb-GridColumn--s--12 tb-GridColumn--xs--16 tb-GridColumn--offset--l--0 tb-GridColumn--offset--m--2 tb-GridColumn--offset--s--2 tb-GridColumn--offset--xs--2">
<div class="details-title">
<h2 class="h2" v-html="applyContentStyle('Driving change to conquer stigma')"></h2>
</div>
<div>
<h4 class="richtext" v-html="applyContentStyle('If obesity was just about willpower, losing weight and keeping it off would be simple')"></h4>
</div>
</div>
</div>
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 tb-Grid--xs--24">
<div class="tb-GridColumn tb-GridColumn--m--20 tb-GridColumn--offset--l--0 tb-GridColumn--offset--m--2 tb-GridColumn--offset--s--2 tb-GridColumn--offset--xs--2">
<div class="details-button">
<a aria-label="See our mission to defeat obesity" href="/disease-areas/obesity/our-mission-to-defeat-obesity.html" target="_self">
<button class="button desktop-button m-s-top button-link-animation ">
<span class="text">See our mission to defeat obesity</span>
<span class="icon icon-right-arrow"></span>
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="hero slides" id="hero-2">
<div class="slide-wrapper">
<div class="asset">
<div class="hero-image-container">
<focuspoint-image image-url="/content/dam/nncorp/global/en/front-page/images/world-childrens-day-2024.jpg" :coordinates="'0:0'" :dynamic-media-info="{
dynamicMediaImagePath: 'false',
disableDynamicMedia: false,
mobileDynamicMediaWidth: '525',
tabletPortraitDynamicMediaWidth: '768',
tabletLandscapeDynamicMediaWidth: '1280',
desktopDynamicMediaWidth: '2000',
jpegQuality: '90',
urlModifiers: ''
}" :renditions-image-info="{
typeOfRendition: '',
mobileRenditionSuffix: '.corpimgw.525.525.jpg',
tabletPortraitRenditionSuffix: '.corpimgw.768.768.jpg',
tabletLandscapeRenditionSuffix: '.corpimgw.1280.1280.jpg',
desktopRenditionSuffix: '.corpimgw.2000.2000.jpg'
}" :has-prohibited-extension="'false'">
</focuspoint-image>
</div>
</div>
<div class="gradient-wrapper">
<gradient-cover :visibility="showGradient" :bottom-content-height="gradientBottomHeight" :dynamic-gradient="true" :disabled-areas="{top: true}"></gradient-cover>
</div>
<div class="slide-details-wrapper" id="slide-details-wrapper-2">
<div class="details-wrapper gutters" v-bind:style="{ opacity: isDetailInViewport('2') }">
<div class="tb-Grid details-info m-xxl-bottom" ref="titleContainer">
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 tb-Grid--xs--24 m-xxs-bottom">
<div class="tb-GridColumn tb-GridColumn--l--12 tb-GridColumn--m--12 tb-GridColumn--s--12 tb-GridColumn--xs--16 tb-GridColumn--offset--l--0 tb-GridColumn--offset--m--2 tb-GridColumn--offset--s--2 tb-GridColumn--offset--xs--2">
<div class="details-title">
<h2 class="h2" v-html="applyContentStyle('Driving change to create healthier environments for children')"></h2>
</div>
<div>
<h4 class="richtext" v-html="applyContentStyle('Our partnership with UNICEF is leading the way towards systemic change')"></h4>
</div>
</div>
</div>
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 tb-Grid--xs--24">
<div class="tb-GridColumn tb-GridColumn--m--20 tb-GridColumn--offset--l--0 tb-GridColumn--offset--m--2 tb-GridColumn--offset--s--2 tb-GridColumn--offset--xs--2">
<div class="details-button">
<a aria-label="Discover our impact" href="/sustainable-business/preventing-childhood-overweight-and-obesity.html" target="_self">
<button class="button desktop-button m-s-top button-link-animation ">
<span class="text">Discover our impact</span>
<span class="icon icon-right-arrow"></span>
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
</ol>
</div>
</div>
</div>
<div class="layoutcontainergrid responsivegrid aem-GridColumn aem-GridColumn--default--12">
<link rel="stylesheet" href="/etc.clientlibs/nncorp/components/content/layoutcontainergrid/clientlibs.min.8e68a20a5b5ff888db6d5b26377b9644.css" type="text/css"><script type="text/javascript" src="/etc.clientlibs/nncorp/components/content/layoutcontainergrid/clientlibs.min.171a7ca77be56f15301624914902fc77.js" async></script>
<div class="layout-container-grid">
<div class="gutters component-padding-topAndBottom frameinverted outer-container" style="background-color:#E2F0FA;">
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24">
<div class="tb-GridColumn tb-GridColumn--l--20 tb-GridColumn--offset--l--2 container-grid-header">
<h2 class="xsmalltitle m-xxs-bottom
title" v-html="applyContentStyle('Falsified medicines')">
</h2>
</div>
<div class="frame-padding tb-GridColumn tb-GridColumn--l--24 tb-GridColumn--m--22 tb-GridColumn--s--22 tb-GridColumn--offset--l--none tb-GridColumn--offset--m--1 tb-GridColumn--offset--s--1" style="background-color: white">
<div class="tb-Grid tb-Grid--24 tb-Grid--l--22 tb-Grid--m--24 tb-Grid--s--24">
<div class="tb-GridColumn tb-GridColumn--l--20 tb-GridColumn--m--22 tb-GridColumn--s--22 tb-GridColumn--offset--l--2 tb-GridColumn--offset--m--1 tb-GridColumn--offset--s--1">
<div>
<div class="rowcontainer">
<div>
<div class="contentgrid_row">
<div class="columns-2 column has-content-true column-0 top_align contentgrid_column">
<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
<div class="image-video image aem-GridColumn aem-GridColumn--default--12">
<!-- /* Image Video clientlib can not be placed here due to VueJS compile error once Image Video component is added along with Content Grid */ -->
<!-- /* Image Video clientlib will be added into Base clientlib due to Image Video can be stand alone */ -->
<link rel="stylesheet" href="/etc.clientlibs/nncorp/components/content/image-video/clientlibs.min.d6f3af1e3efca5e63b4d0dbb00c396bd.css" type="text/css">
<div>
<div class="image-video-wrapper">
<div>
<h3 class="color-blue subtext subheadline paragraph-s rtl-text" v-html="applyContentStyle('The risks and how to spot a falsified medicine')">
</h3>
<p class="color-blue subtext paragraph-s paragraph-line-break rtl-text" v-html="applyContentStyle('Patient safety is our top priority, and we are committed to supporting the active fight against falsified Novo Nordisk medicines and other illegal activity in the market.')">
</p>
<div class="link m-xs-top right-arrow-animation">
<a href="/patients/report-falsified-products.html" class="color-blue link-label m-xxs-right paragraph-s" target="_self" aria-label="Learn more the risks and how to spot a falsified Novo Nordisk product">
<span v-html="applyContentStyle('Learn more')"></span>
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="columns-2 column has-content-true column-1 top_align contentgrid_column">
<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
<div class="image-video image aem-GridColumn aem-GridColumn--default--12">
<!-- /* Image Video clientlib can not be placed here due to VueJS compile error once Image Video component is added along with Content Grid */ -->
<!-- /* Image Video clientlib will be added into Base clientlib due to Image Video can be stand alone */ -->
<div>
<div class="image-video-wrapper">
<div>
<h3 class="color-blue subtext subheadline paragraph-s rtl-text" v-html="applyContentStyle('Our position on falsified medicines')">
</h3>
<p class="color-blue subtext paragraph-s paragraph-line-break rtl-text" v-html="applyContentStyle('We are proactively combating falsified medicines. Through constantly reinforced security measures and collaboration with authorities and industry peers, we strive to protect patient’s health and ensure the integrity of our products. ')">
</p>
<div class="link m-xs-top right-arrow-animation">
<a href="/sustainable-business/esg-portal/principles-positions-and-policies/falsified-medicines-position.html" class="color-blue link-label m-xxs-right paragraph-s" target="_self" aria-label="Learn more about our position on counterfeit or falsified medicines">
<span v-html="applyContentStyle('Learn more')"></span>
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="stockprice image aem-GridColumn aem-GridColumn--default--12">
<link rel="stylesheet" href="/etc.clientlibs/nncorp/components/content/stockprice/clientlib.min.9e9705f0fdd1f27785bc958bdcdc3741.css" type="text/css"><script type="text/javascript" src="/etc.clientlibs/nncorp/components/content/stockprice/clientlib.min.412552ef052e3aa2d1623231eda4fa11.js" async></script>
<div>
<div class="gutters component-padding eh-wrapper error-handling-component component-padding white tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 tb-Grid--xs--24" style="background-color: white">
<div id="stockprice_copy_copy_1896477763" class="stockprice-wrapper tb-GridColumn tb-GridColumn--l--24 tb-GridColumn--m--22 tb-GridColumn--s--22 tb-GridColumn--xs--22 tb-GridColumn--offset--l--0 tb-GridColumn--offset--m--1 tb-GridColumn--offset--s--1 tb-GridColumn--offset--xs--1 tb-Grid tb-Grid--l--24 tb-Grid--m--22 tb-Grid--s--22 tb-Grid--xs--24 no-frame-padding" style="background-color: white" v-cloak>
<div class="tb-GridColumn tb-GridColumn--l--9 tb-GridColumn--m--9 tb-GridColumn--xs--20 tb-GridColumn--offset--l--2 tb-GridColumn--offset--m--1 tb-GridColumn--offset--xs--2">
<div class="tb-Grid tb-Grid--l--9 tb-Grid--m--9 tb-Grid--s--9 tb-Grid--xs--20">
<div class="tb-GridColumn tb-GridColumn--l--7 tb-GridColumn--m--7 tb-GridColumn--s--9 tb-GridColumn--xs--18 m-xxs-bottom">
<p class="tagline color-blue m-xxs-bottom">Investors</p>
<p class="paragraph-s color-blue">Share price</p>
<p :class="{ show: priceDataStatus }" class="priceDataContent paragraph-s color-blue">
<span>{{priceData.date}}</span>
<span>{{priceData.time}}</span>
</p>
</div>
<div :class="{ show: priceDataStatus }" class="priceDataContent tb-GridColumn tb-GridColumn--l--9 tb-GridColumn--m--9 tb-GridColumn--s--9 tb-GridColumn--xs--20 m-xs-bottom">
<div class="price">
<span class="price-value color-blue">{{priceData.currentPrice}}</span>
<span class="price-currency h4 color-blue m-xxs-left">{{priceData.currency}}</span>
</div>
</div>
<div :class="{ show: priceDataStatus }" class="priceDataContent tb-GridColumn tb-GridColumn--l--9 tb-GridColumn--m--9 tb-GridColumn--s--9 tb-GridColumn--xs--20 m-m-bottom">
<div class="price-change">
<a href="http://www.nasdaqomxnordic.com/shares/microsite?Instrument=CSE1158" class="link color-blue paragraph-s right-arrow-animation" target="_self">
Go to stock watch
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
<span class="paragraph-s color-blue">{{priceData.change}} {{priceData.currency}}</span>
</div>
</div>
<div class="link-list tb-GridColumn tb-GridColumn--l--7 tb-GridColumn--m--9 tb-GridColumn--s--9 tb-GridColumn--xs--20">
<p class="color-blue tagline m-xxs-bottom">Quick links</p>
<a href="/investors/financial-results.html" class="link color-blue paragraph-s right-arrow-animation m-xs-bottom">
Financial results
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
<a href="/investors/stock-information.html" class="link color-blue paragraph-s right-arrow-animation m-xs-bottom">
Stock information
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
<a href="/news-and-media/news-and-ir-materials.html" class="link color-blue paragraph-s right-arrow-animation m-xs-bottom">
Press releases and company announcements
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
<a href="/science-and-technology/r-d-pipeline.html" class="link color-blue paragraph-s right-arrow-animation m-xs-bottom">
R&D pipeline
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
<a href="/investors/financial-calendar.html" class="link color-blue paragraph-s right-arrow-animation m-xs-bottom">
Upcoming events
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
</div>
</div>
</div>
<div class="tb-GridColumn tb-GridColumn--l--8 tb-GridColumn--m--8 tb-GridColumn--s--9 tb-GridColumn--xs--20 tb-GridColumn--offset--l--3 tb-GridColumn--offset--m--3 tb-GridColumn--offset--s--2 tb-GridColumn--offset--xs--2">
<p class="tagline color-blue m-xxs-bottom">Novo Nordisk Annual Report</p>
<div class="image-content-wrapper m-xs-bottom">
<picture>
<source srcset="/content/dam/nncorp/global/en/annual-report/images/2023/ar-2023-front-cover.jpg.corpimgw.525.525.jpg" media="(max-width: 525px)"/>
<source srcset="/content/dam/nncorp/global/en/annual-report/images/2023/ar-2023-front-cover.jpg.corpimgw.768.768.jpg" media="(max-width: 768px)"/>
<source srcset="/content/dam/nncorp/global/en/annual-report/images/2023/ar-2023-front-cover.jpg.corpimgw.1280.1280.jpg" media="(max-width: 1280px)"/>
<source srcset="/content/dam/nncorp/global/en/annual-report/images/2023/ar-2023-front-cover.jpg.corpimgw.1280.1280.jpg" media="(max-width: 8000px)"/>
<img src="/content/dam/nncorp/global/en/annual-report/images/2023/ar-2023-front-cover.jpg.corpimgw.1280.1280.jpg" alt="Cover page of the Novo Nordisk Annual Report 2023" loading="eager"/>
</picture>
</div>
<h4 class="h4 color-blue"></h4>
<a href="/investors/annual-report.html" class="link color-blue paragraph-s right-arrow-animation m-xs-bottom">
Annual Report 2023
<span class="icon icon-right-arrow m-xxs-left"></span>
</a>
</div>
<input type="hidden" value="https://irs.tools.investis.com/Clients/dk/novo_nordisk1/xml/xml.aspx?format=json" ref="priceLink"/>
</div>
</div>
</div>
</div>
<div class="latestnews aem-GridColumn aem-GridColumn--default--12"><!-- SDI include (path: /content/nncorp/global/en/_jcr_content/root/latestnews.nocache.html/nncorp/components/content/latestnews, resourceType: nncorp/components/content/latestnews) -->
<link rel="stylesheet" href="/etc.clientlibs/nncorp/components/content/latestnews/clientlibs.min.a1f7e572aebdf91698a9fc1a299819a6.css" type="text/css"><script type="text/javascript" src="/etc.clientlibs/nncorp/components/content/latestnews/clientlibs.min.8306cb4bab4d3bacfe44f54d8eaee07c.js" async></script>
<div class="gutters component-padding" style="background-color: white">
<div class="ln-wrapper small tb-Grid tb-Grid--24 tb-Grid--l--24">
<div class="ln-header tb-GridColumn tb-GridColumn--l--20 tb-GridColumn--offset--l--2">
<h2 class="h1-s">Latest news</h2>
</div>
<div class="ln-box tb-GridColumn tb-GridColumn--l--24" style="background-color:#E2F0FA;">
<div class="tb-Grid tb-Grid--24 tb-Grid--l--24 tb-Grid--m--24">
<div class="ln-container tb-GridColumn tb-GridColumn--l--20 tb-GridColumn--m--20 tb-GridColumn--offset--l--2 tb-GridColumn--offset--m--2" v-cloak>
<div class="ln-link-list">
<a href="/news-and-media/news-and-ir-materials/news-details.html?id=915251" class="ln-link-item m-l-bottom right-arrow-animation color-blue" aria-label="">
<p class="job-name">{{'2025-01-24T10:19:59Z' | dateFormatFilter}}</p>
<div class="location-info m-xxs-top">
<p class="paragraph-s">Novo Nordisk successfully completes phase 1b/2a trial with subcutaneous amycretin in people with overweight or obesity</p>
</div>
<div class="job-category m-xxs-top">
<p class="paragraph-s">Read more <span class="icon icon-right-arrow m-xxs-left"></span></p>
</div>
</a>
<a href="/news-and-media/news-and-ir-materials/news-details.html?id=915087" class="ln-link-item m-l-bottom right-arrow-animation color-blue" aria-label="">
<p class="job-name">{{'2025-01-17T12:11:58Z' | dateFormatFilter}}</p>
<div class="location-info m-xxs-top">
<p class="paragraph-s">Novo Nordisk A/S: Semaglutide 7.2 mg s.c. achieved 20.7% weight loss in the STEP UP obesity trial, and 18.7% regardless of treatment adherence</p>
</div>
<div class="job-category m-xxs-top">
<p class="paragraph-s">Read more <span class="icon icon-right-arrow m-xxs-left"></span></p>
</div>
</a>
<a href="/news-and-media/news-and-ir-materials/news-details.html?id=915085" class="ln-link-item m-l-bottom right-arrow-animation color-blue" aria-label="">
<p class="job-name">{{'2025-01-08T11:30:49Z' | dateFormatFilter}}</p>
<div class="location-info m-xxs-top">
<p class="paragraph-s">Valo Health and Novo Nordisk expand collaboration to discover and develop novel treatments for cardiometabolic diseases</p>
</div>
<div class="job-category m-xxs-top">
<p class="paragraph-s">Read more <span class="icon icon-right-arrow m-xxs-left"></span></p>
</div>
</a>
</div>
<div class="ln-footer">
<a href="/news-and-media/news-and-ir-materials.html" class="paragraph-s all-jobs-lnk right-arrow-animation infotext color-blue" aria-label="See all jobs">News archive <span class="icon icon-right-arrow"></span></a>
</div>
</div>
</div>
</div>
</div>
</div></div>
<div class="careersearch focuspointimage image aem-GridColumn aem-GridColumn--default--12">
<link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/gradient-cover.min.094b79e9edffe365bac8fe5c6a5249a6.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/focuspoint-image.min.6068dc105c5d342989cce8b2547f55f4.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/clientlibs/vuejs/components/general-video.min.6f7ca5345a0ce3514e8b267c8453fe27.css" type="text/css"><link rel="stylesheet" href="/etc.clientlibs/nncorp/components/careers/careersearch/clientlib.min.c9cf85213e5945652b71773e47b0c113.css" type="text/css">
<div id="careersearch" class="career-search-wrapper " style="background-color:#E2F0FA;" v-cloak>
<div v-if="true || isMobile" class="background-wrapper image">
<focuspoint-image :image-url="'/content/dam/nncorp/language-masters/en/careers/images/september-2021/KAA_SXMN.jpg'" :coordinates="'0.25:0.12'" :dynamic-media-info="{
dynamicMediaImagePath: 'https://images.novonordisk.com/is/image/novonordiskas/KAA_SXMN',
disableDynamicMedia: false,
mobileDynamicMediaWidth: '525',
tabletPortraitDynamicMediaWidth: '768',
tabletLandscapeDynamicMediaWidth: '1280',
desktopDynamicMediaWidth: '2000',
jpegQuality: '90',
urlModifiers: ''
}" :renditions-image-info="{
typeOfRendition: '',
mobileRenditionSuffix: '.corpimgw.525.525.jpg',
tabletPortraitRenditionSuffix: '.corpimgw.768.768.jpg',
tabletLandscapeRenditionSuffix: '.corpimgw.1280.1280.jpg',
desktopRenditionSuffix: '.corpimgw.2000.2000.jpg'
}" :has-prohibited-extension="'false'">
</focuspoint-image>
</div>
<div v-if="false && !isMobile" class="background-wrapper video">
<div class="video-wrapper">
<general-video alt="Colleagues walking in the lab. Novo Nordisk Beijing.">
</general-video>
</div>
</div>
<div class="icon-box display-flex">
<span class="icon icon-right-arrow-white"></span>
</div>
<gradient-cover :visibility="fullImageLoaded"></gradient-cover>
<div class="career-search-content gutters">
<input type="hidden" name="jobResultPage" ref="jobResultPage" value="/content/nncorp/global/en/careers/find-a-job/career-search-results.html"/>
<input type="hidden" name="jobDropdownDictionary" ref="jobDropdownDictionary" value="[
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Business Development \u0026 Strategy",
"value": "Business Development \u0026 Strategy"
},
"jobCount": 4
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 14
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Clinical Development",
"value": "Clinical Development"
},
"jobCount": 4
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Data \u0026 AI",
"value": "Data \u0026 AI"
},
"jobCount": 4
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 38
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Education",
"value": "Education"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Engineering \u0026 Technical",
"value": "Engineering \u0026 Technical"
},
"jobCount": 35
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 9
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 7
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Legal, Compliance \u0026 Audit",
"value": "Legal, Compliance \u0026 Audit"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Manufacturing",
"value": "Manufacturing"
},
"jobCount": 64
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Market Access",
"value": "Market Access"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Procurement",
"value": "Procurement"
},
"jobCount": 9
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Project Management \u0026 Agile",
"value": "Project Management \u0026 Agile"
},
"jobCount": 48
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Quality",
"value": "Quality"
},
"jobCount": 39
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 6
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Research",
"value": "Research"
},
"jobCount": 10
},
{
"jobCountry": {
"label": "Denmark",
"value": "Denmark"
},
"jobCategory": {
"label": "Supply Chain",
"value": "Supply Chain"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 9
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Clinical Development",
"value": "Clinical Development"
},
"jobCount": 11
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 34
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Data \u0026 AI",
"value": "Data \u0026 AI"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 13
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Education",
"value": "Education"
},
"jobCount": 41
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Engineering \u0026 Technical",
"value": "Engineering \u0026 Technical"
},
"jobCount": 21
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 8
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Legal, Compliance \u0026 Audit",
"value": "Legal, Compliance \u0026 Audit"
},
"jobCount": 6
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Manufacturing",
"value": "Manufacturing"
},
"jobCount": 29
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Market Access",
"value": "Market Access"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 4
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Procurement",
"value": "Procurement"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Project Management \u0026 Agile",
"value": "Project Management \u0026 Agile"
},
"jobCount": 9
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Quality",
"value": "Quality"
},
"jobCount": 23
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Research",
"value": "Research"
},
"jobCount": 16
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 41
},
{
"jobCountry": {
"label": "United States",
"value": "United States"
},
"jobCategory": {
"label": "Supply Chain",
"value": "Supply Chain"
},
"jobCount": 8
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Business Development \u0026 Strategy",
"value": "Business Development \u0026 Strategy"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Clinical Development",
"value": "Clinical Development"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Engineering \u0026 Technical",
"value": "Engineering \u0026 Technical"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Manufacturing",
"value": "Manufacturing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 4
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Quality",
"value": "Quality"
},
"jobCount": 6
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Research",
"value": "Research"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 72
},
{
"jobCountry": {
"label": "China Mainland",
"value": "China Mainland"
},
"jobCategory": {
"label": "Supply Chain",
"value": "Supply Chain"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Albania",
"value": "Albania"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Algeria",
"value": "Algeria"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Algeria",
"value": "Algeria"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Argentina",
"value": "Argentina"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Argentina",
"value": "Argentina"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Austria",
"value": "Austria"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Azerbaijan",
"value": "Azerbaijan"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Belgium",
"value": "Belgium"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Legal, Compliance \u0026 Audit",
"value": "Legal, Compliance \u0026 Audit"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Manufacturing",
"value": "Manufacturing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 4
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Project Management \u0026 Agile",
"value": "Project Management \u0026 Agile"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Brazil",
"value": "Brazil"
},
"jobCategory": {
"label": "Quality",
"value": "Quality"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Canada",
"value": "Canada"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Canada",
"value": "Canada"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Canada",
"value": "Canada"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Canada",
"value": "Canada"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Chile",
"value": "Chile"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Colombia",
"value": "Colombia"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Colombia",
"value": "Colombia"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Egypt",
"value": "Egypt"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Data \u0026 AI",
"value": "Data \u0026 AI"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 7
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Education",
"value": "Education"
},
"jobCount": 8
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Engineering \u0026 Technical",
"value": "Engineering \u0026 Technical"
},
"jobCount": 10
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Manufacturing",
"value": "Manufacturing"
},
"jobCount": 18
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Procurement",
"value": "Procurement"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Project Management \u0026 Agile",
"value": "Project Management \u0026 Agile"
},
"jobCount": 13
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Quality",
"value": "Quality"
},
"jobCount": 7
},
{
"jobCountry": {
"label": "France",
"value": "France"
},
"jobCategory": {
"label": "Supply Chain",
"value": "Supply Chain"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "Germany",
"value": "Germany"
},
"jobCategory": {
"label": "Education",
"value": "Education"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Germany",
"value": "Germany"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 9
},
{
"jobCountry": {
"label": "Hong Kong",
"value": "Hong Kong"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Hong Kong",
"value": "Hong Kong"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Clinical Development",
"value": "Clinical Development"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 14
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Data \u0026 AI",
"value": "Data \u0026 AI"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 14
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Legal, Compliance \u0026 Audit",
"value": "Legal, Compliance \u0026 Audit"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Procurement",
"value": "Procurement"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Project Management \u0026 Agile",
"value": "Project Management \u0026 Agile"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Quality",
"value": "Quality"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "India",
"value": "India"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Indonesia",
"value": "Indonesia"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Ireland",
"value": "Ireland"
},
"jobCategory": {
"label": "Engineering \u0026 Technical",
"value": "Engineering \u0026 Technical"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Ireland",
"value": "Ireland"
},
"jobCategory": {
"label": "Project Management \u0026 Agile",
"value": "Project Management \u0026 Agile"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Ireland",
"value": "Ireland"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Israel",
"value": "Israel"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Italy",
"value": "Italy"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Italy",
"value": "Italy"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Business Development \u0026 Strategy",
"value": "Business Development \u0026 Strategy"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Data \u0026 AI",
"value": "Data \u0026 AI"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Engineering \u0026 Technical",
"value": "Engineering \u0026 Technical"
},
"jobCount": 7
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Legal, Compliance \u0026 Audit",
"value": "Legal, Compliance \u0026 Audit"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Manufacturing",
"value": "Manufacturing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Market Access",
"value": "Market Access"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Project Management \u0026 Agile",
"value": "Project Management \u0026 Agile"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Japan",
"value": "Japan"
},
"jobCategory": {
"label": "Quality",
"value": "Quality"
},
"jobCount": 5
},
{
"jobCountry": {
"label": "Malaysia",
"value": "Malaysia"
},
"jobCategory": {
"label": "Clinical Development",
"value": "Clinical Development"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Malaysia",
"value": "Malaysia"
},
"jobCategory": {
"label": "Legal, Compliance \u0026 Audit",
"value": "Legal, Compliance \u0026 Audit"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Malaysia",
"value": "Malaysia"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Mexico",
"value": "Mexico"
},
"jobCategory": {
"label": "Clinical Development",
"value": "Clinical Development"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Mexico",
"value": "Mexico"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Norway",
"value": "Norway"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Norway",
"value": "Norway"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "Philippines",
"value": "Philippines"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Philippines",
"value": "Philippines"
},
"jobCategory": {
"label": "Legal, Compliance \u0026 Audit",
"value": "Legal, Compliance \u0026 Audit"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Philippines",
"value": "Philippines"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Poland",
"value": "Poland"
},
"jobCategory": {
"label": "Business Support \u0026 Administration",
"value": "Business Support \u0026 Administration"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Poland",
"value": "Poland"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Poland",
"value": "Poland"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Portugal",
"value": "Portugal"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Romania",
"value": "Romania"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Saudi Arabia",
"value": "Saudi Arabia"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Senegal",
"value": "Senegal"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Singapore",
"value": "Singapore"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Singapore",
"value": "Singapore"
},
"jobCategory": {
"label": "Legal, Compliance \u0026 Audit",
"value": "Legal, Compliance \u0026 Audit"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Singapore",
"value": "Singapore"
},
"jobCategory": {
"label": "Market Access",
"value": "Market Access"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Singapore",
"value": "Singapore"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Singapore",
"value": "Singapore"
},
"jobCategory": {
"label": "Project Management \u0026 Agile",
"value": "Project Management \u0026 Agile"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "South Korea",
"value": "South Korea"
},
"jobCategory": {
"label": "Clinical Development",
"value": "Clinical Development"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "South Korea",
"value": "South Korea"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 4
},
{
"jobCountry": {
"label": "South Korea",
"value": "South Korea"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "South Korea",
"value": "South Korea"
},
"jobCategory": {
"label": "Data \u0026 AI",
"value": "Data \u0026 AI"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "South Korea",
"value": "South Korea"
},
"jobCategory": {
"label": "Human Resource Management",
"value": "Human Resource Management"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "South Korea",
"value": "South Korea"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "South Korea",
"value": "South Korea"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 3
},
{
"jobCountry": {
"label": "South Korea",
"value": "South Korea"
},
"jobCategory": {
"label": "Supply Chain",
"value": "Supply Chain"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Spain",
"value": "Spain"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Switzerland",
"value": "Switzerland"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Switzerland",
"value": "Switzerland"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Switzerland",
"value": "Switzerland"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Taiwan",
"value": "Taiwan"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Taiwan",
"value": "Taiwan"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Taiwan",
"value": "Taiwan"
},
"jobCategory": {
"label": "Data \u0026 AI",
"value": "Data \u0026 AI"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Taiwan",
"value": "Taiwan"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Taiwan",
"value": "Taiwan"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Taiwan",
"value": "Taiwan"
},
"jobCategory": {
"label": "Market Access",
"value": "Market Access"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Taiwan",
"value": "Taiwan"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 7
},
{
"jobCountry": {
"label": "Thailand",
"value": "Thailand"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Thailand",
"value": "Thailand"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 7
},
{
"jobCountry": {
"label": "Turkey",
"value": "Turkey"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Turkey",
"value": "Turkey"
},
"jobCategory": {
"label": "Quality",
"value": "Quality"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Ukraine",
"value": "Ukraine"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "United Kingdom",
"value": "United Kingdom"
},
"jobCategory": {
"label": "Digital \u0026 IT",
"value": "Digital \u0026 IT"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "United Kingdom",
"value": "United Kingdom"
},
"jobCategory": {
"label": "Finance",
"value": "Finance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "United Kingdom",
"value": "United Kingdom"
},
"jobCategory": {
"label": "Medical Affairs",
"value": "Medical Affairs"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "United Kingdom",
"value": "United Kingdom"
},
"jobCategory": {
"label": "Reg Affairs \u0026 Safety Pharmacovigilance",
"value": "Reg Affairs \u0026 Safety Pharmacovigilance"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Vietnam",
"value": "Vietnam"
},
"jobCategory": {
"label": "Commercial Marketing",
"value": "Commercial Marketing"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Vietnam",
"value": "Vietnam"
},
"jobCategory": {
"label": "Corporate Affairs",
"value": "Corporate Affairs"
},
"jobCount": 2
},
{
"jobCountry": {
"label": "Vietnam",
"value": "Vietnam"
},
"jobCategory": {
"label": "Market Access",
"value": "Market Access"
},
"jobCount": 1
},
{
"jobCountry": {
"label": "Vietnam",
"value": "Vietnam"
},
"jobCategory": {
"label": "Sales",
"value": "Sales"
},
"jobCount": 8
}
]"/>
<div class="tb-Grid tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 tb-Grid--xs--24">
<div class="tb-GridColumn tb-GridColumn--l--20 tb-GridColumn--offset--l--2">
<div class="top-info m-s-bottom tb-Grid tb-Grid--l--20 tb-Grid--m--20 tb-Grid--s--20 tb-Grid--xs--20">
<div class="tb-GridColumn tb-GridColumn--l--13 tb-GridColumn--m--16 tb-GridColumn--s--20 tb-GridColumn--offset--l--0">
<h2 class="h1-s
m-xxs-bottom">Career Opportunities</h2>
</div>
<div class="tb-GridColumn tb-GridColumn--l--10 tb-GridColumn--s--16 tb-GridColumn--xs--20 tb-GridColumn--offset--l--0">
<div class="internal-user infotext m-xxs-top right-arrow-animation" :class="{'show': isInternalUser}">
<a class="color-white" href="https://performancemanager.successfactors.eu/sf/careers?company=novonordisk">
<p class="bold">Dear colleague</p>
<p>Please click here to go directly to our internal career site to view all our current job openings. </p>
<div class="link-arrow">
<span class="icon icon-right-arrow-white"></span>
</div>
</a>
</div>
<div class="tb-GridColumn tb-GridColumn--l--13 tb-GridColumn--s--20 tb-GridColumn--offset--l--0">
<div class="leadtext description richtext color-white">
<p><p>Here are our current job openings. If there is not a job you are
looking for, you are welcome to create a <a title="Job agent" href="/careers/job-agent.html" target="_self">job agent</a> or a <a title="Candidate profile" href="https://career2.successfactors.eu/career?career_company=novonordisk&lang=en_GB&company=novonordisk&site=&loginFlowRequired=true&career_job_req_id=1083&_s.crb=m7Q//WjXJ7txu/J6VxaXVNiDoAI%3D" target="_blank">candidate profile.</a></p>
<p> </p>
<p> </p>
<p> </p>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="tb-GridColumn tb-GridColumn--l--20 tb-GridColumn--offset--l--2 tb-GridColumn--xs--22 tb-GridColumn--offset--xs--1">
<div class="form-box m-m-bottom">
<div class="tb-Grid tb-Grid--l--20 tb-Grid--xs--20">
<div class="tb-GridColumn tb-GridColumn--l--20 tb-GridColumn--xs--18 tb-GridColumn--offset--xs--1">
<p class="paragraph-s color-white m-s-bottom" v-html="'We offer <b>1019</b> job opportunities'">
</p>
</div>
</div>
<form class="light" method="GET" action="/careers/find-a-job/career-search-results.html">
<div class="filter-box display-flex space-between align-items-center multi-select-bar" :class="{'domloaded': domloaded}">
<div class="item input-field-item flex-basis-l-6 flex-basis-s-24">
<input-field v-model="formModel.searchText" :name="'searchText'" v-on:keyup.enter="submit" :show-label="false" placeholder="eg. human resources" :show-left-icon="true" :no-padding-left="true">
<span class="icon icon-search-blue"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span></span>
</input-field>
</div>
<div class="item flex-basis-l-6 flex-basis-s-24">
<multiselect placeholder="Locations" :name="'countries'" :options="countries" v-model="formModel.countryModel" :label="'Countries'" :show-left-icon="true" :no-padding-left="true" :show-label="false" v-on:change="countrySelected">
<span class="icon icon-location-blue-edge"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span></span>
</multiselect>
</div>
<div class="item flex-basis-l-6 flex-basis-s-24">
<multiselect placeholder="Categories" :name="'categories'" v-model="formModel.categoryModel" :label="'Categories'" :sorting="true" :options="categories" :show-label="false" :show-left-icon="true" :no-padding-left="true">
<span class="icon icon-category"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span><span class="path11"></span><span class="path12"></span><span class="path13"></span><span class="path14"></span><span class="path15"></span><span class="path16"></span><span class="path17"></span><span class="path18"></span></span>
</multiselect>
</div>
<div class="item flex-basis-l-3 flex-basis-s-24 display-flex">
<button class="button find-job-btn seablue" type="submit">
<span class="text">Find jobs</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.min.652a558c3774088b61b0530c184710d1.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/services/base-http.min.0977b3d22d6ef3c04a2b1fc94d6581bc.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/gradient-cover.min.cc966df540d6516d8b8dd9196d81bdb8.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/focuspoint-image.min.20d3e6ed3229f97cad3ca9125a5de52a.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/general-video.min.7f300ab860bda0c6c0ff7aac55b15329.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/components/careers/careersearch/clientlib.min.03d59ff5048168c7467f493bab79f5b1.js" async></script>
</div>
</div>
</div>
<div class="footer experiencefragment">
<div id="experiencefragment-094a6cfa36" class="cmp-experiencefragment cmp-experiencefragment--xf-footer">
<div class="xf-content-height">
<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
<div class="promomatsid aem-GridColumn aem-GridColumn--default--12">
<link rel="stylesheet" href="/etc.clientlibs/nncorp/components/content/promomatsid/clientlibs.min.34a10aaa449ba556731680b8c9938d00.css" type="text/css">
</div>
<div class="footer aem-GridColumn aem-GridColumn--default--12"><footer id="footer" class="ft-wrapper gutters"/>
<div class="tb-Grid tb-Grid--l--24 tb-Grid--m--24 tb-Grid--s--24 position-relative">
<div class="tb-GridColumn tb-GridColumn--l--5 tb-GridColumn--offset--l--0 tb-GridColumn--m--5 tb-GridColumn--offset--m--1 tb-GridColumn--s--10 tb-GridColumn--offset--s--2 m-xl-bottom">
<p class="tagline m-xxs-bottom">NOVO NORDISK HQ</p>
<div class="infotext"><p> <u></u>Novo Nordisk A/S<br /> Novo Alle 1<br /> 2880
Bagsværd<br /> Denmark<br /> +45-4444-8888<br /> CVR-no. 24256790</p>
<p> </p>
<p> <i>Our medicines are for the approved indication for which
they are authorised in the local country or region. For more
information, please visit our<b> <a href="/our-products/our-medicines.html">product page</a></b></i></p>
</div>
</div>
<div class="tb-GridColumn tb-GridColumn--l--5 tb-GridColumn--offset--l--1 tb-GridColumn--m--5 tb-GridColumn--offset--m--1 tb-GridColumn--s--8 tb-GridColumn--offset--s--2 m-xl-bottom">
<p class="tagline m-xxs-bottom">Helpful links</p>
<div class="list">
<a href="/patients.html" target="_self" class="infotext">Patient help
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="/contact-us/corporate-procurement.html" target="_self" class="infotext">Supplier help
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="/our-products/our-medicines.html" target="_self" class="infotext">Product list
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="/contact-us.html" target="_self" class="infotext">Contact us
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="/investors/annual-report.html" target="_self" class="infotext">Annual Report
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="/sustainable-business/esg-portal.html" target="_self" class="infotext">ESG reporting
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="https://novonordiskfonden.dk/en/" target="_blank" class="infotext">Novo Nordisk Foundation
<span class="icon icon-right-arrow m-xxs-left"></span></a>
</div>
</div>
<div class="tb-GridColumn tb-GridColumn--l--5 tb-GridColumn--offset--l--1 tb-GridColumn--m--5 tb-GridColumn--offset--m--1 tb-GridColumn--s--10 tb-GridColumn--offset--s--2 m-xl-bottom social-media-links">
<p class="tagline m-xxs-bottom">
Follow us</p>
<div class="list">
<a href="https://www.novonordisk.com/data-privacy-and-user-rights/social-media-privacy-disclaimer.html" target="_self" class="infotext">Social media community guidelines
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="https://www.linkedin.com/company/novo-nordisk" target="_blank" class="infotext">LinkedIn
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="https://www.youtube.com/user/novonordisk" target="_blank" class="infotext">YouTube
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="https://www.facebook.com/novonordisk" target="_blank" class="infotext">Facebook
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="https://twitter.com/novonordisk" target="_blank" class="infotext">X (Twitter)
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="https://www.instagram.com/novonordisk" target="_blank" class="infotext">Instagram
<span class="icon icon-right-arrow m-xxs-left"></span></a>
<a href="https://www.tiktok.com/@novonordisk" target="_blank" class="infotext">TikTok
<span class="icon icon-right-arrow m-xxs-left"></span></a>
</div>
</div>
<div class="tb-GridColumn tb-GridColumn--l--6 tb-GridColumn--offset--l--1 tb-GridColumn--m--5 tb-GridColumn--offset--m--1 tb-GridColumn--s--10 tb-GridColumn--offset--s--2 local-office">
<p class="tagline m-xxs-bottom">Find your local office</p>
<a href="/location.html" target="_self" class="infotext"><span class="icon icon-location-blue-edge m-xxs-right"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span></span>
Select location</a>
</div>
<div :ref="'legalLinks'" class="tb-GridColumn tb-GridColumn--l--24 tb-GridColumn--offset--l--0 tb-GridColumn--m--22 tb-GridColumn--s--20 tb-GridColumn--offset--m--1 tb-GridColumn--offset--s--2 legal-links m-xl-top">
<a href="/copyright.html" target="_self" class="infotext">© 2025 Novo Nordisk A/S
<div class="righ-arrow-icon-block">
<span class="icon icon-right-arrow m-xxs-left"></span>
</div>
</a>
<a href="/data-privacy-and-user-rights.html" target="_self" class="infotext">Data Privacy
<div class="righ-arrow-icon-block">
<span class="icon icon-right-arrow m-xxs-left"></span>
</div>
</a>
<a href="/data-privacy-and-user-rights/cookie-policy.html" target="_self" class="infotext">Cookie policy
<div class="righ-arrow-icon-block">
<span class="icon icon-right-arrow m-xxs-left"></span>
</div>
</a>
<a class="infotext optanon-toggle-display">Cookie settings
<div class="righ-arrow-icon-block"><span class="icon icon-right-arrow m-xxs-left"></span></div></a>
</div>
<div class="water-mark-container" ref="water-mark-container">
<p class="watermark-text" :style="waterMarkStyles" ref="watermark-text">change</p>
</div>
</div>
</footer>
</div>
</div>
</div></div>
</div>
</div>
<script type="text/javascript" src="/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.min.c8339545b501e3db3abc37c9a4cc2d6e.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/disclaimer-dialog.min.ff9c967d77d53bbc752bb71aa3036f28.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/confirm-dialog.min.0e3a3e66a991667f1474e98cd2929e4a.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/components/rnd-dialog.min.530d966b2835315396059422f285cc11.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/services/base-http.min.0977b3d22d6ef3c04a2b1fc94d6581bc.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/vuejs/services/find-country-contact-service.min.9d5e9e79cae5b2ff6822b7f8b72bf073.js"></script><script type="text/javascript" src="/etc.clientlibs/nncorp/clientlibs/clientlib-base.min.7573cf7b5af38d765137b30c50262ed9.js"></script>
</body>
</html>