{"id":3054,"date":"2026-03-09T13:12:46","date_gmt":"2026-03-09T06:12:46","guid":{"rendered":"https:\/\/tmshotel.vn\/?page_id=3054"},"modified":"2026-03-16T13:43:23","modified_gmt":"2026-03-16T06:43:23","slug":"faq","status":"publish","type":"page","link":"https:\/\/tmshotel.vn\/vn\/faq\/","title":{"rendered":"FAQ"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3054\" class=\"elementor elementor-3054\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-643613a elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle ae-bg-gallery-type-default\" data-id=\"643613a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d7cae4c ae-bg-gallery-type-default\" data-id=\"d7cae4c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f5c4aa8 elementor-widget elementor-widget-heading\" data-id=\"f5c4aa8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">C\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-126da805 elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"126da805\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-396ccc59 ae-bg-gallery-type-default\" data-id=\"396ccc59\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-a33b414 elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"a33b414\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0aeae92 ae-bg-gallery-type-default\" data-id=\"0aeae92\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4457847 elementor-widget elementor-widget-html\" data-id=\"4457847\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.faq-highlight{\r\nbackground:#caa25a;\r\ncolor:#fff;\r\npadding:2px 4px;\r\nborder-radius:3px;\r\n}\r\n<\/style>\r\n<div class=\"faq-search-box\">\r\n<input type=\"text\" id=\"faqSearch\" placeholder=\"T\u00ecm ki\u1ebfm c\u00e2u h\u1ecfi c\u1ee7a b\u1ea1n\u2026\">\r\n<\/div>\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function(){\r\n\r\nconst search = document.getElementById(\"faqSearch\");\r\nconst items = document.querySelectorAll(\".elementor-accordion-item\");\r\n\r\n\/* l\u01b0u text g\u1ed1c *\/\r\n\r\nitems.forEach(function(item){\r\n\r\nlet title = item.querySelector(\".elementor-tab-title\");\r\nlet content = item.querySelector(\".elementor-tab-content\");\r\n\r\ntitle.setAttribute(\"data-original\", title.textContent);\r\ncontent.setAttribute(\"data-original\", content.textContent);\r\n\r\n});\r\n\r\nsearch.addEventListener(\"input\", function(){\r\n\r\nlet keyword = this.value.toLowerCase();\r\n\r\nitems.forEach(function(item){\r\n\r\nlet title = item.querySelector(\".elementor-tab-title\");\r\nlet content = item.querySelector(\".elementor-tab-content\");\r\n\r\nlet titleText = title.getAttribute(\"data-original\");\r\nlet contentText = content.getAttribute(\"data-original\");\r\n\r\ntitle.innerHTML = titleText;\r\ncontent.innerHTML = contentText;\r\n\r\nlet fullText = (titleText + \" \" + contentText).toLowerCase();\r\n\r\nif(keyword === \"\" || fullText.includes(keyword)){\r\n\r\nitem.style.display = \"\";\r\n\r\nif(keyword !== \"\"){\r\n\r\nlet regex = new RegExp(`(${keyword})`, \"gi\");\r\n\r\ntitle.innerHTML = titleText.replace(regex,'<span class=\"faq-highlight\">$1<\/span>');\r\ncontent.innerHTML = contentText.replace(regex,'<span class=\"faq-highlight\">$1<\/span>');\r\n\r\n\/* m\u1edf accordion *\/\r\n\r\ntitle.classList.add(\"elementor-active\");\r\ncontent.style.display = \"block\";\r\n\r\n}\r\n\r\n}else{\r\n\r\nitem.style.display = \"none\";\r\n\r\n}\r\n\r\n});\r\n\r\n});\r\n\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9bf98e elementor-widget elementor-widget-heading\" data-id=\"f9bf98e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0110\u1eb7t ph\u00f2ng<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8afa886 elementor-widget elementor-widget-accordion\" data-id=\"8afa886\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1451\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1451\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">T\u00f4i c\u00f3 th\u1ec3 \u0111\u1eb7t ph\u00f2ng t\u1ea1i TMS Hotel Da Nang Beach nh\u01b0 th\u1ebf n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1451\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1451\"><p>Qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 \u0111\u1eb7t ph\u00f2ng th\u00f4ng qua website ch\u00ednh th\u1ee9c c\u1ee7a ch\u00fang t\u00f4i (https:\/\/tmshotel.vn), c\u00e1c \u0111\u1ea1i l\u00fd du l\u1ecbch tr\u1ef1c tuy\u1ebfn, ho\u1eb7c li\u00ean h\u1ec7 tr\u1ef1c ti\u1ebfp v\u1edbi b\u1ed9 ph\u1eadn \u0111\u1eb7t ph\u00f2ng qua email reservations-dn@tmshotel.vn ho\u1eb7c hotline +84 236 3755 999.<\/p><p>\u0110\u1ec3 c\u00f3 tr\u1ea3i nghi\u1ec7m t\u1ed1t nh\u1ea5t c\u00f9ng c\u00e1c quy\u1ec1n l\u1ee3i \u01b0u \u0111\u00e3i \u0111\u1ed9c quy\u1ec1n, ch\u00fang t\u00f4i khuy\u1ebfn kh\u00edch qu\u00fd kh\u00e1ch \u0111\u1eb7t ph\u00f2ng tr\u1ef1c ti\u1ebfp qua c\u00e1c k\u00eanh ch\u00ednh th\u1ee9c c\u1ee7a kh\u00e1ch s\u1ea1n.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1452\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1452\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">T\u00f4i c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng nh\u1eefng ph\u01b0\u01a1ng th\u1ee9c thanh to\u00e1n n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1452\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1452\"><p>\u304a\u652f\u6255\u3044\u306f\u3001\u73fe\u91d1\u3001\u9280\u884c\u632f\u8fbc\u3001\u307e\u305f\u306fVisa\u3001MasterCard\u3001AMEX\u3001JCB\u3001UnionPay\u306a\u3069\u306e\u4e3b\u8981\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9\u3092\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059\u3002 <br \/>Ph\u01b0\u01a1ng th\u1ee9c thanh to\u00e1n c\u00f3 th\u1ec3 thay \u0111\u1ed5i t\u00f9y theo k\u00eanh \u0111\u1eb7t ph\u00f2ng v\u00e0 \u0111i\u1ec1u ki\u1ec7n c\u1ee7a t\u1eebng \u0111\u1eb7t ph\u00f2ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1453\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1453\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 y\u00eau c\u1ea7u th\u1ebb t\u00edn d\u1ee5ng \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o \u0111\u1eb7t ph\u00f2ng kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1453\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1453\"><p>C\u00f3. \u0110\u1ed1i v\u1edbi c\u00e1c \u0111\u1eb7t ph\u00f2ng \u0111\u01b0\u1ee3c th\u1ef1c hi\u1ec7n tr\u1ef1c ti\u1ebfp qua website c\u1ee7a ch\u00fang t\u00f4i ho\u1eb7c qua email, qu\u00fd kh\u00e1ch c\u1ea7n cung c\u1ea5p th\u1ebb t\u00edn d\u1ee5ng h\u1ee3p l\u1ec7 \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o \u0111\u1eb7t ph\u00f2ng v\u00e0 gi\u1eef ph\u00f2ng cho ng\u00e0y \u0111\u1ebfn.<br \/>C\u00e1c \u0111i\u1ec1u kho\u1ea3n thanh to\u00e1n v\u00e0 h\u1ee7y ph\u00f2ng c\u1ee5 th\u1ec3 c\u00f3 th\u1ec3 kh\u00e1c nhau t\u00f9y theo g\u00f3i gi\u00e1 \u0111\u01b0\u1ee3c l\u1ef1a ch\u1ecdn cho t\u1eebng \u0111\u1eb7t ph\u00f2ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1454\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1454\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">T\u00f4i c\u00f3 th\u1ec3 \u0111\u1eb7t nhi\u1ec1u ph\u00f2ng trong c\u00f9ng m\u1ed9t l\u1ea7n \u0111\u1eb7t ph\u00f2ng kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1454\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1454\"><p>C\u00f3, qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 \u0111\u1eb7t nhi\u1ec1u ph\u00f2ng trong m\u1ed9t \u0111\u1eb7t ph\u00f2ng duy nh\u1ea5t, t\u00f9y thu\u1ed9c v\u00e0o t\u00ecnh tr\u1ea1ng ph\u00f2ng tr\u1ed1ng c\u1ee7a kh\u00e1ch s\u1ea1n.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1455\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1455\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Gi\u00e1 ph\u00f2ng \u0111\u00e3 bao g\u1ed3m nh\u1eefng g\u00ec?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1455\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1455\"><ul><li>Gi\u00e1 ph\u00f2ng bao g\u1ed3m l\u01b0u tr\u00fa v\u00e0 quy\u1ec1n s\u1eed d\u1ee5ng c\u00e1c ti\u1ec7n \u00edch c\u1ee7a kh\u00e1ch s\u1ea1n. T\u00f9y theo g\u00f3i gi\u00e1 \u0111\u00e3 ch\u1ecdn, c\u00e1c quy\u1ec1n l\u1ee3i b\u1ed5 sung nh\u01b0 b\u1eefa s\u00e1ng ho\u1eb7c c\u00e1c d\u1ecbch v\u1ee5 kh\u00e1c c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c bao g\u1ed3m.<\/li><li>T\u1ea5t c\u1ea3 c\u00e1c ph\u00f2ng \u0111\u1ec1u \u0111\u01b0\u1ee3c trang b\u1ecb c\u00e1c ti\u1ec7n nghi mi\u1ec5n ph\u00ed trong ph\u00f2ng, bao g\u1ed3m n\u01b0\u1edbc kho\u00e1ng (hai chai m\u1ed7i ng\u00e0y), tr\u00e0 v\u00e0 c\u00e0 ph\u00ea, c\u00f9ng \u0111\u1ed3 u\u1ed1ng ch\u00e0o m\u1eebng k\u00e8m kh\u0103n l\u1ea1nh khi kh\u00e1ch \u0111\u1ebfn nh\u1eadn ph\u00f2ng.<\/li><\/ul><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1456\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-1456\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Quy \u0111\u1ecbnh s\u1ed1 l\u01b0\u1ee3ng kh\u00e1ch trong ph\u00f2ng v\u00e0 tr\u1ebb em nh\u01b0 th\u1ebf n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1456\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-1456\"><ul><li>Ph\u00f2ng Premier Suite c\u00f3 s\u1ee9c ch\u1ee9a t\u1ed1i \u0111a 2 ng\u01b0\u1eddi l\u1edbn, trong khi Family Suite v\u00e0 Grand Suite c\u00f3 th\u1ec3 ph\u1ee5c v\u1ee5 t\u1ed1i \u0111a 4 ng\u01b0\u1eddi l\u1edbn.<\/li><li>Tr\u1ebb em d\u01b0\u1edbi 6 tu\u1ed5i \u0111\u01b0\u1ee3c mi\u1ec5n ph\u00ed khi ng\u1ee7 chung gi\u01b0\u1eddng c\u00f3 s\u1eb5n v\u1edbi b\u1ed1 m\u1eb9. Tr\u1ebb em t\u1eeb 6\u201311 tu\u1ed5i s\u1ebd \u00e1p d\u1ee5ng ph\u1ee5 thu khi ng\u1ee7 chung gi\u01b0\u1eddng c\u00f3 s\u1eb5n m\u00e0 kh\u00f4ng k\u00ea th\u00eam gi\u01b0\u1eddng ph\u1ee5. Kh\u00e1ch t\u1eeb 12 tu\u1ed5i tr\u1edf l\u00ean \u0111\u01b0\u1ee3c t\u00ednh nh\u01b0 ng\u01b0\u1eddi l\u1edbn v\u00e0 c\u1ea7n s\u1eed d\u1ee5ng gi\u01b0\u1eddng ph\u1ee5.<\/li><li>*M\u1ed7i ph\u00f2ng c\u00f3 th\u1ec3 k\u00ea t\u1ed1i \u0111a m\u1ed9t gi\u01b0\u1eddng ph\u1ee5, t\u00f9y thu\u1ed9c v\u00e0o t\u00ecnh tr\u1ea1ng s\u1eb5n c\u00f3.<\/li><\/ul><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1457\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-1457\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">T\u00f4i c\u00f3 th\u1ec3 y\u00eau c\u1ea7u ph\u00f2ng \u1edf t\u1ea7ng cao kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1457\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-1457\"><p>C\u00f3, qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 y\u00eau c\u1ea7u ph\u00f2ng \u1edf t\u1ea7ng cao. Ch\u00fang t\u00f4i s\u1ebd c\u1ed1 g\u1eafng s\u1eafp x\u1ebfp theo mong mu\u1ed1n c\u1ee7a qu\u00fd kh\u00e1ch; tuy nhi\u00ean, vi\u1ec7c n\u00e0y ph\u1ee5 thu\u1ed9c v\u00e0o t\u00ecnh tr\u1ea1ng ph\u00f2ng tr\u1ed1ng t\u1ea1i th\u1eddi \u0111i\u1ec3m nh\u1eadn ph\u00f2ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1458\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-1458\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch l\u01b0u tr\u00fa d\u00e0i ng\u00e0y c\u00f3 \u01b0u \u0111\u00e3i g\u00ec kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1458\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-1458\"><p>C\u00f3, ch\u00fang t\u00f4i cung c\u1ea5p c\u00e1c m\u1ee9c gi\u00e1 \u01b0u \u0111\u00e3i v\u00e0 quy\u1ec1n l\u1ee3i \u0111\u1eb7c bi\u1ec7t d\u00e0nh cho kh\u00e1ch l\u01b0u tr\u00fa d\u00e0i ng\u00e0y.\nVui l\u00f2ng li\u00ean h\u1ec7 tr\u1ef1c ti\u1ebfp v\u1edbi b\u1ed9 ph\u1eadn \u0110\u1eb7t ph\u00f2ng c\u1ee7a ch\u00fang t\u00f4i \u0111\u1ec3 \u0111\u01b0\u1ee3c t\u01b0 v\u1ea5n g\u00f3i \u01b0u \u0111\u00e3i ph\u00f9 h\u1ee3p nh\u1ea5t d\u1ef1a tr\u00ean th\u1eddi gian l\u01b0u tr\u00fa v\u00e0 ng\u00e0y \u0111i c\u1ee7a qu\u00fd kh\u00e1ch.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n        {\n            \"@type\": \"Question\",\n            \"name\": \"How can I make a reservation at TMS Hotel Da Nang Beach?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"<p>Reservations can be made through our official website (https:\\\/\\\/tmshotel.vn), online travel agencies, or by contacting our reservation team directly via email at reservations-dn@tmshotel.vn or hotline \\ud83d\\udcde +84 236 3755 999<\\\/p><p>For the best experience and additional exclusive benefits, we recommend booking directly through our official channels.<\\\/p>\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Which payment methods can I use?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"<p>We accept cash, bank transfers, and major credit cards, including Visa, MasterCard, and JCB. <br \\\/>Payment methods may vary depending on the booking channel and reservation conditions.<\\\/p>\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do you require a credit card to guarantee the reservation?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"<p>Yes. For reservations made directly through our website or via email, a valid credit card is required to guarantee the booking and secure the room for your arrival.<br \\\/>Specific payment and cancellation terms may vary depending on the selected rate plan of each booking.<\\\/p>\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I book multiple rooms under one reservation?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"<p>Yes, you may book multiple rooms under a single reservation, subject to availability.<\\\/p>\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What is included in the room rate?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"<ul><li>Room rates include accommodation and access to the hotel\\u2019s facilities. Additional benefits, such as breakfast or other services, may be included depending on the selected rate plan.<\\\/li><li>All rooms also feature complimentary in-room amenities, including mineral water (two bottles per day), tea and coffee, and a welcome drink with cold towel upon arrival.<\\\/li><\\\/ul>\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What's room occupancy & Children policy?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"<ul><li>Premier Suites allow up to 2 adults, while Family Suites and Grand Suites can accommodate up to 4 adults.<\\\/li><li>Children under 6 years old may stay free of charge when sharing the existing bedding with their parents. For children aged 6\\u201311, a surcharge may apply, with or without breakfast depending on the selected rate. Guests 12 years old and above are considered adults and an extra bed is required.<\\\/li><li>Maximum 01 extra bed is available in all room categories.<\\\/li><\\\/ul>\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I request a specific high floor room?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"<p>Yes, you can request a high floor room. We will do our best to accommodate your preference; however, it is subject to availability at the time of check-in.<\\\/p>\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Is there any offer for long-stay guests?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"<p>Yes, we offer special rates and benefits for long-stay guests. Please contact our Reservations team directly so we can provide the most suitable offer based on your length of stay and travel dates.<\\\/p>\"\n            }\n        }\n    ]\n}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-c05a50b elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"c05a50b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2f7e096 ae-bg-gallery-type-default\" data-id=\"2f7e096\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae86510 elementor-widget elementor-widget-heading\" data-id=\"ae86510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nh\u1eadn ph\u00f2ng &amp; Tr\u1ea3 ph\u00f2ng<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a56c264 elementor-widget elementor-widget-accordion\" data-id=\"a56c264\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1731\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1731\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Th\u1ee7 t\u1ee5c nh\u1eadn ph\u00f2ng y\u00eau c\u1ea7u nh\u1eefng gi\u1ea5y t\u1edd g\u00ec?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1731\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1731\"><p>Qu\u00fd kh\u00e1ch vui l\u00f2ng xu\u1ea5t tr\u00ecnh h\u1ed9 chi\u1ebfu h\u1ee3p l\u1ec7 ho\u1eb7c gi\u1ea5y t\u1edd t\u00f9y th\u00e2n do c\u01a1 quan nh\u00e0 n\u01b0\u1edbc c\u1ea5p khi l\u00e0m th\u1ee7 t\u1ee5c nh\u1eadn ph\u00f2ng \u0111\u1ec3 ph\u1ee5c v\u1ee5 vi\u1ec7c \u0111\u0103ng k\u00fd l\u01b0u tr\u00fa.\nKh\u00e1ch s\u1ea1n y\u00eau c\u1ea7u th\u1ebb t\u00edn d\u1ee5ng \u0111\u1ec3 thanh to\u00e1n ho\u1eb7c \u0111\u1eb7t c\u1ecdc \u0111\u1ea3m b\u1ea3o. Ngo\u00e0i ra, qu\u00fd kh\u00e1ch c\u0169ng c\u00f3 th\u1ec3 \u0111\u1eb7t c\u1ecdc b\u1eb1ng ti\u1ec1n m\u1eb7t v\u00e0 kho\u1ea3n ti\u1ec1n n\u00e0y s\u1ebd \u0111\u01b0\u1ee3c ho\u00e0n l\u1ea1i khi tr\u1ea3 ph\u00f2ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1732\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1732\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Th\u1eddi gian nh\u1eadn ph\u00f2ng v\u00e0 tr\u1ea3 ph\u00f2ng l\u00e0 khi n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1732\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1732\"><p>Th\u1eddi gian nh\u1eadn ph\u00f2ng t\u1eeb 14:00 v\u00e0 tr\u1ea3 ph\u00f2ng tr\u01b0\u1edbc 11:00.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1733\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1733\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">T\u00f4i c\u00f3 th\u1ec3 y\u00eau c\u1ea7u nh\u1eadn ph\u00f2ng s\u1edbm ho\u1eb7c tr\u1ea3 ph\u00f2ng mu\u1ed9n kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1733\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1733\"><p>Early check-in and late check-out are subject to availability and may incur additional charges.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1734\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1734\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 cung c\u1ea5p d\u1ecbch v\u1ee5 gi\u1eef h\u00e0nh l\u00fd kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1734\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1734\"><p>C\u00f3. Kh\u00e1ch s\u1ea1n cung c\u1ea5p d\u1ecbch v\u1ee5 gi\u1eef h\u00e0nh l\u00fd mi\u1ec5n ph\u00ed cho kh\u00e1ch tr\u01b0\u1edbc khi nh\u1eadn ph\u00f2ng v\u00e0 sau khi tr\u1ea3 ph\u00f2ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-0658665 elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"0658665\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27dd626 ae-bg-gallery-type-default\" data-id=\"27dd626\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fbbd79f elementor-widget elementor-widget-heading\" data-id=\"fbbd79f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Th\u00f4ng tin ph\u00f2ng<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45a60f8 elementor-widget elementor-widget-accordion\" data-id=\"45a60f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7301\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-7301\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u1ee7a ch\u00fang t\u00f4i cung c\u1ea5p c\u00e1c h\u1ea1ng ph\u00f2ng sau:<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-7301\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-7301\"><p>The hotel offer<\/p>\n<ul>\n<li>One-Bedroom Premier Suite, v\u1edbi c\u00e1c l\u1ef1a ch\u1ecdn Oceanfront, Partial Ocean View, v\u00e0 City View<\/li>\n<li>Grand Suite Two-Bedroom Ocean View<\/li>\n<li>Family Suite Two-Bedroom Ocean View<\/li>\n<\/ul><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7302\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-7302\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">S\u1ef1 kh\u00e1c bi\u1ec7t gi\u1eefa Family Suite 2-Bedroom Ocean View v\u00e0 Grand Suite 2-Bedroom Ocean View l\u00e0 g\u00ec?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-7302\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-7302\"><ul>\n<li>Family Suite 2-Bedrooms Ocean View (70 m2)\nH\u1ea1ng ph\u00f2ng n\u00e0y \u0111\u01b0\u1ee3c thi\u1ebft k\u1ebf d\u00e0nh cho gia \u0111\u00ecnh, g\u1ed3m m\u1ed9t ph\u00f2ng ng\u1ee7 ch\u00ednh v\u00e0 m\u1ed9t ph\u00f2ng ng\u1ee7 th\u1ee9 hai nh\u1ecf h\u01a1n, c\u00f9ng khu v\u1ef1c gh\u1ebf sofa v\u00e0 b\u1ebfp. Ph\u00f2ng c\u00f3 t\u1ea7m nh\u00ecn h\u01b0\u1edbng bi\u1ec3n v\u00e0 \u0111\u01b0\u1ee3c trang b\u1ecb m\u1ed9t ph\u00f2ng t\u1eafm v\u1edbi b\u1ed3n t\u1eafm.<\/li>\n<li>Grand Suite 2-Bedrooms Ocean View (80 m2)\nH\u1ea1ng ph\u00f2ng n\u00e0y g\u1ed3m hai ph\u00f2ng k\u1ebft n\u1ed1i v\u1edbi nhau b\u1eb1ng c\u1eeda th\u00f4ng ph\u00f2ng, v\u1edbi t\u1ed5ng di\u1ec7n t\u00edch 80 m2. M\u1ed7i ph\u00f2ng \u0111\u1ec1u c\u00f3 ph\u00f2ng t\u1eafm ri\u00eang v\u1edbi khu v\u1ef1c t\u1eafm \u0111\u1ee9ng. Trong b\u1ed1 c\u1ee5c n\u00e0y, ph\u00f2ng ch\u00ednh c\u00f3 t\u1ea7m nh\u00ecn tr\u1ef1c di\u1ec7n ra bi\u1ec3n, trong khi ph\u00f2ng c\u00f2n l\u1ea1i c\u00f3 t\u1ea7m nh\u00ecn bi\u1ec3n m\u1ed9t ph\u1ea7n.<\/li>\n<\/ul><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7303\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-7303\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Trong ph\u00f2ng c\u00f3 b\u1ed3n t\u1eafm kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-7303\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-7303\"><p>B\u1ed3n t\u1eafm \u0111\u01b0\u1ee3c trang b\u1ecb trong h\u1ea1ng ph\u00f2ng Family Suite 2-Bedrooms Ocean View.\n\u0110\u1ed1i v\u1edbi c\u00e1c h\u1ea1ng ph\u00f2ng kh\u00e1c, ch\u1ec9 m\u1ed9t s\u1ed1 ph\u00f2ng c\u00f3 b\u1ed3n t\u1eafm v\u00e0 qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 y\u00eau c\u1ea7u tr\u01b0\u1edbc t\u00f9y theo t\u00ecnh tr\u1ea1ng ph\u00f2ng tr\u1ed1ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7304\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-7304\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">D\u1ecbch v\u1ee5 d\u1ecdn ph\u00f2ng c\u00f3 \u0111\u01b0\u1ee3c cung c\u1ea5p h\u1eb1ng ng\u00e0y kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-7304\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-7304\"><p>C\u00f3. D\u1ecbch v\u1ee5 d\u1ecdn ph\u00f2ng \u0111\u01b0\u1ee3c th\u1ef1c hi\u1ec7n h\u1eb1ng ng\u00e0y nh\u1eb1m mang \u0111\u1ebfn s\u1ef1 tho\u1ea3i m\u00e1i cho k\u1ef3 ngh\u1ec9 c\u1ee7a qu\u00fd kh\u00e1ch.\nN\u1ebfu c\u1ea7n th\u00eam h\u1ed7 tr\u1ee3 d\u1ecdn ph\u00f2ng, qu\u00fd kh\u00e1ch vui l\u00f2ng li\u00ean h\u1ec7 L\u1ec5 t\u00e2n (Front Desk) \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 theo y\u00eau c\u1ea7u.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7305\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-7305\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 ph\u00f2ng h\u00fat thu\u1ed1c kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-7305\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-7305\"><p>T\u1ea5t c\u1ea3 c\u00e1c ph\u00f2ng ngh\u1ec9 \u0111\u1ec1u l\u00e0 ph\u00f2ng kh\u00f4ng h\u00fat thu\u1ed1c.\nM\u1ed7i ph\u00f2ng \u0111\u1ec1u c\u00f3 ban c\u00f4ng ri\u00eang, n\u01a1i qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 h\u00fat thu\u1ed1c v\u1edbi \u0111i\u1ec1u ki\u1ec7n \u0111\u00f3ng c\u1eeda ban c\u00f4ng \u0111\u1ec3 tr\u00e1nh \u1ea3nh h\u01b0\u1edfng \u0111\u1ebfn kh\u00f4ng gian b\u00ean trong ph\u00f2ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7306\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-7306\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">C\u00e1ch s\u1eed d\u1ee5ng \u0111i\u1ec7n tho\u1ea1i trong ph\u00f2ng nh\u01b0 th\u1ebf n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-7306\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-7306\"><p>H\u01b0\u1edbng d\u1eabn s\u1eed d\u1ee5ng \u0111i\u1ec7n tho\u1ea1i trong ph\u00f2ng \u0111\u01b0\u1ee3c cung c\u1ea5p trong S\u1ed5 Th\u00f4ng Tin Kh\u00e1ch S\u1ea1n (Hotel Directory) \u0111\u1eb7t t\u1ea1i m\u1ed7i ph\u00f2ng.\nN\u1ebfu c\u1ea7n h\u1ed7 tr\u1ee3 th\u00eam, qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 li\u00ean h\u1ec7 L\u1ec5 t\u00e2n (Front Desk) \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7307\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-7307\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 cung c\u1ea5p n\u00f4i em b\u00e9 kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-7307\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-7307\"><p>C\u00f3. N\u00f4i em b\u00e9 \u0111\u01b0\u1ee3c cung c\u1ea5p mi\u1ec5n ph\u00ed, t\u00f9y thu\u1ed9c v\u00e0o t\u00ecnh tr\u1ea1ng s\u1eb5n c\u00f3.\nQu\u00fd kh\u00e1ch vui l\u00f2ng li\u00ean h\u1ec7 tr\u01b0\u1edbc v\u1edbi kh\u00e1ch s\u1ea1n \u0111\u1ec3 \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7308\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-7308\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Ph\u00f2ng t\u1eafm c\u00f3 r\u00e8m ho\u1eb7c \u0111\u1ea3m b\u1ea3o s\u1ef1 ri\u00eang t\u01b0 ho\u00e0n to\u00e0n kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-7308\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-7308\"><p>C\u00f3. T\u1ea5t c\u1ea3 c\u00e1c ph\u00f2ng t\u1eafm \u0111\u1ec1u \u0111\u01b0\u1ee3c trang b\u1ecb r\u00e8m che ri\u00eang t\u01b0 c\u00f3 th\u1ec3 \u0111i\u1ec1u ch\u1ec9nh, cho ph\u00e9p \u0111\u00f3ng l\u1ea1i \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o s\u1ef1 ri\u00eang t\u01b0 ho\u00e0n to\u00e0n b\u1ea5t c\u1ee9 l\u00fac n\u00e0o.\nTrong m\u1ed9t s\u1ed1 h\u00ecnh \u1ea3nh, r\u00e8m c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c m\u1edf \u0111\u1ec3 gi\u1edbi thi\u1ec7u thi\u1ebft k\u1ebf ph\u00f2ng v\u00e0 t\u1ea7m nh\u00ecn c\u1ee7a ph\u00f2ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-77e050b elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"77e050b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-802be61 ae-bg-gallery-type-default\" data-id=\"802be61\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d6930da elementor-widget elementor-widget-heading\" data-id=\"d6930da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ti\u1ec7n nghi &amp; D\u1ecbch v\u1ee5<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d57c94b elementor-widget elementor-widget-accordion\" data-id=\"d57c94b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2231\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2231\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">L\u1ec5 t\u00e2n c\u00f3 ph\u1ee5c v\u1ee5 24\/7 kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2231\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2231\"><p>C\u00f3. L\u1ec5 t\u00e2n (Front Desk) c\u1ee7a ch\u00fang t\u00f4i ho\u1ea1t \u0111\u1ed9ng 24 gi\u1edd m\u1ed7i ng\u00e0y, lu\u00f4n s\u1eb5n s\u00e0ng h\u1ed7 tr\u1ee3 qu\u00fd kh\u00e1ch b\u1ea5t c\u1ee9 l\u00fac n\u00e0o.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2232\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2232\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How do I use the swimming pool?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2232\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2232\"><p>The hotel\u2019s rooftop infinity pool is located on the 25th floor and offers beautiful ocean views. Access is complimentary for all in-house guests, and it is open daily from 06:00 to 20:00. Pool towels are available at the pool area for guests\u2019 convenience.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2233\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2233\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 cung c\u1ea5p d\u1ecbch v\u1ee5 \u0111\u01b0a \u0111\u00f3n s\u00e2n bay kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2233\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2233\"><p>C\u00f3. D\u1ecbch v\u1ee5 \u0111\u01b0a \u0111\u00f3n s\u00e2n bay c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp theo y\u00eau c\u1ea7u.\nQu\u00fd kh\u00e1ch vui l\u00f2ng li\u00ean h\u1ec7 tr\u01b0\u1edbc v\u1edbi kh\u00e1ch s\u1ea1n \u0111\u1ec3 \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp d\u1ecbch v\u1ee5. Ph\u00ed d\u1ecbch v\u1ee5 s\u1ebd \u0111\u01b0\u1ee3c \u00e1p d\u1ee5ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2234\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2234\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Do you offer babysitting services?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2234\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2234\"><p>\ub124. \ud638\ud154\uc5d0\ub294 \ud53c\ud2b8\ub2c8\uc2a4 \uc13c\ud130(GYM) \uac00 \uc788\uc73c\uba70 \uc2a4\ud30c \uce35(Spa Floor) \uc5d0 \uc704\uce58\ud574 \uc788\uc2b5\ub2c8\ub2e4.\n\uc6b4\uc601 \uc2dc\uac04\uc740 \ub9e4\uc77c 06:00\ubd80\ud130 21:00\uae4c\uc9c0\uc785\ub2c8\ub2e4.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2235\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2235\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 ph\u00f2ng t\u1eadp th\u1ec3 d\u1ee5c kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2235\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2235\"><p>C\u00f3. Kh\u00e1ch s\u1ea1n c\u00f3 C\u00e2u l\u1ea1c b\u1ed9 Tr\u1ebb em (Kids\u2019 Club) t\u1ea1i t\u1ea7ng 1, n\u01a1i c\u00e1c b\u00e9 c\u00f3 th\u1ec3 tham gia nhi\u1ec1u ho\u1ea1t \u0111\u1ed9ng vui ch\u01a1i th\u00fa v\u1ecb.\nQuy\u1ec1n s\u1eed d\u1ee5ng mi\u1ec5n ph\u00ed d\u00e0nh cho t\u1ea5t c\u1ea3 kh\u00e1ch \u0111ang l\u01b0u tr\u00fa, v\u00e0 Kids\u2019 Club m\u1edf c\u1eeda h\u1eb1ng ng\u00e0y t\u1eeb 08:00 \u0111\u1ebfn 20:00.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2236\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2236\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 khu vui ch\u01a1i cho tr\u1ebb em kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2236\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2236\"><p>Yes, the hotel features a Kids\u2019 Club on the 1st floor, where children can enjoy a variety of activities. Access is complimentary for all in-house guests, and the Kids\u2019 Club is open daily from 08:00 to 20:00.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2237\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2237\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 cung c\u1ea5p d\u1ecbch v\u1ee5 gi\u1eb7t \u1ee7i kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2237\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2237\"><p>C\u00f3. Kh\u00e1ch s\u1ea1n cung c\u1ea5p d\u1ecbch v\u1ee5 gi\u1eb7t \u1ee7i cho kh\u00e1ch l\u01b0u tr\u00fa.\nQu\u00fd kh\u00e1ch vui l\u00f2ng li\u00ean h\u1ec7 L\u1ec5 t\u00e2n (Front Desk) \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2238\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-2238\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 d\u1ecbch v\u1ee5 thu\u00ea xe m\u00e1y ho\u1eb7c xe \u0111\u1ea1p kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2238\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-2238\"><p>Kh\u00e1ch s\u1ea1n kh\u00f4ng cung c\u1ea5p d\u1ecbch v\u1ee5 cho thu\u00ea xe m\u00e1y. Tuy nhi\u00ean, xe \u0111\u1ea1p \u0111\u01b0\u1ee3c cung c\u1ea5p mi\u1ec5n ph\u00ed cho kh\u00e1ch l\u01b0u tr\u00fa s\u1eed d\u1ee5ng.\nQu\u00fd kh\u00e1ch vui l\u00f2ng li\u00ean h\u1ec7 L\u1ec5 t\u00e2n (Front Desk) \u0111\u1ec3 bi\u1ebft th\u00eam th\u00f4ng tin chi ti\u1ebft.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2239\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-2239\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 Wi-Fi mi\u1ec5n ph\u00ed kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2239\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-2239\"><p>C\u00f3. Wi-Fi t\u1ed1c \u0111\u1ed9 cao \u0111\u01b0\u1ee3c cung c\u1ea5p mi\u1ec5n ph\u00ed trong to\u00e0n b\u1ed9 khu\u00f4n vi\u00ean kh\u00e1ch s\u1ea1n.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-22310\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-22310\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 khu v\u1ef1c \u0111\u1ed7 xe kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-22310\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-22310\"><p>C\u00f3. Kh\u00e1ch s\u1ea1n c\u00f3 m\u1ed9t s\u1ed1 ch\u1ed7 \u0111\u1ed7 xe v\u1edbi s\u1ed1 l\u01b0\u1ee3ng gi\u1edbi h\u1ea1n, n\u1eb1m ph\u00eda sau kh\u00e1ch s\u1ea1n, v\u00e0 t\u00f9y thu\u1ed9c v\u00e0o t\u00ecnh tr\u1ea1ng ch\u1ed7 tr\u1ed1ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-22311\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-22311\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 t\u1ed5 ch\u1ee9c tour ho\u1eb7c ho\u1ea1t \u0111\u1ed9ng tham quan kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-22311\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-22311\"><p>C\u00f3. C\u00e1c tour tham quan c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp theo y\u00eau c\u1ea7u, v\u1edbi ph\u1ee5 ph\u00ed \u00e1p d\u1ee5ng.\nQu\u00fd kh\u00e1ch vui l\u00f2ng li\u00ean h\u1ec7 L\u1ec5 t\u00e2n (Front Desk) \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 t\u01b0 v\u1ea5n v\u00e0 \u0111\u1eb7t d\u1ecbch v\u1ee5.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-22312\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-22312\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 cung c\u1ea5p trang tr\u00ed sinh nh\u1eadt ho\u1eb7c tu\u1ea7n tr\u0103ng m\u1eadt kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-22312\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-22312\"><p>C\u00f3. Qu\u00fd kh\u00e1ch vui l\u00f2ng th\u00f4ng b\u00e1o cho kh\u00e1ch s\u1ea1n n\u1ebfu \u0111ang k\u1ef7 ni\u1ec7m sinh nh\u1eadt, tu\u1ea7n tr\u0103ng m\u1eadt ho\u1eb7c d\u1ecbp \u0111\u1eb7c bi\u1ec7t kh\u00e1c. Ch\u00fang t\u00f4i c\u00f3 th\u1ec3 chu\u1ea9n b\u1ecb trang tr\u00ed \u0111\u01a1n gi\u1ea3n mi\u1ec5n ph\u00ed.<\/p>\n<p>\u0110\u1ed1i v\u1edbi nh\u1eefng kh\u00e1ch mong mu\u1ed1n k\u1ef3 ngh\u1ec9 th\u00eam ph\u1ea7n \u0111\u1eb7c bi\u1ec7t, c\u00e1c g\u00f3i trang tr\u00ed theo y\u00eau c\u1ea7u c\u0169ng c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp v\u1edbi ph\u1ee5 ph\u00ed \u00e1p d\u1ee5ng.\nQu\u00fd kh\u00e1ch n\u00ean th\u00f4ng b\u00e1o tr\u01b0\u1edbc \u0111\u1ec3 kh\u00e1ch s\u1ea1n c\u00f3 th\u1ec3 chu\u1ea9n b\u1ecb chu \u0111\u00e1o h\u01a1n.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-a1643d8 elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"a1643d8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-327dbd2 ae-bg-gallery-type-default\" data-id=\"327dbd2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-85008d8 elementor-widget elementor-widget-heading\" data-id=\"85008d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u1ea8m th\u1ef1c &amp; Nh\u00e0 h\u00e0ng<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8dd51a5 elementor-widget elementor-widget-accordion\" data-id=\"8dd51a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1481\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1481\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">C\u00e1c nh\u00e0 h\u00e0ng n\u1eb1m \u1edf \u0111\u00e2u v\u00e0 gi\u1edd m\u1edf c\u1eeda nh\u01b0 th\u1ebf n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1481\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1481\"><p>Kh\u00e1ch s\u1ea1n c\u00f3 ba nh\u00e0 h\u00e0ng:<\/p>\n<ul>\n<li>Nh\u00e0 h\u00e0ng Savor, n\u1eb1m t\u1ea1i t\u1ea7ng 3, ph\u1ee5c v\u1ee5 buffet s\u00e1ng t\u1eeb 06:30 \u0111\u1ebfn 10:00.<\/li>\n<li>Magic Lounge, t\u1ea1i t\u1ea7ng 25, ph\u1ee5c v\u1ee5 th\u1ef1c \u0111\u01a1n g\u1ecdi m\u00f3n v\u1edbi c\u00e1c m\u00f3n \u0103n qu\u1ed1c t\u1ebf c\u00f9ng qu\u1ea7y bar. Gi\u1edd m\u1edf c\u1eeda: 06:30 \u2013 24:00.<\/li>\n<li>Sweet Bakery &amp; Bistro, n\u1eb1m t\u1ea1i t\u1ea7ng 1, ph\u1ee5c v\u1ee5 c\u00e1c lo\u1ea1i b\u00e1nh n\u01b0\u1edbng v\u00e0 b\u00e1nh ng\u1ecdt, \u0111\u1ed3 u\u1ed1ng v\u00e0 th\u1ef1c \u0111\u01a1n nh\u1eb9. Gi\u1edd m\u1edf c\u1eeda: 06:30 \u2013 10:30.<\/li>\n<\/ul><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1482\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1482\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 ph\u1ee5c v\u1ee5 b\u1eefa s\u00e1ng kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1482\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1482\"><p>C\u00f3. B\u1eefa s\u00e1ng buffet h\u1eb1ng ng\u00e0y v\u1edbi c\u00e1c m\u00f3n Vi\u1ec7t Nam v\u00e0 qu\u1ed1c t\u1ebf \u0111\u01b0\u1ee3c ph\u1ee5c v\u1ee5 t\u1eeb 06:30 \u0111\u1ebfn 10:00 t\u1ea1i Savor Restaurant.\nTrong nh\u1eefng th\u1eddi \u0111i\u1ec3m cao \u0111i\u1ec3m, b\u1eefa s\u00e1ng c\u0169ng c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ph\u1ee5c v\u1ee5 t\u1ea1i Magic Lounge, v\u1edbi th\u1ef1c \u0111\u01a1n t\u01b0\u01a1ng t\u1ef1.<br \/>L\u01b0u \u00fd:<\/p>\n<ul>\n<li>Vi\u1ec7c bao g\u1ed3m b\u1eefa s\u00e1ng hay kh\u00f4ng ph\u1ee5 thu\u1ed9c v\u00e0o lo\u1ea1i gi\u00e1 ph\u00f2ng \u0111\u00e3 \u0111\u1eb7t.\n\u0110\u1ed1i v\u1edbi c\u00e1c \u0111\u1eb7t ph\u00f2ng kh\u00f4ng bao g\u1ed3m b\u1eefa s\u00e1ng, qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 mua th\u00eam t\u1ea1i kh\u00e1ch s\u1ea1n v\u1edbi ph\u1ee5 ph\u00ed.\nVui l\u00f2ng ki\u1ec3m tra x\u00e1c nh\u1eadn \u0111\u1eb7t ph\u00f2ng \u0111\u1ec3 bi\u1ebft ch\u00ednh x\u00e1c c\u00e1c d\u1ecbch v\u1ee5 \u0111\u00e3 bao g\u1ed3m.<\/li>\n<\/ul><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1483\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1483\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 ph\u1ee5c v\u1ee5 d\u1ecbch v\u1ee5 \u0103n u\u1ed1ng t\u1ea1i ph\u00f2ng kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1483\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1483\"><p>C\u00f3. D\u1ecbch v\u1ee5 \u0103n u\u1ed1ng t\u1ea1i ph\u00f2ng (In-room Dining) \u0111\u01b0\u1ee3c cung c\u1ea5p h\u1eb1ng ng\u00e0y t\u1eeb 06:00 \u0111\u1ebfn 24:00.\nQu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 tham kh\u1ea3o th\u1ef1c \u0111\u01a1n In-room Dining \u0111\u01b0\u1ee3c \u0111\u1eb7t s\u1eb5n trong ph\u00f2ng ho\u1eb7c li\u00ean h\u1ec7 L\u1ec5 t\u00e2n (Front Desk) \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1484\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1484\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Nh\u00e0 h\u00e0ng c\u00f3 ph\u1ee5c v\u1ee5 m\u00f3n chay kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-1484\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1484\"><p>C\u00f3. Nh\u00e0 h\u00e0ng c\u00f3 c\u00e1c m\u00f3n chay trong th\u1ef1c \u0111\u01a1n \u0111\u1ec3 qu\u00fd kh\u00e1ch l\u1ef1a ch\u1ecdn.\nQu\u00fd kh\u00e1ch c\u0169ng c\u00f3 th\u1ec3 th\u00f4ng b\u00e1o cho \u0111\u1ed9i ng\u0169 nh\u00e2n vi\u00ean v\u1ec1 c\u00e1c y\u00eau c\u1ea7u \u0103n u\u1ed1ng ho\u1eb7c ch\u1ebf \u0111\u1ed9 \u0103n \u0111\u1eb7c bi\u1ec7t \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 ph\u00f9 h\u1ee3p.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-e29b174 elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"e29b174\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-62bb5d2 ae-bg-gallery-type-default\" data-id=\"62bb5d2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da8792f elementor-widget elementor-widget-heading\" data-id=\"da8792f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Spa<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3593db7 elementor-widget elementor-widget-accordion\" data-id=\"3593db7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5611\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5611\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 cung c\u1ea5p d\u1ecbch v\u1ee5 spa kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-5611\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5611\"><p>C\u00f3. Kh\u00e1ch s\u1ea1n cung c\u1ea5p d\u1ecbch v\u1ee5 spa t\u1ea1i M\u00e9lang\u00e9 Spa, n\u1eb1m t\u1ea1i t\u1ea7ng Spa (t\u1ea7ng 13).\nSpa m\u1edf c\u1eeda h\u1eb1ng ng\u00e0y t\u1eeb 08:00 \u0111\u1ebfn 22:00.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5612\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5612\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">L\u00e0m th\u1ebf n\u00e0o \u0111\u1ec3 \u0111\u1eb7t d\u1ecbch v\u1ee5 spa?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-5612\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5612\"><p>Qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 \u0111\u1eb7t d\u1ecbch v\u1ee5 tr\u1ef1c ti\u1ebfp t\u1ea1i M\u00e9lang\u00e9 Spa ho\u1eb7c th\u00f4ng qua L\u1ec5 t\u00e2n (Front Desk) c\u1ee7a kh\u00e1ch s\u1ea1n.\n\u0110\u1ed9i ng\u0169 nh\u00e2n vi\u00ean c\u1ee7a ch\u00fang t\u00f4i lu\u00f4n s\u1eb5n s\u00e0ng h\u1ed7 tr\u1ee3 qu\u00fd kh\u00e1ch trong vi\u1ec7c \u0111\u1eb7t l\u1ecbch.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5613\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5613\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Spa c\u00f3 nh\u1eefng d\u1ecbch v\u1ee5 n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-5613\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5613\"><p>Spa cung c\u1ea5p \u0111a d\u1ea1ng d\u1ecbch v\u1ee5 bao g\u1ed3m massage to\u00e0n th\u00e2n, massage ch\u00e2n, massage \u0111\u1ea7u v\u00e0 d\u1ecbch v\u1ee5 g\u1ed9i \u0111\u1ea7u.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-2006fa8 elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"2006fa8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-36fad04 ae-bg-gallery-type-default\" data-id=\"36fad04\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae1e5b7 elementor-widget elementor-widget-heading\" data-id=\"ae1e5b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ch\u00ednh s\u00e1ch<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0206d7 elementor-widget elementor-widget-accordion\" data-id=\"d0206d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2181\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2181\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 cho ph\u00e9p h\u00fat thu\u1ed1c kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2181\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2181\"><p>Kh\u00f4ng \u0111\u01b0\u1ee3c ph\u00e9p h\u00fat thu\u1ed1c trong ph\u00f2ng ngh\u1ec9 ho\u1eb7c c\u00e1c khu v\u1ef1c trong nh\u00e0 c\u1ee7a kh\u00e1ch s\u1ea1n. Kh\u00e1ch c\u00f3 nhu c\u1ea7u h\u00fat thu\u1ed1c vui l\u00f2ng s\u1eed d\u1ee5ng ban c\u00f4ng ri\u00eang trong ph\u00f2ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2182\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2182\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 cho ph\u00e9p mang theo th\u00fa c\u01b0ng kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2182\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2182\"><p>Kh\u00e1ch s\u1ea1n kh\u00f4ng cho ph\u00e9p mang theo th\u00fa c\u01b0ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2183\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2183\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Ch\u00ednh s\u00e1ch d\u00e0nh cho tr\u1ebb em nh\u01b0 th\u1ebf n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2183\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2183\"><p>Kh\u00e1ch s\u1ea1n ch\u00e0o \u0111\u00f3n tr\u1ebb em.<\/p><p>T\u1ed1i \u0111a hai tr\u1ebb em d\u01b0\u1edbi 12 tu\u1ed5i c\u00f3 th\u1ec3 \u1edf chung ph\u00f2ng v\u1edbi b\u1ed1 m\u1eb9 v\u00e0 s\u1eed d\u1ee5ng gi\u01b0\u1eddng c\u00f3 s\u1eb5n.<\/p><ul><li>Tr\u1ebb em t\u1eeb 0\u20135 tu\u1ed5i \u0111\u01b0\u1ee3c mi\u1ec5n ph\u00ed khi s\u1eed d\u1ee5ng gi\u01b0\u1eddng c\u00f3 s\u1eb5n.<\/li><li>Tr\u1ebb em t\u1eeb 6\u201311 tu\u1ed5i s\u1ebd \u00e1p d\u1ee5ng ph\u1ee5 ph\u00ed khi s\u1eed d\u1ee5ng gi\u01b0\u1eddng c\u00f3 s\u1eb5n m\u00e0 kh\u00f4ng k\u00ea th\u00eam gi\u01b0\u1eddng ph\u1ee5.<\/li><li>Tr\u1ebb em t\u1eeb 12 tu\u1ed5i tr\u1edf l\u00ean \u0111\u01b0\u1ee3c t\u00ednh nh\u01b0 ng\u01b0\u1eddi l\u1edbn v\u00e0 c\u1ea7n k\u00ea th\u00eam gi\u01b0\u1eddng ph\u1ee5 v\u1edbi ph\u1ee5 ph\u00ed t\u01b0\u01a1ng \u1ee9ng.<\/li><\/ul><p>Ph\u1ee5 ph\u00ed tr\u1ebb em v\u00e0 ph\u00ed gi\u01b0\u1eddng ph\u1ee5 c\u00f3 th\u1ec3 thay \u0111\u1ed5i t\u00f9y theo k\u00eanh \u0111\u1eb7t ph\u00f2ng v\u00e0 lo\u1ea1i gi\u00e1 \u0111\u00e3 ch\u1ecdn. Vui l\u00f2ng tham kh\u1ea3o x\u00e1c nh\u1eadn \u0111\u1eb7t ph\u00f2ng c\u1ee7a qu\u00fd kh\u00e1ch \u0111\u1ec3 bi\u1ebft th\u00f4ng tin chi ti\u1ebft v\u1ec1 c\u00e1c d\u1ecbch v\u1ee5 bao g\u1ed3m v\u00e0 m\u1ee9c ph\u00ed \u00e1p d\u1ee5ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2184\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2184\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Ch\u00ednh s\u00e1ch \u0111\u1ed1i v\u1edbi kh\u00e1ch \u0111\u1ebfn th\u0103m nh\u01b0 th\u1ebf n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2184\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2184\"><p>Kh\u00e1ch \u0111\u1ebfn th\u0103m \u0111\u01b0\u1ee3c ph\u00e9p v\u00e0o ph\u00f2ng ngh\u1ec9 v\u1edbi t\u1ed1i \u0111a hai kh\u00e1ch m\u1ed7i ph\u00f2ng. V\u00ec l\u00fd do an ninh v\u00e0 \u0111\u1ea3m b\u1ea3o s\u1ef1 ri\u00eang t\u01b0 cho kh\u00e1ch l\u01b0u tr\u00fa, kh\u00e1ch b\u00ean ngo\u00e0i kh\u00f4ng \u0111\u01b0\u1ee3c ph\u00e9p \u1edf l\u1ea1i sau 22:00.\u00a0<\/p><p>Kh\u00e1ch \u0111\u1ebfn th\u0103m \u0111\u01b0\u1ee3c ph\u00e9p v\u00e0o ph\u00f2ng ngh\u1ec9 v\u1edbi t\u1ed1i \u0111a hai kh\u00e1ch m\u1ed7i ph\u00f2ng. V\u00ec l\u00fd do an ninh v\u00e0 \u0111\u1ea3m b\u1ea3o s\u1ef1 ri\u00eang t\u01b0 cho kh\u00e1ch l\u01b0u tr\u00fa, kh\u00e1ch b\u00ean ngo\u00e0i kh\u00f4ng \u0111\u01b0\u1ee3c ph\u00e9p \u1edf l\u1ea1i sau 22:00.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2185\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2185\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch c\u00f3 \u0111\u01b0\u1ee3c ph\u00e9p mang \u0111\u1ed3 \u0103n v\u00e0 th\u1ee9c u\u1ed1ng t\u1eeb b\u00ean ngo\u00e0i v\u00e0o kh\u00e1ch s\u1ea1n kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2185\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2185\"><p>Kh\u00e1ch \u0111\u01b0\u1ee3c ph\u00e9p mang \u0111\u1ed3 \u0103n v\u00e0 th\u1ee9c u\u1ed1ng t\u1eeb b\u00ean ngo\u00e0i v\u00e0o. Tuy nhi\u00ean, c\u00e1c lo\u1ea1i th\u1ef1c ph\u1ea9m c\u00f3 m\u00f9i m\u1ea1nh nh\u01b0 h\u1ea3i s\u1ea3n ho\u1eb7c s\u1ea7u ri\u00eang kh\u00f4ng \u0111\u01b0\u1ee3c ph\u00e9p mang v\u00e0o ph\u00f2ng ngh\u1ec9. Qu\u00fd kh\u00e1ch c\u00f3 th\u1ec3 li\u00ean h\u1ec7 L\u1ec5 t\u00e2n \u0111\u1ec3 \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 l\u01b0u gi\u1eef c\u00e1c m\u00f3n n\u00e0y n\u1ebfu c\u1ea7n<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2186\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2186\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 ch\u1ecbu tr\u00e1ch nhi\u1ec7m \u0111\u1ed1i v\u1edbi \u0111\u1ed3 th\u1ea5t l\u1ea1c kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2186\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2186\"><p>Qu\u00fd kh\u00e1ch vui l\u00f2ng c\u1ea5t gi\u1eef c\u00e1c v\u1eadt d\u1ee5ng c\u00f3 gi\u00e1 tr\u1ecb trong k\u00e9t an to\u00e0n \u0111\u01b0\u1ee3c trang b\u1ecb trong ph\u00f2ng. Kh\u00e1ch s\u1ea1n kh\u00f4ng ch\u1ecbu tr\u00e1ch nhi\u1ec7m \u0111\u1ed1i v\u1edbi vi\u1ec7c m\u1ea5t ti\u1ec1n m\u1eb7t ho\u1eb7c t\u00e0i s\u1ea3n c\u00e1 nh\u00e2n kh\u00f4ng \u0111\u01b0\u1ee3c tr\u00f4ng coi trong ph\u00f2ng ngh\u1ec9 ho\u1eb7c t\u1ea1i c\u00e1c khu v\u1ef1c c\u00f4ng c\u1ed9ng.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_ae_slider elementor-section elementor-top-section elementor-element elementor-element-26b2f3e elementor-section-boxed elementor-section-height-default elementor-section-height-default ae-bg-gallery-type-default\" data-id=\"26b2f3e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_ae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a455b7 ae-bg-gallery-type-default\" data-id=\"6a455b7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ce6d551 elementor-widget elementor-widget-heading\" data-id=\"ce6d551\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Kh\u00e1c<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41544b1 elementor-widget elementor-widget-accordion\" data-id=\"41544b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-6851\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-6851\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 xu\u1ea5t h\u00f3a \u0111\u01a1n VAT kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-6851\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-6851\"><p>C\u00f3. Kh\u00e1ch s\u1ea1n c\u00f3 th\u1ec3 xu\u1ea5t h\u00f3a \u0111\u01a1n VAT cho c\u00e1c kho\u1ea3n thanh to\u00e1n tr\u1ef1c ti\u1ebfp t\u1ea1i kh\u00e1ch s\u1ea1n. Qu\u00fd kh\u00e1ch vui l\u00f2ng cung c\u1ea5p th\u00f4ng tin xu\u1ea5t h\u00f3a \u0111\u01a1n c\u1ea7n thi\u1ebft t\u1ea1i L\u1ec5 t\u00e2n khi l\u00e0m th\u1ee7 t\u1ee5c tr\u1ea3 ph\u00f2ng.<\/p>\n<p>\u0110\u1ed1i v\u1edbi c\u00e1c \u0111\u1eb7t ph\u00f2ng \u0111\u01b0\u1ee3c th\u1ef1c hi\u1ec7n qua c\u00e1c trang \u0111\u1eb7t ph\u00f2ng tr\u1ef1c tuy\u1ebfn ho\u1eb7c c\u00e1c k\u00eanh b\u00ean th\u1ee9 ba kh\u00e1c, qu\u00fd kh\u00e1ch vui l\u00f2ng li\u00ean h\u1ec7 tr\u1ef1c ti\u1ebfp v\u1edbi \u0111\u01a1n v\u1ecb \u0111\u1eb7t ph\u00f2ng t\u01b0\u01a1ng \u1ee9ng \u0111\u1ec3 y\u00eau c\u1ea7u xu\u1ea5t h\u00f3a \u0111\u01a1n.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-6852\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-6852\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Nh\u00e2n vi\u00ean c\u1ee7a kh\u00e1ch s\u1ea1n c\u00f3 th\u1ec3 giao ti\u1ebfp b\u1eb1ng nh\u1eefng ng\u00f4n ng\u1eef n\u00e0o?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-6852\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-6852\"><p>Nh\u00e2n vi\u00ean c\u1ee7a ch\u00fang t\u00f4i c\u00f3 th\u1ec3 h\u1ed7 tr\u1ee3 kh\u00e1ch b\u1eb1ng ti\u1ebfng Vi\u1ec7t v\u00e0 ti\u1ebfng Anh. Ngo\u00e0i ra, c\u00e1c ng\u00f4n ng\u1eef kh\u00e1c nh\u01b0 ti\u1ebfng H\u00e0n v\u00e0 ti\u1ebfng Nh\u1eadt c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 t\u00f9y theo nh\u00e2n vi\u00ean tr\u1ef1c t\u1ea1i th\u1eddi \u0111i\u1ec3m \u0111\u00f3.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-6853\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-6853\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Kh\u00e1ch s\u1ea1n c\u00f3 n\u1eb1m ngay c\u1ea1nh b\u00e3i bi\u1ec3n kh\u00f4ng?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-6853\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-6853\"><p>Kh\u00e1ch s\u1ea1n n\u1eb1m ngay \u0111\u1ed1i di\u1ec7n b\u00e3i bi\u1ec3n M\u1ef9 Kh\u00ea, ch\u1ec9 c\u1ea7n b\u0103ng qua \u0111\u01b0\u1eddng l\u00e0 c\u00f3 th\u1ec3 d\u1ec5 d\u00e0ng ti\u1ebfp c\u1eadn b\u00e3i bi\u1ec3n trong v\u00e0i ph\u00fat \u0111i b\u1ed9.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Frequently Asked Questions Reservation How can I make a reservation at TMS Hotel Da Nang Beach? Reservations can be made through our official website (https:\/\/tmshotel.vn), online travel agencies, or by contacting our reservation team directly via email at reservations-dn@tmshotel.vn or hotline \ud83d\udcde +84 236 3755 999 For the best experience and additional exclusive benefits, we [&hellip;]<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-3054","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FAQ - TMS Hotel Da Nang Beach<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tmshotel.vn\/vn\/faq\/\" \/>\n<meta property=\"og:locale\" content=\"vi_VN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FAQ - TMS Hotel Da Nang Beach\" \/>\n<meta property=\"og:description\" content=\"Frequently Asked Questions Reservation How can I make a reservation at TMS Hotel Da Nang Beach? Reservations can be made through our official website (https:\/\/tmshotel.vn), online travel agencies, or by contacting our reservation team directly via email at reservations-dn@tmshotel.vn or hotline \ud83d\udcde +84 236 3755 999 For the best experience and additional exclusive benefits, we [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tmshotel.vn\/vn\/faq\/\" \/>\n<meta property=\"og:site_name\" content=\"TMS Hotel Da Nang Beach\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tmshoteldanangbeach\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-16T06:43:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tmshotel.vn\/wp-content\/uploads\/2023\/05\/TMS-Home-slide-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1066\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 ph\u00fat\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/faq\\\/\",\"url\":\"https:\\\/\\\/tmshotel.vn\\\/faq\\\/\",\"name\":\"FAQ - TMS Hotel Da Nang Beach\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/#website\"},\"datePublished\":\"2026-03-09T06:12:46+00:00\",\"dateModified\":\"2026-03-16T06:43:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/faq\\\/#breadcrumb\"},\"inLanguage\":\"vi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tmshotel.vn\\\/faq\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/faq\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tmshotel.vn\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FAQ\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/#website\",\"url\":\"https:\\\/\\\/tmshotel.vn\\\/\",\"name\":\"TMS Hotel Da Nang Beach\",\"description\":\"New and uniquely different concept that does not fit into the mold\",\"publisher\":{\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tmshotel.vn\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"vi\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/#organization\",\"name\":\"TMS Hotel Da Nang Beach\",\"url\":\"https:\\\/\\\/tmshotel.vn\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"vi\",\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tmshotel.vn\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/TMS-logo_Logo-Horizontal.png\",\"contentUrl\":\"https:\\\/\\\/tmshotel.vn\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/TMS-logo_Logo-Horizontal.png\",\"width\":2134,\"height\":726,\"caption\":\"TMS Hotel Da Nang Beach\"},\"image\":{\"@id\":\"https:\\\/\\\/tmshotel.vn\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/tmshoteldanangbeach\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FAQ - TMS Hotel Da Nang Beach","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tmshotel.vn\/vn\/faq\/","og_locale":"vi_VN","og_type":"article","og_title":"FAQ - TMS Hotel Da Nang Beach","og_description":"Frequently Asked Questions Reservation How can I make a reservation at TMS Hotel Da Nang Beach? Reservations can be made through our official website (https:\/\/tmshotel.vn), online travel agencies, or by contacting our reservation team directly via email at reservations-dn@tmshotel.vn or hotline \ud83d\udcde +84 236 3755 999 For the best experience and additional exclusive benefits, we [&hellip;]","og_url":"https:\/\/tmshotel.vn\/vn\/faq\/","og_site_name":"TMS Hotel Da Nang Beach","article_publisher":"https:\/\/www.facebook.com\/tmshoteldanangbeach","article_modified_time":"2026-03-16T06:43:23+00:00","og_image":[{"width":1600,"height":1066,"url":"https:\/\/tmshotel.vn\/wp-content\/uploads\/2023\/05\/TMS-Home-slide-1.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc":"9 ph\u00fat"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tmshotel.vn\/faq\/","url":"https:\/\/tmshotel.vn\/faq\/","name":"FAQ - TMS Hotel Da Nang Beach","isPartOf":{"@id":"https:\/\/tmshotel.vn\/#website"},"datePublished":"2026-03-09T06:12:46+00:00","dateModified":"2026-03-16T06:43:23+00:00","breadcrumb":{"@id":"https:\/\/tmshotel.vn\/faq\/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tmshotel.vn\/faq\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tmshotel.vn\/faq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tmshotel.vn\/"},{"@type":"ListItem","position":2,"name":"FAQ"}]},{"@type":"WebSite","@id":"https:\/\/tmshotel.vn\/#website","url":"https:\/\/tmshotel.vn\/","name":"TMS Hotel Da Nang Beach","description":"New and uniquely different concept that does not fit into the mold","publisher":{"@id":"https:\/\/tmshotel.vn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tmshotel.vn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"vi"},{"@type":"Organization","@id":"https:\/\/tmshotel.vn\/#organization","name":"TMS Hotel Da Nang Beach","url":"https:\/\/tmshotel.vn\/","logo":{"@type":"ImageObject","inLanguage":"vi","@id":"https:\/\/tmshotel.vn\/#\/schema\/logo\/image\/","url":"https:\/\/tmshotel.vn\/wp-content\/uploads\/2023\/05\/TMS-logo_Logo-Horizontal.png","contentUrl":"https:\/\/tmshotel.vn\/wp-content\/uploads\/2023\/05\/TMS-logo_Logo-Horizontal.png","width":2134,"height":726,"caption":"TMS Hotel Da Nang Beach"},"image":{"@id":"https:\/\/tmshotel.vn\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tmshoteldanangbeach"]}]}},"_links":{"self":[{"href":"https:\/\/tmshotel.vn\/vn\/wp-json\/wp\/v2\/pages\/3054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tmshotel.vn\/vn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tmshotel.vn\/vn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tmshotel.vn\/vn\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tmshotel.vn\/vn\/wp-json\/wp\/v2\/comments?post=3054"}],"version-history":[{"count":133,"href":"https:\/\/tmshotel.vn\/vn\/wp-json\/wp\/v2\/pages\/3054\/revisions"}],"predecessor-version":[{"id":3227,"href":"https:\/\/tmshotel.vn\/vn\/wp-json\/wp\/v2\/pages\/3054\/revisions\/3227"}],"wp:attachment":[{"href":"https:\/\/tmshotel.vn\/vn\/wp-json\/wp\/v2\/media?parent=3054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}