{"id":14,"date":"2025-12-20T10:06:36","date_gmt":"2025-12-20T10:06:36","guid":{"rendered":"https:\/\/fly-aw.com\/home\/"},"modified":"2026-07-18T17:57:36","modified_gmt":"2026-07-18T17:57:36","slug":"home","status":"publish","type":"page","link":"https:\/\/fly-aw.com\/ar\/","title":{"rendered":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"},"content":{"rendered":"\n<!-- FLY AW - INTERNATIONAL PACKAGES SECTION -->\n<style>\n  .flyaw-packages,\n  .flyaw-packages * { box-sizing: border-box; }\n\n  .flyaw-packages {\n    --navy:#071f62;\n    --blue:#1748a0;\n    --orange:#ff9200;\n    --light:#f5f8ff;\n    --green:#159447;\n    --text:#17213a;\n    --muted:#667085;\n    max-width: 1280px;\n    margin: 60px auto;\n    padding: 55px 22px;\n    font-family: Poppins, Arial, sans-serif;\n    color: var(--text);\n  }\n\n  .flyaw-heading { text-align:center; margin-bottom:30px; }\n  .flyaw-kicker {\n    display:inline-block; margin-bottom:10px; padding:7px 14px;\n    border-radius:999px; background:#fff1dd; color:#b65c00;\n    font-size:13px; font-weight:700; letter-spacing:.5px; text-transform:uppercase;\n  }\n  .flyaw-heading h2 { margin:0; color:var(--navy); font-size:clamp(30px,4vw,48px); line-height:1.15; }\n  .flyaw-heading p { max-width:760px; margin:13px auto 0; color:var(--muted); font-size:16px; line-height:1.7; }\n\n  .flyaw-filters {\n    display:flex; flex-wrap:wrap; justify-content:center; gap:9px;\n    margin:28px 0 34px;\n  }\n  .flyaw-filter {\n    border:1px solid #dbe3f4; background:#fff; color:var(--navy);\n    border-radius:999px; padding:10px 17px; font-weight:700; cursor:pointer;\n    transition:.2s ease; font-family:inherit;\n  }\n  .flyaw-filter:hover,.flyaw-filter.is-active { background:var(--navy); color:#fff; border-color:var(--navy); }\n\n  .flyaw-grid {\n    display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px;\n  }\n\n  .flyaw-card {\n    background:#fff; border:1px solid #e4e9f3; border-radius:20px;\n    overflow:hidden; box-shadow:0 12px 34px rgba(7,31,98,.09);\n    display:flex; flex-direction:column; min-width:0;\n    transition:transform .22s ease, box-shadow .22s ease;\n  }\n  .flyaw-card:hover { transform:translateY(-5px); box-shadow:0 18px 40px rgba(7,31,98,.15); }\n  .flyaw-card[hidden] { display:none !important; }\n\n  .flyaw-card-top {\n    min-height:128px; padding:22px;\n    background:linear-gradient(135deg,#071f62 0%,#1748a0 68%,#ff9200 160%);\n    color:#fff; position:relative; overflow:hidden;\n  }\n  .flyaw-card-top:after {\n    content:\"\"; position:absolute; width:150px; height:150px; border-radius:50%;\n    right:-55px; top:-70px; background:rgba(255,255,255,.10);\n  }\n  .flyaw-flag { font-size:34px; line-height:1; margin-bottom:11px; }\n  .flyaw-card-top h3 { margin:0 0 5px; font-size:24px; line-height:1.2; color:#fff; }\n  .flyaw-meta { display:flex; gap:8px; flex-wrap:wrap; font-size:13px; opacity:.96; }\n  .flyaw-meta span { background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.22); padding:5px 9px; border-radius:999px; }\n\n  .flyaw-card-body { padding:22px; display:flex; flex-direction:column; flex:1; }\n  .flyaw-card-body h4 { margin:0 0 13px; color:var(--navy); font-size:16px; }\n  .flyaw-services { list-style:none; padding:0; margin:0 0 16px; display:grid; gap:9px; }\n  .flyaw-services li { position:relative; padding-left:25px; color:#344054; line-height:1.45; font-size:14px; }\n  .flyaw-services li:before {\n    content:\"\u2713\"; position:absolute; left:0; top:0; width:18px; height:18px;\n    border-radius:50%; background:#e8f7ee; color:var(--green); font-size:12px;\n    font-weight:900; display:grid; place-items:center;\n  }\n  .flyaw-bonus {\n    margin:2px 0 17px; padding:10px 12px; border-radius:11px;\n    background:#fff7e8; color:#8a4b00; font-size:13px; line-height:1.45;\n    border:1px solid #ffe0ab;\n  }\n  .flyaw-bonus strong { color:#b55e00; }\n\n  .flyaw-price-box {\n    margin-top:auto; display:flex; align-items:flex-end; justify-content:space-between;\n    gap:12px; padding-top:16px; border-top:1px solid #edf0f5;\n  }\n  .flyaw-price-label { color:var(--muted); font-size:12px; margin-bottom:2px; }\n  .flyaw-price { color:var(--navy); font-size:29px; line-height:1; font-weight:800; white-space:nowrap; }\n  .flyaw-price small { font-size:13px; font-weight:600; color:var(--muted); }\n  .flyaw-ref { font-size:11px; color:#98a2b3; text-align:right; }\n\n  .flyaw-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:17px; }\n  .flyaw-btn {\n    display:flex; align-items:center; justify-content:center; min-height:44px;\n    border-radius:12px; padding:10px 12px; text-decoration:none !important;\n    font-size:13px; font-weight:800; transition:.2s ease; text-align:center;\n  }\n  .flyaw-btn-primary { background:var(--orange); color:#fff !important; }\n  .flyaw-btn-primary:hover { background:#e88200; transform:translateY(-1px); }\n  .flyaw-btn-secondary { background:#eef3ff; color:var(--navy) !important; border:1px solid #d9e3fa; }\n  .flyaw-btn-secondary:hover { background:#e2eaff; }\n\n  .flyaw-note {\n    text-align:center; color:#667085; font-size:12px; line-height:1.6;\n    margin:25px auto 0; max-width:900px;\n  }\n\n  @media (max-width:1024px){ .flyaw-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }\n  @media (max-width:640px){\n    .flyaw-packages{margin:35px auto;padding:35px 14px;}\n    .flyaw-grid{grid-template-columns:1fr;gap:17px;}\n    .flyaw-card-top{min-height:115px;padding:19px;}\n    .flyaw-card-body{padding:19px;}\n    .flyaw-actions{grid-template-columns:1fr;}\n    .flyaw-filter{padding:9px 13px;font-size:12px;}\n  }\n<\/style>\n\n<section class=\"flyaw-packages\" id=\"international-packages\">\n  <div class=\"flyaw-heading\">\n    <span class=\"flyaw-kicker\">Fly AW Travel &amp; Tourism<\/span>\n    <h2>Explore Our International Packages<\/h2>\n    <p>Compare destinations, included services and prices. Every price below is per person, as stated in the original package.<\/p>\n  <\/div>\n\n  <div class=\"flyaw-filters\" aria-label=\"Filter packages by destination\">\n    <button class=\"flyaw-filter is-active\" type=\"button\" data-filter=\"all\">All Packages<\/button>\n    <button class=\"flyaw-filter\" type=\"button\" data-filter=\"china\">China<\/button>\n    <button class=\"flyaw-filter\" type=\"button\" data-filter=\"maldives\">Maldives<\/button>\n    <button class=\"flyaw-filter\" type=\"button\" data-filter=\"indonesia\">Indonesia<\/button>\n    <button class=\"flyaw-filter\" type=\"button\" data-filter=\"thailand\">Thailand<\/button>\n    <button class=\"flyaw-filter\" type=\"button\" data-filter=\"srilanka\">Sri Lanka<\/button>\n    <button class=\"flyaw-filter\" type=\"button\" data-filter=\"singapore\">Singapore<\/button>\n    <button class=\"flyaw-filter\" type=\"button\" data-filter=\"vietnam\">Vietnam<\/button>\n    <button class=\"flyaw-filter\" type=\"button\" data-filter=\"malaysia\">Malaysia<\/button>\n  <\/div>\n\n  <div class=\"flyaw-grid\">\n\n    <!-- CHINA -->\n    <article class=\"flyaw-card\" data-country=\"china\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\udde8\ud83c\uddf3<\/div><h3>China &#8211; 5 Nights<\/h3><div class=\"flyaw-meta\"><span>Standard Package<\/span><span>5 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,144 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 706071<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20China%205%20Nights%20package%20Ref%20706071\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"china\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\udde8\ud83c\uddf3<\/div><h3>China &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Family Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">4,084 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707867<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20China%208%20Nights%20Family%20package%20Ref%20707867\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"china\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\udde8\ud83c\uddf3<\/div><h3>China &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Premium Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">5,355 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 706072<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20China%208%20Nights%20package%20Ref%20706072\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"china\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\udde8\ud83c\uddf3<\/div><h3>China &#8211; 9 Nights<\/h3><div class=\"flyaw-meta\"><span>Family Package<\/span><span>9 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">4,240 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 708728<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20China%209%20Nights%20Family%20package%20Ref%20708728\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"china\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\udde8\ud83c\uddf3<\/div><h3>China &#8211; 9 Nights<\/h3><div class=\"flyaw-meta\"><span>Premium Package<\/span><span>9 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">6,298 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 708727<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20China%209%20Nights%20package%20Ref%20708727\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <!-- MALDIVES -->\n    <article class=\"flyaw-card\" data-country=\"maldives\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf2\ud83c\uddfb<\/div><h3>Maldives &#8211; 4 Nights<\/h3><div class=\"flyaw-meta\"><span>Premium Package<\/span><span>4 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Speedboat transfer<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">4,158 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707837<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Maldives%204%20Nights%20package%20Ref%20707837\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"maldives\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf2\ud83c\uddfb<\/div><h3>Maldives &#8211; 4 Nights<\/h3><div class=\"flyaw-meta\"><span>Family Package<\/span><span>4 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Speedboat transfer<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,482 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707836<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Maldives%204%20Nights%20Family%20package%20Ref%20707836\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"maldives\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf2\ud83c\uddfb<\/div><h3>Maldives &#8211; 4 Nights<\/h3><div class=\"flyaw-meta\"><span>Standard Package<\/span><span>4 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Speedboat transfer<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,487 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707834<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Maldives%204%20Nights%20package%20Ref%20707834\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <!-- INDONESIA -->\n    <article class=\"flyaw-card\" data-country=\"indonesia\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddee\ud83c\udde9<\/div><h3>Indonesia &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Honeymoon Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome and honeymoon room decoration<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">4,542 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707843<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Indonesia%208%20Nights%20package%20Ref%20707843\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"indonesia\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddee\ud83c\udde9<\/div><h3>Indonesia &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Family Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">2,891 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707845<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Indonesia%208%20Nights%20Family%20package%20Ref%20707845\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"indonesia\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddee\ud83c\udde9<\/div><h3>Indonesia &#8211; 9 Nights<\/h3><div class=\"flyaw-meta\"><span>Honeymoon Package<\/span><span>9 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome and honeymoon room decoration<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,544 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707846<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Indonesia%209%20Nights%20package%20Ref%20707846\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <!-- THAILAND -->\n    <article class=\"flyaw-card\" data-country=\"thailand\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf9\ud83c\udded<\/div><h3>Thailand &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Honeymoon Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome, honeymoon decoration and floating breakfast<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">4,090 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707856<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Thailand%208%20Nights%20package%20Ref%20707856\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"thailand\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf9\ud83c\udded<\/div><h3>Thailand &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Family Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">2,764 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707858<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Thailand%208%20Nights%20Family%20package%20Ref%20707858\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"thailand\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf9\ud83c\udded<\/div><h3>Thailand &#8211; 9 Nights<\/h3><div class=\"flyaw-meta\"><span>Honeymoon Package<\/span><span>9 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome, honeymoon decoration and floating breakfast<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,680 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707853<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Thailand%209%20Nights%20package%20Ref%20707853\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <!-- SRI LANKA -->\n    <article class=\"flyaw-card\" data-country=\"srilanka\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf1\ud83c\uddf0<\/div><h3>Sri Lanka &#8211; 7 Nights<\/h3><div class=\"flyaw-meta\"><span>Premium Package<\/span><span>7 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">2,480 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707854<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Sri%20Lanka%207%20Nights%20package%20Ref%20707854\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"srilanka\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf1\ud83c\uddf0<\/div><h3>Sri Lanka &#8211; 7 Nights<\/h3><div class=\"flyaw-meta\"><span>Value Package<\/span><span>7 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">2,021 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707855<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Sri%20Lanka%207%20Nights%20package%20Ref%20707855\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <!-- SINGAPORE -->\n    <article class=\"flyaw-card\" data-country=\"singapore\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf8\ud83c\uddec<\/div><h3>Singapore &#8211; 4 Nights<\/h3><div class=\"flyaw-meta\"><span>Premium Package<\/span><span>4 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">4,583 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707833<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Singapore%204%20Nights%20package%20Ref%20707833\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"singapore\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf8\ud83c\uddec<\/div><h3>Singapore &#8211; 4 Nights<\/h3><div class=\"flyaw-meta\"><span>Standard Package<\/span><span>4 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,628 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707831<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Singapore%204%20Nights%20package%20Ref%20707831\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"singapore\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf8\ud83c\uddec<\/div><h3>Singapore &#8211; 4 Nights<\/h3><div class=\"flyaw-meta\"><span>Family Package<\/span><span>4 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">2,580 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707832<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Singapore%204%20Nights%20Family%20package%20Ref%20707832\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <!-- VIETNAM -->\n    <article class=\"flyaw-card\" data-country=\"vietnam\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddfb\ud83c\uddf3<\/div><h3>Vietnam &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Family Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">2,544 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707852<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Vietnam%208%20Nights%20Family%20package%20Ref%20707852\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"vietnam\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddfb\ud83c\uddf3<\/div><h3>Vietnam &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Premium Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,775 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707849<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Vietnam%208%20Nights%20package%20Ref%20707849\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"vietnam\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddfb\ud83c\uddf3<\/div><h3>Vietnam &#8211; 9 Nights<\/h3><div class=\"flyaw-meta\"><span>Package A<\/span><span>9 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,406 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707850<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Vietnam%209%20Nights%20package%20Ref%20707850\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"vietnam\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddfb\ud83c\uddf3<\/div><h3>Vietnam &#8211; 9 Nights<\/h3><div class=\"flyaw-meta\"><span>Package B<\/span><span>9 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,353 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707851<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Vietnam%209%20Nights%20package%20Ref%20707851\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <!-- MALAYSIA -->\n    <article class=\"flyaw-card\" data-country=\"malaysia\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf2\ud83c\uddfe<\/div><h3>Malaysia &#8211; 8 Nights<\/h3><div class=\"flyaw-meta\"><span>Family Package<\/span><span>8 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome on arrival<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">2,587 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707842<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Malaysia%208%20Nights%20Family%20package%20Ref%20707842\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"malaysia\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf2\ud83c\uddfe<\/div><h3>Malaysia &#8211; 9 Nights<\/h3><div class=\"flyaw-meta\"><span>Value Package<\/span><span>9 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome and honeymoon decoration<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">3,100 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707839<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Malaysia%209%20Nights%20package%20Ref%20707839\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n    <article class=\"flyaw-card\" data-country=\"malaysia\">\n      <div class=\"flyaw-card-top\"><div class=\"flyaw-flag\">\ud83c\uddf2\ud83c\uddfe<\/div><h3>Malaysia &#8211; 9 Nights<\/h3><div class=\"flyaw-meta\"><span>Premium Package<\/span><span>9 Nights<\/span><\/div><\/div>\n      <div class=\"flyaw-card-body\"><h4>Included Services<\/h4><ul class=\"flyaw-services\"><li>Airport reception and transfers throughout the program<\/li><li>Hotels with breakfast<\/li><li>Private sightseeing tours with car and driver<\/li><li>Program modification option<\/li><li>Taxes and service charges<\/li><li>Domestic flight<\/li><\/ul><div class=\"flyaw-bonus\"><strong>Complimentary:<\/strong> Flower welcome and honeymoon decoration<\/div><div class=\"flyaw-price-box\"><div><div class=\"flyaw-price-label\">Price per person<\/div><div class=\"flyaw-price\">4,918 <small>SAR<\/small><\/div><\/div><div class=\"flyaw-ref\">Ref. 707840<\/div><\/div><div class=\"flyaw-actions\"><a class=\"flyaw-btn flyaw-btn-primary\" href=\"tel:920018391\">Call to Book<\/a><a class=\"flyaw-btn flyaw-btn-secondary\" href=\"https:\/\/wa.me\/966543886114?text=I%20am%20interested%20in%20Malaysia%209%20Nights%20package%20Ref%20707840\" target=\"_blank\" rel=\"noopener\">Request Details<\/a><\/div><\/div>\n    <\/article>\n\n  <\/div>\n\n  <p class=\"flyaw-note\">Prices are per person and are subject to availability and the package terms. For booking and confirmation, contact Fly AW at 920018391.<\/p>\n<\/section>\n\n<script>\n(function(){\n  var section=document.getElementById('international-packages');\n  if(!section) return;\n  var buttons=section.querySelectorAll('.flyaw-filter');\n  var cards=section.querySelectorAll('.flyaw-card');\n  buttons.forEach(function(button){\n    button.addEventListener('click',function(){\n      var filter=this.getAttribute('data-filter');\n      buttons.forEach(function(b){b.classList.remove('is-active');});\n      this.classList.add('is-active');\n      cards.forEach(function(card){\n        card.hidden = filter!=='all' && card.getAttribute('data-country')!==filter;\n      });\n    });\n  });\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fly AW Travel &amp; Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \ud83c\udde8\ud83c\uddf3 China &#8211; 5 Nights Standard Package5 Nights Included Services Airport reception and transfers throughout the program [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template\/front-page.php","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Fly AW Travel &amp; Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \ud83c\udde8\ud83c\uddf3China - 5 NightsStandard Package5 Nights Included ServicesAirport reception and transfers throughout the programHotels with breakfastPrivate sightseeing\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/fly-aw.com\/ar\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"ar_AR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"-\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Home -\" \/>\n\t\t<meta property=\"og:description\" content=\"Fly AW Travel &amp; Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \ud83c\udde8\ud83c\uddf3China - 5 NightsStandard Package5 Nights Included ServicesAirport reception and transfers throughout the programHotels with breakfastPrivate sightseeing\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/fly-aw.com\/ar\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-12-20T10:06:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-18T17:57:36+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Home -\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Fly AW Travel &amp; Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \ud83c\udde8\ud83c\uddf3China - 5 NightsStandard Package5 Nights Included ServicesAirport reception and transfers throughout the programHotels with breakfastPrivate sightseeing\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fly-aw.com\\\/ar\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#listItem\",\"position\":2,\"name\":\"Home\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#organization\",\"url\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#webpage\",\"url\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/\",\"name\":\"Home -\",\"description\":\"Fly AW Travel & Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \\ud83c\\udde8\\ud83c\\uddf3China - 5 NightsStandard Package5 Nights Included ServicesAirport reception and transfers throughout the programHotels with breakfastPrivate sightseeing\",\"inLanguage\":\"ar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#breadcrumblist\"},\"datePublished\":\"2025-12-20T10:06:36+00:00\",\"dateModified\":\"2026-07-18T17:57:36+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/\",\"inLanguage\":\"ar\",\"publisher\":{\"@id\":\"https:\\\/\\\/fly-aw.com\\\/ar\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Home -","description":"Fly AW Travel & Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \ud83c\udde8\ud83c\uddf3China - 5 NightsStandard Package5 Nights Included ServicesAirport reception and transfers throughout the programHotels with breakfastPrivate sightseeing","canonical_url":"https:\/\/fly-aw.com\/ar\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/fly-aw.com\/ar\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/fly-aw.com\/ar#listItem","position":1,"name":"Home","item":"https:\/\/fly-aw.com\/ar","nextItem":{"@type":"ListItem","@id":"https:\/\/fly-aw.com\/ar\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/fly-aw.com\/ar\/#listItem","position":2,"name":"Home","previousItem":{"@type":"ListItem","@id":"https:\/\/fly-aw.com\/ar#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/fly-aw.com\/ar\/#organization","url":"https:\/\/fly-aw.com\/ar\/"},{"@type":"WebPage","@id":"https:\/\/fly-aw.com\/ar\/#webpage","url":"https:\/\/fly-aw.com\/ar\/","name":"Home -","description":"Fly AW Travel & Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \ud83c\udde8\ud83c\uddf3China - 5 NightsStandard Package5 Nights Included ServicesAirport reception and transfers throughout the programHotels with breakfastPrivate sightseeing","inLanguage":"ar","isPartOf":{"@id":"https:\/\/fly-aw.com\/ar\/#website"},"breadcrumb":{"@id":"https:\/\/fly-aw.com\/ar\/#breadcrumblist"},"datePublished":"2025-12-20T10:06:36+00:00","dateModified":"2026-07-18T17:57:36+00:00"},{"@type":"WebSite","@id":"https:\/\/fly-aw.com\/ar\/#website","url":"https:\/\/fly-aw.com\/ar\/","inLanguage":"ar","publisher":{"@id":"https:\/\/fly-aw.com\/ar\/#organization"}}]},"og:locale":"ar_AR","og:site_name":"-","og:type":"article","og:title":"Home -","og:description":"Fly AW Travel &amp; Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \ud83c\udde8\ud83c\uddf3China - 5 NightsStandard Package5 Nights Included ServicesAirport reception and transfers throughout the programHotels with breakfastPrivate sightseeing","og:url":"https:\/\/fly-aw.com\/ar\/","article:published_time":"2025-12-20T10:06:36+00:00","article:modified_time":"2026-07-18T17:57:36+00:00","twitter:card":"summary_large_image","twitter:title":"Home -","twitter:description":"Fly AW Travel &amp; Tourism Explore Our International Packages Compare destinations, included services and prices. Every price below is per person, as stated in the original package. All Packages China Maldives Indonesia Thailand Sri Lanka Singapore Vietnam Malaysia \ud83c\udde8\ud83c\uddf3China - 5 NightsStandard Package5 Nights Included ServicesAirport reception and transfers throughout the programHotels with breakfastPrivate sightseeing"},"aioseo_meta_data":{"post_id":"14","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-12-20 10:09:47","updated":"2026-07-26 15:15:21","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/fly-aw.com\/ar\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHome\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/fly-aw.com\/ar"},{"label":"Home","link":"https:\/\/fly-aw.com\/ar\/"}],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/fly-aw.com\/ar\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fly-aw.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fly-aw.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fly-aw.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fly-aw.com\/ar\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":12,"href":"https:\/\/fly-aw.com\/ar\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":781,"href":"https:\/\/fly-aw.com\/ar\/wp-json\/wp\/v2\/pages\/14\/revisions\/781"}],"wp:attachment":[{"href":"https:\/\/fly-aw.com\/ar\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}