{"id":7,"date":"2026-01-23T10:16:20","date_gmt":"2026-01-23T10:16:20","guid":{"rendered":"https:\/\/blockvisionnews.com\/?page_id=7"},"modified":"2026-01-23T10:16:20","modified_gmt":"2026-01-23T10:16:20","slug":"trang-chu","status":"publish","type":"page","link":"https:\/\/blockvisionnews.com\/","title":{"rendered":"Trang ch\u1ee7"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"vi\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>BlockVision News &#8211; Tin t\u1ee9c Blockchain &#038; Crypto<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            width: 100%;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: #333;\n            overflow-x: hidden;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            width: 100%;\n            min-height: 100vh;\n            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e22ce 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 60px 20px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            width: 500px;\n            height: 500px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            top: -200px;\n            right: -200px;\n            animation: float 6s ease-in-out infinite;\n        }\n\n        .hero::after {\n            content: '';\n            position: absolute;\n            width: 300px;\n            height: 300px;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 50%;\n            bottom: -100px;\n            left: -100px;\n            animation: float 8s ease-in-out infinite reverse;\n        }\n\n        @keyframes float {\n            0%, 100% {\n                transform: translateY(0px);\n            }\n            50% {\n                transform: translateY(30px);\n            }\n        }\n\n        .hero-content {\n            max-width: 1400px;\n            width: 100%;\n            text-align: center;\n            z-index: 1;\n            color: white;\n        }\n\n        .hero h1 {\n            font-size: 4.5rem;\n            margin-bottom: 20px;\n            font-weight: 800;\n            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);\n            animation: slideDown 1s ease-out;\n        }\n\n        .hero p {\n            font-size: 1.5rem;\n            margin-bottom: 40px;\n            opacity: 0.95;\n            animation: slideUp 1s ease-out;\n        }\n\n        @keyframes slideDown {\n            from {\n                opacity: 0;\n                transform: translateY(-50px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes slideUp {\n            from {\n                opacity: 0;\n                transform: translateY(50px);\n            }\n            to {\n                opacity: 0.95;\n                transform: translateY(0);\n            }\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 18px 45px;\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n            color: white;\n            text-decoration: none;\n            border-radius: 50px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            transition: transform 0.3s, box-shadow 0.3s;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\n        }\n\n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);\n        }\n\n        \/* Features Section *\/\n        .features {\n            width: 100%;\n            background: #ffffff;\n            padding: 100px 20px;\n        }\n\n        .features-container {\n            max-width: 1600px;\n            margin: 0 auto;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 3rem;\n            margin-bottom: 60px;\n            color: #1e3c72;\n            font-weight: 700;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 40px;\n            width: 100%;\n        }\n\n        .feature-card {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            padding: 50px 30px;\n            border-radius: 20px;\n            text-align: center;\n            color: white;\n            transition: transform 0.3s, box-shadow 0.3s;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n        }\n\n        .feature-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);\n        }\n\n        .feature-icon {\n            font-size: 4rem;\n            margin-bottom: 20px;\n        }\n\n        .feature-card h3 {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .feature-card p {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            opacity: 0.95;\n        }\n\n        \/* Latest News Section *\/\n        .latest-news {\n            width: 100%;\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n            padding: 100px 20px;\n        }\n\n        .news-grid {\n            max-width: 1800px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 40px;\n        }\n\n        .news-card {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n\n        .news-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);\n        }\n\n        .news-image {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 5rem;\n        }\n\n        .news-content {\n            padding: 30px;\n        }\n\n        .news-date {\n            color: #7e22ce;\n            font-size: 0.9rem;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n\n        .news-card h3 {\n            font-size: 1.6rem;\n            color: #1e3c72;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .news-card p {\n            color: #666;\n            line-height: 1.6;\n            margin-bottom: 20px;\n        }\n\n        .read-more {\n            display: inline-block;\n            color: #7e22ce;\n            text-decoration: none;\n            font-weight: 600;\n            transition: color 0.3s;\n        }\n\n        .read-more:hover {\n            color: #5b0ea0;\n        }\n\n        \/* Stats Section *\/\n        .stats {\n            width: 100%;\n            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\n            padding: 80px 20px;\n            color: white;\n        }\n\n        .stats-container {\n            max-width: 1600px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 50px;\n            text-align: center;\n        }\n\n        .stat-item h2 {\n            font-size: 4rem;\n            margin-bottom: 10px;\n            font-weight: 800;\n        }\n\n        .stat-item p {\n            font-size: 1.3rem;\n            opacity: 0.9;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n\n            .hero p {\n                font-size: 1.2rem;\n            }\n\n            .section-title {\n                font-size: 2rem;\n            }\n\n            .features-grid,\n            .news-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .stat-item h2 {\n                font-size: 3rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <h1>\ud83d\udd17 BlockVision News<\/h1>\n            <p>N\u1ec1n t\u1ea3ng tin t\u1ee9c Blockchain &#038; Cryptocurrency h\u00e0ng \u0111\u1ea7u Vi\u1ec7t Nam<\/p>\n            <a href=\"#latest\" class=\"cta-button\">Kh\u00e1m ph\u00e1 ngay<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Features Section -->\n    <section class=\"features\">\n        <div class=\"features-container\">\n            <h2 class=\"section-title\">T\u1ea1i sao ch\u1ecdn BlockVision News?<\/h2>\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\u26a1<\/div>\n                    <h3>C\u1eadp nh\u1eadt nhanh ch\u00f3ng<\/h3>\n                    <p>Tin t\u1ee9c blockchain v\u00e0 crypto \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt li\u00ean t\u1ee5c 24\/7, \u0111\u1ea3m b\u1ea3o b\u1ea1n kh\u00f4ng b\u1ecf l\u1ee1 b\u1ea5t k\u1ef3 th\u00f4ng tin quan tr\u1ecdng n\u00e0o.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n                    <h3>Ph\u00e2n t\u00edch chuy\u00ean s\u00e2u<\/h3>\n                    <p>\u0110\u1ed9i ng\u0169 chuy\u00ean gia ph\u00e2n t\u00edch th\u1ecb tr\u01b0\u1eddng, d\u1ef1 \u0111o\u00e1n xu h\u01b0\u1edbng v\u00e0 cung c\u1ea5p g\u00f3c nh\u00ecn to\u00e0n di\u1ec7n v\u1ec1 th\u1ebf gi\u1edbi crypto.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udd12<\/div>\n                    <h3>Th\u00f4ng tin ch\u00ednh x\u00e1c<\/h3>\n                    <p>M\u1ecdi th\u00f4ng tin \u0111\u01b0\u1ee3c ki\u1ec3m ch\u1ee9ng k\u1ef9 l\u01b0\u1ee1ng t\u1eeb ngu\u1ed3n tin uy t\u00edn, \u0111\u1ea3m b\u1ea3o \u0111\u1ed9 ch\u00ednh x\u00e1c v\u00e0 tin c\u1eady cao nh\u1ea5t.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udf0d<\/div>\n                    <h3>C\u1ed9ng \u0111\u1ed3ng to\u00e0n c\u1ea7u<\/h3>\n                    <p>K\u1ebft n\u1ed1i v\u1edbi h\u00e0ng tri\u1ec7u nh\u00e0 \u0111\u1ea7u t\u01b0 v\u00e0 ng\u01b0\u1eddi \u0111am m\u00ea blockchain tr\u00ean to\u00e0n th\u1ebf gi\u1edbi.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcca<\/div>\n                    <h3>D\u1eef li\u1ec7u th\u1eddi gian th\u1ef1c<\/h3>\n                    <p>Theo d\u00f5i bi\u1ebfn \u0111\u1ed9ng gi\u00e1, kh\u1ed1i l\u01b0\u1ee3ng giao d\u1ecbch v\u00e0 c\u00e1c ch\u1ec9 s\u1ed1 quan tr\u1ecdng c\u1ee7a h\u00e0ng ng\u00e0n lo\u1ea1i ti\u1ec1n \u0111i\u1ec7n t\u1eed.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udf93<\/div>\n                    <h3>Ki\u1ebfn th\u1ee9c to\u00e0n di\u1ec7n<\/h3>\n                    <p>T\u1eeb c\u01a1 b\u1ea3n \u0111\u1ebfn n\u00e2ng cao, ch\u00fang t\u00f4i cung c\u1ea5p t\u00e0i nguy\u00ean h\u1ecdc t\u1eadp phong ph\u00fa v\u1ec1 blockchain v\u00e0 crypto.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Latest News Section -->\n    <section class=\"latest-news\" id=\"latest\">\n        <div class=\"features-container\">\n            <h2 class=\"section-title\">Tin t\u1ee9c m\u1edbi nh\u1ea5t<\/h2>\n            <div class=\"news-grid\">\n                <div class=\"news-card\">\n                    <div class=\"news-image\">\u20bf<\/div>\n                    <div class=\"news-content\">\n                        <div class=\"news-date\">23\/01\/2026<\/div>\n                        <h3>Bitcoin v\u01b0\u1ee3t m\u1ed1c $100,000 &#8211; K\u1ef7 nguy\u00ean m\u1edbi c\u1ee7a ti\u1ec1n \u0111i\u1ec7n t\u1eed<\/h3>\n                        <p>Bitcoin \u0111\u00e3 ch\u00ednh th\u1ee9c v\u01b0\u1ee3t qua m\u1ed1c l\u1ecbch s\u1eed $100,000, \u0111\u00e1nh d\u1ea5u m\u1ed9t c\u1ed9t m\u1ed1c quan tr\u1ecdng trong s\u1ef1 ph\u00e1t tri\u1ec3n c\u1ee7a th\u1ecb tr\u01b0\u1eddng ti\u1ec1n \u0111i\u1ec7n t\u1eed to\u00e0n c\u1ea7u&#8230;<\/p>\n                        <a href=\"#\" class=\"read-more\">\u0110\u1ecdc th\u00eam \u2192<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"news-card\">\n                    <div class=\"news-image\">\ud83c\udf10<\/div>\n                    <div class=\"news-content\">\n                        <div class=\"news-date\">22\/01\/2026<\/div>\n                        <h3>Ethereum 3.0 c\u00f4ng b\u1ed1 l\u1ed9 tr\u00ecnh n\u00e2ng c\u1ea5p m\u1edbi<\/h3>\n                        <p>Ethereum Foundation v\u1eeba c\u00f4ng b\u1ed1 k\u1ebf ho\u1ea1ch chi ti\u1ebft cho b\u1ea3n n\u00e2ng c\u1ea5p Ethereum 3.0, h\u1ee9a h\u1eb9n mang \u0111\u1ebfn hi\u1ec7u su\u1ea5t v\u00e0 kh\u1ea3 n\u0103ng m\u1edf r\u1ed9ng v\u01b0\u1ee3t tr\u1ed9i&#8230;<\/p>\n                        <a href=\"#\" class=\"read-more\">\u0110\u1ecdc th\u00eam \u2192<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"news-card\">\n                    <div class=\"news-image\">\ud83c\udfe6<\/div>\n                    <div class=\"news-content\">\n                        <div class=\"news-date\">21\/01\/2026<\/div>\n                        <h3>Ng\u00e2n h\u00e0ng trung \u01b0\u01a1ng ch\u00e2u \u00c2u th\u1eed nghi\u1ec7m Euro k\u1ef9 thu\u1eadt s\u1ed1<\/h3>\n                        <p>ECB \u0111\u00e3 b\u1eaft \u0111\u1ea7u giai \u0111o\u1ea1n th\u1eed nghi\u1ec7m th\u1ef1c t\u1ebf c\u1ee7a \u0111\u1ed3ng Euro k\u1ef9 thu\u1eadt s\u1ed1, \u0111\u00e1nh d\u1ea5u b\u01b0\u1edbc ti\u1ebfn quan tr\u1ecdng trong vi\u1ec7c s\u1ed1 h\u00f3a ti\u1ec1n t\u1ec7&#8230;<\/p>\n                        <a href=\"#\" class=\"read-more\">\u0110\u1ecdc th\u00eam \u2192<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"news-card\">\n                    <div class=\"news-image\">\ud83d\ude80<\/div>\n                    <div class=\"news-content\">\n                        <div class=\"news-date\">20\/01\/2026<\/div>\n                        <h3>DeFi 2.0: Cu\u1ed9c c\u00e1ch m\u1ea1ng t\u00e0i ch\u00ednh phi t\u1eadp trung<\/h3>\n                        <p>C\u00e1c giao th\u1ee9c DeFi th\u1ebf h\u1ec7 m\u1edbi \u0111ang thay \u0111\u1ed5i c\u00e1ch ch\u00fang ta ti\u1ebfp c\u1eadn d\u1ecbch v\u1ee5 t\u00e0i ch\u00ednh, mang \u0111\u1ebfn hi\u1ec7u qu\u1ea3 v\u00e0 b\u1ea3o m\u1eadt cao h\u01a1n&#8230;<\/p>\n                        <a href=\"#\" class=\"read-more\">\u0110\u1ecdc th\u00eam \u2192<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"news-card\">\n                    <div class=\"news-image\">\ud83c\udfa8<\/div>\n                    <div class=\"news-content\">\n                        <div class=\"news-date\">19\/01\/2026<\/div>\n                        <h3>NFT trong Metaverse: T\u01b0\u01a1ng lai c\u1ee7a t\u00e0i s\u1ea3n s\u1ed1<\/h3>\n                        <p>Th\u1ecb tr\u01b0\u1eddng NFT \u0111ang chuy\u1ec3n m\u00ecnh v\u1edbi s\u1ef1 t\u00edch h\u1ee3p s\u00e2u v\u00e0o c\u00e1c n\u1ec1n t\u1ea3ng Metaverse, t\u1ea1o ra nh\u1eefng c\u01a1 h\u1ed9i \u0111\u1ea7u t\u01b0 m\u1edbi ch\u01b0a t\u1eebng c\u00f3&#8230;<\/p>\n                        <a href=\"#\" class=\"read-more\">\u0110\u1ecdc th\u00eam \u2192<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"news-card\">\n                    <div class=\"news-image\">\u2696\ufe0f<\/div>\n                    <div class=\"news-content\">\n                        <div class=\"news-date\">18\/01\/2026<\/div>\n                        <h3>Ch\u00ednh ph\u1ee7 Vi\u1ec7t Nam c\u00f4ng b\u1ed1 khung ph\u00e1p l\u00fd cho Blockchain<\/h3>\n                        <p>B\u1ed9 T\u00e0i ch\u00ednh v\u1eeba c\u00f4ng b\u1ed1 d\u1ef1 th\u1ea3o khung ph\u00e1p l\u00fd to\u00e0n di\u1ec7n cho c\u00f4ng ngh\u1ec7 blockchain v\u00e0 ti\u1ec1n \u0111i\u1ec7n t\u1eed t\u1ea1i Vi\u1ec7t Nam&#8230;<\/p>\n                        <a href=\"#\" class=\"read-more\">\u0110\u1ecdc th\u00eam \u2192<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stats Section -->\n    <section class=\"stats\">\n        <div class=\"stats-container\">\n            <div class=\"stat-item\">\n                <h2>5M+<\/h2>\n                <p>Ng\u01b0\u1eddi d\u00f9ng ho\u1ea1t \u0111\u1ed9ng<\/p>\n            <\/div>\n            <div class=\"stat-item\">\n                <h2>10K+<\/h2>\n                <p>B\u00e0i vi\u1ebft \u0111\u00e3 xu\u1ea5t b\u1ea3n<\/p>\n            <\/div>\n            <div class=\"stat-item\">\n                <h2>150+<\/h2>\n                <p>Qu\u1ed1c gia<\/p>\n            <\/div>\n            <div class=\"stat-item\">\n                <h2>24\/7<\/h2>\n                <p>C\u1eadp nh\u1eadt li\u00ean t\u1ee5c<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>BlockVision News &#8211; Tin t\u1ee9c Blockchain &#038; Crypto \ud83d\udd17 BlockVision News N\u1ec1n t\u1ea3ng tin t\u1ee9c Blockchain &#038; Cryptocurrency h\u00e0ng \u0111\u1ea7u Vi\u1ec7t Nam Kh\u00e1m ph\u00e1 ngay T\u1ea1i sao ch\u1ecdn BlockVision News? \u26a1 C\u1eadp nh\u1eadt nhanh ch\u00f3ng Tin t\u1ee9c blockchain v\u00e0 crypto \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt li\u00ean t\u1ee5c 24\/7, \u0111\u1ea3m b\u1ea3o b\u1ea1n kh\u00f4ng b\u1ecf l\u1ee1 b\u1ea5t k\u1ef3 th\u00f4ng [&#8230;]\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blockvisionnews.com\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blockvisionnews.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blockvisionnews.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blockvisionnews.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blockvisionnews.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":1,"href":"https:\/\/blockvisionnews.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":9,"href":"https:\/\/blockvisionnews.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/9"}],"wp:attachment":[{"href":"https:\/\/blockvisionnews.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}