CINXE.COM
RINA Rules - RINA.org
<!DOCTYPE html> <!--[if lt IE 7]> <html class="ie6 ie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="ie7 ie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="ie8 ie" lang="en"> <![endif]--> <!--[if IE 9]> <html class="ie9 ie" lang="en"> <![endif]--> <!--[if gt IE 9]> <!--> <html lang="en"> <!--<![endif]--> <head> <!-- Quantcast Choice. Consent Manager Tag v2.0 (for TCF 2.0) --> <script type="text/javascript" async> (function () { // OLD : https://cmp.inmobi.com var host = 'www.rina.org'; var url = 'https://cmp.inmobi.com'.concat('/choice/', 'XtrFTZkZ9m4eu', '/', host, '/choice.js?tag_version=V3') //var host = 'www.gmserv.com'; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V2' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) { } var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function (retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) { } if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function () { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function () { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function () { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End Quantcast Choice. Consent Manager Tag v2.0 (for TCF 2.0) --> <meta charset="utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <link rel="shortcut icon" href="/assets/images/rina-en/icon/favicon.png" /> <link href="/bundles/css_rina-en?v=K9MXnK52tpdPTYelEj8FjMewwPSF8aLlbQoZwG_s5eo1" rel="stylesheet"/> <style> a { color: #3eb1c8; } /* .box-news .small-box-news { margin-left: 15px !important; }*/ .box-news { margin-right: -15px !important; } .container-fluid row row-eq-height { padding-right: 0px; justify-content: space-between; } @media (min-width:768px) { h1 { font-size: 40px; color: #13294b; font-family: "RationalDisplay-Book"; } } @media (min-width: 768px) { .small-box-news { flex: 0 0 auto; width: 100%; } } @media (min-width: 768px) { .big-box-news { flex: 0 0 auto; width: 100%; } } @media (min-width: 991px) { .small-box-news { width: 33.333333%; } } @media (min-width: 991px) { .big-box-news { width: 65%; } } </style> <script src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <script type="text/javascript" async> window.__tcfapi('addEventListener', 2, function (tcData, listnerSuccess) { if (listnerSuccess) { // check the eventstatus if (tcData.eventStatus === 'useractioncomplete' || tcData.eventStatus === 'tcloaded') { window.__tcfapi('getNonIABVendorConsents', 2, function (consent, success) { // check consent for non-IAB vendor with id 1. Always check // whether the callback returned success and GDPR applies // consent.nonIabVendorConsents[1] --> 1 is Non IAB Vendor ID if (success && consent.gdprApplies && consent.nonIabVendorConsents[1] ) { // Use getTCData to validate consent is given for the // purposes declared in the configuration step __tcfapi('getTCData', 2, function (tcdata, success) { if (success && consent.gdprApplies) { if (tcdata.purpose.consents[1]) { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function () { if (this.readyState == 4 && this.status == 200) { //console.log("OK"); } }; xhttp.open("POST", "/api/rina/gdpr/acceptCookies", true); xhttp.send(); } } }); } }); } } }); </script> </head> <body class=""> <nav> <form action="/en/rules" method="post"> <div class="collapse" id="searchContent"> <div class="container"> <div class="row"> <div class="searchHeaderBlock col-xl-10 mx-auto"> <div class="p-4 position-relative"> <div class="d-flex align-items-center mb-2 divCloseButton"> <h5 class="h2 text-rinaBlueSearch mb-0 col-md-8">Search</h5> <div class="closeButtonTopHeader"> <button class="btn-link navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#searchContent" aria-controls="searchContent" aria-expanded="false" aria-label="Toggle navigation"> <svg class="text-rinaBlue" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m.92,12l-.92-.92,5.08-5.08L0,.92.92,0l5.08,5.08L11.08,0l.92.92-5.08,5.08,5.08,5.08-.92.92-5.08-5.08L.92,12Z" /> </g> </svg> </button> </div> </div> <div class="row"> <div class="col-md-8 mb-2 mb-md-0 search-txtMobile"> <input autocomplete="off" class="typeahead form-control searchBox" data-ac-url="/api/rina/search/GetAutoCompletes?sc_site=rina-en" data-fitToElement="true" data-minLength="3" data-val="true" data-val-required="Please enter some text" id="textSearchedTop" name="textSearched" placeholder="Enter keywords" type="text" value="" /> </div> <div class="col-md-4 col-xl-2"> <button class="rina-btn-primary justify-content-center searchButtonHeader" type="submit">SEARCH</button> </div> </div> <span class="field-validation-valid" data-valmsg-for="textSearched" data-valmsg-replace="true" style="color:red"></span> </div> </div> </div> </div> </div> </form> <!--<div class="navbar navbar-dark bg-darkBlue py-0" id="main-nav"> <div class="container"> <div class="main-menu-wrapper"> <div class="navbar-expand-lg d-flex justify-content-between align-items-center"> <a class="navbar-brand" href="javascript:void(0)"> <img src="./assets/img/logo_placeholder.png" height="50px" /> </a> <div class="offcanvas offcanvas-start justify-content-lg-center" tabindex="-1" id="navbarOffcanvasLg" aria-labelledby="navbarOffcanvasLgLabel"> <div class="d-flex justify-content-end d-lg-none mt-1"> <button class="navbar-toggler close-mobile-menu" type="button" data-bs-toggle="offcanvas" data-bs-target="#navbarOffcanvasLg" aria-controls="navbarOffcanvasLg"> <i class="fa fa-times"></i> </button> </div> <ul class="navbar-nav ms-lg-auto mb-2 mb-lg-0 p-lg-0 top-level-nav"> <li class="top-level-nav-item dropdown has-megamenu" id="what-we-do"> <a class="nav-link dropdown-toggle megamenu-trigger" href="javascript:void(0)" data-bs-toggle="dropdown" data-bs-auto-close="outside" data-target="what-we-do"> What we do </a> <div class="dropdown-menu megamenu open" role="menu"> <div class="container-lg menu-grid-wrapper p-0"> <div class="first-level"> <ul class="first-level-list"> <li class="nav-item has-second-level"> <a class="nav-link" href="javascript:void(0)"> Energy </a> <div class="second-level"> <a class="main-link" href="javascript:void(0)"> Energy <i class="fa fa-long-arrow-right"></i> </a> <ul class="second-level-list"> <li> <a href="javascript:void(0)"> <span class="link-title"> Classificazione e statutory services </span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Cruise & Ferry</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Servizi digitali e in remoto</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Prove di laboratorio</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Materiali ed equipaggiamenti</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Navi militari</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Offshore</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Technical advisory</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Notazioni addizionali di classe</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Yacht</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Smart Ships</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Corsi di formazione Marine</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Text Text</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Text Text</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link" href="javascript:void(0)"> Marine </a> <div class="second-level"> <a class="main-link" href="javascript:void(0)"> Marine <i class="fa fa-long-arrow-right"></i> </a> <ul class="second-level-list"> <li> <a href="javascript:void(0)"> <span class="link-title">Text Text</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Text Text</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Servizi digitali e in remoto</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Prove di laboratorio</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Materiali ed equipaggiamenti</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Navi militari</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Offshore</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Technical advisory</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Smart Ships</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> <li> <a href="javascript:void(0)"> <span class="link-title">Text Text</span> <span class="link-subtitle">Lorem ipsum dolor sit amet</span> </a> </li> </ul> </div> </li> </ul> </div> </div> </div>--> <!-- dropdown-mega-menu.// --> <!--</li> <li class="top-level-nav-item dropdown not-megamenu"> <a class="nav-link dropdown-toggle dropdown-bg" href="javascript:void(0)" data-bs-toggle="dropdown" data-bs-auto-close="outside" data-target="about-us"> About us </a> <div class="dropdown-menu" role="menu"> <div class="container-lg p-0"> <div class="first-level"> <ul class="first-level-list"> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)">At a glance</a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)">Carriere</a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)"> Compliance </a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)"> Diversity & Inclusion </a> </li> </ul> </div> </div> </div>--> <!-- dropdown-mega-menu.// --> <!--</li> <li class="top-level-nav-item dropdown not-megamenu"> <a class="nav-link dropdown-toggle dropdown-bg" href="javascript:void(0)" data-bs-toggle="dropdown" data-bs-auto-close="outside" data-target="media"> Media </a> <div class="dropdown-menu" role="menu"> <div class="container-lg p-0"> <div class="first-level"> <ul class="first-level-list"> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)">At a glance</a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)">Carriere</a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)"> Compliance </a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)"> Compliance </a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)"> Compliance </a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)"> Compliance </a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)"> Compliance </a> </li> <li class="nav-item"> <a class="nav-link" href="javascript:void(0)"> Compliance </a> </li> </ul> </div> </div> </div> </li> <li class="top-level-nav-item"> <a class="nav-link" href="javascript:void(0)">Careers</a> </li> <li class="top-level-nav-item"> <a class="nav-link" href="javascript:void(0)">Contacts</a> </li> </ul> </div> </div> <div class="icon-wrapper"> <button class="navbar-toggler search-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#searchContent" aria-controls="searchContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fa fa-search"></i> </button> <div class="dropdown globe-dropdown"> <a class="btn btn-link dropdown-toggle text-white" href="javascript:void(0)" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <i class="fa fa-globe"></i> </a> <ul class="dropdown-menu dropdown-menu-end"> <li> <a class="dropdown-item" href="javascript:void(0)"> <span>Global</span> <i class="fa fa-arrow-right"></i> </a> </li> <li> <a class="dropdown-item" href="javascript:void(0)"> <span>Brasil</span> <i class="fa fa-arrow-right"></i> </a> </li> <li> <a class="dropdown-item" href="javascript:void(0)"> <span>China</span> <i class="fa fa-arrow-right"></i> </a> </li> </ul> </div> <button class="navbar-toggler d-lg-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#navbarOffcanvasLg" aria-controls="navbarOffcanvasLg"> <span class="navbar-toggler-icon"></span> </button> </div> </div> </div> </div>--> <div class="navbar navbar-dark bg-darkBlue py-0" id="main-nav"> <div class="container"> <div class="main-menu-wrapper"> <div class="navbar-expand-lg d-flex justify-content-between align-items-center divLogo"> <a class="navbar-brand" href="/en/"> <img src="https://mc-43b0554a-08df-4b2c-a699-5782-cdn-endpoint.azureedge.net/en/-/media/Feature/Identity/logo-RINA.png?h=92&iar=0&mh=92&w=120&rev=b09031afd81349acbd44ba1a9ea20c2b&hash=BA7FABACCFA8C14E2776A5EF7148F0FF" alt="RINA logo" width="120" height="92" DisableWebEdit="False" /> </a> <div class="offcanvas offcanvas-start justify-content-lg-center" tabindex="-1" id="navbarOffcanvasLg" aria-labelledby="navbarOffcanvasLgLabel"> <div class="d-flex justifyContentMobile d-lg-none mb-3"> <button class="btn btn-link" onclick="backLevelMenu()" id="backBtnMenu"> <svg class="svgArrow revertSvg" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg>Back </button> <button class="navbar-toggler close-mobile-menu" type="button" data-bs-toggle="offcanvas" data-bs-target="#navbarOffcanvasLg" aria-controls="navbarOffcanvasLg"> <svg class="closeMobileMenu" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m.92,12l-.92-.92,5.08-5.08L0,.92.92,0l5.08,5.08L11.08,0l.92.92-5.08,5.08,5.08,5.08-.92.92-5.08-5.08L.92,12Z"></path> </g> </svg> </button> </div> <ul class="navbar-nav header-list ms-lg-auto mb-2 mb-lg-0 p-4 p-lg-0 top-level-nav"> <li class="top-level-nav-item dropdown has-megamenu" > <a href="#" class=" nav-link dropdown-toggle header-menu-list megamenu-trigger-prova" data-bs-toggle="dropdown" data-bs-auto-close="outside" onclick="showBackBtn()"> What we do <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="dropdown-menu megamenu open" id="megamenu" role="menu"> <div class="container-lg menu-grid-wrapper p-0"> <div class="first-level"> <ul class="first-level-list"> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Certification <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/business/certification" target=> Certification <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/business/certification/automotive" target=> <span class="link-title">Automotive</span> <span class="link-subtitle">How to achieve safe transport for goods and people</span> </a> </li> <li> <a href="/en/business/certification/digital-assurance" target=> <span class="link-title">Digital Assurance</span> <span class="link-subtitle">The new dimension of RINA Assurance: digital and data-driven</span> </a> </li> <li> <a href="/en/business/certification/esg" target=> <span class="link-title">ESG</span> <span class="link-subtitle">Services to value your environmental, social and ethical commitment</span> </a> </li> <li> <a href="/en/business/certification/inspection-verification" target=> <span class="link-title">Inspection and verification</span> <span class="link-subtitle">Guarantee the safety of construction equipment and electrical plants</span> </a> </li> <li> <a href="/en/business/certification/material-testing" target=> <span class="link-title">Laboratory and testing</span> <span class="link-subtitle">Mechanical tests and chemical analyses on materials and equipment</span> </a> </li> <li> <a href="/en/business/certification/personnel-certification" target=> <span class="link-title">Personnel certification</span> <span class="link-subtitle">Attest and add value to your professional skills in many sectors</span> </a> </li> <li> <a href="/en/business/certification/product-certification" target=> <span class="link-title">Product certification</span> <span class="link-subtitle">How to guarantee the quality, safety and reliability of products</span> </a> </li> <li> <a href="/en/business/certification/service-certification" target=> <span class="link-title">Service certification</span> <span class="link-subtitle">Solutions to guarantee the compliance of services</span> </a> </li> <li> <a href="/en/business/certification/system-certification" target=> <span class="link-title">System certification</span> <span class="link-subtitle">Services to support you to build and improve your processes</span> </a> </li> <li> <a href="/en/business/certification/railway" target=> <span class="link-title">Railway Certification & Inspection</span> <span class="link-subtitle">Verification, safety assessment and certification of organisations</span> </a> </li> <li> <a href="/en/business/certification/certification-training" target=> <span class="link-title">Training</span> <span class="link-subtitle">A customized training offer in different areas of expertise</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Energy <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/business/energy" target=> Energy <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/business/energy/asset-certification" target=> <span class="link-title">Asset certification</span> <span class="link-subtitle">We ensure that assets are installed in a socially sensitive scenario</span> </a> </li> <li> <a href="/en/business/energy/concept-design" target=> <span class="link-title">Concept & Design</span> <span class="link-subtitle">Environmental assessment and permitting of energy infrastructures</span> </a> </li> <li> <a href="/en/business/energy/construction-and-commissioning" target=> <span class="link-title">Construction and commissioning</span> <span class="link-subtitle">How to optimise the commissioning of any type of infrastructure</span> </a> </li> <li> <a href="/en/business/energy/decommissioning" target=> <span class="link-title">Decommissioning</span> <span class="link-subtitle">How to optimise decommissioning of any type of infrastructure</span> </a> </li> <li> <a href="/en/business/energy/software" target=> <span class="link-title">Digital Solutions</span> <span class="link-subtitle">Innovative technologies and software to support your sustainable growth</span> </a> </li> <li> <a href="/en/business/energy/drilling-and-completions" target=> <span class="link-title">Drilling and completions</span> <span class="link-subtitle">Dedicated on-site surveillance and spot monitoring</span> </a> </li> <li> <a href="/en/business/energy/environment" target=> <span class="link-title">Environment</span> <span class="link-subtitle">How to meet regulatory demand with our services</span> </a> </li> <li> <a href="/en/business/energy/geosciences-consulting-services" target=> <span class="link-title">Geosciences </span> <span class="link-subtitle">We cover the full range of geoscience activities: discover all services</span> </a> </li> <li> <a href="/en/services/energy/covid19-emergency" target=> <span class="link-title">Health and Safety services</span> <span class="link-subtitle">Helping industries to manage the Covid-19 emergency </span> </a> </li> <li> <a href="/en/business/energy/offshore-wind" target=> <span class="link-title">Offshore & Wind</span> <span class="link-subtitle">Solutions throughout the lifecycle of any offshore wind project</span> </a> </li> <li> <a href="/en/business/energy/operation-maintenance" target=> <span class="link-title">Operation & Maintenance</span> <span class="link-subtitle">Services to deliver a plant, improving operability and maintainability</span> </a> </li> <li> <a href="/en/business/energy/procurement" target=> <span class="link-title">Procurement</span> <span class="link-subtitle">How to assess conformity with national and international requirements</span> </a> </li> <li> <a href="/en/business/energy/renewables" target=> <span class="link-title">Renewables</span> <span class="link-subtitle">Sustainable energy generation, transmission and distribution </span> </a> </li> <li> <a href="/en/business/energy/smart-technical-due-diligence" target=> <span class="link-title">Smart Technical Due Diligence</span> <span class="link-subtitle">A remote digital service to perform remote site surveys</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Industry <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/business/industry" target=> Industry <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/business/industry/ai-consulting" target=> <span class="link-title">Artificial intelligence advisory services</span> <span class="link-subtitle">We develop AI strategies that drive tangible results for businesses of all sizes</span> </a> </li> <li> <a href="/en/business/industry/failure-investigation" target=> <span class="link-title">Condition assessment and forensics </span> <span class="link-subtitle">Determining the root cause of failure is essential to reduce costs</span> </a> </li> <li> <a href="/en/business/industry/engineering-critical-assessment" target=> <span class="link-title">Engineering Critical Assessment (ECA)</span> <span class="link-subtitle">How to attain significant cost savings and enhanced safety</span> </a> </li> <li> <a href="/en/business/industry/environment" target=> <span class="link-title">Environment</span> <span class="link-subtitle">Boost your competitiveness and be compliant with our services</span> </a> </li> <li> <a href="/en/business/industry/fitness-for-service" target=> <span class="link-title">Fitness for service</span> <span class="link-subtitle">How to evaluate the remaining strength of equipment</span> </a> </li> <li> <a href="/en/business/industry/industry-4-0" target=> <span class="link-title">Industry 4.0</span> <span class="link-subtitle">Big data, digital manufacturing, cyber-security: discover all services</span> </a> </li> <li> <a href="/en/business/industry/material-selection-and-qualification" target=> <span class="link-title">Material selection and qualification</span> <span class="link-subtitle">A broad range of material selection services</span> </a> </li> <li> <a href="/en/business/industry/materials-technology-innovation" target=> <span class="link-title">Materials, Technology & Innovation</span> <span class="link-subtitle">Materials, digital technologies and innovation play a crucial role</span> </a> </li> <li> <a href="/en/services/industry/metal-powder-qualification" target=> <span class="link-title">Metal powder qualification</span> <span class="link-subtitle">Qualification of metallic powders for additive manufacturing</span> </a> </li> <li> <a href="/en/business/industry/performance-assessment" target=> <span class="link-title">Performance assessment </span> <span class="link-subtitle">A wide range of services for clients from all industry sectors</span> </a> </li> <li> <a href="/en/business/industry/materials-and-product-development-and-process-innovation" target=> <span class="link-title">Product and process innovation</span> <span class="link-subtitle">We support you to develop new products and optimize existing ones</span> </a> </li> <li> <a href="/en/business/industry/defence" target=> <span class="link-title">Space and defence</span> <span class="link-subtitle">We support the project life-cycle, providing confidential advice</span> </a> </li> <li> <a href="/en/business/industry/industry-innovation-strategy" target=> <span class="link-title">Strategy Innovation and Sustainability</span> <span class="link-subtitle">Services to anticipate technological and social challenges</span> </a> </li> <li> <a href="/en/business/industry/testing-capabilities-facilities" target=> <span class="link-title">Testing capabilities and facilities</span> <span class="link-subtitle">Services focused on the design of new materials and products</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Marine <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/business/marine" target=> Marine <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/business/marine/classification-statutory-services" target=> <span class="link-title">Classification and statutory services</span> <span class="link-subtitle">Services to implement and enforce statutory regulations</span> </a> </li> <li> <a href="/en/business/marine/cruise-ferry" target=> <span class="link-title">Cruise and ferry</span> <span class="link-subtitle">Services for the passenger ship and ro-ro ferry industry</span> </a> </li> <li> <a href="/en/services/marine/intermodal" target=> <span class="link-title">Intermodal</span> <span class="link-subtitle">Learn more about our certification of containers</span> </a> </li> <li> <a href="/en/business/marine/laboratory-and-testing" target=> <span class="link-title">Laboratory and testing</span> <span class="link-subtitle">Tests required for materials and equipment used in the marine sector</span> </a> </li> <li> <a href="/en/services/marine-digital-applications" target=> <span class="link-title">Marine digital applications</span> <span class="link-subtitle">Our applications provide a wide range of free tools for steering your marine activities</span> </a> </li> <li> <a href="/en/business/marine/material-and-equipment" target=> <span class="link-title">Material and equipment</span> <span class="link-subtitle">Certification solutions for an efficient maritime transportation</span> </a> </li> <li> <a href="/en/business/marine/naval-ships" target=> <span class="link-title">Naval</span> <span class="link-subtitle">Classification and technical advisory services for the naval sector</span> </a> </li> <li> <a href="/en/business/marine/offshore" target=> <span class="link-title">Offshore</span> <span class="link-subtitle">Services tailored to the offshore sector</span> </a> </li> <li> <a href="/en/business/marine/smart-ships" target=> <span class="link-title">Smart ships</span> <span class="link-subtitle">Solutions for your fleet to be in compliance at a sustainable cost</span> </a> </li> <li> <a href="/en/business/marine/technical-advisory" target=> <span class="link-title">Technical advisory</span> <span class="link-subtitle">A technical support to the innovation and sustainability of ships</span> </a> </li> <li> <a href="/en/business/marine/top-additional-class-notation" target=> <span class="link-title">Top additional class notation</span> <span class="link-subtitle">Solutions to express the classification of additional equipment</span> </a> </li> <li> <a href="/en/business/marine/marine-training" target=> <span class="link-title">Training</span> <span class="link-subtitle">We answer the emerging learning needs of international shipping</span> </a> </li> <li> <a href="/en/business/marine/yacht" target=> <span class="link-title">Yacht</span> <span class="link-subtitle">Add a unique value to pleasure crafts and large luxury mega yachts</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Real estate <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/business/real-estate" target=> Real estate <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="https://rinaprime.rina.org/en/services/corporate-real-estate-fixed-assets" target=_blank> <span class="link-title">Corporate real estate & Fixed Assets</span> <span class="link-subtitle">We manage, enhance, and optimise assets, both operating and non</span> </a> </li> <li> <a href="https://rinaprime.rina.org/en/services/re-technology" target=_blank> <span class="link-title">Idea Real Estate S.p.A.</span> <span class="link-subtitle">Asset, property, facility, and energy management, as well as agency services</span> </a> </li> <li> <a href="https://rinaprime.rina.org/en/services/loan-services" target=_blank> <span class="link-title">Loan services</span> <span class="link-subtitle">How to accurately identify market value</span> </a> </li> <li> <a href="https://rinaprime.rina.org/en/services/npe" target=_blank> <span class="link-title">NPE</span> <span class="link-subtitle">How to manage bank-owned NPL and UTP portfolios </span> </a> </li> <li> <a href="https://rinaprime.rina.org/en/services/proptech" target=_blank> <span class="link-title">Proptech</span> <span class="link-subtitle">We support clients in all phases of real estate life cycle management</span> </a> </li> <li> <a href="https://rinaprime.rina.org/en/services/sustainability-epc-contractor" target=_blank> <span class="link-title">Sustainability EPC Contractor</span> <span class="link-subtitle">The ideal partner for building renovation activities</span> </a> </li> <li> <a href="https://rinaprime.rina.org/en/services/technical-services" target=_blank> <span class="link-title">Technical services</span> <span class="link-subtitle">We provide fully independent, transparent, and reliable advice</span> </a> </li> <li> <a href="https://rinaprime.rina.org/en/services/valuation" target=_blank> <span class="link-title">Valuation</span> <span class="link-subtitle">Our valuations are carried out with consolidated estimate methods</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Transport & Infrastructure <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/business/transport-infrastructure" target=> Transport & Infrastructure <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/business/transport-infrastructure/construction" target=> <span class="link-title">Construction</span> <span class="link-subtitle">How to ensure effective construction management in large projects</span> </a> </li> <li> <a href="/en/business/transport-infrastructure/design" target=> <span class="link-title">Design</span> <span class="link-subtitle">Engineering design activities related to different assets</span> </a> </li> <li> <a href="/en/business/transport-infrastructure/environment" target=> <span class="link-title">Environment</span> <span class="link-subtitle">Ensuring safety and efficiency while taking care of the environment</span> </a> </li> <li> <a href="/en/business/transport-infrastructure/infrastructure-buildings" target=> <span class="link-title">Infrastructure & buildings</span> <span class="link-subtitle">Services for both public authorities and private companies </span> </a> </li> <li> <a href="/en/business/transport-infrastructure/maintenance" target=> <span class="link-title">Maintenance</span> <span class="link-subtitle">Manage the transition of assets from the EPC contractor to the owner</span> </a> </li> <li> <a href="/en/business/transport-infrastructure/masterplans-and-concept-design" target=> <span class="link-title">Masterplans & concept design</span> <span class="link-subtitle">Solutions for sustainable cities</span> </a> </li> <li> <a href="/en/business/transport-infrastructure/resilience-engineering" target=> <span class="link-title">Resilience Engineering</span> <span class="link-subtitle">Prevention, detection, response to natural and man-made events</span> </a> </li> <li> <a href="/en/business/transport-infrastructure/technical-support-services" target=> <span class="link-title">Technical support services</span> <span class="link-subtitle">Services to monitor, assess and report on every phase of the project</span> </a> </li> </ul> </div> </li> </ul> </div> </div> </div> </li> <li class="top-level-nav-item dropdown has-megamenu" > <a href="#" class="dropdown-about nav-link dropdown-toggle header-menu-list megamenu-trigger-prova" data-bs-toggle="dropdown" data-bs-auto-close="outside" onclick="showBackBtn()"> About us <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="dropdown-menu megamenu open" id="megamenu" role="menu"> <div class="container-lg menu-grid-wrapper p-0"> <div class="first-level"> <ul class="first-level-list"> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Discover RINA <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/about-us/at-a-glance" target=> Discover RINA <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/about-us/at-a-glance" target=> <span class="link-title">At a glance</span> <span class="link-subtitle">We specialise in testing, inspection, certification and engineering solutions</span> </a> </li> <li> <a href="/en/about-us/compliance" target=> <span class="link-title">Compliance</span> <span class="link-subtitle">We respect law applicable in Italy and in every country where RINA does business</span> </a> </li> <li> <a href="/en/about-us/esg-sustainability/esg-governance" target=> <span class="link-title">Governance</span> <span class="link-subtitle">RINA S.p.A. is the holding group: discover the pillars of our governance model</span> </a> </li> <li> <a href="/en/about-us/history" target=> <span class="link-title">History</span> <span class="link-subtitle">A multinational company that helps clients build strong and successful businesses</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Our identity <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/about-us/our-values" target=> Our identity <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/about-us/diversity-inclusion" target=> <span class="link-title">Diversity, Equity & Inclusion</span> <span class="link-subtitle">We strongly promote equity of opportunity at every stage of employment</span> </a> </li> <li> <a href="/en/about-us/esg-sustainability" target=> <span class="link-title">ESG & Sustainability</span> <span class="link-subtitle">Sustainability is one of the main pillars of our strategic plan: learn more</span> </a> </li> <li> <a href="/en/about-us/our-values" target=> <span class="link-title">Our values</span> <span class="link-subtitle">Our values are the reflection of who we are: discover what drives and inspires us</span> </a> </li> <li> <a href="/en/about-us/purpose-and-way" target=> <span class="link-title">Purpose and way</span> <span class="link-subtitle">We aim at improving society and building sustainable values for future generations</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Get in touch <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/common/contacts" target=> Get in touch <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/careers/working-in-rina" target=> <span class="link-title">Careers</span> <span class="link-subtitle">Join us: together we make what seems impossible, possible</span> </a> </li> <li> <a href="/en/common/contacts" target=> <span class="link-title">Contact us</span> <span class="link-subtitle">The RINA network comprises over 200 offices and laboratories</span> </a> </li> </ul> </div> </li> </ul> </div> </div> </div> </li> <li class="top-level-nav-item dropdown has-megamenu" > <a href="#" class="dropdown-about nav-link dropdown-toggle header-menu-list megamenu-trigger-prova" data-bs-toggle="dropdown" data-bs-auto-close="outside" onclick="showBackBtn()"> News & Insights <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="dropdown-menu megamenu open" id="megamenu" role="menu"> <div class="container-lg menu-grid-wrapper p-0"> <div class="first-level"> <ul class="first-level-list"> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > News & Events <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="" target=_blank> News & Events <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/media/News" target=> <span class="link-title">News</span> <span class="link-subtitle">Read our top stories, business trends and technical news</span> </a> </li> <li> <a href="/en/media/Events" target=> <span class="link-title">Events</span> <span class="link-subtitle">Discover our trade fairs, conferences and webinars</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Press room <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/media/Press" target=> Press room <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/media/Press" target=> <span class="link-title">Press releases</span> <span class="link-subtitle">Explore all our milestones and much more</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Publications <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/media/Publications" target=> Publications <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="https://annualreport.rina.org/" target=_blank> <span class="link-title">Annual reports</span> <span class="link-subtitle">Discover an innovative company that enjoys being at the forefront of technology</span> </a> </li> <li> <a href="https://gozero.rina.org/" target=_blank> <span class="link-title">GoZERO</span> <span class="link-subtitle">Read the top stories about the energy transition value chain</span> </a> </li> <li> <a href="https://rinautic.rina.org/" target=_blank> <span class="link-title">RINAUTIC</span> <span class="link-subtitle">Key industry leaders and our experts explore the trends of the yachting world</span> </a> </li> <li> <a href="/en/media/Publications/seaview" target=> <span class="link-title">Seaview</span> <span class="link-subtitle">Explore RINA's magazine for the merchant and cruise shipping market</span> </a> </li> <li> <a href="/en/media/Publications/2023/06/13/sustainability-report-2022" target=> <span class="link-title">Sustainability report</span> <span class="link-subtitle">The wellbeing of our people has always been a priority for RINA: learn more</span> </a> </li> </ul> </div> </li> <li class="nav-item has-second-level"> <a class="nav-link justifyBetween" > Our projects <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowMobile" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktop arrowLeft" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <div class="second-level"> <a class="main-link" href="/en/media/CaseStudies" target=> Our projects <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow arrowDesktopRight" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z"></path> </g> </svg> </a> <ul class="second-level-list"> <li> <a href="/en/media/CaseStudies/barilla-carta-mulino-iscc" target=> <span class="link-title">Barilla鈥檚 Carta del Mulino</span> <span class="link-subtitle">Barilla has selected RINA as their partner to certify all the suppliers in their supply chain</span> </a> </li> <li> <a href="/en/media/CaseStudies/engimmonia" target=> <span class="link-title">ENGIMMONIA</span> <span class="link-subtitle">Ammonia is the alternative fuel of the future shipping sector</span> </a> </li> <li> <a href="/en/media/CaseStudies/trusted-ai" target=> <span class="link-title">TRUSTEE</span> <span class="link-subtitle">How to bring benefit to EU dataspace stakeholders</span> </a> </li> <li> <a href="/en/media/CaseStudies/data-cellar" target=> <span class="link-title">Data Cellar project</span> <span class="link-subtitle">A single energy data market to support Europe's global competitiveness</span> </a> </li> </ul> </div> </li> </ul> </div> </div> </div> </li> <li class="top-level-nav-item itemsNotWideMenu"> <a href="https://careers.rina.org/" target="_blank" class=" nav-link"> Work with us </a> </li> </ul> </div> </div> <div class="icon-wrapper"> <a href="https://www.rina.org/en/contacts" class="iconHeader"> <svg class="iconSocialHeader" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24.97"> <g id="Layer_1-2" data-name="Layer 1"> <path class="cls-1" d="m23.38,24.97c-2.74,0-5.5-.69-8.28-2.09-2.78-1.4-5.28-3.22-7.52-5.45-2.24-2.23-4.06-4.74-5.47-7.52C.71,7.13,0,4.37,0,1.63c0-.26.01-.54.04-.83.02-.29.06-.56.11-.8h6.95l1.39,6.37-4.17,4.06c1.41,2.35,2.98,4.38,4.7,6.08,1.72,1.7,3.71,3.17,5.95,4.4l4.11-4.29,5.92,1.3v6.93c-.24.02-.5.05-.8.07-.29.02-.57.04-.82.04ZM3.46,8.92l3.17-3.06-.9-4.18H1.69c-.05,1.04.09,2.17.41,3.37.32,1.2.78,2.5,1.36,3.87Zm13.07,12.78c.95.47,2.05.85,3.31,1.16,1.25.3,2.42.45,3.48.45v-4.04l-3.74-.76s-3.05,3.2-3.05,3.2Z"/> </g> </svg> </a> <button class="navbar-toggler search-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#searchContent" aria-controls="searchContent" aria-expanded="false" aria-label="Toggle navigation"> <svg class="fa fa-search" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m28.17,30l-10.96-10.96c-.83.72-1.81,1.28-2.92,1.69-1.11.4-2.29.6-3.54.6-3,0-5.54-1.04-7.62-3.12-2.08-2.08-3.12-4.6-3.12-7.54S1.04,5.21,3.12,3.12C5.21,1.04,7.74,0,10.71,0c2.94,0,5.45,1.04,7.52,3.12,2.07,2.08,3.1,4.6,3.1,7.54,0,1.19-.19,2.35-.58,3.46-.39,1.11-.97,2.15-1.75,3.12l11,10.92-1.83,1.83Zm-17.46-11.17c2.25,0,4.17-.8,5.75-2.4,1.58-1.6,2.38-3.52,2.38-5.77s-.79-4.17-2.38-5.77c-1.58-1.6-3.5-2.4-5.75-2.4s-4.22.8-5.81,2.4c-1.6,1.6-2.4,3.52-2.4,5.77s.8,4.17,2.4,5.77c1.6,1.6,3.53,2.4,5.81,2.4Z" /> </g> </svg> </button> <div class="dropdown globe-dropdown"> <a class="btn btn-link dropdown-toggle text-white" href="javascript:void(0)" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <svg class="fa fa-globe" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m15,30c-2.1,0-4.06-.39-5.89-1.18-1.82-.79-3.41-1.86-4.76-3.21-1.35-1.35-2.41-2.94-3.19-4.78-.77-1.84-1.16-3.81-1.16-5.91s.39-4.06,1.16-5.87c.77-1.81,1.84-3.39,3.19-4.74,1.35-1.35,2.94-2.41,4.76-3.17,1.83-.76,3.79-1.14,5.89-1.14s4.06.38,5.89,1.14c1.82.76,3.41,1.82,4.76,3.17,1.35,1.35,2.41,2.93,3.19,4.74.77,1.81,1.16,3.77,1.16,5.87s-.39,4.07-1.16,5.91c-.77,1.84-1.84,3.43-3.19,4.78-1.35,1.35-2.94,2.42-4.76,3.21-1.83.79-3.79,1.18-5.89,1.18Zm0-2.18c.87-.9,1.61-1.93,2.19-3.09.59-1.16,1.07-2.54,1.44-4.14h-7.24c.35,1.5.82,2.85,1.41,4.05.59,1.2,1.32,2.26,2.19,3.19Zm-3.19-.45c-.63-.95-1.16-1.98-1.61-3.07-.45-1.1-.83-2.34-1.12-3.71H3.45c.95,1.77,2.05,3.17,3.3,4.18s2.94,1.88,5.06,2.61Zm6.41-.04c1.8-.57,3.42-1.44,4.86-2.59,1.44-1.15,2.59-2.54,3.47-4.16h-5.59c-.33,1.35-.71,2.58-1.14,3.68-.44,1.1-.97,2.12-1.59,3.07ZM2.7,18.34h5.96c-.08-.67-.12-1.28-.13-1.82-.01-.54-.02-1.07-.02-1.59,0-.63.01-1.18.04-1.67.02-.49.08-1.03.15-1.63H2.7c-.18.6-.29,1.14-.36,1.61-.06.47-.09,1.04-.09,1.69,0,.65.03,1.23.09,1.74.06.51.18,1.07.36,1.67Zm8.29,0h8.06c.1-.78.16-1.41.19-1.89.02-.49.04-.99.04-1.52s-.01-.98-.04-1.44c-.02-.46-.09-1.08-.19-1.86h-8.06c-.1.77-.16,1.39-.19,1.86-.02.46-.04.94-.04,1.44,0,.52.01,1.03.04,1.52s.09,1.12.19,1.89Zm10.31,0h6c.18-.6.29-1.16.36-1.67.06-.51.09-1.09.09-1.74s-.03-1.21-.09-1.69c-.06-.48-.18-1.01-.36-1.61h-5.96c.08.87.13,1.54.15,2.01.02.46.04.89.04,1.29,0,.55-.02,1.07-.06,1.56-.04.49-.09,1.11-.17,1.86Zm-.38-8.96h5.62c-.82-1.73-1.96-3.16-3.39-4.31-1.44-1.15-3.09-1.96-4.97-2.44.63.93,1.16,1.92,1.59,3s.82,2.32,1.14,3.75Zm-9.53,0h7.28c-.28-1.32-.74-2.61-1.39-3.84-.65-1.24-1.41-2.33-2.29-3.28-.8.68-1.48,1.56-2.03,2.66-.55,1.1-1.07,2.59-1.58,4.46Zm-7.95,0h5.66c.28-1.35.62-2.56,1.05-3.62.42-1.06.96-2.09,1.61-3.09-1.88.47-3.51,1.27-4.91,2.4s-2.54,2.56-3.41,4.31Z" /> </g> </svg> </a> <ul class="dropdown-menu dropdown-menu-end"> <li class="globe-item"> <a href="https://www.rina.org/br" target="_blank" class="dropdown-item"> <span class="globeStyle">Brasil </span> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z" /> </g> </svg> </a> </li> <li class="globe-item"> <a href="https://www.rina.org/bg" target="_blank" class="dropdown-item"> <span class="globeStyle">Bulgaria </span> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z" /> </g> </svg> </a> </li> <li class="globe-item"> <a href="https://www.rina.org/de" target="_blank" class="dropdown-item"> <span class="globeStyle">Germany </span> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z" /> </g> </svg> </a> </li> <li class="globe-item"> <a href="https://www.rina.org/cn" target="_blank" class="dropdown-item"> <span class="globeStyle">China </span> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z" /> </g> </svg> </a> </li> <li class="globe-item"> <a href="https://www.rina.org/it" target="_blank" class="dropdown-item"> <span class="globeStyle">Italy </span> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z" /> </g> </svg> </a> </li> <li class="globe-item"> <a href="https://www.rina.org/pl" target="_blank" class="dropdown-item"> <span class="globeStyle">Poland </span> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z" /> </g> </svg> </a> </li> <li class="globe-item"> <a href="https://www.rina.org/ro" target="_blank" class="dropdown-item"> <span class="globeStyle">Romania </span> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z" /> </g> </svg> </a> </li> <li class="globe-item"> <a href="https://www.rina.org/es" target="_blank" class="dropdown-item"> <span class="globeStyle">Spain </span> <svg class="fa fa-arrow-right globeStyle arrowHeader svgArrow" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m8.5,0l8.5,8.5-8.5,8.5-1.12-1.12,6.59-6.59H0v-1.59h13.97L7.38,1.12l1.12-1.12Z" /> </g> </svg> </a> </li> </ul> </div> <button class="navbar-toggler d-lg-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#navbarOffcanvasLg" aria-controls="navbarOffcanvasLg"> <svg class="navbar-toggler-icon hamburgerIcon" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 26.46"> <g id="Layer_1-2" data-name="Layer 1"> <line class="cls-1" y1="1.5" x2="35" y2="1.5"></line> <line class="cls-1" y1="13.23" x2="35" y2="13.23"></line> <line class="cls-1" y1="24.96" x2="35" y2="24.96"></line> </g> </svg> </button> </div> </div> </div> </div> </nav> <script> function backLevelMenu() { var element = document.getElementById('megamenu') var btn = document.getElementById('backBtnMenu') element.classList.remove('show') btn.classList.remove('active') //const hasSecondLevel = document.querySelectorAll('.has-second-level.active') //hasSecondLevel[0].classList.remove('active') } function showBackBtn() { var element = document.getElementById('backBtnMenu') if (element.classList.contains('active')) { element.classList.remove('active') //const hasSecondLevel = document.querySelectorAll('.has-second-level.active') //hasSecondLevel[0].classList.remove('active') } else { element.classList.add('active') } // element.classList.add('active') } //function showThirdLevel() { // event.target.nextElementSibling.classList.add('active') //} //function hideThirdLevel() { // event.target.closest('.third-level').classList.remove('active') //} var secondLevelItems = document.getElementsByClassName('nav-item') for (var i of secondLevelItems) { i.addEventListener('mouseenter', function () { var thirdLevelItems = document.getElementsByClassName('third-level') for (var t of thirdLevelItems) { if (t.classList.contains('active')) { t.classList.remove('active') } } }) } //new const normalDropdown = document.querySelectorAll('.not-megamenu') const wrapperMenu = document.getElementById('main-nav') //const colorGlobe = document.getElementsByClassName('globe-dropdown') // Aggiunge un event listener di clic al documento document.addEventListener('click', function (event) { // Verifica se l'elemento su cui 猫 stato fatto clic si trova all'interno di un elemento con una classe 'not-megamenu' if (!event.target.closest('.not-megamenu')) { wrapperMenu.classList.remove('bg-open') } }) normalDropdown.forEach(function (normalDropdownItem) { normalDropdownItem.addEventListener('click', function () { var list = normalDropdownItem.querySelector('.dropdown-menu') var listHeight = list.offsetHeight if (list.classList.contains('show')) { wrapperMenu.classList.add('bg-open') //for (let i = 0; i < colorGlobe.length; i++) { // colorGlobe.item(i).classList.add("iconGlobe"); //} /*colorGlobe.classList.add('iconGlobe')*/ wrapperMenu.style.setProperty('--height', listHeight + 'px') } else { wrapperMenu.classList.remove('bg-open') //for (let i = 0; i < colorGlobe.length; i++) { // colorGlobe[i].classList.remove("iconGlobe"); //} // colorGlobe.classList.remove('iconGlobe') } }) }) // active su second level con variante mobile per mostrare gi脿 aperto il scond level su desktop const hasSecondLevel = document.querySelectorAll('.has-second-level') const mediaQuery = window.matchMedia('(max-width: 992px)') if (!mediaQuery.matches) { const firstHasSecondLevelItem = hasSecondLevel[0] /* firstHasSecondLevelItem.classList.add('active')*/ for (i = 0; i < document.querySelectorAll('.first-level-list').length; i++) { if (document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level') != null) { if (!document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level').classList.contains('active')) { document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level').classList.add('active') } /* document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level').classList.add('active')*/ } } //for (i = 0; i < hasSecondLevel.length; i++) { // hasSecondLevel[i].classList.add('active') //} firstHasSecondLevelItem.closest('.megamenu').classList.add('open') } hasSecondLevel.forEach(function (hasSecondLevelItem) { hasSecondLevelItem.addEventListener('click', function () { if (mediaQuery.matches && hasSecondLevelItem.classList.contains('active')) { hasSecondLevelItem.classList.remove('active') } else { for (var e of hasSecondLevel) { if (e.classList.contains('active')) { e.classList.remove('active') //e.closest('.megamenu').classList.remove('open') } } hasSecondLevelItem.classList.add('active') hasSecondLevelItem.closest('.megamenu').classList.add('open') } }) }) // active su elementi megamenu const trigger = document.querySelectorAll('.megamenu-trigger') const triggerprova = document.querySelectorAll('.megamenu-trigger-prova') const hasMegamenu = document.querySelectorAll('.has-megamenu') let activeHasMegamenu = null // Aggiungo event listener per il click sulla finestra window.addEventListener('click', (event) => { // Verifico se l'evento 猫 stato generato da un elemento diverso da quello attivo if (activeHasMegamenu && !activeHasMegamenu.contains(event.target)) { activeHasMegamenu.classList.remove('active') activeHasMegamenu = null } }) trigger.forEach((t) => { t.addEventListener('click', () => { const target = t.getAttribute('data-target') hasMegamenu.forEach((hasMegamenuItem) => { if (hasMegamenuItem.id === target) { hasMegamenuItem.classList.toggle('active') activeHasMegamenu = hasMegamenuItem } else { //hasMegamenuItem.classList.remove('active') // chiudo tutti i megamenu quando cambio voce const allMegamenu = document.querySelectorAll('.megamenu') for (const item of allMegamenu) { item.classList.remove('open') } } }) for (i = 0; i < document.querySelectorAll('.first-level-list').length; i++) { if (document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level') != null) { for (j = 0; j < document.querySelectorAll('.first-level-list')[i].querySelectorAll('.has-second-level').length; j++) { document.querySelectorAll('.first-level-list')[i].querySelectorAll('.has-second-level')[j].classList.remove('active') } } } for (i = 0; i < document.querySelectorAll('.first-level-list').length; i++) { if (document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level') != null) { document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level').classList.add('active') } } }) }) triggerprova.forEach((t) => { t.addEventListener('click', () => { const target = t.getAttribute('data-target') hasMegamenu.forEach((hasMegamenuItem) => { if (hasMegamenuItem.id === target) { hasMegamenuItem.classList.toggle('active') activeHasMegamenu = hasMegamenuItem } else { //hasMegamenuItem.classList.remove('active') // chiudo tutti i megamenu quando cambio voce const allMegamenu = document.querySelectorAll('.megamenu') for (const item of allMegamenu) { //item.classList.remove('open') } } }) for (i = 0; i < document.querySelectorAll('.first-level-list').length; i++) { var found = false; if (document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level') != null) { for (j = 0; j < document.querySelectorAll('.first-level-list')[i].querySelectorAll('.has-second-level').length; j++) { if (document.querySelectorAll('.first-level-list')[i].querySelectorAll('.has-second-level')[j].classList.contains('active')) { found = true; } } if (found == false) { document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level').classList.add('active') } } } //for (i = 0; i < document.querySelectorAll('.first-level-list').length; i++) { //if (document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level') != null) { //document.querySelectorAll('.first-level-list')[i].querySelector('.has-second-level').classList.add('active') //} //} }) }) </script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> <title>RINA Rules - RINA.org</title> <meta name="description" content="Get a comprehensive view of regulatory requirements and technical publications available for download" /> <meta name="robots" content="INDEX, FOLLOW" /> <script type="text/javascript"> _linkedin_partner_id = "4154849"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4154849&fmt=gif" /> </noscript> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '5559644700721278'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=5559644700721278&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://rinaorg.matomo.cloud/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src='//cdn.matomo.cloud/rinaorg.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> <style> .categories .cat-item:hover a p {color: #fff !important;} /* categories hover color*/ .box-slider-container .box-slider .box-slider-content p {color: #ffffff !important;} /* toolsOld */ .qc-cmp2-footer-links {display: none !important;} /*cookie*/ .menu-grid-wrapper { min-height: 700px !important;} /*height for mega menu*/ span.instagram {background-image: url(https://mc-43b0554a-08df-4b2c-a699-5782-cdn-endpoint.azureedge.net/en/-/media/Feature/Identity/instagram-rina.png) !important;} /*instagram style for subsites*/ section.rina-result {padding-bottom: 0px;} /* counter */ .tools .tools-item h3 {margin-left: 30px !important;} /*tools with icons*/ span.pull-right.breadcrumb-utility {display: none;} /* share and print features*/ .beprime, .normal{ color: #13294b !important; font-size: 18px !important; line-height: 1.5!important; } </style> <meta name="google-site-verification" content="k2jTaONfBMn7ouEApykdFi_yT3sT-wgKuicBQzBPZhg" /> <meta property="og:title" content="RINA Rules" /> <meta property="og:description" content="Get a comprehensive view of regulatory requirements and technical publications available for download" /> <meta property="og:url" content="/en/rules" /> <div > <section class="container"> <nav class="breadcrumb hidden-xs"> <div class="inline"> <a class="breadcrumb-item" href="/en/"> Home </a> </div> <span class="breadcrumb-item active">RINA Rules</span> <span class="pull-right breadcrumb-utility"> <button> <span data-toggle="modal" data-target="#socialModal"> <img src="/assets/images/rina-en/icon/share-icon.png"> </span> </button> <button onClick="window.print()"> <img src="/assets/images/rina-en/icon/print-icon.png"> </button> </span> </nav> </section> <div class="modal fade" id="socialModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-body"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> <ul> <li> <a data-share-url="https://www.linkedin.com/sharing/share-offsite/?url=" data-goal-id="{E971E2BF-06BE-4DC7-BFBE-5464A5E68326}" data-campaign-id="{9D20BC0A-E391-41C8-9724-3A9E41222A76}" data-social-network="linkedin" data-share-title="test" href="" onclick="trackInteractions('{"GoalId":"{E971E2BF-06BE-4DC7-BFBE-5464A5E68326}","CampaignId":"{9D20BC0A-E391-41C8-9724-3A9E41222A76}"}');" class="blog-post__social-link app-icon-link"> <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"><g id="Icon/socialmedia/linkedin" fill-rule="evenodd" stroke="none" stroke-width="1"><path id="Icon-LinkedIn" d="M24.1 13.8c1.77 0 3.2.57 4.28 1.7S30 18.3 30 20.49V29h-5.14v-7.93c0-2.24-.87-3.36-2.6-3.36-.66 0-1.21.18-1.65.52-.44.35-.77.78-.99 1.28-.12.28-.18.68-.18 1.2V29h-5.15c.03-4.09.05-7.34.05-9.75v-1.3c0-2.1-.02-3.36-.05-3.8h5.15v2.12a5.31 5.31 0 0 1 4.65-2.47zm-12.66.36V29H6.3V14.16h5.14zM8.92 7c.85 0 1.54.24 2.06.71.54.49.81 1.13.81 1.91 0 .71-.26 1.3-.79 1.78-.54.49-1.25.73-2.13.73h-.02a2.9 2.9 0 0 1-2.06-.73A2.41 2.41 0 0 1 6 9.56c0-.75.27-1.36.81-1.84A3.05 3.05 0 0 1 8.91 7z" /></g></svg> </a> </li> <li> <a href="" onclick="trackInteractions('{"GoalId":"{FE65DCC7-4A2A-4C31-BCA9-3BC9F1630373}","CampaignId":"{F01366D9-2BAC-4C65-9A47-D8F66A56615D}"}');" data-goal-id="{FE65DCC7-4A2A-4C31-BCA9-3BC9F1630373}" data-campaign-id="{F01366D9-2BAC-4C65-9A47-D8F66A56615D}" data-share-url="https://www.facebook.com/sharer/sharer.php?u=" data-social-network="facebook" class="blog-post__social-link app-icon-link"> <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"><g id="Icon/socialmedia/facebook" fill-rule="evenodd" stroke="none" stroke-width="1"><path id="Icon-Facebook" d="M30 18.07C30 11.41 24.63 6 18 6S6 11.4 6 18.07C6 24.1 10.39 29.1 16.13 30v-8.44h-3.05v-3.49h3.05v-2.66c0-3.02 1.79-4.7 4.53-4.7 1.31 0 2.68.24 2.68.24v2.97h-1.5c-1.5 0-1.96.93-1.96 1.89v2.26h3.32l-.53 3.5h-2.8V30C25.62 29.1 30 24.1 30 18.07" /></g></svg> </a> </li> <li> <a data-share-url="https://twitter.com/share?url=" data-goal-id="{3B6F2891-22A2-4AD6-8033-3E3504F481B4}" data-campaign-id="{A221152F-E51C-419D-A09A-DE1C4185FFDE}" data-social-network="twitter" href="" onclick="trackInteractions('{"GoalId":"{3B6F2891-22A2-4AD6-8033-3E3504F481B4}","CampaignId":"{A221152F-E51C-419D-A09A-DE1C4185FFDE}"}');" class="blog-post__social-link app-icon-link"> <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36"><g id="Icon/socialmedia/twitter" fill-rule="evenodd" stroke="none" stroke-width="1"><path id="Icon-Twitter" d="M13.55 28c9.05 0 14-7.7 14-14.37v-.65A10.2 10.2 0 0 0 30 10.36c-.9.41-1.85.68-2.83.8a5.05 5.05 0 0 0 2.17-2.8c-.97.6-2.03 1-3.13 1.23a4.84 4.84 0 0 0-6.97-.22 5.14 5.14 0 0 0-1.42 4.83A13.87 13.87 0 0 1 7.67 8.92a5.13 5.13 0 0 0 1.52 6.74 4.8 4.8 0 0 1-2.23-.63v.06c0 2.4 1.65 4.48 3.95 4.95a4.8 4.8 0 0 1-2.22.1 4.95 4.95 0 0 0 4.6 3.5A9.72 9.72 0 0 1 6 25.74 13.69 13.69 0 0 0 13.55 28" /></g></svg> </a> </li> </ul> </div> </div> </div> </div></div> <div class='container'> <section class="header-page "> <div class="row"> <div class="col-md-9 col-sm-12"> <h1> RINA Rules </h1> <h2> Get a comprehensive view of regulatory requirements and technical publications available for download </h2> </div> </div> </section> <div class="article"> <p>RINA is a member of key international organizations and an important contributor to the development of new legislative standards.</p> </div> </div> <section class="faq"> <div class="container"> <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> <h2 class="text-uppercase"> </h2> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#1_notes" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Notes </a> </h4> </div> <div id="1_notes" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ol> <li>These publications are only available in Italian</li> <li>Bilingual edition (Italian / English)</li> <li>The 1973 edition is still in force for life saving appliances not subject to the provisions of SOLAS 1974/83</li> <li>These publications are only available in English</li> <li>The 1996 edition is still in force for life saving appliances not subject to the provisions of the European Directive 96/98/EC as amended (Marine Equipment Directive)</li> <li>Publications with this note are available, subject to registration in the Marine Member Area at the following link <a href="/en/services/marine-digital-applications">https://www.rina.org/en/services/marine-applications </a>(registration is free)</li> </ol> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c1_general-conditions" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification general conditions </a> </h4> </div> <div id="c1_general-conditions" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><strong>RC/C. 17E </strong><a href="https://scresources.rina.org/resources/Documents/general_contract_conditions.pdf" target="_blank">General contract conditions governing system, product and personnel certification</a><sup> (2)</sup></li> <li><strong>RC/C. 50 </strong><a href="https://scresources.rina.org/resources/Documents/rc_c_50_en.pdf" target="_blank">Rules for the use of the RINA certification logo</a><sup> (2)</sup></li> <br /> <li><strong>RC/C. 130 </strong><a href="https://scresources.rina.org/resources/Documents/Certification_General_Rules_rc-130_en.pdf" target="_blank">RINA Certification general rules</a> - <a href="https://scresources.rina.org/resources/Documents/Annex1_CERTIFICATION_SCHEMES_rc-130_en.pdf" target="_blank">Annex I</a></li> <br /> <li><strong>How to submit </strong><a href="https://scresources.rina.org/resources/Documents/submit_complaints_observations.pdf" target="_blank">complaints, observations and appeals</a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#m1_general-conditions" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Marine general conditions </a> </h4> </div> <div id="m1_general-conditions" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><strong>How to submit </strong><a href="https://scresources.rina.org/resources/Documents/submitcomplaintsobservations_465237614.pdf" target="_blank">complaints, observations and appeals</a></li> <li><strong>How to submit </strong><a href="https://scresources.rina.org/resources/Documents/IS-MCLSC-ACP-03.pdf" target="_blank">complaints, observations and appeals: internal procedure</a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#marine-rules" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Marine rules </a> </h4> </div> <div id="marine-rules" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <p>All RINA marine rules are available, subject to registration in the Marine Member Area, at the following link <a rel="noopener noreferrer" href="https://membermarine.rina.org/content/mno/" target="_blank">https://membermarine.rina.org/content/mno/</a> (registration is free).</p> <p>Our Member Area Marine provides access to regulatory documentation such as RINA Rules and Circulars, RINA Marine Notices (MNOs) and the RINA publication IMO Conventions Codes and Amendments listing new IMO rules requirements coming in to force according to the ship type.</p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#cl_1_software" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Classification - Software </a> </h4> </div> <div id="cl_1_software" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <h3>SOFTWARE</h3> <br /> <h3>Leonardo Hull</h3> <p>The product includes:</p> <ul> <li><strong>Three dimensional FEM analysis</strong> Software package for the structural analysis of a ship by means of FEM direct calculations. A dedicated modeller and post-processor with RINA Rules load definition and checks for yielding, buckling, fatigue is included </li> <li><strong>Section and bulkhead scantlings</strong> Software package to check ship transverse sections and bulkheads, including fatigue and ultimate strength checks of structural details </li> <li><strong>Bulk carrier safety</strong> An easy tool for the structural assessment of bulk carriers according to the SOLAS and IACS requirements </li> </ul> <p> </p> <h3>Leonardo Propulsion</h3> <p>The product includes:</p> <ul> <li><strong>Shaftline</strong> Calculation of torsional vibrations for propulsion or generation plants, including RINA Rule check </li> <li><strong>Crankshaft</strong> Check of crankshaft according to RINA Rules </li> <li><strong>Propeller</strong> Software package to check of propeller according to RINA Rules </li> <li><strong>Shrink-fit</strong> Generalized shrink and force fitting calculations in accordance to RINA Rules </li> </ul> <p> </p> <h3>Leonardo Hull 2D - Charter Yachts</h3> <p>The product includes:</p> <ul> <li><strong>LH2D-CHY</strong> a structural check tool for Charter Yachts built in steel or aluminium </li> </ul> <p> </p> <h3>Pleasure Craft EC Assessment</h3> <p>The product includes:</p> <ul> <li><strong>CE-STAB </strong>for stability assessment tool - according to ISO 12217-1/2/3</li> </ul> <ul> <li><strong>CE-STAB-I</strong> for inclining experiment tool</li> </ul> <ul> <li><strong>CE-STAB-M </strong>for meteorological criterion tool</li> </ul> <ul> <li><strong>CE-STAB-S </strong>for wind stiffness verification tool</li> <li><strong>STR-DIP </strong>for structural check tool for hulls in composite material, steel and aluminium alloy</li> <li><strong>SCW </strong>for small craft windows assessment tool - according to ISO 12216</li> </ul> <p> </p> <p>and the following check lists as well: </p> <ul> <li><strong>Fire Protection</strong> - ISO 9094 - 1</li> </ul> <ul> <li><strong>Fire Protection</strong> - ISO 9094 - 2</li> </ul> <ul> <li><strong>Bilge Pumping System</strong> - ISO 15083</li> </ul> <ul> <li><strong>Toilet Waste Retention System</strong> - ISO 8099</li> </ul> <ul> <li><strong>Permanently Installed Fuel System </strong>- ISO 10088</li> </ul> <ul> <li><strong>Liquified Petroleum GAS (LPG) System</strong> - ISO 10239</li> </ul> <ul> <li><strong>Man Overboard and Recovery</strong> - ISO 15085</li> </ul> <ul> </ul> <p> </p> <h3>Leonardo piping and pressure vessels</h3> <p>The product includes:</p> <ul> <li><strong>Boiler and pressure vessels</strong> - according to RINA Rules</li> </ul> <ul> <li><strong>Hydraulic oil cylinder</strong> - according to RINA Rules</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#ce_automotive" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Automotive </a> </h4> </div> <div id="ce_automotive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><sup></sup><strong>RC/C. 136</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/RC-C-136-ARVAL-PC-IT.pdf" target="_blank">Rules for the certification of mobility management service in compliance with ARVAL Premium Center</a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#cl_2_register-book" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Classification - Rules and register book </a> </h4> </div> <div id="cl_2_register-book" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <h3>REGISTER BOOK </h3> <p><strong>Register Book <sup>(4) </sup></strong></p> <ul> <li>Available on the web upon registration at <a href="https://www.leonardoinfo.com/LibroRegistro/searchShip" target="_blank">https://www.leonardoinfo.com/LibroRegistro</a></li> <li>For further information on how to get our technical software, please contact: <a href="mailto:staff.communications@rina.org?subject=Info about Register book">staff.communications@rina.org</a></li> <li>For technical issues concerning our software, please contact: <a href="mailto:technical.software@rina.org">technical.software@rina.org</a> or the fax number +39 010 5351542</li> </ul> <p> </p> <h3>RULES</h3> <h3>Rules for the classification of ships</h3> <ul> <li><strong>REP. 1/E</strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Part A - Classification and Surveys</a> <sup>(4)(6)</sup></li> <br /> <li><strong>REP. 2/E</strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Part B - Hull and Stability (3 booklets)</a> <sup>(4)(6)</sup></li> <li><strong>REP. 3/E</strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Part C - Machinery, Systems and Fire Protection (2 booklets)</a> <sup>(4)(6)</sup></li> <li><strong>REP. 4/E</strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Part D - Materials and welding</a> <sup>(4)(6)</sup></li> <br /> <li><strong>REP. 5/E</strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Part E - Service Notations (3 booklets)</a> <sup>(4)(6)</sup></li> <br /> <li><strong>REP. 6/E</strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Part F - Additional class notations (2 booklets)</a> <sup>(4)(6)</sup></li> <li><strong>REP. 7/E</strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Common Structural Rules for Bulk Carriers and Oil Tankers</a> <sup>(4)(6)</sup></li> </ul> <p> </p> <h3>Rules for the classification of naval ships</h3> <ul> <li><strong>REM. 1/E</strong> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a><a href="https://membermarine.rina.org/content/rg" target="_blank">Part A - Classification and Surveys <sup>(4)(6)</sup></a></li> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a><br /> <li><strong>REM. 2/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a><a href="https://membermarine.rina.org/content/rg" target="_blank">Part B - Hull and Stability (3 Booklets) <sup>(4)(6)</sup></a></li> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a> <li><strong>REM. 3/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a><a href="https://membermarine.rina.org/content/rg" target="_blank">Part C - Machinery, Systems and Fire Protection (2 Booklets) <sup>(4)(6)</sup></a></li> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a> <li><strong>REM. 4/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a><a href="https://membermarine.rina.org/content/rg" target="_blank">Part D - Service Notations <sup>(4)(6)</sup></a></li> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a><br /> <li><strong>REM. 5/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a><a href="https://membermarine.rina.org/content/rg" target="_blank">Part E - Additionals Class Notations <sup>(4)(6)</sup></a></li> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a> <li><strong>REM. 6/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a><a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the Classification of Existing Naval Ships <sup>(4)(6)</sup></a></li> <a href="https://membermarine.rina.org/content/rg" target="_blank"> </a> <li><strong>REM. 7/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank"> Rules for the Certification of Combat System Physical Integration <sup>(4)(6)</sup></a></li> </ul> <h3> </h3> <h3>Rules for special ships and units</h3> <ul> <li><strong>RES. 1 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the construction and classification of yachts of 5,5 metres international rating class<sup> (1)</sup></a></li> <li><strong>RES. 6/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of pleasure yachts <sup>(4)(6)</sup></a></li> <li><strong>RES. 7/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of floating docks <sup>(4)(6)</sup></a></li> <li><strong>RES. 8 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the construction and classification of racing sailing boats of 12 metres - 6 metres international rating class <sup>(1)</sup></a></li> <li><strong>RES. 13/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for loading and unloading arrangements and for other lifting appliances on board ships <sup>(6)</sup></a></li> <li><strong>RES. 15/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of underwater units <sup>(6)</sup></a></li> <li><strong>RES. 18 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for masting and rigging of sailing ships <sup>(2)(6)</sup></a></li> <li><strong>RES. 19/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of inland waterway ships and for conformity to Directive 2006/87/EC <sup>(4)(6)</sup></a></li> <li><strong>RES. 20 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the construction and maintenance of the quality standard of Italian Port Authority Vessels (Corpo delle Capitanerie di Porto) <sup>(1)</sup></a></li> <li><strong>RES. 21/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of High Speed Craft (applicable to craft constructed on or after 1 July 2002) <sup>(4)(6)</sup></a></li> <li><strong>RES. 22/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of ships with reinforced plastic, aluminium alloy or wooden hull <sup>(6)</sup></a></li> <li><strong>RES. 23/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of yachts designed for commercial use <sup>(4)(6)</sup></a></li> <li><strong>RES. 24/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of Fast Patrol Vessels <sup>(4)(6)</sup></a></li> <li><strong>RES. 25/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of Offshore Units operating in the Caspian Sea and similar areas <sup>(4)(6)</sup></a></li> <li><strong>RES. 26/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of Offshore Support Vessels <sup>(4)(6)</sup></a></li> </ul> <h3> </h3> <h3>Rules for the application of governmental rules</h3> <ul> <li><strong>NAS. II </strong><a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the construction and testing of life saving appliances</a> <sup>(3)</sup></li> <li><strong>NAS. III </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Pleasure vessels - Collection of RINA rules for the application of governmental regulations <sup>(1)</sup></a></li> <li><strong>NAS. 4 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the construction, testing and installation of life saving appliances <sup>(1)(5)(6)</sup></a></li> <li><strong>NAS. 8 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the issue and maintenance of the Seaworthiness Certificate or the Safety Certificate <sup>(1)(6)</sup></a></li> <li><strong>NAS. 9 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the certification of power of diesel propulsion engines of fishing vessels flying the Italian flag <sup>(2)(6)</sup></a></li> <li><strong>NAS. 10/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for Fire Protection, Detection and Extinction for the Issue and Maintenance of the SOLAS Certificates <sup>(4)(6)</sup></a></li> <li><strong>NAS. 11/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for Fire Protection, Detection and Extinction for the Issue and Maintenance of Statutory Certificates other than SOLAS Certificates <sup>(4)(6)</sup></a></li> <li><strong>NAS. 12 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the issue and maintenance of the Seaworthiness Certificate or the Safety Certificate for fishing vessels having length less than 24m <sup>(1)(6)</sup></a></li> <li><strong>NAS. 13/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for fire protection, detection and extinction for the issue of Statutory Certificates for ships with reinforced plastic, aluminium alloy or wooden hull <sup>(4)(6)</sup></a></li> <li><strong>NAS. 14 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the alternative design and arrangements for fire safety <sup>(2)(6)</sup></a></li> <li><strong>NAS. 15 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of fire reaction of products for the purposes of fire prevention within the framework of the authorization of the Italian Ministry of the Interior <sup>(1)(6)</sup></a></li> <li><strong>NAS. 16 </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the classification of fire resistance of products for the purposes of fire prevention within the framework of the authorization of the Italian Ministry of the Interior <sup>(1)(6)</sup></a></li> <li><strong>NAS. 17/E </strong> <a href="https://membermarine.rina.org/content/rg" target="_blank">Rules for the acceptance and certification of ammunition stores on board ship <sup>(4)(6)</sup></a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c6_1_services_certification" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Services </a> </h4> </div> <div id="c6_1_services_certification" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><strong>RC/C. 12</strong> <a href="https://scresources.rina.org/resources/Documents/GeneralRulesCertificationServices.pdf" target="_blank">General Rules for the Certification of Services</a></li> <li><a href="https://scresources.rina.org/resources/Documents/GeneralRulesCertificationServices.pdf" target="_blank"></a><strong>RC/C. 134</strong> <a href="https://scresources.rina.org/resources/Documents/RulesCertificationContactCentres.pdf" target="_blank">Rules for the Certification of Contact Centres</a></li> </ul> <p> </p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c2_management-systems-certification" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Management systems certification </a> </h4> </div> <div id="c2_management-systems-certification" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><strong>RC/C. 40 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_management_systems_certification_en.pdf" target="_blank">General Rules for the certification of management Systems</a><sup> (2)</sup></li> </ul> <p><sup> </sup></p> <h3>Aerospace</h3> <ul> <li><strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/regolamento_EN9100_EN.pdf" target="_blank">Annex – Rule: EN9100</a></strong></li> </ul> <p> </p> <h3>Quality MS</h3> <ul> <li><strong>ISO 9001 - </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_ms_quality_en.pdf" target="_blank">Appendix to the General Rules of certification of Management systems</a></li> <li><strong>RC/C. 92 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_quality_automotive_en.pdf" target="_blank">Rules for the certification of Quality Management Systems Certification schemes for the automotive sector</a> <sup>(2)</sup></li> <li><strong>RC/C. 94 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_mlc.pdf" target="_blank">Rules for the certification of maritime personnel recruitment and placement agencies in compliance with the ILO CONVENTION: Maritime Labour Convention 2006</a> <sup>(2)</sup></li> <li><strong>RC/C. 133</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/ISO_13485_en.pdf" target="_blank">Rules for the certification of Quality Management Systems in the Medical Devices sector</a></li> </ul> <h3> </h3> <h3>Environmental MS</h3> <ul> <li><strong>ISO 14001 - </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_iso14001_en.pdf" target="_blank">Appendix to management system certification rule</a></li> <li><strong>RC/C. 44 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Regolamento EMAS.pdf" target="_blank">Guide for validation of the EMAS Environmental Statement</a><sup> (1)</sup></li> <li><strong>RC/C. 65 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_iso3000_en.pdf" target="_blank">Rules for Ship Recycling Management System Certification</a> <sup>(2)</sup></li> </ul> <h3> </h3> <h3>Health and safety MS</h3> <ul> <li><strong>ISO 45001 - </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_iso45001_en.pdf" target="_blank">Appendix to management system certification rule</a></li> </ul> <p> </p> <h3>Information technologies</h3> <ul> <li><strong>ISO/IEC27001 - </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/annex-27001.pdf" target="_blank">Appendix to management system certification rule</a></li> <li><strong>ISO 20000 </strong>- <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_ISO_20000_EN.pdf" target="_blank">Appendix to management system certification rule</a></li> <li><strong>ISO 22301 </strong>- <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_iso22301_en.pdf" target="_blank">Appendix to management system certification rule</a></li> <li><strong>ISO 42001</strong> - <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/ISO-42001-appendix.pdf" target="_blank">Appendix to management system certification rule</a></li> </ul> <h3> </h3> <h3>Corporate social responsibility</h3> <ul> <li><strong>SA8000 - </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_05_en.pdf" target="_blank">Appendix to Social Accountability Management System Certification</a></li> <li><strong>RC/C. 73 </strong>Rules for the certification of Social Accountability Management System according to the “Valore Sociale” Standard <sup> (1) </sup></li> <li><strong>RC/C. 103 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_103_en.pdf" target="_blank">Rules for the Responsible Jewellery Council Certification Program</a><sup> (2)</sup></li> </ul> <p><sup></sup></p> <h3> </h3> <h3>Best 4</h3> <ul> <li><strong>RC/C. 08 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_best4.pdf" target="_blank">Rules for the certification of Integrated Management Systems according to the BEST 4 and Best 4 Plus Scheme</a><sup> (2)</sup></li> </ul> <p><sup></sup></p> <h3></h3> <h3> </h3> <h3>Other systems</h3> <ul> <li><strong>RC/C. 04 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_04_it.pdf" target="_blank">Rules for the certification of management system to prevent crimes for which corporate administrative responsibility ensues (Italian legislative decree 231/2001)</a><span><sup> (1)</sup></span></li> <li><strong>RC/C. 27 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_27_it.zip" target="_blank">Rules for the certification of road haulage safety management system according to the Code of Practice</a><sup> (1)</sup></li> <li><strong>RC/C. 28 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_28_it.pdf" target="_blank">Guide for the certification of a biocontamination control system based on the RABC method</a><sup> (1)</sup></li> <li><strong>RC/C. 60 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_60_it.pdf" target="_blank">Regolamento per la Certificazione del Sistema di Gestione delle Competenze delle Ditte Appaltatrici di servizi di manutenzione degli organi di sicurezza dei veicoli per i quali Trenitalia è iscritta quale Soggetto Responsabile della Manutenzione nel RIN</a><sup> (1)</sup></li> <li><strong>RC/C. 64 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_iso_28000_sms.pdf" target="_blank">Rules for the certification of Security Management Systems</a><sup> (2)</sup></li> <li><sup></sup><strong>ISO 50001 - </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_iso50001_en.pdf" target="_blank">Appendix to management system certification rule</a></li> <li><strong>RC/C. 93 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/RulesESMS_ISO20121.pdf" target="_blank">Rules for the certification of event sustainability management systems</a><sup> (2)</sup></li> <li><strong>RC/C. 97 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_55001.pdf" target="_blank">Rules for certification of asset management systems</a><sup> (2)</sup></li> <li><strong>ISO 39001 - </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_certification_Road_Traffic_Safety_Management_Systems.pdf" target="_blank">Appendix to management system certification rule</a></li> </ul> <p> </p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c3_climate-change" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Climate change </a> </h4> </div> <div id="c3_climate-change" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <p> </p> <ul> <li><strong>RC/C. 105 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_105_en.pdf" target="_blank">Rules for the assessment of the water footprint</a><sup> (2)</sup></li> <li><strong>RC/C. 107 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_107_en.pdf" target="_blank">Rules for the validation and verification of energy efficiency projects</a><sup> (2) </sup><sup></sup></li> <li><strong>RC/C. 149 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/carbon-neutral-rule-en.pdf" target="_blank">Rules for Conformity Assessment on Carbon Neutrality</a><sup> (2) </sup></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c4_product-certification" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Product certification </a> </h4> </div> <div id="c4_product-certification" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <h3> </h3> <h3>CE Marking</h3> <ul> <li><strong>NC/C. 57</strong> <a rel="noopener noreferrer" href="http://portal.rina.org/portal/server.pt/community/member_(marine)/372" target="_blank">Rules for the certification of marine equipment in accordance with European Directive 96/98/EC and subsequent amendments</a><sup> (2)(6)</sup></li> </ul> <ul> <li><strong>NC/C. 73/E </strong><a rel="noopener noreferrer" href="http://portal.rina.org/portal/server.pt/community/member_(marine)/372" target="_blank">Rules for the EC Type Examination and RINA Type Approval Certification of Fire Extinguishers</a><sup> (4)(6</sup>)</li> </ul> <ul> <li><strong>RC/C. 15</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_2014_68_UE_EN.pdf" target="_blank">Rules for the assessment of conformity of pressure equipment according of Directive 2014/68/EU PED</a></li> </ul> <ul> <li><strong>RC/C. 16 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_305_2011_cpr_fpc_EN.pdf" target="_blank">Rules for the issue of Factory Production Control (FPC) certification according to Regulation (EU) no. 305/2011 relating to Construction Products</a> (Annex V point 1.3 - System of assessment and verification of constancy of performance 2+)<sup> (2)</sup></li> </ul> <ul> <li><strong>RC/C. 19 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_305_2011_cpr_EN.pdf" target="_blank">Rules for the issue of certification of constancy of product performance according to Regulation (EU) no. 305/2011 related to Construction Products (Annex V point 1.2 – System of assessment and verification of constancy of performance 1)<sup> (2)</sup></a></li> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_305_2011_cpr_EN.pdf" target="_blank"> </a></ul> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_305_2011_cpr_EN.pdf" target="_blank"> </a> <ul><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_305_2011_cpr_EN.pdf" target="_blank"> </a> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_305_2011_cpr_EN.pdf" target="_blank"><strong>RC/C. 32 </strong></a><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_machinery_en.pdf" target="_blank">Rules for conformity assessment of machinery according to Directive 2006/42/CE</a><sup>(1)</sup></li> </ul> <ul> <li><strong>RC/C. 68</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_atex.pdf" target="_blank">Rules for the certification of products intended for use in potentially explosive atmospheres in accordance with Directive 2014/34/EU</a><sup>(1)</sup></li> <li><strong>RC/C. 76</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_lift_directive_en.pdf" target="_blank">Lift Assessment Regulation (2014/33/UE)</a><sup>(1)</sup><br /> <strong>RC/C. 95</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_95_en.pdf" target="_blank">Rules for the certification of personal protective equipment in accordance with European Directive 89/686/EC and subsequent amendments</a> <sup>(2)(6)</sup></li> <li><strong>RC/C. 108</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_108_en.pdf" target="_blank">Rules for EC Certification of Recreational Craft and their Components, Personal Watercraft, Noise Emissions from Recreational Craft and Exhaust Emissions from Propulsion Engine</a> <sup>(2) </sup></li> <li><strong>RC/C. 122 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_nawi_en.pdf" target="_blank">Rules for Conformity Assessment of Non-Automatic Weighing Instruments in accordance with Directive 2014/31/UE (NAWI)</a></li> <li><strong>RC/C. 127 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule-personal-protective-equipment-en.pdf" target="_blank">Rules for the certification of Personal Protective Equipment in accordance with Regulation (EU) 2016/425 <sup>(2)</sup></a></li> </ul> <h3><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/RC-C-136-ARVAL-PC-IT.pdf" target="_blank"> </a></h3> <h3>Building material</h3> <ul> <li><strong>RC/C. 24 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Regolamento FPC CLS_D.M. 14.01.2008.pdf" target="_blank">Rules for the issue of certification of the production process control system of concrete production plants</a><sup> (1)</sup></li> </ul> <p><sup> </sup></p> <h3>Environmental products</h3> <ul> <li><strong>RC/C. 79 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_biofuel_en.pdf" target="_blank">Rules for the issue of the Certificate of Compliance of the Sustainability of Biofuels and Bioliquids</a><sup> (2) </sup></li> <li><strong>RC/C. 115</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Regolamento_ISO_14021_EN.pdf" target="_blank">Rules for the concession and mantainence of certification of self-declared environmental claims in compliance woth the ISO 14021 standard</a></li> <li><strong>RC/C. 135</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/RINARulesCartaDelMulino_EN.pdf" target="_blank">Rules for the certification of sustainability of products according to Carla del Mulino</a></li> </ul> <h3> </h3> <h3>Forest management</h3> <ul> <li><strong>RC/C. 58 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Rules_PEFC_COC_EN.pdf" target="_blank">Rules for the concession and maintenance of chain of custody certification of forest based products (PEFC - chain of custody)</a><sup> (2)</sup><br /> <strong></strong></li> <li><strong>RC/C. 66 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_fsc_en.pdf" target="_blank">Rules for the concession and maintenance of chain of custody certification of products form the forest (FSC - chain of custody)</a> <sup>(2)</sup></li> <li><strong>RC/C. 147 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/documents/rule-sfi-certification.pdf" target="_blank">Rules for the concession and maintenance of chain of custody and certified sourcing certification (SFI - chain of custody)</a></li> </ul> <p> </p> <h3>Other products</h3> <ul> <li><strong>RC/C. 07 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/RC_C_07_it.pdf" target="_blank">Rules for Service Certification of professional courses for personnel carrying out activities in the sector of electrical plants and carrying out of the relative examinations</a><sup> (1)</sup></li> <li><strong>RC/C. 10 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_10_en.zip" target="_blank">Rules issue of the Certificate of product Conformity and pertinent concession of the Licence to use the Quality Marks</a><sup> (2)</sup></li> <li><strong>RC/C. 12 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/GeneralRulesCertificationServices.pdf" target="_blank">Rules for the issue of the Certificate of Service Conformity</a><sup> (2)</sup></li> <li><strong>RC/C. 63 </strong><a rel="noopener noreferrer" href="http://sp-resources.rina.org/document/list_of_publications/rc_c_63_it.pdf" target="_blank">Rules for the issue of the Certificate of Conformity for hydrographic surveys</a><sup> (1)</sup></li> <li><strong>RC/C. 77 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_77_it.pdf" target="_blank">Regolamento per la certificazione dei Procedimenti di Saldatura e Brasatura</a></li> <li><strong>RC/C. 106 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_uni11352_it.pdf" target="_blank">Regolamento per la certificazione di società che forniscono servizi di efficienza energetica secondo la norma UNI CEI 11352</a><sup> (1) </sup><sup></sup></li> <li><strong>RC/C. 128 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_128_en.pdf" target="_blank">Regulation for the issuance of the Conformity Certificate to technical regulations relating to the functional safety of products and systems</a></li> <li><strong>RC/C. 156 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Voluntary%20Regulation%20PPE_EN.pdf" target="_blank">Regulations on the issuance of the Statement of Compliance in accordance with a reference standard for products similar to PPE</a></li> </ul> <p> </p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c5_personnel_certification" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Personnel certification </a> </h4> </div> <div id="c5_personnel_certification" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><strong>RC/C. 85</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/general_rules_rc_85_en.pdf" target="_blank">General Rules for the Certification of Persons</a><sup> (2)</sup><strong></strong></li> </ul> <ul> <li><strong>RC/C. 85 - Annexes</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Specific_Requirements_RCC85.zip" target="_blank">Specific requirements for the Certification of Persons</a></li> </ul> <p> </p> <h3>NDT personnel</h3> <ul> <li><strong>RC/C. 14 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_14_15-07-2023_en.pdf" target="_blank">Rules for the Certification of Non-Destructive Test Operators according to ISO 9712:2021 standard</a> <sup>(2)</sup></li> <li><strong>RC/C. 14 - Annexes </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_14_en.zip" target="_blank">Rules for the Certification of Non-Destructive Test Operators in the Industrial Sector</a><sup> (2) </sup></li> <li><strong>RC/C. 14A </strong>- <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Certification-NDT-Operators-according-to-ASNT-recommended-practice-SNT-TC-1A.pdf" target="_blank">Rules for the Certification of Non-Destructive Test Operators according to ASNT recommended practice SNT-TC-1A ed. 2020</a></li> <li><strong>RC/C. 99 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_EN_15257_en.pdf" target="_blank">Rules for the Certification of Cathodic Protection Personnel</a></li> </ul> <h3> </h3> <h3>Welders and welding personnel</h3> <p> <strong></strong></p> <ul> <li><strong>RC/C. 52 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/RC_C_52_Rules_for_the_Certification_of_Permanent_Joining_Operators.pdf" target="_blank">Rules for the certification of Welders, Brazers and Welding Operators</a><sup> (2)</sup></li> </ul> <p> </p> <h3>Certification of operators and companies involved in the use of fluorinated greenhouse gases</h3> <ul> <li><strong>RC/C. 81 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/RC_C_81_en.pdf" target="_blank"> Rules for the recognition of training centres (CDA) and examination centres (CDE)</a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c6_food" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Food certification </a> </h4> </div> <div id="c6_food" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <h3>Food safety</h3> <ul> <li><strong>RC/C. 01 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/HACCP_guide_certification_en.pdf" target="_blank">Guide for the certification of a System for the prevention of hazards based on the HACCP method</a><sup> (2)</sup></li> <li><strong>ISO 22000 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_fssc_22000.pdf" target="_blank">Master appendix to management system certification rule</a></li> </ul> <p> </p> <h3>Food product certification</h3> <ul> <li><strong>RC/C. 06 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_agriculture_food_EN.pdf" target="_blank">Rules for the issue of the Certificate of Conformity for food products and granting of the relative Licence to use the Quality Mark</a><sup> (2)</sup></li> </ul> <h3> </h3> <h3>Sustainable fishery</h3> <ul> <li><strong>RC/C. 78 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_MSC_Marine_Council_EN.pdf" target="_blank">Certification Rules for the MSC standard</a><sup> (2)</sup></li> <li><strong>RC/C. 86 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rule_fos_en.pdf" target="_blank">General Rules for the Certification according to the Friend of the Sea Standard</a> </li> </ul> <p> </p> <h3>Other</h3> <ul> <li><strong>RC/C. 91 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_91_it.pdf" target="_blank">Regolamento per la certificazione dei Sistemi di Gestione e/o Prodotto Integrati secondo lo schema “Food Expo Excellence”</a><sup> (1)</sup></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c7_railway" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Railway certification </a> </h4> </div> <div id="c7_railway" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><strong>RC/C. 22 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Regolamento_Certificazione_Sottosistemi_Ferroviari_IT.pdf" target="_blank">Rules for the certification of subsystem for railway interoperability</a><sup> (1)</sup></li> <li><strong>RC/C. 23 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/Regolamento_Certificazione_Componenti_Ferroviari_IT.pdf" target="_blank">Rules for the certification of components for railway interoperability</a><sup> (1)</sup></li> <li><strong>RC/C. 30 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_iris_EN.pdf" target="_blank">Rules for the certification of Quality Management System according to IRIS standard</a><sup> (2)</sup></li> <li><strong>RC/C. 31 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/regolamento_en15085_en.pdf" target="_blank">Rules for certification of organisations operating in conformity with the UNI EN 15085-2 standard</a><sup> (1)</sup> </li> <li><strong>RC/C. 71 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_safety_ass_isa.pdf" target="_blank">Rules for the assessment of conformity or suitability for use of railway subsystem, products/applications and components to the safety requirements</a><sup> (1)</sup></li> <li><strong>RC/C. 87 </strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_87_it.pdf" target="_blank">Regolamento per la Certificazione dei Soggetti Responsabili della Manutenzione di carri merci</a><sup> (1)</sup></li> <li><strong>RC/C. 154</strong> <a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rc_c_154.pdf" target="_blank">Regulation for the Independent Safety Assessment in the railway domain</a></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c8_green-building" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Green building </a> </h4> </div> <div id="c8_green-building" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><strong>RC/C. 09</strong> <a href="https://scresources.rina.org/resources/Documents/rc_c_09_en.zip" target="_blank">Rules for certification of quality of civil infrastructures</a><sup> (2)</sup></li> <li><strong>RC/C. 29</strong> <a href="https://scresources.rina.org/resources/Documents/rules_building_energy_cert.pdf" target="_blank">Rules for energy certification of buildings</a> <sup>(2)</sup></li> <li><strong>RC/C. 98</strong> <a href="https://scresources.rina.org/resources/Documents/Regolamento Diagnosi Energetica (it).pdf" target="_blank">Regolamento per il servizio di Diagnosi Energetica</a><sup> (1)</sup></li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#c9_validation-verification" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Certification - Validation & Verification </a> </h4> </div> <div id="c9_validation-verification" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <p><strong></strong></p> <ul> <li><strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/documents/Rules_CLAIM.pdf" target="_blank">RC/C 148</a></strong><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/documents/Rules_CLAIM.pdf" target="_blank">: General rules for the validation and verification of information declared in claims</a></li> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_epd.pdf" target="_blank">Supplementary appendix - Reference scheme: Environmental Product Declaration (EPD)</a><sup></sup></li> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/documents/EuETS-AppendixtoCLAIMRule.pdf" target="_blank">Supplementary appendix - Reference scheme: European Emission trading System (EuETS)</a></li> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/documents/Rule_water_footprint_en.pdf" target="_blank">Supplementary appendix – Reference scheme/program: Water Footprint</a></li> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/ISO14064-1-Inv-GHG-appendix-to-CLAIM%20Rule.pdf" target="_blank">Supplementary appendix – Reference scheme/program: GHG Inventory</a></li> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/ISO-140641-Inv-GHG-Appendix-to-CLAIM-Rule.pdf" target="_blank">Supplementary appendix – Reference scheme/program: GHG Project</a></li> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/ISO14067-CFP-Appendix.pdf" target="_blank">Supplementary appendix – Reference scheme/program: Carbon Footprint</a></li> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/documents/LCA-appendix.pdf" target="_blank">Supplementary appendix – Reference scheme/program: Life Cycle Assessment (LCA)</a></li> <li><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/rules_mrv_verification_en.pdf" target="_blank">Supplementary appendix – Reference scheme/program: Verification of monitoring plan and verification of emission report in accordance with Regulation (EU) 2015/757 (MRV)</a></li> <li> <div><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/verification-fluorinated-gases-appendix.pdf" target="_blank">Supplementary appendix – Reference scheme: verification of the declaration of conformity and annual communication referred to in articles 14 and 19 of regulation (EU) 517/2014</a></div> </li> <li> <div><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/UNITS11820Appendix%20to_CLAIM%20Rule_eng.pdf" target="_blank">Supplementary appendix – Schema/program: UNI/TS 11820- Measuring Circularity</a></div> </li> <li> <div><a rel="noopener noreferrer" href="https://scresources.rina.org/resources/Documents/DNSH-Appendix-to-CLAIM.pdf" target="_blank">Supplementary appendix – Reference scheme/program: DNSH</a> <div> </div> </div> </li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#9_inspection" aria-expanded="false" aria-controls="collapseTwo"> <span class="more-less icon-minus"></span> <span class="more-less icon-plus"></span> Inspection - Rules and guide </a> </h4> </div> <div id="9_inspection" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <ul> <li><strong><a href="https://scresources.rina.org/resources/Documents/inspection_submit_complaints_observations.pdf" target="_blank">How to submit complaints, observations and appeals</a></strong></li> <li><strong><a href="https://scresources.rina.org/resources/Documents/IS-TICER-ACP-03.pdf" target="_blank">How to submit complaints, observations and appeals: internal procedure</a></strong></li> <li><strong>RC/C. 67 </strong><a href="https://scresources.rina.org/resources/Documents/rc_c_67.pdf" target="_blank">Rules for performing inspections according to the requirements of DPR 462/01</a><sup> (1)</sup></li> <li><strong>RC/C. 69 </strong><a href="https://scresources.rina.org/resources/Documents/REG_ Apparecchi di Sollevamento_GCN_GTT.pdf" target="_blank">Rules for the inspection of lifting and drying equipment according to Italian legislative decree 81/08</a><sup> (1)</sup></li> <li><strong>RC/C. 70 </strong><a href="https://scresources.rina.org/resources/Documents/REG_ Apparecchi a pressione_RC-C-70_25-05-12.pdf" target="_blank">Rules for in-service inspection of pressure equipment according to Italian legislative decree 81/08 (and amendments to legislative decree 106/09) and to Ministerial Decree 329/04</a><sup> (1)</sup></li> <li><strong>RC/C. 75 </strong><a href="https://scresources.rina.org/resources/Documents/regolamento_inspection_it.pdf" target="_blank">Regolamento per lo svolgimento di attività di ispezione in qualità di Organismo di Ispezione di Tipo A </a><sup>(1) </sup></li> <li><sup></sup><strong>RC/C. 89 </strong><a href="https://scresources.rina.org/resources/Documents/rc_c_89_en.pdf" target="_blank">Rules for inspections according to European Union Environmental Technology Verification PilotProgramme (EU ETV)</a><sup> (2) </sup></li> <li><strong>RC/C. 90 </strong><a href="https://scresources.rina.org/resources/Documents/Regolamento_Organismo Ispezione Tipo A_IT_BRA.pdf" target="_blank">Regolamento per lo svolgimento delle attività in qualità di “Organismo di Ispezione di Tipo A” nel settore ferroviario</a><sup> (1) </sup></li> <li><strong>RC/C. 96 </strong><a href="https://scresources.rina.org/resources/Documents/RulesISO26000.pdf" target="_blank">Rules for assessment of the implementation level of ISO 26000</a><sup> (2)</sup><sup></sup></li> <li><strong>RC/C. 128 </strong><a href="https://scresources.rina.org/resources/Documents/rc_c_128_en.pdf" target="_blank">Regulation for the issuance of the Conformity Certificate to technical regulations relating to the functional safety of products and systems</a></li> </strong></ul> </div> </div> </div> </div> </div> </section> <!-- Policy Popup Rendering --> <!--section cookies--> <!-- FooterNavigation Rendering --> <footer class="bg-darkBlue"> <div class="container"> <div class="row"> <div class="col-xl-10 mx-auto text-light"> <a href="#" class="scrollToTop hidden-xs hidden-sm" style="display: table;"> <svg class="backToTop" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 9.43"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m1.43,9.43l-1.43-1.43L8,0l8,7.97-1.43,1.43-6.57-6.57L1.43,9.43Z" /> </g> </svg> </a> <div class="row"> <div class="col-lg-6"> <div class="row"> <div class="col-md-6 "> <h5 class="mb-4 mt-2 text-white">What we do</h5> <ul class="footer-list"> <li><a href="/en/business/certification" Certification target=>Certification</a></li> <li><a href="/en/business/energy" Energy target=>Energy</a></li> <li><a href="/en/business/industry" Industry target=>Industry</a></li> <li><a href="/en/business/marine" Marine target=>Marine</a></li> <li><a href="/en/business/real-estate" Real estate target=>Real estate</a></li> <li><a href="/en/business/transport-infrastructure" Transport & Infrastructure target=>Transport & Infrastructure</a></li> </ul> </div> <div class="col-md-6 aboutUs"> <h5 class="mb-4 mt-2 text-white">About us</h5> <ul class="footer-list"> <li><a href="/en/about-us/at-a-glance" At a glance target=>At a glance</a></li> <li><a href="/en/careers/working-in-rina" Careers target=>Careers</a></li> <li><a href="/en/about-us/compliance" Compliance target=>Compliance</a></li> <li><a href="/en/common/contacts" Contact us target=>Contact us</a></li> <li><a href="/en/about-us/diversity-inclusion" Diversity, Equity & inclusion target=>Diversity, Equity & inclusion</a></li> <li><a href="/en/about-us/esg-sustainability" ESG & sustainability target=>ESG & sustainability</a></li> <li><a href="/en/about-us/esg-sustainability/esg-governance" Governance target=>Governance</a></li> <li><a href="/en/about-us/history" History target=>History</a></li> <li><a href="/en/about-us/our-values" Our values target=>Our values</a></li> <li><a href="/en/about-us/purpose-and-way" Purpose and way target=>Purpose and way</a></li> <li><a href="/en/about-us/whistleblowing-reports" Whistleblowing target=>Whistleblowing</a></li> </ul> </div> </div> </div> <div class="col-lg-6"> <div class="row"> <div class="col-md-6 secondDivFooter"> <h5 class="mb-4 mt-2 text-white">Tools</h5> <ul class="footer-list"> <li><a href="https://attcert.rina.org/" Certificates list target=_blank>Certificates list</a></li> <li><a href="https://scresources.rina.org/en/certification/FORM-CERTI-NS02-flexible-scope.xlsx" Flexible scope accreditations target=_blank> Flexible scope accreditations</a></li> <li><a href="https://www.leonardoinfo.com/" Leonardo Info target=_blank> Leonardo Info</a></li> <li><a href="https://clients.rina.org/" Certification Member Area target=_blank>Certification Member Area</a></li> <li><a href="https://membermarine.rina.org/" Marine Member Area target=_blank>Marine Member Area </a></li> <li><a href="/en/services/marine-digital-applications" Marine digital applications target=>Marine digital applications</a></li> <li><a href="https://www.rina.org/en/rules" RINA rules target=_blank>RINA rules</a></li> </ul> </div> <div class="col-md-6 aboutUs"> <h5 class="mb-4 mt-2 text-white">Company</h5> <ul class="footer-list"> <li><a href="/en/corporate-info" Corporate info target=>Corporate info</a></li> <li><a href="/en/privacy" Privacy notice & cookie policy target=>Privacy notice & cookie policy</a></li> </ul> </div> </div> </div> </div> <div class="row mt-5 align-items-end"> <div class="col-md-6 col-lg-3 order-1 col-xxl-3 colCountry"> <div class="country-select"> <div class="dropup globe-dropdown"> <a class="btn btn-link dropdown-toggle text-white borderCountry" href="javascript:void(0)" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <p class="paragraphCountry mb-0">Select a country</p> <svg class="countryRotate" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 25"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m2.27,25l-2.27-2.23,10.46-10.27L0,2.23,2.27,0l12.73,12.5L2.27,25Z" /> </g> </svg> </a> <ul class="dropdown-menu dropdown-menu-end footerCountryDropdown"> <li class="globe-item"> <a href="https://www.rina.org/br" target="_blank" class="dropdown-item"><span class="globeStyle">Brasil </span></a> </li> <li class="globe-item"> <a href="https://www.rina.org/bg" target="_blank" class="dropdown-item"><span class="globeStyle">Bulgaria </span></a> </li> <li class="globe-item"> <a href="https://www.rina.org/de" target="_blank" class="dropdown-item"><span class="globeStyle">Germany </span></a> </li> <li class="globe-item"> <a href="https://www.rina.org/cn" target="_blank" class="dropdown-item"><span class="globeStyle">China </span></a> </li> <li class="globe-item"> <a href="https://www.rina.org/it" target="_blank" class="dropdown-item"><span class="globeStyle">Italy </span></a> </li> <li class="globe-item"> <a href="https://www.rina.org/pl" target="_blank" class="dropdown-item"><span class="globeStyle">Poland </span></a> </li> <li class="globe-item"> <a href="https://www.rina.org/ro" target="_blank" class="dropdown-item"><span class="globeStyle">Romania </span></a> </li> <li class="globe-item"> <a href="https://www.rina.org/es" target="_blank" class="dropdown-item"><span class="globeStyle">Spain </span></a> </li> </ul> </div> </div> </div> <div class="col-md-6 col-lg-3 order-2 order-lg-3 mt-4 mt-md-0 socialFooter col-xxl-3 p-0"> <div class="d-flex align-items-center justify-content-between"> <a href="https://www.linkedin.com/company/rina/" target=_blank> <svg class="iconSocialFooterFollowUs" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 19.99 20"> <g id="Layer_1-2" data-name="Layer 1"> <g id="Layer_2-2" data-name="Layer 2-2"> <g id="homepage"> <g> <rect x=".33" y="6.57" width="4.18" height="13.33"></rect> <path d="m15.81,6.28c-.16-.02-.32-.03-.49-.03-2.34-.1-3.67,1.29-4.12,1.89-.12.16-.18.26-.18.26v-1.79h-4v13.33h4.18v-6.26c0-.9-.07-1.87.38-2.69.38-.69,1.07-1.04,1.86-1.04,2.31,0,2.37,2.09,2.37,2.29v7.77h4.18v-8.69c0-2.98-1.51-4.73-4.18-5.02h0Z"></path> <circle cx="2.42" cy="2.42" r="2.42"></circle> </g> </g> </g> </g> </svg> </a> <a href="https://www.youtube.com/user/RINA1861" target=_blank> <svg class="iconSocialFooterFollowUs" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 28.47 17.59"> <g id="Layer_1-2" data-name="Layer 1"> <g id="Layer_2-2" data-name="Layer 2-2"> <g id="homepage"> <path d="m23.82,0H4.64C2.08,0,0,2.08,0,4.64v8.3c0,2.56,2.08,4.64,4.64,4.64h19.18c2.56,0,4.64-2.08,4.64-4.64V4.64c0-2.56-2.08-4.64-4.64-4.64Zm-12.28,13.05V4.53l7.39,4.27-7.39,4.27h0v-.02Z"></path> </g> </g> </g> </svg> </a> <a href="https://www.instagram.com/weatrina" target=_blank> <svg class="iconSocialFooterFollowUs" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 19.1 19.1"> <g id="Layer_1-2" data-name="Layer 1"> <path d="m15.91,0H3.19C1.43,0,0,1.43,0,3.19v12.72c0,1.77,1.43,3.19,3.19,3.19h12.72c1.77,0,3.19-1.43,3.19-3.19V3.19c0-1.77-1.43-3.19-3.19-3.19Zm-.27,1.71c.52,0,.94.42.94.94s-.42.94-.94.94-.94-.42-.94-.94.42-.94.94-.94Zm-6.08,3.99c2.13,0,3.86,1.72,3.86,3.86s-1.72,3.86-3.86,3.86-3.86-1.72-3.86-3.86,1.72-3.86,3.86-3.86Zm7.91,10.42c0,.74-.9,1.34-2,1.34H3.64c-1.1,0-2-.6-2-1.34v-7.92c0-.74.9-1.34,2-1.34h1.82c-.52.79-.81,1.72-.81,2.69,0,1.31.52,2.54,1.44,3.46.92.93,2.15,1.44,3.46,1.44s2.54-.52,3.46-1.44c.93-.92,1.44-2.15,1.44-3.46,0-.97-.28-1.9-.81-2.69h1.82c1.1,0,2,.6,2,1.34v7.92Z"></path> </g> </svg> </a> <a href="https://twitter.com/rina1861" target=_blank> <path class="st0" d="M11.6,8.5L18.9,0h-1.7l-6.3,7.4L5.8,0H0l7.6,11.1L0,20h1.7l6.7-7.8l5.3,7.8h5.8L11.6,8.5L11.6,8.5z M9.3,11.2 l-0.8-1.1L2.3,1.3H5l5,7.1l0.8,1.1l6.5,9.2h-2.7L9.3,11.2L9.3,11.2z"/> </svg> <svg class="iconSocialFooterFollowUs" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 19.1 19.1"> <g id="Layer_1-2" data-name="Layer 1"> <path d="M11.6,8.5L18.9,0h-1.7l-6.3,7.4L5.8,0H0l7.6,11.1L0,20h1.7l6.7-7.8l5.3,7.8h5.8L11.6,8.5L11.6,8.5z M9.3,11.2 l-0.8-1.1L2.3,1.3H5l5,7.1l0.8,1.1l6.5,9.2h-2.7L9.3,11.2L9.3,11.2z"/></path> </g> </svg> </a> </div> </div> <div class="col-lg-6 text-center order-3 order-lg-2 mt-4 mt-lg-0 copyrightFooter col-xxl-6"> <p class="mb-0 paragraphCopyright">RINA S.p.A. VAT number IT 03794120109</p> </div> </div> </div> </div> </div> </footer> <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> <script type="text/javascript"> jQuery(function () { jQuery('#dynamic_select').on('change', function () { var value = $(this).val(); // get selected value if (value) { window.location = value; } return false; }); }); </script> <input type="hidden" id="rinaSiteName" value="rina-en" /> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCkLF7b4azfbv9G6VLeUhqKTz61nV6zbC4"></script> <script src="/bundles/jquery_rina-en?v=lzB7M5u9lV0gB7po9mHHeELiUXTWGQJvJ_93joqMsyw1"></script> <script type="text/javascript"> var MyMessagesAjax = new setMessages("Select service category", "Select your asset", "Failed to retrieve assets", "No results", "Add to my contacts", "AjaxJs_Go", "View more news", "Next events", "All the publications", "Read more press releases", "Back", "P.", "M."); var MyRinaAjaxUrl = new RinaAjaxUrl( "/api/rina/services/GetContactVCard?sc_site=rina-en", "/api/rina/services/TrackInteractions?sc_site=rina-en", "/api/rina/industries/GetAssets?sc_site=rina-en", "/api/rina/industries/GetAssets?sc_site=rina-en", "/api/rina/industries/GetCategory?sc_site=rina-en", "/api/rina/industries/GetCategory?sc_site=rina-en", "/api/rina/services/GetContactHub?sc_site=rina-en", "/api/rina/services/GetCityOffice?sc_site=rina-en", "/api/rina/services/GetContactOffice?sc_site=rina-en", "/api/rina/services/GetCity?sc_site=rina-en", "/api/rina/services/GetContactOfficeManager?sc_site=rina-en", "/api/rina/services/GetContactOfficeManagerOnlyCountry?sc_site=rina-en", "/api/rina/casestudies/GetCaseStudies?sc_site=rina-en", "/api/rina/casestudies/GetCaseStudiesBusiness?sc_site=rina-en", "/api/rina/contacts/GetCountries?sc_site=rina-en", "/api/rina/contacts/GetOfficeType?sc_site=rina-en"); </script> <script src="https://www.google.com/recaptcha/api.js?onload=myCallBack&render=explicit" async defer></script> <!--loader--> <div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div> </body> </html>