CINXE.COM
Nhóm chủ đề Magazine » 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>Nhóm chủ đề Magazine » Báo Phụ Nữ Việt Nam</title> <meta name="description" content="Tổng hợp các bài viết về chủ đề: Magazine" /> <meta name="keywords" content="Magazine" /> <meta name="news_keywords" content="Magazine" /> <meta property="og:title" content="Nhóm chủ đề Magazine » Báo Phụ Nữ Việt Nam" /> <meta property="og:description" content="Tổng hợp các bài viết về chủ đề: Magazine" /> <meta property="article:tag" content="Magazine" /> <link rel="alternate" type="application/rss+xml" href="https://phunuvietnam.vn/home.rss" title="Nhóm chủ đề Magazine » Báo Phụ Nữ Việt Nam" /> <meta name="revisit-after" content="1 days"> <link rel="canonical" href="https://phunuvietnam.vn/magazine.htm" /> <meta name="viewport" content="width=device-width, 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ÁO PHỤ NỮ VIỆT NAM ĐIỆN TỬ" /> <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/magazine.htm" /> <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": "WebSite", "name":"Nhóm chủ đề Magazine » Báo Phụ Nữ Việt Nam", "alternateName": "Tổng hợp các bài viết về chủ đề: Magazine", "url":"https://phunuvietnam.vn/magazine.htm" } </script> <!-- GOOGLE BREADCRUMB STRUCTURED DATA --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@id": "https://phunuvietnam.vn", "name": "Trang chủ" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "https://phunuvietnam.vn/magazine.htm", "name": "Nhóm chủ đề Magazine » Báo Phụ Nữ Việt Nam" } } ] } </script><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> <!-- 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 = '%2Fmagazine%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; } .box-top-header-ads { min-height: 95px; } /* .header__middle-flex { padding: 0px 0 17px !important; } */ /* .header__logo { display: block; width: 470px !important; margin: -13px 60px !important; } */ .header__logo img { height: auto; } </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"> <ins class="982a9496" data-key="190baa11037429c8b303a8a613b0499a"></ins> <script async src="https://aj1559.online/ba298f04.js"></script> <input type="hidden" name="hdPageIndex" id="hdPageIndex" value="1" /> <div id="fb-root"></div> <div id="admWrapsite"> <div class="box-top-header-ads"> <zone id="k1hcsv7k"></zone> <script> if (typeof (_chkPrLink) == 'undefined' || !_chkPrLink || typeof (_isAdsHidden) == 'undefined' || !_isAdsHidden) arfAsync.push("k1hcsv7k"); </script> </div> <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ứ ..., 10/04/2025</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="#1773ea" /> <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Ị & 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á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í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ên bản Tôi">Phiên bản Tôi</a> <a class="nav-sub" href="/yeu/hanh-phuc-gia-dinh-audio.htm" title="Hạnh phúc gia đình Audio">Hạnh phúc gia đình Audio</a> <a class="nav-sub" href="/yeu/gia-dinh-tre.htm" title="Gia đình trẻ">Gia đình trẻ</a> <a class="nav-sub" href="/yeu/toc-muoi-tieu.htm" title="Tóc muối tiêu">Tóc muối tiêu</a> <a class="nav-sub" href="/yeu/trao-va-nhan.htm" title="Trao và 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ê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í ẩ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ó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à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__emagazine"> <div class="container"> <div class="list__econtainer"> <div class="box-category" data-layout="22" data-key=""> <div class="box-category-middle list-news-timeline"> <div class="box-category-item" data-newsid="20250408095445462"> <a class="box-category-link-with-avatar img-resize" href="/phu-nu-jrai-lam-du-lich-trai-nghiem-tren-chinh-que-huong-minh-20250408095445462.htm" title="Phụ nữ Jrai làm du lịch trải nghiệm trên chính quê hương mình " data-id="20250408095445462" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/980_613/179072216278405120/2025/4/8/gia-lai-2-1-17440797851131347680291-1744126341134516265511-0-0-720-1152-crop-1744126354165327490573.jpg" alt="Phụ nữ Jrai làm du lịch trải nghiệm trên chính quê hương mình " 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="/phu-nu-jrai-lam-du-lich-trai-nghiem-tren-chinh-que-huong-minh-20250408095445462.htm" title="Phụ nữ Jrai làm du lịch trải nghiệm trên chính quê hương mình " data-id="20250408095445462" data-newstype="0">Phụ nữ Jrai làm du lịch trải nghiệm trên chính quê hương mình </a> </h2> <span class="box-category-time time-ago" title="04/08/2025 22:28:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Tập trung vào các sản phẩm du lịch trải nghiệm chân thực, dự án Làng văn hóa du lịch Jrai xã Ia Mơ Nông của chị H'Uyên Niê đã liên kết, hỗ trợ tạo việc làm cho hội viên phụ nữ, hội viên yếu thế, khó khăn. Nhờ đó góp phần bảo tồn, phát huy giá trị văn hóa truyền thống đồng thời kết nối, gắn kết và phát triển, tạo ra giá trị kinh tế cho cộng đồng.</p> </div> </div> <div class="box-category-item" data-newsid="20250408152602503"> <a class="box-category-link-with-avatar img-resize" href="/nha-tro-0-dong-diem-tua-cho-benh-nhan-ung-thu-20250408152602503.htm" title=""Nhà trọ 0 đồng" - Điểm tựa cho bệnh nhân ung thư" data-id="20250408152602503" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/4/8/anh-2-17441006851891384594524-124-0-1662-2461-crop-17441006917751608788779.jpg" alt=""Nhà trọ 0 đồng" - Điểm tựa cho bệnh nhân ung thư" 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="/nha-tro-0-dong-diem-tua-cho-benh-nhan-ung-thu-20250408152602503.htm" title=""Nhà trọ 0 đồng" - Điểm tựa cho bệnh nhân ung thư" data-id="20250408152602503" data-newstype="0">"Nhà trọ 0 đồng" - Điểm tựa cho bệnh nhân ung thư</a> </h2> <span class="box-category-time time-ago" title="04/08/2025 15:31:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Gần Bệnh viện K - cơ sở Tân Triều (Hà Nội) có một mái nhà đặc biệt mang tên “Nhà trọ 0 đồng”. Đó không chỉ là nơi che nắng, tránh mưa mà còn là điểm tựa tinh thần, giúp những bệnh nhân ung thư bớt đi phần nào gánh nặng trên hành trình chiến đấu với bệnh tật.</p> </div> </div> <div class="box-category-item" data-newsid="20250327213550052"> <a class="box-category-link-with-avatar img-resize" href="/hoi-sinh-doanh-nghiep-voi-san-pham-cham-soc-suc-khoe-20250327213550052.htm" title="Hồi sinh doanh nghiệp với sản phẩm chăm sóc sức khỏe" data-id="20250327213550052" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/4/8/kncvv-1744126996843431068413-404-0-1471-1707-crop-17441270037741275490542-0-112-997-1707-crop-17441270136091876777942.jpg" alt="Hồi sinh doanh nghiệp với sản phẩm chăm sóc sức khỏe" 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="/hoi-sinh-doanh-nghiep-voi-san-pham-cham-soc-suc-khoe-20250327213550052.htm" title="Hồi sinh doanh nghiệp với sản phẩm chăm sóc sức khỏe" data-id="20250327213550052" data-newstype="0">Hồi sinh doanh nghiệp với sản phẩm chăm sóc sức khỏe</a> </h2> <span class="box-category-time time-ago" title="04/06/2025 09:24:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Thất bại khi đang ở đỉnh cao của sự nghiệp khiến chị Trần Thị Tú Quyên (SN 1971), phường Hòa Xuân, quận Cẩm Lệ, thành phố Ðà Nẵng, như rơi vào trầm cảm. Những lo toan, gánh nặng “cơm áo gạo tiền” đã khiến chị bừng tỉnh, đứng dậy bước tiếp. Đặc biệt, giải thưởng từ các cuộc thi do Hội LHPN tổ chức đã tiếp thêm sức mạnh, giúp chị “hồi sinh”.</p> </div> </div> <div class="box-category-item" data-newsid="2025040320350459"> <a class="box-category-link-with-avatar img-resize" href="/co-giao-doi-nghe-thanh-cong-voi-nong-san-tay-nguyen-2025040320350459.htm" title="Cô giáo đổi nghề thành công với nông sản Tây Nguyên" data-id="2025040320350459" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/4/8/cggg-17441278295651500429090-63-0-1663-2560-crop-17441278356391816483314-0-39-1225-2000-crop-1744127847393936975819.jpg" alt="Cô giáo đổi nghề thành công với nông sản Tây Nguyên" 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="/co-giao-doi-nghe-thanh-cong-voi-nong-san-tay-nguyen-2025040320350459.htm" title="Cô giáo đổi nghề thành công với nông sản Tây Nguyên" data-id="2025040320350459" data-newstype="0">Cô giáo đổi nghề thành công với nông sản Tây Nguyên</a> </h2> <span class="box-category-time time-ago" title="04/04/2025 10:29:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Là người con của vùng đất cao nguyên, lớn lên trong gia đình thuần nông, thấm cảnh “bán mặt cho đất, bán lưng cho trời” của người nông dân, chị Trần Thị Dịu (SN 1989) đã tìm nhiều cách để chế biến hạt mắc ca sau thu hoạch, góp phần nâng cao thu nhập cho người dân và tăng giá trị các loại nông sản tại địa phương</p> </div> </div> <div class="box-category-item" data-newsid="2025040316222945"> <a class="box-category-link-with-avatar img-resize" href="/dao-dien-bui-thac-chuyen-neu-chua-lam-dia-dao-toi-thay-minh-no-nhung-nguoi-da-hy-sinh-o-cu-chi-2025040316222945.htm" title="Đạo diễn Bùi Thạc Chuyên: Nếu chưa làm "Địa đạo", tôi thấy mình nợ những người đã hy sinh ở Củ Chi" data-id="2025040316222945" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/4/3/dscf5040-2-17436706162091150956749-17436727744051945861441-322-0-5152-7728-crop-17436727810432134886408.jpg" alt="Đạo diễn Bùi Thạc Chuyên: Nếu chưa làm "Địa đạo", tôi thấy mình nợ những người đã hy sinh ở Củ Chi" 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="/dao-dien-bui-thac-chuyen-neu-chua-lam-dia-dao-toi-thay-minh-no-nhung-nguoi-da-hy-sinh-o-cu-chi-2025040316222945.htm" title="Đạo diễn Bùi Thạc Chuyên: Nếu chưa làm "Địa đạo", tôi thấy mình nợ những người đã hy sinh ở Củ Chi" data-id="2025040316222945" data-newstype="0">Đạo diễn Bùi Thạc Chuyên: Nếu chưa làm "Địa đạo", tôi thấy mình nợ những người đã hy sinh ở Củ Chi</a> </h2> <span class="box-category-time time-ago" title="04/03/2025 16:31:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Giữa bầu không khí điện ảnh sôi động của mùa phim đầu năm 2025, “Địa đạo: Mặt trời trong bóng tối” xuất hiện như một tiếng nói trầm tĩnh, tha thiết và đầy dũng cảm. Không phải để ngợi ca chiến thắng, mà để thấu hiểu nỗi đau. Không nhằm vẽ lại hào quang, mà để chạm tới con người. Đây là tác phẩm đánh dấu sự trở lại của đạo diễn Bùi Thạc Chuyên sau 11 năm ấp ủ, viết - sửa - gác lại - rồi lại viết tiếp.</p> </div> </div> <div class="box-category-item" data-newsid="20250325192126601"> <a class="box-category-link-with-avatar img-resize" href="/dao-dien-nguyen-duc-de-lap-cu-dup-giai-vang-tu-goc-nhin-cuoc-song-day-nhan-van-20250325192126601.htm" title="Đạo diễn Nguyễn Đức Đệ lập cú đúp giải vàng từ góc nhìn cuộc sống đầy nhân văn" data-id="20250325192126601" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/3/25/nguyen-duc-de-01-1742901718883505815848-448-0-1048-960-crop-1742904366691591934275.jpg" alt="Đạo diễn Nguyễn Đức Đệ lập cú đúp giải vàng từ góc nhìn cuộc sống đầy nhân văn" 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="/dao-dien-nguyen-duc-de-lap-cu-dup-giai-vang-tu-goc-nhin-cuoc-song-day-nhan-van-20250325192126601.htm" title="Đạo diễn Nguyễn Đức Đệ lập cú đúp giải vàng từ góc nhìn cuộc sống đầy nhân văn" data-id="20250325192126601" data-newstype="0">Đạo diễn Nguyễn Đức Đệ lập cú đúp giải vàng từ góc nhìn cuộc sống đầy nhân văn</a> </h2> <span class="box-category-time time-ago" title="03/25/2025 20:37:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Thêm một lần nữa, những đam mê, nỗ lực bền bỉ cùng những trăn trở về cuộc sống của đạo diễn Nguyễn Đức Đệ đã "đơm hoa kết trái". Không chỉ 1, mà tận 2 giải vàng tại Liên hoan Truyền hình toàn quốc lần thứ 42 đã gọi tên anh - đó là thành quả của một hành trình lao động đầy nhiệt huyết.</p> </div> </div> <div class="box-category-item" data-newsid="20250324220816648"> <a class="box-category-link-with-avatar img-resize" href="/tuong-lai-cho-the-he-vuon-minh-20250324220816648.htm" title="Tương lai cho thế hệ vươn mình" data-id="20250324220816648" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/3/24/3-1742828149527376866203-0-65-952-1588-crop-1742828199096519711229.png" alt="Tương lai cho thế hệ vươn mình" 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="/tuong-lai-cho-the-he-vuon-minh-20250324220816648.htm" title="Tương lai cho thế hệ vươn mình" data-id="20250324220816648" data-newstype="0">Tương lai cho thế hệ vươn mình</a> </h2> <span class="box-category-time time-ago" title="03/25/2025 08:00:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Khoảng thời gian từ 2025 đến 2045 chỉ còn đúng 20 năm. Những em bé được sinh ra trong quãng thời gian này sẽ là lớp thanh - thiếu niên của thế hệ mới, là chủ nhân tương lai của đất nước Việt Nam phát triển hưng thịnh. </p> </div> </div> <div class="box-category-item" data-newsid="20250317190316922"> <a class="box-category-link-with-avatar img-resize" href="/phat-trien-kinh-te-tu-nhan-don-bay-cho-mot-viet-nam-thinh-vuong-20250317190316922.htm" title="Phát triển kinh tế tư nhân - đòn bẩy cho một Việt Nam thịnh vượng" data-id="20250317190316922" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/3/17/1-17422121384571631690574-0-0-588-940-crop-1742212165451462400080.png" alt="Phát triển kinh tế tư nhân - đòn bẩy cho một Việt Nam thịnh vượ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="/phat-trien-kinh-te-tu-nhan-don-bay-cho-mot-viet-nam-thinh-vuong-20250317190316922.htm" title="Phát triển kinh tế tư nhân - đòn bẩy cho một Việt Nam thịnh vượng" data-id="20250317190316922" data-newstype="0">Phát triển kinh tế tư nhân - đòn bẩy cho một Việt Nam thịnh vượng</a> </h2> <span class="box-category-time time-ago" title="03/17/2025 19:03:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Chúng ta cần phải quán triệt lại định hướng quan điểm và nhận thức trong cả hệ thống chính trị về vai trò của kinh tế tư nhân như là động lực tăng trưởng quan trọng hàng đầu của đất nước</p> </div> </div> <div class="box-category-item" data-newsid="20250302143156512"> <a class="box-category-link-with-avatar img-resize" href="/hoc-tap-suot-doi-20250302143156512.htm" title="HỌC TẬP SUỐT ĐỜI" data-id="20250302143156512" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/3/2/hienthuchoa-17409009785121731224570-78-0-1016-1500-crop-1740900984538132697278.jpg" alt="HỌC TẬP SUỐT ĐỜI" 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="/hoc-tap-suot-doi-20250302143156512.htm" title="HỌC TẬP SUỐT ĐỜI" data-id="20250302143156512" data-newstype="0">HỌC TẬP SUỐT ĐỜI</a> </h2> <span class="box-category-time time-ago" title="03/02/2025 14:11:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Báo PNVN trân trọng giới thiệu bài viết về "Học tập suốt đời" của Tổng Bí thư Tô Lâm.</p> </div> </div> <div class="box-category-item" data-newsid="202503012356177"> <a class="box-category-link-with-avatar img-resize" href="/sau-gan-90-nam-lai-co-1-doi-bay-toan-nu-se-len-khong-gian-vu-tru-202503012356177.htm" title="Sau gần 90 năm, lại có 1 đội bay toàn nữ sẽ lên không gian vũ trụ" data-id="202503012356177" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/3/1/a2-13-17408476299581446388756-0-85-400-725-crop-1740847651846873404144.jpg" alt="Sau gần 90 năm, lại có 1 đội bay toàn nữ sẽ lên không gian vũ trụ" 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="/sau-gan-90-nam-lai-co-1-doi-bay-toan-nu-se-len-khong-gian-vu-tru-202503012356177.htm" title="Sau gần 90 năm, lại có 1 đội bay toàn nữ sẽ lên không gian vũ trụ" data-id="202503012356177" data-newstype="0">Sau gần 90 năm, lại có 1 đội bay toàn nữ sẽ lên không gian vũ trụ</a> </h2> <span class="box-category-time time-ago" title="03/01/2025 23:45:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Chuyến bay tiếp theo có người lái của Blue Origin dự kiến sẽ cất cánh vào mùa xuân năm nay. Đây là đội bay toàn nữ đầu tiên kể từ chuyến bay đơn của Valentina Tereshkova vào năm 1963. Đây cũng là chuyến bay thứ 11 trong chương trình New Shepard và là chuyến bay thứ 31 trong lịch sử của chương trình. </p> </div> </div> <div class="box-category-item" data-newsid="20250227152058786"> <a class="box-category-link-with-avatar img-resize" href="/nu-dieu-duong-vien-danh-ca-thanh-xuan-cham-soc-thuong-binh-tam-than-20250227152058786.htm" title="Nữ điều dưỡng viên dành cả thanh xuân chăm sóc thương binh tâm thần" data-id="20250227152058786" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/2/27/nu-dieu-duong-vien-gan-20-nam-cham-soc-thuong-binh-tam-than1-1740642708978860433716-36-0-1025-1583-crop-1740643266846454427347.jpg" alt="Nữ điều dưỡng viên dành cả thanh xuân chăm sóc thương binh tâm thần" 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-dieu-duong-vien-danh-ca-thanh-xuan-cham-soc-thuong-binh-tam-than-20250227152058786.htm" title="Nữ điều dưỡng viên dành cả thanh xuân chăm sóc thương binh tâm thần" data-id="20250227152058786" data-newstype="0">Nữ điều dưỡng viên dành cả thanh xuân chăm sóc thương binh tâm thần</a> </h2> <span class="box-category-time time-ago" title="02/27/2025 16:12:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Trong hơn 15 năm gắn bó với Trung tâm Chăm sóc, nuôi dưỡng người có công tỉnh Thanh Hoá (xã Quảng Thọ, huyện Quảng Xương, tỉnh Thanh Hóa), điều dưỡng Lê Thị Giang đã dành trọn vẹn tuổi trẻ của mình để chăm sóc các thương binh tâm thần. Chị không nhớ đã biết bao lần ngủ ngoài hành lang bệnh viện khi đưa các thương binh lên tuyến trên khám bệnh. Và cũng trên chính đôi tay nhỏ gầy ấy đã biết bao lần tắm rửa, mặc quần áo mới khâm liệm, tiễn đưa anh linh các thương binh về thế giới người hiền.</p> </div> </div> <div class="box-category-item" data-newsid="20250211225937618"> <a class="box-category-link-with-avatar img-resize" href="/nhiep-anh-gia-phai-long-ve-dep-cua-phu-nu-20250211225937618.htm" title="Nhiếp ảnh gia "phải lòng" vẻ đẹp của phụ nữ " data-id="20250211225937618" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/2/11/3-21600x1067-17392876245671922326734-67-0-1067-1600-crop-1739288397752615422025.jpg" alt="Nhiếp ảnh gia "phải lòng" vẻ đẹp của phụ nữ " 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="/nhiep-anh-gia-phai-long-ve-dep-cua-phu-nu-20250211225937618.htm" title="Nhiếp ảnh gia "phải lòng" vẻ đẹp của phụ nữ " data-id="20250211225937618" data-newstype="0">Nhiếp ảnh gia "phải lòng" vẻ đẹp của phụ nữ </a> </h2> <span class="box-category-time time-ago" title="02/13/2025 09:31:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">Khi mua chiếc máy ảnh đầu tiên, Khánh Phan (SN 1985) chưa hề yêu nhiếp ảnh và cũng không biết bắt đầu từ đâu. Nhưng khi chị phát hiện ra nhiếp ảnh thật thú vị và đầy say mê, chị đã trở thành niềm tự hào của nhiếp ảnh Việt Nam khi mang về nhiều giải thưởng quốc tế. </p> </div> </div> <div class="box-category-item" data-newsid="2025021220502684"> <a class="box-category-link-with-avatar img-resize" href="/nu-cu-nhan-ke-toan-lua-chon-nhap-ngu-2025021220502684.htm" title="Nữ Cử nhân Kế toán tình nguyện nhập ngũ: "Tôi muốn được thử thách bản thân"" data-id="2025021220502684" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/480_300/179072216278405120/2025/2/12/868ae5082953970dce426-17393673724901599868730-0-182-1440-2486-crop-17393740693511000776567.jpg" alt="Nữ Cử nhân Kế toán tình nguyện nhập ngũ: "Tôi muốn được thử thách bản thân"" 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-cu-nhan-ke-toan-lua-chon-nhap-ngu-2025021220502684.htm" title="Nữ Cử nhân Kế toán tình nguyện nhập ngũ: "Tôi muốn được thử thách bản thân"" data-id="2025021220502684" data-newstype="0">Nữ Cử nhân Kế toán tình nguyện nhập ngũ: "Tôi muốn được thử thách bản thân"</a> </h2> <span class="box-category-time time-ago" title="02/12/2025 20:56:00"></span> <p data-type="sapo" class="box-category-sapo need-trimline" data-trimline="4">"Tôi muốn được thử thách bản thân mình, muốn được cống hiến cho đất nước" - đó là lời chia sẻ của Nguyễn Thị Ngọc Hà, cử nhân Khoa Kế toán, Trường Đại học Công nghiệp Hà Nội, khi viết đơn tình nguyện nhập ngũ.</p> </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 text-center"> <a class="xemthem btn-readmore view-more" href="javascript:;" title="Xem thêm" rel="nofollow"> Xem thêm <span class="icon"> <svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.5 1.54101L7.5 6.54102L13.5 1.54102" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </span> </a> </div> </div> </div> </div> <input type="hidden" name="hdPageIndex" id="hdPageIndex" value="1" /> </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.pageIndex = 2; timeline.isMagazine = 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><!--u:[04/10/2025 05:32:00][04/10/2025 05:47:00], key: /magazine.htm--><!--CachedInfo:LastModifiedDate:10/04/2025 05:32:00|TimeCD:|SvName:k8s|DistributionDate:-->