CINXE.COM
Athens International Airport
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="Content-Language" content="en" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width" /> <meta name="robots" content="noindex,nofollow"> <title>Athens International Airport</title> <link rel="apple-touch-icon" sizes="180x180" href="/imgs/favicons/pple-touch-icon.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicons/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicons/favicon-16x16.png" /> <link rel="icon" type="image/x-icon" href="/imgs/favicons/favicon.ico" /> <link rel="manifest" href="/site.webmanifest" /> <link type="text/css" rel="stylesheet" href="/css/main.min.css?t=1598896329" /> <link type="text/css" rel="stylesheet" href="/fonts/icons/icons.css?t=1598896329" /> <script> document.addEventListener("DOMContentLoaded", () => { setTimeout(() => { document.body.classList.add("dom-ready") }) }) </script> </head> <body> <div class="header-error"> <div class="page-container"> <div class="header-error__logo"> <img src="/imgs/errors/aia-logo.svg" alt="AIA" /> </div> </div> </div> <main class="main-content"> <!-- Hero error --> <div class="s-hero s-hero-error has-bg-img"> <div class="page-container"> <div class="s-hero-error__cont"> <div class="s-hero__bg"> <div class="s-hero__bg__video"> <video width="1344" height="700" autoplay muted loop playsinline> <source src="/imgs/errors/error-404.mp4" type="video/mp4" /> </video> </div> </div> <div class="s-hero-error__text"> <div class="row"> <div class="offset-lg-1 col-lg-3 col-sm-12"> <h1 class="s-hero-error__error-title heading-4"> Error 404 <span>Page not found</span> </h1> </div> <div class="col-xl-5 col-lg-7 col-sm-12"> <h2 class="s-hero-error__title heading-1"> We're sorry, but the page you're trying to access is unavailable. </h2> <div class="s-hero-error__desc"> Please ensure that the page URL is correct. Otherwise, the page may have been removed, renamed, or is temporarily unavailable. </div> <div class="s-hero-error__cta"> <a href="/en" class="e-btn e-btn--white e-btn--arrow-right">Back to Home</a> </div> </div> </div> </div> </div> </div> </div> </main> </body> </html>