{"id":9,"date":"2026-03-05T01:52:14","date_gmt":"2026-03-05T01:52:14","guid":{"rendered":"https:\/\/xenhatrangbinhdinh.com\/?page_id=9"},"modified":"2026-03-05T01:55:50","modified_gmt":"2026-03-05T01:55:50","slug":"xe-quy-nhon-nha-trang-hang-ngay","status":"publish","type":"page","link":"https:\/\/xenhatrangbinhdinh.com\/","title":{"rendered":"Xe Quy Nh\u01a1n &#8211; Nha Trang h\u0103\u0300ng nga\u0300y"},"content":{"rendered":"\n\n\t<section class=\"section\" id=\"section_994824227\">\n\t\t<div class=\"section-bg fill\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\n\n\t\t<\/div>\n\n\t\t\n\n\t\t<div class=\"section-content relative\">\n\t\t\t\n\n\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Nh\u00e0 Xe A. B\u1ea3y | Tuy\u1ebfn Nha Trang &#8211; B\u00ecnh \u0110\u1ecbnh &#8211; Gia Lai<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lexend:wght@300;400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-color: #d90429; \/* \u0110\u1ecf r\u1ef1c r\u1ee1, nhi\u1ec7t huy\u1ebft *\/\n            --dark-blue: #2b2d42;\n            --light-gray: #f8f9fa;\n            --accent-yellow: #ffb703;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body { font-family: 'Lexend', sans-serif; color: var(--dark-blue); line-height: 1.6; overflow-x: hidden; }\n\n        \/* Hero Section *\/\n        header {\n            background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3)), \n                        url('https:\/\/images.unsplash.com\/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&q=80&w=1200');\n            background-size: cover; background-position: center;\n            height: 90vh; display: flex; align-items: center; justify-content: center;\n            text-align: center; color: white;\n        }\n\n        .hero-box h1 { font-size: 3.5rem; margin-bottom: 15px; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); }\n        .hero-box p { font-size: 1.3rem; margin-bottom: 30px; font-weight: 300; }\n\n        .btn-main {\n            background: var(--primary-color); color: white; padding: 18px 40px;\n            border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.4rem;\n            display: inline-block; transition: 0.3s; box-shadow: 0 10px 20px rgba(217, 4, 41, 0.3);\n        }\n        .btn-main:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(217, 4, 41, 0.5); }\n\n        \/* Section Styling *\/\n        .container { max-width: 1100px; margin: auto; padding: 80px 20px; }\n        .section-title { text-align: center; margin-bottom: 50px; }\n        .section-title h2 { font-size: 2.2rem; color: var(--primary-color); }\n        .section-title span { color: #ffffff; font-weight: 300; text-transform: uppercase; letter-spacing: 2px; }\n\n        \/* Schedule Cards *\/\n        .schedule-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }\n        .schedule-card { \n            background: white; border-radius: 20px; padding: 30px; \n            box-shadow: 0 15px 40px rgba(0,0,0,0.05); border: 1px solid #eee;\n            position: relative; overflow: hidden;\n        }\n        .schedule-card::before {\n            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--primary-color);\n        }\n\n        \/* Features *\/\n        .feature-item { text-align: center; padding: 20px; }\n        .feature-icon { \n            width: 70px; height: 70px; background: var(--light-gray); \n            border-radius: 50%; display: flex; align-items: center; justify-content: center;\n            margin: 0 auto 20px; color: var(--primary-color); font-size: 1.8rem;\n        }\n\n        \/* Testimonials *\/\n        .review-section { background: var(--dark-blue); color: white; }\n        .review-card { background: rgba(255,255,255,0.05); padding: 30px; border-radius: 15px; font-style: italic; }\n        .stars { color: var(--accent-yellow); margin-bottom: 10px; }\n\n        \/* Contact Box *\/\n        .contact-box { \n            background: var(--primary-color); color: white; border-radius: 30px; \n            padding: 50px; text-align: center; margin-top: -50px;\n        }\n\n        \/* Floating Buttons *\/\n        .float-contact { position: fixed; bottom: 30px; right: 30px; z-index: 999; }\n        .float-btn {\n            width: 65px; height: 65px; border-radius: 50%; display: flex;\n            align-items: center; justify-content: center; color: white;\n            font-size: 28px; margin-top: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n            transition: 0.3s;\n        }\n        .float-btn:hover { transform: scale(1.1); }\n        .zalo { background: #0068ff; }\n        .phone { background: #2ecc71; animation: shake 2s infinite; }\n\n        @keyframes shake {\n            0% { transform: rotate(0); } 10% { transform: rotate(10deg); } 20% { transform: rotate(-10deg); }\n            30% { transform: rotate(10deg); } 40% { transform: rotate(-10deg); } 50% { transform: rotate(0); }\n        }\n\n        @media (max-width: 768px) {\n            .hero-box h1 { font-size: 2.2rem; }\n            .contact-box { padding: 30px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header>\n        <div class=\"hero-box\">\n            <span>UY T\u00cdN &#8211; AN TO\u00c0N &#8211; \u0110\u00daNG GI\u1edc<\/span>\n            <h1>NH\u00c0 XE A. B\u1ea2Y<\/h1>\n            <p>K\u1ebft n\u1ed1i Nha Trang \u2014 B\u00ecnh \u0110\u1ecbnh \u2014 Gia Lai<\/p>\n            <a href=\"tel:0981961258\" class=\"btn-main\"><i class=\"fa fa-phone-alt\"><\/i> \u0110\u1eb6T V\u00c9 NGAY<\/a>\n        <\/div>\n    <\/header>\n\n    <div class=\"container\">\n        <div class=\"section-title\">\n            <span>H\u00e0nh tr\u00ecnh th\u00e2n thu\u1ed9c<\/span>\n            <h2>L\u1ecbch Tr\u00ecnh Ch\u1ea1y H\u00e0ng Ng\u00e0y<\/h2>\n        <\/div>\n        <div class=\"schedule-grid\">\n            <div class=\"schedule-card\">\n                <h3>Chi\u1ec1u \u0111i: QUY NH\u01a0N<\/h3>\n                <p style=\"color: #666;\">(B\u00ecnh \u0110\u1ecbnh &#8211; Gia Lai)<\/p>\n                <h2 style=\"margin: 20px 0; color: var(--dark-blue);\"><i class=\"fa fa-clock\"><\/i> 07:30 AM<\/h2>\n                <p><i class=\"fa fa-map-marker-alt\" style=\"color: var(--primary-color);\"><\/i> Xu\u1ea5t b\u1ebfn: TP. Quy Nh\u01a1n<\/p>\n                <p><i class=\"fa fa-arrow-down\"><\/i> \u0110\u00f3n kh\u00e1ch t\u1eadn nh\u00e0 n\u1ed9i th\u00e0nh<\/p>\n            <\/div>\n            <div class=\"schedule-card\">\n                <h3>Chi\u1ec1u v\u1ec1: NHA TRANG<\/h3>\n                <p style=\"color: #666;\">(Kh\u00e1nh H\u00f2a)<\/p>\n                <h2 style=\"margin: 20px 0; color: var(--dark-blue);\"><i class=\"fa fa-clock\"><\/i> 12:30 PM<\/h2>\n                <p><i class=\"fa fa-map-marker-alt\" style=\"color: var(--primary-color);\"><\/i> Xu\u1ea5t b\u1ebfn: Nha Trang<\/p>\n                <p><i class=\"fa fa-arrow-down\"><\/i> Tr\u1ea3 kh\u00e1ch t\u1eadn n\u01a1i y\u00eau c\u1ea7u<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div style=\"background: var(--light-gray);\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>D\u1ecbch V\u1ee5 T\u1eadn T\u00e2m<\/h2>\n            <\/div>\n            <div class=\"schedule-grid\" style=\"grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\">\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\"><i class=\"fa fa-shield-alt\"><\/i><\/div>\n                    <h4>An To\u00e0n Tuy\u1ec7t \u0110\u1ed1i<\/h4>\n                    <p>T\u00e0i x\u1ebf kinh nghi\u1ec7m l\u00e2u n\u0103m, l\u00e1i xe \u0111i\u1ec1m \u0111\u1ea1m, kh\u00f4ng ph\u00f3ng nhanh v\u01b0\u1ee3t \u1ea9u.<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\"><i class=\"fa fa-couch\"><\/i><\/div>\n                    <h4>Ti\u1ec7n Nghi S\u1ea1ch S\u1ebd<\/h4>\n                    <p>Xe lu\u00f4n \u0111\u01b0\u1ee3c v\u1ec7 sinh kh\u1eed khu\u1ea9n sau m\u1ed7i chuy\u1ebfn \u0111i. M\u00e1y l\u1ea1nh 24\/7.<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\"><i class=\"fa fa-box-open\"><\/i><\/div>\n                    <h4>G\u1eedi H\u00e0ng Nhanh<\/h4>\n                    <p>Nh\u1eadn k\u00fd g\u1eedi h\u00e0ng h\u00f3a, b\u01b0u ph\u1ea9m giao t\u1eadn tay ng\u01b0\u1eddi nh\u1eadn trong ng\u00e0y.<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\"><i class=\"fa fa-star\"><\/i><\/div>\n                    <h4>Gi\u00e1 C\u1ea3 B\u00ecnh D\u00e2n<\/h4>\n                    <p>Lu\u00f4n gi\u1eef m\u1ee9c gi\u00e1 \u1ed5n \u0111\u1ecbnh, kh\u00f4ng t\u0103ng gi\u00e1 b\u1ea5t th\u01b0\u1eddng v\u00e0o d\u1ecbp l\u1ec5 t\u1ebft.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"review-section\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2 style=\"color: white;\">Kh\u00e1ch H\u00e0ng N\u00f3i G\u00ec?<\/h2>\n            <\/div>\n            <div class=\"schedule-grid\">\n                <div class=\"review-card\">\n                    <div class=\"stars\"><i class=\"fa fa-star\"><\/i><i class=\"fa fa-star\"><\/i><i class=\"fa fa-star\"><\/i><i class=\"fa fa-star\"><\/i><i class=\"fa fa-star\"><\/i><\/div>\n                    <p>&#8220;Xe b\u00e1c B\u1ea3y ch\u1ea1y r\u1ea5t \u00eam, m\u00ecnh hay b\u1ecb say xe nh\u01b0ng \u0111i xe b\u00e1c th\u1ea5y r\u1ea5t tho\u1ea3i m\u00e1i. B\u00e1c l\u1ea1i c\u00f2n vui t\u00ednh, nhi\u1ec7t t\u00ecnh n\u1eefa.&#8221;<\/p>\n                    <p style=\"margin-top: 15px; font-weight: bold; color: var(--accent-yellow);\">&#8211; Anh Ho\u00e0ng (Quy Nh\u01a1n)<\/p>\n                <\/div>\n                <div class=\"review-card\">\n                    <div class=\"stars\"><i class=\"fa fa-star\"><\/i><i class=\"fa fa-star\"><\/i><i class=\"fa fa-star\"><\/i><i class=\"fa fa-star\"><\/i><i class=\"fa fa-star\"><\/i><\/div>\n                    <p>&#8220;G\u1eedi h\u00e0ng cho con em \u1edf Nha Trang b\u1eb1ng xe b\u00e1c B\u1ea3y r\u1ea5t y\u00ean t\u00e2m, h\u00e0ng h\u00f3a c\u00f2n nguy\u00ean v\u1eb9n, giao r\u1ea5t \u0111\u00fang gi\u1edd.&#8221;<\/p>\n                    <p style=\"margin-top: 15px; font-weight: bold; color: var(--accent-yellow);\">&#8211; Ch\u1ecb Lan (Gia Lai)<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"contact-box\">\n            <h2>LI\u00caN H\u1ec6 \u0110\u1eb6T XE NGAY<\/h2>\n            <p style=\"margin-bottom: 30px;\">Vui l\u00f2ng g\u1ecdi \u0111i\u1ec7n tr\u01b0\u1edbc 30 ph\u00fat \u0111\u1ec3 ch\u00fang t\u00f4i s\u1eafp x\u1ebfp \u0111\u00f3n b\u1ea1n t\u1ed1t nh\u1ea5t!<\/p>\n            <div style=\"font-size: 2.5rem; font-weight: bold;\">0981.96.12.58<\/div>\n            <p><i class=\"fa fa-bus\"><\/i> Xe 16 ch\u1ed7 \u0111\u1eddi m\u1edbi | BS: 77F.00164<\/p>\n            <p><i class=\"fa fa-home\"><\/i> \u0110C: 24 \u0110\u01b0\u1eddng 1\/5, TP. Quy Nh\u01a1n, Gia Lai (B\u00ecnh \u0110\u1ecbnh c\u0169)<\/p>\n        <\/div>\n    <\/div>\n\n    <footer style=\"text-align: center; padding: 40px; color: #888; font-size: 0.9rem;\">\n        &copy; 2026 Nh\u00e0 Xe A. B\u1ea3y &#8211; D\u1ecbch v\u1ee5 v\u1eadn t\u1ea3i t\u1eadn t\u00e2m chuy\u00ean tuy\u1ebfn Nha Trang &#8211; Gia Lai.\n    <\/footer>\n\n    <div class=\"float-contact\">\n        <a href=\"tel:0981961258\" class=\"float-btn phone\"><i class=\"fa fa-phone\"><\/i><\/a>\n        <a href=\"https:\/\/zalo.me\/0981961258\" target=\"_blank\" class=\"float-btn zalo\"><i class=\"fa fa-comment\"><\/i><\/a>\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\t\t<\/div>\n\n\t\t\n<style>\n#section_994824227 {\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n<\/style>\n\t<\/section>\n\t\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank-landingpage.php","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xenhatrangbinhdinh.com\/index.php\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xenhatrangbinhdinh.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xenhatrangbinhdinh.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xenhatrangbinhdinh.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xenhatrangbinhdinh.com\/index.php\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":3,"href":"https:\/\/xenhatrangbinhdinh.com\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":13,"href":"https:\/\/xenhatrangbinhdinh.com\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions\/13"}],"wp:attachment":[{"href":"https:\/\/xenhatrangbinhdinh.com\/index.php\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}