{"id":465,"date":"2022-04-05T10:00:48","date_gmt":"2022-04-05T08:00:48","guid":{"rendered":"https:\/\/intersoft-service.it\/customers\/avionord\/home-italiano\/"},"modified":"2024-10-08T16:56:13","modified_gmt":"2024-10-08T14:56:13","slug":"home-italiano","status":"publish","type":"page","link":"https:\/\/intersoft-service.it\/customers\/avionord\/","title":{"rendered":"Home &#8211; Italiano"},"content":{"rendered":"[vc_section full_width=&#8221;stretch_row_content&#8221; content_placement=&#8221;top&#8221; css=&#8221;.vc_custom_1693814369604{margin-right: 0px !important;margin-bottom: -35px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_row css=&#8221;.vc_custom_1682067980735{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1682068841051{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc2xpZGVyLTIlMjIlNUQlNUIlMkZyZXZfc2xpZGVyJTVE[\/vc_raw_html][vc_column_text css=&#8221;.vc_custom_1693813181406{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;]    <div id=\"xtd-search-flight\" v-cloak data-url=\"https:\/\/intersoft-service.it\/customers\/avionord\/chiedi-un-preventivo\/\" data-query=\"flight_info\" class=\"xtd-search-flight__wrapper xtd-search-flight--modal\">\n      <div>\n        <form class=\"xtd-search-flight\">\n        <div v-for=\"(leg, index) in legs\" :key=\"index\" class=\"xtd-search-flight__leg\">\n          <div class=\"xtd-search-flight__from\">\n            <label>Da<\/label>\n            <v-select v-model=\"legs[index].from\" :filterable=\"false\" :options=\"options\" @search=\"onSearch\" placeholder=\"Aeroporto di partenza\" label=\"name\">\n              <template slot=\"no-options\">\n                Cerca un aeroporto              <\/template>\n              <template slot=\"option\" scope=\"scope\">\n                <div class=\"d-center xtd-search-flight__airport-select\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                  <\/div>\n              <\/template>\n              <template slot=\"selected-option\" scope=\"scope\">\n                <div class=\"selected d-center xtd-search-flight__airport-select xtd-search-flight__airport-select--selected\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                <\/div>\n              <\/template>\n            <\/v-select>\n          <\/div>\n          <div class=\"xtd-search-flight__to\">\n            <label>A<\/label>\n            <v-select v-model=\"legs[index].to\" :filterable=\"false\" :options=\"options\" @search=\"onSearch\" placeholder=\"Aeroporto di arrivo\" label=\"name\">\n              <template slot=\"no-options\">\n                Cerca un aeroporto              <\/template>\n              <template slot=\"option\" scope=\"scope\">\n                <div class=\"d-center xtd-search-flight__airport-select\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                  <\/div>\n              <\/template>\n              <template slot=\"selected-option\" scope=\"scope\">\n                <div class=\"selected d-center xtd-search-flight__airport-select xtd-search-flight__airport-select--selected\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                <\/div>\n              <\/template>\n            <\/v-select>\n          <\/div>\n          <div class=\"xtd-search-flight__date\">\n            <label>Data e ora<\/label>\n            <input :ref=\"'flatpikr_' + index\" type=\"text\" class=\"form-control\" v-model=\"legs[index].date\" placeholder=\"Scegli la data e l&#039;ora\">\n          <\/div>\n          <div class=\"xtd-search-flight__pax\">\n            <label>Passeggeri<\/label>\n            <input type=\"number\" class=\"form-control form-control-lg\"  v-model=\"legs[index].pax\" v-on:change=\"onChangePax($event, index)\" placeholder=\"0\">\n          <\/div>\n          <div v-if=\"index > 0\" class=\"xtd-search-flight__remove\">\n            <a href=\"#\" class=\"fa fa-fw fa-times\"  v-on:click.prevent=\"deleteLeg(index)\"><\/a>\n          <\/div>\n        <\/div>\n        <div class=\"xtd-search-flight__requirements\" v-if=\"requirements_visibility\">\n            <label>Requirements<\/label>\n            <textarea class=\"form-control\" v-model=\"requirements\"  placeholder=\"enter special req here\">\n            <\/textarea>\n          <div class=\"xtd-search-flight__remove\">\n            <a href=\"#\" class=\"fa fa-fw fa-times\"  v-on:click.prevent=\"deleteRequirements()\"><\/a>\n          <\/div>\n        <\/div>\n        <div class=\"row justify-content-between\">\n          <div class=\"col\">\n            <button class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addReturn\" :disabled=\"!return_flight || legs.length > 4\"><i class=\"fa fa-undo fa-fw\"><\/i> Aggiungi Ritorno<\/button>\n            <button class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addFlight\" :disabled=\"legs.length > 4\"><i class=\"fa fa-plus fa-fw\"><\/i> Add Flight<\/button>\n            <button v-if=\"!requirements_visibility\" class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addRequirements\"><i class=\"fa fa-star fa-fw\"><\/i> Aggiungi richieste<\/button>\n          <\/div>\n          <div class=\"col-sm-3 align-self-end text-right\"><button class=\"btn btn-sm btn-primary\" v-on:click.prevent=\"searchFlights()\" :disabled=\"isSearchDisabled()\">CHIEDI<\/button><\/div>\n        <\/div>\n        <div v-if=\"modal\" class=\"xtd-search-flight__toggle-modal\" v-on:click=\"modal_visibility = !modal_visibility\">\n          <div><i class=\"fa\" :class=\"modal_visibility ? 'fa-arrow-left' : 'fa-arrow-right'\"><\/i><\/div>\n          <div>\n            <span><strong>REQUEST A TRIP<\/strong> <\/span>\n          <\/div>\n        <\/div>\n      <\/form>\n      <\/div>\n    <\/div>\n    [\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1693817911092{background-color: #f9f9f9 !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-2 vc_col-md-1&#8243;][\/vc_column][vc_column offset=&#8221;vc_col-lg-8 vc_col-md-10&#8243;][vc_column_text css_animation=&#8221;slideInUp&#8221;]<strong>Avionord<\/strong> \u00e8 una compagnia aerea basata su Milano Linate, <strong>completamente italiana<\/strong>, in grado di far fronte a qualunque richiesta nell\u2019ambito dei voli privati. Dispone di una <strong>flotta di 7 Bombardier Learjet 40 e 45<\/strong> per il breve e medio raggio e di un <strong>Challanger 604<\/strong> in grado di affrontare voli a lungo raggio.[\/vc_column_text][vc_column_text css_animation=&#8221;slideInUp&#8221;]I clienti hanno quindi a disposizione <strong>aerei super-veloci<\/strong>, <strong>sicuri e comodi<\/strong> sia per gli <strong>spostamenti di lavoro<\/strong> che per i <strong>viaggi di piacere<\/strong>.[\/vc_column_text][vc_column_text css_animation=&#8221;slideInUp&#8221;]Ma quello che contraddistingue Avionord \u00e8 <strong>la qualit\u00e0 dei servizi<\/strong> che offre: non solo <strong>comfort e raffinatezza<\/strong>, ma <strong>competenza e<\/strong>\u00a0<strong>professionalit\u00e0<\/strong> di tutti collaboratori, che pianificano e realizzano ogni volo con accuratezza e flessibilit\u00e0, nel <strong>totale rispetto della privacy<\/strong>.[\/vc_column_text][vc_btn title=&#8221;Prenota subito il tuo Volo&#8221; align=&#8221;center&#8221; css_animation=&#8221;fadeInUpBig&#8221; custom_onclick=&#8221;true&#8221; custom_onclick_code=&#8221;xtenderSearchFlight.modal_visibility = ! xtenderSearchFlight.modal_visibility;&#8221; link=&#8221;rel:nofollow&#8221; css=&#8221;.vc_custom_1693817702045{margin-top: 40px !important;padding-top: 20px !important;}&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-2 vc_col-md-1&#8243;][\/vc_column][\/vc_row][vc_section full_width=&#8221;stretch_row&#8221; full_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; video_bg=&#8221;yes&#8221; video_bg_url=&#8221;https:\/\/www.youtube.com\/watch?v=Y8ACyHYsb6Q&amp;autoplay=1&amp;controls=0&amp;disablekb=1&amp;loop=1&amp;modestbranding=1&amp;playsinline=1&amp;color=white&amp;mute=1&amp;playlist=Y8ACyHYsb6Q&#8221; disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1693814287199{margin-top: 0px !important;background-image: url(https:\/\/intersoft-service.it\/customers\/avionord\/wp-content\/uploads\/2022\/06\/hp-clouds.jpg?id=1284) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;cut-margin-top&#8221;][vc_row el_class=&#8221;color&#8211;text-inverted xtd-text-shadow&#8211;small-normal&#8221; css=&#8221;.vc_custom_1655373922258{margin-bottom: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10&#8243;][vc_single_image image=&#8221;1083&#8243; img_size=&#8221;400&#215;174&#8243; alignment=&#8221;center&#8221; css_animation=&#8221;fadeIn&#8221; css=&#8221;.vc_custom_1655995529132{margin-top: -80px !important;}&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10&#8243;][vc_column_text]    <div id=\"xtd-search-flight\" v-cloak data-url=\"https:\/\/intersoft-service.it\/customers\/avionord\/book-jet\/\" data-query=\"flight_info\" class=\"xtd-search-flight__wrapper xtd-search-flight--modal\">\n      <div>\n        <form class=\"xtd-search-flight\">\n        <div v-for=\"(leg, index) in legs\" :key=\"index\" class=\"xtd-search-flight__leg\">\n          <div class=\"xtd-search-flight__from\">\n            <label>From<\/label>\n            <v-select v-model=\"legs[index].from\" :filterable=\"false\" :options=\"options\" @search=\"onSearch\" placeholder=\"Departure airport\" label=\"name\">\n              <template slot=\"no-options\">\n                Search for an airport              <\/template>\n              <template slot=\"option\" scope=\"scope\">\n                <div class=\"d-center xtd-search-flight__airport-select\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                  <\/div>\n              <\/template>\n              <template slot=\"selected-option\" scope=\"scope\">\n                <div class=\"selected d-center xtd-search-flight__airport-select xtd-search-flight__airport-select--selected\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                <\/div>\n              <\/template>\n            <\/v-select>\n          <\/div>\n          <div class=\"xtd-search-flight__to\">\n            <label>To<\/label>\n            <v-select v-model=\"legs[index].to\" :filterable=\"false\" :options=\"options\" @search=\"onSearch\" placeholder=\"Arrival airport\" label=\"name\">\n              <template slot=\"no-options\">\n                Search for an airport              <\/template>\n              <template slot=\"option\" scope=\"scope\">\n                <div class=\"d-center xtd-search-flight__airport-select\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                  <\/div>\n              <\/template>\n              <template slot=\"selected-option\" scope=\"scope\">\n                <div class=\"selected d-center xtd-search-flight__airport-select xtd-search-flight__airport-select--selected\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                <\/div>\n              <\/template>\n            <\/v-select>\n          <\/div>\n          <div class=\"xtd-search-flight__date\">\n            <label>Date and time<\/label>\n            <input :ref=\"'flatpikr_' + index\" type=\"text\" class=\"form-control\" v-model=\"legs[index].date\" placeholder=\"Choose date and time\">\n          <\/div>\n          <div class=\"xtd-search-flight__pax\">\n            <label>Passengers<\/label>\n            <input type=\"number\" class=\"form-control form-control-lg\"  v-model=\"legs[index].pax\" v-on:change=\"onChangePax($event, index)\" placeholder=\"0\">\n          <\/div>\n          <div v-if=\"index > 0\" class=\"xtd-search-flight__remove\">\n            <a href=\"#\" class=\"fa fa-fw fa-times\"  v-on:click.prevent=\"deleteLeg(index)\"><\/a>\n          <\/div>\n        <\/div>\n        <div class=\"xtd-search-flight__requirements\" v-if=\"requirements_visibility\">\n            <label>Requirements<\/label>\n            <textarea class=\"form-control\" v-model=\"requirements\"  placeholder=\"enter special req here\">\n            <\/textarea>\n          <div class=\"xtd-search-flight__remove\">\n            <a href=\"#\" class=\"fa fa-fw fa-times\"  v-on:click.prevent=\"deleteRequirements()\"><\/a>\n          <\/div>\n        <\/div>\n        <div class=\"row justify-content-between\">\n          <div class=\"col\">\n            <button class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addReturn\" :disabled=\"!return_flight || legs.length > 4\"><i class=\"fa fa-undo fa-fw\"><\/i> Add Return<\/button>\n            <button class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addFlight\" :disabled=\"legs.length > 4\"><i class=\"fa fa-plus fa-fw\"><\/i> Add Flight<\/button>\n            <button v-if=\"!requirements_visibility\" class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addRequirements\"><i class=\"fa fa-star fa-fw\"><\/i> Add requests<\/button>\n          <\/div>\n          <div class=\"col-sm-3 align-self-end text-right\"><button class=\"btn btn-sm btn-primary\" v-on:click.prevent=\"searchFlights()\" :disabled=\"isSearchDisabled()\">REQUEST<\/button><\/div>\n        <\/div>\n        <div v-if=\"modal\" class=\"xtd-search-flight__toggle-modal\" v-on:click=\"modal_visibility = !modal_visibility\">\n          <div><i class=\"fa\" :class=\"modal_visibility ? 'fa-arrow-left' : 'fa-arrow-right'\"><\/i><\/div>\n          <div>\n            <span><strong>REQUEST A TRIP<\/strong> <\/span>\n          <\/div>\n        <\/div>\n      <\/form>\n      <\/div>\n    <\/div>\n    [\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; disable_element=&#8221;yes&#8221;][vc_row][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8&#8243;][vc_column_text]\n<h1 style=\"text-align: center; color: #a8987e;\">Avionord<\/h1>\n<h3 style=\"text-align: center;\">Private and Business flight<br \/>\nWith Jets and Helicopters<\/h3>\n[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1559737359870{background-color: #f5f3f1 !important;}&#8221;][vc_column width=&#8221;5\/12&#8243; css=&#8221;.vc_custom_1556118915964{border-top-width: 10px !important;border-right-width: 10px !important;border-bottom-width: 10px !important;border-left-width: 10px !important;border-left-color: #f4f3f1 !important;border-left-style: solid !important;border-right-color: #f4f3f1 !important;border-right-style: solid !important;border-top-color: #f4f3f1 !important;border-top-style: solid !important;border-bottom-color: #f4f3f1 !important;border-bottom-style: solid !important;}&#8221;][vc_row_inner css=&#8221;.vc_custom_1557991790976{padding-top: 0px !important;}&#8221;][vc_column_inner width=&#8221;11\/12&#8243; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_column_text]\n<h2>Business Flights<\/h2>\n<h5><strong>THE VALUE OF TIME<\/strong><\/h5>\n<h5><strong>THE POWER OF THE PERFECT CONTEXT<\/strong><\/h5>\n<p><span style=\"font-weight: 400;\">Avionord EXECUTIVE knows how valuable your time is and it considers a priority the fact of ensure maximum efficiency for business and leisure trips for each of its passengers.<\/span><\/p>\n<p>The comfort that Avionord Executive gives to its passengers allows them to exchange ideas with their employees or customers in a favourable context; thus contributing to the good development of the business.<\/p>\n<p>A complete and excellent on-board and off-board service: professionalism of all staff, maximum comfort and punctuality to guarantee a successful Business Trip[\/vc_column_text][vc_btn title=&#8221;Find Out&#8221; align=&#8221;left&#8221; link=&#8221;url:https%3A%2F%2Fwww.avionord-executive.com%2Fservizi%2Fvoli-business%2F|title:Voli%20Privati||rel:nofollow&#8221;][vc_empty_space height=&#8221;3rem&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;7\/12&#8243; css=&#8221;.vc_custom_1557991797952{padding-top: 0px !important;}&#8221;][vc_single_image image=&#8221;1361&#8243; img_size=&#8221;full&#8221; style=&#8221;xtd-shadow&#8211;large-light&#8221; css_animation=&#8221;fadeInRight&#8221; el_class=&#8221;xtd-margin-negative&#8211;top-3&#8243; curly_width=&#8221;100%&#8221;][\/vc_column][\/vc_row][vc_row content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1557994502025{padding-top: 50px !important;}&#8221;][vc_column width=&#8221;7\/12&#8243;][vc_single_image image=&#8221;1363&#8243; img_size=&#8221;large&#8221; style=&#8221;xtd-shadow&#8211;large-light&#8221; css_animation=&#8221;fadeInLeftBig&#8221; el_class=&#8221;xtd-margin-negative&#8211;bottom-3&#8243; curly_width=&#8221;100%&#8221;][\/vc_column][vc_column width=&#8221;1\/3&#8243; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_column_text css=&#8221;.vc_custom_1575532616422{margin-top: 6rem !important;margin-bottom: 4rem !important;}&#8221;]\n<h2>Private Flights<\/h2>\n<p>Avionord offers a Private Flights service that is always exclusive and completely personalized. Attention to details and experience will always guarantee maximum comfort and safety.[\/vc_column_text][vc_btn title=&#8221;Find Out&#8221; align=&#8221;left&#8221; link=&#8221;url:https%3A%2F%2Fwww.avionord-executive.com%2Fservizi%2Fvoli-privati%2F|title:Voli%20Privati||rel:nofollow&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1556117768090{margin-top: 80px !important;margin-bottom: 80px !important;padding-top: 140px !important;padding-bottom: 140px !important;background-color: #f5f3f1 !important;}&#8221;][vc_column][vc_column_text]\n<h2 class=\"special-title\" style=\"text-align: center;\">Avionord Executive gives value to its passengers, before anything else<\/h2>\n[\/vc_column_text][vc_column_text]\n<p class=\"lead lead-lg font-family--h1\" style=\"text-align: center;\">Avionord Executive has the sole purpose of satisfying your needs.<br \/>\nEmpathy, expertise and professionalism are the characteristics that distinguish the company.<br \/>\nListening, attention and readiness to intervene are the levers that move all its work.<br \/>\nCustomer always remains the core of every gesture.<\/p>\n[\/vc_column_text][vc_btn title=&#8221;Book Your Flight&#8221; align=&#8221;center&#8221; custom_onclick=&#8221;true&#8221; custom_onclick_code=&#8221;xtenderSearchFlight.modal_visibility = ! xtenderSearchFlight.modal_visibility;&#8221; link=&#8221;rel:nofollow&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section disable_element=&#8221;yes&#8221;][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1562847903287{margin-top: 0px !important;}&#8221;][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1562847895729{border-top-width: 10px !important;border-right-width: 10px !important;border-bottom-width: 10px !important;border-left-width: 10px !important;border-left-color: #f4f3f1 !important;border-left-style: solid !important;border-right-color: #f4f3f1 !important;border-right-style: solid !important;border-top-color: #f4f3f1 !important;border-top-style: solid !important;border-bottom-color: #f4f3f1 !important;border-bottom-style: solid !important;}&#8221;][vc_row_inner][vc_column_inner width=&#8221;7\/12&#8243; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_empty_space height=&#8221;1rem&#8221;][vc_column_text]\n<h2>Luxury &amp; Comfort<\/h2>\n<p><span style=\"font-weight: 400;\">With Avionord EXECUTIVE you will always have the assurance of spending your Trip in Total Relaxation.<br \/>\nThe on-board Staff will take care of you and all your needs<br \/>\nAvionord Executive organizes every trip in detail, without you having to think about anything.<br \/>\nRefined and exclusive environments and, on request, an accurate Catering Service.<br \/>\nAvionord Executive accompanies and supports you during every phase of your trip, to give you, each time, your unforgettable experience.<\/span>[\/vc_column_text][vc_empty_space height=&#8221;1rem&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_empty_space height=&#8221;2rem&#8221;][vc_single_image image=&#8221;1364&#8243; img_size=&#8221;full&#8221; style=&#8221;xtd-shadow&#8211;large-light&#8221; css_animation=&#8221;slideInRight&#8221; el_class=&#8221;xtd-responsive-margin-negative&#8211;left-70&#8243;][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;z-index&#8211;2&#8243;][vc_empty_space height=&#8221;2rem&#8221;][vc_single_image image=&#8221;1366&#8243; img_size=&#8221;full&#8221; style=&#8221;xtd-shadow&#8211;large-light&#8221; css_animation=&#8221;slideInLeft&#8221; el_class=&#8221;xtd-responsive-margin-negative&#8211;right-80&#8243;][vc_empty_space height=&#8221;0rem&#8221;][\/vc_column][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1556120054019{border-top-width: 10px !important;border-right-width: 10px !important;border-bottom-width: 10px !important;border-left-width: 10px !important;border-left-color: #f4f3f1 !important;border-left-style: solid !important;border-right-color: #f4f3f1 !important;border-right-style: solid !important;border-top-color: #f4f3f1 !important;border-top-style: solid !important;border-bottom-color: #f4f3f1 !important;border-bottom-style: solid !important;}&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243; offset=&#8221;vc_col-sm-offset-5&#8243;][vc_empty_space height=&#8221;4rem&#8221;][vc_column_text]\n<h2>Speed &amp; Punctuality<\/h2>\n<p><span style=\"font-weight: 400;\">The flight on our Jets or Private Helicopters guarantees the transfer in the shortest time possible. The operators of the operations centre organize and plan the flight, the technical team prepares the aircraft, the pilots take the customers to their destination. No check-in, no check-out on arrival. Everything is designed to make you reach the place of arrival on time and in total relaxation.<\/span>[\/vc_column_text][vc_empty_space height=&#8221;4rem&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1556118915964{border-top-width: 10px !important;border-right-width: 10px !important;border-bottom-width: 10px !important;border-left-width: 10px !important;border-left-color: #f4f3f1 !important;border-left-style: solid !important;border-right-color: #f4f3f1 !important;border-right-style: solid !important;border-top-color: #f4f3f1 !important;border-top-style: solid !important;border-bottom-color: #f4f3f1 !important;border-bottom-style: solid !important;}&#8221;][vc_row_inner content_placement=&#8221;middle&#8221;][vc_column_inner width=&#8221;7\/12&#8243; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_empty_space height=&#8221;2rem&#8221;][vc_column_text]\n<h2>You can leave whenever you want<\/h2>\n<p>Flying with a Private Jet or an Avionord Executive Helicopter means having the exclusive advantage of being able to schedule the departure based only on your needs. With Avionord Executive you will benefit from the total freedom to decide the take-off time and you will also have the total autonomy of choosing the transfer services to and from the airport.<br \/>\nNo restrictions and no limitation to the characteristics of the transfer, as often happens for a scheduled flight.<br \/>\nWith Avionord Executive you can enjoy all the advantages that a customized service can offer.[\/vc_column_text][vc_empty_space height=&#8221;2rem&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_empty_space height=&#8221;8rem&#8221;][vc_single_image image=&#8221;1368&#8243; img_size=&#8221;full&#8221; style=&#8221;xtd-shadow&#8211;large-light&#8221; css_animation=&#8221;slideInRight&#8221; el_class=&#8221;xtd-responsive-margin-negative&#8211;left-70&#8243; css=&#8221;.vc_custom_1662544161225{margin-top: -6rem !important;}&#8221;][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;z-index&#8211;2&#8243;][vc_empty_space height=&#8221;4rem&#8221;][vc_single_image image=&#8221;1370&#8243; img_size=&#8221;full&#8221; style=&#8221;xtd-shadow&#8211;large-light&#8221; css_animation=&#8221;slideInLeft&#8221; el_class=&#8221;xtd-responsive-margin-negative&#8211;right-80&#8243;][vc_empty_space height=&#8221;2rem&#8221;][\/vc_column][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1556120054019{border-top-width: 10px !important;border-right-width: 10px !important;border-bottom-width: 10px !important;border-left-width: 10px !important;border-left-color: #f4f3f1 !important;border-left-style: solid !important;border-right-color: #f4f3f1 !important;border-right-style: solid !important;border-top-color: #f4f3f1 !important;border-top-style: solid !important;border-bottom-color: #f4f3f1 !important;border-bottom-style: solid !important;}&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243; offset=&#8221;vc_col-sm-offset-5&#8243;][vc_empty_space height=&#8221;3rem&#8221;][vc_column_text]\n<h2>Discretion &amp; Privacy<\/h2>\n<p><span style=\"font-weight: 400;\">The Avionord Executive staff is well aware of the values of discretion and respect for privacy and is always committed to safeguard them. An accomplished result of professionalism, competence and experience of pilots and all staff, whose priority is the satisfaction of passengers&#8217; needs and safety.<\/span>[\/vc_column_text][vc_btn title=&#8221;Passengers Privacy&#8221; align=&#8221;left&#8221; custom_onclick=&#8221;true&#8221; custom_onclick_code=&#8221;xtenderSearchFlight.modal_visibility = ! xtenderSearchFlight.modal_visibility;&#8221; link=&#8221;url:http%3A%2F%2Fwww.avionord.com%2Fdocs%2FPASSENGERS_PRIVACY_110718.pdf|||rel:nofollow&#8221; css=&#8221;.vc_custom_1556545165147{margin-top: 50px !important;}&#8221;][vc_empty_space height=&#8221;3rem&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; content_placement=&#8221;middle&#8221; parallax=&#8221;content-moving&#8221; parallax_image=&#8221;1372&#8243; parallax_speed_bg=&#8221;2&#8243; disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1673521686548{background-color: #0d0d0e !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_row][vc_column width=&#8221;5\/6&#8243; curly_padding=&#8221;content-padding-xs&#8221; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_empty_space height=&#8221;3rem&#8221;][vc_column_text]\n<h2 class=\"h1\" style=\"text-align: center;\"><span style=\"color: #a8987e;\">Wherever<br \/>\nyou would like to go<\/span><\/h2>\n[\/vc_column_text][vc_column_text el_class=&#8221;color&#8211;text-inverted xtd-text-shadow&#8211;small-normal&#8221;]\n<p class=\"lead\" style=\"text-align: center;\">Choose your destination.<br \/>\nOur organization will take care of the rest.<br \/>\nAvionord Executive gives the freedom of a Unique and Exclusive service.<\/p>\n[\/vc_column_text][vc_btn title=&#8221;Book Your Flight&#8221; align=&#8221;center&#8221; custom_onclick=&#8221;true&#8221; custom_onclick_code=&#8221;xtenderSearchFlight.modal_visibility = ! xtenderSearchFlight.modal_visibility;&#8221; link=&#8221;rel:nofollow&#8221;][vc_empty_space height=&#8221;3rem&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1673521703426{margin-top: 4rem !important;margin-bottom: 4rem !important;}&#8221;][vc_row disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1673521872774{margin-top: 20px !important;}&#8221;][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1556118915964{border-top-width: 10px !important;border-right-width: 10px !important;border-bottom-width: 10px !important;border-left-width: 10px !important;border-left-color: #f4f3f1 !important;border-left-style: solid !important;border-right-color: #f4f3f1 !important;border-right-style: solid !important;border-top-color: #f4f3f1 !important;border-top-style: solid !important;border-bottom-color: #f4f3f1 !important;border-bottom-style: solid !important;}&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_empty_space height=&#8221;5rem&#8221;][vc_column_text]\n<h2>Catering<\/h2>\n<p><span style=\"font-weight: 400;\">On request, Avionord Executive offers a catering service with sweet and savoury dishes carefully selected.<\/span>[\/vc_column_text][vc_empty_space height=&#8221;6rem&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_empty_space height=&#8221;4rem&#8221;][vc_single_image image=&#8221;1376&#8243; img_size=&#8221;full&#8221; style=&#8221;xtd-shadow&#8211;large-light&#8221; css_animation=&#8221;slideInRight&#8221; el_class=&#8221;xtd-responsive-margin-negative&#8211;left-80&#8243;][vc_empty_space height=&#8221;2rem&#8221;][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;color&#8211;text-inverted xtd-shadow&#8211;large-light&#8221; css=&#8221;.vc_custom_1556537186829{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #254762 !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1570779649205{background-image: url(https:\/\/www.avionord-executive.com\/wp-content\/uploads\/2019\/10\/per-ogni-destinazione.jpg?id=1926) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][\/vc_column][vc_column width=&#8221;1\/3&#8243; offset=&#8221;vc_col-sm-offset-1&#8243; css=&#8221;.vc_custom_1568364371417{padding-right: 30px !important;padding-left: 30px !important;}&#8221;][vc_empty_space height=&#8221;4rem&#8221;][vc_column_text]\n<h2>For each Destination<\/h2>\n<p class=\"lead\"><span style=\"font-weight: 600;\">Fly with an Airplane or with an Avionord Executive Helicopter. <\/span><\/p>\n<p class=\"lead\">Whether you have a long or short trip, the Avionord Executive fleet has a wide choice of solutions.<\/p>\n<p class=\"lead\">You can decide to fly with an airplane or a helicopter, choosing the aircraft that best suits your needs and destinations.<\/p>\n<p class=\"lead\">With the Avionord Executive Helicopter you can reach all those destinations that would be inaccessible to fixed-wing aircraft<\/p>\n[\/vc_column_text][vc_empty_space height=&#8221;4rem&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1673521713393{background-color: #f4f3f1 !important;}&#8221;][vc_row][vc_column offset=&#8221;vc_col-lg-offset-1 vc_col-lg-10&#8243;][vc_empty_space height=&#8221;2rem&#8221;][vc_column_text]\n<h2 class=\"special-title\" style=\"text-align: center;\"><strong>Your Events to live<\/strong>With Avionord Executive you will reach what you love<\/h2>\n[\/vc_column_text][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1556286694983{margin-top: -4rem !important;}&#8221;][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1556118915964{border-top-width: 10px !important;border-right-width: 10px !important;border-bottom-width: 10px !important;border-left-width: 10px !important;border-left-color: #f4f3f1 !important;border-left-style: solid !important;border-right-color: #f4f3f1 !important;border-right-style: solid !important;border-top-color: #f4f3f1 !important;border-top-style: solid !important;border-bottom-color: #f4f3f1 !important;border-bottom-style: solid !important;}&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_single_image image=&#8221;1378&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1662544962049{margin-right: -2rem !important;margin-left: -2rem !important;}&#8221;][vc_column_text]\n<h2>The advantage of Exclusivity<\/h2>\n<p><span style=\"font-weight: 400;\">Take part in a World of Exclusive Events thinking only of the pleasure of the moment.<br \/>\nUnique opportunities designed for you or your Guests.<\/span>[\/vc_column_text][vc_empty_space height=&#8221;4rem&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_empty_space height=&#8221;3rem&#8221;][vc_single_image image=&#8221;1379&#8243; img_size=&#8221;full&#8221; style=&#8221;xtd-shadow&#8211;large-light&#8221; css_animation=&#8221;slideInRight&#8221; el_class=&#8221;xtd-responsive-margin-negative&#8211;left-80&#8243;][vc_empty_space height=&#8221;2rem&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1556286630739{margin-top: -2rem !important;}&#8221;][vc_column width=&#8221;1\/6&#8243;][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_column_text]\n<h4 style=\"text-align: center;\">ALL THE PRIVATE FLIGHTS FOR AVIONORD EXECUTIVE EVENTS<\/h4>\n[\/vc_column_text][vc_empty_space height=&#8221;1rem&#8221;][vc_btn title=&#8221;All the Events&#8221; align=&#8221;center&#8221; custom_onclick=&#8221;true&#8221; custom_onclick_code=&#8221;xtenderSearchFlight.modal_visibility = ! xtenderSearchFlight.modal_visibility;&#8221; link=&#8221;url:https%3A%2F%2Fwww.avionord-executive.com%2Fservizi%2Fvoli-privati-per-eventi%2F|title:Eventi||&#8221;][\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row][\/vc_section][vc_section disable_element=&#8221;yes&#8221;][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; equal_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1556289893340{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #f4f3f1 !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1556289768409{margin-top: 0px !important;padding-top: 0px !important;background-image: url(https:\/\/www.avionord-executive.com\/wp-content\/uploads\/2019\/04\/IMG_8735_B-1.jpg?id=1321) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][\/vc_column][vc_column width=&#8221;1\/3&#8243; offset=&#8221;vc_col-sm-offset-1&#8243; css=&#8221;.vc_custom_1560527420068{padding-right: 40px !important;padding-left: 40px !important;}&#8221;][vc_empty_space height=&#8221;6rem&#8221;][vc_column_text]\n<h2 class=\"special-title\">ELIMONZA<\/h2>\n<p class=\"lead\">The exclusive Avionord Executive partnership with the Monza racetrack.<\/p>\n<p class=\"lead\"><strong>THE ONLY PASSENGER TRANSPORT SERVICE BY HELICOPTER DEDICATED TO THE ITALIAN GRAND PRIX OF FORMULA 1<\/strong><\/p>\n<p class=\"lead\">An event that involves, in three days, the use of over 20 different helicopters depending on the needs of the passengers, for a total of about 500 guests transported directly to the Racetrack.<\/p>\n[\/vc_column_text][vc_empty_space height=&#8221;2rem&#8221;][vc_btn title=&#8221;Find out ELIMONZA&#8221; align=&#8221;left&#8221; custom_onclick=&#8221;true&#8221; custom_onclick_code=&#8221;xtenderSearchFlight.modal_visibility = ! xtenderSearchFlight.modal_visibility;&#8221; link=&#8221;url:https%3A%2F%2Fwww.avionord-executive.com%2Felimonza%2F|title:Eventi||&#8221;][vc_empty_space height=&#8221;6rem&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1673521729247{padding-top: 60px !important;background-color: #f6f6f6 !important;}&#8221;][vc_row disable_element=&#8221;yes&#8221;][vc_column][vc_empty_space height=&#8221;2rem&#8221;][vc_column_text]\n<h2 style=\"text-align: center;\">Off Board Services<\/h2>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Avionord Executive assistance does not end with the Flight.<br \/>\nAvionord Executive guarantees support and constant support at every stage of your business or leisure trip.<\/span><\/p>\n[\/vc_column_text][vc_empty_space height=&#8221;2rem&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1521333344429{padding-bottom: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1521331789848{margin-bottom: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text]\n<h2 class=\"special-title\" style=\"text-align: center;\">Rent an Avionord Executive Private Jet<\/h2>\n<h4 style=\"text-align: center;\">THE AVIONORD EXECUTIVE SOLUTIONS<\/h4>\n[\/vc_column_text][vc_empty_space height=&#8221;4rem&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;1383&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221; style=&#8221;xtd-shadow&#8211;large-normal&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/www.avionord-executive.com\/servizi\/voli-business\/&#8221;][vc_column_text css=&#8221;.vc_custom_1575539799888{padding-right: 1rem !important;padding-left: 1rem !important;}&#8221;]\n<h5 style=\"text-align: center;\">Business Jet Flights<\/h5>\n<h6 style=\"text-align: center;\"><a href=\"https:\/\/www.avionord-executive.com\/servizi\/voli-business\/\">For people who do not stop working just because they are travelling<\/a><\/h6>\n[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;1384&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221; style=&#8221;xtd-shadow&#8211;large-normal&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/www.avionord-executive.com\/servizi\/voli-privati\/&#8221;][vc_column_text css=&#8221;.vc_custom_1575539829058{padding-right: 1rem !important;padding-left: 1rem !important;}&#8221;]\n<h5 style=\"text-align: center;\">Private Jet Flights<\/h5>\n<h6 style=\"text-align: center;\"><a href=\"https:\/\/www.avionord-executive.com\/servizi\/voli-privati\/\">or people who want to ensure their Privacy<\/a><\/h6>\n[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;1385&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221; style=&#8221;xtd-shadow&#8211;large-normal&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/www.avionord-executive.com\/servizi\/voli-in-elicottero\/&#8221;][vc_column_text css=&#8221;.vc_custom_1575539862326{padding-right: 1rem !important;padding-left: 1rem !important;}&#8221;]\n<h5 style=\"text-align: center;\">Helicopter Flights<\/h5>\n<h6 style=\"text-align: center; color: #a8987e;\"><a href=\"https:\/\/www.avionord-executive.com\/servizi\/voli-in-elicottero\/\">To get even where the airplanes do not arrive<\/a><\/h6>\n[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_column_text]<a name=\"prenota\"><\/a>[\/vc_column_text][vc_empty_space height=&#8221;4rem&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; disable_element=&#8221;yes&#8221; el_id=&#8221;prenota&#8221;][vc_column offset=&#8221;vc_col-lg-offset-1 vc_col-lg-10&#8243;][vc_empty_space height=&#8221;3rem&#8221;][vc_column_text]\n<h2 style=\"text-align: center;\">Choose to live a unique experience by flying with Avionord Executive<\/h2>\n[\/vc_column_text][\/vc_column][vc_column width=&#8221;2\/3&#8243; offset=&#8221;vc_col-sm-offset-2&#8243;][vc_column_text]\n<p style=\"text-align: center;\">Fill in the form and ask for further information for your Private Flight.<\/p>\n[\/vc_column_text][\/vc_column][vc_column offset=&#8221;vc_col-lg-offset-1 vc_col-lg-10&#8243;][vc_empty_space height=&#8221;1rem&#8221;][vc_btn title=&#8221;Book Your Flight&#8221; align=&#8221;center&#8221; custom_onclick=&#8221;true&#8221; custom_onclick_code=&#8221;xtenderSearchFlight.modal_visibility = ! xtenderSearchFlight.modal_visibility;&#8221; link=&#8221;rel:nofollow&#8221;][vc_empty_space height=&#8221;3rem&#8221;][\/vc_column][\/vc_row][\/vc_section]\n","protected":false},"excerpt":{"rendered":"<p>[vc_section full_width=&#8221;stretch_row_content&#8221; content_placement=&#8221;top&#8221; css=&#8221;.vc_custom_1693814369604{margin-right: 0px !important;margin-bottom: -35px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_row css=&#8221;.vc_custom_1682067980735{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1682068841051{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;][vc_raw_html]JTVCcmV2X3NsaWRlciUyMGFsaWFzJTNEJTIyc2xpZGVyLTIlMjIlNUQlNUIlMkZyZXZfc2xpZGVyJTVE[\/vc_raw_html][vc_column_text css=&#8221;.vc_custom_1693813181406{margin-top: 0px [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-465","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>La compagnia aerea di voli privati interamente italiana<\/title>\n<meta name=\"description\" content=\"Qualit\u00e0 dei servizi: comfort e raffinatezza, competenza e\u00a0professionalit\u00e0; pianificazione di ogni volo nel totale rispetto della privacy.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"La compagnia aerea di voli privati interamente italiana\" \/>\n<meta property=\"og:description\" content=\"Qualit\u00e0 dei servizi: comfort e raffinatezza, competenza e\u00a0professionalit\u00e0; pianificazione di ogni volo nel totale rispetto della privacy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/intersoft-service.it\/customers\/avionord\/\" \/>\n<meta property=\"og:site_name\" content=\"AVIONORD\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-08T14:56:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/\",\"url\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/\",\"name\":\"La compagnia aerea di voli privati interamente italiana\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/#website\"},\"datePublished\":\"2022-04-05T08:00:48+00:00\",\"dateModified\":\"2024-10-08T14:56:13+00:00\",\"description\":\"Qualit\u00e0 dei servizi: comfort e raffinatezza, competenza e\u00a0professionalit\u00e0; pianificazione di ogni volo nel totale rispetto della privacy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home &#8211; Italiano\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/#website\",\"url\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/\",\"name\":\"AVIONORD\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/#organization\",\"name\":\"AVIONORD S.R.L.\",\"alternateName\":\"AVIONORD\",\"url\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo-avionord-hp-shadow-con-scritta.png\",\"contentUrl\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo-avionord-hp-shadow-con-scritta.png\",\"width\":1150,\"height\":700,\"caption\":\"AVIONORD S.R.L.\"},\"image\":{\"@id\":\"https:\\\/\\\/intersoft-service.it\\\/customers\\\/avionord\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/it.linkedin.com\\\/company\\\/avionord-s.r.l.\",\"https:\\\/\\\/instagram.com\\\/avionord_executive\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"La compagnia aerea di voli privati interamente italiana","description":"Qualit\u00e0 dei servizi: comfort e raffinatezza, competenza e\u00a0professionalit\u00e0; pianificazione di ogni volo nel totale rispetto della privacy.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"it_IT","og_type":"article","og_title":"La compagnia aerea di voli privati interamente italiana","og_description":"Qualit\u00e0 dei servizi: comfort e raffinatezza, competenza e\u00a0professionalit\u00e0; pianificazione di ogni volo nel totale rispetto della privacy.","og_url":"https:\/\/intersoft-service.it\/customers\/avionord\/","og_site_name":"AVIONORD","article_modified_time":"2024-10-08T14:56:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"10 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/intersoft-service.it\/customers\/avionord\/","url":"https:\/\/intersoft-service.it\/customers\/avionord\/","name":"La compagnia aerea di voli privati interamente italiana","isPartOf":{"@id":"https:\/\/intersoft-service.it\/customers\/avionord\/#website"},"datePublished":"2022-04-05T08:00:48+00:00","dateModified":"2024-10-08T14:56:13+00:00","description":"Qualit\u00e0 dei servizi: comfort e raffinatezza, competenza e\u00a0professionalit\u00e0; pianificazione di ogni volo nel totale rispetto della privacy.","breadcrumb":{"@id":"https:\/\/intersoft-service.it\/customers\/avionord\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/intersoft-service.it\/customers\/avionord\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/intersoft-service.it\/customers\/avionord\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/intersoft-service.it\/customers\/avionord\/"},{"@type":"ListItem","position":2,"name":"Home &#8211; Italiano"}]},{"@type":"WebSite","@id":"https:\/\/intersoft-service.it\/customers\/avionord\/#website","url":"https:\/\/intersoft-service.it\/customers\/avionord\/","name":"AVIONORD","description":"","publisher":{"@id":"https:\/\/intersoft-service.it\/customers\/avionord\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/intersoft-service.it\/customers\/avionord\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/intersoft-service.it\/customers\/avionord\/#organization","name":"AVIONORD S.R.L.","alternateName":"AVIONORD","url":"https:\/\/intersoft-service.it\/customers\/avionord\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/intersoft-service.it\/customers\/avionord\/#\/schema\/logo\/image\/","url":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-content\/uploads\/2023\/08\/logo-avionord-hp-shadow-con-scritta.png","contentUrl":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-content\/uploads\/2023\/08\/logo-avionord-hp-shadow-con-scritta.png","width":1150,"height":700,"caption":"AVIONORD S.R.L."},"image":{"@id":"https:\/\/intersoft-service.it\/customers\/avionord\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/it.linkedin.com\/company\/avionord-s.r.l.","https:\/\/instagram.com\/avionord_executive"]}]}},"_links":{"self":[{"href":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-json\/wp\/v2\/pages\/465","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-json\/wp\/v2\/comments?post=465"}],"version-history":[{"count":214,"href":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-json\/wp\/v2\/pages\/465\/revisions"}],"predecessor-version":[{"id":3291,"href":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-json\/wp\/v2\/pages\/465\/revisions\/3291"}],"wp:attachment":[{"href":"https:\/\/intersoft-service.it\/customers\/avionord\/wp-json\/wp\/v2\/media?parent=465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}