<!DOCTYPE html>
<html lang="vi">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Báo Người Lao Động: Tin tức mới nhất 24h, tin nhanh, nóng nhất</title>
    <meta name="description" content="Đọc báo Người Lao Động - Cập nhật 24h tin tức mới nhất, tin nhanh thời sự, tin nóng nhất trong nước và quốc tế hàng ngày. Thông tin kinh tế, xã hội, pháp luật, giáo dục, lao động, việc làm, điểm thi...">
    <meta name="keywords" content="thời sự trong nước, thời sự quốc tế, pháp luật, Trường Sa, Hoàng Sa, biển đảo, tranh chấp, xem điểm thi, trực tuyến, kinh tế, kinh doanh, doanh nghiệp, doanh nghiệp việt nam, thể thao, giải trí, việc làm, lao động, điểm chuẩn, tuyển sinh, giáo dục, xã hội, tình yêu hôn nhân, pháp luật , vụ án, thể thao, sức khỏe, tin tức thời sự, tin tức mới, báo, đọc báo, điểm nóng, tin tức mới, tin mới nhất">
    <meta name="news_keywords" content="thời sự trong nước, thời sự quốc tế, pháp luật, Trường Sa, Hoàng Sa, biển đảo, tranh chấp, xem điểm thi, trực tuyến, kinh tế, kinh doanh, doanh nghiệp, doanh nghiệp việt nam, thể thao, giải trí, việc làm, lao động, điểm chuẩn, tuyển sinh, giáo dục, xã hội, tình yêu hôn nhân, pháp luật , vụ án, thể thao, sức khỏe, tin tức thời sự, tin tức mới, báo, đọc báo, điểm nóng, tin tức mới, tin mới nhất">
    <meta property="og:title" content="Báo Người Lao Động: Tin tức mới nhất 24h, tin nhanh, nóng nhất">
    <meta property="og:description" content="Đọc báo Người Lao Động - Cập nhật 24h tin tức mới nhất, tin nhanh thời sự, tin nóng nhất trong nước và quốc tế hàng ngày. Thông tin kinh tế, xã hội, pháp luật, giáo dục, lao động, việc làm, điểm thi...">
    <meta property="og:type" content="article" />
    <meta property="og:url" content="https://nld.com.vn/" />
    <meta property="og:image" content="https://static.mediacdn.vn/nld/web_images/nld1200x630.jpg" />
    <meta property="og:image:type" content="image/jpg" />
    <meta property="og:image:width" content="600" />
    <meta property="og:image:height" content="315" />
    <meta property="twitter:image" content="https://static.mediacdn.vn/nld/web_images/nld1200x630.jpg" />
    <meta property="twitter:card" content="summary_large_image" />
    <link rel="canonical" href="https://nld.com.vn/"/>
    <link rel="alternate" type="application/rss+xml" href="https://nld.com.vn/rss/home.rss" title="Báo Người Lao Động: Tin tức mới nhất 24h, tin nhanh, nóng nhất"/>
    <meta prefix="fb: http://ogp.me/ns/fb#" property="fb:app_id" content="1082878705098560" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="REFRESH" content="1800"/>
    <meta name="robots" content="max-image-preview:large,index, follow"/>
    <meta name="Language" content="vi"/>
    <meta name="distribution" content="Global"/>
    <meta name="revisit-after" content="1 days"/>
    <meta name="GENERATOR" content="https://nld.com.vn">
    <meta name="RATING" content="GENERAL"/>
    <meta name="site_path" content="https://nld.com.vn">
    <meta name="author" content="NLD.COM.VN">
    <meta name="og:site_name" content="Báo Người Lao Động Online">
    <meta name="copyright" content="Copyright (c) by Báo Người Lao Động – NLD.COM.VN"/>
    <meta http-equiv="x-dns-prefetch-control" content="on"/>
    <link rel="dns-prefetch" href="https://static.mediacdn.vn">
    <link rel="dns-prefetch" href="https://nld.mediacdn.vn">
    <link rel="dns-prefetch" href="https://videothumbs.mediacdn.vn/">
    <link rel="dns-prefetch" href="https://videothumbs-ext.mediacdn.vn/">
    <link rel="shortcut icon" href="https://static.mediacdn.vn/nld/web_images/nld32.png" type="image/png"/>
    <link rel="manifest" href="/manifest.json"/>
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta name="apple-mobile-web-app-title" content="Báo Người Lao Động">
    <link rel="apple-touch-icon" href="https://static.mediacdn.vn/nld/web_images/nld512.png">
    <meta name="theme-color" content="#0959ab" />
        <script>
        function getMeta(t) { let e = document.getElementsByTagName("meta"); for (let n = 0; n < e.length; n++)if (e[n].getAttribute("name") === t) return e[n].getAttribute("content"); return "" }

        function loadJsAsync(jsLink, callback, callbackEr, isNotAsync) {
            var scriptEl = document.createElement("script");
            scriptEl.type = "text/javascript";
            scriptEl.async = true;

            if (isNotAsync)
                scriptEl.async = false;

            if (typeof callback == "function") {
                scriptEl.onreadystatechange = scriptEl.onload = function() {
                    callback();
                }
                ;
            }
            scriptEl.src = jsLink;
            if (typeof callbackEr != "undefined") {
                scriptEl.setAttribute('onerror', callbackEr);
            }
            if (scriptEl) {
                var _scripts = document.getElementsByTagName("script");
                var checkappend = false;
                for (var i = 0; i < _scripts.length; i++) {
                    if (_scripts[i].src == jsLink)
                        checkappend = true
                }
                if (!checkappend) {
                    var head = document.getElementsByTagName('head')[0];
                    head.appendChild(scriptEl);
                }
            }
        }
        function loadCss(t) {
            var e = document.getElementsByTagName("head")[0], s = document.createElement("link");
            s.rel = "stylesheet", s.type = "text/css", s.href = t, s.media = "all", e.appendChild(s)
        }

        var hdUserAgent = getMeta("uc:useragent");
        var isLightHouse = hdUserAgent.includes("not-allow-ads");
        var isNotAllow3rd = hdUserAgent.includes("not-allow-ads");
        var isNotAllowAds = hdUserAgent.includes("not-allow-ads");
        var pageSettings = {
            Domain: "https://nld.com.vn",
            sharefbApiDomain: "https://sharefb.cnnd.vn",
            videoplayer: "https://vcplayer.mediacdn.vn",
            VideoToken: "L3NlY3VyZS92ZXJpZnkveHZxcmNhZGhlYmZpMHY1dm5zM2Ywd3d3a3Y2MDdkMDgvMTAwMTkyL2V5SmhiR2NpT2lKSVV6STFOaUlzSW5SNWNDSTZJa3BYVkNKOS5leUp5WldZaU9pSWlMQ0poY0hCclpYa2lPaUo0ZG5GeVkyRmthR1ZpWm1rd2RqVjJibk16WmpCM2QzZHJkall3TjJRd09DSXNJbkJzWVhsbGNpSTZJakV3TURFNU1pSXNJbWxuYm05eVpVVjRjR2x5WVhScGIyNGlPblJ5ZFdVc0ltbGhkQ0k2TVRZeE5EYzBNRFkxTnl3aVpYaHdJam94TmpFME56UXdOemMzZlEudXhsLXFOcUpsTzFlODFjR3lBY2xfR0l2VE9FWU5TRTYxN3g5dmxfOGIzbw==",
            commentSiteName: "nld",
            DomainUtils: "https://utils3.cnnd.vn",
            imageDomain: "https://nld.mediacdn.vn",
            DomainApiVote: "https://eth.cnnd.vn",
            allowAds: true && !isLightHouse,
            allow3rd: true && !isLightHouse,
            DomainUtils2: "https://util8.cnnd.vn",
            DOMAIN_API_NAME_SPACE:'nld',
            sDomain:"https://util8.cnnd.vn/api",
            DomainSport5: "https://sport5s.cnnd.vn",
            
            ajaxDomain: "https://comment.nld.com.vn",
            domainIdNld:  "https://ids4nld1.nld.com.vn",
            domainIdNldApi:  "https://ids4nld3.cnnd.vn",
            paymentLive:  "1",
            DomainApiComment: "https://eth1.cnnd.vn",
            apiUtilities: "https://util8.cnnd.vn",
            apiSignal: 'https://signalr6.cnnd.vn'
        }
        var SDomain = pageSettings.ajaxDomain;
    </script>

                            <link rel="preload" href="https://nld.mediacdn.vn/zoom/536_335/291774122806476800/2025/4/22/53bc806f7acfc99190de-1745301315936659225618-36-0-1636-2560-crop-174530161516423053921.jpg" as="image" fetchpriority="high">            <link rel="preload" href="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/4/22/vang-sjc-1718156572340955942027-0-125-1440-2429-crop-17453060159751060518794.jpg" as="image" fetchpriority="high">            <link rel="preload" href="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/4/22/edit-videocapture20250422-091006-1745289345815518222673-0-0-1080-1728-crop-17452893612611757562648.jpeg" as="image" fetchpriority="high">        <link href="https://static.mediacdn.vn/nld.com.vn/web_css/20250117/nld.home.min.css?v4" rel="stylesheet">

    <!-- GOOGLE SEARCH STRUCTURED DATA FOR ARTICLE -->
    <script type="application/ld+json">
      {
        "@context" : "http://schema.org",
        "@type": "WebSite",
        "name":"Báo Người Lao Động: Tin tức mới nhất 24h, tin nhanh, nóng nhất",
        "alternateName": "Đọc báo Người Lao Động - Cập nhật 24h tin tức mới nhất, tin nhanh thời sự, tin nóng nhất trong nước và quốc tế hàng ngày. Thông tin kinh tế, xã hội, pháp luật, giáo dục, lao động, việc làm, điểm thi...",
        "url":"https://nld.com.vn"
      }
    </script>
    <script type="application/ld+json">
        {
        "@context": "http://schema.org",
        "@type": "Organization",
        "name":"Báo Người Lao Động Online",
        "url": "https://nld.com.vn",
         "logo": "https://static.mediacdn.vn/nld/web_images/nld32.png",
        "email": "mailto: mailto:toasoan@nld.com.vn",
        "sameAs":[
                        "https://www.facebook.com/nguoilaodong"
                                ,"https://www.youtube.com/channel/UCzkyOx_0O1pGOqHiUMOe2KQ"
                                ],
            "contactPoint": [{
                "@type": "ContactPoint",
                "telephone": "+842839306262",
        "contactType": "customer service"
        }],
        "address": {
            "@type": "PostalAddress",
            "addressLocality": "Quận 3",
            "addressRegion": "TPHCM",
            "addressCountry": "Việt Nam",
            "postalCode":"700000",
            "streetAddress": "127 Võ Văn Tần"
            }
        }
    </script>
    <script type="text/javascript">var _ADM_Channel = '%2fhome%2f';</script>





    <style>
    [data-marked-zoneid="nld_home_euro"] .txt-title{
        display: none;
    }
    [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-top .item{
        width: 100%;
    }
    [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd{
        margin-bottom: 0;
    }
    [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content {
        padding: 10px;
        height: 235px;
        overflow-y: scroll;
        scrollbar-color: #969696;
        scrollbar-width: thin;
    }
     [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content::-webkit-scrollbar {
        width: 8px; }
     [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content::-webkit-scrollbar-track {
        background: #E8E8E8;
        border-radius: 8px; }
     [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content::-webkit-scrollbar-thumb {
        background: #969696;
        border-radius: 8px; }
     [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content::-webkit-scrollbar-thumb:hover {
        background: #555;
     }
    [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .team .item,
    [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .time-match{
        font-size: 14px;
    }
    [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .date-time{
        width: 100%;
        font-weight: bold;
        margin-bottom: 5px;
    }
    [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row{
        flex-wrap: wrap;
        padding: 12px 0;
    }
    [data-marked-zoneid="nld_home_euro"]  .list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row .team .item{
        margin-bottom: 8px;
    }
    [data-marked-zoneid="nld_home_euro"] .list__tt-bxh-ltd .box-content .table-rltd .box-content-middle .row:first-child {
        padding-top: 0 !important;
    }
    [data-marked-zoneid="nld_home_euro"] .box-category[data-layout="16"] .box-category-middle .box-content-main {
        grid-template-columns: 300px 560px;
    }
    [data-marked-zoneid="nld_home_euro"] .box-category[data-layout="16"] .box-category-middle .box-content-sub{
        display: none;
    }

    </style>
    <script>
    if (pageSettings.allow3rd) {
        loadJsAsync("https://media1.admicro.vn/core/adm_tracking.js");
    }
    if (pageSettings.allow3rd) {
        (function () {
            var img = new Image();
            var pt = (document.location.protocol == "https:" ? "https:" : "http:");
            img.src = pt + '//lg1.logging.admicro.vn/ftest?url=' + encodeURIComponent(document.URL);
            var img1 = new Image();
            img1.src = pt + '//amcdn.vn/ftest?url=' + encodeURIComponent(document.URL);
        })();
        (function(a, b, d, c, e) { a[c] = a[c] || [];
            a[c].push({ "atm.start": (new Date).getTime(), event: "atm.js" });
            a = b.getElementsByTagName(d)[0]; b = b.createElement(d); b.async = !0;
            b.src = "//deqik.com/tag/corejs/" + e + ".js"; a.parentNode.insertBefore(b, a)
        })(window, document, "script", "atmDataLayer", "ATMDLI290OGLR");
    }
</script>
    <!-- Global site tag (gtag.js) - Google Analytics -->
<script>
    var page_title = document.title;
    var tracked_url = window.location.pathname + window.location.search + window.location.hash;
        if (pageSettings.allow3rd) {
        if (pageSettings.allow3rd) {
            loadJsAsync("https://www.googletagmanager.com/gtag/js?id=UA-4263013-16");
            loadJsAsync("https://www.googletagmanager.com/gtag/js?id=G-9ST72G8Y5E");
        }
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'UA-4263013-16', {
            'page_title' : page_title,
            'page_location': pageSettings.Domain + tracked_url,
            'page_path': tracked_url
        });

        gtag('config', 'G-9ST72G8Y5E', {
            'page_title' : page_title,
            'page_location': pageSettings.Domain + tracked_url,
            'page_path': tracked_url
        });
    }
</script>

    <script>
        var arfAsync = arfAsync || [];
        if (pageSettings.allow3rd) {
            //adBlock Firefox
            loadJsAsync('https://static.amcdn.vn/tka/cdn.js');
            loadJsAsync('https://media1.admicro.vn/cms/Arf.min.js',"", callbackEr = "window.arferrorload = true;");
        }
    </script>

    <style>
        .banner-top {min-height: 90px;}  .header__mega-menu {z-index: 9999;}  .m-90 {min-height: 90px;}
        .bor-ad {border-bottom: 1px solid #EBEBEB;padding-bottom: 20px;margin-bottom: 20px;}
        .box-category[data-layout="13"] .box-category-top .box-category-menu .box-category-menu-item {margin-left: 8px;}
        .box_weather {z-index: 99999;}
        .box-category-item .box-category-link-title[data-newstype="8"]:before {content: '' !important;width: 42px !important;display: inline-block !important;margin-right: 8px !important;background: url(https://static.mediacdn.vn/nld.com.vn/images/livev122.png) no-repeat !important;background-size: contain !important;height: 18px !important; filter: contrast(1000%) !important;margin-bottom: -4px !important; position: unset !important;
            left: unset !important;
            top: unset !important;
            border-radius: unset !important;}
            .home__ns-vietlo .box-content .box1 .list-value .item:last-child {
                color: #faa61a;
                border-color: #faa61a;
                position: relative;
            }
            .home__ns-vietlo .box-content .box1 .list-value .item:last-child:before {
                content: '|';
                position: absolute;
                left: -8px;
                color: #333;
            }
            a.item-st.fb.sendsocial {
                background: #1877f2;
                color: #fff;
                cursor: pointer;
                font-family: Helvetica,Arial,sans-serif;
                -webkit-font-smoothing: antialiased;
                margin: 0;
                position: relative;
                -webkit-user-select: none;
                white-space: nowrap;
                font-size: 11px;
                padding: 0 6px;
                border-radius: 4px;
                font-weight: 700;
                display: inline-block;
            }
            a.item-st.fb.sendsocial.big {
                font-size: 13px;
                padding: 4px 10px;
            }
        .box-category[data-layout="8"] .box-category-middle .box-category-item .box-category-link-title,
        .box-category[data-layout="2"] .box-category-middle .box-category-item .box-category-link-title,
        .box-category[data-layout="1"] .box-category-middle .box-category-item .box-category-link-title{
            max-height: inherit;
        }
      .box-banner-mv img {
          border-radius: none;
      }
    </style>
    <style>
    @media (max-width: 1124px) {
        body{
            max-width: 100%;
            min-width: inherit;
        }
        .header__top-flex{
            flex-wrap: wrap;
            gap: 16px;
        }
        .header__top-hl{width: 100%;}
        .header__top-list{
            margin-left: 0;
        }
        .header__top-list .item:first-child{margin-left: 0;}
        .header__n-flex .nav-link{
            white-space: nowrap;
            padding: 0 6px;
        }
        .header__n-flex{
            overflow: auto;
        }
        .header__n-flex::-webkit-scrollbar{width: 0; height: 0;}
        .header__revip{font-size: 14px;}
        .header__middle-other{display: none;}

        .box-category[data-layout="1"] .box-category-middle{
            grid-gap: 30px 16px;
            grid-template-columns: 1fr 1fr;
        }
        .box-category[data-layout="1"] .box-category-middle .box-category-item:first-child{
            grid-column: 1/3;
        }
        .home__fmain {
            width: calc(100% - 320px);
        }
        .home__fsub {
            width: 300px;
            margin-left: 20px;
        }
        #box-test-stream .box-category-item-layout{
            flex-wrap: wrap;
            gap: 16px;
        }
        #box-test-stream .box-category-item-layout .box-category-link-with-avatar{
            width: 100% !important;
            margin-right: 0 !important;
        }
        .box-category[data-layout="6"] .box-category-middle .box-category-item .box-category-item-layout .box-category-content{
            width: 100%;
        }
        .box-category[data-layout="6"] .box-category-middle .box-category-item[data-type="2"] .box-category-content .box-content-bot .box-bot-item .box-bot-content{
            width: 100%;
        }
        .box-category[data-layout="6"] .box-category-middle .box-category-item[data-type="2"] .box-category-content .box-content-bot .box-bot-item .box-bot-link-with-avatar{display: none;}
        .home__ns-vietlo .box-content .list-value .item{margin-right: 8px;}
        .box-category[data-layout="15"] .box-category-middle{
            grid-template-columns: 50% 1fr 1fr 1fr;
            grid-gap: 10px;
        }
        .box-category[data-layout="16"] .box-category-middle{flex-wrap: wrap;}
        .box-category[data-layout="16"] .box-category-middle .box-content-main{width: 100%;}
        .box-category[data-layout="16"] .box-category-middle .box-content-sub{
            width: 100%;
            margin-top: 30px;
            padding-left: 0;
            margin-left: 0;
            border-left: none;
        }
        .box-category[data-layout="16"] .box-category-middle .box-category-item{
            display: flex;
            flex-wrap: wrap;
        }
        .box-category[data-layout="16"] .box-category-middle .box-category-item h2{
            width: 100%;
        }
        .box-category[data-layout="16"] .box-category-middle .box-category-item .box-category-link-with-avatar{
            width: 160px;
            margin-bottom: 0;
        }
        .box-category[data-layout="16"] .box-category-middle .box-category-item .box-category-content{
            width: calc(100% - 160px);
            padding-left: 10px;
        }

        .box-category[data-layout="19"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar{
            width: 50%;
        }
        .box-category[data-layout="19"] .box-category-middle .box-category-item:first-child .box-category-content{
            width: 50%;
        }
        .list__news-sub{
            width: 300px;
            margin-left: 20px;
        }
        .list__news-main {
            width: calc(100% - 320px);
        }
        .detail__sticky{
            width: 72px;
            margin-right: 20px;
        }

        .detail__main{
            width: calc(100% - 72px);
        }
        .detail__cmain-sub{margin-left: 20px;}
        .detail__cmain-main {
            width: calc(100% - 320px);
        }
        .detail__news-sub{margin-left: 20px;}
        .detail__news-main {
            width: calc(100% - 320px);
        }
        #nld_detail_readmore{max-width: 100%;}
        #nld_detail_dungbolo{max-width: 100%;}

        .footer__nav{
            padding-bottom: 0;
            overflow: auto;
            gap: 10px;
        }


        .detail__image-content{
            max-width: 100%;
            margin-left: 0;
        }
        .detail-container-full .VCSortableInPreviewMode.alignCenterOverflow{
            max-width: 100%;
            margin: 0;
        }
        .layout__breadcrumb .box-breadcrumb{
            flex-wrap: wrap;
            gap: 16px;
        }
        .footer__nav .nav-link{white-space: nowrap;}
    }

    @media (max-width: 820px) {
        .home__fv{padding: 30px 16px;}
        .box-make-sticky{
            max-width: 100%;
            width: 544px !important;
        }
        .header__logo{
            width: 240px;
        }
        .detail__sticky{

            margin-right: 0px;
        }
        .header__logo img{height: auto;}
        .header__mid-right .nocation,.header__user,.header__search{margin-right: 10px;}
        .header__search{width: 132px;}
        .box-category[data-layout="2"] .box-category-middle .box-category-item{padding: 0 10px;}
        .box-category[data-layout="2"] .box-category-middle .box-category-item .box-category-link-title{
            font-size: 14px;
            line-height: 1.4;
        }
        .box-category[data-layout="2"] .box-category-middle .box-category-item .box-category-sapo{font-size: 13px;}
        .box-category[data-layout="6"] .box-category-middle .box-category-item .box-category-item-layout{
            flex-wrap: wrap;
            gap: 16px;
        }
        .home__news-sub{
            width: 560px;
            margin-left: 15px;
            padding-left: 15px;
        }
        .home__news-main{
            width: calc(100% - 575px);
        }
        .home__ns-vietlo .box-content .list-value .item{
            margin-right: 6px;
        }
        .box-category[data-layout="15"] .box-category-middle .box-category-item .box-category-link-title{
            font-size: 12px;
        }
        .box-category[data-layout="16"] .box-category-middle .box-content-main .box-category-item:first-child .box-category-link-with-avatar{
            width: 50%;
            margin-bottom: 0;
        }
        .box-category[data-layout="16"] .box-category-middle .box-content-main .box-category-item:first-child .box-category-content{
            width: 50%;
        }
        .box-category[data-layout="16"] .box-category-middle .box-content-main{
            grid-template-columns: 1fr;

        }
        .box-category[data-layout="16"] .box-category-middle .box-content-main .box-category-item:first-child{
            margin-bottom: 20px;
        }
        .box-category[data-layout="12"] .box-category-top .box-category-menu .box-category-menu-item{
            white-space: nowrap;
        }
        .box-category[data-layout="12"] .box-category-middle .box-content-main .box-category-item .box-category-link-title{
            font-size: 13px;
        }
        .box-category[data-layout="16"] .box-category-top .box-category-menu .box-category-menu-item{
            margin-left: 7px;
            font-size: 12px;
        }

        .box-category[data-layout="18"] .box-category-top{
            flex-wrap: wrap;
            gap: 10px;
        }
        .box-category[data-layout="18"] .box-category-top .title-category{
            width: 100%;
        }
        .box-category[data-layout="19"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar{
            width: 100%;
        }
        .box-category[data-layout="19"] .box-category-middle .box-category-item:first-child .box-category-content{
            width: 100%;
        }
        .box-category[data-layout="19"] .box-category-middle .box-category-item:first-child{
            flex-wrap: wrap;

        }
        .list__focus-sub{margin-left: 20px;}
        .list__focus-main {
            width: calc(100% - 320px);
        }
        .box-category[data-layout="20"] .box-category-middle .box-category-item .box-category-link-with-avatar{width: 220px;}
        .box-category[data-layout="19"] .box-category-middle .box-category-item .box-category-link-title{
            font-size: 14px;
        }
        .box-breadcrumb-sub{margin-left: auto;}
        .layout__breadcrumb .box-breadcrumb-sub a{
            font-size: 14px;
            margin-left: 12px;
        }
        #nld_detail_readmore .box-category[data-layout="20"] .box-category-middle .box-category-item .box-category-link-with-avatar{width: 220px !important;}
        #nld_detail_dungbolo .box-category[data-layout="27"] .box-category-middle .box-category-item .box-category-link-title{
            font-size: 14px !important;
        }
        .box-category[data-layout="27"] .box-category-middle .box-category-item .box-category-link-title{font-size: 14px;}
        .detail__cmain-main .social-top,.box-category[data-layout="27"] .box-category-top{
            flex-wrap: wrap;
            gap: 16px;
        }
        .box-category[data-layout="26"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar{
            width: 150px;
        }
        .box-category[data-layout="26"] .box-category-middle .box-category-item:first-child .box-category-content {
            width: calc(100% - 150px);
        }
    }
</style>

</head>
<body>
<div class="banner-top">
    <zone id="lmdnovit"></zone>
    <script>
        if (pageSettings.allow3rd) arfAsync.push("lmdnovit");
    </script>

</div>
    <header class="header">
    <div class="header__layout">
        <div class="header__top">
            <div class="container">
                <div class="header__top-flex">
                    <div class="header__top-hl">
                        <span class="tex">HOTLINE: 0903.343.439</span>
                        <span class="tex">- HOTLINE Phát hành: 0819.123.127 - </span>
                        <a href="/dat-bao.htm" class="tex under" title="ĐẶT MUA BÁO">ĐẶT MUA BÁO</a>
                    </div>
                    <div class="header__top-list">






                        <a href="/ly-tuong-song.htm" title="Lý tưởng sống" class="item">
                                <span class="icon">
                                    <img src="https://static.mediacdn.vn/nld.com.vn/image/ic-lts-pc.svg" alt="icon"  width="20" height="20">
                                </span>
                            Lý tưởng sống
                        </a>
                        <a href="/noi-thang.htm" title="Nói thẳng" class="item">
                                <span class="icon">
                                    <img src="https://static.mediacdn.vn/nld.com.vn/image/ic-noi-thang-pc.svg" alt="icon"  width="20" height="20">

                                </span>
                            Nói thẳng
                        </a>
                        <a href="/doc-quyen.htm" title="Tin độc quyền" class="item">
                                <span class="icon">

                                    <img src="https://static.mediacdn.vn/nld.com.vn/image/ic-tin-dq.svg" alt="icon" width="20" height="20">
                                </span>
                            Tin độc quyền
                        </a>
                        <a href="https://thitruong.nld.com.vn/" title="Thị trường" target="_blank" rel="nofollow"
                            class="item">
                                <span class="icon">
                                    <img src="https://static.mediacdn.vn/nld.com.vn/image/ic-thi-truong.svg" alt="icon" width="20" height="20">

                                </span>
                            Thị trường
                        </a>
                    </div>
                    <div class="header__top-social">
                        <a href="https://www.facebook.com/nguoilaodong" rel="nofollow" target="_blank" title="Facebook"
                            class="item">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/ic-fb-top-pc.svg" alt="Facebook" width="20" height="20">
                        </a>
                        <a href="https://www.youtube.com/channel/UCzkyOx_0O1pGOqHiUMOe2KQ?sub_confirmation=1"
                            title="Youtube" target="_blank" rel="nofollow" class="item">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/ic-yt-top-pc.svg" alt="Youtube" width="20" height="20">
                        </a>
                        <a href="https://zalo.me/4417973660626754335" target="_blank" rel="nofollow" class="item"
                            title="Zalo">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-zalo-top-pc.svg" alt="Zalo" width="20" height="20">
                        </a>
                        <a href="/rss.htm" class="item" title="Rss">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/ic-rss-top-pc.svg" alt="Rss" width="20" height="20">
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <div class="header__middle">
            <div class="container">
                <div class="header__middle-flex">
                                                    <h1>
                                <a href="/" class="header__logo" title="Báo Người Lao Động: Tin tức mới nhất 24h, tin nhanh, nóng nhất">
                                    <img src="https://static.mediacdn.vn/nld.com.vn/image/logo-nld.png"
                                        class="logo-img" width="262" height="40">
                                </a>
                            </h1>
                        

                    <div class="header__middle-other">
                        <div class="time datetimenow" style="min-width: 123px;"></div>
                            <div class="weather">
                            <div class="box-weather">
                                <div class="label-weather">
                                    <div class="content">
                                        <span class="icon" id="divWeatherImage">
                                        </span>
                                        <span class="value" id="divWeather"></span>
                                        <span class="add" id="divWeatherLocation"></span>
                                        <span class="down">
                                            <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-weather-down.svg" alt="xem thêm"
                                                title="xem thêm" width="9" height="6">
                                        </span>
                                    </div>
                                </div>
                                <div class="box_weather">
                                    <input class="search_city" placeholder="Nhập tên tỉnh thành...">
                                    <div >
                                        <div class="itemWeather label " value="2347719">An Giang</div>
                                        <div class="itemWeather label" value="20070078" >Bình Dương</div>
                                        <div class="itemWeather label" value="20070086" >
                                            Bình Phước
                                        </div>
                                        <div class="itemWeather label" value="2347731" >
                                            Bình Thuận
                                        </div>
                                        <div class="itemWeather label" value="2347730" >
                                            Bình Định
                                        </div>
                                        <div class="itemWeather label" value="20070081" >
                                            Bạc Liêu
                                        </div>
                                        <div id="insert-item-weather"></div>
                                    </div>


                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="header__mid-right">
                        <a href="/tin-24h.htm" class="nocation" title="24h qua">
                                <span class="icon">
                                    <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-24h.svg" alt="icon" width="20" height="24">
                                </span>
                            24h qua
                        </a>
                        <div class="header__search box-search">
                            <input class="btn-search txt-search" placeholder="Tìm kiếm" id="txt-search"/>
                            <a class="btn-submit btn-search-a" aria-label="btn-search" href="javascript:;"
                                rel="nofollow">
                                <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-search1.svg?v4" alt="Tìm kiếm" width="22" height="23">
                            </a>
                        </div>
                        <div class="loginform">
                            <a class="header__user" href="javascript:;" rel="nofollow" id="head_login" title="Đăng nhập"
                                data-atc="login">
                                <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-user-login.svg" alt="Đăng nhập" width="30" height="31">
                            </a>
                            <div class="h_login" id="head_islogin" style="display: none;">
                                <div class="h_name">
                                    <a href="/thong-tin-tai-khoan.htm" title="Thông tin tài khoản" data-gift="icon">
                                        <img class="logousertop"
                                            src="https://static.mediacdn.vn/nld/images/userdefaultlogin_v2.svg"
                                            alt="icon">
                                    </a>


                                    <div class="forminfotop">
                                        <div class="notifyheader" data-atc="hidewithlogin">
                                            <div class="notifymain">
                                                <div class="closenotifyheader">
                                                    <img src="https://static.mediacdn.vn/nld.com.vn/image/closenotifyheader.svg" alt="Đóng">
                                                </div>
                                                <p class="ntf_quote">Bạn chưa đăng nhập. Hãy đăng nhập để đồng bộ gói
                                                                     dịch vụ vào tài khoản của bạn</p>
                                                <p class="ntf_descript">Bạn vừa nạp <span data-orderinfo="price"></span>đ
                                                                        để mua gói dich vụ. Để an toàn hơn, NLĐ khuyến nghị bạn đăng ký tài
                                                                        khoản hoặc đăng nhập ngay để đồng bộ gói dịch vụ vào tài khoản
                                                </p>
                                                <div class="isnotlogin" data-atc="hidewithlogin">
                                                    <a data-atc="register" href="javascript:;" rel="nofollow"
                                                        title="Đăng ký">
                                                        <img src="https://static.mediacdn.vn/nld.com.vn/image/isnotlogin.svg" alt="icon" width="40" height="40" class="img-header">
                                                        <span>Đăng ký tài khoản</span>
                                                    </a>
                                                    Hoặc

                                                    <div data-atc="login">
                                                        <img src="https://static.mediacdn.vn/nld.com.vn/image/notifymain-login.svg"
                                                            alt="icon" width="40" height="40" class="img-header">
                                                        <span>Đăng nhập ngay</span>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="logininfo">
                                    <div class="u_name">
                                        <img data-uinfo="avatar"
                                            src="https://static.mediacdn.vn/nld/images/userdefaultlogin_v2.svg"
                                            alt="thông tin tài khoản">
                                        <a href="/thong-tin-tai-khoan/tong-quan.htm" title="thông tin tài khoản"
                                            id="head_u_name"></a>
                                    </div>
                                    <ul>
                                        <li>
                                            <a href="/thong-tin-tai-khoan/tong-quan.htm" title="Tổng quan">Tổng quan</a>
                                        </li>
                                        <li>
                                            <a href="/thong-tin-tai-khoan.htm" title="Thông tin tài khoản">Thông tin tài
                                                                                                           khoản</a>
                                        </li>
                                        <li data-atc="renewpay">
                                            <a href="javascript:;" rel="nofollow" title="Gia hạn gói VIP">Gia hạn gói
                                                                                                          VIP</a>
                                        </li>
                                        <li>
                                            <a href="/thong-tin-tai-khoan/quan-ly-qua-tang.htm" title="Quản lý quà tặng"
                                                data-gift="count">Quản lý quà tặng</a>
                                        </li>
                                        <li>
                                            <a href="/thong-tin-tai-khoan/lich-su-giao-dich.htm"
                                                title="Lịch sử giao dịch">Lịch
                                                                          sử giao dịch</a>
                                        </li>
                                        <li>
                                            <a href="javascript:;" id="head_logout" title="Đăng xuất">Đăng xuất</a>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                        <a href="/dang-ky-danh-cho-ban-doc-vip.htm" class="header__revip userexpire"
                            title="Đăng ký gói bạn đọc VIP">
                                <span class="icon">
                                   <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-doc-vip.svg" alt="icon" width="24" height="25">
                                </span>
                            <span data-uinfo="expiredDate">Đăng ký gói bạn đọc VIP</span>
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <div class="header__bottom">
            <div class="header__nav">
                <div class="container">
                    <div class="header__n-flex header__set_nav">
                        <a href="/" class="nav-link" title="Trang chủ">
                            <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M17.7313 9.48406L10.5526 2.9429C10.2375 2.65574 9.76235 2.65577 9.44738 2.94287L2.26869 9.48409C2.01628 9.71409 1.93291 10.0685 2.05622 10.3869C2.17956 10.7053 2.47987 10.911 2.82134 10.911H3.9679V17.4648C3.9679 17.7246 4.17859 17.9353 4.43843 17.9353H8.37323C8.63307 17.9353 8.84376 17.7246 8.84376 17.4648V13.4855H11.1563V17.4648C11.1563 17.7246 11.367 17.9353 11.6268 17.9353H15.5615C15.8213 17.9353 16.032 17.7247 16.032 17.4648V10.911H17.1788C17.5202 10.911 17.8205 10.7052 17.9439 10.3869C18.067 10.0684 17.9837 9.71409 17.7313 9.48406Z" fill="white"></path>
                                <path d="M17.3875 2.33057H13.4375L17.9756 6.29351V2.89539C17.9756 2.58346 17.7123 2.33057 17.3875 2.33057Z" fill="white"></path>
                            </svg>
                        </a>
                        <a href="/thoi-su.htm" class="nav-link" title="Thời sự">Thời sự</a>
                        <a href="/quoc-te.htm" class="nav-link" title="Quốc tế">Quốc tế</a>
                        <a href="/lao-dong.htm" class="nav-link" title="Lao động">Lao động</a>
                        <a href="/ban-doc.htm" class="nav-link" title="Bạn đọc">Bạn đọc</a>
                        <a href="/net-zero.htm" class="nav-link" title="Net Zero">Net Zero</a>
                        <a href="/kinh-te.htm" class="nav-link" title="Kinh tế">Kinh tế</a>
                        <a href="/suc-khoe.htm" class="nav-link" title="Sức khỏe">Sức khỏe</a>
                        <a href="/giao-duc-khoa-hoc.htm" class="nav-link" title="Giáo dục">Giáo dục</a>
                        <a href="/phap-luat.htm" class="nav-link" title="Pháp luật">Pháp luật</a>
                        <a href="/van-hoa-van-nghe.htm" class="nav-link" title="Văn hóa - Văn nghệ">Văn hóa - Văn
                                                                                                    nghệ</a>
                        <a href="/giai-tri.htm" class="nav-link" title="Giải trí">Giải trí</a>
                        <a href="/the-thao.htm" class="nav-link" title="Thể thao">Thể thao</a>
                        <a href="/ai-365.htm" class="nav-link" title="AI 365">AI 365</a>

                        <a href="https://phunu.nld.com.vn/" class="nav-link" target="_blank" rel="nofollow"
                            title="Phụ nữ">Phụ nữ</a>
                        <a href="/gia-dinh.htm" class="nav-link" title="Gia đình">Gia đình</a>
                        <a href="https://diaoc.nld.com.vn" class="nav-link" title="Địa ốc" target="_blank"
                            rel="nofollow">Địa ốc</a>
                        <div class="btn-menu">
                                <span class="icon-bar">
                                    <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                                        <circle cx="2.66668" cy="8.33171" r="1.33333" transform="rotate(-90 2.66668 8.33171)" fill="white"></circle>
                                        <circle cx="8.00002" cy="8.33171" r="1.33333" transform="rotate(-90 8.00002 8.33171)" fill="white"></circle>
                                        <ellipse cx="13.3333" cy="8.33171" rx="1.33333" ry="1.33333" transform="rotate(-90 13.3333 8.33171)" fill="white"></ellipse>
                                    </svg>
                                </span>
                            <span class="icon-close">
                                <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path fill-rule="evenodd" clip-rule="evenodd" d="M4.72383 5.1562C4.98418 4.89585 5.40629 4.89585 5.66664 5.1562L11 10.4895C11.2603 10.7499 11.2603 11.172 11 11.4323C10.7396 11.6927 10.3175 11.6927 10.0572 11.4323L4.72383 6.09901C4.46348 5.83866 4.46348 5.41655 4.72383 5.1562Z" fill="white"></path>
                                <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8938 5.1562C10.6335 4.89585 10.2114 4.89585 9.95104 5.1562L4.61771 10.4895C4.35736 10.7499 4.35736 11.172 4.61771 11.4323C4.87806 11.6927 5.30017 11.6927 5.56052 11.4323L10.8938 6.09901C11.1542 5.83866 11.1542 5.41655 10.8938 5.1562Z" fill="white"></path>
                                </svg>
                            </span>
                        </div>
                    </div>
                </div>
            </div>
            <div class="header__mega-menu">
                <div class="header__mega-scroll">
                    <div class="container">
                        <div class="header__mm-flex">
                            <div class="header__mm-cate" data-marked-zoneid="nld_menu_b1">
    <div class="box">
        <a href="/thoi-su.htm" class="title" title="Thời sự">Thời sự</a>
        <div class="list">
            <a href="/thoi-su/chinh-tri.htm" class="item" title="Chính trị">Chính trị</a>
            <a href="/thoi-su/xa-hoi.htm" class="item" title="Xã hội">Xã hội</a>
            <a href="/thoi-su/do-thi.htm" class="item" title="Đô thị">Đô thị</a>
        </div>
    </div>
    <div class="box">
        <a href="/quoc-te.htm" class="title" title="Quốc tế">Quốc tế</a>
        <div class="list">
            <a href="/quoc-te/nguoi-viet-do-day.htm" class="item" title="Người Việt đó đây">Người Việt đó đây</a>
            <a href="/quoc-te/hay-la.htm" class="item" title="Hay - lạ">Hay - lạ</a>
            <a href="/quoc-te/van-de-nong.htm" class="item" title="Vấn đề nóng">Vấn đề nóng</a>
            <a href="/quoc-te/ho-so.htm" class="item" title="Hồ sơ">Hồ sơ</a>
            <a href="/quoc-te/quan-su-quoc-phong.htm" class="item" title="Quân sự - Quốc phòng">Quân sự - Quốc phòng</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/lao-dong.htm" class="title" title="Lao động">Lao động</a>
        <div class="list">
            <a href="/lao-dong/cong-doan-cong-nhan.htm" class="item" title="Công đoàn - Công nhân">Công đoàn - Công nhân</a>
            <a href="/lao-dong/viec-lam.htm" class="item" title="Việc làm">Việc làm</a>
            <a href="/lao-dong/an-sinh-xa-hoi.htm" class="item" title="An sinh xã hội">An sinh xã hội</a>
            <a href="/lao-dong/chinh-sach.htm" class="item" title="Chính sách">Chính sách</a>
            <a href="/lao-dong/xuat-khau-lao-dong.htm" class="item" title="Xuất khẩu lao động">Xuất khẩu lao động</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/ban-doc.htm" class="title" title="Bạn đọc">Bạn đọc</a>
        <div class="list">
            <a href="/ban-doc/cuoc-song-nhan-ai.htm" class="item" title="Cuộc sống nhân ái">Cuộc sống nhân ái</a>
            <a href="/ban-doc/toi-len-tieng.htm" class="item" title="Tôi lên tiếng">Tôi lên tiếng</a>
            <a href="/ban-doc/goc-anh-ban-doc.htm" class="item" title="Góc ảnh bạn đọc">Góc ảnh bạn đọc</a>
            <a href="/ban-doc/thu-ban-doc.htm" class="item" title="Thư bạn đọc">Thư bạn đọc</a>
            <a href="/ban-doc/nha-o-xa-hoi.htm" class="item" title="Nhà ở xã hội">Nhà ở xã hội</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/net-zero.htm" class="title" title="Net Zero">Net Zero</a>
        <div class="list">
            <a href="/net-zero/tin-tuc-xu-huong.htm" class="item" title="Tin tức & Xu hướng">Tin tức & Xu hướng</a>
            <a href="/net-zero/chuyen-doi-xanh.htm" class="item" title="Chuyển đổi xanh">Chuyển đổi xanh</a>
            <a href="/net-zero/song-xanh.htm" class="item" title="Sống xanh">Sống xanh</a>
            <a href="/net-zero/cam-nang.htm" class="item" title="Cẩm nang">Cẩm nang</a>
        </div>
    </div>
    <div class="box">
        <a href="/kinh-te.htm" class="title" title="Kinh tế">Kinh tế</a>
        <div class="list">
            <a href="/kinh-te/kinh-doanh.htm" class="item" title="Kinh doanh">Kinh doanh</a>
            <a href="/kinh-te/tieu-dung.htm" class="item" title="Tiêu dùng">Tiêu dùng</a>
            <a href="/kinh-te/oto-xe-dien-may.htm" class="item" title="Ôtô - Xe - Điện máy">Ôtô - Xe - Điện máy</a>
            <a href="/kinh-te/bat-dong-san.htm" class="item" title="Bất động sản">Bất động sản</a>
            <a href="/kinh-te/tai-chinh-chung-khoan.htm" class="item" title="Tài chính – Chứng khoán">Tài chính – Chứng khoán</a>
            <a href="/kinh-te/dien-dan-kinh-te.htm" class="item" title="Diễn đàn kinh tế">Diễn đàn kinh tế</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/suc-khoe.htm" class="title" title="Sức khỏe">Sức khỏe</a>
        <div class="list">
            <a href="/suc-khoe/chuyen-dong-y-hoc.htm" class="item" title="Chuyển động y học">Chuyển động y học</a>
            <a href="/suc-khoe/gioi-tinh.htm" class="item" title="Giới tính">Giới tính</a>
            <a href="/suc-khoe/bac-si-cua-ban.htm" class="item" title="Bác sĩ của bạn">Bác sĩ của bạn</a>
            <a href="/suc-khoe/khoe-va-dep.htm" class="item" title="Khỏe &amp; đẹp">Khỏe &amp; đẹp</a>
        </div>
    </div>
    <div class="box">
        <a href="/giao-duc-khoa-hoc.htm" class="title" title="Giáo dục">Giáo dục</a>
        <div class="list">
            <a href="/giao-duc-khoa-hoc/du-hoc.htm" class="item" title="Du học">Du học</a>
            <a href="/giao-duc-khoa-hoc/tuyen-sinh.htm" class="item" title="Tuyển sinh">Tuyển sinh</a>
            <a href="/giao-duc-khoa-hoc/sau-buc-giang.htm" class="item" title="Sau bục giảng">Sau bục giảng</a>
        </div>
    </div>
    <div class="box">
        <a href="/phap-luat.htm" class="title" title="Pháp luật">Pháp luật</a>
        <div class="list">
            <a href="/phap-luat/luat-su-cua-ban.htm" class="item" title="Luật sư của bạn">Luật sư của bạn</a>
            <a href="/phap-luat/truy-na.htm" class="item" title="Truy nã">Truy nã</a>
            <a href="/phap-luat/chuyen-phap-dinh.htm" class="item" title="Chuyện pháp đình">Chuyện pháp đình</a>
        </div>
    </div>
    <div class="box">
        <a href="/van-hoa-van-nghe.htm" class="title" title="Văn hóa - Văn nghệ">Văn hóa - Văn nghệ</a>
        <div class="list">
            <a href="/van-hoa-van-nghe/am-nhac.htm" class="item" title="Âm nhạc">Âm nhạc</a>
            <a href="/van-hoa-van-nghe/van-hoc.htm" class="item" title="Văn học">Văn học</a>
            <a href="/van-hoa-van-nghe/san-khau.htm" class="item" title="Sân khấu">Sân khấu</a>
            <a href="/van-hoa-van-nghe/dien-anh.htm" class="item" title="Điện ảnh">Điện ảnh</a>
            <a href="/van-hoa-van-nghe/nghe-xem-doc-gi.htm" class="item" title="Nghe -  Xem – Đọc gì?">Nghe -  Xem – Đọc gì?</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/giai-tri.htm" class="title" title="Giải trí">Giải trí</a>
        <div class="list">
            <a href="/giai-tri/hau-truong-showbiz.htm" class="item" title="Hậu trường showbiz">Hậu trường showbiz</a>
            <a href="/giai-tri/chuyen-cua-sao.htm" class="item" title="Chuyện của sao">Chuyện của sao</a>
        </div>
    </div>
    <div class="box">
        <a href="/the-thao.htm" class="title" title="Thể thao">Thể thao</a>
        <div class="list">
            <a href="/the-thao/asean-cup-2024.htm" class="item" title="ASEAN Cup 2024">ASEAN Cup 2024</a>
            <a href="/the-thao/bong-da.htm" class="item" title="Bóng đá">Bóng đá</a>
            <a href="/the-thao/golf.htm" class="item" title="Golf">Golf</a>
            <a href="/the-thao/hau-truong.htm" class="item" title="Hậu trường">Hậu trường</a>
            <a href="/the-thao/cac-mon-khac.htm" class="item" title="Các môn khác">Các môn khác</a>
            <a href="/the-thao/tennis.htm" class="item" title="Tennis">Tennis</a>
            <a href="/the-thao/marathon.htm" class="item" title="Marathon">Marathon</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/ai-365.htm" class="title" title="AI 365">AI 365</a>
        <div class="list">
            <a href="/ai-365/cong-nghe-so.htm" class="item" title="Công nghệ số">Công nghệ số</a>
            <a href="/ai-365/bao-mat.htm" class="item" title="Bảo mật">Bảo mật</a>
            <a href="/ai-365/mang-xa-hoi.htm" class="item" title="Mạng xã hội">Mạng xã hội</a>
            <a href="/ai-365/giai-tri-cung-ai.htm" class="item" title="Giải trí cùng AI">Giải trí cùng AI</a>
        </div>
    </div>
    <div class="box">
        <a href="/du-lich-xanh.htm" class="title" title="Du lịch xanh">Du lịch xanh</a>
        <div class="list">
            <a href="/du-lich-xanh/tieu-diem.htm" class="item" title="Tiêu điểm">Tiêu điểm</a>
            <a href="/du-lich-xanh/diem-den.htm" class="item" title="Điểm đến">Điểm đến</a>
            <a href="/du-lich-xanh/am-thuc.htm" class="item" title="Ẩm thực">Ẩm thực</a>
            <a href="/du-lich-xanh/dung-bo-lo.htm" class="item" title="Đừng bỏ lỡ">Đừng bỏ lỡ</a>
        </div>
    </div>
    <div class="box">
        <a href="https://phunu.nld.com.vn/" class="title" title="Chuyên trang Phụ nữ" target="_blank" rel="nofollow">Phụ nữ</a>
        <div class="list">
            <a href="https://phunu.nld.com.vn/lam-dep.htm" class="item" title="Khoẻ - Đẹp" target="_blank" rel="nofollow">Khoẻ - Đẹp</a>
            <a href="https://phunu.nld.com.vn/tam-su.htm" class="item" title="Tâm sự" target="_blank" rel="nofollow">Tâm sự</a>
            <a href="https://phunu.nld.com.vn/chuyen-cua-sao.htm" class="item" title="Chuyện của Sao" target="_blank" rel="nofollow">Chuyện của Sao</a>
            <a href="https://phunu.nld.com.vn/mon-ngon.htm" class="item" title="Món ngon" target="_blank" rel="nofollow">Món ngon</a>
            <a href="https://phunu.nld.com.vn/diem-den.htm" class="item" title="Điểm đến" target="_blank" rel="nofollow">Điểm đến</a>
            <a href="https://phunu.nld.com.vn/tieu-dung-thong-minh.htm" class="item" title="Tiêu dùng thông minh" target="_blank" rel="nofollow">Tiêu dùng thông minh</a>
            <a href="https://phunu.nld.com.vn/video-clip.htm" class="item" title="Video" target="_blank" rel="nofollow">Video</a>
            <a href="https://phunu.nld.com.vn/chuyen-trang-phu-nu/ban-linh-song.htm" class="item" title="Bản lĩnh sống" target="_blank" rel="nofollow">Bản lĩnh sống</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/gia-dinh.htm" class="title" title="Gia đình">Gia đình</a>
        <div class="list">
            <a href="/gia-dinh/bi-quyet-lam-dep.htm" class="item" title="Bí quyết làm đẹp">Bí quyết làm đẹp</a>
            <a href="/gia-dinh/cha-me-va-con-cai.htm" class="item" title="Cha mẹ và con cái">Cha mẹ và con cái</a>
            <a href="/gia-dinh/khong-gian-song.htm" class="item" title="Không gian sống">Không gian sống</a>
        </div>
    </div>
    <div class="box">
        <a href="https://diaoc.nld.com.vn" class="title" title="Địa ốc" target="_blank" rel="nofollow">Địa ốc</a>
        <div class="list">
            <a href="https://diaoc.nld.com.vn/du-an.htm" class="item" title="Dự án" target="_blank" rel="nofollow">Dự án</a>
            <a href="https://diaoc.nld.com.vn/thi-truong-nha-dat.htm" class="item" title="Thị trường" target="_blank" rel="nofollow">Thị trường</a>
            <a href="https://diaoc.nld.com.vn/nha-dep.htm" class="item" title="Nhà đẹp" target="_blank" rel="nofollow">Nhà đẹp</a>
            <a href="https://diaoc.nld.com.vn/doanh-nghiep-doanh-nhan.htm" class="item" title="Doanh nhân" target="_blank" rel="nofollow">Doanh nhân</a>
            <a href="https://diaoc.nld.com.vn/so-hoa.htm" class="item" title="Số hóa" target="_blank" rel="nofollow">Số hóa</a>
            <a href="https://diaoc.nld.com.vn/vat-tu.htm" class="item" title="Vật tư" target="_blank" rel="nofollow">Vật tư</a>
            <a href="https://diaoc.nld.com.vn/tai-chinh-bds.htm" class="item" title="Tài chính" target="_blank" rel="nofollow">Tài chính</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/truy-vet-mang-xa-hoi.htm"  class="title" title="Truy vết mạng xã hội">Truy vết mạng xã hội</a>
    </div>
    <div class="box">
        <a href="/hoi-nong-dap-nhanh.htm"  class="title" title="Hỏi nóng đáp nhanh">Hỏi nóng đáp nhanh</a>
    </div>
    <div class="box">
        <a href="/doi-song.htm"  class="title" title="Đời sống">Đời sống</a>
    </div>
    <div class="box">
        <a href="/khoa-hoc.htm" class="title" title="Khoa học">Khoa học</a>
    </div>
    <div class="box">
        <a href="https://maivang.nld.com.vn/guong-mat-ung-vien.htm" target="_blank" class="title" title="Giải mai vàng" rel="nofollow">Giải mai vàng</a>
    </div>
    <div class="box">
        <a href="/vung-mien.htm"  class="title" title="Vùng miền">Vùng miền</a>
    </div>
    <div class="box">
        <a href="/nguoi-viet-yeu-su-viet.htm"  class="title" title="Người Việt yêu sử Việt">Người Việt yêu sử Việt</a>
    </div>
    <div class="box">
        <a href="/danh-cho-ban-doc-vip.htm"  class="title" title="Dành cho bạn đọc VIP">Dành cho bạn đọc VIP</a>
        <div class="list">
            <a href="/danh-cho-ban-doc-vip/tieu-diem-quoc-te.htm" class="item" title="Tiêu điểm quốc tế">Tiêu điểm quốc tế</a>
            <a href="/danh-cho-ban-doc-vip/chuyen-thuong-truong.htm" class="item" title="Chuyện thương trường">Chuyện thương trường</a>
            <a href="/danh-cho-ban-doc-vip/bi-quyet-cuoc-song.htm" class="item" title="Bí quyết cuộc sống">Bí quyết cuộc sống</a>
            <a href="/danh-cho-ban-doc-vip/ho-so-nong.htm" class="item" title="Hồ sơ &quot;nóng&quot;">Hồ sơ "nóng"</a>
            <a href="/danh-cho-ban-doc-vip/doc-la-do-day.htm" class="item" title="&quot;Độc&quot;, lạ đó đây">"Độc", lạ đó đây</a>
        </div>
        <a href="javascript:;" class="view-more" title="xem thêm">xem thêm</a>
    </div>
    <div class="box">
        <a href="/euro-2024.htm"  class="title" title="Euro 2024">Euro 2024</a>
    </div>

</div>


                            <div class="header__mm-right">
                                <div class="box" data-marked-zoneid="nld_menu_media">
                                    <a href="/video.htm" class="item" title="Video">
                                            <span class="icon">
                                                <svg width="20" height="21" viewBox="0 0 20 21" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <rect y="0.331543" width="20" height="20" rx="4" fill="#EAF4FF"/>
                                                    <path
                                                        d="M12.9187 9.83246C13.5124 10.2283 13.5124 11.1007 12.9187 11.4966L7.53963 15.0826C6.87508 15.5256 5.98493 15.0492 5.98493 14.2505L5.98493 7.07848C5.98493 6.27978 6.87508 5.80339 7.53963 6.24643L12.9187 9.83246Z"
                                                        fill="#005BB2"/>
                                                </svg>
                                            </span>
                                        Video
                                    </a>
                                    <a href="/photo.htm" class="item" title="Photo">
                                            <span class="icon">
                                                <svg width="20" height="21" viewBox="0 0 20 21" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <rect y="0.331543" width="20" height="20" rx="4" fill="#EAF4FF"/>
                                                    <g clip-path="url(#clip0_1310_7953)">
                                                        <path
                                                            d="M6.80605 13.7785C5.91629 13.7785 5.12569 13.2355 4.83867 12.426L4.8204 12.3662C4.75256 12.152 4.72386 11.9727 4.72386 11.7909V8.17432L3.37487 12.4684C3.20266 13.101 3.59666 13.7561 4.25941 13.9304L12.8491 16.1273C12.9561 16.1547 13.0631 16.1671 13.17 16.1671C13.7232 16.1671 14.2294 15.8159 14.3703 15.3003L14.8713 13.781H6.80605V13.7785Z"
                                                            fill="#005BB2"/>
                                                        <path
                                                            d="M8.33249 8.20903C8.94567 8.20903 9.44404 7.7333 9.44404 7.14797C9.44404 6.56265 8.94567 6.08691 8.33249 6.08691C7.71932 6.08691 7.22095 6.56514 7.22095 7.15046C7.22095 7.73579 7.71932 8.20903 8.33249 8.20903Z"
                                                            fill="#005BB2"/>
                                                        <path
                                                            d="M15.2785 4.49805H6.94452C6.1774 4.49805 5.5564 5.09334 5.5564 5.82313V11.6565C5.5564 12.3862 6.18001 12.9815 6.94452 12.9815H15.2785C16.043 12.9815 16.6666 12.3862 16.6666 11.6565V5.82313C16.6666 5.09334 16.043 4.49805 15.2785 4.49805ZM6.94452 5.55911H15.2785C15.4325 5.55911 15.5551 5.67866 15.5551 5.82313V9.58914L13.7991 7.6339C13.6138 7.42468 13.3424 7.31508 13.0528 7.30761C12.7658 7.3101 12.4944 7.43215 12.3118 7.64137L10.2479 10.0051L9.57466 9.36497C9.19371 9.00132 8.57531 9.00132 8.19697 9.36497L6.66272 10.827V5.82063C6.66533 5.67866 6.79058 5.55911 6.94452 5.55911Z"
                                                            fill="#005BB2"/>
                                                    </g>
                                                    <defs>
                                                        <clipPath id="clip0_1310_7953">
                                                            <rect width="13.3333" height="11.6667" fill="white"
                                                                transform="translate(3.33325 4.49805)"/>
                                                        </clipPath>
                                                    </defs>
                                                </svg>


                                            </span>
                                        Photo
                                    </a>
                                    <a href="/longform.htm" class="item" title="Longform">
                                            <span class="icon">
                                                <svg width="20" height="21" viewBox="0 0 20 21" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <rect y="0.331543" width="20" height="20" rx="4" fill="#EAF4FF"/>
                                                    <path
                                                        d="M11.5906 10.3519C11.5906 12.1741 11.5906 13.9963 11.5906 15.8185C11.5906 16.151 11.5761 16.1602 11.2189 16.1602C10.3887 16.1602 9.5633 16.1602 8.73307 16.1602C8.44346 16.1602 8.40967 16.1328 8.40967 15.864C8.40967 12.1741 8.40967 8.48412 8.40967 4.79416C8.40967 4.52538 8.44346 4.49805 8.73307 4.49805C9.57778 4.49805 10.4225 4.49805 11.2672 4.49805C11.5665 4.49805 11.5906 4.52538 11.5906 4.81693C11.5906 6.66192 11.5906 8.5069 11.5906 10.3519Z"
                                                        fill="#005BB2"/>
                                                    <path
                                                        d="M12.6477 12.3382C12.6477 11.1629 12.6477 9.98754 12.6477 8.80766C12.6477 8.51611 12.667 8.50244 12.9808 8.50244C13.8158 8.50244 14.6509 8.50244 15.4908 8.50244C15.7949 8.50244 15.8287 8.52977 15.8287 8.80766C15.8287 11.1583 15.8287 13.5135 15.8335 15.8641C15.8335 16.0691 15.7707 16.1694 15.5294 16.1648C14.6702 16.1557 13.811 16.1557 12.947 16.1648C12.7056 16.1694 12.6429 16.0737 12.6477 15.8641C12.6525 14.6888 12.6477 13.5135 12.6477 12.3382Z"
                                                        fill="#005BB2"/>
                                                    <path
                                                        d="M7.34769 13.9962C7.34769 14.6203 7.34286 15.2399 7.35252 15.864C7.35734 16.0735 7.28977 16.1646 7.05325 16.1646C6.19405 16.1555 5.33004 16.1555 4.47084 16.1646C4.25363 16.1646 4.16675 16.0872 4.16675 15.8822C4.17157 14.6203 4.17157 13.363 4.16675 12.1011C4.16675 11.8916 4.25846 11.8232 4.47084 11.8232C5.33004 11.8324 6.19405 11.8324 7.05325 11.8232C7.27046 11.8232 7.35252 11.8961 7.35252 12.1011C7.34286 12.7343 7.34769 13.3676 7.34769 13.9962Z"
                                                        fill="#005BB2"/>
                                                </svg>

                                            </span>
                                        Longform
                                    </a>
                                    <a href="/infographic.htm" class="item" title="Infographic">
                                            <span class="icon">
                                                <svg width="20" height="21" viewBox="0 0 20 21" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <rect y="0.331543" width="20" height="20" rx="4" fill="#EAF4FF"/>
                                                    <g clip-path="url(#clip0_1310_5449)">
                                                        <path
                                                            d="M13.6582 6.67284C14.1409 6.67284 14.5982 6.67284 15.0505 6.67284C15.5535 6.67284 15.8279 6.93707 15.8279 7.43504C15.833 9.83341 15.833 12.2267 15.8279 14.6251C15.8228 15.5245 15.1826 16.1596 14.2832 16.1596C11.6003 16.1647 8.91733 16.1698 6.22932 16.1596C5.05554 16.1546 4.17648 15.2704 4.17139 14.0966C4.16123 11.1546 4.16631 8.21756 4.17139 5.28057C4.17139 4.76736 4.4407 4.49805 4.959 4.49805C7.60127 4.49805 10.2435 4.49805 12.8858 4.49805C13.4041 4.49805 13.6633 4.76736 13.6633 5.28565C13.6582 5.73788 13.6582 6.18504 13.6582 6.67284ZM8.93257 6.67284C8.05859 6.67284 7.18969 6.67284 6.3157 6.67284C5.93969 6.67284 5.79233 6.8202 5.79233 7.19622C5.79233 8.02447 5.78725 8.85272 5.79233 9.68605C5.79233 10.0468 5.93969 10.1891 6.30554 10.1891C8.03826 10.1891 9.77607 10.1891 11.5088 10.1891C11.8899 10.1891 12.0271 10.0519 12.0271 9.67081C12.0271 8.84764 12.0271 8.02955 12.0271 7.20638C12.0271 6.81004 11.8899 6.67284 11.4935 6.67284C10.645 6.67284 9.78623 6.67284 8.93257 6.67284ZM13.6582 7.49601C13.6582 8.19215 13.6582 8.8578 13.6582 9.52345C13.6582 11.2155 13.6582 12.9076 13.6582 14.5997C13.6582 14.9655 13.8411 15.2247 14.146 15.3161C14.6236 15.4533 15.0098 15.1129 15.0149 14.5489C15.0149 12.2724 15.0149 9.99601 15.0149 7.71959C15.0149 7.64845 15.0047 7.57223 14.9996 7.49601C14.5525 7.49601 14.1206 7.49601 13.6582 7.49601ZM8.93257 11.2816C8.05351 11.2816 7.17444 11.2816 6.29538 11.2816C6.08196 11.2816 5.9092 11.3273 5.8279 11.5509C5.72119 11.8456 5.92952 12.0946 6.29538 12.0946C8.03826 12.0997 9.78115 12.0946 11.524 12.0946C11.8391 12.0946 12.0322 11.932 12.0322 11.6881C12.0322 11.4391 11.8492 11.2867 11.524 11.2867C10.6602 11.2816 9.79639 11.2816 8.93257 11.2816ZM7.8655 12.9076C7.33196 12.9076 6.79843 12.9025 6.26489 12.9076C5.98034 12.9076 5.80249 13.06 5.79741 13.2989C5.79233 13.5377 5.98034 13.7155 6.26997 13.7155C7.31164 13.7206 8.35331 13.7206 9.39497 13.7155C9.69477 13.7155 9.86245 13.5478 9.85737 13.2938C9.84721 13.0499 9.68461 12.9127 9.38989 12.9076C8.88176 12.9076 8.37363 12.9076 7.8655 12.9076Z"
                                                            fill="#005BB2"/>
                                                        <path
                                                            d="M11.2093 7.50098C11.2093 8.13106 11.2093 8.73573 11.2093 9.36073C9.67984 9.36073 8.16053 9.36073 6.62598 9.36073C6.62598 8.74081 6.62598 8.13106 6.62598 7.50098C8.15037 7.50098 9.66968 7.50098 11.2093 7.50098Z"
                                                            fill="#005BB2"/>
                                                    </g>
                                                    <defs>
                                                        <clipPath id="clip0_1310_5449">
                                                            <rect width="11.6667" height="11.6667" fill="white"
                                                                transform="translate(4.16675 4.49805)"/>
                                                        </clipPath>
                                                    </defs>
                                                </svg>

                                            </span>
                                        Infographic
                                    </a>
                                </div>

                                <div class="list-sub" data-marked-zoneid="nld_menu_feature">



















                                    
                                    <a href="/ly-tuong-song.htm" class="item" title="Lý tưởng sống">
                                            <span class="icon">
                                                <svg width="24" height="25" viewBox="0 0 24 25" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <path
                                                        d="M13.584 14.7453L12.0001 19.3713L10.4087 14.7235V14.0321V13.5274L9.90404 13.5322C8.60258 13.5444 7.79591 13.2717 7.33081 13.0235C7.29659 13.0052 7.26411 12.987 7.23331 12.969C7.33109 12.8791 7.42918 12.7705 7.52412 12.6396C7.99751 11.9868 8.37001 10.8141 8.32094 8.6908C8.27474 6.68989 8.71402 5.6045 9.17994 4.99746C9.63601 4.40323 10.1645 4.20086 10.5106 4.06831L13.584 14.7453ZM13.584 14.7453V14.0063V13.4906L14.099 13.5065L14.0991 13.5066L14.0993 13.5066L14.0993 13.5066L14.0995 13.5066M13.584 14.7453L14.0995 13.5066M16.7226 12.9587C16.621 12.8654 16.5169 12.754 16.4159 12.6216C15.9488 12.0089 15.5945 11.0092 15.7516 9.41321L15.7516 9.41315C15.8958 7.94887 15.7962 6.6417 15.4147 5.75116C15.227 5.31304 14.9818 5.00012 14.6874 4.80538C14.3987 4.61432 14.0225 4.51012 13.5175 4.55652L13.2552 4.58062L13.0898 4.38125C13.0894 4.38091 13.0891 4.38048 13.0886 4.37998C13.0854 4.37644 13.0785 4.36898 13.068 4.35835C13.0468 4.33704 13.0113 4.30334 12.9615 4.26305C12.8618 4.18225 12.7074 4.07703 12.4992 3.9909C12.0949 3.82368 11.4471 3.71074 10.53 4.06086L16.7226 12.9587ZM16.7226 12.9587C16.3109 13.1838 15.8133 13.324 15.3328 13.406C14.9892 13.4647 14.6771 13.4899 14.451 13.5003C14.3383 13.5055 14.2479 13.507 14.1869 13.5072C14.1564 13.5074 14.1332 13.5071 14.1184 13.5069L14.1024 13.5066L14.0995 13.5066M16.7226 12.9587L14.0995 13.5066"
                                                        stroke="#454545"/>
                                                    <path
                                                        d="M19.1624 20.8316H12.712L14.7828 18.2833L15.6837 18.352L16.4381 18.4094L16.1953 17.693L15.7604 16.4097L17.75 17.3905C17.7501 17.3906 17.7502 17.3906 17.7502 17.3907C18.2946 17.66 18.6809 18.1725 18.7891 18.7687C18.7891 18.7687 18.7891 18.7688 18.7891 18.7689L19.1624 20.8316ZM6.2502 17.3905L8.25185 16.4026L7.80601 17.6898L7.55658 18.4099L8.31645 18.352L9.21735 18.2833L11.2882 20.8316H4.83784L5.2111 18.7689C5.21111 18.7688 5.21113 18.7687 5.21114 18.7687C5.31934 18.1724 5.70557 17.66 6.24999 17.3907C6.25006 17.3906 6.25013 17.3906 6.2502 17.3905Z"
                                                        stroke="#454545"/>
                                                </svg>

                                            </span>
                                        Lý tưởng sống
                                    </a>
                                    <a href="/noi-thang.htm" class="item" title="Nói thẳng">
                                            <span class="icon">
                                                <svg width="24" height="25" viewBox="0 0 24 25" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <path
                                                        d="M16.7901 4.46327L16.7901 4.46275C16.8085 3.51908 16.5095 3.07357 16.2199 2.92132C15.931 2.76944 15.3966 2.77569 14.633 3.32771L14.6324 3.32812L11.5545 5.5466C11.2615 5.76199 10.8866 5.88857 10.5306 5.94301C10.1727 5.99773 9.77904 5.98796 9.43764 5.87871L9.43384 5.8775L9.43385 5.87748L6.48418 4.90759C6.4841 4.90757 6.48403 4.90754 6.48396 4.90752C6.48392 4.90751 6.48388 4.90749 6.48385 4.90748C5.62244 4.62498 5.1171 4.77528 4.88149 5.00813C4.64526 5.2416 4.48841 5.74727 4.75742 6.61386C4.75746 6.61398 4.7575 6.6141 4.75753 6.61422L5.76695 9.84236C5.76699 9.84248 5.76703 9.84261 5.76707 9.84273C5.88449 10.216 5.87666 10.6417 5.79684 11.0216C5.71693 11.4019 5.55282 11.7937 5.29903 12.0886L5.29896 12.0887L3.31965 14.3879C3.31952 14.388 3.31939 14.3882 3.31926 14.3884C2.56842 15.2645 2.52958 15.8388 2.66259 16.1096C2.79569 16.3807 3.27407 16.7008 4.42461 16.6431L16.7901 4.46327ZM16.7901 4.46327L16.7201 8.25289L16.7901 4.46327ZM7.76461 16.4731L4.42495 16.6431L14.1363 20.0658C13.8424 21.1834 13.3922 21.5432 13.0943 21.5881C12.7972 21.6329 12.2625 21.4226 11.6554 20.4398C11.6554 20.4398 11.6554 20.4398 11.6554 20.4398L9.89586 17.5905C9.89575 17.5903 9.89564 17.5901 9.89554 17.5899C9.6766 17.2344 9.32885 16.9517 8.96587 16.7627C8.60273 16.5737 8.17445 16.4527 7.76506 16.4731L7.76461 16.4731ZM14.9055 17.1292L14.1365 20.0654L16.7201 8.25327C16.7133 8.61231 16.8209 8.9932 16.9787 9.31914C17.1359 9.64373 17.3681 9.96612 17.6603 10.1827L20.138 12.061L20.1388 12.0616C20.8638 12.6088 21.0284 13.1099 20.9713 13.4363C20.9139 13.7639 20.5869 14.1816 19.7201 14.4555C19.7199 14.4556 19.7197 14.4556 19.7195 14.4557L16.4908 15.4653L16.4899 15.4656C16.1196 15.5821 15.7731 15.8281 15.504 16.1091C15.2355 16.3894 15.0032 16.747 14.906 17.1272C14.9058 17.1279 14.9056 17.1285 14.9055 17.1292Z"
                                                        stroke="#454545"/>
                                                    <path opacity="0.4"
                                                        d="M18.0581 18.1258L21.0868 21.1545C21.1815 21.2492 21.1815 21.4126 21.0868 21.5074C21.0355 21.5587 20.9749 21.5809 20.9103 21.5809C20.8458 21.5809 20.7852 21.5587 20.7339 21.5074L17.7039 18.4774C17.6095 18.383 17.6091 18.2204 17.7028 18.1255C17.7503 18.0792 17.814 18.0532 17.8803 18.0532C17.9468 18.0532 18.0106 18.0793 18.0581 18.1258Z"
                                                        stroke="#454545"/>
                                                </svg>

                                            </span>
                                        Nói thẳng
                                    </a>


                                    <a href="/doc-quyen.htm" class="item" title="Tin độc quyền">
                                            <span class="icon">
                                                <svg width="24" height="25" viewBox="0 0 24 25" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <path
                                                        d="M13.33 13.9815H15.5C15.6382 13.9815 15.75 14.092 15.75 14.2315V18.1515C15.75 19.3688 15.3289 20.2765 14.684 20.882C14.0341 21.4922 13.1179 21.8315 12.07 21.8315H6.18C5.13209 21.8315 4.21587 21.4922 3.56598 20.882C2.92107 20.2765 2.5 19.3688 2.5 18.1515V11.5115C2.5 10.2943 2.92107 9.38654 3.56598 8.78107C4.21587 8.17092 5.13209 7.83154 6.18 7.83154H9.35C9.48952 7.83154 9.6 7.94333 9.6 8.08154V10.2515C9.6 12.3187 11.2749 13.9815 13.33 13.9815Z"
                                                        stroke="#454545"/>
                                                    <path
                                                        d="M11.93 2.83154H17.82C18.8679 2.83154 19.7841 3.17092 20.434 3.78107C21.0789 4.38654 21.5 5.29427 21.5 6.51154V13.1615C21.5 14.3469 21.0991 15.2351 20.4824 15.8359C19.9717 16.3333 19.288 16.6578 18.5 16.7751V10.5115C18.5 9.04881 17.9861 7.86655 17.1185 7.05202C16.2559 6.24216 15.0821 5.83154 13.82 5.83154H8.30499C8.43532 4.92837 8.82397 4.23315 9.36369 3.7429C10.0085 3.15722 10.9053 2.83154 11.93 2.83154Z"
                                                        stroke="#454545"/>
                                                    <path
                                                        d="M11.9796 7.48325L11.6396 7.81717V7.81325C11.6396 7.81278 11.6397 7.81255 11.6397 7.81255C11.6397 7.81255 11.6396 7.81279 11.6396 7.81325C11.6394 7.8141 11.6391 7.81573 11.6384 7.81794C11.6383 7.81818 11.6382 7.81842 11.6381 7.81866L11.6229 7.8336C11.6231 7.83379 11.6233 7.83398 11.6235 7.83417C11.6233 7.83408 11.6231 7.83398 11.6229 7.83389C11.6226 7.83372 11.6224 7.83361 11.6224 7.83361C11.6224 7.8336 11.6237 7.83439 11.6261 7.8368L11.6271 7.83578L11.6396 7.82325L11.9796 7.48325ZM11.9796 7.48325C13.0796 8.60325 15.0196 10.5532 16.1096 11.6432C16.4096 11.9432 16.1896 12.4432 15.7596 12.4432C14.9096 12.4432 13.9196 12.4432 13.2096 12.4332C12.0696 12.4332 11.1396 11.5332 11.1396 10.4332V7.81325C11.1396 7.38325 11.6696 7.17325 11.9796 7.48325ZM13.2167 11.9333L13.2167 11.9332H13.2096C12.3297 11.9332 11.6396 11.2413 11.6396 10.4332V7.85063C12.7261 8.95656 14.6088 10.8492 15.7026 11.9432C14.8645 11.9432 13.9067 11.943 13.2167 11.9333Z"
                                                        stroke="#454545"/>
                                                </svg>

                                            </span>
                                        Tin độc quyền
                                    </a>
                                    <a href="https://thitruong.nld.com.vn/" class="item" title="Thị trường"
                                        target="_blank" rel="nofollow">
                                            <span class="icon">
                                                <svg width="24" height="25" viewBox="0 0 24 25" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <path opacity="0.4"
                                                        d="M6.59334 17.7284C6.77886 18.7721 6.99427 19.8121 7.27374 20.8352C5.68725 19.9571 4.37285 18.6364 3.48755 17.0477C4.5109 17.3284 5.55575 17.5496 6.59334 17.7284ZM17.4173 17.7283C18.4634 17.5491 19.4973 17.3273 20.5186 17.046C19.6321 18.6449 18.2982 19.968 16.6936 20.8606C16.9875 19.8253 17.2378 18.781 17.4173 17.7283ZM17.4175 6.91558C17.2394 5.86696 16.9964 4.82612 16.6993 3.80357C18.3112 4.6957 19.6399 6.0253 20.531 7.6378C19.5035 7.34579 18.4673 7.10143 17.4175 6.91558ZM6.60333 6.92189C5.55028 7.0941 4.50585 7.34335 3.47091 7.63696C4.36195 6.03501 5.68213 4.70285 7.27751 3.81634C6.99714 4.83978 6.782 5.87531 6.60333 6.92189Z"
                                                        stroke="#454545" stroke-width="0.5"/>
                                                    <path
                                                        d="M14.8753 6.35549C12.9636 6.18225 11.0412 6.18226 9.12955 6.3555C9.3542 5.23399 9.63177 4.12457 9.99521 3.05288C10.6502 2.91379 11.3145 2.83057 12.0025 2.83057C12.6851 2.83057 13.358 2.91457 14.0102 3.05443C14.3735 4.13409 14.6509 5.23745 14.8753 6.35549ZM6.02804 9.4592C5.86128 11.3714 5.86131 13.2945 6.02811 15.2067C4.90141 14.982 3.79666 14.7041 2.7228 14.3398C2.58371 13.6848 2.50049 13.0205 2.50049 12.3326C2.50049 11.6501 2.58446 10.9772 2.72429 10.3251C3.80808 9.96837 4.90721 9.68524 6.02804 9.4592ZM21.2783 14.3395C20.1962 14.6957 19.0918 14.9787 17.9756 15.2047C18.1488 13.2933 18.1488 11.371 17.9755 9.45963C19.0963 9.68412 20.2049 9.96145 21.2759 10.3245C21.4164 10.9831 21.5005 11.6496 21.5005 12.3326C21.5005 13.0204 21.4173 13.6846 21.2783 14.3395ZM9.12879 18.308C10.0788 18.4004 11.0357 18.4606 12.0025 18.4606C12.9676 18.4606 13.9294 18.4006 14.8756 18.3084C14.6511 19.4327 14.3737 20.535 14.0103 21.6067C13.3581 21.7466 12.6851 21.8306 12.0025 21.8306C11.3147 21.8306 10.6506 21.7474 9.9957 21.6084C9.64274 20.5259 9.3533 19.4239 9.12879 18.308ZM15.3137 9.01734C15.5623 11.2192 15.5623 13.442 15.3137 15.6438C13.1119 15.8924 10.8891 15.8924 8.68726 15.6438C8.43873 13.442 8.43873 11.2192 8.68726 9.01734C10.8891 8.7688 13.1119 8.7688 15.3137 9.01734Z"
                                                        stroke="#454545"/>
                                                </svg>

                                            </span>
                                        Thị trường
                                    </a>
                                    <a href="mailto:online@nld.com.vn" title="Gửi tin bài" class="item" rel="nofollow">
                                            <span class="icon">
                                                <svg width="24" height="25" viewBox="0 0 24 25" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <g clip-path="url(#clip0_1310_2191)">
                                                        <path fill-rule="evenodd" clip-rule="evenodd"
                                                            d="M19.8691 5.53479L10.027 15.3126L9.39429 14.684L19.2364 4.90625L19.8691 5.53479Z"
                                                            fill="#454545"/>
                                                        <path fill-rule="evenodd" clip-rule="evenodd"
                                                            d="M19.8183 4.86272C19.9507 4.95981 20.0188 5.12131 19.9955 5.28318L18.206 17.7276C18.1872 17.8588 18.1104 17.9748 17.9966 18.0439C17.8828 18.1131 17.7439 18.1282 17.6177 18.0851L12.7291 16.4156L10.0758 20.1436C9.9633 20.3017 9.76074 20.3692 9.57503 20.3106C9.38931 20.2519 9.26316 20.0806 9.26316 19.887V15.232L3.30194 13.1962C3.12981 13.1374 3.01069 12.9809 3.00068 12.8003C2.99067 12.6198 3.09176 12.4512 3.25634 12.374L19.3616 4.81844C19.5104 4.74862 19.6858 4.76562 19.8183 4.86272ZM10.1579 15.5375V18.4886L11.8476 16.1145L10.1579 15.5375ZM4.63345 12.711L17.3968 17.0697L18.9922 5.97473L4.63345 12.711Z"
                                                            fill="#454545"/>
                                                    </g>
                                                    <defs>
                                                        <clipPath id="clip0_1310_2191">
                                                            <rect width="17" height="16" fill="white"
                                                                transform="translate(3 4.33154)"/>
                                                        </clipPath>
                                                    </defs>
                                                </svg>

                                            </span>
                                        Liên hệ
                                    </a>
                                    <a href="javascript:;" class="item" title="Thông tin toà soạn">
                                            <span class="icon">
                                                <svg width="24" height="25" viewBox="0 0 24 25" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <g clip-path="url(#clip0_1188_89764)">
                                                        <path
                                                            d="M21.1406 0.378418H6.14062C4.07288 0.378418 2.39062 2.06067 2.39062 4.12842V21.2378C2.39062 22.9178 3.75745 24.2847 5.4375 24.2847H21.1406C21.3995 24.2847 21.6094 24.0748 21.6094 23.8159C21.6094 23.6944 21.6094 1.38145 21.6094 0.847168C21.6094 0.588277 21.3995 0.378418 21.1406 0.378418ZM3.32812 4.12842C3.32812 2.73736 4.34348 1.57964 5.67188 1.35571V18.1909C5.57363 18.2087 4.37189 18.0391 3.32812 19.0423V4.12842ZM20.6719 20.769H4.73438C4.47553 20.769 4.26562 20.9789 4.26562 21.2378C4.26562 21.4967 4.47553 21.7065 4.73438 21.7065H20.6719V23.3472H5.4375C4.27439 23.3472 3.32812 22.4009 3.32812 21.2378C3.32812 20.0747 4.27439 19.1284 5.4375 19.1284H20.6719V20.769ZM20.6719 13.9702L16.2314 18.1909H6.60938V1.31592H16.219L20.6719 5.54836V13.9702Z"
                                                            fill="#454545"/>
                                                        <path
                                                            d="M8.95312 9.75342C8.95312 12.3381 11.0559 14.4409 13.6406 14.4409C16.2254 14.4409 18.3281 12.3381 18.3281 9.75342C18.3281 7.16873 16.2254 5.06592 13.6406 5.06592C11.0559 5.06592 8.95312 7.16873 8.95312 9.75342ZM13.1724 6.94064C13.4293 6.94064 13.6375 7.14886 13.6375 7.40573C13.6375 7.66261 13.4293 7.87082 13.1724 7.87082C12.9155 7.87082 12.7073 7.66261 12.7073 7.40573C12.7073 7.14886 12.9155 6.94064 13.1724 6.94064ZM14.1094 9.28467V11.6284H14.5781C14.837 11.6284 15.0469 11.8383 15.0469 12.0972C15.0469 12.3561 14.837 12.5659 14.5781 12.5659H12.7031C12.4443 12.5659 12.2344 12.3561 12.2344 12.0972C12.2344 11.8383 12.4443 11.6284 12.7031 11.6284H13.1719V9.75342H12.7031C12.4443 9.75342 12.2344 9.54356 12.2344 9.28467C12.2344 9.02578 12.4443 8.81592 12.7031 8.81592H13.6406C13.8995 8.81592 14.1094 9.02578 14.1094 9.28467Z"
                                                            fill="#454545"/>
                                                    </g>
                                                    <defs>
                                                        <clipPath id="clip0_1188_89764">
                                                            <rect width="24" height="24" fill="white"
                                                                transform="translate(0 0.331543)"/>
                                                        </clipPath>
                                                    </defs>
                                                </svg>

                                            </span>
                                        Thông tin toà soạn
                                    </a>
                                    <a href="javascript:;" class="item" title="Liên hệ quảng cáo">
                                            <span class="icon">
                                                <svg width="24" height="25" viewBox="0 0 24 25" fill="none"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <path
                                                        d="M22.945 2.72168H1.05497C0.47325 2.72168 0 3.19493 0 3.77665V20.8866C0 21.4683 0.47325 21.9416 1.05497 21.9416H13.9333C14.1278 21.9416 14.2855 21.7839 14.2855 21.5893C14.2855 21.3947 14.1278 21.237 13.9333 21.237H1.05497C0.86175 21.237 0.704531 21.0798 0.704531 20.8865V6.93827H17.9873C18.1819 6.93827 18.3396 6.78054 18.3396 6.58601C18.3396 6.39148 18.1819 6.23374 17.9873 6.23374H0.704531V3.77665C0.704531 3.58343 0.86175 3.42616 1.05497 3.42616H22.945C23.1383 3.42616 23.2955 3.58338 23.2955 3.77665V6.23374H19.3963C19.2017 6.23374 19.044 6.39148 19.044 6.58601C19.044 6.78054 19.2017 6.93827 19.3963 6.93827H23.2955V20.8866C23.2955 21.0798 23.1383 21.2371 22.945 21.2371H15.3422C15.1477 21.2371 14.99 21.3948 14.99 21.5893C14.99 21.7839 15.1477 21.9416 15.3422 21.9416H22.945C23.5267 21.9416 24 21.4684 24 20.8866V3.77665C24 3.19493 23.5267 2.72168 22.945 2.72168Z"
                                                        fill="#454545"/>
                                                    <path
                                                        d="M1.89673 4.79593C1.89673 5.1212 2.16134 5.3858 2.4866 5.3858C2.81187 5.3858 3.07648 5.1212 3.07648 4.79593C3.07648 4.47066 2.81187 4.20605 2.4866 4.20605C2.16134 4.20605 1.89673 4.47066 1.89673 4.79593Z"
                                                        fill="#454545"/>
                                                    <path
                                                        d="M3.65894 4.79593C3.65894 5.1212 3.92354 5.3858 4.24881 5.3858C4.57408 5.3858 4.83869 5.1212 4.83869 4.79593C4.83869 4.47066 4.57408 4.20605 4.24881 4.20605C3.92354 4.20605 3.65894 4.47066 3.65894 4.79593Z"
                                                        fill="#454545"/>
                                                    <path
                                                        d="M5.42114 4.79593C5.42114 5.1212 5.68575 5.3858 6.01097 5.3858C6.33624 5.3858 6.60085 5.1212 6.60085 4.79593C6.60085 4.47066 6.33624 4.20605 6.01097 4.20605C5.68575 4.20605 5.42114 4.47066 5.42114 4.79593Z"
                                                        fill="#454545"/>
                                                    <path
                                                        d="M9.40699 15.7296C9.5621 16.1597 10.2338 15.906 10.0661 15.4809L8.69875 11.8576C8.69758 11.8544 8.69627 11.8512 8.69496 11.848C8.6275 11.684 8.46944 11.5781 8.29221 11.5781C8.29207 11.5781 8.29188 11.5781 8.29174 11.5781C8.11432 11.5783 7.95625 11.6845 7.88908 11.8487C7.88796 11.8514 7.88692 11.8541 7.88589 11.8568L6.50599 15.4799C6.33771 15.9035 7.00521 16.1615 7.16435 15.7306L7.4216 15.0551H9.15246L9.40699 15.7296ZM7.68991 14.3506L8.29099 12.7725L8.88658 14.3506H7.68991Z"
                                                        fill="#454545"/>
                                                    <path
                                                        d="M10.8054 15.5476C10.7959 15.7559 10.9448 15.9637 11.1662 15.9578C11.1967 15.9577 11.9162 15.9549 12.2033 15.9498C13.2212 15.932 13.96 15.0373 13.96 13.8224C13.96 12.5452 13.2397 11.6871 12.1676 11.6871H11.1576C10.967 11.6833 10.7996 11.8524 10.8054 12.043V15.5476ZM12.1676 12.3916C12.9697 12.3916 13.2555 13.1307 13.2555 13.8224C13.2555 14.4988 12.9223 15.2327 12.1909 15.2454C12.0372 15.2482 11.7483 15.2502 11.5159 15.2515C11.5145 14.8317 11.5125 14.1464 11.5125 13.8185C11.5125 13.5434 11.5113 12.827 11.5105 12.3916H12.1676Z"
                                                        fill="#454545"/>
                                                    <path
                                                        d="M16.0594 15.2531C15.6644 15.2531 15.2832 15.0927 15.0398 14.8241C14.9091 14.6799 14.6864 14.669 14.5422 14.7996C14.3981 14.9302 14.3871 15.153 14.5178 15.2972C14.8926 15.7107 15.4689 15.9576 16.0594 15.9576C16.7702 15.9576 17.3897 15.4904 17.5003 14.8708C17.5842 14.4012 17.3656 13.7856 16.5004 13.4664C16.0316 13.2935 15.5964 13.1048 15.482 13.0545C15.3735 12.9738 15.321 12.8458 15.3409 12.7072C15.3663 12.5298 15.5037 12.3871 15.7083 12.3255C16.286 12.1516 16.8097 12.5719 16.8186 12.5791C16.9674 12.7029 17.1886 12.6833 17.3134 12.5349C17.4386 12.386 17.4194 12.1638 17.2704 12.0386C17.2375 12.011 16.4541 11.3651 15.5051 11.651C15.0382 11.7916 14.708 12.158 14.6435 12.6072C14.5834 13.026 14.7648 13.4288 15.117 13.6585C15.1326 13.6686 15.1489 13.6775 15.1658 13.6851C15.187 13.6946 15.6899 13.9184 16.2565 14.1274C16.6506 14.2727 16.8511 14.4986 16.8068 14.747C16.7624 14.9958 16.4707 15.2531 16.0594 15.2531Z"
                                                        fill="#454545"/>
                                                    <path
                                                        d="M8.6746 17.6365H18.6936C19.2753 17.6365 19.7486 17.1633 19.7486 16.5815V10.9544C19.7486 10.3727 19.2753 9.89941 18.6936 9.89941H5.30668C4.72496 9.89941 4.25171 10.3727 4.25171 10.9544V16.5815C4.25171 17.1633 4.72496 17.6365 5.30668 17.6365H7.26558C7.46016 17.6365 7.61785 17.4788 7.61785 17.2842C7.61785 17.0897 7.46016 16.932 7.26558 16.932H5.30668C5.11346 16.932 4.95624 16.7748 4.95624 16.5815V10.9544C4.95624 10.7611 5.11346 10.6039 5.30668 10.6039H18.6936C18.8868 10.6039 19.0441 10.7611 19.0441 10.9544V16.5815C19.0441 16.7748 18.8868 16.932 18.6936 16.932H8.6746C8.48002 16.932 8.32233 17.0898 8.32233 17.2843C8.32233 17.4788 8.48002 17.6365 8.6746 17.6365Z"
                                                        fill="#454545"/>
                                                </svg>

                                            </span>
                                        Liên hệ quảng cáo
                                    </a>
                                </div>

                                <div class="social">
                                    <a href="https://www.facebook.com/nguoilaodong" rel="nofollow" target="_blank"
                                        title="Facebook" class="item">
                                        <svg width="32" height="33" viewBox="0 0 32 33" fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <circle cx="16.0001" cy="16.3314" r="13.3333" fill="#8B8B8B"/>
                                            <path
                                                d="M20.6345 20.8301L21.1873 17.2379H17.7292V14.9068C17.7292 13.924 18.2123 12.966 19.7612 12.966H21.3334V9.90776C21.3334 9.90776 19.9066 9.66504 18.5423 9.66504C15.6942 9.66504 13.8327 11.3854 13.8327 14.5V17.2379H10.6667V20.8301H13.8327V29.5141C14.4675 29.6133 15.118 29.665 15.7809 29.665C16.4438 29.665 17.0943 29.6133 17.7292 29.5141V20.8301H20.6345Z"
                                                fill="white"/>
                                        </svg>
                                    </a>
                                    <a href="https://www.youtube.com/channel/UCzkyOx_0O1pGOqHiUMOe2KQ?sub_confirmation=1"
                                        title="Youtube" target="_blank" rel="nofollow" class="item">
                                        <svg width="32" height="33" viewBox="0 0 32 33" fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <path
                                                d="M16 30.3315C23.732 30.3315 30 24.0635 30 16.3315C30 8.59956 23.732 2.33154 16 2.33154C8.26801 2.33154 2 8.59956 2 16.3315C2 24.0635 8.26801 30.3315 16 30.3315Z"
                                                fill="#8B8B8B"/>
                                            <path
                                                d="M20.5874 11.0645H11.4248C11.0586 11.0645 10.6961 11.1366 10.3578 11.2768C10.0195 11.417 9.7122 11.6224 9.45337 11.8814C9.19454 12.1404 8.98928 12.4479 8.84932 12.7863C8.70937 13.1246 8.63745 13.4872 8.6377 13.8534V18.8087C8.63745 19.1748 8.70937 19.5374 8.84932 19.8758C8.98928 20.2142 9.19454 20.5216 9.45337 20.7806C9.7122 21.0396 10.0195 21.2451 10.3578 21.3853C10.6961 21.5255 11.0586 21.5976 11.4248 21.5976H20.5874C20.9536 21.5976 21.3162 21.5255 21.6544 21.3853C21.9927 21.2451 22.3 21.0396 22.5589 20.7806C22.8177 20.5216 23.023 20.2142 23.1629 19.8758C23.3029 19.5374 23.3748 19.1748 23.3745 18.8087V13.8534C23.3748 13.4872 23.3029 13.1246 23.1629 12.7863C23.023 12.4479 22.8177 12.1404 22.5589 11.8814C22.3 11.6224 21.9927 11.417 21.6544 11.2768C21.3162 11.1366 20.9536 11.0645 20.5874 11.0645ZM14.0645 18.5895V14.0726L17.9477 16.331L14.0645 18.5895Z"
                                                fill="white"/>
                                        </svg>
                                    </a>
                                    <a href="https://zalo.me/4417973660626754335" target="_blank" rel="nofollow"
                                        class="item" title="Zalo">
                                        <svg width="32" height="33" viewBox="0 0 32 33" fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <g clip-path="url(#clip0_1188_89795)">
                                                <path
                                                    d="M29.3334 15.7881C29.3334 15.9352 29.3334 16.0937 29.3334 16.2408C29.3001 16.3653 29.2445 16.4898 29.2334 16.6143C28.989 20.1231 27.5223 23.0433 24.889 25.2731C20.8668 28.68 16.3001 29.4044 11.3556 27.7971C10.9556 27.6726 10.6334 27.6613 10.2556 27.8651C9.26675 28.4083 8.24453 28.9064 7.23342 29.4157C7.06675 29.5063 6.87786 29.5628 6.64453 29.6647C6.64453 29.4157 6.63342 29.2686 6.64453 29.1214C6.72231 28.0348 6.77786 26.9369 6.87787 25.8503C6.92231 25.375 6.77786 25.0354 6.43342 24.7072C4.95564 23.3036 3.88898 21.6172 3.30009 19.6591C3.00009 18.663 2.85564 17.6104 2.64453 16.5804C2.64453 15.9805 2.64453 15.3693 2.64453 14.7694C2.73342 14.2827 2.80009 13.7847 2.92231 13.298C4.2112 8.11406 7.47786 4.92221 12.4556 3.46211C13.1779 3.24706 13.9334 3.14519 14.6668 2.99805C15.5223 2.99805 16.3668 2.99805 17.2223 2.99805C17.3223 3.032 17.4223 3.0886 17.5334 3.09991C19.0779 3.24706 20.5445 3.65453 21.9334 4.35628C25.689 6.23517 28.1334 9.18933 29.0223 13.3999C29.1779 14.1808 29.2334 14.9958 29.3334 15.7881ZM10.2223 13.2754C9.94453 13.6602 9.77787 13.8979 9.60009 14.1356C8.63342 15.4146 7.63342 16.6823 6.70009 17.9952C6.16675 18.7422 6.56675 19.5006 7.46675 19.5232C8.92231 19.5572 10.389 19.5346 11.8556 19.5346C12.3223 19.5346 12.6334 19.3082 12.6668 18.7988C12.7001 18.3121 12.4445 17.9952 11.9112 17.9613C11.1556 17.916 10.4001 17.9386 9.63342 17.9386C9.38898 17.9386 9.14453 17.9386 8.76675 17.9386C9.32231 17.2029 9.78898 16.603 10.2334 15.9805C10.9556 14.9958 11.6668 14.0224 12.3445 13.0037C12.7223 12.4378 12.4779 11.9398 11.8334 11.7813C11.689 11.7473 11.5445 11.7247 11.4001 11.7247C10.1556 11.7134 8.92231 11.7134 7.67787 11.7247C7.47786 11.7247 7.23342 11.7247 7.08898 11.8379C6.87786 12.0077 6.62231 12.2793 6.62231 12.517C6.62231 12.7434 6.88898 13.015 7.10009 13.1848C7.23342 13.298 7.48898 13.2754 7.68898 13.2754C8.47787 13.2754 9.26675 13.2754 10.2223 13.2754ZM16.4334 19.0592C16.5223 19.1384 16.6001 19.2403 16.7112 19.3082C17.2112 19.6591 17.9001 19.41 17.9223 18.7988C17.9668 17.4519 17.9668 16.0937 17.9223 14.7355C17.9001 14.1242 17.289 13.8752 16.7668 14.1922C16.6445 14.2714 16.5334 14.3733 16.4223 14.4525C15.1779 13.7168 14.0556 13.8413 13.2779 14.8034C12.3668 15.9239 12.3556 17.6217 13.2445 18.7196C14.0112 19.6704 15.1556 19.8062 16.4334 19.0592ZM23.089 19.5459C24.6112 19.6817 25.789 18.2895 25.8001 16.886C25.8112 15.2222 24.7445 13.9884 23.2112 13.9658C21.589 13.9318 20.4668 15.0524 20.4223 16.6709C20.3779 18.2782 21.5445 19.6364 23.089 19.5459ZM18.4334 15.5617C18.4223 15.5617 18.4223 15.5617 18.4334 15.5617C18.4334 16.5464 18.4334 17.5198 18.4334 18.5046C18.4334 19.161 18.6668 19.444 19.189 19.444C19.7223 19.444 19.9779 19.161 19.989 18.5272C20.0001 17.6443 19.989 16.7502 19.989 15.8673C19.989 14.7694 20.0001 13.6828 19.9779 12.5849C19.9668 11.9963 19.6556 11.7021 19.1779 11.7134C18.7001 11.7247 18.4445 12.0303 18.4445 12.6189C18.4223 13.6036 18.4334 14.577 18.4334 15.5617Z"
                                                    fill="#8B8B8B"/>
                                                <path
                                                    d="M16.3335 16.7614C16.3335 17.599 15.9224 18.1083 15.2446 18.1083C14.6002 18.1083 14.1668 17.5537 14.1779 16.7274C14.1891 15.9125 14.5891 15.4258 15.2557 15.4258C15.9557 15.4371 16.3335 15.9012 16.3335 16.7614Z"
                                                    fill="#8B8B8B"/>
                                                <path
                                                    d="M24.2223 16.7727C24.2223 17.565 23.7667 18.097 23.1112 18.097C22.4667 18.097 22.0223 17.5537 22.0112 16.7614C22.0001 16.003 22.4889 15.4258 23.1334 15.4258C23.7778 15.4258 24.2223 15.9691 24.2223 16.7727Z"
                                                    fill="#8B8B8B"/>
                                            </g>
                                            <defs>
                                                <clipPath id="clip0_1188_89795">
                                                    <rect width="26.6667" height="26.6667" fill="white"
                                                        transform="translate(2.66675 2.99805)"/>
                                                </clipPath>
                                            </defs>
                                        </svg>

                                    </a>
                                    <a href="/rss.htm" class="item" title="Rss">
                                        <svg width="32" height="33" viewBox="0 0 32 33" fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <g clip-path="url(#clip0_1188_89801)">
                                                <path
                                                    d="M29.3334 16.321C29.3334 23.7169 23.3647 29.6648 15.948 29.6648C8.6355 29.6648 2.66675 23.6648 2.66675 16.321C2.66675 8.9356 8.66675 2.97727 16.0834 2.9981C23.3751 3.01893 29.3438 9.00852 29.3334 16.321ZM9.03133 11.7377C15.4376 11.6231 20.7397 16.9148 20.6042 23.3002C21.3855 23.3002 22.1772 23.3002 22.9584 23.3002C23.3855 15.1752 15.9272 8.76894 9.00008 9.42519C9.00008 10.1127 9.00008 10.8106 9.00008 11.4981C9.00008 11.571 9.02091 11.6544 9.03133 11.7377ZM18.0417 23.3106C18.3438 18.0189 13.6042 13.8939 9.03133 14.3106C9.03133 15.0919 9.03133 15.8835 9.03133 16.6439C13.2084 16.9356 15.4063 19.1648 15.6876 23.3002C16.4584 23.3106 17.2292 23.3106 18.0417 23.3106ZM11.0417 23.3314C12.1459 23.3419 13.0834 22.4044 13.0834 21.2794C13.0834 20.1544 12.1563 19.1856 11.0626 19.1856C10.0001 19.1856 9.06258 20.1231 9.04175 21.2273C9.0105 22.3419 9.93758 23.321 11.0417 23.3314Z"
                                                    fill="#8B8B8B"/>
                                            </g>
                                            <defs>
                                                <clipPath id="clip0_1188_89801">
                                                    <rect width="26.6667" height="26.6667" fill="white"
                                                        transform="translate(2.66675 2.99805)"/>
                                                </clipPath>
                                            </defs>
                                        </svg>

                                    </a>
                                </div>

                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</header>
<div class="main">
        <div id="home-xam" class="hidden"></div>

    <div class="home__focus">
        <div class="container">
            <div class="home__container">
                <div class="home__fflex">
                    <div class="home__fmain">
                        <div class="home__ftop" data-marked-zoneid="nld_home_b1">
                            <div class="box-category" data-layout="1" data-cd-key=siteid196:newsposition:zoneid0type1 data-cd-top=3>
    <div class="box-category-middle">
                            <div class="box-category-item" data-id="196250422130211274">
        <div class="box-category-content">

                            <a class="box-category-link-with-avatar img-resize" href="/chu-tich-nuoc-luong-cuong-lan-dau-tiep-xuc-cu-tri-tp-hcm-196250422130211274.htm"  data-newstype="0"
                   title="Chủ tịch nước Lương Cường lần đầu tiếp xúc cử tri 
TP HCM">
                                            <img data-type="avatar"  fetchpriority=high
                             src="https://nld.mediacdn.vn/zoom/536_335/291774122806476800/2025/4/22/53bc806f7acfc99190de-1745301315936659225618-36-0-1636-2560-crop-174530161516423053921.jpg"
                             alt="Chủ tịch nước Lương Cường lần đầu tiếp xúc cử tri 
TP HCM" 
                             class="box-category-avatar">
                                    </a>
                        <h2 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422130211274"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/chu-tich-nuoc-luong-cuong-lan-dau-tiep-xuc-cu-tri-tp-hcm-196250422130211274.htm"
                    title="Chủ tịch nước Lương Cường lần đầu tiếp xúc cử tri 
TP HCM"

                >Chủ tịch nước Lương Cường lần đầu tiếp xúc cử tri 
TP HCM</a>
                </h2>

                                        
                                        
                                    <p data-type="sapo" class="box-category-sapo"
                        >
                        (NLĐO) - Chủ tịch nước Lương Cường bày tỏ vinh dự lần đầu được tiếp xúc cử tri TP HCM và nhận thấy trọng trách lớn lao trước cử tri thành phố mang tên Bác</p>
                
                    </div>
    </div>
                    <div class="box-category-item" data-id="196250422141421973">
        <div class="box-category-content">

                            <a class="box-category-link-with-avatar img-resize" href="/chieu-22-4-nhieu-nguoi-soc-khi-nhin-gia-vang-mieng-len-124-trieu-dong-196250422141421973.htm"  data-newstype="0"
                   title="Chiều 22-4, nhiều người sốc khi nhìn giá vàng miếng lên 124 triệu đồng">
                                            <img data-type="avatar"  fetchpriority=high
                             src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/4/22/vang-sjc-1718156572340955942027-0-125-1440-2429-crop-17453060159751060518794.jpg"
                             alt="Chiều 22-4, nhiều người sốc khi nhìn giá vàng miếng lên 124 triệu đồng" 
                             class="box-category-avatar">
                                    </a>
                        <h2 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422141421973"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/chieu-22-4-nhieu-nguoi-soc-khi-nhin-gia-vang-mieng-len-124-trieu-dong-196250422141421973.htm"
                    title="Chiều 22-4, nhiều người sốc khi nhìn giá vàng miếng lên 124 triệu đồng"

                >Chiều 22-4, nhiều người sốc khi nhìn giá vàng miếng lên 124 triệu đồng</a>
                </h2>

                                        
                                        
                
                    </div>
    </div>
                    <div class="box-category-item" data-id="196250422092423818">
        <div class="box-category-content">

                            <a class="box-category-link-with-avatar img-resize" href="/hien-truong-hai-nguoi-tu-vong-ben-chiec-xe-dich-vu-bi-dot-chay-196250422092423818.htm"  data-newstype="0"
                   title="Hiện trường hai người tử vong bên chiếc xe dịch vụ bị đốt cháy">
                                            <img data-type="avatar"  fetchpriority=high
                             src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/4/22/edit-videocapture20250422-091006-1745289345815518222673-0-0-1080-1728-crop-17452893612611757562648.jpeg"
                             alt="Hiện trường hai người tử vong bên chiếc xe dịch vụ bị đốt cháy" 
                             class="box-category-avatar">
                                    </a>
                        <h2 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422092423818"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/hien-truong-hai-nguoi-tu-vong-ben-chiec-xe-dich-vu-bi-dot-chay-196250422092423818.htm"
                    title="Hiện trường hai người tử vong bên chiếc xe dịch vụ bị đốt cháy"

                >Hiện trường hai người tử vong bên chiếc xe dịch vụ bị đốt cháy</a>
                </h2>

                                        
                                        
                
                    </div>
    </div>
                    </div>
</div>
                        </div>
                        <div class="home__fbot" data-marked-zoneid="nld_home_b1">
                            <div class="box-category" data-layout="2" data-cd-key=siteid196:newsposition:zoneid0type1 data-cd-top=3>
    <div class="box-category-middle">
                    <div class="box-category-item" data-id="19625042213052114"   >
        
        <div class="box-category-content">
            <h2 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="19625042213052114"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/vietjet-bat-ngo-dung-hop-tac-voi-cong-ty-phuc-vu-mat-dat-sai-gon-19625042213052114.htm"
                    title="Vietjet bất ngờ dừng hợp tác với công ty Phục vụ Mặt đất Sài Gòn"

                   >Vietjet bất ngờ dừng hợp tác với công ty Phục vụ Mặt đất Sài Gòn</a>
                </h2>

                                        
                                        
                                    <p data-type="sapo" class="box-category-sapo"
                        >
                        (NLĐO) - Vietjet sẽ tự thực hiện các dịch vụ mặt đất tại Cảng hàng không quốc tế Tân Sơn Nhất.</p>
                
                    </div>

        </div>
                    <div class="box-category-item" data-id="196250422144224893"   >
        
        <div class="box-category-content">
            <h2 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422144224893"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/gia-ho-so-mo-to-hang-sang-3-cuu-csgt-nha-trang-bi-truy-to-196250422144224893.htm"
                    title="Giả hồ sơ mô tô hạng sang, 3 cựu CSGT Nha Trang bị truy tố"

                   >Giả hồ sơ mô tô hạng sang, 3 cựu CSGT Nha Trang bị truy tố</a>
                </h2>

                                        
                                        
                                    <p data-type="sapo" class="box-category-sapo"
                        >
                        (NLĐO)- Viện KSND tỉnh Khánh Hòa vừa ban hành cáo trạng truy tố 5 bị can, trong đó có 3 cựu CSGT TP Nha Trang (cũ) liên quan đến vụ làm giả hồ sơ mô tô</p>
                
                    </div>

        </div>
                    <div class="box-category-item" data-id="196250422135750342"   >
        
        <div class="box-category-content">
            <h2 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422135750342"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/truc-giac-nhay-ben-tai-xe-xe-om-cho-nghi-pham-giet-2-me-con-den-tru-so-cong-an-196250422135750342.htm"
                    title="Trực giác nhạy bén, tài xế xe ôm chở nghi phạm giết 2 mẹ con đến trụ sở công an"

                   >Trực giác nhạy bén, tài xế xe ôm chở nghi phạm giết 2 mẹ con đến trụ sở công an</a>
                </h2>

                                        
                                        
                                    <p data-type="sapo" class="box-category-sapo"
                        >
                        (NLĐO)-Trong lúc trò chuyện, tài xế xe ôm ở Vĩnh Long phát hiện thiếu niên 16 tuổi có biểu hiện nghi vấn nên chở đối tượng đến trụ sở công an.</p>
                
                    </div>

        </div>
            </div>
</div>
                        </div>
                        <div class="home__trending">
                            <div class="label" style="width: 30px">
                            <span class="icon">
                                <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-trending.svg" alt="icon" title="icon" width="24" height="25">
                            </span>

                            </div>
                            <div class="content" style="width:calc(100% - 46px )">
                                <div class="box-category"
     data-layout="3" data-cd-key=siteid196:objectembedbox:zoneid0typeid1 data-cd-top=10>
    <div class="box-category-middle">
        <div class="swiper home-treding-sw">
            <div class="swiper-wrapper">
                                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/sap-nhap-tinh-thanh-4704.htm"
                    title="Sáp nhập tỉnh thành"

                   >Sáp nhập tỉnh thành</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/cuoc-thi-cam-tuong-ve-ca-phe-tra-viet-3466.htm"
                    title="Cuộc thi &quot;Cảm tưởng về cà phê - trà Việt&quot;"

                   >Cuộc thi &quot;Cảm tưởng về cà phê - trà Việt&quot;</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/tong-thong-trump-hoan-thue-doi-ung-4700.htm"
                    title="Tổng thống Trump hoãn thuế đối ứng"

                   >Tổng thống Trump hoãn thuế đối ứng</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/tinh-gon-bo-may-4307.htm"
                    title="Tinh gọn bộ máy"

                   >Tinh gọn bộ máy</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/hoat-dong-chi-dao-cua-tong-bi-thu-to-lam-4277.htm"
                    title="Hoạt động, chỉ đạo của Tổng Bí thư Tô Lâm"

                   >Hoạt động, chỉ đạo của Tổng Bí thư Tô Lâm</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/quang-linh-vlogs-hang-du-muc-bi-khoi-to-4697.htm"
                    title="Quang Linh Vlogs, Hằng Du Mục bị khởi tố"

                   >Quang Linh Vlogs, Hằng Du Mục bị khởi tố</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/50-nam-ngay-giai-phong-mien-nam-thong-nhat-dat-nuoc-4692.htm"
                    title="50 năm Ngày Giải phóng miền Nam, thống nhất đất nước"

                   >50 năm Ngày Giải phóng miền Nam, thống nhất đất nước</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/xung-dot-nga-ukraine-1020.htm"
                    title="Xung đột Nga - Ukraine"

                   >Xung đột Nga - Ukraine</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/nhan-su-moi-4253.htm"
                    title="Nhân sự mới"

                   >Nhân sự mới</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id=""   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id=""
                    class="box-category-link-title" data-type="0"
                    data-newstype="" href="/dong-su-kien/trung-dong-soi-suc-4238.htm"
                    title="Trung Đông sôi sục"

                   >Trung Đông sôi sục</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                                </div>
        </div>
        <div class="home-treding-sw-control">
            <div class="swiper-prev swiper-button-disabled" tabindex="-1" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-e1e54cd51c491969" aria-disabled="true">
                <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <rect x="0.5" y="1.13867" width="23" height="23" rx="3.5" stroke="#111111"></rect>
                    <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5303 16.169C13.8232 15.8761 13.8232 15.4012 13.5303 15.1083L11.0607 12.6387L13.5303 10.169C13.8232 9.87611 13.8232 9.40123 13.5303 9.10834C13.2374 8.81545 12.7626 8.81545 12.4697 9.10834L9.46967 12.1083C9.32902 12.249 9.25 12.4398 9.25 12.6387C9.25 12.8376 9.32902 13.0283 9.46967 13.169L12.4697 16.169C12.7626 16.4619 13.2374 16.4619 13.5303 16.169Z" fill="#111111"></path>
                </svg>

            </div>
            <div class="swiper-next" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-e1e54cd51c491969" aria-disabled="false">
                <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <rect x="0.5" y="1.13867" width="23" height="23" rx="3.5" stroke="#111111"></rect>
                    <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4697 16.169C10.1768 15.8761 10.1768 15.4012 10.4697 15.1083L12.9393 12.6387L10.4697 10.169C10.1768 9.87611 10.1768 9.40123 10.4697 9.10834C10.7626 8.81545 11.2374 8.81545 11.5303 9.10834L14.5303 12.1083C14.671 12.249 14.75 12.4398 14.75 12.6387C14.75 12.8376 14.671 13.0283 14.5303 13.169L11.5303 16.169C11.2374 16.4619 10.7626 16.4619 10.4697 16.169Z" fill="#111111"></path>
                </svg>

            </div>
        </div>
    </div>
</div>
                            </div>
                        </div>
                        <a href="https://nld.com.vn/dong-su-kien/50-nam-ngay-giai-phong-mien-nam-thong-nhat-dat-nuoc-4692.htm" target="_blank" rel="nofollow" title="50 năm ngày giải phóng miền nam thống nhất đất nước">
                            <img src="https://static.mediacdn.vn/thumb_w/821/nld.com.vn/banner_25/50nam_web.jpg" alt="50 năm ngày giải phóng miền nam thống nhất đất nước">
                        </a>
                    </div>
                    <div class="home__fsub">
                        <div data-atc="atc-showvip" class="focus_user">
                            <div class="boxuserhome">
                                <p class="usertoptitle">Thông tin tài khoản</p>
                                <p class="infoname">Xin chào! <b data-uinfo="payphone"></b></p>
                                <p class="boldinf">Tài khoản bạn đọc VIP</p>
                                <div class="fc_expire">
                                    <p class="fc_packexpire">
                                        <span class="txtstatusexpire">Ngày đến hạn</span><span class="infor1" data-uinfo="expired"></span>
                                    </p>
                                    <buttom class="btn btnextend" data-atc="renewpay">Gia hạn tài khoản</buttom>
                                </div>
                            </div>
                        </div>
                        <div class="home__fhot" data-marked-zoneid="nld_home_tinnong">
                            <div class="box-category box-border-top" data-layout="4" data-cd-key=siteid196:newsinzonefullisfocus:zone0 data-cd-top=10>
            <div class="box-category-top" style="display: flex;align-items: center;justify-content: space-between;">
            <h2 class="title-category">
                <span class="box-category-title">Tin nóng</span>
            </h2>



        </div>
        <div class="box-category-middle">
                                    <div class="box-category-item" data-id="196250422151022482"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422151022482"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/ket-qua-xo-so-hom-nay-22-4-ben-tre-ba-ria-vung-tau-bac-lieu-dak-lak-quang-nam-196250422151022482.htm"
                    title="Kết quả xổ số hôm nay, 22-4: Bến Tre, Bà Rịa - Vũng Tàu, Bạc Liêu, Đắk Lắk, Quảng Nam..."

                   >Kết quả xổ số hôm nay, 22-4: Bến Tre, Bà Rịa - Vũng Tàu, Bạc Liêu, Đắk Lắk, Quảng Nam...</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422150043418"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422150043418"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/my-danh-thue-hang-ngan-len-pin-mat-troi-dong-nam-a-196250422150043418.htm"
                    title="Mỹ đánh thuế hàng ngàn % lên pin mặt trời Đông Nam Á"

                   >Mỹ đánh thuế hàng ngàn % lên pin mặt trời Đông Nam Á</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422135009161"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422135009161"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/vu-khai-thac-trai-phep-long-song-thach-han-cong-an-vao-cuoc-196250422135009161.htm"
                    title="Vụ khai thác trái phép lòng sông Thạch Hãn: Công an vào cuộc"

                   >Vụ khai thác trái phép lòng sông Thạch Hãn: Công an vào cuộc</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422141241525"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422141241525"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/nguoi-dan-ong-dung-ai-cat-ghep-video-nghi-pham-bui-dinh-khanh-nhun-nhay-tai-tru-so-cong-an-196250422141241525.htm"
                    title="Người đàn ông dùng AI cắt ghép video nghi phạm Bùi Đình Khánh nhún nhảy tại trụ sở công an"

                   >Người đàn ông dùng AI cắt ghép video nghi phạm Bùi Đình Khánh nhún nhảy tại trụ sở công an</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422124559059"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422124559059"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/hen-uoc-bac-nam-dua-2-xe-tang-t-54-huyen-thoai-len-san-khau-196250422124559059.htm"
                    title="&quot;Hẹn ước Bắc - Nam&quot; đưa 2 xe tăng T-54 huyền thoại lên sân khấu"

                   >&quot;Hẹn ước Bắc - Nam&quot; đưa 2 xe tăng T-54 huyền thoại lên sân khấu</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422135925543"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422135925543"
                    class="box-category-link-title" data-type="13"
                    data-newstype="2" href="/clip-do-chot-chan-trong-vu-lap-tram-thu-phi-gay-buc-xuc-nhieu-nam-o-chau-doc-196250422135925543.htm"
                    title="CLIP: Dỡ chốt chặn trong vụ lập trạm thu phí gây bức xúc nhiều năm ở Châu Đốc"

                   >CLIP: Dỡ chốt chặn trong vụ lập trạm thu phí gây bức xúc nhiều năm ở Châu Đốc</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422134847331"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422134847331"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/le-hoi-khinh-khi-cau-lon-nhat-ca-nuoc-tu-truoc-den-nay-sap-dien-ra-o-dong-nai-196250422134847331.htm"
                    title="Lễ hội khinh khí cầu lớn nhất cả nước từ trước đến nay sắp diễn ra ở Đồng Nai"

                   >Lễ hội khinh khí cầu lớn nhất cả nước từ trước đến nay sắp diễn ra ở Đồng Nai</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422123459914"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422123459914"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/bat-nhom-rua-tien-xuyen-quoc-gia-voi-so-tien-hon-500-ti-dong-196250422123459914.htm"
                    title="Bắt nhóm &quot;rửa tiền&quot; xuyên quốc gia với số tiền hơn 500 tỉ đồng"

                   >Bắt nhóm &quot;rửa tiền&quot; xuyên quốc gia với số tiền hơn 500 tỉ đồng</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422123952901"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422123952901"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/toi-nay-22-4-ha-noi-ban-phao-hoa-chao-mung-ngay-thong-nhat-dat-nuoc-196250422123952901.htm"
                    title="Tối nay 22-4, Hà Nội bắn pháo hoa chào mừng ngày thống nhất đất nước"

                   >Tối nay 22-4, Hà Nội bắn pháo hoa chào mừng ngày thống nhất đất nước</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                            <div class="box-category-item" data-id="196250422121936559"   >
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250422121936559"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/thu-tuong-viet-nam-san-sang-dam-phan-voi-my-de-can-bang-thuong-mai-196250422121936559.htm"
                    title="Thủ tướng: Việt Nam sẵn sàng đàm phán với Mỹ để cân bằng thương mại"

                   >Thủ tướng: Việt Nam sẵn sàng đàm phán với Mỹ để cân bằng thương mại</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
</div>
                        </div>
                        <div class="mb-10">
                            <a href="https://nld.com.vn/dong-su-kien/ky-nguyen-moi-cua-dan-toc-4301.htm" title="Kỷ nguyên mới">
                                <img src="https://static.mediacdn.vn/thumb_w/332/nld.com.vn/images/web-ky-nguyen-moi-home.png" alt="Kỷ nguyên mới">
                            </a>
                        </div>
                        <div class="d-block">
                            <zone id="lmdnes3i"></zone>
    <script>
        if (pageSettings.allow3rd) arfAsync.push("lmdnes3i");
    </script>

                        </div>
                    </div>
                </div>
            </div>

        </div>

    </div>
    <div class="home__fv" data-marked-zoneid="nld_home_forvip">
        <div class="box-category box-border-top" data-layout="5" data-cd-key=siteid196:newsinzonefullisonhome:zone1961639 data-cd-top=10>
    <div class="container">
        <div class="box-category-top">
            <div class="box-category-top-left">
                <h2>
                    <a class="box-category-title" href="/danh-cho-ban-doc-vip.htm" title="DÀNH CHO BẠN ĐỌC VIP">
                            <span class="icon">
                                <svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path opacity="0.4" d="M21.6664 10.8317C21.6664 12.5234 21.1647 14.075 20.3014 15.37C19.6688 16.3136 18.8459 17.1144 17.8855 17.7212C16.9251 18.328 15.8485 18.7272 14.7247 18.8934C14.3281 18.9634 13.9197 18.9984 13.4997 18.9984C13.0797 18.9984 12.6714 18.9634 12.2747 18.8934C11.151 18.7272 10.0743 18.328 9.11396 17.7212C8.15359 17.1144 7.33068 16.3136 6.69806 15.37C5.80242 14.0264 5.32722 12.4465 5.33306 10.8317C5.33306 6.31671 8.98473 2.66504 13.4997 2.66504C18.0147 2.66504 21.6664 6.31671 21.6664 10.8317Z" fill="#FFA41D" />
                                    <path d="M24.2913 21.8774L22.3663 22.3324C21.9346 22.4374 21.5963 22.764 21.503 23.1957L21.0946 24.9107C21.0445 25.1212 20.9369 25.3137 20.7837 25.4665C20.6305 25.6194 20.4378 25.7266 20.2272 25.7762C20.0166 25.8259 19.7963 25.8159 19.591 25.7476C19.3857 25.6792 19.2034 25.5551 19.0646 25.389L13.4996 18.9957L7.93462 25.4007C7.79581 25.5667 7.61356 25.6909 7.40825 25.7592C7.20294 25.8276 6.98266 25.8375 6.77203 25.7879C6.5614 25.7383 6.36872 25.631 6.21554 25.4782C6.06236 25.3253 5.9547 25.1329 5.90462 24.9224L5.49628 23.2074C5.44665 22.9975 5.33961 22.8057 5.18714 22.6532C5.03467 22.5007 4.84279 22.3937 4.63295 22.344L2.70795 21.889C2.50626 21.8407 2.32105 21.7396 2.17128 21.5962C2.0215 21.4527 1.91255 21.272 1.85557 21.0726C1.79859 20.8732 1.79564 20.6622 1.84702 20.4613C1.89839 20.2603 2.00225 20.0766 2.14795 19.929L6.69795 15.379C7.33063 16.3225 8.15355 17.1233 9.11391 17.7301C10.0743 18.3369 11.1509 18.7362 12.2746 18.9024C12.6713 18.9724 13.0796 19.0074 13.4996 19.0074C13.9196 19.0074 14.328 18.9724 14.7246 18.9024C17.0463 18.564 19.0413 17.2457 20.3013 15.379L24.8513 19.929C25.4929 20.559 25.1779 21.6674 24.2913 21.8774ZM14.1763 7.30805L14.8646 8.68471C14.958 8.87138 15.2029 9.05805 15.4246 9.09305L16.673 9.30305C17.4663 9.43138 17.6529 10.0147 17.0813 10.5864L16.1129 11.5547C15.9496 11.718 15.8563 12.033 15.9146 12.2664L16.1946 13.468C16.4163 14.413 15.9146 14.7864 15.0746 14.2847L13.908 13.5964C13.7895 13.5332 13.6572 13.5001 13.523 13.5001C13.3887 13.5001 13.2564 13.5332 13.1379 13.5964L11.9713 14.2847C11.1313 14.7747 10.6296 14.413 10.8513 13.468L11.1313 12.2664C11.1779 12.0447 11.0963 11.718 10.933 11.5547L9.96462 10.5864C9.39295 10.0147 9.57962 9.44305 10.3729 9.30305L11.6213 9.09305C11.8313 9.05805 12.0763 8.87138 12.1696 8.68471L12.858 7.30805C13.1963 6.56138 13.8029 6.56138 14.1763 7.30805Z" fill="#FFA41D" />
                                </svg>
                            </span>
                        Dành cho bạn đọc VIP
                    </a>
                </h2>
                <p class="note">Chuyên mục báo chí đặc biệt, có thu phí</p>
            </div>
            <a class="btn-reg"  href="/dang-ky-danh-cho-ban-doc-vip.htm" title="Đăng ký bạn đọc VIP">Đăng ký bạn đọc VIP</a>
        </div>
    </div>
    <div class="box-category-middle">
        <div class="swiper home-fv-sw">
            <div class="swiper-wrapper">
                                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250331132107568"   >
                    <a class="box-category-link-with-avatar img-resize" href="/dao-bang-an-giau-kho-tang-khi-tong-thong-donald-trump-de-y-greenland-196250331132107568.htm" data-newstype="0"
                title="Đảo băng ẩn giấu kho tàng: Khi Tổng thống Donald Trump &quot;để ý&quot; Greenland"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/4/1/greenland-2-17434816132441454841796-0-32-600-991-crop-17434839526411225023740.jpg"
                        alt="Đảo băng ẩn giấu kho tàng: Khi Tổng thống Donald Trump &quot;để ý&quot; Greenland" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250331132107568"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/dao-bang-an-giau-kho-tang-khi-tong-thong-donald-trump-de-y-greenland-196250331132107568.htm"
                    title="Đảo băng ẩn giấu kho tàng: Khi Tổng thống Donald Trump &quot;để ý&quot; Greenland"

                   >Đảo băng ẩn giấu kho tàng: Khi Tổng thống Donald Trump &quot;để ý&quot; Greenland</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250402114842848"   >
                    <a class="box-category-link-with-avatar img-resize" href="/dao-bang-an-giau-kho-tang-bong-dang-my-trong-lich-su-greenland-196250402114842848.htm" data-newstype="0"
                title="Đảo băng ẩn giấu kho tàng: Bóng dáng Mỹ trong lịch sử Greenland"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/4/2/photo-1743569152684-1743569154568468414053-0-0-1200-1920-crop-17435692233881205396822.jpeg"
                        alt="Đảo băng ẩn giấu kho tàng: Bóng dáng Mỹ trong lịch sử Greenland" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250402114842848"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/dao-bang-an-giau-kho-tang-bong-dang-my-trong-lich-su-greenland-196250402114842848.htm"
                    title="Đảo băng ẩn giấu kho tàng: Bóng dáng Mỹ trong lịch sử Greenland"

                   >Đảo băng ẩn giấu kho tàng: Bóng dáng Mỹ trong lịch sử Greenland</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250401152926332"   >
                    <a class="box-category-link-with-avatar img-resize" href="/greenland-dao-bang-an-giau-kho-tang-196250401152926332.htm" data-newstype="0"
                title="Greenland - đảo băng ẩn giấu kho tàng"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/4/2/natgeo-1743501040979773652478-36-0-1316-2048-crop-17435623148021969904200.jpg"
                        alt="Greenland - đảo băng ẩn giấu kho tàng" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250401152926332"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/greenland-dao-bang-an-giau-kho-tang-196250401152926332.htm"
                    title="Greenland - đảo băng ẩn giấu kho tàng"

                   >Greenland - đảo băng ẩn giấu kho tàng</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="19625040216365239"   >
                    <a class="box-category-link-with-avatar img-resize" href="/nsut-le-trung-thao-dan-than-vi-dam-me-su-viet-19625040216365239.htm" data-newstype="11"
                title="NSƯT Lê Trung Thảo - Dấn thân vì đam mê sử Việt"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/4/2/ava-thuong-1743586128048950462106.png"
                        alt="NSƯT Lê Trung Thảo - Dấn thân vì đam mê sử Việt" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="19625040216365239"
                    class="box-category-link-title" data-type="27"
                    data-newstype="11" href="/nsut-le-trung-thao-dan-than-vi-dam-me-su-viet-19625040216365239.htm"
                    title="NSƯT Lê Trung Thảo - Dấn thân vì đam mê sử Việt"

                   >NSƯT Lê Trung Thảo - Dấn thân vì đam mê sử Việt</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250228151836486"   >
                    <a class="box-category-link-with-avatar img-resize" href="/dong-ho-5-doi-giu-ao-vua-ban-196250228151836486.htm" data-newstype="0"
                title="Dòng họ 5 đời giữ áo Vua ban"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/28/thumb-black-white-modern-worlds-history-facebook-cover-6-17407304301631856750695-17407304340641808886444-162-260-1089-1744-crop-17407304513801042419461.png"
                        alt="Dòng họ 5 đời giữ áo Vua ban" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250228151836486"
                    class="box-category-link-title" data-type="27"
                    data-newstype="0" href="/dong-ho-5-doi-giu-ao-vua-ban-196250228151836486.htm"
                    title="Dòng họ 5 đời giữ áo Vua ban"

                   >Dòng họ 5 đời giữ áo Vua ban</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250218104345938"   >
                    <a class="box-category-link-with-avatar img-resize" href="/nao-dong-chien-dich-tran-ap-nhap-cu-lau-o-my-noi-de-hon-lam-196250218104345938.htm" data-newstype="0"
                title="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ: Nói dễ hơn làm?"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/19/vip-nhap-cu-2-1739856094573929147058-38-0-601-900-crop-1739939612113562333527.jpg"
                        alt="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ: Nói dễ hơn làm?" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250218104345938"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/nao-dong-chien-dich-tran-ap-nhap-cu-lau-o-my-noi-de-hon-lam-196250218104345938.htm"
                    title="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ: Nói dễ hơn làm?"

                   >Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ: Nói dễ hơn làm?</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250221230717829"   >
                    <a class="box-category-link-with-avatar img-resize" href="/nao-dong-chien-dich-tran-ap-nhap-cu-lau-o-my-noi-am-anh-cua-ong-donald-trump-196250221230717829.htm" data-newstype="0"
                title="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ: Nỗi “ám ảnh” của ông Donald Trump"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/21/photo-1740153802634-17401538028201130500819-0-0-675-1080-crop-1740153869513914800256.jpeg"
                        alt="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ: Nỗi “ám ảnh” của ông Donald Trump" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250221230717829"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/nao-dong-chien-dich-tran-ap-nhap-cu-lau-o-my-noi-am-anh-cua-ong-donald-trump-196250221230717829.htm"
                    title="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ: Nỗi “ám ảnh” của ông Donald Trump"

                   >Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ: Nỗi “ám ảnh” của ông Donald Trump</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250220170110094"   >
                    <a class="box-category-link-with-avatar img-resize" href="/nao-dong-chien-dich-tran-ap-nhap-cu-lau-o-my-196250220170110094.htm" data-newstype="0"
                title="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/21/untitled-17401089843041070174724-0-133-1439-2435-crop-1740109397542646168208.jpg"
                        alt="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250220170110094"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/nao-dong-chien-dich-tran-ap-nhap-cu-lau-o-my-196250220170110094.htm"
                    title="Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ"

                   >Náo động chiến dịch trấn áp nhập cư lậu ở Mỹ</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250222111031631"   >
                    <a class="box-category-link-with-avatar img-resize" href="/nhin-lai-3-nam-xung-dot-nga-ukraine-doan-ket-nao-cho-cac-ben-196250222111031631.htm" data-newstype="11"
                title="Nhìn lại 3 năm xung đột Nga - Ukraine, đoạn kết nào cho các bên?"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/22/photo-collagepng-17402295530031772106807-34-0-709-1080-crop-1740229594125179412708.png"
                        alt="Nhìn lại 3 năm xung đột Nga - Ukraine, đoạn kết nào cho các bên?" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250222111031631"
                    class="box-category-link-title" data-type="27"
                    data-newstype="11" href="/nhin-lai-3-nam-xung-dot-nga-ukraine-doan-ket-nao-cho-cac-ben-196250222111031631.htm"
                    title="Nhìn lại 3 năm xung đột Nga - Ukraine, đoạn kết nào cho các bên?"

                   >Nhìn lại 3 năm xung đột Nga - Ukraine, đoạn kết nào cho các bên?</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250220103143641"   >
                    <a class="box-category-link-with-avatar img-resize" href="/ly-ky-4-khoi-thach-moc-trong-ngoi-co-mieu-o-binh-thuan-196250220103143641.htm" data-newstype="0"
                title="Ly kỳ 4 khối thạch mộc trong ngôi cổ miếu ở Bình Thuận"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/20/thien-y-co-mieu-2-1740021182620689544740-0-124-1125-1924-crop-1740021191755604382124.png"
                        alt="Ly kỳ 4 khối thạch mộc trong ngôi cổ miếu ở Bình Thuận" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250220103143641"
                    class="box-category-link-title" data-type="27"
                    data-newstype="0" href="/ly-ky-4-khoi-thach-moc-trong-ngoi-co-mieu-o-binh-thuan-196250220103143641.htm"
                    title="Ly kỳ 4 khối thạch mộc trong ngôi cổ miếu ở Bình Thuận"

                   >Ly kỳ 4 khối thạch mộc trong ngôi cổ miếu ở Bình Thuận</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250212202441904"   >
                    <a class="box-category-link-with-avatar img-resize" href="/nhin-lai-bong-da-viet-tu-asean-cup-2024-can-mot-ke-hoach-phat-trien-can-co-196250212202441904.htm" data-newstype="11"
                title="Nhìn lại bóng đá Việt từ ASEAN Cup 2024: Cần một kế hoạch phát triển căn cơ"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/12/ava-thuong-1739366177040384551588.png"
                        alt="Nhìn lại bóng đá Việt từ ASEAN Cup 2024: Cần một kế hoạch phát triển căn cơ" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250212202441904"
                    class="box-category-link-title" data-type="27"
                    data-newstype="11" href="/nhin-lai-bong-da-viet-tu-asean-cup-2024-can-mot-ke-hoach-phat-trien-can-co-196250212202441904.htm"
                    title="Nhìn lại bóng đá Việt từ ASEAN Cup 2024: Cần một kế hoạch phát triển căn cơ"

                   >Nhìn lại bóng đá Việt từ ASEAN Cup 2024: Cần một kế hoạch phát triển căn cơ</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250211173440822"   >
                    <a class="box-category-link-with-avatar img-resize" href="/nhin-lai-bong-da-viet-tu-asean-cup-2024-196250211173440822.htm" data-newstype="11"
                title="Nhìn lại bóng đá Việt từ ASEAN Cup 2024"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/11/ava-thuong-v02-17392696614321507431448.png"
                        alt="Nhìn lại bóng đá Việt từ ASEAN Cup 2024" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250211173440822"
                    class="box-category-link-title" data-type="27"
                    data-newstype="11" href="/nhin-lai-bong-da-viet-tu-asean-cup-2024-196250211173440822.htm"
                    title="Nhìn lại bóng đá Việt từ ASEAN Cup 2024"

                   >Nhìn lại bóng đá Việt từ ASEAN Cup 2024</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250205101952674"   >
                    <a class="box-category-link-with-avatar img-resize" href="/khung-hoang-fentanyl-tai-my-ong-trump-dan-bang-ca-nhan-len-vet-thuong-chay-mau-o-at-196250205101952674.htm" data-newstype="0"
                title="Khủng hoảng fentanyl tại Mỹ: Ông Trump &quot;dán băng cá nhân lên vết thương chảy máu ồ ạt&quot;?"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/6/fentanylparalaxphoto1200x900-1738851052643155972063-97-0-847-1200-crop-17388510859381110305594.jpg"
                        alt="Khủng hoảng fentanyl tại Mỹ: Ông Trump &quot;dán băng cá nhân lên vết thương chảy máu ồ ạt&quot;?" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250205101952674"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/khung-hoang-fentanyl-tai-my-ong-trump-dan-bang-ca-nhan-len-vet-thuong-chay-mau-o-at-196250205101952674.htm"
                    title="Khủng hoảng fentanyl tại Mỹ: Ông Trump &quot;dán băng cá nhân lên vết thương chảy máu ồ ạt&quot;?"

                   >Khủng hoảng fentanyl tại Mỹ: Ông Trump &quot;dán băng cá nhân lên vết thương chảy máu ồ ạt&quot;?</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                            <div class="swiper-slide">
                            <div class="box-category-item" data-id="196250210230508103"   >
                    <a class="box-category-link-with-avatar img-resize" href="/ly-ky-bao-vat-quoc-gia-gian-truan-so-phan-hoang-de-chi-bao-196250210230508103.htm" data-newstype="0"
                title="Ly kỳ bảo vật quốc gia: Gian truân số phận “Hoàng đế chi bảo”"  >
                                    <img data-type="avatar"  
                        src="https://nld.mediacdn.vn/zoom/253_158/291774122806476800/2025/2/10/anh-chup-man-hinh-2025-01-26-luc-22-05-16-17392035689652113853767-21-0-503-771-crop-1739203606056378380029.png"
                        alt="Ly kỳ bảo vật quốc gia: Gian truân số phận “Hoàng đế chi bảo”" loading=lazy
                        class="box-category-avatar">
                            </a>
        
        <div class="box-category-content">
            <h3 class="box-category-title-text">
                <a data-type="title" data-linktype="newsdetail" data-id="196250210230508103"
                    class="box-category-link-title" data-type="0"
                    data-newstype="0" href="/ly-ky-bao-vat-quoc-gia-gian-truan-so-phan-hoang-de-chi-bao-196250210230508103.htm"
                    title="Ly kỳ bảo vật quốc gia: Gian truân số phận “Hoàng đế chi bảo”"

                   >Ly kỳ bảo vật quốc gia: Gian truân số phận “Hoàng đế chi bảo”</a>
                </h3>

                                        
                                        
                
                    </div>

        </div>
                        </div>
                                                </div>
            <div class="swiper-scrollbar"></div>
        </div>
    </div>
</div>
    </div>
    <div class="container m-90">
        <zone id="lmdr2hv7"></zone>
    <script>
        if (pageSettings.allow3rd) arfAsync.push("lmdr2hv7");
    </script>

    </div>
    <div class="box-stream-item box-stream-item-load"></div>
    <div class="list__viewmore">
    </div>
    <div class="configHidden">
        <input type="hidden" name="hdZoneHome" id="hdZoneHome" value="1" />
             <input type="hidden" name="hdZoneId" id="hdZoneId" value="0" />
             <input type="hidden" name="hdPageIndex" id="hdPageIndex" value="1" />
    </div>
</div>
<zone id="lnty7q3g"></zone>
    <script>
        if (pageSettings.allow3rd) arfAsync.push("lnty7q3g");
    </script>

<script async src="https://static.mediacdn.vn/common/js/configsiteinfo.v1.min.js"></script>
<footer class="footer">
    <div class="container">
        <a href="/" class="footer__logo" title="Báo Người Lao Động: Tin tức mới nhất 24h, tin nhanh, nóng nhất">
            <img src="https://static.mediacdn.vn/nld.com.vn/image/logo-footer.png" alt="Báo Người Lao Động: Tin tức mới nhất 24h, tin nhanh, nóng nhất" width="154" height="23">
        </a>
        <div class="footer__nav">
            <a href="/thoi-su.htm" class="nav-link" title="Thời sự">Thời sự</a>
            <a href="/quoc-te.htm" class="nav-link" title="Quốc tế">Quốc tế</a>
            <a href="/lao-dong.htm" class="nav-link" title="Lao động">Lao động</a>
            <a href="/ban-doc.htm" class="nav-link" title="Bạn đọc">Bạn đọc</a>
            <a href="/kinh-te.htm" class="nav-link" title="Kinh tế">Kinh tế</a>
            <a href="/suc-khoe.htm" class="nav-link" title="Sức khỏe">Sức khỏe</a>
            <a href="/giao-duc-khoa-hoc.htm" class="nav-link" title="Giáo dục">Giáo dục</a>
            <a href="/phap-luat.htm" class="nav-link" title="Pháp luật">Pháp luật</a>
            <a href="/van-hoa-van-nghe.htm" class="nav-link" title="Văn hóa - Văn nghệ">Văn hóa - Văn nghệ</a>
            <a href="/giai-tri.htm" class="nav-link" title="Giải trí">Giải trí</a>
            <a href="/the-thao.htm" class="nav-link" title="Thể thao">Thể thao</a>
            <a href="/ai-365.htm" class="nav-link" title="AI 365">AI 365</a>
            <a href="/du-lich-xanh.htm" class="nav-link" title="Du lịch xanh">Du lịch xanh</a>
            <a href="https://phunu.nld.com.vn/" class="nav-link" target="_blank" rel="nofollow" title="Phụ nữ">Phụ nữ</a>
            <a href="/gia-dinh.htm" class="nav-link" title="Gia đình">Gia đình</a>
            <a class="nav-link" title="Địa ốc" href="https://diaoc.nld.com.vn"  target="_blank" rel="nofollow">Địa ốc</a>
        </div>
        <div class="footer__middle">
            <div class="col">
                <div class="box">
                    <p class="box-title">Báo Người Lao Động Điện Tử</p>
                    <p class="text">
                        Cơ quan chủ quản: Thành ủy Thành phố Hồ Chí Minh
                    </p>
                    <br />
                    <p class="text">
                        © Giấy phép số 115/GP- BTTTT cấp ngày 09-02-2021
                    </p>
                    <p class="text">
                        Tổng Biên tập: TÔ ĐÌNH TUÂN
                    </p>
                    <p class="text">
                        Phó Tổng Biên tập: DƯƠNG QUANG, BÙI THANH LIÊM,<br> LÊ CƯỜNG<br>
                        Tổng TKTS: NGUYỄN TỐ BÌNH
                    </p>
                </div>
            </div>
            <div class="col">
                <div class="box">
                    <p class="box-title">Trụ sở chính</p>
                    <p class="text">
                        127 Võ Văn Tần, Phường Võ Thị Sáu, Quận 3 - TPHCM.
                    </p>
                    <p class="text">
                        Điện thoại:<span class="blue">028-3930.6262 / 028-3930.5376</span>
                    </p>
                    <p class="text">
                        Fax: <span class="blue">028-3930.4707</span>
                    </p>
                </div>
                <div class="box">
                    <p class="box-title">Liên hệ quảng cáo</p>
                    <div class="vcc-ct">
                        <ul>
                            <li>
                                 <div class="footer-ads-title">LIÊN HỆ QUẢNG CÁO BÁO ĐIỆN TỬ</div>
                                 <div class="footer-ads-mail">Email: lienhequangbadoanhnghiep@gmail.com</div>
                                 <div class="footer-ads-phone">Điện thoại: 0988154838</div>

                            </li>
                            <hr>
                            <li>
                                 <div class="footer-ads-title">LIÊN HỆ QUẢNG CÁO BÁO IN</div>
                                 <div class="footer-ads-mail">Email: quangcao@nld.com.vn</div>
                                 <div class="footer-ads-phone2">Điện thoại: 028 39303574</div>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
            <div class="col">
                <div class="box">
                    <p class="box-title">Theo dõi chúng tôi</p>
                    <div class="social">
                        <a href="https://www.facebook.com/nguoilaodong" rel="nofollow" target="_blank" title="Facebook" class="item">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-fb.svg" alt="Facebook" width="28" height="29" loading="lazy">
                        </a>
                        <a href="https://www.youtube.com/channel/UCzkyOx_0O1pGOqHiUMOe2KQ?sub_confirmation=1"
                           title="Youtube" target="_blank" rel="nofollow" class="item">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-youtube.svg" alt="Youtube" width="28" height="29" loading="lazy">
                        </a>
                        <a href="https://zalo.me/4417973660626754335" target="_blank" rel="nofollow" class="item" title="Zalo" >
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-zalo.svg" alt="Zalo" width="28" height="29" loading="lazy">
                        </a>
                        <a href="/rss.htm" class="item" title="Rss">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-rss.svg" alt="Rss" width="24" height="24" loading="lazy">
                        </a>
                    </div>
                </div>
                <div class="box">
                    <p class="box-title">Tải ứng dụng đọc báo Người Lao Động</p>
                    <div class="download">
                        <a href="https://apps.apple.com/vn/app/ng%C6%B0%E1%BB%9Di-lao-%C4%91%E1%BB%99ng/id862310588?l=vi" target="_blank" rel="nofollow"  title="Download" class="item">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-app-store.svg" alt="Download" title="Download" width="125" height="39" loading="lazy">
                        </a>
                        <a href="https://play.google.com/store/apps/details?id=vcc.mobilenewsreader.nguoilaodong" target="_blank" rel="nofollow" class="item" title="Download">
                            <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-google-play.svg" alt="Download" title="Download" width="125" height="39" loading="lazy">
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <div class="footer__bottom">
            Bản quyền thuộc về Báo Người Lao Động. Các website khác đã được chúng tôi đồng ý cho khai thác thông tin, khi đăng lại phải ghi rõ nguồn: Theo Báo Người Lao Động (www.nld.com.vn).
        </div>
    </div>
</footer>
<div id="back-to-top" >
    <a href="javascript:;" title="Back To Top" class="layout__sticky-icon" rel="nofollow">
            <span class="icon">
                <img src="https://static.mediacdn.vn/nld.com.vn/image/icon-back-to-top.svg" alt="Lên đầu"  title="Lên đầu">
            </span>
        <span class="text">Top</span>
    </a>
</div>
<div id="g_id_onload"
     data-client_id="894889422407-dhu0ln526b2h3hu4sjg5euummmjmggp0.apps.googleusercontent.com"
     data-context="use"
     data-login_uri="https://ids4nld1.nld.com.vn/Account/GoogleOneTapLogin?clientId=nld&key=8N3aRtVAkz71W2HX3k2X"
     data-nonce=""
     data-itp_support="true">
</div>
<div class="alert-box alert">
<div class="alert-content">
        <h4 class="alert-title"></h4>
        <input type="button" class="btn-alert-confirm" value="Xác nhận"/>
    </div>
</div>
<div class="popup__modal hidden" id="noti-modal-alert">
    <div class="popup__content text-center small">
        <div class="popup__header">
            <span class="text">Thông báo</span>
            <button class="close">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M12.0002 10.5867L16.9502 5.63672L18.3652 7.05172L13.4152 12.0017L18.3652 16.9517L16.9502 18.3657L12.0002 13.4157L7.05021 18.3657L5.63721 16.9507L10.5872 12.0007L5.63721 7.05072L7.05021 5.63872L12.0002 10.5887V10.5867Z" fill="#999999" />
                </svg>
            </button>
        </div>
        <div class="popup__middle ">
            <p class="title"></p>
            <p class="text"></p>
        </div>
        <div class="popup__footer">
            <button id="btnClosePopup" class="btn-close">Đóng</button>
        </div>
    </div>
    <div class="popup__bg"></div>
</div>
<div class="renewpay-modal">
    <div class="renew_content">
        <div class="renew_header ">
            <span class="text no-padd">Gia hạn tài khoản bạn đọc VIP</span>
            <button class="close">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M12.0002 10.5867L16.9502 5.63672L18.3652 7.05172L13.4152 12.0017L18.3652 16.9517L16.9502 18.3657L12.0002 13.4157L7.05021 18.3657L5.63721 16.9507L10.5872 12.0007L5.63721 7.05072L7.05021 5.63872L12.0002 10.5887V10.5867Z" fill="#999999"></path>
                </svg>

            </button>
        </div>
        <div class="formpayment_popup" data-form="formpaymentmethod">
            <div class="news-purchase__pay flex justify-between">
                <div class="payments-selection">
                    <p class="titlepayment">Chọn phương thức thanh toán</p>
                </div>
                <p class="txtexpiredate">Tài khoản bạn đọc VIP sẽ được gia hạn từ <span data-uinfo="expired"></span>&nbsp;tới <span data-extend="expired"></span></p>
                <ul class="pack-selection__box row" data-load="loadPayPack"></ul>
                <a href="javascript:;" rel="nofollow" class="btnform btnSelectRenewPayPack" data-atc="SelectPayPack" data-page="popuprenew">Chọn phương thức thanh toán</a>
            </div>
            <div class="formPaymentMethod">
                <div class="payments-selection">
                    <div class="boxpaymentstep2 opcityvisible">
                        <p class="titlepayment">Chọn một trong số các hình thức sau</p>
                        <div class="payments-selection-select flex" data-load="loadPayMethodPopup">
                        </div>
                        <div class="payments-selection-select flex" data-load="loadPayMethodCKSTK">
                        </div>
                    </div>
                </div>
                <div class="export-bill" style="display: none">
                    <div class="export-bill-checkbox flex items-center">
                        <input type="checkbox" name="" id="">
                        <p>Yêu cầu xuất hóa đơn điện tử</p>
                    </div>

                    <div class="export-bill-form hidden">
                        <fieldset>
                            <div class="row">
                                <label for="taxCompany">Tên công ty</label>
                                <input type="text" id="taxCompany">
                            </div>
                            <div class="row">
                                <label for="taxCode">Mã số thuê</label>
                                <input type="text" id="taxCode">
                            </div>
                            <div class="row">
                                <label for="taxAddress">Địa chỉ</label>
                                <input type="text" id="taxAddress">
                            </div>
                            <div class="row">
                                <label for="taxEmail">Địa chỉ email</label>
                                <input type="text" id="taxEmail">
                            </div>
                            <div class="row">
                                <label for="chkSaveTax">Lưu thông tin hóa đơn</label>
                                <div class='checkbox-wrap'>
                                    <input type="checkbox" id="chkSaveTax">
                                </div>
                            </div>
                        </fieldset>

                        <p class="export-bill__form-note">
                            (Lưu ý: Nếu quý độc giả không nhập thông tin hóa đơn, Dân Việt sẽ xuất hóa đơn điện tử theo thông tin tài khoản cá nhân quý khách đăng ký)
                        </p>
                    </div>
                </div>
                <div class="items-center news-purchase__policy infocktk" data-load="blockckstk" style="display: none;">
                    <p>
                        Ngân hàng TMCP Sài Gòn Công thương - Hội sở ( Saigon Bank )
                    </p>
                    <p>Tên tài khoản: BÁO NGƯỜI LAO ĐỘNG</p>
                    <p>Số tài khoản: 000170406123456</p>
                    <p>Nội dung chuyển khoản: <b><span data-uinfo="payphone"></span><span id="payemail" data-uinfo="payemail"></span>&nbsp;- <span data-paypack="paymethodname"></span></b></p>
                    <p>
                        Lưu ý: Bạn đọc lưu ý nhập chính xác Nội dung chuyển khoản ở trên.
                        Gói đọc báo có thu phí sẽ được kích hoạt trong vòng 5 giờ (giờ hành chính) sau khi Báo Người Lao Động nhận được thanh toán của bạn.
                    </p>
                </div>
                <div class="news-purchase__policy flex items-center opcityvisible">
                    <input type="checkbox" name="chkTerm" data-id="chkTerm">
                    <p class="chkCheckbox"><span>Tôi đồng ý với </span> <a href='/static/dieu-khoan-va-chinh-sach.htm' target="_blank" title='Điều khoản'>điều khoản sử dụng và chính sách thanh toán</a><span> của nld.com.vn</span></p>
                </div>
                <div class="news-purchase__buttons flex justify-center opcityvisible">
                    <a href="javascript:;" rel="nofollow" title="THANH TOÁN" class='btnform pay disabled' data-id="btnPay">Thanh toán</a>
                </div>
            </div>
        </div>
    </div>
    <div class="renewpay-overlay-dark"></div>
</div>


<div class="popupqrcode modal">
    <div class="box-zalopay">
        <div id="formQrCodeZalo" data-page="dangkydanhchobandocvip"></div>
        <div class="d-flex justify-content-center zaloguide">
            <div>
                <p class="mb-0"><b>Hướng dẫn thanh toán</b></p>
                <ul>
                    <li><u>Bước 1</u>: <strong>Mở</strong> ứng dụng <strong>Zalopay</strong></li>
                    <li><u>Bước 2</u>: Chọn <strong>"Thanh Toán"</strong><img class="ml-1" src="https://static.mediacdn.vn/nld/images/qr-scan-zlp.png" width="27" height="23">
                        và quét mã QR</li>
                    <li><u>Bước 3</u>: <strong>Xác nhận thanh toán</strong> ở ứng dụng</li>
                </ul>
            </div>
        </div>
    </div>

</div>

<div class="popupdialog_modal" id="noti-modal-diglog">
    <div class="popupdialog_content">
        <div class="popupdialog_header ">
            <span class="text no-padd" data-dialog="title">Thông báo</span>
            <button class="close" data-atc="dialogcancel">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M12.0002 10.5867L16.9502 5.63672L18.3652 7.05172L13.4152 12.0017L18.3652 16.9517L16.9502 18.3657L12.0002 13.4157L7.05021 18.3657L5.63721 16.9507L10.5872 12.0007L5.63721 7.05072L7.05021 5.63872L12.0002 10.5887V10.5867Z" fill="#999999"></path>
                </svg>
            </button>
        </div>
        <div class="popupdialog_middle">
            <div data-dialog="content"></div>
        </div>
        <div class="popupdialog_footer text-center">
            <button class="btn-close" data-atc="dialogcancel" data-dialog="btncancel"></button>
            <button class="btn-close btnconfirm" data-atc="dialogconfirm"></button>
            <button class="btn-close btnconfirm" data-atc="login" style="display:none;">Đăng nhập</button>
        </div>
    </div>
    <div class="popupdialog_bg"></div>
</div>
<script>
    (runinit = window.runinit || []).push(function () {
        $(function () {
            $('#btn-login-popup').click(function (e) {
                e.stopPropagation();
                if ($('#btn-login').length > 0) {
                    $('#btn-login').click();
                }
                else {
                    startSigninMainWindow();
                }
            });
        });
    });
</script>
    <script async src="https://static.mediacdn.vn/nld.com.vn/web_js/20240913/nld.home.min.js?v4"></script>




<script type="text/javascript">
        if (pageSettings.allow3rd) {
            loadJsAsync("https://static.mediacdn.vn/nld.com.vn/web_js/20250402/nld.login.min.js");
        }
    </script>














<div>
    <input type="hidden" name="dbcheck" id="dbcheck" value="DetailCloud4_NLD60254205">
</div>
</body>
</html>
<!--s: 22/04/2025 15:22:24-->  <!--CachedInfo:LastModifiedDate: 22/04/2025 15:22:24 | TimeCD: 2025-04-22T15:22:23.504658-->