
<!DOCTYPE html>
<html lang="en">
<head>
    
<script>
    // Load the script after the user scrolls, moves the mouse, or touches the screen
    document.addEventListener('scroll', initGTMOnEvent);
    document.addEventListener('mousemove', initGTMOnEvent);
    document.addEventListener('touchstart', initGTMOnEvent);

    // Or, load the script after 1.5 seconds
    document.addEventListener('DOMContentLoaded', () => { setTimeout(initGTM, 2000); });

    // Initializes Google Tag Manager in response to an event
    function initGTMOnEvent(event) {
        initGTM();
        event.currentTarget.removeEventListener(event.type, initGTMOnEvent);
    }

    // Initializes Google Tag Manager
    function initGTM() {
        if (window.gtmDidInit) {
            // Don't load again
            return false;
        }

        window.gtmDidInit = true;

        // Create the script
        const script = document.createElement('script');
        script.type = 'text/javascript';
        script.onload = () => {
            window.dataLayer = window.dataLayer || [];
            function gtag() { dataLayer.push(arguments); }
            gtag('js', new Date());
            gtag('config', 'G-5D6W59HNJ8');
        }
        script.src = 'https://www.googletagmanager.com/gtag/js?id=G-5D6W59HNJ8';

        // We are still deferring the script
        script.defer = true;

        // Append the script 
      //  document.getElementsByTagName('body')[0].appendChild(script);

        document.head.appendChild(script);
    }

</script>



















    
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Offshore News, Offshore Engineer Magazine</title>
        <meta name="description" content="Offshore oil and gas news, LNG, shale, exploration, operations and production" />
        <meta name="keywords" content="Products, Energy, Offshore, Offshore Energy, Industry News, workover, Floating Production, Technology, natural gas, Drilling, Drilling Hardware, ROV &amp; Dive Support, North Sea">


<link rel="apple-touch-icon" sizes="180x180" href="/Content/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/Content/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/Content/icons/favicon-16x16.png">
<link rel="manifest" href="/Content/icons/site.webmanifest">
<link rel="shortcut icon" href="/Content/icons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Offshore Engineer">
<meta name="application-name" content="Offshore Engineer">
<meta name="msapplication-TileColor" content="#fbb040">
<meta name="msapplication-config" content="/Content/icons/browserconfig.xml">
<meta name="theme-color" content="#fbb040">

<style>
    @charset "UTF-8";*,*::before,*::after{box-sizing:border-box;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;}body{margin:0;color:#000;text-align:left;}[tabindex="-1"]:focus{outline:0 !important;}hr{box-sizing:content-box;height:0;overflow:visible;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:8px;}p{margin-top:0;margin-bottom:8px;}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;}address{margin-bottom:1rem;font-style:normal;line-height:inherit;}ol,ul,dl{margin-top:0;margin-bottom:1rem;}ol ol,ul ul,ol ul,ul ol{margin-bottom:0;}dt{font-weight:bold;}dd{margin-bottom:.5rem;margin-left:0;}blockquote{margin:0 0 1rem;}dfn{font-style:italic;}b,strong{font-weight:bolder;}small{font-size:80%;}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sub{bottom:-.25em;}sup{top:-.5em;}a{color:#000;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}a:hover{color:#a00;text-decoration:none;}a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):focus{outline:0;}pre,code,kbd,samp{font-family:monospace;font-size:1em;}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar;}figure{margin:0 0 1rem;}img{vertical-align:middle;border-style:none;}svg{overflow:hidden;vertical-align:middle;}table{border-collapse:collapse;}caption{padding-top:8px;padding-bottom:8px;color:#000;text-align:left;caption-side:bottom;}th{text-align:inherit;}label{display:inline-block;margin-bottom:8px;}button{border-radius:0;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none;}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0;}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox;}textarea{overflow:auto;resize:vertical;}fieldset{min-width:0;padding:0;margin:0;border:0;}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal;}progress{vertical-align:baseline;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{outline-offset:-2px;-webkit-appearance:none;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}output{display:inline-block;}summary{display:list-item;cursor:pointer;}template{display:none;}[hidden]{display:none !important;}.pagination{display:flex;justify-content:center;padding-left:0;list-style:none;}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#000;background-color:#fff;border:1px solid #808080;}.page-link:hover{z-index:2;color:#a00;text-decoration:none;background-color:#858585;border-color:#808080;}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(51,51,51,.25);}.page-link:not(:disabled):not(.disabled){cursor:pointer;}.page-item:first-child .page-link{margin-left:0;}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333;}.page-item.disabled,.page-item.disabled .page-link{color:#737373;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#808080;}input#toggle{display:none;}@media screen and (max-width:1010px){.nav::after{content:"";display:table;clear:both;}.hor{transition:all 1s ease;max-height:0;overflow:hidden;}.hor.active{max-height:5000px;}input#toggle:checked~.hor{max-height:5000px;}}.nav{background-color:#fbb040;box-shadow:0 8px 6px -5px #000;}.nav .wrapper{padding:0;}.hor{line-height:100%;}.hor a,.hor span{display:block;padding:8px;}.hor a:hover,.hor span:hover{background-color:#ffa723;color:#a00;}@media screen and (min-width:1010px){.hor ul,.hor li{margin:0;padding:0;list-style:none;}.hor a,.hor span{font-size:11px;display:block;padding:8px;background-color:#666;font-weight:bold;text-transform:uppercase;color:#fff;}.hor a:hover,.hor span:hover{background-color:#393939;color:#fff;}.hor>ul{display:flex;position:relative;}.hor>ul>li{width:50%;}.hor>ul>li>a,.hor>ul>li>span{background-color:#fbb040;color:#000;border:0;text-align:center;}.hor>ul>li>a:hover,.hor>ul>li>span:hover{background-color:#ffa723;color:#a00;}.hor>ul>li>span{background-color:#ffa723;}.hor>ul ul{display:none;max-width:200px;z-index:1000;}.hor>ul ul li{border:#393939 solid 1px;border-width:0 1px 1px 1px;}.hor>ul ul li:last-of-type{border-radius:0 0 5px 5px;}.hor>ul>li:hover>ul{display:flex;flex-direction:column;position:absolute;}}.humburger{float:right;cursor:pointer;border:0;font-weight:normal;background:transparent;padding-left:3.4rem;height:2.4rem;line-height:2.4rem;position:relative;}.humburger::after,.humburger::before{transition:all .5s ease;position:absolute;content:"";border:.25rem solid #000;width:2.4rem;left:.5rem;}.humburger::after{top:.5rem;border-width:.25rem 0;height:.825rem;}.humburger::before{bottom:.5rem;border-width:0 0 .25rem 0;}.humburger.active::after,input#toggle:checked~.mini-header .humburger::after{top:1.075rem;border-width:.25rem 0 0 0;height:0;transform:rotate(-45deg);}.humburger.active::before,input#toggle:checked~.mini-header .humburger::before{bottom:1.075rem;border-width:0 0 .25rem 0;transform:rotate(45deg);}.right .snippet-flex{background:#fff;}.right .snippet-flex .txt h3{font-size:12pt;line-height:15pt;color:#4b4b4b;}.right .snippet-flex:hover .txt h3{color:#000;}.events .snippet-flex,.events .snippet-flex+.snippet-flex{margin:4px;background:#fff;align-items:center;}.no-borders .snippet-flex{border:0;padding:0;}.no-borders .snippet-flex:hover{border:0;}.snippet-flex{display:flex;flex-flow:row wrap;align-items:stretch;padding:5px;border:1px solid #d6d6d6;}.snippet-flex:hover{border:1px solid #a00;}.snippet-flex .txt{flex:15 15 auto;order:10;width:calc(-110%);min-width:100px;margin:4px;}.snippet-flex .txt h2,.snippet-flex .txt h3,.snippet-flex .txt h4{margin:0;}.snippet-flex .txt p{margin-top:4px;}.snippet-flex .img{flex:1 0 auto;order:0;text-align:center;}.snippet-flex .img img{vertical-align:middle;}.snippet-flex+.snippet-flex{margin-top:10px;}.snippet-box+.snippet-box{margin-top:4px;}.snippet-box{display:block;width:100%;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#000;color:#fff;position:relative;}.snippet-box .txt{position:absolute;padding:4px;bottom:0;left:0;right:0;background:rgba(0,0,0,.4);}.snippet-box .txt h2,.snippet-box .txt h3,.snippet-box .txt h4{margin:0;}.mh250{min-height:256px;}.bbc-flex{display:flex;flex-wrap:wrap;}.bbc-snippet.b300x250{background-color:transparent;padding-bottom:0;}.bbc-snippet.b300x250 img{border:#ccc solid 5px;}.bbc-snippet{margin:4px;margin-bottom:16px;position:relative;border-top:#737373 solid 1px;}.bbc-snippet.cat{padding-bottom:2em;}.bbc-snippet h2{font-size:20px;line-height:22px;}.bbc-snippet p{display:none;}.bbc-snippet img{transition:all 1s ease;width:100%;height:auto;}.bbc-snippet:hover{border-top-color:#a00;}.bbc-snippet:hover .txt a{transition:all 1s ease;color:#a00;}.bbc-snippet:hover img{filter:brightness(110%) contrast(130%);}.bbc-snippet .txt{margin-top:4px;}.bbc-snippet h3{margin:0;}.bbc-snippet .cat-link{position:absolute;bottom:.5em;right:0;left:0;border-left:#fbb040 solid 5px;padding-left:4px;}.position-relative{position:relative;}.txt .visits{position:absolute;bottom:-9px;right:0;color:#797979;}.red-links{padding:10px 0;text-align:right;}.red-links a{color:#a00;display:inline-block;margin-right:10px;}.red-links a:hover{text-decoration:underline;}@font-face{font-family:'fontello';font-display:swap;src:url("/Content/font/fontello.eot?2335296");src:url("/Content/font/fontello.eot?2335296#iefix") format("embedded-opentype"),url("/Content/font/fontello.woff2?2335296") format("woff2"),url("/Content/font/fontello.woff?2335296") format("woff"),url("/Content/font/fontello.ttf?2335296") format("truetype"),url("/Content/font/fontello.svg?2335296#fontello") format("svg");font-weight:normal;font-style:normal;}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:'fontello';src:url("/Content/font/fontello.svg?2335296#fontello") format("svg");}}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;}.icon-search:before{content:'';}.icon-newspaper:before{content:'';}.icon-arrows-cw:before{content:'';}.icon-calendar:before,.fa-calendar:before,.fa-calendar-o:before{content:'';}.icon-link-ext:before,.fa-external-link:before{content:'';}.icon-bookmark-empty:before,.fa-bookmark:before{content:'';}.icon-building:before,.fa-building:before,.fa-building-o:before{content:'';}.icon-rss-squared:before{content:'';}.icon-youtube-squared:before{content:'';}.icon-twitter-squared:before{content:'';}.icon-facebook-squared:before{content:'';}.icon-linkedin-squared:before{content:'';}.icon-x-squared:before{content:url(/Content/icons/x-svg.svg);width:10px;height:10px;}body,html{font-family:Helvetica,"Helvetica Neue",Arial,sans-serif,Gotham;font-size:12pt;font-weight:normal;line-height:16pt;}h1,h2,h3,h4,h5{line-height:110%;}[property='articleBody']{font-size:14pt;line-height:19pt;}span[itemprop="author"],.person .fn,h1,h2,h3,h4,h5{font-family:"Times New Roman","Helvetica Neue",Helvetica,serif;}.socials{margin-bottom:8px;text-align:right;font-size:2rem;display:inline-block;}.socials [class^="icon-"]:before,.socials [class*=" icon-"]:before{margin:0 -.1em;padding:0;}.icon-twitter-squared:before{color:#1da1f2;}.icon-facebook-squared:before{color:#4267b2;}.icon-linkedin-squared:before{color:#0073b0;}.icon-rss-squared:before{color:#fbb040;}.icon-youtube-squared:before{color:#c4302b;}.icon:before,.fa-calendar:before,.fa-calendar-o:before,.fa-building:before,.fa-building-o:before,.fa-bookmark:before,.fa-external-link:before,[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;}[itemprop="author"] img,.author-panel img{border-radius:50%;float:left;margin-right:8px;}[itemprop="author"] h4,.author-panel h4{margin:0;}[itemprop="author"] p,.author-panel p{font-style:italic;}h1~[itemprop="author"]{margin:16px 0 16px 40px;padding-left:8px;border-left:solid 5px #fbb040;}h1~[itemprop="author"] a{color:#4a4a4a;}h1~[itemprop="author"] a:hover{color:#a00;}span[itemprop="author"]{font-style:normal;font-weight:bold;}span[itemprop="author"]:after{content:" •";}.authors h1{margin-bottom:16px;}.authors [itemprop="author"]{margin-top:16px;border-bottom:1px dotted #858585;}.author-panel{padding:4px;border:1px dotted #858585;background-color:#ededed;overflow:hidden;}.author-panel h1{margin-bottom:0;}.fr-img-caption img,.fr-fic img{display:block;width:100%;margin:16px 0;}.fr-img-caption .fr-inner,.fr-fic .fr-inner{display:block;font-size:80%;line-height:120%;margin-top:-8px;margin-bottom:16px;}.fr-img-caption .fr-inner br,.fr-fic .fr-inner br{display:none;}.images-wrapper{float:none;width:100%;margin-bottom:8px;}.images-wrapper .thumbs{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:8px;}.images-wrapper .thumbs button{margin:4px;}.images-wrapper .thumbs button.active{border-color:#a00;}.images-wrapper .images{position:relative;width:100%;border:#ddd solid 1px;}.images-wrapper .images .image{z-index:1;opacity:0;}.images-wrapper .images .image.active{z-index:2;opacity:1;}.images-wrapper .images .image img{display:block;margin:0 auto;}.images-wrapper .images .image .caption{background:rgba(255,255,255,.7);color:#000;padding:4px;font-size:80%;line-height:120%;font-style:italic;}.images-wrapper.single .images .image img{width:100%;}@media screen and (min-width:650px){.images-wrapper.many .images{height:430px;}}@media screen and (max-width:650px){.images-wrapper.many .images{height:430px;}}@media screen and (max-width:630px){.images-wrapper.many .images{height:417px;}}@media screen and (max-width:610px){.images-wrapper.many .images{height:404px;}}@media screen and (max-width:590px){.images-wrapper.many .images{height:391px;}}@media screen and (max-width:570px){.images-wrapper.many .images{height:378px;}}@media screen and (max-width:550px){.images-wrapper.many .images{height:365px;}}@media screen and (max-width:530px){.images-wrapper.many .images{height:352px;}}@media screen and (max-width:510px){.images-wrapper.many .images{height:339px;}}@media screen and (max-width:490px){.images-wrapper.many .images{height:326px;}}@media screen and (max-width:470px){.images-wrapper.many .images{height:313px;}}@media screen and (max-width:450px){.images-wrapper.many .images{height:300px;}}@media screen and (max-width:430px){.images-wrapper.many .images{height:287px;}}@media screen and (max-width:410px){.images-wrapper.many .images{height:274px;}}@media screen and (max-width:390px){.images-wrapper.many .images{height:261px;}}@media screen and (max-width:370px){.images-wrapper.many .images{height:248px;}}@media screen and (max-width:350px){.images-wrapper.many .images{height:235px;}}@media screen and (max-width:330px){.images-wrapper.many .images{height:222px;}}@media screen and (max-width:310px){.images-wrapper.many .images{height:209px;}}@media screen and (max-width:290px){.images-wrapper.many .images{height:196px;}}@media screen and (max-width:270px){.images-wrapper.many .images{height:183px;}}@media screen and (max-width:250px){.images-wrapper.many .images{height:170px;}}.images-wrapper.many .images .image{transition:all 1s ease;position:absolute;top:0;bottom:0;left:0;right:0;}.images-wrapper.many .images .image .caption{position:absolute;bottom:0;left:0;right:0;}.calendar-sub-date{font-size:120%;text-align:right;color:#003b7b;}.nwm-event{margin:8px 0 16px 0;border-bottom:1px dotted #858585;padding-bottom:8px;}.nwm-event .links{margin-top:4px;text-align:center;}.nwm-event .links a{padding-left:8px;}.nwm-event .info{display:flex;font-style:italic;margin:8px 0;}.nwm-event .info .date,.nwm-event .info .location{flex:1 1;}.nwm-event img{float:left;margin-right:8px;}.person{margin-bottom:8px;border:1px dotted #858585;padding:8px;}.person img{float:left;margin-right:8px;}.person .contact-item{display:block;}.person .fn{font-size:150%;font-weight:bold;}.issue-wrapper+hr{display:none;}.issue-wrapper{border-bottom:1px dotted #858585;margin-bottom:10px;padding:0 0 5px 120px;overflow:hidden;font-size:80%;}.issue-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.issue-wrapper *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.issue-wrapper *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.issue-wrapper h2{margin:0;color:#005c94;}.issue-wrapper h3{border:0;}.issue-wrapper .label{color:#005c94;font-weight:bold;}.issue-wrapper .label:after{content:":";}.issue-wrapper .issue-name{display:inline-block;float:left;color:#fff;background-color:#005c94;text-align:center;margin-left:-120px;padding:5px 7px;max-width:100px;}.issue-wrapper .issue-name a{color:#fff;}.issue-wrapper .issue-name a:hover{color:#fff;}.issue-wrapper .issue-name span{display:block;padding:5px;font-family:"Arial Narrow",sans-serif;font-weight:bold;background-color:#eee;color:#005c94;text-transform:uppercase;}.issue-wrapper .adclose{padding:2px;background-color:#eee;color:#808080;}@media print{.wrapper .header .logo{max-width:25%;}.images{max-width:50%;float:left;margin-right:1%;}.nav,.right,.aside,[class*="addthis"],.wrapper .header .fixed,footer .flex-row,#dev-refresh{display:none;}}.sharethis-inline-share-buttons{margin-top:5px;}.magazine-bn{position:fixed;bottom:0;right:0;overflow:hidden;width:300px;height:300px;}.magazine-bn a{border:0;}.magazine-bn img{max-width:200px;height:auto;transition:all .5s ease;transform:rotate(5deg) translate(78px,139px);box-shadow:9px -9px 13px -7px rgba(0,0,0,.75);}.magazine-bn a:hover img{transform:rotate(7deg) translate(74px,102px);}@media only screen and (max-width:768px){.magazine-bn{display:none;}}.sponsored-sub{background:#ffd391;display:inline-block;padding:1px 3px;color:#bd0102;text-transform:uppercase;font-weight:bold;font-size:8pt;}.ga-frow{display:flex;align-items:center;margin-bottom:20px;}.ga-views-iframe{padding:0 5px 0 0;border:#000 solid 1px;border-width:0 1px 0 0;height:50px;width:100px;flex:1 1 100px;}[property="articleBody"] a,.magazine-issue a{color:#a00;text-decoration:underline;}[property="articleBody"] a:hover,.magazine-issue a:hover{text-decoration:none;}.cover-with-links{text-align:center;}.cover-with-links img{display:block;margin:0 auto;}.cover-with-links a{display:inline-block;margin:4px;padding:8px;background:#a00;border-radius:3px;color:#fff;}.magazine-issue{position:relative;margin:8px 0;padding:8px;border:#fbb040 solid 1px;overflow:hidden;}.magazine-issue h3{margin:10px 0 20px 0;}.magazine-issue .img{float:left;margin:0 8px 0 0;}.magazine-issue .btn{display:inline-block;padding:5px;border:#ddd solid 1px;border-radius:5px;margin:2.5px 0;text-decoration:none;color:#000;}.magazine-issue .btn:hover{border-color:#a00;color:#a00;}.magazine-issue .bottom{position:absolute;bottom:8px;right:8px;}.right>a{display:flex;align-items:center;justify-content:center;}.wrapper.inner{display:flex;}.wrapper.inner .right{padding:4px;background:#f3f3f3;margin:0 auto;}.wrapper.inner .right>div{margin:8px 4px;}.wrapper.inner .right>div:first-of-type{margin-top:0;}@media screen and (min-width:1010px){.wrapper.inner .article-wrapper{padding-right:16px;flex:1 1;}}.wrapper.inner .article{padding:8px;}@media screen and (max-width:1010px){.wrapper.inner{flex-direction:column;}.wrapper.inner .article-wrapper{flex:1 1 auto;}.wrapper.inner .right{flex:1 1 auto;display:flex;flex-wrap:wrap;}.wrapper.inner .right>*{flex:1 1 300px;}.wrapper.inner .right>div:first-of-type{margin-top:8px;}}@media screen and (min-width:1010px){.wrapper.inner{flex-direction:row;}.wrapper.inner .right{flex:0 0 310px;}}.top-banner{text-align:center;max-width:728px;max-height:90px;overflow:hidden;margin:0 auto;}.top-banner img{display:block;margin:4px auto 0 auto;}@media screen and (max-width:1010px){.top-banner img{margin:4px auto;}}@media screen and (min-width:1010px){.mini-header{display:none;}.header{display:flex;margin:0 -8px;align-items:center;padding:4px 12px;}}@media screen and (min-width:1010px) and (max-width:1000px){.header{flex-direction:column;}}@media screen and (min-width:1010px){.header>*{width:100%;}.header .logo,.header .fixed{flex:1 1 350px;}.header .date{flex:10 10 auto;text-align:center;}.header .magazine{flex:1 1 350px;}.header .flexible{flex:100 100 auto;padding:8px;}}@media screen and (max-width:1010px){.mini-header{display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:11pt;font-weight:bold;text-transform:uppercase;}.mini-header .logo{flex:0 0 55px;padding:4px;padding-left:0;}.desktop{display:none;}.header{display:none;}}body,html{border:0;padding:0;}#dev-refresh{position:fixed;right:10px;top:30%;border-radius:50%;width:50px;height:50px;opacity:.3;}#dev-refresh:hover{opacity:1;color:#a00;border-color:#a00;}img{max-width:100%;height:auto;}iframe{max-width:100%;}h1.category,.advertize h1{font-family:Helvetica,"Helvetica Neue",Arial,sans-serif,Gotham;color:#003b7b;margin-bottom:16px;padding-right:1.2em;}h1.category>.icon-rss-squared,.advertize h1>.icon-rss-squared{float:right;margin-right:-1.2em;}.b300x250 img{display:block;margin:0 auto;}button{cursor:pointer;background:#fff;border:#858585 solid 1px;}input{border:#858585 solid 1px;}body{position:relative;background:#fff;}.wide .wrapper{max-width:1320px;}.narrow .wrapper{max-width:920px;}.wrapper{margin:0 auto;padding:4px;}.wrapper.main{background:#fff;margin-top:10px;}.categories a{display:inline-block;padding:4px;border:#ddd solid 1px;border-radius:4px;margin:2px 0;}.categories a:hover{border-color:#a00;}.meta{font-style:italic;text-align:right;}.right .subtitle{font-family:Helvetica,"Helvetica Neue",Arial,sans-serif,Gotham;font-size:12pt;margin:8px 0 0 0;}.snippet{display:block;margin:10px 0 20px 0;border-bottom:1px dotted #ccc;}.snippet::after{content:"";clear:both;display:table;}.snippet img,.snippet .img{float:left;margin-right:10px;}.snippet h1,.snippet h2,.snippet h3{margin-bottom:4px;}.btn1,.btn1:hover{border:0;margin:0;padding:0 10px 0 10px;position:relative;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;height:28px;line-height:28px;font-size:14px;font-weight:bold;color:#000;text-align:center;text-transform:uppercase;text-decoration:none;cursor:pointer;}.btn-red,.btn-red:hover{color:#fff;border-top:1px solid #444;box-shadow:0 1px 0 0 rgba(255,255,255,.4) inset;text-shadow:0 -1px 0 rgba(0,0,0,.4);background:#880201;background:-moz-linear-gradient(top,#880201 1%,#bd0102 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#880201),color-stop(100%,#bd0102));background:-webkit-linear-gradient(top,#880201 1%,#bd0102 100%);background:-o-linear-gradient(top,#880201 1%,#bd0102 100%);background:-ms-linear-gradient(top,#880201 1%,#bd0102 100%);background:linear-gradient(to bottom,#880201 1%,#bd0102 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#880201',endColorstr='#bd0102',GradientType=0);}.btn-red:hover{color:#000;}.article-wrapper .search-responsive{margin-bottom:50px;}.search-responsive form{margin:0;padding:0;width:100%;display:flex;align-items:center;}.search-responsive form input,.search-responsive form button{padding:4px;}.search-responsive form button{flex:0 0 30px;border-left:0;border-radius:0 5px 5px 0;}.search-responsive form input{flex:100 100 auto;border-radius:5px 0 0 5px;}.main .search-responsive form input,.main .search-responsive form button{padding:8px;}.main .search-responsive form button{flex:0 0 50px;border-left:0;border-radius:0 5px 5px 0;}.main .search-responsive form input{flex:100 100 auto;border-radius:5px 0 0 5px;}footer{border-top:#d7d7d7 solid 4px;background-color:#3f4345;color:#fff;}footer a{color:#fff;display:block;padding:11px 5px;}footer a:hover{color:#d7d7d7;}.copyright{text-align:left;font-size:10pt;color:#ddd;border-top:#4a4e50 solid 1px;}.clearfix:before,.nwm-event:before,.nwm-event .display-field:before,.person:before,.top-banner:before,.clearfix:after,.nwm-event:after,.nwm-event .display-field:after,.person:after,.top-banner:after{content:"";display:table;clear:both;height:0;width:100%;line-height:0;}footer .flex-row>div{flex:1 1 200px;}.flex-row{display:flex;flex-wrap:wrap;}.flex-row>*{flex:1 1 308px;padding:4px;}.flex-row>.flex-row{padding:0;}@media screen and (max-width:1000px){.flex-row.column-at-1200{flex-direction:column;}.flex-row.column-at-1200>.flex-row{flex:1 1 auto;}.flex-row.column-at-1200 .flexible{flex:100 1 50%;}}@media screen and (min-width:700px) and (max-width:1000px){.flex-row .slide-show{min-height:500px;}}@media screen and (max-width:700px){.flex-row .slide-show{min-height:350px;}}.flexible.h250{height:250px;overflow:hidden;position:relative;}.flexible.h500{height:515px;overflow:hidden;position:relative;min-width:250px;}.b300x250{flex:1 0 280px;background-color:#ccc;}.b300x250 a{display:block;}.b300x250 a+a{margin-top:4px;}.b300x250 img{display:block;margin:0 auto;}.slide-show{overflow:hidden;}.slide-show img{width:100%;}.right .module{padding:4px;margin-top:8px;background:#fff;border:1px solid #e1e1e1;}.right .module .snippet-flex{margin-bottom:4px;}@media screen and (max-width:1000px){.module{flex:1 1 50%;}}@media screen and (max-width:580px){.module{flex:1 1 100%;}}.module .title{display:block;background:#fbb040;font-family:Helvetica,"Helvetica Neue",Arial,sans-serif,Gotham;margin-bottom:0;line-height:140%;font-size:11px;padding:4px 8px;font-weight:bold;text-transform:uppercase;}.module .rss-item{display:block;text-align:center;}.module .rss-item img{display:block;margin:4px auto;}.module .rss-item h2{font-family:Helvetica,"Helvetica Neue",Arial,sans-serif,Gotham;font-size:1.2rem;}.module .rss-item h2,.module .rss-item p{margin:0;}.module .snippet-flex{margin-top:4px;}.magazine-subscription{padding:4px;background-color:#ffcc7f;border:#a00 solid 1px;border-radius:3px;margin:8px 4px;}.magazine-subscription h3{color:#a00;}.magazine-subscription button{background:#a00;color:#fff;}.magazine-subscription input,.magazine-subscription button{border-color:#a00;}.mb{margin-top:8px;text-align:center;}.mb img{display:block;margin:0 auto;}.btn.magazine-subscription{background-color:#a00;position:relative;display:inline-block;padding-right:76px;margin:0 0 10px 0;border-width:0;color:#fff;}.btn.magazine-subscription:hover{color:#fff;}.btn.magazine-subscription .cover{max-width:76px;position:absolute;bottom:0;right:-5px;}.flex-row-small{display:flex;}.flex-row-small .btn,.flex-row-small .socials{flex:0 0 auto;}.spacer{flex:1 1 auto;}table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%;font-size:80%;line-height:120%;}table.fr-dashed-borders td,table.fr-dashed-borders th{border-style:dashed;}table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5;}table td,table th{border:1px solid #ddd;}table td:empty,table th:empty{height:20px;}table td.fr-highlighted,table th.fr-highlighted{border:1px double #f00;}table td.fr-thick,table th.fr-thick{border-width:2px;}table th{background:#e6e6e6;}time{white-space:nowrap;}.emag-wrapper{margin-top:10px;}.emag-wrapper .e-logo{display:flex;padding-bottom:10px;justify-content:center;align-items:center;}.emag-wrapper .e-logo .pic{flex:0 0 60px;padding-right:10px;}.emag-wrapper .e-logo .pic svg{max-width:100%;}.emag-wrapper .e-logo .txt{flex:1 1 auto;background-color:#fbb040;color:#003b7b;font-weight:bold;font-size:14px;padding:3px;}.emag-wrapper .title{margin:0 0 5px 0;}.emag-wrapper img{max-width:100%;display:block;margin:0 auto;}.emag-wrapper .emag-contents{display:block;padding:140px 5px 5px 5px;margin:0;background-position:center;background-size:cover;border-bottom:#a00 solid 2px;}.emag-wrapper h3{margin:-5px;padding:5px;background-color:#ffffffaa;}#access-form label{font-weight:bold;margin:20px 0 5px 0;}#access-form input.text-box{display:block;width:100%;padding:8px 0;border-radius:5px;}#access-form span.text-danger{display:block;color:#a00;}#access-form .btn{display:inline-block;cursor:pointer;border-radius:5px;background-color:#a00;color:#fff;padding:10px 20px;margin-bottom:20px;}#access-form .input-validation-error{border-color:#a00;}
    /* <!-- ~/Content/css/partial-home.min.css --> */
/* <!-- ~/Content/css/partial-home-index.min.css --> */
.slide-show{display:flex;}.slides{background:#000;width:100%;position:relative;}.slides a{color:#fff;}.slides .main-image,.slides .blur{display:block;background-repeat:no-repeat;position:absolute;top:0;right:0;bottom:0;left:0;}.slides .main-image{background-size:contain;background-position:center top;}.slides .blur{background-size:cover;background-position:center;filter:blur(5px) brightness(.5);}@media screen and (min-width:1000px){.slides .blur{display:none;}}.slides .slide{display:block;background-repeat:no-repeat;background-position:center top;background-size:contain;position:absolute;top:0;right:0;bottom:0;left:0;transition:all 1s ease;z-index:1;opacity:0;}.slides .slide.active{z-index:2;opacity:1;}@media screen and (max-width:1000px){.black-bg{background:#000;}}#carousel{margin:0 auto;}.slide-alt{position:relative;background:#000;}.slide-alt .main-image,.slide-alt .blur{display:block;background-repeat:no-repeat;position:absolute;top:0;right:0;bottom:0;left:0;}.slide-alt .main-image{background-size:contain;background-position:center top;}.slide-alt .blur{background-size:cover;background-position:center;filter:blur(5px) brightness(.5);}@media screen and (min-width:1000px){.slide-alt .blur{display:none;}}.slide-title{position:absolute;bottom:0;left:0;right:0;padding:4px;background:rgba(0,0,0,.4);}.slide-title h1{margin-bottom:4px;color:#fff;font-size:22pt;}.slide-title h2{margin-bottom:4px;color:#fff;font-size:22pt;}.slide-title p{color:#fff;margin:0;}@media(max-width:1000px){.slide-title p{display:none;}}.bn-test{display:block;margin-top:8px;}.bn-test img{display:block;margin:0 auto;}.full-width-wrapper{margin:16px -4px;width:100%;padding:8px;border:#fbb040 solid;border-width:5px 0;background:#feeed6;}.full-width-wrapper h2{padding-left:4px;color:#000;margin:0;}.fl{display:block;background-color:#f8f8f8;padding:4px 8px;border:#797979 dotted;border-width:0 0 1px 0;}.fl:nth-child(even){background-color:#ebebeb;}@media screen and (min-width:1000px){.column-at-1200 .flex-row{flex-wrap:nowrap;}}

</style>
<script>
    /*! lazysizes - v5.2.2 */

    !function (e) { var t = function (u, D, f) { "use strict"; var k, H; if (function () { var e; var t = { lazyClass: "lazyload", loadedClass: "lazyloaded", loadingClass: "lazyloading", preloadClass: "lazypreload", errorClass: "lazyerror", autosizesClass: "lazyautosizes", srcAttr: "data-src", srcsetAttr: "data-srcset", sizesAttr: "data-sizes", minSize: 40, customMedia: {}, init: true, expFactor: 1.5, hFac: .8, loadMode: 2, loadHidden: true, ricTimeout: 0, throttleDelay: 125 }; H = u.lazySizesConfig || u.lazysizesConfig || {}; for (e in t) { if (!(e in H)) { H[e] = t[e] } } }(), !D || !D.getElementsByClassName) { return { init: function () { }, cfg: H, noSupport: true } } var O = D.documentElement, a = u.HTMLPictureElement, P = "addEventListener", $ = "getAttribute", q = u[P].bind(u), I = u.setTimeout, U = u.requestAnimationFrame || I, l = u.requestIdleCallback, j = /^picture$/i, r = ["load", "error", "lazyincluded", "_lazyloaded"], i = {}, G = Array.prototype.forEach, J = function (e, t) { if (!i[t]) { i[t] = new RegExp("(\\s|^)" + t + "(\\s|$)") } return i[t].test(e[$]("class") || "") && i[t] }, K = function (e, t) { if (!J(e, t)) { e.setAttribute("class", (e[$]("class") || "").trim() + " " + t) } }, Q = function (e, t) { var i; if (i = J(e, t)) { e.setAttribute("class", (e[$]("class") || "").replace(i, " ")) } }, V = function (t, i, e) { var a = e ? P : "removeEventListener"; if (e) { V(t, i) } r.forEach(function (e) { t[a](e, i) }) }, X = function (e, t, i, a, r) { var n = D.createEvent("Event"); if (!i) { i = {} } i.instance = k; n.initEvent(t, !a, !r); n.detail = i; e.dispatchEvent(n); return n }, Y = function (e, t) { var i; if (!a && (i = u.picturefill || H.pf)) { if (t && t.src && !e[$]("srcset")) { e.setAttribute("srcset", t.src) } i({ reevaluate: true, elements: [e] }) } else if (t && t.src) { e.src = t.src } }, Z = function (e, t) { return (getComputedStyle(e, null) || {})[t] }, s = function (e, t, i) { i = i || e.offsetWidth; while (i < H.minSize && t && !e._lazysizesWidth) { i = t.offsetWidth; t = t.parentNode } return i }, ee = function () { var i, a; var t = []; var r = []; var n = t; var s = function () { var e = n; n = t.length ? r : t; i = true; a = false; while (e.length) { e.shift()() } i = false }; var e = function (e, t) { if (i && !t) { e.apply(this, arguments) } else { n.push(e); if (!a) { a = true; (D.hidden ? I : U)(s) } } }; e._lsFlush = s; return e }(), te = function (i, e) { return e ? function () { ee(i) } : function () { var e = this; var t = arguments; ee(function () { i.apply(e, t) }) } }, ie = function (e) { var i; var a = 0; var r = H.throttleDelay; var n = H.ricTimeout; var t = function () { i = false; a = f.now(); e() }; var s = l && n > 49 ? function () { l(t, { timeout: n }); if (n !== H.ricTimeout) { n = H.ricTimeout } } : te(function () { I(t) }, true); return function (e) { var t; if (e = e === true) { n = 33 } if (i) { return } i = true; t = r - (f.now() - a); if (t < 0) { t = 0 } if (e || t < 9) { s() } else { I(s, t) } } }, ae = function (e) { var t, i; var a = 99; var r = function () { t = null; e() }; var n = function () { var e = f.now() - i; if (e < a) { I(n, a - e) } else { (l || r)(r) } }; return function () { i = f.now(); if (!t) { t = I(n, a) } } }, e = function () { var v, m, c, h, e; var y, z, g, p, C, b, A; var n = /^img$/i; var d = /^iframe$/i; var E = "onscroll" in u && !/(gle|ing)bot/.test(navigator.userAgent); var _ = 0; var w = 0; var N = 0; var M = -1; var x = function (e) { N--; if (!e || N < 0 || !e.target) { N = 0 } }; var W = function (e) { if (A == null) { A = Z(D.body, "visibility") == "hidden" } return A || !(Z(e.parentNode, "visibility") == "hidden" && Z(e, "visibility") == "hidden") }; var S = function (e, t) { var i; var a = e; var r = W(e); g -= t; b += t; p -= t; C += t; while (r && (a = a.offsetParent) && a != D.body && a != O) { r = (Z(a, "opacity") || 1) > 0; if (r && Z(a, "overflow") != "visible") { i = a.getBoundingClientRect(); r = C > i.left && p < i.right && b > i.top - 1 && g < i.bottom + 1 } } return r }; var t = function () { var e, t, i, a, r, n, s, l, o, u, f, c; var d = k.elements; if ((h = H.loadMode) && N < 8 && (e = d.length)) { t = 0; M++; for (; t < e; t++) { if (!d[t] || d[t]._lazyRace) { continue } if (!E || k.prematureUnveil && k.prematureUnveil(d[t])) { R(d[t]); continue } if (!(l = d[t][$]("data-expand")) || !(n = l * 1)) { n = w } if (!u) { u = !H.expand || H.expand < 1 ? O.clientHeight > 500 && O.clientWidth > 500 ? 500 : 370 : H.expand; k._defEx = u; f = u * H.expFactor; c = H.hFac; A = null; if (w < f && N < 1 && M > 2 && h > 2 && !D.hidden) { w = f; M = 0 } else if (h > 1 && M > 1 && N < 6) { w = u } else { w = _ } } if (o !== n) { y = innerWidth + n * c; z = innerHeight + n; s = n * -1; o = n } i = d[t].getBoundingClientRect(); if ((b = i.bottom) >= s && (g = i.top) <= z && (C = i.right) >= s * c && (p = i.left) <= y && (b || C || p || g) && (H.loadHidden || W(d[t])) && (m && N < 3 && !l && (h < 3 || M < 4) || S(d[t], n))) { R(d[t]); r = true; if (N > 9) { break } } else if (!r && m && !a && N < 4 && M < 4 && h > 2 && (v[0] || H.preloadAfterLoad) && (v[0] || !l && (b || C || p || g || d[t][$](H.sizesAttr) != "auto"))) { a = v[0] || d[t] } } if (a && !r) { R(a) } } }; var i = ie(t); var B = function (e) { var t = e.target; if (t._lazyCache) { delete t._lazyCache; return } x(e); K(t, H.loadedClass); Q(t, H.loadingClass); V(t, L); X(t, "lazyloaded") }; var a = te(B); var L = function (e) { a({ target: e.target }) }; var T = function (t, i) { try { t.contentWindow.location.replace(i) } catch (e) { t.src = i } }; var F = function (e) { var t; var i = e[$](H.srcsetAttr); if (t = H.customMedia[e[$]("data-media") || e[$]("media")]) { e.setAttribute("media", t) } if (i) { e.setAttribute("srcset", i) } }; var s = te(function (t, e, i, a, r) { var n, s, l, o, u, f; if (!(u = X(t, "lazybeforeunveil", e)).defaultPrevented) { if (a) { if (i) { K(t, H.autosizesClass) } else { t.setAttribute("sizes", a) } } s = t[$](H.srcsetAttr); n = t[$](H.srcAttr); if (r) { l = t.parentNode; o = l && j.test(l.nodeName || "") } f = e.firesLoad || "src" in t && (s || n || o); u = { target: t }; K(t, H.loadingClass); if (f) { clearTimeout(c); c = I(x, 2500); V(t, L, true) } if (o) { G.call(l.getElementsByTagName("source"), F) } if (s) { t.setAttribute("srcset", s) } else if (n && !o) { if (d.test(t.nodeName)) { T(t, n) } else { t.src = n } } if (r && (s || o)) { Y(t, { src: n }) } } if (t._lazyRace) { delete t._lazyRace } Q(t, H.lazyClass); ee(function () { var e = t.complete && t.naturalWidth > 1; if (!f || e) { if (e) { K(t, "ls-is-cached") } B(u); t._lazyCache = true; I(function () { if ("_lazyCache" in t) { delete t._lazyCache } }, 9) } if (t.loading == "lazy") { N-- } }, true) }); var R = function (e) { if (e._lazyRace) { return } var t; var i = n.test(e.nodeName); var a = i && (e[$](H.sizesAttr) || e[$]("sizes")); var r = a == "auto"; if ((r || !m) && i && (e[$]("src") || e.srcset) && !e.complete && !J(e, H.errorClass) && J(e, H.lazyClass)) { return } t = X(e, "lazyunveilread").detail; if (r) { re.updateElem(e, true, e.offsetWidth) } e._lazyRace = true; N++; s(e, t, r, a, i) }; var r = ae(function () { H.loadMode = 3; i() }); var l = function () { if (H.loadMode == 3) { H.loadMode = 2 } r() }; var o = function () { if (m) { return } if (f.now() - e < 999) { I(o, 999); return } m = true; H.loadMode = 3; i(); q("scroll", l, true) }; return { _: function () { e = f.now(); k.elements = D.getElementsByClassName(H.lazyClass); v = D.getElementsByClassName(H.lazyClass + " " + H.preloadClass); q("scroll", i, true); q("resize", i, true); q("pageshow", function (e) { if (e.persisted) { var t = D.querySelectorAll("." + H.loadingClass); if (t.length && t.forEach) { U(function () { t.forEach(function (e) { if (e.complete) { R(e) } }) }) } } }); if (u.MutationObserver) { new MutationObserver(i).observe(O, { childList: true, subtree: true, attributes: true }) } else { O[P]("DOMNodeInserted", i, true); O[P]("DOMAttrModified", i, true); setInterval(i, 999) } q("hashchange", i, true);["focus", "mouseover", "click", "load", "transitionend", "animationend"].forEach(function (e) { D[P](e, i, true) }); if (/d$|^c/.test(D.readyState)) { o() } else { q("load", o); D[P]("DOMContentLoaded", i); I(o, 2e4) } if (k.elements.length) { t(); ee._lsFlush() } else { i() } }, checkElems: i, unveil: R, _aLSL: l } }(), re = function () { var i; var n = te(function (e, t, i, a) { var r, n, s; e._lazysizesWidth = a; a += "px"; e.setAttribute("sizes", a); if (j.test(t.nodeName || "")) { r = t.getElementsByTagName("source"); for (n = 0, s = r.length; n < s; n++) { r[n].setAttribute("sizes", a) } } if (!i.detail.dataAttr) { Y(e, i.detail) } }); var a = function (e, t, i) { var a; var r = e.parentNode; if (r) { i = s(e, r, i); a = X(e, "lazybeforesizes", { width: i, dataAttr: !!t }); if (!a.defaultPrevented) { i = a.detail.width; if (i && i !== e._lazysizesWidth) { n(e, r, a, i) } } } }; var e = function () { var e; var t = i.length; if (t) { e = 0; for (; e < t; e++) { a(i[e]) } } }; var t = ae(e); return { _: function () { i = D.getElementsByClassName(H.autosizesClass); q("resize", t) }, checkElems: t, updateElem: a } }(), t = function () { if (!t.i && D.getElementsByClassName) { t.i = true; re._(); e._() } }; return I(function () { H.init && t() }), k = { cfg: H, autoSizer: re, loader: e, init: t, uP: Y, aC: K, rC: Q, hC: J, fire: X, gW: s, rAF: ee } }(e, e.document, Date); e.lazySizes = t, "object" == typeof module && module.exports && (module.exports = t) }("undefined" != typeof window ? window : {});
</script>



<script src="https://cdn.broadstreetads.com/init-2.min.js"></script>
<script>broadstreet.watch()</script>

    
    <link rel="alternate" type="application/rss+xml" title="Offshore Engineer News" href="https://www.oedigital.com/news/latest?format=feed">
        <link href='https://www.oedigital.com/' rel='canonical' />
        <link href='https://www.oedigital.com/amp' rel='amphtml' />



    <script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=650cb5e0637e200019cd34a9&product=sop&source=platform"  defer ></script>

</head>
<body class="wide">
    


    




<div style="aspect-ratio: 6 / 1;  max-width:600px; overflow: hidden;  padding:1;margin: 0 auto;  text-align: center;">
    <broadstreet-zone zone-id='156620'></broadstreet-zone>
    
</div>
<div class="wrapper desktop">

    <div class="header">

        <div class="logo">
            <a href="/">
                <img src="/Content/logo.svg" alt="Offshore News, Offshore Engineer Magazine" tstyle="width:100%;" />
            </a>
        </div>
        <div class="date">
Friday, April 3, 2026        </div>
        <div class="fixed">
            <div class="flex-row-small">
                <div class="socials">
                    <a target="_blank" class="icon-linkedin-squared" href="https://www.linkedin.com/company/offshore-engineer/"></a>
                    <a target="_blank" class="icon-facebook-squared" href="https://www.facebook.com/pages/Offshore-Engineer-Magazine/108429650975"></a>
                    <a target="_blank" class="icon-x-squared" href="https://twitter.com/OEdigital"></a>
                    <a target="_blank" class="icon-youtube-squared" href="https://www.youtube.com/channel/UCwBXCAFcUzC4C84HBsndIPA"></a>
                    <a target="_blank" class="icon-rss-squared" rel="alternate" type="application/rss+xml" href="https://www.oedigital.com/news/latest?format=feed"></a>
                </div>

                <span class="spacer"></span>

                <a href="https://subscribe.oedigital.com/Subscribe/OESubscribtion2018"
                   class="btn magazine-subscription">
                    <img class="cover lazyload" data-src="/Content/cover-rotated-right-shaddow.png" alt="Offshore Enginer Magazine" />
                    Subscribe
                </a>
            </div>
            


<div class="search-responsive">
<form action="/news/search" method="get" target="_top">        <input type="text" name="search" placeholder="Search..." />
        <button type="submit"><span class="icon-search"></span></button>
</form></div>

        </div>
        
    </div>
</div>
<div>
    

<div class="nav">
    <div class="wrapper">
        <input type="checkbox" id="toggle">
        <div class="mini-header">
            <div class="logo">
                <a href="/">
                    

    <img src="/Content/logo-small.svg" 
         width="50"
         height="32"
         alt="Offshore Engineering" />

                </a>
            </div>

            <a href="/news/search"><span class="icon-search"></span>Search</a>
            <a href="https://subscribe.oedigital.com/Subscribe/OESubscribtion2018"><span class="icon-newspaper"></span> Subscribe</a>

            <label  class="humburger" for="toggle">Menu</label>
        </div>
        <nav class="hor">
            


<ul>
    <li>
            <a href="/regions">Regions</a>
        


<ul>
    <li>
            <a href="/regions/north-america">North America</a>
            </li>        
    <li>
            <a href="/regions/south-america">South America</a>
            </li>        
    <li>
            <a href="/regions/europe">Europe</a>
            </li>        
    <li>
            <a href="/regions/africa">Africa</a>
            </li>        
    <li>
            <a href="/regions/middle-east">Middle East</a>
            </li>        
    <li>
            <a href="/regions/asia">Asia</a>
            </li>        
    <li>
            <a href="/regions/australia-nz">Australia/NZ</a>
            </li>        
</ul>
    </li>        
    <li>
            <a href="/energy">Energy</a>
        


<ul>
    <li>
            <a href="/energy/natural-gas">Natural Gas</a>
            </li>        
    <li>
            <a href="/energy/shale">Shale</a>
            </li>        
    <li>
            <a href="/energy/lng">LNG</a>
            </li>        
    <li>
            <a href="/energy/renewables">Renewables</a>
            </li>        
    <li>
            <a href="/energy/regulations">Regulations</a>
            </li>        
</ul>
    </li>        
    <li>
            <a href="/geoscience">Geoscience</a>
            </li>        
    <li>
            <a href="/engineering">Engineering</a>
        


<ul>
    <li>
            <a href="/engineering/inspection-repair-maintenance">Inspection &amp; Repair &amp; Maintenance</a>
            </li>        
</ul>
    </li>        
    <li>
            <a href="/technology">Technology</a>
        


<ul>
    <li>
            <a href="/technology/hardware">Hardware</a>
            </li>        
    <li>
            <a href="/technology/software">Software</a>
            </li>        
    <li>
            <a href="/technology/safety-security">Safety &amp; Security</a>
            </li>        
</ul>
    </li>        
    <li>
            <a href="/vessels">Vessels</a>
        


<ul>
    <li>
            <a href="/vessels/flng">FLNG</a>
            </li>        
    <li>
            <a href="/vessels/floating-production">Floating Production</a>
            </li>        
    <li>
            <a href="/vessels/support-vessel">Support Vessel</a>
            </li>        
    <li>
            <a href="/vessels/construction-vessel">Construction Vessel</a>
            </li>        
    <li>
            <a href="/vessels/rov-dive-support">ROV &amp; Dive Support</a>
            </li>        
</ul>
    </li>        
    <li>
            <a href="/subsea">Subsea</a>
        


<ul>
    <li>
            <a href="/subsea/deepwater">Deepwater</a>
            </li>        
    <li>
            <a href="/subsea/shallow-water">Shallow Water</a>
            </li>        
</ul>
    </li>        
    <li>
            <a href="/drilling">Drilling</a>
        


<ul>
    <li>
            <a href="/drilling/rigs">Rigs</a>
            </li>        
    <li>
            <a href="/drilling/decommissioning">Decommissioning</a>
            </li>        
    <li>
            <a href="/drilling/drilling-hardware">Drilling Hardware</a>
            </li>        
</ul>
    </li>        
    <li>
            <a href="/production">Production</a>
        


<ul>
    <li>
            <a href="/production/well-operations">Well Operations</a>
            </li>        
    <li>
            <a href="/production/workover">Workover</a>
            </li>        
    <li>
            <a href="/production/fpso">FPSO</a>
            </li>        
</ul>
    </li>        
    <li>
            <a href="/events">Events</a>
            </li>        
    <li>
            <a href="/advertise">Advertise</a>
            </li>        
    <li>
            <a href="/t/video">OE TV</a>
            </li>        
</ul>

        </nav>
    </div>
</div>

  
</div>  
    <div class="wrapper main">
        








<div class="flex-row column-at-1200">
    <div class="slide-show">
        
<div class="slides">
    <a class="slide active" href="https://www.oedigital.com/news/537626-borr-drilling-secures-new-drilling-rig-contracts-across-four-regions">
        <div class="blur" style="background-image:url(https://images.oedigital.com/images/maritime/w640h400c/illustration-credit-drilling-169453.jpg);"></div>
        <div class="main-image" style="background-image:url(https://images.oedigital.com/images/maritime/w640h400c/illustration-credit-drilling-169453.jpg);"></div>


        

        <div class="slide-title">
            <div>
                    <h1>Borr Drilling Secures New Drilling Rig Contracts Across Four Regions</h1>
                            </div>
        </div>
    </a>
    <a class="slide " href="https://www.oedigital.com/news/537630-omv-petrom-s-black-sea-well-fails-to-find-significant-gas-volumes">
        <div class="blur" style="background-image:url(https://images.oedigital.com/images/maritime/w640h400c/globetrotter-drillship-credit-noble-corporation-169458.jpg);"></div>
        <div class="main-image" style="background-image:url(https://images.oedigital.com/images/maritime/w640h400c/globetrotter-drillship-credit-noble-corporation-169458.jpg);"></div>


        

        <div class="slide-title">
            <div>
                    <h2>OMV Petrom’s Black Sea Well Fails to Find Significant Gas Volumes</h2>
                            </div>
        </div>
    </a>
    <a class="slide " href="https://www.oedigital.com/news/537623-bp-adnoc-jv-takes-fid-on-harmattan-gas-project-off-egypt">
        <div class="blur" style="background-image:url(https://images.oedigital.com/images/maritime/w640h400c/corlaffra-adobe-stock-169452.jpeg);"></div>
        <div class="main-image" style="background-image:url(https://images.oedigital.com/images/maritime/w640h400c/corlaffra-adobe-stock-169452.jpeg);"></div>


        

        <div class="slide-title">
            <div>
                    <h2>BP, ADNOC JV Takes FID on Harmattan Gas Project off Egypt</h2>
                            </div>
        </div>
    </a>
</div>

<script>
    var parent = document.querySelector('.slides');
    var slidesInterval = setInterval(function () {
        var listitems = document.querySelectorAll('.slide'); /* Get all list items */
        var nextShouldBeActive = false;
        for (var i = 0; i < listitems.length; i++) {
            if (nextShouldBeActive) {
                listitems[i].className = 'slide active';
                nextShouldBeActive = false;
                continue;
            }
            if (listitems[i].className.indexOf('active') !== -1) {
                nextShouldBeActive = true;
            }
            listitems[i].className = 'slide';
        }
        if (nextShouldBeActive) {
            listitems[0].className = 'slide active';
        }
    }, 6000);
    
</script>



    </div>

    <div class="flex-row">
        <div class="flexible h500 no-borders">
            <div class="subtitle" style="margin-bottom:10px;">
                <b><a href="https://www.oedigital.com/news/latest" title="Latest Offhore Energy News"> Latest News</a></b>
            </div>




<a class="snippet-flex" href="/news/537655-droneq-robotics-mark-offshore-collaborate-with-r-v-mintis" style="" >
    <div class="txt" >
        <h3 title="DroneQ Robotics, Mark Offshore Collaborate with R/V Mintis">DroneQ Robotics, Mark Offshore Collaborate with R/V Mintis</h3>
    </div>
    <div class="img" style="flex:1 1 50px; " >
                    <img class="lazyload" 
                 width="50"
                 height="50"
                 data-src="https://images.oedigital.com/images/maritime/w50h50c/droneq-robotics-169469.jpg" 
                 alt="DroneQ Robotics, Mark Offshore" />

    </div>
</a>



<a class="snippet-flex" href="/news/537629-eco-wave-power-completes-los-angeles-wave-energy-pilot-with-shell" style="" >
    <div class="txt" >
        <h3 title="Eco Wave Power Completes Los Angeles Wave Energy Pilot with Shell">Eco Wave Power Completes Los Angeles Wave Energy Pilot with Shell</h3>
    </div>
    <div class="img" style="flex:1 1 50px; " >
                    <img class="lazyload" 
                 width="50"
                 height="50"
                 data-src="https://images.oedigital.com/images/maritime/w50h50c/power-pilot-credit-olsen-power-169456.jpg" 
                 alt="Eco Wave Power Completes Los A" />

    </div>
</a>



<a class="snippet-flex" href="/news/537622-oil-hikes-7-after-trump-says-us-israel-will-keep-striking-iran" style="" >
    <div class="txt" >
        <h3 title="Oil Hikes 7% after Trump Says US-Israel will Keep Striking Iran">Oil Hikes 7% after Trump Says US-Israel will Keep Striking Iran</h3>
    </div>
    <div class="img" style="flex:1 1 50px; " >
                    <img class="lazyload" 
                 width="50"
                 height="50"
                 data-src="https://images.oedigital.com/images/maritime/w50h50c/ideas-adobe-stock-169450.jpeg" 
                 alt="Oil Hikes 7% after Trump Says " />

    </div>
</a>



<a class="snippet-flex" href="/news/537620-enquest-enters-malaysia-with-cendramas-production-sharing-deal" style="" >
    <div class="txt" >
        <h3 title="EnQuest Enters Malaysia with Cendramas Production Sharing Deal">EnQuest Enters Malaysia with Cendramas Production Sharing Deal</h3>
    </div>
    <div class="img" style="flex:1 1 50px; " >
                    <img class="lazyload" 
                 width="50"
                 height="50"
                 data-src="https://images.oedigital.com/images/maritime/w50h50c/bomboman-adobe-stock-169448.jpeg" 
                 alt="EnQuest Enters Malaysia with C" />

    </div>
</a>



<a class="snippet-flex" href="/news/537618-iea-oil-supply-disruptions-to-impact-europe-from-april" style="" >
    <div class="txt" >
        <h3 title="IEA: Oil Supply Disruptions to Impact Europe from April">IEA: Oil Supply Disruptions to Impact Europe from April</h3>
    </div>
    <div class="img" style="flex:1 1 50px; " >
                    <img class="lazyload" 
                 width="50"
                 height="50"
                 data-src="https://images.oedigital.com/images/maritime/w50h50c/mahir-asadli-adobe-stock-169447.jpeg" 
                 alt="IEA: Oil Supply Disruptions to" />

    </div>
</a>



<a class="snippet-flex" href="/news/537614-energean-warns-prolonged-conflict-may-delay-1b-gas-project" style="" >
    <div class="txt" >
        <h3 title="Energean Warns Prolonged Conflict May Delay $1B Gas Project">Energean Warns Prolonged Conflict May Delay $1B Gas Project</h3>
    </div>
    <div class="img" style="flex:1 1 50px; " >
                    <img class="lazyload" 
                 width="50"
                 height="50"
                 data-src="https://images.oedigital.com/images/maritime/w50h50c/credit-energean-169445.jpg" 
                 alt="Energean Warns Prolonged Confl" />

    </div>
</a>



<a class="snippet-flex" href="/news/537609-subsea7-awarded-contract-offshore-equatorial-guinea" style="" >
    <div class="txt" >
        <h3 title="Subsea7 Awarded Contract Offshore Equatorial Guinea">Subsea7 Awarded Contract Offshore Equatorial Guinea</h3>
    </div>
    <div class="img" style="flex:1 1 50px; " >
                    <img class="lazyload" 
                 width="50"
                 height="50"
                 data-src="https://images.oedigital.com/images/maritime/w50h50c/source-subsea7-169443.png" 
                 alt="Subsea7 Awarded Contract Offsh" />

    </div>
</a>



<a class="snippet-flex" href="/news/537600-shell-in-talks-with-venezuela-for-more-gas-areas" style="" >
    <div class="txt" >
        <h3 title="Shell in Talks with Venezuela for More Gas Areas">Shell in Talks with Venezuela for More Gas Areas</h3>
    </div>
    <div class="img" style="flex:1 1 50px; " >
                    <img class="lazyload" 
                 width="50"
                 height="50"
                 data-src="https://images.oedigital.com/images/maritime/w50h50c/denys-yelmanov-adobe-stock-169433.jpeg" 
                 alt="Shell in Talks with Venezuela " />

    </div>
</a>


        </div>


        <div >
            

            



<div style="height:250px; width:300px; padding:0;margin:1px auto;text-align: center;">
    <broadstreet-zone zone-id='156624'></broadstreet-zone>
    
</div>            <div style="height:1px;">&nbsp;</div>


<div style="height:250px; width:300px; padding:0;margin:1px auto;text-align: center;">
    <broadstreet-zone zone-id='156627'></broadstreet-zone>
    
</div>


        </div>
    </div>
</div>

<div class="flex-row" style="margin:20px 0;">

    



    

    





    



        <div class="module">
            <h3 class="title">Offshore Engineer Magazine</h3>

            







        </div>






        <div class="module">

            <h3 class="title">Offshore News</h3>



<a class="fl" href="/news/537516-chevron-s-wheatstone-lng-plant-remains-offline-due-to-cyclone-damage">
    Chevron’s Wheatstone LNG Plant Remains Offline Due to Cyclone Damage
</a>




<a class="fl" href="/news/537515-egypt-cyprus-deepen-gas-ties-with-new-cooperation-framework">
    Egypt, Cyprus Deepen Gas Ties with New Cooperation Framework
</a>


            <div class="mb">


<div style="height:100px; width:300px;  padding:0;margin:1px auto;text-align: center;">
    <broadstreet-zone zone-id='156621'></broadstreet-zone>
    
</div>            </div>

        </div>




<div class="module">
    <h3 class="title"><a href="/t/video">Video</a></h3>




<a class="snippet-flex" href="/news/537443-seequent-assesses-offshore-data-today-to-prepare-for-tomorrow" style="" >
    <div class="txt" >
        <h3 title="Seequent Assesses Offshore Data Today to Prepare for Tomorrow">Seequent Assesses Offshore Data Today to Prepare for Tomorrow</h3>
    </div>
    <div class="img" style="flex:1 1 300px; " >
                    <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/-169292.png" 
                 alt="Seequent Assesses Offshore Dat" />

    </div>
</a>





</div>


<div class="module">
    <h3 class="title"><a href="/t/insight">Insight</a></h3>




<a class="snippet-flex" href="/news/518427-osv-2q-recap-entering-the-capital-distribution-phase" style="" >
    <div class="txt" >
        <h3 title="OSV 2Q Recap: Entering the Capital Distribution Phase">OSV 2Q Recap: Entering the Capital Distribution Phase</h3>
    </div>
    <div class="img" style="flex:1 1 300px; " >
                    <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/copyright-wylezichadobestock-154124.jpg" 
                 alt="OSV 2Q Recap: Entering the Cap" />

    </div>
</a>





</div>
</div>

    <div class="bbc-flex">


<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537584-teledyne-extreamer-for-seismic-data-receives-2026-spotlight-on-new-technology-award">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/teledyne-geophysical-instruments-169424.jpeg" 
                 alt="&#169; Teledyne Geophysical Instruments" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537584-teledyne-extreamer-for-seismic-data-receives-2026-spotlight-on-new-technology-award">
                <h2>Teledyne eXtreamer for Seismic Data Receives 2026...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/products">Products</a></div>


</div>

                    <div class="bbc-snippet b300x250" style="flex: 1 1 300px;">
                        
                        

<div style="height:250px; width:300px; padding:0;margin:1px auto;text-align: center;">
    <broadstreet-zone zone-id='156625'></broadstreet-zone>
    
</div>

                    </div>


<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537575-iran-war-reshapes-global-lng-trade">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/copyright-jegas-raadobestock-169419.jpeg" 
                 alt="Copyright JEGAS RA/AdobeStock" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537575-iran-war-reshapes-global-lng-trade">
                <h2>Iran War Reshapes Global LNG Trade</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/energy">Energy</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537561-us-exempts-gulf-of-mexico-drillers-from-endangered-species-rules">
                            <img class="lazyload" 
                 width="285"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/source-center-biological-diversity-169409.jpg" 
                 alt="Source: Center for Biological Diversity" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537561-us-exempts-gulf-of-mexico-drillers-from-endangered-species-rules">
                <h2>US Exempts Gulf of Mexico Drillers from Endangered Species...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/offshore">Offshore</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537559-fugro-to-conduct-site-investigation-for-south-america-s-first-offshore-wind-project">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/source-fugro-169407.jpg" 
                 alt="Source: Fugro" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537559-fugro-to-conduct-site-investigation-for-south-america-s-first-offshore-wind-project">
                <h2>Fugro to Conduct Site Investigation for South America’s...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/offshore-energy">Offshore Energy</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537551-sarens-helps-atlantic-canada-bulk-terminal-undergo-adaptation-as-hub-for-offshore-wind">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/sarens-169397.jpg" 
                 alt="&#169; Sarens" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537551-sarens-helps-atlantic-canada-bulk-terminal-undergo-adaptation-as-hub-for-offshore-wind">
                <h2>Sarens Helps Atlantic Canada Bulk Terminal Undergo...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/industry-news">Industry News</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537547-prysmian-shares-north-american-leadership-transitions">
                            <img class="lazyload" 
                 width="194"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/bedell-power-distribution-prysmian-169389.png" 
                 alt="
 

Matt Bedell, SVP of Power Distribution. &#169; Prysmian" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537547-prysmian-shares-north-american-leadership-transitions">
                <h2>Prysmian Shares North American Leadership Transitions</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/energy">Energy</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537538-romania-refuses-to-sell-offshore-blocks-for-black-sea-exploration-project">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/adobe-stockolinchuk-169384.jpeg" 
                 alt="&#169; Adobe Stock/olinchuk" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537538-romania-refuses-to-sell-offshore-blocks-for-black-sea-exploration-project">
                <h2>Romania Refuses to Sell Offshore Blocks for Black Sea...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/industry-news">Industry News</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537529-petrobras-taps-fugro-for-brazil-s-first-licensed-offshore-wind-survey">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/earlystage-offshore-developments-robust-geodata-169375.jpg" 
                 alt="Early‑stage offshore wind developments rely on robust Geo‑data (Credit: Fugro)

" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537529-petrobras-taps-fugro-for-brazil-s-first-licensed-offshore-wind-survey">
                <h2>Petrobras Taps Fugro for Brazil’s First Licensed Offshore...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/offshore-energy">Offshore Energy</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537528-heerema-completes-installation-of-first-hornsea-3-offshore-converter-station">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/credit-heerema-marine-contractors-169372.jpg" 
                 alt="(Credit: Heerema Marine Contractors)" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537528-heerema-completes-installation-of-first-hornsea-3-offshore-converter-station">
                <h2>Heerema Completes Installation of First Hornsea 3 Offshore...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/production/workover">Workover</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537525-tekmar-secures-2-6m-offshore-wind-contracts-in-japan">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/matvejs-adobe-stock-169369.jpeg" 
                 alt="&#169; Matvejs / Adobe Stock" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537525-tekmar-secures-2-6m-offshore-wind-contracts-in-japan">
                <h2>Tekmar Secures $2.6M Offshore Wind Contracts in Japan</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/offshore-energy">Offshore Energy</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537524-inpex-extends-pertamina-lng-pact-signs-upstream-mou-in-southeast-asia">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/abadi-project-concept-diagram-credit-169368.jpg" 
                 alt="Abadi LNG project concept diagram (Credit: INPEX)
" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537524-inpex-extends-pertamina-lng-pact-signs-upstream-mou-in-southeast-asia">
                <h2>INPEX Extends Pertamina LNG Pact, Signs Upstream MoU in...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/vessels/floating-production">Floating Production</a></div>


</div>

                    <div class="full-width-wrapper">
                        

    <h2 class="block-title">Events</h2>
<div class="flex-row events">
    <a href="/events/windeurope-2026-10593" class="snippet-flex">
        <div class="txt">
            <h3>WindEurope 2026</h3>
        </div>
            <div class="img" style="flex:1 1 100px">
                            <img class="lazyload" 
                 width="100"
                 height="100"
                 data-src="https://images.oedigital.com/images/storage/w100h100pad/wind-4745.png" 
                 alt="WindEurope 2026" />

            </div>

    </a>
    <a href="/events/gastech-bangkok-2026-10589" class="snippet-flex">
        <div class="txt">
            <h3>Gastech Bangkok 2026</h3>
        </div>
            <div class="img" style="flex:1 1 100px">
                            <img class="lazyload" 
                 width="100"
                 height="100"
                 data-src="https://images.oedigital.com/images/storage/w100h100pad/gastech-logo-26c1.jpg" 
                 alt="Gastech Bangkok 2026" />

            </div>

    </a>
    <a href="/events/windenergy-hamburg-10595" class="snippet-flex">
        <div class="txt">
            <h3>WindEnergy Hamburg </h3>
        </div>
            <div class="img" style="flex:1 1 100px">
                            <img class="lazyload" 
                 width="100"
                 height="100"
                 data-src="https://images.oedigital.com/images/storage/w100h100pad/wind-energya34431a915a771842bde64c2b73b0a6f.png" 
                 alt="WindEnergy Hamburg " />

            </div>

    </a>
    <a href="/events/adipec-10591" class="snippet-flex">
        <div class="txt">
            <h3>ADIPEC</h3>
        </div>
            <div class="img" style="flex:1 1 100px">
                            <img class="lazyload" 
                 width="100"
                 height="100"
                 data-src="https://images.oedigital.com/images/storage/w100h100pad/26adipeclockupwhitecopy.jpg" 
                 alt="ADIPEC" />

            </div>

    </a>
</div>



                    </div>


<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537523-chiyoda-nyk-kncc-target-global-ccs-value-chain-development">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/creative-adobe-stock-169367.jpeg" 
                 alt="&#169; Creative mind / Adobe Stock" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537523-chiyoda-nyk-kncc-target-global-ccs-value-chain-development">
                <h2>Chiyoda, NYK, KNCC Target Global CCS Value Chain...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/technology">Technology</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537519-golden-pass-lng-reaches-first-production-milestone-in-us">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/golden-credit-qatarenergy-169357.jpg" 
                 alt="Golden Pass LNG (Credit: QatarEnergy)" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537519-golden-pass-lng-reaches-first-production-milestone-in-us">
                <h2>Golden Pass LNG Reaches First Production Milestone in US</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/energy/natural-gas">Natural Gas</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537518-bw-energy-inks-sale-leaseback-deal-for-jack-up-rig">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/xmentoys-adobe-stock-169356.jpeg" 
                 alt="&#169; xmentoys / Adobe Stock" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537518-bw-energy-inks-sale-leaseback-deal-for-jack-up-rig">
                <h2>BW Energy Inks Sale-Leaseback Deal for Jack-Up Rig</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/drilling">Drilling</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537517-pv-drilling-names-new-super-rig-ahead-of-april-operations">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/credit-drilling-169355.jpg" 
                 alt="(Credit: PV Drilling)" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537517-pv-drilling-names-new-super-rig-ahead-of-april-operations">
                <h2>PV Drilling Names New ‘Super Rig’ ahead of April...</h2>
            </a>

        </div>
            <div class="cat-link"><a href="/drilling/drilling-hardware">Drilling Hardware</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537516-chevron-s-wheatstone-lng-plant-remains-offline-due-to-cyclone-damage">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/credit-chevron-169354.jpg" 
                 alt="(Credit: Chevron)" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537516-chevron-s-wheatstone-lng-plant-remains-offline-due-to-cyclone-damage">
                <h2>Chevron’s Wheatstone LNG Plant Remains Offline Due to...</h2>
            </a>
            <p>
                

                Offshore: Chevron’s Wheatstone LNG Plant Remains Offline Due to Cyclone Damage  - Chevron said on Tuesday that downstream assets at its Wheatstone liquefied natural gas plant in Western Australia suffered extensive cyclone damage…
            </p>

        </div>
            <div class="cat-link"><a href="/offshore">Offshore</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537515-egypt-cyprus-deepen-gas-ties-with-new-cooperation-framework">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/mrzanis-169353.jpeg" 
                 alt="&#169; MR.Zanis

" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537515-egypt-cyprus-deepen-gas-ties-with-new-cooperation-framework">
                <h2>Egypt, Cyprus Deepen Gas Ties with New Cooperation...</h2>
            </a>
            <p>
                

                Industry News: Egypt, Cyprus Deepen Gas Ties with New Cooperation Framework  - Egypt and Cyprus signed a framework agreement for cooperation on gas at the Egypt 2026 Energy Show on Monday.A spokesperson…
            </p>

        </div>
            <div class="cat-link"><a href="/industry-news">Industry News</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537514-uk-s-wind-output-surge-softens-blow-from-global-energy-disruption">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/bphoto-adobe-stock-169352.jpeg" 
                 alt="&#169; bphoto / Adobe Stock" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537514-uk-s-wind-output-surge-softens-blow-from-global-energy-disruption">
                <h2>UK&#39;s Wind Output Surge Softens Blow from Global Energy...</h2>
            </a>
            <p>
                

                Offshore: UK&#39;s Wind Output Surge Softens Blow from Global Energy Disruption  - Record output from wind farms has helped boost total clean power supplies in the United Kingdom to new highs so far in 2026…
            </p>

        </div>
            <div class="cat-link"><a href="/offshore">Offshore</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537513-gas-majors-oppose-australia-lng-windfall-tax-as-prices-surge">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/mareen-adobe-stock-169351.jpeg" 
                 alt="&#169; Mike Mareen / Adobe Stock

" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537513-gas-majors-oppose-australia-lng-windfall-tax-as-prices-surge">
                <h2>Gas Majors Oppose Australia LNG Windfall Tax as Prices...</h2>
            </a>
            <p>
                

                Offshore: Gas Majors Oppose Australia LNG Windfall Tax as Prices Surge  - Gas majors including Shell and Chevron warned Australia against introducing a windfall tax on gas exporters, saying it would…
            </p>

        </div>
            <div class="cat-link"><a href="/offshore">Offshore</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537498-oil-sales-from-california-s-santa-ynez-pipeline-begin">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/adobe-stockvictoria-ditkovsky-169336.jpeg" 
                 alt="&#169; Adobe Stock/Victoria Ditkovsky" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537498-oil-sales-from-california-s-santa-ynez-pipeline-begin">
                <h2>Oil Sales from California’s Santa Ynez Pipeline Begin</h2>
            </a>
            <p>
                

                ROV &amp; Dive Support: Oil Sales from California’s Santa Ynez Pipeline Begin  - Sable&#160;Offshore said on Monday it has begun selling oil from its Santa Ynez Pipeline System&#160;offshore&#160;California to Chevron…
            </p>

        </div>
            <div class="cat-link"><a href="/vessels/rov-dive-support">ROV &amp; Dive Support</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537484-offshore-ccs-moves-to-reality-with-agogo-fpso-pilot">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/credit-yinson-production-169322.jpg" 
                 alt="(Credit: Yinson Production)" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537484-offshore-ccs-moves-to-reality-with-agogo-fpso-pilot">
                <h2>Offshore CCS Moves to Reality with Agogo FPSO Pilot</h2>
            </a>
            <p>
                

                Technology: Offshore CCS Moves to Reality with Agogo FPSO Pilot  - Yinson Production has started operating a pilot carbon capture and storage (CCS) unit on the Agogo floating production, storage…
            </p>

        </div>
            <div class="cat-link"><a href="/technology">Technology</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537482-totalenergies-completes-uk-upstream-merger-to-form-neo-next">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/credit-totalenergies-169321.jpg" 
                 alt="(Credit: TotalEnergies)" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537482-totalenergies-completes-uk-upstream-merger-to-form-neo-next">
                <h2>TotalEnergies Completes UK Upstream Merger to Form NEO...</h2>
            </a>
            <p>
                

                North Sea: TotalEnergies Completes UK Upstream Merger to Form NEO NEXT+  - TotalEnergies has completed the merger of its U.K. upstream oil and gas business with NEO NEXT, creating a new company named…
            </p>

        </div>
            <div class="cat-link"><a href="/north-sea">North Sea</a></div>


</div>



<div class="bbc-snippet cat" style="flex: 1 1 300px;">

        <div class="img">
            <a href="/news/537481-iberdrola-awards-4b-contracts-for-uk-subsea-power-link">
                            <img class="lazyload" 
                 width="300"
                 height="170"
                 data-src="https://images.oedigital.com/images/maritime/w300h170c/katestudio-adobe-stock-169320.jpeg" 
                 alt="&#169; katestudio / Adobe Stock" />

            </a>
        </div>

        <div class="txt">
            <a href="/news/537481-iberdrola-awards-4b-contracts-for-uk-subsea-power-link">
                <h2>Iberdrola Awards $4B Contracts for UK Subsea Power Link</h2>
            </a>
            <p>
                

                Offshore Energy: Iberdrola Awards $4B Contracts for UK Subsea Power Link  - Iberdrola has awarded contracts to Siemens Energy and Prysmian, worth more than $4 billion (€3.5 billion), for the development…
            </p>

        </div>
            <div class="cat-link"><a href="/offshore-energy">Offshore Energy</a></div>


</div>


    </div>



    </div>
    
<footer>
    <div class="wrapper">
        <div class="flex-row">
            
            <div>
                <a href="/advertise" title="Offshore Engineer Adveritise">Advertise</a>
                <a href="/pages/terms" title="Offshore Engineer Terms and Condition">Terms</a>
                <a href="/pages/privacy" title="Offshore Engineer Privacy">Privacy</a>
                <a href="/pages/contact" title="Contatc Offshore Engineer team">Contact</a>
                <a href="/authors" title="Offshore Engineer Contributors">Contributors</a>
                <a href="https://subscribe.oedigital.com/Subscribe/" title="Subscribe for Ocean Engineer Magazine">Subscribe to Offshore Engineer</a>
                <a href="https://enews.atcomedia.com/public/Subscribe/10003" title="Subscribe for Ocean Engineer Email News">Subscribe to OE Today Newsletter</a>
            </div>

            
            <div>
                <a href="/t/video">Offshore Engineer TV</a>
                
                <a href="https://www.oedigital.com/news/latest">Offshore News</a>

                
                
                <a href="https://www.oedigital.com/drilling">Offshore Drilling News</a>
                <a href="https://www.oedigital.com/technology">Offshore Technology</a>
     

            </div>

            <div>
                
                <a href="https://www.marinelink.com/">Maritime News</a>
                <a href="https://www.marinelink.com/magazines/maritimereporter">Maritime Magazine</a>
                <a href="https://www.maritimeprofessional.com/" title="Maritime Ligistics Professional">Maritime Professional</a>
                <a href="https://www.marinetechnologynews.com/magazine" title="Marine Technology">Marine Technology Magazine</a>
                <a href="https://energynews.oedigital.com/" title="OIL & GAS Energy News">Energy News</a>
                <a href="https://ports.marinelink.com/" title="World Maritime Ports">World Ports Directory</a>

            </div>

        </div>
        <div class="copyright">
            <p>&copy; 2026 AtCoMedia. Inc</p>
        </div>
        <div>
            <p>&nbsp;</p>
        </div>
    </div>

</footer>








    <script async src="https://www.oedigital.com/Content/js/cookie-consent.js"></script>
    <script async src="https://www.oedigital.com/Content/js/video-resizing.js"></script>
    <script async src="https://www.oedigital.com/Content/js/iframe-banner-petros.js"></script>



    
</body>
</html>
