{"id":185556,"date":"2024-09-13T10:36:09","date_gmt":"2024-09-13T06:36:09","guid":{"rendered":"https:\/\/www.headout.com\/blog\/?p=185556"},"modified":"2024-09-16T14:36:17","modified_gmt":"2024-09-16T10:36:17","slug":"norient-express-in-norway","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/","title":{"rendered":"Get ready to hop aboard the Norient Express in Norway"},"content":{"rendered":"<p>A Nordic twist on the legendary Orient Express, the Norient Express &#8211; Norway\u2019s soon-to-be-launched luxury train service &#8211; is set to take you on a six-day adventure through some of Norway\u2019s most iconic landscapes &#8211; from fjords and mountains to lakes and glaciers. Oh, and if you\u2019re lucky, perhaps the Northern Lights too!<\/p>\n<p>What makes it even more special is that this one is all about slow travel. Powered by electricity, there will be two trains that begin their journey in the coastal city of Bergen, heads southeast through Oslo, and concludes in the historic city of Trondheim. Featuring comfortable interiors made from natural Norwegian materials, an exercise room, and an observatory for passengers to enjoy the views, this one promises to be a sustainable and wonderful way to soak up the natural beauty of the Land of the Midnight Sun.<\/p>\n<p style=\"text-align: center;\"><strong>\ud83c\udf9f\ufe0fTickets and price details are yet to be confirmed, but we know for sure that the trains are set to start chugging in Autumn 2025.<\/strong><\/p>\n<p> [tcb-script]var tgids = [7360,9203,7436,7613,7616,7614,7612,9287];[\/tcb-script]        <a>                     <\/a>                                                                                                   <\/p>\n<ul id=\"summary-mobile-ul\">            <\/ul>\n<p>            [tcb-script]        jQuery(document).ready(function () {            jQuery(&#8220;.row.post-width&#8221;).prepend(`&lt;div&gt;                    &lt;div id=&#8221;summary-list-wrapper&#8221;&gt;                        &lt;div&gt;                            &lt;div&gt;                                                       &lt;\/div&gt;                            &lt;div&gt;&lt;\/div&gt;                        &lt;\/div&gt;                        &lt;ul id=&#8221;summaryList&#8221;&gt;                        &lt;\/ul&gt;                    &lt;\/div&gt;                &lt;\/div&gt;`);            let allH2 = document.querySelectorAll(&#8220;h2.add-to-summary&#8221;);            for (i = 0; i &lt; allH2.length; i++) {                jQuery(&#8220;#summaryList&#8221;).append(`&lt;li&gt;&lt;a&gt;${allH2[i].innerHTML}&lt;\/a&gt;&lt;\/li&gt;`);                jQuery(&#8220;#summary-mobile-ul&#8221;).append(`&lt;li&gt;&lt;a&gt;${allH2[i].innerHTML}&lt;\/a&gt;&lt;\/li&gt;`);            }            let allA = document.querySelectorAll(&#8220;#summaryList li a&#8221;);            let header = jQuery(document.getElementsByTagName(&#8220;header&#8221;)[0])            let isMobile = false;            if(jQuery(window).width()&lt;=765){                allA = document.querySelectorAll(&#8220;#summary-mobile-ul li a&#8221;);                isMobile = true;            }            let modal = document.getElementById(&#8220;summary-wrapper-mobile&#8221;);            function findH2WithThisTag(text) {                if(isMobile){                    header.css(&#8220;display&#8221;,&#8221;block&#8221;);                    modal.style.display = &#8220;none&#8221;;                }                for (i = 0; i &lt; allH2.length; i++) {                    if (allH2[i].innerHTML == text) {                        jQuery(&#8220;html, body&#8221;).animate(                            {                                scrollTop: jQuery(allH2[i]).offset().top &#8211; 100,                            },                            1000);                        break;                    }                }            }            for (i = 0; i &lt; allA.length; i++) {                allA[i].addEventListener(&#8220;click&#8221;, function (data) {                    findH2WithThisTag(data.target.innerHTML);                }, false);            }            jQuery(&#8220;.open-summary-mobile&#8221;)[0].addEventListener(&#8220;click&#8221;, function () {                modal.style.display = &#8220;block&#8221;;                header.css(&#8220;display&#8221;,&#8221;none&#8221;);            }, false);            window.onclick = function (event) {                if (event.target == modal) {                    modal.style.display = &#8220;none&#8221;;                    header.css(&#8220;display&#8221;,&#8221;block&#8221;);                }            }           function scrollUl(i){                \/\/ if(i&gt;=1){                \/\/     offset = jQuery(allA[i-1])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop;                \/\/ }                let offset = jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop;                  if(isMobile){                    \/\/ if(Math.abs(jQuery(&#8216;#summary-mobile-ul&#8217;)[0].scrollTop &#8211; offset) &gt;= 10){                    \/\/     jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: offset},1);                    \/\/ }                    let height = jQuery(window).height() &#8211; 45;                         let offsettop = parseInt((jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop) \/ height);                    let offsetbottom = parseInt((jQuery(allA[i])[0].offsetHeight &#8211; jQuery(allA[0])[0].offsetTop + jQuery(allA[i])[0].offsetTop)\/ height);                    if(offsettop==0 &amp;&amp; offsetbottom == 0){                        jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: 0},1);                    }else{                        jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: height*offsettop},1);                    }                }else{                    \/\/ if(Math.abs(jQuery(&#8216;#summaryList&#8217;)[0].scrollTop &#8211; offset) &gt;= 10){                    \/\/     jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: offset},1);                    \/\/ }                    let offsettop = parseInt((jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop) \/ 400);                    let offsetbottom = parseInt((jQuery(allA[i])[0].offsetHeight &#8211; jQuery(allA[0])[0].offsetTop + jQuery(allA[i])[0].offsetTop)\/ 400);                    if(offsettop!=offsetbottom){                        jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: offset},1);                    }else{                        jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: 400*offsettop},1);                    }                }            }            document.body.onscroll = function (e) {                let topPosition = jQuery(window).scrollTop() &#8211; jQuery(&#8220;#breadcrumbs&#8221;)[0].offsetHeight;;                for (i = 0; i &lt; allA.length; i++) {                    jQuery(allA[i]).removeClass(&#8220;active&#8221;);                }                for (i = 0; i &lt; allH2.length; i++) {                    if (i == allH2.length &#8211; 1 &amp;&amp; allH2[i].offsetTop &lt;= topPosition &amp;&amp; !jQuery(allA[i]).hasClass(&#8220;active&#8221;)) {                        jQuery(allA[i]).addClass(&#8220;active&#8221;);                        scrollUl(i);                        break;                    } else if (i &lt; allH2.length &#8211; 1 &amp;&amp; allH2[i].offsetTop &lt;= topPosition &amp;&amp; allH2[i + 1].offsetTop &gt; topPosition &amp;&amp; !jQuery(allA[i]).hasClass(&#8220;active&#8221;)) {                        jQuery(allA[i]).addClass(&#8220;active&#8221;);                        scrollUl(i);                        break;                    }                }                let TextHeight = jQuery(&#8220;.small-12.medium-11.medium-centered.columns&#8221;)[0].offsetHeight + jQuery(&#8220;.small-12.medium-11.medium-centered.columns&#8221;)[0].offsetTop;                let summaryWrapperTop = jQuery(&#8220;#summary-list-wrapper&#8221;)[0].offsetTop;                let offsetTopPostWidth = jQuery(&#8220;.row.post-width&#8221;)[0].offsetTop;                if (summaryWrapperTop &lt; topPosition &#8211; 35 &#8211; offsetTopPostWidth &amp;&amp; TextHeight &gt; topPosition + jQuery(&#8220;#summary-list-wrapper&#8221;)[0].offsetHeight +30 ) {                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;position&#8221;, &#8220;fixed&#8221;);                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;top&#8221;, &#8220;25px&#8221;);                } else{                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;position&#8221;, &#8220;absolute&#8221;);                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;top&#8221;, &#8220;25px&#8221;);                }            }        });    [\/tcb-script]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Nordic twist on the legendary Orient Express, the Norient Express &#8211; Norway\u2019s soon-to-be-launched luxury train service &#8211; is set to take you on a six-day adventure through some of Norway\u2019s most iconic landscapes &#8211; from fjords and mountains to lakes and glaciers. Oh, and if you\u2019re lucky, perhaps the Northern Lights too! What makes [&hellip;]<\/p>\n","protected":false},"author":144,"featured_media":185745,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Norient Express Launch in Norway | Luxury Train Tour<\/title>\n<meta name=\"description\" content=\"The Norient Express is all set to open! Hop aboard this six-day luxury train journey with an exclusive look at Norway&#039;s stunning landscapes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Norient Express Launch in Norway | Luxury Train Tour\" \/>\n<meta property=\"og:description\" content=\"The Norient Express is all set to open! Hop aboard this six-day luxury train journey with an exclusive look at Norway&#039;s stunning landscapes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-13T06:36:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-16T10:36:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/272e124ed382dac97058f69059c153c4-Hop-aboard-the-Norient-Express.jpg\" \/>\n<meta name=\"author\" content=\"Aakanksha Singh Devi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/272e124ed382dac97058f69059c153c4-Hop-aboard-the-Norient-Express.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/AakankshaSD\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aakanksha Singh Devi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Norient Express Launch in Norway | Luxury Train Tour","description":"The Norient Express is all set to open! Hop aboard this six-day luxury train journey with an exclusive look at Norway's stunning landscapes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/","og_locale":"en_US","og_type":"article","og_title":"Norient Express Launch in Norway | Luxury Train Tour","og_description":"The Norient Express is all set to open! Hop aboard this six-day luxury train journey with an exclusive look at Norway's stunning landscapes.","og_url":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/","og_site_name":"Headout Blog","article_published_time":"2024-09-13T06:36:09+00:00","article_modified_time":"2024-09-16T10:36:17+00:00","og_image":[{"url":"https:\/\/cdn-imgix.headout.com\/media\/images\/272e124ed382dac97058f69059c153c4-Hop-aboard-the-Norient-Express.jpg"}],"author":"Aakanksha Singh Devi","twitter_card":"summary_large_image","twitter_image":"https:\/\/cdn-imgix.headout.com\/media\/images\/272e124ed382dac97058f69059c153c4-Hop-aboard-the-Norient-Express.jpg","twitter_creator":"@https:\/\/twitter.com\/AakankshaSD","twitter_misc":{"Written by":"Aakanksha Singh Devi","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/"},"author":{"name":"Aakanksha Singh Devi","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/3d1047e51f84b06fc9eb632ca0964bdd"},"headline":"Get ready to hop aboard the Norient Express in Norway","datePublished":"2024-09-13T06:36:09+00:00","dateModified":"2024-09-16T10:36:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/"},"wordCount":705,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/272e124ed382dac97058f69059c153c4-Hop-aboard-the-Norient-Express.jpg","articleSection":["Travel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/","url":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/","name":"Norient Express Launch in Norway | Luxury Train Tour","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/272e124ed382dac97058f69059c153c4-Hop-aboard-the-Norient-Express.jpg","datePublished":"2024-09-13T06:36:09+00:00","dateModified":"2024-09-16T10:36:17+00:00","description":"The Norient Express is all set to open! Hop aboard this six-day luxury train journey with an exclusive look at Norway's stunning landscapes.","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/norient-express-in-norway\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/#primaryimage","url":"https:\/\/cdn-imgix.headout.com\/media\/images\/272e124ed382dac97058f69059c153c4-Hop-aboard-the-Norient-Express.jpg","contentUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/272e124ed382dac97058f69059c153c4-Hop-aboard-the-Norient-Express.jpg","width":"2400","height":"800","caption":"Norient Express"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/norient-express-in-norway\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Travel","item":"https:\/\/www.headout.com\/blog\/category\/wcp-travel\/"},{"@type":"ListItem","position":2,"name":"Hop aboard the Norient Express"}]},{"@type":"WebSite","@id":"https:\/\/www.headout.com\/blog\/#website","url":"https:\/\/www.headout.com\/blog\/","name":"Headout Blog","description":"Where will you go next?","publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.headout.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.headout.com\/blog\/#organization","name":"Headout","url":"https:\/\/www.headout.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","width":550,"height":84,"caption":"Headout"},"image":{"@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/3d1047e51f84b06fc9eb632ca0964bdd","name":"Aakanksha Singh Devi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/96252cad864d321f8479ab81171f572e?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/96252cad864d321f8479ab81171f572e?s=96&r=g","caption":"Aakanksha Singh Devi"},"description":"Welcome to my world of ink and adventure, where words meet wanderlust. A seasoned writer and editor, I fully believe that the pen is mightier than the sword. If I were given three wishes, one would definitely be to have the ability to travel - in time, dimension and places! Basically, I want a TARDIS! Of the 40 countries I've visited, Jordan, Japan, Italy and Croatia are my top favourite. London, having lived there, will always have my love, but Nepal and India have my soul! I love adventure (I'm from the mountains, what did you expect!), sports, music and food, so I travel to catch concerts, matches and races. I mostly write about off-beat travel, local experiences, best shopping spots, travel guides and coffee shops. Basically, give me coffee, a book, adventures and an enchanted forest, and you'll never hear me complain.","sameAs":["https:\/\/www.instagram.com\/aakankshasd\/","https:\/\/www.linkedin.com\/in\/aakankshasinghdevi\/","https:\/\/x.com\/https:\/\/twitter.com\/AakankshaSD"],"url":"https:\/\/www.headout.com\/blog\/author\/aakanksha\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/185556"}],"collection":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/users\/144"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=185556"}],"version-history":[{"count":19,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/185556\/revisions"}],"predecessor-version":[{"id":185751,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/185556\/revisions\/185751"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/185745"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=185556"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=185556"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=185556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}