Sân bay quốc tế Cao Hùng

" + "" + "" + ""; } else { data += "" + "" + "" + "

" + "" + "

" + "" + "" + "" + "" + "" + ""; } } $('#minPriceMonth').css('display', 'block'); document.getElementById('minpricedata').innerHTML = ""; ShowMinPriceMonth(); } else { $('#minPriceMonth').css('display', 'none'); document.getElementById('minpricedata').innerHTML = ""; HideMinPrice(); } document.getElementById('minpricedata').innerHTML = ""; document.getElementById('minpricedata').innerHTML = data; ShowPriceMonth(thisMonth, thisYear, isnofee); scrollTopPage(); } else { document.getElementById('minpricedata').innerHTML = ""; $('#minPriceMonth').css('display', 'none'); HideMinPrice(); } }, error: function (xhr, textStatus, errorThrown) { document.getElementById('minpricedata').innerHTML = ""; $('#minPriceMonth').css('display', 'none'); HideMinPrice(); } }); } } function cachMonthClick(month, year) { ShowPriceMonth(month, year, isnofee); } function prevMonthClick() { isClose = false; chooseDay = 0; var month = currentMonth - 1; var year = currentYear; if (month < 1) { month = 12; year = year - 1; } ShowPriceMonth(month, year, isnofee); } function nextMonthClick() { isClose = false; chooseDay = 0; var month = currentMonth + 1; var year = currentYear; if (month > 12) { month = 1; year = year + 1; } ShowPriceMonth(month, year, isnofee); } function ShowPriceMonth(month, year, isnofee) { $('.month-col').removeClass().addClass('month-col'); $('#' + month + year).addClass('active'); currentMonth = month; currentYear = year; document.getElementById('currentMonthPrice').innerHTML = "Thg " + month + " " + year; var prevMonth = month - 1; if (prevMonth <= 0) prevMonth = 12; var nextMonth = month + 1; if (nextMonth > 12) nextMonth = 1; var date = new Date(); var thisMonth = date.getMonth() + 1; var thisYear = date.getFullYear(); if (month == thisMonth && year == thisYear) document.getElementById('prevMonth').innerHTML = ""; else document.getElementById('prevMonth').innerHTML = "Thg " + prevMonth; if (month == thisMonth - 1 && year == thisYear + 1) document.getElementById('nextMonth').innerHTML = ""; else document.getElementById('nextMonth').innerHTML = "Thg " + nextMonth; var cacheMonth = []; for (var i = 0; i < cachesMonths.length; i++) { if (cachesMonths[i].month == month && cachesMonths[i].year == year) { cacheMonth = cachesMonths[i].datas; break; } } var minpriceMonth = 0; for (var i = 0; i < cachesMinPrice.length; i++) { if (cachesMinPrice[i].month == month && cachesMinPrice[i].year == year) { minpriceMonth = cachesMinPrice[i].minPrice; break; } } var numDay = 0; if (cacheMonth.length > 0) { var date = new Date(year, month - 1, 1); var dayOfWeek = date.getDay(); if (dayOfWeek == 0) numDay = 7; else numDay = dayOfWeek; } for (var i = 1; i < 43; i++) { document.getElementById('day' + i).classList.remove("minprice"); var nullData = "" + ""; if (cacheMonth.length > 0) { var isValue = false; var converter = new LunarSolarConverter(); for (var j = 0; j < cacheMonth.length; j++) { var departDate = new Date(cacheMonth[j].departDate); var dayOfMonth = departDate.getDate(); if (dayOfMonth + numDay - 1 == i) { var minPriceClass = "au-date-item"; if (minpriceMonth > 0 && cacheMonth[j].minPrice == minpriceMonth) { minPriceClass = "minprice-item"; document.getElementById('day' + i).classList.add("minprice"); } var rbSelected = $("#rdoReturn").is(":checked"); var departDateFormatYear = departDate.getFullYear(); var departDateFormatMonth = (1 + departDate.getMonth()).toString(); departDateFormatMonth = departDateFormatMonth.length > 1 ? departDateFormatMonth : '0' + departDateFormatMonth; var departDateFormatDay = departDate.getDate().toString(); departDateFormatDay = departDateFormatDay.length > 1 ? departDateFormatDay : '0' + departDateFormatDay; var dateTimeAttr = "depart-date="" + departDateFormatYear + "-" + departDateFormatMonth + "-" + departDateFormatDay + """; var dateTimeHover = "Ngày đi " + departDateFormatDay + "/" + departDateFormatMonth + "/" + departDateFormatYear + ""; if (rbSelected) { var returnDate = new Date(cacheMonth[j].returnDate); var returnDateFormatYear = returnDate.getFullYear(); var returnDateFormatMonth = (1 + returnDate.getMonth()).toString(); returnDateFormatMonth = returnDateFormatMonth.length > 1 ? returnDateFormatMonth : '0' + returnDateFormatMonth; var returnDateFormatDay = returnDate.getDate().toString(); returnDateFormatDay = returnDateFormatDay.length > 1 ? returnDateFormatDay : '0' + returnDateFormatDay; dateTimeHover += "Ngày về " + returnDateFormatDay + "/" + returnDateFormatMonth + "/" + returnDateFormatYear + ""; dateTimeAttr += " return-date="" + returnDateFormatYear + "-" + returnDateFormatMonth + "-" + returnDateFormatDay + """; } document.getElementById('day' + i).innerHTML = "" + "

" + cacheMonth[j].airlineName + "

" + "đ " + (isnofee ? cacheMonth[j].minPrice - cacheMonth[j].serviceFee : cacheMonth[j].minPrice).toFixed(Math.max(0, ~~0)).replace(new RegExp('d(?=(d{' + (0 || 3) + '})+' + (0 > 0 ? '.' : '$') + ')', 'g'), '$&,') + " / người lớn" + dateTimeHover + "" + ""; var solar = new Solar(); solar.solarYear = departDate.getFullYear(); solar.solarMonth = departDate.getMonth() + 1; solar.solarDay = dayOfMonth; var lunar = converter.SolarToLunar(solar); document.getElementById('day' + i).innerHTML += "" + dayOfMonth + "" + lunar.lunarDay + "/" + lunar.lunarMonth + "" + "

" + (isnofee ? cacheMonth[j].minPrice - cacheMonth[j].serviceFee : cacheMonth[j].minPrice).toFixed(Math.max(0, ~~0)).replace(new RegExp('d(?=(d{' + (0 || 3) + '})+' + (0 > 0 ? '.' : '$') + ')', 'g'), '$&,') + "

"; isValue = true; break; } } if (!isValue) document.getElementById('day' + i).innerHTML = nullData; } else { document.getElementById('day' + i).innerHTML = nullData; } } var list = $("[clickday="true"]"); for (var i = 0; i < list.length; i++) { $("#" + list[i].id).attr('clickday', 'false'); $("#" + list[i].id).removeAttr('style'); $("#" + list[i].id + " span").removeAttr('style'); $("#" + list[i].id + " p").removeAttr('style'); } } function showTooltip(data) { $("#hover" + data).css("display", "block"); var div = document.getElementById("hover" + data); if (div != null) { var clickday = $("#day" + data).attr("clickday"); if (clickday == 'false' || clickday == false || clickday == '') { $("#day" + data).css("cursor", "pointer"); $("#day" + data).css("background-color", "white"); $("#dayitem" + data + " span").css("color", "#333"); $("#dayitem" + data + " p").css("color", "#519500"); } } else $("#day" + data).removeAttr('style'); } function hideTooltip(data) { var clickday = $("#day" + data).attr("clickday"); if (clickday == 'false' || clickday == false || clickday == '') { $("#day" + data).removeAttr('style'); $("#dayitem" + data + " span").removeAttr('style'); $("#dayitem" + data + " p").removeAttr('style'); } $("#hover" + data).css("display", "none"); } function ChooseClick(data) { var hoverdiv = document.getElementById('hover' + data); if (hoverdiv != null) { var date = $("#hover" + data).attr("depart-date"); var ddsplit = date.split("-"); var ddate = new Date(ddsplit[0], ddsplit[1] - 1, ddsplit[2]); $("#txtDepartureDate").datepickerlunar("setDate", ddate); $("#txtDepartureDateBook").datepickerlunar("setDate", ddate); var rbSelected = $("#rdoReturn").is(":checked"); if (rbSelected) { $("#txtReturnDate").datepickerlunar("option", "minDate", ddate); $("#txtReturnDateBook").datepickerlunar("option", "minDate", ddate); var rrdate = $("#hover" + data).attr("return-date"); var rdsplit = rrdate.split("-"); var rdate = new Date(rdsplit[0], rdsplit[1] - 1, rdsplit[2]); $("#txtReturnDate").datepickerlunar("setDate", rdate); $("#txtReturnDateBook").datepickerlunar("setDate", rdate); } chooseDay = data; CloseChooseClick(data); } //clickPriceDiv(data); scrollTopPage(); } function priceNotFee(e) { var clickDayId = ""; if (e.checked) { isnofee = true; } else { isnofee = false; } var list = $("[clickday="true"]"); ShowPriceMonth(currentMonth, currentYear, isnofee); if (list.length > 0) { clickDayId = list[0].id; $("#" + clickDayId).attr('clickday', 'true'); $("#" + clickDayId).attr("style", "background-color: white !important"); $("#" + clickDayId + " span").attr("style", "color: #333 !important"); $("#" + clickDayId + " p").attr("style", "color: #519500 !important"); } }; $("#rdoReturn").bind('click', function () { $("#pnReturnDate").show(); SearchMinPrice($('#txtStartPoint').val(), $('#txtEndPoint').val(), true); $("#rdoReturnBook").prop("checked", "checked"); $("#pnReturnDateBook").show(); $("#rdoReturnSearch").prop("checked", "checked"); $("#pnReturnDateSearch").show(); }); $("#rdoOneWay").bind('click', function () { $("#pnReturnDate").hide(); SearchMinPrice($('#txtStartPoint').val(), $('#txtEndPoint').val(), false); $("#rdoOneWayBook").prop("checked", "checked"); $("#pnReturnDateBook").hide(); $("#rdoOneWaySearch").prop("checked", "checked"); $("#pnReturnDateSearch").hide(); }); if (checkEmailPrice === "False") { var isVisible = document.getElementById("searchFormCacheValue").style.display == "block"; if (isVisible == true) { setTimeout(function () { $('#modal-ticket').modal('show'); $("#priceemailnoti").attr("checked", "checked"); $("#priceemailnoti2").attr("checked", "checked"); }, 120000); } } $('#modal-ticket').on("hide.bs.modal", function () { $("#priceemailnoti").removeAttr("checked"); $("#priceemailnoti2").removeAttr("checked"); }); $("#priceemailnoti").bind('click', function () { $("#errorMessPrice").text(''); }); $("#priceemailnoti2").bind('click', function () { $("#errorMessPrice").text(''); }); $("#rdoReturnSearch").bind('click', function () { $("#rdoReturn").prop("checked", "checked"); $("#pnReturnDate").show(); $("#pnReturnDateSearch").show(); $("#rdoReturnBook").prop("checked", "checked"); $("#pnReturnDateBook").show(); SearchMinPrice($('#txtStartPoint').val(), $('#txtEndPoint').val(), true); }); $("#rdoOneWaySearch").bind('click', function () { $("#rdoOneWay").prop("checked", "checked"); $("#pnReturnDateSearch").hide(); $("#rdoOneWayBook").prop("checked", "checked"); $("#pnReturnDateBook").hide(); SearchMinPrice($('#txtStartPoint').val(), $('#txtEndPoint').val(), false); $("#pnReturnDate").hide(); }); $('#ddlAdt').on('change', (function () { $('#ddlAdtBook').val($('#ddlAdt').val()); $('#ddlAdtSearch').val($('#ddlAdt').val()); })); $('#ddlChd').on('change', (function () { $('#ddlChdBook').val($('#ddlChd').val()); $('#ddlChdSearch').val($('#ddlChd').val()); })); $('#ddlInf').on('change', (function () { $('#ddlInfBook').val($('#ddlInf').val()); $('#ddlInfSearch').val($('#ddlInf').val()); })); $('#ddlAdtSearch').on('change', (function () { $('#ddlAdtBook').val($('#ddlAdtSearch').val()); $('#ddlAdt').val($('#ddlAdtSearch').val()); })); $('#ddlChdSearch').on('change', (function () { $('#ddlChdBook').val($('#ddlChdSearch').val()); $('#ddlChd').val($('#ddlChdSearch').val()); })); $('#ddlInfSearch').on('change', (function () { $('#ddlInfBook').val($('#ddlInfSearch').val()); $('#ddlInf').val($('#ddlInfSearch').val()); })); $("#rdoFrom").bind('click', function () { $('#txtStartPoint').val(airportCode); // Select the option with a value of '1' $('#txtStartPoint').trigger('change'); // Notify any JS components that the value changed $("#txtStartPoint").prop("disabled", true); $("#txtEndPoint").prop("disabled", false); $("#rdoFromBook").attr("checked", "checked"); $("#rdoToBook").removeAttr("checked"); $('#txtStartPointBook').val(airportCode); // Select the option with a value of '1' $('#txtStartPointBook').trigger('change'); // Notify any JS components that the value changed $("#txtStartPointBook").prop("disabled", true); $("#txtEndPointBook").prop("disabled", false); $('#txtStartPointSearch').val(airportCode); // Select the option with a value of '1' $('#txtStartPointSearch').trigger('change'); // Notify any JS components that the value changed $("#txtStartPointSearch").prop("disabled", true); $("#txtEndPointSearch").prop("disabled", false); }); $("#rdoTo").bind('click', function () { $('#txtEndPoint').val(airportCode); // Select the option with a value of '1' $('#txtEndPoint').trigger('change'); // Notify any JS components that the value changed $("#txtStartPoint").prop("disabled", false); $("#txtEndPoint").prop("disabled", true); $("#rdoToBook").attr("checked", "checked"); $("#rdoFromBook").removeAttr("checked"); $('#txtEndPointBook').val(airportCode); // Select the option with a value of '1' $('#txtEndPointBook').trigger('change'); // Notify any JS components that the value changed $("#txtStartPointBook").prop("disabled", false); $("#txtEndPointBook").prop("disabled", true); $('#txtEndPointSearch').val(airportCode); // Select the option with a value of '1' $('#txtEndPointSearch').trigger('change'); // Notify any JS components that the value changed $("#txtStartPointSearch").prop("disabled", false); $("#txtEndPointSearch").prop("disabled", true); }); FomrAirport(); function FomrAirport() { if (airportCodeStart != "") { $('#txtStartPoint').val(airportCodeStart); // Select the option with a value of '1' $('#txtStartPoint').trigger('change'); // Notify any JS components that the value changed $("#txtStartPoint").prop("disabled", true); $('#txtStartPointSearch').val(airportCodeStart); // Select the option with a value of '1' $('#txtStartPointSearch').trigger('change'); // Notify any JS components that the value changed $("#txtStartPointSearch").prop("disabled", true); } else if (airportCodeStart2 != "") { $('#txtStartPoint').val(airportCodeStart2); // Select the option with a value of '1' $('#txtStartPoint').trigger('change'); // Notify any JS components that the value changed $('#txtStartPointSearch').val(airportCodeStart2); // Select the option with a value of '1' $('#txtStartPointSearch').trigger('change'); // Notify any JS components that the value changed } if (airportCodeEnd != "") { $('#txtEndPoint').val(airportCodeEnd); $('#txtEndPoint').trigger('change'); $("#txtEndPoint").prop("disabled", true); $('#txtEndPointSearch').val(airportCodeEnd); $('#txtEndPointSearch').trigger('change'); $("#txtEndPointSearch").prop("disabled", true); } else if (airportCodeEnd2 != "") { $('#txtEndPoint').val(airportCodeEnd2); // Select the option with a value of '1' $('#txtEndPoint').trigger('change'); // Notify any JS components that the value changed $('#txtEndPointSearch').val(airportCodeEnd2); // Select the option with a value of '1' $('#txtEndPointSearch').trigger('change'); // Notify any JS components that the value changed } if (isShowAirport == "block") { $('#txtEndPoint').val(airportCode); $('#txtStartPoint').val(airportCode2); $('#txtEndPoint').trigger('change'); $("#txtStartPoint").prop("disabled", false); $("#txtEndPoint").prop("disabled", true); $('#txtEndPointSearch').val(airportCode); $('#txtStartPointSearch').val(airportCode2); $('#txtEndPointSearch').trigger('change'); $("#txtStartPointSearch").prop("disabled", false); $("#txtEndPointSearch").prop("disabled", true); } } $("#btnSearch").click(function () { $('#popLoading').css('display', 'block'); var triptype = "RoundTrip"; var rbSelected = $("#rdoOneWay").is(":checked"); if (rbSelected) { triptype = "OneWay"; } var timeString = ""; if ($("#txtDepartureDate").val() != null) { var fd = $("#txtDepartureDate").val().split("/"); timeString = fd[0] + fd[1] + fd[2]; } var returnString = ""; if ($("#txtReturnDate").val() != null) { var fd = $("#txtReturnDate").val().split("/"); timeString += "&returndate=" + fd[0] + fd[1] + fd[2]; } var url = "https://vemaybay.alotrip.vn/Flights.aspx?triptype=" + triptype + "&depcity=" + $('#txtStartPoint').val() + "&arrcity=" + $('#txtEndPoint').val() + "&adt=" + $("#ddlAdt").val() + "&chd=" + $("#ddlChd").val() + "&inf=" + $("#ddlInf").val() + "&departuredate=" + timeString + "&agent=ATV"; var win = window.open(url, '_blank'); win.focus(); $('#popLoading').css('display', 'none'); }); $("#btnPriceEmail").click(function () { var startPointSearch = $("#txtStartPointSearch").val(); var endPointSearch = $("#txtEndPointSearch").val(); var txtEmail = $("#emailPrice").val(); var dsplit = $("#txtDepartureDateSearch").val().split("/"); var departureDateString = dsplit[2] + "-" + dsplit[1] + "-" + dsplit[0] + "T17:00:00.000Z"; var returnDateString = dsplit[2] + "-" + dsplit[1] + "-" + dsplit[0] + "T17:00:00.000Z"; var itineraryType = 1; var checked = $("#rdoReturnSearch").is(":checked"); if (checked == true) { itineraryType = 2; var drsplit = $("#txtReturnDateSearch").val().split("/"); returnDateString = drsplit[2] + "-" + drsplit[1] + "-" + drsplit[0] + "T17:00:00.000Z";; } var adt = $('#ddlAdtSearch').val(); var chd = $('#ddlChdSearch').val(); var inf = $('#ddlInfSearch').val(); if (startPointSearch == endPointSearch) $("#errorMessPrice").text('Điểm đi và điểm đến phải khác nhau.'); else if (adt <= 0) $("#errorMessPrice").text('Số hành khách phải lớn hơn 0 và có ít nhất 1 người lớn.'); else if (txtEmail === "" || txtEmail === null || txtEmail === undefined) { $("#errorMessPrice").text('Email không để trống.'); } else if (txtEmail !== "" && !validateEmail(txtEmail)) { $("#errorMessPrice").text('Email không đúng định dạng.'); } else if ($("#checkAgree").is(":checked") == false) { $("#errorMessPrice").text('Hãy kích chọn "Tôi đồng ý nhận email khuyến mại từ AloTrip."'); } else { $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url: "/Services/SearchPriceEmail", data: "{" + "startPoint:'" + startPointSearch + "'," + "endPoint:'" + endPointSearch + "'," + "email:'" + $("#emailPrice").val() + "'," + "itineraryType:" + itineraryType + "," + "departureDateString:'" + departureDateString + "'," + "returnDateString:'" + returnDateString + "'," + "adt:" + adt + "," + "chd:" + chd + "," + "inf:" + inf + "" + "}", dataType: "json", success: function (data) { $("#errorMessPrice").text('OK.'); } }); $("#modal-ticket").modal("hide"); } }); function minPriceClick(data) { if (isClose === false) { hideTooltip(clickBefore); showTooltip(data); //scrollTopPage(); clickPriceDiv(data); clickBefore = data; } isClose = false; } function CloseChooseClick(data) { var list = $("[clickday="true"]"); for (var i = 0; i < list.length; i++) { $("#" + list[i].id).attr('clickday', 'false'); $("#" + list[i].id).removeAttr('style'); $("#" + list[i].id + " span").removeAttr('style'); $("#" + list[i].id + " p").removeAttr('style'); } $("#hover" + data).css("display", "none"); isClose = true; var daydiv = document.getElementById('hover' + chooseDay); if (daydiv != null) { $("#day" + chooseDay).attr('clickday', 'true'); $("#day" + chooseDay).attr("style", "background-color: white !important"); $("#dayitem" + chooseDay + " span").attr("style", "color: #333 !important"); $("#dayitem" + chooseDay + " p").attr("style", "color: #519500 !important"); } } function scrollTopPage() { var targetOffsetDefaultPage = $("#hndTopDefault").offset().top; if (jQuery('html,body').scrollTop() > targetOffsetDefaultPage) jQuery('html,body').animate({ scrollTop: targetOffsetDefaultPage + 22 }, 700); else jQuery('html,body').animate({ scrollTop: targetOffsetDefaultPage - 10 }, 700); } function clickPriceDiv(data) { var list = $("[clickday="true"]"); for (var i = 0; i < list.length; i++) { $("#" + list[i].id).attr('clickday', 'false'); $("#" + list[i].id).removeAttr('style'); $("#" + list[i].id + " span").removeAttr('style'); $("#" + list[i].id + " p").removeAttr('style'); } var daydiv = document.getElementById('hover' + data); if (daydiv != null) { $("#day" + data).attr('clickday', 'true'); $("#day" + data).attr("style", "background-color: white !important"); $("#dayitem" + data + " span").attr("style", "color: #333 !important"); $("#dayitem" + data + " p").attr("style", "color: #519500 !important"); } var daydiv = document.getElementById('hover' + chooseDay); if (daydiv != null) { $("#day" + chooseDay).attr('clickday', 'true'); $("#day" + chooseDay).attr("style", "background-color: white !important"); $("#dayitem" + chooseDay + " span").attr("style", "color: #333 !important"); $("#dayitem" + chooseDay + " p").attr("style", "color: #519500 !important"); } } function HideMinPrice() { if ($(".ShowMinPrice").is(":visible")) { $(".ShowMinPrice").css('display', 'none'); $(".ShowMinPrice").hide(); } } function ShowMinPriceMonth() { $(".ShowMinPrice").css('display', 'block'); $(".ShowMinPrice").show(); }

Sân bay quốc tế Cao Hùng là còn có tên gọi khác là sân bay Kaohsiung Siaogang. Vậy sân bay Cao Hùng ở đâu? Sân bay Cao Hùng nằm ở trung tâm thành phố Cao Hùng và là sân bay quốc tế lớn thứ hai của Đài Loan chỉ sau sân bay quốc tế Đào Viên, Đài Loan. Đây còn là trung tâm hoạt động của các hãng hàng không như China Airlines, Eva Air, Uni Air, Mandarin Airlines, Tigerair Taiwan, Far Eastern Air. Tại Việt Nam, đã có các tuyến bay thẳng giữa sân bay Cao Hùng với Hà Nội và Thành phố Hồ Chí Minh.

Sân bay

Thông tin liên hệ

- Tên tiếng Anh của sân bay: Kaohsiung International Airport

- Địa chỉ sân bay quốc tế: #2 Chun Shan, 4th Road, Kaohsiung 812, TAIWAN ROC

- Sân bay thuộc quận Siaogang, chỉ cách trung tâm thành phố khoảng 15 - 20 phút đi xe ô tô về phía nam.

- Mã sân bay Cao Hùng : IATA: KHH, ICAO: RCKH

Thông tin chung về nhà ga

- Sân bay quốc tế Cao Hùng gồm có 2 nhà ga là nhà ga nội địa và nhà ga quốc tế. Có thể di chuyển trực tiếp giữa 2 ga này bằng một đường hành lang kết nối giữa 2 nhà ga.

- Nhà ga nội địa sân bay: Nhà ga nội địa dùng để phục vụ các máy bay nhỏ mà không cần cầu tàu. Chỉ có một tầng trệt duy nhất, có quy mô nhỏ hơn so với nhà ga quốc tế. Trước khi nhà ga quốc tế được xây dựng năm 1997, nhà ga đã từng hoạt động để phục vụ các chuyến bay quốc tế.

- Nhà ga quốc tế sân bay: Phục vụ tất cả các chuyến bay quốc tế và các chuyến bay tới sân bay quốc tế Đào Viên Đài Loan. Nhà ga có 2 tầng, và phòng chờ A, B, quy mô lớn hơn nhà ga nội địa.

Bên trong sân bay

Các hãng hàng không phổ biến hoạt động tại sân bay Cao Hùng

Các chuyến bay phổ biến đi từ và đến sân bay Cao Hùng

Tiện ích và dịch vụ có tại sân bay quốc tế Cao Hùng

- Máy rút tiền ATM (1F nhà ga nội địa, 1F và 3F nhà ga quốc tế.)

- Wifi miễn phí

- Ngân hàng, đổi ngoại tệ, bưu điện, bưu chính

- Dịch vụ y tế, massage

- Dịch vụ đóng gói hành lý

- Dịch vụ lưu trữ hành lý và tủ khóa sân bay

- Cửa hàng thực phẩm, đồ ăn uống, đồ ăn nhanh

- Phòng cầu nguyện

- Mua sắm miễn thuế, đồ lưu niệm

- Quầy thông tin chung

Di chuyển đến sân bay quốc tế Cao Hùng

Có rất nhiều cách di chuyển đến sân bay quốc tế Cao Hùng như:

- Tàu điện ngầm KRTC: Tuyến tàu điện ngầm có màu đỏ ở ga R4 sân bay quốc tế Cao Hùng. Cả 2 nhà ga đều có lối vào bến tàu điện ngầm. Tàu có điểm dừng tại ga tàu Cao Hùng và ga Zuoying. Từ ga Cao Hùng có thể đến với các thành phố, các quận của Đài Loan. Ga Zuoying dành cho tàu cao tốc và tàu Formosa Boulevard, từ đây bạn có thể đi tàu hỏa đến các điểm đến khác của Đài Loan. Tàu điện ngầm KRTC chạy trong vòng 1 giờ đồng hồ, cứ khoảng 4 - 8 phút lại có một chuyến mới.

- Xe buýt: Trạm xe buýt nằm ở ngoài sảnh đến. Xe chạy theo tuyến từ sân bay đến Kenting và Chiayi.

- Taxi: Có 2 hãng taxi mà bạn có thể lựa chọn tại sân bay đó là Roving taxi và Standing taxi. Roving taxi có sẵn ở sân bay và bạn có thể bắt ở bên ngoài nhà ga quốc tế. Có thể bạn sẽ mất phụ phí khi đi loại taxi này. Để đón Standing taxi, bạn cần di chuyển đến phía tây của nhà ga nội địa và quốc tế (gần bến dừng xe bus). Phí được tính dựa trên số km đã đi.

- Thuê ô tô: Bạn có thể thuê ô tô tại sân bay với các công ty cho thuê xe là: Heyuen Car-rent, Carplus Auto Leasing, Chailease Auto Rental.

Tham khảo giá vé bay từ / đến sân bay quốc tế Cao Hùng tại AloTrip

Link nội dung: https://career.edu.vn/san-bay-cao-hung-a5149.html