CINXE.COM

Kho báu » Báo Phụ Nữ Việt Nam

<!DOCTYPE html> <html lang="vi"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- DESKTOP LIVE HEADER CONFIG --> <meta name="google-site-verification" content="RhPwkIZRNqK4GwCQNCsC72b4ToxP5MU8YTwg0auWhVo" /> <title>Kho báu » Báo Phụ Nữ Việt Nam</title> <meta name="description" content="kho báu" /> <meta name="keywords" content="kho-bau" /> <meta name="news_keywords" content="kho-bau" /> <meta property="og:title" content="Kho b&#225;u &#187; B&#225;o Phụ Nữ Việt Nam" /> <meta property="og:description" content="kho b&#225;u" /> <meta property="article:tag" content="kho-bau" /> <meta name="revisit-after" content="1 days"> <link rel="canonical" href="https://phunuvietnam.vn/kho-bau/cho-chay-huyen-thoai-cua-thu-phi-vua-ly-anh-tong-post15960.html" /> <meta name="viewport" content="width=device-width,&#32;initial-scale=1.0" /> <meta name="author" content="Phunuvietnam" /> <meta name="copyright" content="Copyright (c) by https://phunuvietnam.vn" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <meta http-equiv="content-language" content="vi" /> <meta name="distribution" content="Global" /> <meta name="GENERATOR" content="https://phunuvietnam.vn" /> <meta name="RATING" content="GENERAL" /> <meta http-equiv="Cache-control" content="Public" /> <meta http-equiv="Expires" content="600" /> <meta http-equiv="refresh" content="1800" /> <meta name="Language" content="vi" /> <!-- Robots --> <meta name="Googlebot" content="index,follow" /> <meta name="Googlebot-News" content="index,follow" /> <meta name="robots" content="index,follow,all" /> <!-- DNS PREFETCH --> <meta http-equiv="x-dns-prefetch-control" content="on" /> <link rel="dns-prefetch" href="https://static.mediacdn.vn/"> <link rel="dns-prefetch" href="https://phunuvietnam.mediacdn.vn"> <link rel="dns-prefetch" href="https://videothumbs.mediacdn.vn/"> <link rel="dns-prefetch" href="https://videothumbs-ext.mediacdn.vn/"> <!-- Open Graph data --> <meta property="og:type" content="website" /> <meta property="og:site_name" content="B&#xC1;O PH&#x1EE4; N&#x1EEE; VI&#x1EC6;T NAM &#x110;I&#x1EC6;N T&#x1EEC;" /> <meta property="og:rich_attachment" content="true" /> <meta property="article:publisher" content="https://www.facebook.com/baophunuvn/" /> <meta property="og:url" content="https://phunuvietnam.vn/kho-bau/cho-chay-huyen-thoai-cua-thu-phi-vua-ly-anh-tong-post15960.html" /> <meta property="og:image" content="https://static.mediacdn.vn/phunuvietnam/images/logoshare.jpg" /> <meta property="twitter:image" content="https://static.mediacdn.vn/phunuvietnam/images/logoshare.jpg" /> <meta property="og:image:type" content="image/png" /> <meta property="twitter:card" content="summary_large_image" /> <meta property="og:image:width" content="600" /> <meta property="og:image:height" content="315" /> <meta property="fb:app_id" content="1146545922067018" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name":"BÁO PHỤ NỮ VIỆT NAM ĐIỆN TỬ", "url": "https://phunuvietnam.vn", "logo": "https://static.mediacdn.vn/phunuvietnam/web_images/logo-60-v1.png", "email": "mailto:pnvnonline@phunuvietnam.vn", "sameAs":[ "https://www.facebook.com/baophunuvn/"], "contactPoint": [{ "@type": "ContactPoint", "telephone": "+842439713500", "contactType": "customer service" }], "address": { "@type": "PostalAddress", "addressLocality": "Hai Bà Trưng", "addressRegion": "Hà Nội", "addressCountry": "Vietnam", "postalCode":"100000", "streetAddress": "47 Hàng Chuối" } } </script> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type": "WebSite", "name":"kho báu » Báo Phụ Nữ Việt Nam", "alternateName": "kho báu", "url":"https://phunuvietnam.vn/kho-bau.html" } </script> <script type="application/ld+json"> { "@context":"http://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Trang chủ", "item": "https://phunuvietnam.vn" },{ "@type": "ListItem", "position": 2, "name": "kho báu", "item": "https://phunuvietnam.vn/kho-bau.html" } ] } </script> <!-- FAVICON --> <link rel="shortcut icon" href="https://static.mediacdn.vn/phunuvietnam/web_images/logo-60-v1.png" type="image/x-icon" /> <meta http-equiv="audience" content="General"> <meta name="MobileOptimized" content="100" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-touch-fullscreen" content="yes" /> <!-- PAGE CONFIG --> <meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="address=no" /> <script nonce="sclotusinnline" type="text/javascript"> var _ADM_Channel = '%2Ftag%2F'; </script> <script type="text/javascript"> 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) { var scriptEl = document.createElement("script"); scriptEl.type = "text/javascript"; scriptEl.async = true; 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 loadJsDefer(e, t, a) { var n = document.createElement("script"); if (n.type = "text/javascript", n.defer = !0, "function" == typeof t && (n.onreadystatechange = n.onload = function () { t() }), n.src = e, void 0 !== a && n.setAttribute("onerror", a), n) { for (var r = document.getElementsByTagName("script"), c = !1, o = 0; o < r.length; o++)r[o].src == e && (c = !0); !c && document.getElementsByTagName("head")[0].appendChild(n) } } var hdUserAgent = getMeta("uc:useragent"); var isNotAllowAds = hdUserAgent.includes("not-allow-ads"); var appSettings = { domain: "https://phunuvietnam.vn", ajaxDomain: "https://eth.cnnd.vn", domainUtil: "https://eth.cnnd.vn", signalrHost: "", sharefbApiDomain: "https://sharefb.cnnd.vn", weather: "https://weather.cnnd.vn", videoplayer: "https://vcplayer.mediacdn.vn", imageStorage: "https://phunuvietnam.mediacdn.vn", videoImageDomain: "https://videothumbs.mediacdn.vn", sportApi: "http://s1.channelvn.net", allowSignalr: false, extension: ".htm", allowAds: true && !isNotAllowAds }; Object.freeze(appSettings); </script> <script> if (!isNotAllowAds) { loadJsAsync('https://media1.admicro.vn/core/adm_tracking.js'); } </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script> if (!isNotAllowAds) { (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-4263013-7', 'auto', { 'name': 'pagepnvn' }); ga('pagepnvn.send', 'pageview'); ga('create', 'UA-66105451-1', 'auto'); ga('send', 'pageview'); } </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } if (!isNotAllowAds) { loadJsAsync('https://www.googletagmanager.com/gtag/js?id=G-EEQYP52RTG'); gtag('js', new Date()); gtag('config', 'G-EEQYP52RTG'); } </script> <script type="text/javascript"> if (!isNotAllowAds) { (function (w, c, d) { w['admicroAnalyticsObject'] = c; w[c] = w[c] || function () { (w[d] = w[d] || []).push(arguments); }; w[c].t = 1 * new Date(); var a = document.createElement("script"); a.type = "text/javascript"; a.async = !0; a.src = "//static.contineljs.com/core/analytics.js"; var b = document.getElementsByTagName("script")[0]; b.parentNode.insertBefore(a, b); })(window, 'admicro_analytics', 'admicro_analytics_q'); admicro_analytics({ event: "pageviews", domain: "phunuvietnam.vn", id: 1771 }); } </script> <style> /* .header { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: grayscale(100%); position: relative; z-index: 9; } */ .quoc-tang { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: grayscale(100%); position: relative; z-index: 9; } .box-banner-header-right { margin: -23px 0 -17px; width: 340px; } </style> <link href="https://static.mediacdn.vn/phunuvietnam/web_min/cate-24012024v3.min.css" rel="stylesheet" /> <!-- ADS ASYNC--> <!-- script cắm ở đầu site --> <script> var arfAsync = arfAsync || []; if (!isNotAllowAds) { loadJsAsync('https://static.amcdn.vn/tka/cdn.js'); loadJsAsync('https://media1.admicro.vn/cms/Arf.min.js', "", callbackEr = "window.arferrorload = true;"); } </script> </head> <body class="relative"> <input type="hidden" name="hdOrgTitle" id="hdOrgTitle" value="kho báu" /> <input type="hidden" name="hdZoneId" id="hdZoneId" value="0" /> <input type="hidden" name="hdTagUrl" id="hdTagUrl" value="kho-bau" /> <input type="hidden" name="hdPageIndex" id="hdPageIndex" value="1" /> <div id="fb-root"></div> <div id="admWrapsite"> <zone id="k1hcsv7k"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("k1hcsv7k"); </script> <header class="header"> <div class="header__top"> <div class="container"> <div class="header__top-flex"> <div class="header__t-left"> <div class="time"> <span class="icon"> <svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.5 2C5.375 2 2 5.375 2 9.5C2 13.625 5.375 17 9.5 17C13.625 17 17 13.625 17 9.5C17 5.375 13.625 2 9.5 2ZM11.825 9.05L9.875 10.175C9.5 10.4 9.05 10.25 8.825 9.875C8.75 9.725 8.75 9.65 8.75 9.5V5.75C8.75 5.3 9.05 5 9.5 5C9.95 5 10.25 5.3 10.25 5.75V8.225L11.075 7.775C11.45 7.55 11.9 7.7 12.125 8.075C12.35 8.45 12.2 8.825 11.825 9.05Z" fill="#8D99AE" /> </svg> </span> <span class="header-time">Thứ ..., 24/11/2024</span> </div> <div class="box-weather"> <div class="box-title home__weather"> <div class="label" id="divWeather"> </div> <span class="collapse"> <svg width="10" height="7" viewBox="0 0 6 5" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.5 1.25L3 3.75L5.5 1.25" stroke="#2B2D42" /> </svg> </span> <div class="box_weather"> <input class="search_city" placeholder="Nhập tên tỉnh thành..." /> <ul id="lstTinhThanh"> </ul> </div> </div> </div> </div> <div class="header__t-right"> <div class="header__t-contact"> <div class="item"> <span class="icon"> <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.3719 6.31249H15.4302C15.3827 5.92083 15.1452 5.52916 14.8048 5.33749L8.83561 2.14583L2.73978 5.33749C2.35978 5.55416 2.10645 6.01249 2.10645 6.45416V12.9792C2.10645 13.8958 2.81895 14.6458 3.68978 14.6458V6.64583L8.83561 3.81249L13.3719 6.31249Z" fill="#FF0000" /> <path d="M16.3564 7.14583H6.06478C5.19395 7.14583 4.48145 7.89583 4.48145 8.81249V16.3125C4.48145 17.2292 5.19395 17.9792 6.06478 17.9792H16.3564C17.2273 17.9792 17.9398 17.2292 17.9398 16.3125V8.81249C17.9398 7.89583 17.2273 7.14583 16.3564 7.14583ZM16.3564 16.3125H6.06478V10.4792L11.2106 13.2542L16.3564 10.4792V16.3125ZM11.2106 11.5875L6.06478 8.81249H16.3564L11.2106 11.5875Z" fill="#FF0000" /> </svg> </span> <div class="content"> <a href="mailto:pnvnonline@phunuvietnam.vn" title="Email" target="_blank" rel="nofollow"> <p class="label">Email </p> <p class="value">pnvnonline@phunuvietnam.vn</p> </a> </div> </div> <div class="item"> <span class="icon"> <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.2236 1.37503H7.22363C5.77113 1.37503 4.59863 2.54753 4.59863 4.00003V18C4.59863 19.4525 5.77113 20.625 7.22363 20.625H14.2236C15.6761 20.625 16.8486 19.4525 16.8486 18V4.00003C16.8486 2.54753 15.6761 1.37503 14.2236 1.37503ZM15.0986 16.25H6.34863V4.00003H15.0986V16.25ZM12.4736 18.875H8.97363V18H12.4736V18.875Z" fill="#FF0000" /> </svg> </span> <div class="content"> <a href="tel:0941707373" title="Email" target="_blank" rel="nofollow"> <p class="label"> Hotline </p> <p class="value"> 094.170.7373 </p> </a> </div> </div> </div> <div class="social"> <a class="item" href="https://www.facebook.com/baophunuvn/" title="Facebook" target="_blank" rel="nofollow"> <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="11" cy="11" r="9.625" fill="#FF0000" /> <path d="M14.5844 13.9436L15.012 11.2269H12.3373V9.46481C12.3373 8.72142 12.7103 7.99636 13.9082 7.99636H15.125V5.68356C15.125 5.68356 14.0212 5.5 12.9664 5.5C10.7627 5.5 9.32364 6.8014 9.32364 9.15643V11.2269H6.875V13.9436H9.32364V20.5112C9.81524 20.5865 10.3182 20.625 10.8305 20.625C11.3428 20.625 11.8457 20.5865 12.3373 20.5112V13.9436H14.5844Z" fill="white" /> </svg> </a> <a href="https://www.youtube.com/@BaoPhuNuVietNam" class="item" title="Youtube" target="_blank" rel="nofollow"> <svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.50002 19C14.7467 19 19 14.7467 19 9.50002C19 4.2533 14.7467 0 9.50002 0C4.2533 0 0 4.2533 0 9.50002C0 14.7467 4.2533 19 9.50002 19Z" fill="#FF0000" /> <path d="M9.50001 5.39523C11.7637 5.39523 13.6048 7.23632 13.6048 9.50002C13.6048 11.7637 11.7637 13.6048 9.50001 13.6048C7.23631 13.6048 5.39522 11.7637 5.39522 9.50002C5.39522 7.23632 7.23631 5.39523 9.50001 5.39523ZM9.50001 5.00002C7.01424 5.00002 5 7.01426 5 9.50002C5 11.9858 7.01424 14 9.50001 14C11.9858 14 14 11.9858 14 9.50002C14 7.01426 11.9858 5.00002 9.50001 5.00002Z" fill="white" /> <path d="M8 12L12 9.39132L8 7.00002V12Z" fill="white" /> </svg> </a> </div> </div> </div> </div> </div> <div class="header__middle"> <div class="container"> <div class="header__middle-flex"> <div class="header__m-left"> <div class="search-container header__search"> <input class="input-search" type="text" placeholder="Tìm kiếm" id="txtSearch" class="fl" /> <a href="javascript:;" title="Tìm kiếm" class="search btn-search"> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.0605 9.679L8.59495 7.17929C9.01386 6.50318 9.257 5.70405 9.257 4.84644C9.257 2.42014 7.31681 0.453491 4.92357 0.453491C2.53034 0.453491 0.590332 2.42014 0.590332 4.84644C0.590332 7.27283 2.53025 9.2393 4.92357 9.2393C5.84419 9.2393 6.69692 8.94751 7.3986 8.45171L9.83481 10.9217C10.0041 11.0931 10.226 11.1785 10.4477 11.1785C10.6696 11.1785 10.8912 11.0931 11.0608 10.9217C11.3991 10.5783 11.3991 10.0222 11.0605 9.679ZM4.92357 7.81605C3.30597 7.81605 1.99451 6.48661 1.99451 4.84663C1.99451 3.20664 3.30597 1.87711 4.92357 1.87711C6.54127 1.87711 7.85264 3.20664 7.85264 4.84663C7.85264 6.48661 6.54127 7.81605 4.92357 7.81605Z" fill="#A3A1A1" /> </svg> </a> </div> <div class="header__tag"> <span class="icon"> <svg width="19" height="11" viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_480_96)"> <path d="M1.02148 9.31624L5.47571 4.42739L9.6514 9.03078L16.3416 2.16685" stroke="#FF0000" stroke-width="1.55682" stroke-miterlimit="10" /> <path d="M16.2715 6.25221L17.3626 1.1455L12.2559 2.47297L16.2715 6.25221Z" fill="#FF0000" /> </g> <defs> <clipPath id="clip0_480_96"> <rect width="18.7387" height="10.2134" fill="white" transform="translate(0 0.124161)" /> </clipPath> </defs> </svg> </span> <div class="list"> <div class="swiper header-tag-sw"> <div class="swiper-wrapper hot-topic"> </div> </div> </div> </div> </div> <a href="/" class="header__logo" title="Phụ nữ việt nam"> <img src="https://static.mediacdn.vn/phunuvietnam/images/logo.png" alt="Phụ nữ Việt Nam" width="446" height="80" /> </a> <div class="header__m-right"> <div class="box-banner-header-right"> <a title="Kỷ nguyên mới và sứ mệnh của Phụ nữ Việt nam" href="/chu-de/ky-nguyen-moi-va-su-menh-cua-phu-nu-viet-nam-244.htm"> <img src="https://static.mediacdn.vn/phunuvietnam/web_images/ky-nguyen-moi-va-su-menh-cua-pnvn.jpg" alt="Kỷ nguyên mới và sứ mệnh của Phụ nữ Việt nam"/> </a> </div> </div> </div> </div> </div> <div class="header__bottom"> <div class="container"> <div class="header__bottom-flex"> <div class="header__nav"> <ul> <li class="active"> <a href="/" title="Trang chủ" class="nav-link home"> <svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.2246 17.8663C18.2246 18.1316 18.1193 18.3859 17.9317 18.5735C17.7442 18.761 17.4898 18.8663 17.2246 18.8663H1.22461C0.959393 18.8663 0.705039 18.761 0.517503 18.5735C0.329966 18.3859 0.22461 18.1316 0.22461 17.8663V7.35635C0.224504 7.20396 0.259227 7.05356 0.326125 6.91665C0.393024 6.77973 0.49033 6.65991 0.61061 6.56635L8.61061 0.344346C8.78615 0.207791 9.00221 0.133652 9.22461 0.133652C9.44701 0.133652 9.66307 0.207791 9.83861 0.344346L17.8386 6.56635C17.9589 6.65991 18.0562 6.77973 18.1231 6.91665C18.19 7.05356 18.2247 7.20396 18.2246 7.35635V17.8663ZM16.2246 16.8663V7.84435L9.22461 2.40035L2.22461 7.84435V16.8663H16.2246ZM4.22461 12.8663H14.2246V14.8663H4.22461V12.8663Z" fill="#222222" /> </svg> </a> </li> <li> <a href="/chinh-tri-xa-hoi.htm" title="Chính trị - Xã hội" class="nav-link "> Chính trị - Xã hội </a> </li> <li> <a href="/luat-va-doi.htm" title="Luật và Đời" class="nav-link "> Luật và Đời </a> </li> <li> <a href="/tai-chinh-gia-dinh.htm" title="Tài chính gia đình" class="nav-link "> Tài chính gia đình </a> </li> <li> <a href="/nha-dat.htm" title="Nhà đất" class="nav-link "> Nhà đất </a> </li> <li> <a href="/lao-dong-viec-lam.htm" title="Lao động – Việc làm" class="nav-link "> Lao động – Việc làm </a> </li> <li> <a href="/doanh-nghiep-doanh-nhan.htm" title="Doanh nghiệp - Doanh nhân" class="nav-link "> Doanh nghiệp - Doanh nhân </a> </li> <li> <a href="/multimedia.htm" title="Multimedia" class="nav-link "> Multimedia </a> </li> <li> <a href="/giao-duc.htm" title="Giáo dục" class="nav-link "> Giáo dục </a> </li> <li> <a href="/lam-cha-me.htm" title="Làm cha mẹ" class="nav-link "> Làm cha mẹ </a> </li> <li> <a href="/khoe.htm" title="Khỏe" class="nav-link "> Khỏe </a> </li> </ul> </div> <div class="header__navmega"> <a href="javascript:;" rel="nofollow" class="header__nav-all"> Tất cả <span class="icon"> <svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="0.522461" y="0.59375" width="14.7031" height="2.06271" rx="1.03136" fill="#2B2D42" /> <rect x="5.47461" y="4.71915" width="9.75092" height="2.06271" rx="1.03136" fill="#2B2D42" /> <rect x="0.522461" y="8.8446" width="14.7031" height="2.06271" rx="1.03136" fill="#2B2D42" /> </svg> </span> </a> <div class="header__mega-menu"> <div class="container"> <div class="list-menu"> <div class="box-item"> <a href="/chinh-tri-xa-hoi.htm" class="box-title" title="Chính trị - Xã hội">CHÍNH TRỊ &amp; XÃ HỘI</a> <div class="list-sub"> <a class="nav-sub" href="/chinh-tri-xa-hoi/hoat-dong-hoi.htm" title="Hoạt động Hội">Hoạt động Hội</a> <a class="nav-sub" href="/chinh-tri-xa-hoi/gioi-24-7.htm" title="Giới 24/7">Giới 24/7</a> <a class="nav-sub" href="/chinh-tri-xa-hoi/mottainai.htm" title="Mottainai">Mottainai</a> </div> </div> <div class="box-item"> <a href="/luat-va-doi.htm" title="Luật và đời" class="box-title">Luật và đời</a> <div class="list-sub"> <a class="nav-sub" href="/luat-va-doi/tu-van-phap-luat.htm" title="Tư vấn ph&#225;p luật">Tư vấn pháp luật</a> <a class="nav-sub" href="/luat-va-doi/thu-ban-doc.htm" title="Thư bạn đọc">Thư bạn đọc</a> </div> </div> <div class="box-item"> <a href="/giao-duc.htm" title="Giáo dục" class="box-title">Giáo dục</a> </div> <div class="box-item"> <a href="/khoe.htm" title="Khỏe" class="box-title">Khỏe</a> <div class="list-sub"> <a class="nav-sub" href="/khoe/yoga.htm" title="Yoga">Yoga</a> <a class="nav-sub" href="/khoe/fitness.htm" title="Fitness">Fitness</a> </div> </div> <div class="box-item"> <a href="/dep.htm" title="Đẹp" class="box-title">Đẹp</a> <div class="list-sub"> <a class="nav-sub" href="/dep/dep-tich-cuc.htm" title="Đẹp t&#237;ch cực">Đẹp tích cực</a> <a class="nav-sub" href="/dep/fashion.htm" title="Fashion">Fashion</a> <a class="nav-sub" href="/dep/my-pham.htm" title="Mỹ phẩm">Mỹ phẩm</a> </div> </div> <div class="box-item"> <a href="/yeu.htm" title="Yêu" class="box-title">Yêu</a> <div class="list-sub"> <a class="nav-sub" href="/yeu/phien-ban-toi.htm" title="Phi&#234;n bản T&#244;i">Phiên bản Tôi</a> <a class="nav-sub" href="/yeu/hanh-phuc-gia-dinh-audio.htm" title="Hạnh ph&#250;c gia đ&#236;nh Audio">Hạnh phúc gia đình Audio</a> <a class="nav-sub" href="/yeu/gia-dinh-tre.htm" title="Gia đ&#236;nh trẻ">Gia đình trẻ</a> <a class="nav-sub" href="/yeu/toc-muoi-tieu.htm" title="T&#243;c muối ti&#234;u">Tóc muối tiêu</a> <a class="nav-sub" href="/yeu/trao-va-nhan.htm" title="Trao v&#224; Nhận">Trao và Nhận</a> <a class="nav-sub" href="/yeu/clb-ket-ban.htm" title="CLB kết bạn">CLB kết bạn</a> </div> </div> <div class="box-item"> <a href="/thanh-tam-tu-van.htm" title="Thanh Tâm tư vấn" class="box-title">Thanh Tâm tư vấn</a> </div> <div class="box-item"> <a href="/the-gioi-dan-ong.htm" title="Thế giới đàn ông" class="box-title">Thế giới đàn ông</a> <div class="list-sub"> <a class="nav-sub" href="/the-gioi-dan-ong/hoi-vien-danh-du.htm" title="Hội vi&#234;n danh dự">Hội viên danh dự</a> <a class="nav-sub" href="/the-gioi-dan-ong/nam-hoc-bi-an.htm" title="Nam học b&#237; ẩn">Nam học bí ẩn</a> </div> </div> <div class="box-item"> <a href="/lam-cha-me.htm" title="Làm cha mẹ" class="box-title">Làm cha mẹ</a> </div> <div class="box-item"> <a href="/tai-chinh-gia-dinh.htm" title="Tài chính gia đình" class="box-title">Tài chính gia đình</a> </div> <div class="box-item"> <a href="/lao-dong-viec-lam.htm" title="Lao động việc làm" class="box-title">Lao động - Việc làm</a> </div> <div class="box-item"> <a href="/nha-dat.htm" title="Nhà đất" class="box-title">Nhà đất</a> <div class="list-sub"> <a class="nav-sub" href="/nha-dat/moi-nong.htm" title="Mới n&#243;ng">Mới nóng</a> <a class="nav-sub" href="/nha-dat/phong-thuy.htm" title="Phong thủy">Phong thủy</a> </div> </div> <div class="box-item growup"> <a href="/doanh-nghiep-doanh-nhan.htm" title="Doanh nghiệp - Doanh nhân" class="box-title">Doanh nghiệp - Doanh nhân</a> <div class="list-sub"> <a class="nav-sub" href="/doanh-nghiep-doanh-nhan/trai-nghiem.htm" title="Trải nghiệm">Trải nghiệm</a> </div> </div> <div class="box-item"> <a href="/doc-la.htm" title="Độc - Lạ" class="box-title">Độc - Lạ</a> <div class="list-sub"> <a class="nav-sub" href="/doc-la/am-thuc.htm" title="Ẩm thực">Ẩm thực</a> <a class="nav-sub" href="/doc-la/hang-hieu.htm" title="H&#224;ng hiệu">Hàng hiệu</a> <a class="nav-sub" href="/doc-la/du-lich.htm" title="Du lịch">Du lịch</a> </div> </div> <div class="box-item"> <a href="/van-hoa-giai-tri.htm" title="Văn hóa - Giải trí" class="box-title">Văn hóa - Giải trí</a> </div> <div class="box-item"> <a href="/multimedia.htm" title="Multimedia" class="box-title">Multimedia</a> <div class="list-sub"> <a href="/video.htm" title="Video" class="nav-sub">Video</a> <a href="/audio.htm" class="nav-sub">Podcast</a> <a href="/video/phim-tai-lieu.htm" title="PHIM TÀI LIỆU" class="nav-sub">PHIM TÀI LIỆU</a> <a href="/video/su-ke.htm" title="SỬ KỂ" class="nav-sub">SỬ KỂ</a> </div> </div> <div class="box-item"> <a href="/magazine.htm" title="E-Magazine" class="box-title">E-Magazine</a> </div> </div> </div> </div> </div> </div> </div> </div> </header> <script async type="text/javascript"> (runinit = window.runinit || []).push(function () { try { if (!isNotAllowAds) lotusWeather('2347727'); } catch (ex) { console.log(ex.message); } var dayOfWeek = ["Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy"]; var fnSetDateTimeString = function () { var d = new Date(); var dString = dayOfWeek[d.getDay()] + ", " + (d.getDate() < 10 ? "0" : "") + d.getDate() + "/" + (d.getMonth() + 1) + "/" + d.getFullYear(); $(".header-time").html(dString); }; fnSetDateTimeString(); setInterval(fnSetDateTimeString, 10000); }); </script> <div class="main" id="main-content"> <div class="list__news list__focus"> <div class="container"> <div class="list__news-flex"> <div class="list__news-main"> <div class="body-tags"> <div class="list__mnav"> <div class="title"> <span>Tags: </span> <h1>kho b&#xE1;u</h1> <div class="clearfix"></div> </div> </div> </div> <div class="box-news"> <div class="box-category" data-layout="31" data-key=""> <div class="box-category-middle list-news-timeline"> <div class="box-category-item" data-newsid="20230725220836851"> <a class="box-category-link-with-avatar img-resize" href="/cong-nhan-pha-nui-xay-ham-phat-hien-mot-ho-den-la-chuyen-gia-mat-3-thang-dao-boi-tim-ra-kho-bau-20230725220836851.htm" title="C&#xF4;ng nh&#xE2;n ph&#xE1; n&#xFA;i x&#xE2;y h&#x1EA7;m ph&#xE1;t hi&#x1EC7;n m&#x1ED9;t h&#x1ED1; &#x111;en l&#x1EA1;, chuy&#xEA;n gia m&#x1EA5;t 3 th&#xE1;ng &#x111;&#xE0;o b&#x1EDB;i t&#xEC;m ra &#x201C;kho b&#xE1;u&#x201D; " data-id="20230725220836851" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2023/7/25/lu-huong-1690295904792545947643-0-0-381-610-crop-1690296291099548462328.jpeg" alt="C&#244;ng nh&#226;n ph&#225; n&#250;i x&#226;y hầm ph&#225;t hiện một hố đen lạ, chuy&#234;n gia mất 3 th&#225;ng đ&#224;o bới t&#236;m ra “kho b&#225;u” " data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/cong-nhan-pha-nui-xay-ham-phat-hien-mot-ho-den-la-chuyen-gia-mat-3-thang-dao-boi-tim-ra-kho-bau-20230725220836851.htm" title="C&#xF4;ng nh&#xE2;n ph&#xE1; n&#xFA;i x&#xE2;y h&#x1EA7;m ph&#xE1;t hi&#x1EC7;n m&#x1ED9;t h&#x1ED1; &#x111;en l&#x1EA1;, chuy&#xEA;n gia m&#x1EA5;t 3 th&#xE1;ng &#x111;&#xE0;o b&#x1EDB;i t&#xEC;m ra &#x201C;kho b&#xE1;u&#x201D; " data-id="20230725220836851" data-newstype="0">C&#xF4;ng nh&#xE2;n ph&#xE1; n&#xFA;i x&#xE2;y h&#x1EA7;m ph&#xE1;t hi&#x1EC7;n m&#x1ED9;t h&#x1ED1; &#x111;en l&#x1EA1;, chuy&#xEA;n gia m&#x1EA5;t 3 th&#xE1;ng &#x111;&#xE0;o b&#x1EDB;i t&#xEC;m ra &#x201C;kho b&#xE1;u&#x201D; </a> </h2> <span class="box-category-time time-ago" title="07/25/2023 23:01:00"></span> <p data-type="sapo" class="box-category-sapo">&#x201C;Kho b&#xE1;u&#x201D; h&#x1A1;n 2.000 n&#x103;m v&#x1EDB;i nhi&#x1EC1;u b&#x1EA3;o v&#x1EAD;t kh&#xF4;ng th&#x1EC3; sao ch&#xE9;p n&#xE0;y khi&#x1EBF;n c&#xE1;c chuy&#xEA;n gia v&#xF4; c&#xF9;ng kinh ng&#x1EA1;c.</p> </div> </div> <div class="box-category-item" data-newsid="20230715214307215"> <a class="box-category-link-with-avatar img-resize" href="/vung-dat-nam-nao-cung-mat-mua-chuyen-gia-lap-tuc-toi-sau-10-nam-moi-phat-hien-ra-su-that-bat-ngo-20230715214307215.htm" title="V&#xF9;ng &#x111;&#x1EA5;t n&#x103;m n&#xE0;o c&#x169;ng m&#x1EA5;t m&#xF9;a, chuy&#xEA;n gia l&#x1EAD;p t&#x1EE9;c t&#x1EDB;i, sau 10 n&#x103;m m&#x1EDB;i ph&#xE1;t hi&#x1EC7;n ra s&#x1EF1; th&#x1EAD;t b&#x1EA5;t ng&#x1EDD;" data-id="20230715214307215" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2023/7/15/vung-dat-16894313359091253602550-0-0-375-600-crop-1689431339833914286701.png" alt="V&#249;ng đất năm n&#224;o cũng mất m&#249;a, chuy&#234;n gia lập tức tới, sau 10 năm mới ph&#225;t hiện ra sự thật bất ngờ" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/vung-dat-nam-nao-cung-mat-mua-chuyen-gia-lap-tuc-toi-sau-10-nam-moi-phat-hien-ra-su-that-bat-ngo-20230715214307215.htm" title="V&#xF9;ng &#x111;&#x1EA5;t n&#x103;m n&#xE0;o c&#x169;ng m&#x1EA5;t m&#xF9;a, chuy&#xEA;n gia l&#x1EAD;p t&#x1EE9;c t&#x1EDB;i, sau 10 n&#x103;m m&#x1EDB;i ph&#xE1;t hi&#x1EC7;n ra s&#x1EF1; th&#x1EAD;t b&#x1EA5;t ng&#x1EDD;" data-id="20230715214307215" data-newstype="0">V&#xF9;ng &#x111;&#x1EA5;t n&#x103;m n&#xE0;o c&#x169;ng m&#x1EA5;t m&#xF9;a, chuy&#xEA;n gia l&#x1EAD;p t&#x1EE9;c t&#x1EDB;i, sau 10 n&#x103;m m&#x1EDB;i ph&#xE1;t hi&#x1EC7;n ra s&#x1EF1; th&#x1EAD;t b&#x1EA5;t ng&#x1EDD;</a> </h2> <span class="box-category-time time-ago" title="07/15/2023 22:14:00"></span> <p data-type="sapo" class="box-category-sapo">H&#xF3;a ra nguy&#xEA;n nh&#xE2;n khi&#x1EBF;n v&#xF9;ng &#x111;&#x1EA5;t n&#xE0;y n&#x103;m n&#xE0;o c&#x169;ng m&#x1EA5;t m&#xF9;a b&#x1EAF;t ngu&#x1ED3;n t&#x1EEB; m&#x1ED9;t &#x201C;kho b&#xE1;u&#x201D; &#x111;&#x1B0;&#x1EE3;c ch&#xF4;n c&#x1EA5;t &#x1EDF; &#x111;&#xE2;y c&#xE1;ch 2.500 n&#x103;m.</p> </div> </div> <div class="box-category-item" data-newsid="20230424205416752"> <a class="box-category-link-with-avatar img-resize" href="/9-lan-bi-danh-thuc-trong-dem-dan-lang-keo-toi-thi-phat-hien-kho-bau-hon-3-nghin-ty-20230424205416752.htm" title="9 l&#x1EA7;n b&#x1ECB; &quot;&#x111;&#xE1;nh th&#x1EE9;c&quot; trong &#x111;&#xEA;m, d&#xE2;n l&#xE0;ng k&#xE9;o t&#x1EDB;i th&#xEC; ph&#xE1;t hi&#x1EC7;n kho b&#xE1;u h&#x1A1;n 3 ngh&#xEC;n t&#x1EF7;" data-id="20230424205416752" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2023/4/24/trom-mo-7-16823443514091472243036-0-62-421-736-crop-16823443912561018472544.png" alt="9 lần bị &quot;đ&#225;nh thức&quot; trong đ&#234;m, d&#226;n l&#224;ng k&#233;o tới th&#236; ph&#225;t hiện kho b&#225;u hơn 3 ngh&#236;n tỷ" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/9-lan-bi-danh-thuc-trong-dem-dan-lang-keo-toi-thi-phat-hien-kho-bau-hon-3-nghin-ty-20230424205416752.htm" title="9 l&#x1EA7;n b&#x1ECB; &quot;&#x111;&#xE1;nh th&#x1EE9;c&quot; trong &#x111;&#xEA;m, d&#xE2;n l&#xE0;ng k&#xE9;o t&#x1EDB;i th&#xEC; ph&#xE1;t hi&#x1EC7;n kho b&#xE1;u h&#x1A1;n 3 ngh&#xEC;n t&#x1EF7;" data-id="20230424205416752" data-newstype="0">9 l&#x1EA7;n b&#x1ECB; &quot;&#x111;&#xE1;nh th&#x1EE9;c&quot; trong &#x111;&#xEA;m, d&#xE2;n l&#xE0;ng k&#xE9;o t&#x1EDB;i th&#xEC; ph&#xE1;t hi&#x1EC7;n kho b&#xE1;u h&#x1A1;n 3 ngh&#xEC;n t&#x1EF7;</a> </h2> <span class="box-category-time time-ago" title="04/24/2023 21:04:00"></span> <p data-type="sapo" class="box-category-sapo">Khi d&#xE2;n l&#xE0;ng &#x111;ang ng&#x1EE7;, 9 &quot;c&#x1A1;n rung ch&#x1EA5;n&quot; li&#xEA;n ti&#x1EBF;p x&#x1EA3;y ra khi&#x1EBF;n h&#x1ECD; ph&#x1EA3;i t&#x1EC9;nh gi&#x1EA5;c. N&#xE0;o ng&#x1EDD; sau khi t&#xEC;m t&#x1EDB;i n&#x1A1;i, h&#x1ECD; l&#x1EA1;i ph&#xE1;t hi&#x1EC7;n ra m&#x1ED9;t kho b&#xE1;u tr&#x1ECB; gi&#xE1; h&#xE0;ng ngh&#xEC;n t&#x1EF7;.</p> </div> </div> <div class="box-category-item" data-newsid="61138"> <a class="box-category-link-with-avatar img-resize" href="/kho-bau-yeu-thuong-cua-moi-ba-me-61138.htm" title="Kho b&#xE1;u y&#xEA;u th&#x1B0;&#x1A1;ng c&#x1EE7;a m&#x1ED7;i b&#xE0; m&#x1EB9;" data-id="61138" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/media/news/b0a3546d6adc9a498f4e3942456f2abb/thumb/kho-bau-yeu-thuong-cua-moi-ba-me-vi-sao-6-thumb43.jpg" alt="Kho b&#225;u y&#234;u thương của mỗi b&#224; mẹ" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/kho-bau-yeu-thuong-cua-moi-ba-me-61138.htm" title="Kho b&#xE1;u y&#xEA;u th&#x1B0;&#x1A1;ng c&#x1EE7;a m&#x1ED7;i b&#xE0; m&#x1EB9;" data-id="61138" data-newstype="0">Kho b&#xE1;u y&#xEA;u th&#x1B0;&#x1A1;ng c&#x1EE7;a m&#x1ED7;i b&#xE0; m&#x1EB9;</a> </h2> <span class="box-category-time time-ago" title="06/26/2019 22:26:00"></span> <p data-type="sapo" class="box-category-sapo">&#x201C;V&#xEC; sao nhi&#x1EC1;u ng&#x1B0;&#x1EDD;i y&#xEA;u m&#x1EB9; th&#x1EBF;?&#x201D;. C&#xE1;i g&#xEC; c&#x1A1;? Con c&#xF3; nh&#x1EA7;m kh&#xF4;ng? L&#xE0;m g&#xEC; c&#xF3; chuy&#x1EC7;n nhi&#x1EC1;u ng&#x1B0;&#x1EDD;i y&#xEA;u m&#x1EB9;?... &#x1EAE;t h&#x1EB3;n nhi&#x1EC1;u b&#xE0; m&#x1EB9; kh&#xE1;c c&#x169;ng nh&#x1B0; t&#xF4;i, kh&#xF4;ng tin v&#xE0;o c&#xE2;u th&#x1EAF;c m&#x1EAF;c c&#x1EE7;a m&#x1ED9;t &#x111;&#x1EE9;a tr&#x1EBB;. 9 tu&#x1ED5;i th&#xEC; bi&#x1EBF;t g&#xEC; v&#x1EC1; cu&#x1ED9;c s&#x1ED1;ng, hi&#x1EC3;u g&#xEC; v&#x1EC1; y&#xEA;u th&#x1B0;&#x1A1;ng v&#xE0; nh&#xEC;n nh&#x1EAD;n n&#x1ED7;i g&#xEC; v&#x1EC1; m&#x1EB9; n&#xF3;! Nh&#x1B0;ng m&#xE0;&#x2026;</p> </div> </div> <div class="box-category-item" data-newsid="50825"> <a class="box-category-link-with-avatar img-resize" href="/nhat-ban-ba-do-ac-quy-tuoc-mang-song-hang-tram-tre-so-sinh-50825.htm" title="Nh&#x1EAD;t B&#x1EA3;n: B&#xE0; &#x111;&#x1EE1; &#x27;&#xE1;c qu&#x1EF7; &#x27;t&#x1B0;&#x1EDB;c m&#x1EA1;ng s&#x1ED1;ng h&#xE0;ng tr&#x103;m tr&#x1EBB; s&#x1A1; sinh" data-id="50825" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/media/news/7c9ba5420014ef899bcf06b3e1638083/thumb/nhat-ban-ba-do-ac-quy-tuoc-mang-song-hang-tram-tre-so-sinh-a3-miyuki-ishikawa-3-thumb43.jpg" alt="Nhật Bản: B&#224; đỡ &#39;&#225;c quỷ &#39;tước mạng sống h&#224;ng trăm trẻ sơ sinh" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/nhat-ban-ba-do-ac-quy-tuoc-mang-song-hang-tram-tre-so-sinh-50825.htm" title="Nh&#x1EAD;t B&#x1EA3;n: B&#xE0; &#x111;&#x1EE1; &#x27;&#xE1;c qu&#x1EF7; &#x27;t&#x1B0;&#x1EDB;c m&#x1EA1;ng s&#x1ED1;ng h&#xE0;ng tr&#x103;m tr&#x1EBB; s&#x1A1; sinh" data-id="50825" data-newstype="0">Nh&#x1EAD;t B&#x1EA3;n: B&#xE0; &#x111;&#x1EE1; &#x27;&#xE1;c qu&#x1EF7; &#x27;t&#x1B0;&#x1EDB;c m&#x1EA1;ng s&#x1ED1;ng h&#xE0;ng tr&#x103;m tr&#x1EBB; s&#x1A1; sinh</a> </h2> <span class="box-category-time time-ago" title="11/05/2018 15:52:00"></span> <p data-type="sapo" class="box-category-sapo">Miyuki Ishikawa &#x111;&#x1B0;&#x1EE3;c xem l&#xE0; b&#xE0; &#x111;&#x1EE1; t&#xE0;n &#x111;&#x1ED9;c nh&#x1EA5;t Nh&#x1EAD;t B&#x1EA3;n khi &#x111;&#xE3; ra tay gi&#x1EBF;t h&#x1EA1;i v&#xE0; gi&#x1EA5;u x&#xE1;c h&#xE0;ng tr&#x103;m &#x110;&#x1EE9;a tr&#x1EBB; s&#x1A1; sinh ch&#x1EC9; v&#xEC; b&#x1ED1; m&#x1EB9; ch&#xFA;ng kh&#xF4;ng &#x111;&#x1EE7; &#x111;i&#x1EC1;u ki&#x1EC7;n &#x111;&#x1EC3; nu&#xF4;i con.</p> </div> </div> <div class="box-category-item" data-newsid="43213"> <a class="box-category-link-with-avatar img-resize" href="/nguoi-con-kien-cuong-cua-que-huong-tam-ky-43213.htm" title="Ng&#x1B0;&#x1EDD;i con ki&#xEA;n c&#x1B0;&#x1EDD;ng c&#x1EE7;a qu&#xEA; h&#x1B0;&#x1A1;ng Tam K&#x1EF3;" data-id="43213" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/media/news/c6d734830ce616264b3a36647dff1b51/thumb/nguoi-con-kien-cuong-cua-que-huong-tam-ky-anh-dai-dien-1-thumb43.jpg" alt="Người con ki&#234;n cường của qu&#234; hương Tam Kỳ" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/nguoi-con-kien-cuong-cua-que-huong-tam-ky-43213.htm" title="Ng&#x1B0;&#x1EDD;i con ki&#xEA;n c&#x1B0;&#x1EDD;ng c&#x1EE7;a qu&#xEA; h&#x1B0;&#x1A1;ng Tam K&#x1EF3;" data-id="43213" data-newstype="0">Ng&#x1B0;&#x1EDD;i con ki&#xEA;n c&#x1B0;&#x1EDD;ng c&#x1EE7;a qu&#xEA; h&#x1B0;&#x1A1;ng Tam K&#x1EF3;</a> </h2> <span class="box-category-time time-ago" title="05/31/2018 06:00:00"></span> <p data-type="sapo" class="box-category-sapo">C&#x1EA3; con v&#xE0; ch&#xE1;u, r&#x1ED3;i &#x111;&#x1EBF;n b&#x1EA3;n th&#xE2;n &#x111;&#x1EC1;u anh d&#x169;ng hy sinh trong cu&#x1ED9;c kh&#xE1;ng chi&#x1EBF;n ch&#x1ED1;ng M&#x1EF9; &#x1EDF; qu&#xEA; h&#x1B0;&#x1A1;ng Qu&#x1EA3;ng Nam, &#x111;&#xF3; l&#xE0; Li&#x1EC7;t s&#x129; Nguy&#x1EC5;n Th&#x1ECB; Nhung, nguy&#xEA;n c&#xE1;n b&#x1ED9; ph&#x1EE5; tr&#xE1;ch c&#xF4;ng t&#xE1;c &#x111;&#x1EA5;u tranh ch&#xED;nh tr&#x1ECB; &#x1EDF; x&#xE3; Tam Thanh, huy&#x1EC7;n Tam K&#x1EF3;.</p> </div> </div> <div class="box-category-item" data-newsid="43277"> <a class="box-category-link-with-avatar img-resize" href="/nu-can-bo-co-biet-tai-cam-hoa-nguoi-phia-ben-kia-43277.htm" title="N&#x1EEF; c&#xE1;n b&#x1ED9; c&#xF3; bi&#x1EC7;t t&#xE0;i c&#x1EA3;m h&#xF3;a ng&#x1B0;&#x1EDD;i &quot;ph&#xED;a b&#xEA;n kia&quot;" data-id="43277" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/media/news/d85f7ffd34969c63e0146c6ac8bc518f/thumb/nu-can-bo-cam-hoa-nguoi-tham-gia-nguy-quyen-tro-ve-cach-mang-anh-dai-dien-thumb43.jpg" alt="Nữ c&#225;n bộ c&#243; biệt t&#224;i cảm h&#243;a người &quot;ph&#237;a b&#234;n kia&quot;" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/nu-can-bo-co-biet-tai-cam-hoa-nguoi-phia-ben-kia-43277.htm" title="N&#x1EEF; c&#xE1;n b&#x1ED9; c&#xF3; bi&#x1EC7;t t&#xE0;i c&#x1EA3;m h&#xF3;a ng&#x1B0;&#x1EDD;i &quot;ph&#xED;a b&#xEA;n kia&quot;" data-id="43277" data-newstype="0">N&#x1EEF; c&#xE1;n b&#x1ED9; c&#xF3; bi&#x1EC7;t t&#xE0;i c&#x1EA3;m h&#xF3;a ng&#x1B0;&#x1EDD;i &quot;ph&#xED;a b&#xEA;n kia&quot;</a> </h2> <span class="box-category-time time-ago" title="05/31/2018 06:00:00"></span> <p data-type="sapo" class="box-category-sapo">Tham gia c&#x1EA3; hai cu&#x1ED9;c kh&#xE1;ng chi&#x1EBF;n ch&#x1ED1;ng Ph&#xE1;p v&#xE0; ch&#x1ED1;ng M&#x1EF9;, ch&#x1ECB; Phan Th&#x1ECB; S&#xE2;m l&#xE0; c&#x1A1; s&#x1EDF; c&#xE1;ch m&#x1EA1;ng quan tr&#x1ECD;ng. D&#xF9; b&#x1ECB; &#x111;&#x1ECB;ch b&#x1EAF;t, t&#x1EEB; tra t&#x1EA5;n d&#xE3; man &#x111;&#x1EBF;n d&#x1EE5; d&#x1ED7;, mua chu&#x1ED9;c nh&#x1B0;ng ch&#x1ECB; lu&#xF4;n gi&#x1EEF; v&#x1EEF;ng ni&#x1EC1;m tim, ki&#xEA;n c&#x1B0;&#x1EDD;ng t&#x1EAD;p h&#x1EE3;p b&#x1EA1;n t&#xF9; l&#xEA;n &#xE1;n h&#xE0;nh &#x111;&#x1ED9;ng c&#x1EE7;a k&#x1EBB; th&#xF9;.</p> </div> </div> <div class="box-category-item" data-newsid="43272"> <a class="box-category-link-with-avatar img-resize" href="/nguoi-phu-nu-go-noi-5-lan-bi-giac-bat-43272.htm" title="Ng&#x1B0;&#x1EDD;i ph&#x1EE5; n&#x1EEF; G&#xF2; N&#x1ED5;i 5 l&#x1EA7;n b&#x1ECB; gi&#x1EB7;c b&#x1EAF;t" data-id="43272" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/media/news/d9a4ab452be9aa656d10718c459c9cd5/thumb/nguoi-phu-nu-go-noi-5-lan-bi-giac-bat-anh-dai-dien-3-thumb43.jpg" alt="Người phụ nữ G&#242; Nổi 5 lần bị giặc bắt" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/nguoi-phu-nu-go-noi-5-lan-bi-giac-bat-43272.htm" title="Ng&#x1B0;&#x1EDD;i ph&#x1EE5; n&#x1EEF; G&#xF2; N&#x1ED5;i 5 l&#x1EA7;n b&#x1ECB; gi&#x1EB7;c b&#x1EAF;t" data-id="43272" data-newstype="0">Ng&#x1B0;&#x1EDD;i ph&#x1EE5; n&#x1EEF; G&#xF2; N&#x1ED5;i 5 l&#x1EA7;n b&#x1ECB; gi&#x1EB7;c b&#x1EAF;t</a> </h2> <span class="box-category-time time-ago" title="05/30/2018 17:41:00"></span> <p data-type="sapo" class="box-category-sapo">&quot;Nh&#x1EA5;t C&#x1EE7; Chi, nh&#xEC; G&#xF2; N&#x1ED5;i&quot;, &#x111;&#xF3; l&#xE0; nh&#x1EEF;ng m&#x1EA3;nh &#x111;&#x1EA5;t th&#xE9;p, anh h&#xF9;ng c&#x1EE7;a m&#x1ED9;t th&#x1EDD;i &#x111;&#xE1;nh M&#x1EF9; &#x111;&#x1EA7;y cam go, gian kh&#x1ED5;. N&#x1A1;i &#x111;&#xE2;y c&#xF3; m&#x1ED9;t ng&#x1B0;&#x1EDD;i ph&#x1EE5; n&#x1EEF; 5 l&#x1EA7;n b&#x1ECB; gi&#x1EB7;c b&#x1EAF;t giam, tra t&#x1EA5;n v&#x1EAB;n ki&#xEA;n c&#x1B0;&#x1EDD;ng, b&#x1EA5;t khu&#x1EA5;t. &#x110;&#xF3; l&#xE0; ch&#x1ECB; Tr&#x1EA7;n Th&#x1ECB; V&#xE2;n, nguy&#xEA;n Ti&#x1EC3;u &#x111;&#x1ED9;i tr&#x1B0;&#x1EDF;ng du k&#xED;ch x&#xE3; &#x110;i&#x1EC7;n H&#x1ED3;ng.</p> </div> </div> <div class="box-category-item" data-newsid="43145"> <a class="box-category-link-with-avatar img-resize" href="/nguoi-can-bo-phu-nu-qua-cam-trong-khang-chien-chong-my-43145.htm" title="Ng&#x1B0;&#x1EDD;i c&#xE1;n b&#x1ED9; ph&#x1EE5; n&#x1EEF; qu&#x1EA3; c&#x1EA3;m trong kh&#xE1;ng chi&#x1EBF;n ch&#x1ED1;ng M&#x1EF9;" data-id="43145" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/media/news/3d1dfde9304bff15332bf4b308a47b50/thumb/nguoi-can-bo-phu-nu-qua-cam-trong-khang-chien-chong-my-anh-dai-dien-thumb43.jpg" alt="Người c&#225;n bộ phụ nữ quả cảm trong kh&#225;ng chiến chống Mỹ" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/nguoi-can-bo-phu-nu-qua-cam-trong-khang-chien-chong-my-43145.htm" title="Ng&#x1B0;&#x1EDD;i c&#xE1;n b&#x1ED9; ph&#x1EE5; n&#x1EEF; qu&#x1EA3; c&#x1EA3;m trong kh&#xE1;ng chi&#x1EBF;n ch&#x1ED1;ng M&#x1EF9;" data-id="43145" data-newstype="0">Ng&#x1B0;&#x1EDD;i c&#xE1;n b&#x1ED9; ph&#x1EE5; n&#x1EEF; qu&#x1EA3; c&#x1EA3;m trong kh&#xE1;ng chi&#x1EBF;n ch&#x1ED1;ng M&#x1EF9;</a> </h2> <span class="box-category-time time-ago" title="05/29/2018 15:00:00"></span> <p data-type="sapo" class="box-category-sapo">&#x110;&#xF3; l&#xE0; Li&#x1EC7;t s&#x129; Nguy&#x1EC5;n Th&#x1ECB; Tranh, nguy&#xEA;n c&#xE1;n b&#x1ED9; ph&#x1EE5; n&#x1EEF; x&#xE3; &#x110;i&#x1EC7;n Th&#x1EAF;ng, huy&#x1EC7;n &#x110;i&#x1EC7;n B&#xE0;n (nay l&#xE0; x&#xE3; &#x110;i&#x1EC7;n Th&#x1EAF;ng Trung, th&#x1ECB; x&#xE3; &#x110;i&#x1EC7;n B&#xE0;n), t&#x1EC9;nh Qu&#x1EA3;ng Nam.</p> </div> </div> <div class="box-category-item" data-newsid="43196"> <a class="box-category-link-with-avatar img-resize" href="/vai-net-ve-phong-trao-thi-dua-yeu-nuoc-cua-phu-nu-70-nam-qua-43196.htm" title="V&#xE0;i n&#xE9;t v&#x1EC1; phong tr&#xE0;o thi &#x111;ua y&#xEA;u n&#x1B0;&#x1EDB;c c&#x1EE7;a ph&#x1EE5; n&#x1EEF; 70 n&#x103;m qua" data-id="43196" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/media/news/dff6cca765611a8cb9b63986b83c636c/thumb/vai-net-ve-phong-trao-thi-dua-yeu-nuoc-cua-phu-nu-70-nam-qua-anh-dai-dien-2-thumb43.jpg" alt="V&#224;i n&#233;t về phong tr&#224;o thi đua y&#234;u nước của phụ nữ 70 năm qua" data-type="avatar" class="box-category-avatar lazy" /> </a> <div class="box-category-content"> <h2 class="box-category-title-text"> <a data-type="title" data-linktype="newsdetail" class="box-category-link-title" href="/vai-net-ve-phong-trao-thi-dua-yeu-nuoc-cua-phu-nu-70-nam-qua-43196.htm" title="V&#xE0;i n&#xE9;t v&#x1EC1; phong tr&#xE0;o thi &#x111;ua y&#xEA;u n&#x1B0;&#x1EDB;c c&#x1EE7;a ph&#x1EE5; n&#x1EEF; 70 n&#x103;m qua" data-id="43196" data-newstype="0">V&#xE0;i n&#xE9;t v&#x1EC1; phong tr&#xE0;o thi &#x111;ua y&#xEA;u n&#x1B0;&#x1EDB;c c&#x1EE7;a ph&#x1EE5; n&#x1EEF; 70 n&#x103;m qua</a> </h2> <span class="box-category-time time-ago" title="05/29/2018 12:19:00"></span> <p data-type="sapo" class="box-category-sapo">70 n&#x103;m qua, k&#x1EC3; t&#x1EEB; ng&#xE0;y Ch&#x1EE7; t&#x1ECB;ch H&#x1ED3; Ch&#xED; Minh ra L&#x1EDD;i k&#xEA;u g&#x1ECD;i thi &#x111;ua &#xE1;i qu&#x1ED1;c (11/6/1948), &#x110;&#x1EA3;ng v&#xE0; nh&#xE2;n d&#xE2;n ta lu&#xF4;n qu&#xE1;n tri&#x1EC7;t v&#xE0; kh&#xF4;ng ng&#x1EEB;ng v&#x1EAD;n d&#x1EE5;ng s&#xE1;ng t&#x1EA1;o t&#x1B0; t&#x1B0;&#x1EDF;ng thi &#x111;ua y&#xEA;u n&#x1B0;&#x1EDB;c c&#x1EE7;a Ng&#x1B0;&#x1EDD;i &#x111;&#x1EC3; tri&#x1EC3;n khai th&#x1EF1;c hi&#x1EC7;n c&#xF3; hi&#x1EC7;u qu&#x1EA3; c&#xE1;c phong tr&#xE0;o thi &#x111;ua. Ph&#x1EE5; n&#x1EEF; l&#xE0; l&#x1EF1;c l&#x1B0;&#x1EE3;ng &#x111;&#xF3;ng g&#xF3;p vai tr&#xF2; kh&#xF4;ng nh&#x1ECF; trong trong c&#xE1;c phong tr&#xE0;o thi &#x111;ua y&#xEA;u n&#x1B0;&#x1EDB;c.</p> </div> </div> </div> </div> </div> <div class="fb-loading-wrapper" id="IconLoadListDetail"> <div class="fblw-timeline-item"> <div class="fblwti-animated"> <div class="fblwtia-mask fblwtia-title-line fblwtia-title-mask-0"></div> <div class="fblwtia-mask fblwtia-sepline-sapo fblwtia-sapo-line-0"></div> <div class="fblwtia-mask fblwtia-sepline-sapo fblwtia-sepline-sapo-0"></div> <!-- End .fblwtia-title-line --> <div class="fblwtia-mask fblwtia-title-line fblwtia-title-mask-1"></div> <div class="fblwtia-mask fblwtia-sepline-sapo fblwtia-sapo-line-1"></div> <div class="fblwtia-mask fblwtia-sepline-sapo fblwtia-sepline-sapo-1"></div> <!-- End .fblwtia-title-line 1 --> <div class="fblwtia-mask fblwtia-front-mask fblwtia-front-mask-2"></div> <div class="fblwtia-mask fblwtia-sapo-line fblwtia-sapo-line-2"></div> <div class="fblwtia-mask fblwtia-sepline-sapo fblwtia-sepline-sapo-2"></div> <!-- End .fblwtia-cate --> <div class="fblwtia-mask fblwtia-front-mask fblwtia-front-mask-3"></div> <div class="fblwtia-mask fblwtia-sapo-line fblwtia-sapo-line-3"></div> <div class="fblwtia-mask fblwtia-sepline-sapo fblwtia-sepline-sapo-3"></div> <!-- End .fblwtia-sapo 1 --> <div class="fblwtia-mask fblwtia-front-mask fblwtia-front-mask-4"></div> <div class="fblwtia-mask fblwtia-sapo-line fblwtia-sapo-line-4"></div> <div class="fblwtia-mask fblwtia-sepline-sapo fblwtia-sepline-sapo-4"></div> <!-- End .fblwtia-sapo 2 --> </div> </div> </div> <div class="load-more" style="height: 1px;"></div> <div class="box-bottom"> <a class="xemthem btn-readmore view-more" href="javascript:;" title="Xem thêm" rel="nofollow"> <span>Xem thêm</span> <span class="icon"> <svg width="8" height="15" viewBox="0 0 8 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.49414 13.5605L6.49414 7.56055L1.49414 1.56055" stroke="#222222" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </span> </a> </div> </div> <div class="list__news-sub"> <zone id="jov2c06r"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("jov2c06r"); </script> <zone id="ll1sla2x"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1sla2x"); </script> <div id="box_Mostview"></div> <zone id="k1vuqudn"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("k1vuqudn"); </script> <zone id="ll1sncjn"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1sncjn"); </script> <zone id="ll1sobom"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1sobom"); </script> <zone id="ll1sro91"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1sro91"); </script> <zone id="ll1t24ct"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1t24ct"); </script> <zone id="ll1t5ok1"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1t5ok1"); </script> <zone id="ll1t645h"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1t645h"); </script> <div id="box_Podcast"></div> <zone id="ll1tufye"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1tufye"); </script> <zone id="ll1tv3b0"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1tv3b0"); </script> </div> </div> </div> </div> </div> <div id="adm_sticky_footer1" style="clear: both;"></div> <zone id="ll1syvyp"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("ll1syvyp"); </script> <footer class="footer"> <div class="footer__top"> <div class="container"> <div class="footer__top-flex"> <div class="footer__nav"> <ul> <li> <a href="/" title="Trang chủ" class="nav-link home"> <svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.2246 17.8663C18.2246 18.1316 18.1193 18.3859 17.9317 18.5735C17.7442 18.761 17.4898 18.8663 17.2246 18.8663H1.22461C0.959393 18.8663 0.705039 18.761 0.517503 18.5735C0.329966 18.3859 0.22461 18.1316 0.22461 17.8663V7.35635C0.224504 7.20396 0.259227 7.05356 0.326125 6.91665C0.393024 6.77973 0.49033 6.65991 0.61061 6.56635L8.61061 0.344346C8.78615 0.207791 9.00221 0.133652 9.22461 0.133652C9.44701 0.133652 9.66307 0.207791 9.83861 0.344346L17.8386 6.56635C17.9589 6.65991 18.0562 6.77973 18.1231 6.91665C18.19 7.05356 18.2247 7.20396 18.2246 7.35635V17.8663ZM16.2246 16.8663V7.84435L9.22461 2.40035L2.22461 7.84435V16.8663H16.2246ZM4.22461 12.8663H14.2246V14.8663H4.22461V12.8663Z" fill="#222222" /> </svg> </a> </li> <li> <a href="/chinh-tri-xa-hoi.htm" title="Chính trị - Xã hội" class="nav-link"> Chính trị - Xã hội </a> </li> <li> <a href="/luat-va-doi.htm" title="Luật và Đời" class="nav-link"> Luật và Đời </a> </li> <li> <a href="/tai-chinh-gia-dinh.htm" title="Tài chính gia đình" class="nav-link"> Tài chính gia đình </a> </li> <li> <a href="/nha-dat.htm" title="Nhà đất" class="nav-link"> Nhà đất </a> </li> <li> <a href="/lao-dong-viec-lam.htm" title="Lao động – Việc làm" class="nav-link"> Lao động – Việc làm </a> </li> <li> <a href="/doanh-nghiep-doanh-nhan.htm" title="Doanh nghiệp - Doanh nhân" class="nav-link"> Doanh nghiệp - Doanh nhân </a> </li> <li> <a href="/video.htm" title="Multimedia" class="nav-link"> Multimedia </a> </li> <li> <a href="/giao-duc.htm" title="Giáo dục" class="nav-link"> Giáo dục </a> </li> <li> <a href="/lam-cha-me.htm" title="Làm cha mẹ" class="nav-link"> Làm cha mẹ </a> </li> <li> <a href="/khoe.htm" title="Khỏe" class="nav-link"> Khỏe </a> </li> </ul> </div> </div> </div> </div> <div class="footer__middle"> <div class="container"> <div class="footer__mflex"> <div class="col"> <div class="box-top"> <p class="box-title">BÁO PHỤ NỮ VIỆT NAM ĐIỆN TỬ</p> <p class="note">Cơ quan Trung ương của Hội liên hiệp Phụ nữ Việt Nam</p> </div> <div class="box-middle"> <p class="text"> <b>Giấy phép báo điện tử số: 313/GP - BTTTT</b> </p> <p class="text"> <b>Phó Tổng biên tập phụ trách: PHÍ QUỐC THUYÊN</b> </p> <p class="text"> <b>Phó Tổng biên tập: NGUYỄN THỊ HẢI YẾN, HOÀNG ĐINH LINH </b> </p> </div> </div> <div class="col"> <div class="box-top"> <p class="box-title">TRỤ SỞ CHÍNH</p> </div> <div class="box-middle"> <p class="text">Tòa soạn: 47 Hàng Chuối, Tp. Hà Nội</p> <p class="text"> Điện thoại: <a href="tel:842439713500">84-24-3971 3500</a> - Fax: <a href="tel:842438213202">84-24-3821 3202</a> </p> <p class="text"> Đường dây nóng: <a href="tel:0941707373">094.170.7373</a> </p> <p class="text"> Email: <a href="mailto:pnvnonline@phunuvietnam.vn">pnvnonline@phunuvietnam.vn</a> </p> </div> </div> <div class="col"> <div class="box-top"> <p class="box-title">LIÊN HỆ QUẢNG CÁO</p> </div> <div class="box-middle"> <div class="footer__contact"> <a href="https://vccorp.vn" target="_blank" rel="nofollow" class="icon" title="VCCorp"></a> <div class="content"> <p class="text"> <a href="mailto:doanhnghiep@admicro.vn">doanhnghiep@admicro.vn</a> </p> <p class="text"> <span style="color:#0075ff" id="phonenumber_footer"></span> </p> </div> </div> </div> </div> </div> <div class="footer__partner"> <p class="box-title"> CÁC TRANG LIÊN KẾT </p> <div class="list"> <a class="item" href="http://www.pnvnnuocngoai.vn/" title="Phụ nữ Việt Nam ở nước ngoài" target="_blank" rel="nofollow">PNVN ở nước ngoài</a> <a class="item" href="http://hoilhpn.org.vn" title="Hội Liên hiệp Phụ nữ Việt Nam" target="_blank" rel="nofollow">Hội LHPNVN</a> <a class="item" href="http://www.baotangphunu.org.vn" title="Bảo tàng Phụ nữ Việt Nam" target="_blank" rel="nofollow">Bảo tàng PNVN</a> <a class="item" href="https://nxbphunu.com.vn" title="Nhà xuất bản Phụ nữ Việt Nam" target="_blank" rel="nofollow">Nhà xuất bản PNVN</a> <a class="item" href="http://www.cwd.vn" title="Trung tâm Phụ nữ và Phát triển" target="_blank" rel="nofollow">Trung tâm Phụ nữ và Phát triển</a> <a class="item" href="http://hvpnvn.edu.vn" title="Học viện Phụ nữ Việt Nam" target="_blank" rel="nofollow">Học viện PNVN</a> <a class="item" href="http://www.tymfund.org.vn" title="Tổ chức TCVM Tình Thương" target="_blank" rel="nofollow">Tổ chức TCVM Tình Thương</a> </div> </div> </div> </div> <div class="footer__bottom"> <div class="container"> <p class="coppy-right">Báo Phụ Nữ Việt Nam không chịu trách nhiệm về liên kết mở rộng. Việc sử dụng lại thông tin trên trang này phải có sự đồng ý bằng văn bản của báo Phụ nữ Việt Nam.</p> </div> </div> </footer> <script src="https://adminplayer.sohatv.vn/resource/init-script/playerInitScript.js" type="text/javascript"></script> <script async src="https://static.mediacdn.vn/phunuvietnam/web_min/cate-23012024v1.min.js" type="text/javascript"></script> <script> (runinit = window.runinit || []).push(function () { timeline.isTag = true; timeline.init(); }); </script> <script> if (!isNotAllowAds) { loadJsAsync('https://static.mediacdn.vn/common/js/configsiteinfo.v1.min.js'); } </script> <script> (runinit = window.runinit || []).push(function () { function setThemeQuocTang() { let currentTime = new Date(); console.log("currentTime", currentTime) // var startTime = new Date('2024/07/25 00:00'); var endTime = new Date('2024/07/26 22:00'); if (currentTime < endTime) { $("header").addClass("quoc-tang"); } } setThemeQuocTang(); }); </script> </div> <script type="text/javascript"> if (!isNotAllowAds) { if ('serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('sw.js') .then(swReg => { console.log('Service Worker is registered', swReg); }) .catch(err => { console.error('Service Worker Error', err); }); }); } } </script> <script type="text/javascript"> if (!isNotAllowAds) { function isMobileBrowser() { if (navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) //|| navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i) || typeof window.orientation != "undefined" || navigator.userAgent.indexOf('IEMobile') != -1 ) { return true; } else { return false; } } function debounce(func, wait = 100) { let timeout; return function () { const context = this; const args = arguments; clearTimeout(timeout); timeout = setTimeout(() => { func.apply(context, args); } , wait); } ; } var prefixSesSto = 'ws.'; //url trước đó var previousUrl = sessionStorage.getItem(prefixSesSto + 'previousUrl'); //url hiện tại var currentUrl = document.URL; //vị trí scroll theo url hiện tại var lastScrollY = sessionStorage.getItem(prefixSesSto + currentUrl); //Bắt sự kiện trước khi người dùng rời khỏi trang window.addEventListener('beforeunload', (event) => { if (isMobileBrowser()) { return; } //lưu vị trí scroll hiện tại sessionStorage.setItem(prefixSesSto + currentUrl, window.scrollY); //user click trong trình duyệt if (innerDocClick) { //Người dùng ấn chuyển trang bên trong body //bỏ url trước đó; sessionStorage.removeItem(prefixSesSto + 'previousUrl'); } else { //Người dùng ấn nút Back hoặc Forward //lưu url trước đó sessionStorage.setItem(prefixSesSto + 'previousUrl', window.location.href); } console.log('Người dùng rời khỏi trang'); } ); const body = document.body; let innerDocClick = false; //Xử lý cuộn tới vị trí scroll theo url hiện tại document.addEventListener("DOMContentLoaded", function (event) { if (isMobileBrowser()) { return; } const checkHover = () => { innerDocClick = body.matches(':hover'); } ; const debouncedCheckHover = debounce(checkHover, 200); // Gọi hàm checkHover sau 200ms body.addEventListener('mousemove', debouncedCheckHover); //Nếu là quay lại trang trước if (previousUrl != null && currentUrl !== previousUrl) { if (typeof lastScrollY != 'undefined') { lastScrollY = parseInt(lastScrollY); } const saveScrollPosition = debounce(() => { if (typeof lastScrollY != 'undefined') { if (lastScrollY > 0) { if (lastScrollY > document.documentElement.scrollHeight) { if (typeof page != 'undefined' && page > 2 && (page % 3 == 2) && document.getElementsByClassName("btn-viewmore").length > 0) { console.log('Ấn Xem thêm'); document.getElementsByClassName("btn-viewmore")[0].click(); } window.scroll({ top: document.documentElement.scrollHeight }); console.log('Đã cuộn tới cuối trang'); } else { const lastScrollYFixed = lastScrollY; window.scroll({ top: lastScrollY }); lastScrollY = 0; setTimeout(function () { window.scroll({ top: lastScrollYFixed }); console.log('Đã cuộn về đúng vị trí trước: ', lastScrollYFixed); }, 500); } } } } , 100); saveScrollPosition(); window.addEventListener('scroll', saveScrollPosition); } }); //Xử lý nếu người dùng cuộn lên thì không cuộn tới vị trí scroll theo url hiện tại nữa let previousScrollY = 0; window.addEventListener('scroll', function () { if (isMobileBrowser()) { return; } if (currentUrl !== previousUrl && lastScrollY > 0) { const currentScrollY = window.scrollY; if (previousScrollY - currentScrollY == 1) { lastScrollY = 0; console.log('ws - Người dùng cuộn lên'); } previousScrollY = currentScrollY; } }); } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10