# CỤC HÀNG KHÔNG VIỆT NAM | Cục hàng không Việt Nam

> Markdown mirror of DialtoneApp's public top-site detail page for `caa.gov.vn`.

URL: https://dialtoneapp.com/top-sites/caa.gov.vn/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/caa.gov.vn

## Summary

- Domain: `caa.gov.vn`
- Website: https://caa.gov.vn
- Description: ai readable | score 24 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 496081

## robots

Not found.

## llms

~~~text
<!DOCTYPE html>
<html lang="vi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 - Không tìm thấy trang | Cục Hàng không Việt Nam</title>
    <style>
        :root {
            --primary-color: #0056b3; /* Màu xanh của CAA */
            --sky-light: #e0f7fa;
            --text-color: #333;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, var(--sky-light) 0%, #ffffff 100%);
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
        }

        .container {
            max-width: 600px;
            padding: 20px;
            position: relative;
        }

        /* Hiệu ứng mây trôi nền */
        .cloud {
            position: absolute;
            background: #fff;
            border-radius: 50px;
            z-index: -1;
            opacity: 0.8;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .c1 {
            width: 100px;
            height: 40px;
            top: 10%;
            left: 10%;
            animation: float 20s infinite linear;
        }

        .c2 {
            width: 140px;
            height: 60px;
            top: 20%;
            right: 10%;
            animation: float 25s infinite linear reverse;
        }

        /* Số 404 lớn */
        .error-code {
            font-size: 120px;
            font-weight: bold;
            color: var(--primary-color);
            line-height: 1;
            position: relative;
            display: inline-block;
        }

        /* Máy bay bay qua số 0 */
        .plane-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 40px;
            color: #d32f2f; /* Màu đỏ nổi bật */
            transform: translate(-50%, -50%) rotate(-45deg);
            animation: fly 3s ease-in-out infinite;
        }

        h1 {
            font-size: 24px;
            color: var(--text-color);
            margin-top: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .btn-home {
            display: inline-block;
            padding: 12px 30px;
            background-color: var(--primary-color);
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 600;
            transition: background 0.3s;
            text-transform: uppercase;
            box-shadow: 0 4px 6px rgba(0,86,179,0.3);
        }

            .btn-home:hover {
                background-color: #004494;
                transform: translateY(-2px);
            }

        /* Animation */
        @keyframes fly {
            0% {
                transform: translate(-150%, 50%) rotate(0deg) scale(0.5);
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                transform: translate(150%, -150%) rotate(-45deg) scale(1.2);
                opacity: 0;
            }
        }

        @keyframes float {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(20px);
            }

            100% {
                transform: translateX(0);
            }
        }

        /* Radar effect giả lập ở nền số 0 của 404 */
        .radar-ping {
            position: absolute;
            top: 55%;
            left: 50%;
            width: 100px;
            height: 30px;
            background: rgba(0, 86, 179, 0.1);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            animation: ping 2s infinite;
        }

        @keyframes ping {
            0% {
                transform: translate(-50%, -50%) scale(0.5);
                opacity: 1;
            }

            100% {
                transform: translate(-50%, -50%) scale(2);
                opacity: 0;
            }
        }
    </style>
</head>
<body>

    <div class="cloud c1"></div>
    <div class="cloud c2"></div>

    <div class="container">
        <div class="error-code">
            4<span style="position: relative; display:inline-block; width: 0.7em;">
                0
                <div class="radar-ping"></div>
                <div class="plane-icon">✈</div>
            </span>4
        </div>

        <h1>Không tìm thấy tín hiệu</h1>

        <p>
            Xin lỗi, trang bạn đang tìm kiếm không nằm trong lộ trình bay hoặc đã bị di chuyển.<br>
            Vui lòng kiểm tra lại đường dẫn hoặc quay về đài kiểm soát không lưu.
        </p>

        <a href="/" class="btn-home">Quay về Trang Chủ</a>
    </div>

</body>
</html>
~~~

## llms-full

~~~text
<!DOCTYPE html>
<html lang="vi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 - Không tìm thấy trang | Cục Hàng không Việt Nam</title>
    <style>
        :root {
            --primary-color: #0056b3; /* Màu xanh của CAA */
            --sky-light: #e0f7fa;
            --text-color: #333;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, var(--sky-light) 0%, #ffffff 100%);
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
        }

        .container {
            max-width: 600px;
            padding: 20px;
            position: relative;
        }

        /* Hiệu ứng mây trôi nền */
        .cloud {
            position: absolute;
            background: #fff;
            border-radius: 50px;
            z-index: -1;
            opacity: 0.8;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .c1 {
            width: 100px;
            height: 40px;
            top: 10%;
            left: 10%;
            animation: float 20s infinite linear;
        }

        .c2 {
            width: 140px;
            height: 60px;
            top: 20%;
            right: 10%;
            animation: float 25s infinite linear reverse;
        }

        /* Số 404 lớn */
        .error-code {
            font-size: 120px;
            font-weight: bold;
            color: var(--primary-color);
            line-height: 1;
            position: relative;
            display: inline-block;
        }

        /* Máy bay bay qua số 0 */
        .plane-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 40px;
            color: #d32f2f; /* Màu đỏ nổi bật */
            transform: translate(-50%, -50%) rotate(-45deg);
            animation: fly 3s ease-in-out infinite;
        }

        h1 {
            font-size: 24px;
            color: var(--text-color);
            margin-top: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .btn-home {
            display: inline-block;
            padding: 12px 30px;
            background-color: var(--primary-color);
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 600;
            transition: background 0.3s;
            text-transform: uppercase;
            box-shadow: 0 4px 6px rgba(0,86,179,0.3);
        }

            .btn-home:hover {
                background-color: #004494;
                transform: translateY(-2px);
            }

        /* Animation */
        @keyframes fly {
            0% {
                transform: translate(-150%, 50%) rotate(0deg) scale(0.5);
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                transform: translate(150%, -150%) rotate(-45deg) scale(1.2);
                opacity: 0;
            }
        }

        @keyframes float {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(20px);
            }

            100% {
                transform: translateX(0);
            }
        }

        /* Radar effect giả lập ở nền số 0 của 404 */
        .radar-ping {
            position: absolute;
            top: 55%;
            left: 50%;
            width: 100px;
            height: 30px;
            background: rgba(0, 86, 179, 0.1);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            animation: ping 2s infinite;
        }

        @keyframes ping {
            0% {
                transform: translate(-50%, -50%) scale(0.5);
                opacity: 1;
            }

            100% {
                transform: translate(-50%, -50%) scale(2);
                opacity: 0;
            }
        }
    </style>
</head>
<body>

    <div class="cloud c1"></div>
    <div class="cloud c2"></div>

    <div class="container">
        <div class="error-code">
            4<span style="position: relative; display:inline-block; width: 0.7em;">
                0
                <div class="radar-ping"></div>
                <div class="plane-icon">✈</div>
            </span>4
        </div>

        <h1>Không tìm thấy tín hiệu</h1>

        <p>
            Xin lỗi, trang bạn đang tìm kiếm không nằm trong lộ trình bay hoặc đã bị di chuyển.<br>
            Vui lòng kiểm tra lại đường dẫn hoặc quay về đài kiểm soát không lưu.
        </p>

        <a href="/" class="btn-home">Quay về Trang Chủ</a>
    </div>

</body>
</html>
~~~