CINXE.COM

Phó chủ tịch » 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>Phó chủ tịch » Báo Phụ Nữ Việt Nam</title> <meta name="description" content="phó chủ tịch" /> <meta name="keywords" content="pho-chu-tich" /> <meta name="news_keywords" content="pho-chu-tich" /> <meta property="og:title" content="Ph&#243; chủ tịch &#187; B&#225;o Phụ Nữ Việt Nam" /> <meta property="og:description" content="ph&#243; chủ tịch" /> <meta property="article:tag" content="pho-chu-tich" /> <meta name="revisit-after" content="1 days"> <link rel="canonical" href="https://phunuvietnam.vn/pho-chu-tich.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/pho-chu-tich.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":"phó chủ tịch » Báo Phụ Nữ Việt Nam", "alternateName": "phó chủ tịch", "url":"https://phunuvietnam.vn/pho-chu-tich.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": "phó chủ tịch", "item": "https://phunuvietnam.vn/pho-chu-tich.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="phó chủ tịch" /> <input type="hidden" name="hdZoneId" id="hdZoneId" value="0" /> <input type="hidden" name="hdTagUrl" id="hdTagUrl" value="pho-chu-tich" /> <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ứ ..., 25/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>ph&#xF3; ch&#x1EE7; t&#x1ECB;ch</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="20241122133939908"> <a class="box-category-link-with-avatar img-resize" href="/tinh-binh-duong-dieu-dong-va-bo-nhiem-nhieu-nhan-su-moi-20241122133939908.htm" title="T&#x1EC9;nh B&#xEC;nh D&#x1B0;&#x1A1;ng &#x111;i&#x1EC1;u &#x111;&#x1ED9;ng v&#xE0; b&#x1ED5; nhi&#x1EC7;m nhi&#x1EC1;u nh&#xE2;n s&#x1EF1; m&#x1EDB;i" data-id="20241122133939908" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/11/22/bdddd1-1732257501470969291108-0-0-466-746-crop-17322575092401832303562.jpg" alt="Tỉnh B&#236;nh Dương điều động v&#224; bổ nhiệm nhiều nh&#226;n sự mớ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="/tinh-binh-duong-dieu-dong-va-bo-nhiem-nhieu-nhan-su-moi-20241122133939908.htm" title="T&#x1EC9;nh B&#xEC;nh D&#x1B0;&#x1A1;ng &#x111;i&#x1EC1;u &#x111;&#x1ED9;ng v&#xE0; b&#x1ED5; nhi&#x1EC7;m nhi&#x1EC1;u nh&#xE2;n s&#x1EF1; m&#x1EDB;i" data-id="20241122133939908" data-newstype="0">T&#x1EC9;nh B&#xEC;nh D&#x1B0;&#x1A1;ng &#x111;i&#x1EC1;u &#x111;&#x1ED9;ng v&#xE0; b&#x1ED5; nhi&#x1EC7;m nhi&#x1EC1;u nh&#xE2;n s&#x1EF1; m&#x1EDB;i</a> </h2> <span class="box-category-time time-ago" title="11/22/2024 13:40:00"></span> <p data-type="sapo" class="box-category-sapo">B&#xE0; Tr&#x1EA7;n Th&#x1ECB; H&#x1ED3;ng H&#x1EA1;nh, Ph&#xF3; B&#xED; th&#x1B0; &#x110;&#x1EA3;ng &#x111;o&#xE0;n, Ph&#xF3; Ch&#x1EE7; t&#x1ECB;ch &#x1EE6;y ban M&#x1EB7;t tr&#x1EAD;n T&#x1ED5; qu&#x1ED1;c Vi&#x1EC7;t Nam t&#x1EC9;nh, &#x111;&#x1B0;&#x1EE3;c &#x111;i&#x1EC1;u &#x111;&#x1ED9;ng gi&#x1EEF; ch&#x1EE9;c Ph&#xF3; B&#xED; th&#x1B0; &#x110;&#x1EA3;ng &#x1EE7;y Kh&#x1ED1;i doanh nghi&#x1EC7;p t&#x1EC9;nh B&#xEC;nh D&#x1B0;&#x1A1;ng, nhi&#x1EC7;m k&#x1EF3; 2020-2025.</p> </div> </div> <div class="box-category-item" data-newsid="20241118184651228"> <a class="box-category-link-with-avatar img-resize" href="/lua-nhiet-huyet-chua-bao-gio-nguoi-o-chuyen-gia-chan-doan-hinh-anh-voi-hon-40-nam-cong-hien-20241118184651228.htm" title="L&#x1EED;a nhi&#x1EC7;t huy&#x1EBF;t ch&#x1B0;a bao gi&#x1EDD; ngu&#x1ED9;i &#x1EDF; chuy&#xEA;n gia ch&#x1EA9;n &#x111;o&#xE1;n h&#xEC;nh &#x1EA3;nh v&#x1EDB;i h&#x1A1;n 40 n&#x103;m c&#x1ED1;ng hi&#x1EBF;n " data-id="20241118184651228" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/11/18/17b61569-378a-428d-9200-4c721cd446e4-17319302357051996622212-7-0-632-1000-crop-17319302422191081874506.jpg" alt="Lửa nhiệt huyết chưa bao giờ nguội ở chuy&#234;n gia chẩn đo&#225;n h&#236;nh ảnh với hơn 40 năm cống hiế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="/lua-nhiet-huyet-chua-bao-gio-nguoi-o-chuyen-gia-chan-doan-hinh-anh-voi-hon-40-nam-cong-hien-20241118184651228.htm" title="L&#x1EED;a nhi&#x1EC7;t huy&#x1EBF;t ch&#x1B0;a bao gi&#x1EDD; ngu&#x1ED9;i &#x1EDF; chuy&#xEA;n gia ch&#x1EA9;n &#x111;o&#xE1;n h&#xEC;nh &#x1EA3;nh v&#x1EDB;i h&#x1A1;n 40 n&#x103;m c&#x1ED1;ng hi&#x1EBF;n " data-id="20241118184651228" data-newstype="0">L&#x1EED;a nhi&#x1EC7;t huy&#x1EBF;t ch&#x1B0;a bao gi&#x1EDD; ngu&#x1ED9;i &#x1EDF; chuy&#xEA;n gia ch&#x1EA9;n &#x111;o&#xE1;n h&#xEC;nh &#x1EA3;nh v&#x1EDB;i h&#x1A1;n 40 n&#x103;m c&#x1ED1;ng hi&#x1EBF;n </a> </h2> <span class="box-category-time time-ago" title="11/18/2024 19:21:00"></span> <p data-type="sapo" class="box-category-sapo">H&#x1A1;n 4 th&#x1EAD;p k&#x1EF7; c&#x1ED1;ng hi&#x1EBF;n trong ng&#xE0;nh Y, tr&#x1EA3;i qua nhi&#x1EC1;u vai tr&#xF2; kh&#xE1;c nhau, v&#x1ECB; chuy&#xEA;n gia &#x1EA5;y v&#x1EAB;n lu&#xF4;n ch&#xE1;y l&#x1EED;a ngh&#x1EC1;. &#x110;&#x1EBF;n nay, khi tu&#x1ED5;i &#x111;&#xE3; ngo&#xE0;i 60, &#xF4;ng lu&#xF4;n n&#x1ED7; l&#x1EF1;c l&#xE0;m m&#x1EDB;i b&#x1EA3;n th&#xE2;n tr&#x1B0;&#x1EDB;c gu&#x1ED3;ng quay c&#xF4;ng ngh&#x1EC7; nh&#x1EB1;m &#xE1;p d&#x1EE5;ng nh&#x1EEF;ng k&#x1EF9; thu&#x1EAD;t ti&#xEA;n ti&#x1EBF;n nh&#x1EA5;t v&#xE0;o c&#xF4;ng t&#xE1;c kh&#xE1;m, ch&#x1EEF;a b&#x1EC7;nh ph&#x1EE5;c v&#x1EE5; ng&#x1B0;&#x1EDD;i d&#xE2;n. </p> </div> </div> <div class="box-category-item" data-newsid="20241108183824414"> <a class="box-category-link-with-avatar img-resize" href="/cum-thi-dua-tay-nam-bo-nhieu-hoat-dong-thuc-day-binh-dang-gioi-20241108183824414.htm" title="C&#x1EE5;m thi &#x111;ua T&#xE2;y Nam b&#x1ED9;: N&#x103;m 2024 gi&#x1EDB;i thi&#x1EC7;u vi&#x1EC7;c l&#xE0;m cho h&#x1A1;n 78 ngh&#xEC;n lao &#x111;&#x1ED9;ng n&#x1EEF;" data-id="20241108183824414" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/11/8/3-1731065702407374879882-60-0-1660-2560-crop-17310658054442129696154-10-151-1145-1967-crop-17310690639792053145089.jpg" alt="Cụm thi đua T&#226;y Nam bộ: Năm 2024 giới thiệu việc l&#224;m cho hơn 78 ngh&#236;n lao động 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="/cum-thi-dua-tay-nam-bo-nhieu-hoat-dong-thuc-day-binh-dang-gioi-20241108183824414.htm" title="C&#x1EE5;m thi &#x111;ua T&#xE2;y Nam b&#x1ED9;: N&#x103;m 2024 gi&#x1EDB;i thi&#x1EC7;u vi&#x1EC7;c l&#xE0;m cho h&#x1A1;n 78 ngh&#xEC;n lao &#x111;&#x1ED9;ng n&#x1EEF;" data-id="20241108183824414" data-newstype="0">C&#x1EE5;m thi &#x111;ua T&#xE2;y Nam b&#x1ED9;: N&#x103;m 2024 gi&#x1EDB;i thi&#x1EC7;u vi&#x1EC7;c l&#xE0;m cho h&#x1A1;n 78 ngh&#xEC;n lao &#x111;&#x1ED9;ng n&#x1EEF;</a> </h2> <span class="box-category-time time-ago" title="11/08/2024 18:44:00"></span> <p data-type="sapo" class="box-category-sapo">Ng&#xE0;y 8/11, t&#x1EA1;i t&#x1EC9;nh An Giang, C&#x1EE5;m thi &#x111;ua H&#x1ED9;i LHPN c&#xE1;c t&#x1EC9;nh T&#xE2;y Nam b&#x1ED9; t&#x1ED5; ch&#x1EE9;c H&#x1ED9;i ngh&#x1ECB; t&#x1ED5;ng k&#x1EBF;t ho&#x1EA1;t &#x111;&#x1ED9;ng C&#x1EE5;m n&#x103;m 2024 v&#xE0; k&#xFD; k&#x1EBF;t giao &#x1B0;&#x1EDB;c thi &#x111;ua n&#x103;m 2025. B&#xE0; T&#xF4;n Ng&#x1ECD;c H&#x1EA1;nh, &#x1EE6;y vi&#xEA;n d&#x1EF1; khuy&#x1EBF;t TW &#x110;&#x1EA3;ng, Ph&#xF3; Ch&#x1EE7; t&#x1ECB;ch H&#x1ED9;i LHPN Vi&#x1EC7;t Nam, tham d&#x1EF1; v&#xE0; ch&#x1EC9; &#x111;&#x1EA1;o H&#x1ED9;i ngh&#x1ECB;. </p> </div> </div> <div class="box-category-item" data-newsid="20241101095409972"> <a class="box-category-link-with-avatar img-resize" href="/tt-group-va-jta-qatar-hop-tac-phat-trien-to-hop-the-thao-va-cong-vien-disneyland-tai-ha-noi-20241101095409972.htm" title="T&amp;T Group v&#xE0; JTA (Qatar) h&#x1EE3;p t&#xE1;c ph&#xE1;t tri&#x1EC3;n T&#x1ED5; h&#x1EE3;p th&#x1EC3; thao v&#xE0; c&#xF4;ng vi&#xEA;n Disneyland t&#x1EA1;i H&#xE0; N&#x1ED9;i" data-id="20241101095409972" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/11/1/anh-2-1-1730429469332773025658-0-0-1180-1888-crop-1730429471485155032638.jpg" alt="T&amp;T Group v&#224; JTA (Qatar) hợp t&#225;c ph&#225;t triển Tổ hợp thể thao v&#224; c&#244;ng vi&#234;n Disneyland tại H&#224; Nộ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="/tt-group-va-jta-qatar-hop-tac-phat-trien-to-hop-the-thao-va-cong-vien-disneyland-tai-ha-noi-20241101095409972.htm" title="T&amp;T Group v&#xE0; JTA (Qatar) h&#x1EE3;p t&#xE1;c ph&#xE1;t tri&#x1EC3;n T&#x1ED5; h&#x1EE3;p th&#x1EC3; thao v&#xE0; c&#xF4;ng vi&#xEA;n Disneyland t&#x1EA1;i H&#xE0; N&#x1ED9;i" data-id="20241101095409972" data-newstype="0">T&amp;T Group v&#xE0; JTA (Qatar) h&#x1EE3;p t&#xE1;c ph&#xE1;t tri&#x1EC3;n T&#x1ED5; h&#x1EE3;p th&#x1EC3; thao v&#xE0; c&#xF4;ng vi&#xEA;n Disneyland t&#x1EA1;i H&#xE0; N&#x1ED9;i</a> </h2> <span class="box-category-time time-ago" title="11/01/2024 12:18:00"></span> <p data-type="sapo" class="box-category-sapo">T&#x1EAD;p &#x111;o&#xE0;n T&amp;T Group v&#xE0; JTA - t&#x1EAD;p &#x111;o&#xE0;n &#x111;&#x1EA7;u t&#x1B0; qu&#x1ED1;c t&#x1EBF; h&#xE0;ng &#x111;&#x1EA7;u c&#x1EE7;a Qatar &#x111;&#xE3; k&#xFD; bi&#xEA;n b&#x1EA3;n ghi nh&#x1EDB; h&#x1EE3;p t&#xE1;c v&#x1EC1; vi&#x1EC7;c nghi&#xEA;n c&#x1EE9;u ph&#xE1;t tri&#x1EC3;n d&#x1EF1; &#xE1;n T&#x1ED5; h&#x1EE3;p th&#x1EC3; thao &#x111;a n&#x103;ng v&#xE0; c&#xF4;ng vi&#xEA;n gi&#x1EA3;i tr&#xED; Disneyland v&#x1EDB;i t&#x1ED5;ng m&#x1EE9;c &#x111;&#x1EA7;u t&#x1B0; d&#x1EF1; ki&#x1EBF;n l&#xEA;n t&#x1EDB;i 4,5 t&#x1EF7; USD t&#x1EA1;i huy&#x1EC7;n &#x110;&#xF4;ng Anh, TP H&#xE0; N&#x1ED9;i.</p> </div> </div> <div class="box-category-item" data-newsid="20241012084129963"> <a class="box-category-link-with-avatar img-resize" href="/an-tuong-tinh-than-khoi-nghiep-cua-phu-nu-trong-chung-ket-khi-phu-nu-lam-chu-mua-2-20241012084129963.htm" title="&#x1EA4;n t&#x1B0;&#x1EE3;ng tinh th&#x1EA7;n kh&#x1EDF;i nghi&#x1EC7;p c&#x1EE7;a ph&#x1EE5; n&#x1EEF; trong Chung k&#x1EBF;t &#x201C;Khi ph&#x1EE5; n&#x1EEF; l&#xE0;m ch&#x1EE7; - m&#xF9;a 2&#x201D;" data-id="20241012084129963" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/10/12/picture16-1728696997184176688-0-0-390-624-crop-1728696999952516316251.png" alt="Ấn tượng tinh thần khởi nghiệp của phụ nữ trong Chung kết “Khi phụ nữ l&#224;m chủ - m&#249;a 2”" 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="/an-tuong-tinh-than-khoi-nghiep-cua-phu-nu-trong-chung-ket-khi-phu-nu-lam-chu-mua-2-20241012084129963.htm" title="&#x1EA4;n t&#x1B0;&#x1EE3;ng tinh th&#x1EA7;n kh&#x1EDF;i nghi&#x1EC7;p c&#x1EE7;a ph&#x1EE5; n&#x1EEF; trong Chung k&#x1EBF;t &#x201C;Khi ph&#x1EE5; n&#x1EEF; l&#xE0;m ch&#x1EE7; - m&#xF9;a 2&#x201D;" data-id="20241012084129963" data-newstype="0">&#x1EA4;n t&#x1B0;&#x1EE3;ng tinh th&#x1EA7;n kh&#x1EDF;i nghi&#x1EC7;p c&#x1EE7;a ph&#x1EE5; n&#x1EEF; trong Chung k&#x1EBF;t &#x201C;Khi ph&#x1EE5; n&#x1EEF; l&#xE0;m ch&#x1EE7; - m&#xF9;a 2&#x201D;</a> </h2> <span class="box-category-time time-ago" title="10/12/2024 09:18:00"></span> <p data-type="sapo" class="box-category-sapo">H&#x1A1;n c&#x1EA3; m&#x1ED9;t gameshow, &#x201C;Khi ph&#x1EE5; n&#x1EEF; l&#xE0;m ch&#x1EE7; - m&#xF9;a 2&#x201D; &#x111;&#xE3; truy&#x1EC1;n &#x111;&#x1ED9;ng l&#x1EF1;c v&#xE0; c&#x1EA3;m h&#x1EE9;ng cho c&#xE1;c ch&#x1ECB; em ph&#x1EE5; n&#x1EEF; kh&#x1EAF;p m&#x1ECD;i mi&#x1EC1;n &#x111;&#x1EA5;t n&#x1B0;&#x1EDB;c lu&#xF4;n t&#x1EF1; tin v&#xE0;o b&#x1EA3;n th&#xE2;n m&#xEC;nh &#x111;&#x1EC3; l&#xE0;m kinh t&#x1EBF;.</p> </div> </div> <div class="box-category-item" data-newsid="20241007082909553"> <a class="box-category-link-with-avatar img-resize" href="/chung-khoan-tuan-7-10-11-10-co-hoi-quan-tri-danh-muc-va-lua-chon-co-phieu-cho-nha-dau-tu-20241007082909553.htm" title="Ch&#x1EE9;ng kho&#xE1;n tu&#x1EA7;n 7/10 - 11/10: C&#x1A1; h&#x1ED9;i qu&#x1EA3;n tr&#x1ECB; danh m&#x1EE5;c v&#xE0; l&#x1EF1;a ch&#x1ECD;n c&#x1ED5; phi&#x1EBF;u cho nh&#xE0; &#x111;&#x1EA7;u t&#x1B0;" data-id="20241007082909553" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/10/7/screen-shot-2024-10-07-at-082333-17282642212662110120671-0-0-396-634-crop-1728264366274465138686.png" alt="Chứng kho&#225;n tuần 7/10 - 11/10: Cơ hội quản trị danh mục v&#224; lựa chọn cổ phiếu cho nh&#224; đầu 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="/chung-khoan-tuan-7-10-11-10-co-hoi-quan-tri-danh-muc-va-lua-chon-co-phieu-cho-nha-dau-tu-20241007082909553.htm" title="Ch&#x1EE9;ng kho&#xE1;n tu&#x1EA7;n 7/10 - 11/10: C&#x1A1; h&#x1ED9;i qu&#x1EA3;n tr&#x1ECB; danh m&#x1EE5;c v&#xE0; l&#x1EF1;a ch&#x1ECD;n c&#x1ED5; phi&#x1EBF;u cho nh&#xE0; &#x111;&#x1EA7;u t&#x1B0;" data-id="20241007082909553" data-newstype="0">Ch&#x1EE9;ng kho&#xE1;n tu&#x1EA7;n 7/10 - 11/10: C&#x1A1; h&#x1ED9;i qu&#x1EA3;n tr&#x1ECB; danh m&#x1EE5;c v&#xE0; l&#x1EF1;a ch&#x1ECD;n c&#x1ED5; phi&#x1EBF;u cho nh&#xE0; &#x111;&#x1EA7;u t&#x1B0;</a> </h2> <span class="box-category-time time-ago" title="10/07/2024 08:45:00"></span> <p data-type="sapo" class="box-category-sapo">Theo chuy&#xEA;n gia v&#x1EC1; ch&#x1EE9;ng kho&#xE1;n, vi&#x1EC7;c VN-Index lao d&#x1ED1;c tu&#x1EA7;n qua gi&#x1EEF;a l&#xFA;c nhi&#x1EC1;u th&#xF4;ng tin t&#x1ED1;t &#x111;&#x1ED1;i v&#x1EDB;i n&#x1EC1;n kinh t&#x1EBF; l&#xE0; c&#x1A1; h&#x1ED9;i &#x111;&#x1EC3; nh&#xE0; &#x111;&#x1EA7;u t&#x1B0; c&#x1A1; c&#x1EA5;u l&#x1EA1;i danh m&#x1EE5;c v&#xE0; l&#x1EF1;a ch&#x1ECD;n c&#x1ED5; phi&#x1EBF;u theo &quot;kh&#x1EA9;u v&#x1ECB;&quot; kinh doanh c&#x1EE7;a m&#xEC;nh.</p> </div> </div> <div class="box-category-item" data-newsid="20240915204031527"> <a class="box-category-link-with-avatar img-resize" href="/bao-so-3-khien-tinh-bac-ninh-thiet-hai-1000-ty-dong-20240915204031527.htm" title="B&#xE3;o s&#x1ED1; 3 khi&#x1EBF;n t&#x1EC9;nh B&#x1EAF;c Ninh thi&#x1EC7;t h&#x1EA1;i 1.000 t&#x1EF7; &#x111;&#x1ED3;ng" data-id="20240915204031527" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/9/15/cuu-ho-1726406017088685857761-0-22-361-600-crop-1726407177677921223696.jpg" alt="B&#227;o số 3 khiến tỉnh Bắc Ninh thiệt hại 1.000 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="/bao-so-3-khien-tinh-bac-ninh-thiet-hai-1000-ty-dong-20240915204031527.htm" title="B&#xE3;o s&#x1ED1; 3 khi&#x1EBF;n t&#x1EC9;nh B&#x1EAF;c Ninh thi&#x1EC7;t h&#x1EA1;i 1.000 t&#x1EF7; &#x111;&#x1ED3;ng" data-id="20240915204031527" data-newstype="0">B&#xE3;o s&#x1ED1; 3 khi&#x1EBF;n t&#x1EC9;nh B&#x1EAF;c Ninh thi&#x1EC7;t h&#x1EA1;i 1.000 t&#x1EF7; &#x111;&#x1ED3;ng</a> </h2> <span class="box-category-time time-ago" title="09/15/2024 20:53:00"></span> <p data-type="sapo" class="box-category-sapo">Theo b&#xE1;o c&#xE1;o m&#x1EDB;i nh&#x1EA5;t c&#x1EE7;a UBND t&#x1EC9;nh B&#x1EAF;c Ninh, b&#xE3;o s&#x1ED1; 3 v&#xE0; ho&#xE0;n l&#x1B0;u sau b&#xE3;o g&#xE2;y m&#x1B0;a l&#x169; &#x111;&#xE3; g&#xE2;y thi&#x1EC7;t h&#x1EA1;i cho t&#x1EC9;nh kho&#x1EA3;ng 1000 t&#x1EF7; &#x111;&#x1ED3;ng.</p> </div> </div> <div class="box-category-item" data-newsid="20240912140650123"> <a class="box-category-link-with-avatar img-resize" href="/hien-ke-giai-quyet-mot-so-van-de-cap-thiet-cho-phu-nu-va-tre-em-dtts-khu-vuc-phia-nam-20240912140650123.htm" title="Hi&#x1EBF;n k&#x1EBF; gi&#x1EA3;i quy&#x1EBF;t m&#x1ED9;t s&#x1ED1; v&#x1EA5;n &#x111;&#x1EC1; c&#x1EA5;p thi&#x1EBF;t cho ph&#x1EE5; n&#x1EEF; v&#xE0; tr&#x1EBB; em DTTS khu v&#x1EF1;c ph&#xED;a Nam" data-id="20240912140650123" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/9/12/a5-1726124211915918023325-222-0-1822-2560-crop-1726124652241636094932.jpg" alt="Hiến kế giải quyết một số vấn đề cấp thiết cho phụ nữ v&#224; trẻ em DTTS khu vực ph&#237;a Nam" 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="/hien-ke-giai-quyet-mot-so-van-de-cap-thiet-cho-phu-nu-va-tre-em-dtts-khu-vuc-phia-nam-20240912140650123.htm" title="Hi&#x1EBF;n k&#x1EBF; gi&#x1EA3;i quy&#x1EBF;t m&#x1ED9;t s&#x1ED1; v&#x1EA5;n &#x111;&#x1EC1; c&#x1EA5;p thi&#x1EBF;t cho ph&#x1EE5; n&#x1EEF; v&#xE0; tr&#x1EBB; em DTTS khu v&#x1EF1;c ph&#xED;a Nam" data-id="20240912140650123" data-newstype="0">Hi&#x1EBF;n k&#x1EBF; gi&#x1EA3;i quy&#x1EBF;t m&#x1ED9;t s&#x1ED1; v&#x1EA5;n &#x111;&#x1EC1; c&#x1EA5;p thi&#x1EBF;t cho ph&#x1EE5; n&#x1EEF; v&#xE0; tr&#x1EBB; em DTTS khu v&#x1EF1;c ph&#xED;a Nam</a> </h2> <span class="box-category-time time-ago" title="09/12/2024 14:19:00"></span> <p data-type="sapo" class="box-category-sapo">Ph&#xE1;t huy ti&#x1EBF;ng n&#xF3;i, s&#x1EF1; &#x1EA3;nh h&#x1B0;&#x1EDF;ng c&#x1EE7;a ng&#x1B0;&#x1EDD;i c&#xF3; uy t&#xED;n trong tuy&#xEA;n truy&#x1EC1;n thay &#x111;&#x1ED5;i n&#x1EBF;p ngh&#x129;, c&#xE1;ch l&#xE0;m; x&#xE2;y d&#x1EF1;ng CLB &#x201C;Th&#x1EE7; l&#x129;nh c&#x1EE7;a s&#x1EF1; thay &#x111;&#x1ED5;i&#x201D;; n&#xE2;ng cao &#x111;&#x1EDD;i s&#x1ED1;ng kinh t&#x1EBF; - x&#xE3; h&#x1ED9;i&#x2026; l&#xE0; nh&#x1EEF;ng c&#xE1;ch l&#xE0;m hay trong vi&#x1EC7;c tri&#x1EC3;n khai d&#x1EF1; &#xE1;n 8. </p> </div> </div> <div class="box-category-item" data-newsid="20240912085915158"> <a class="box-category-link-with-avatar img-resize" href="/lanh-dao-tinh-bac-ninh-chi-dao-phuong-an-thoat-thoat-nuoc-trong-khu-cong-nghiep-20240912085915158.htm" title="L&#xE3;nh &#x111;&#x1EA1;o t&#x1EC9;nh B&#x1EAF;c Ninh ch&#x1EC9; &#x111;&#x1EA1;o ph&#x1B0;&#x1A1;ng &#xE1;n tho&#xE1;t n&#x1B0;&#x1EDB;c trong khu c&#xF4;ng nghi&#x1EC7;p" data-id="20240912085915158" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/9/12/1-17261046727381239730423-107-0-1707-2560-crop-1726105570646218248312.jpg" alt="L&#227;nh đạo tỉnh Bắc Ninh chỉ đạo phương &#225;n tho&#225;t nước trong khu c&#244;ng nghiệp" 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="/lanh-dao-tinh-bac-ninh-chi-dao-phuong-an-thoat-thoat-nuoc-trong-khu-cong-nghiep-20240912085915158.htm" title="L&#xE3;nh &#x111;&#x1EA1;o t&#x1EC9;nh B&#x1EAF;c Ninh ch&#x1EC9; &#x111;&#x1EA1;o ph&#x1B0;&#x1A1;ng &#xE1;n tho&#xE1;t n&#x1B0;&#x1EDB;c trong khu c&#xF4;ng nghi&#x1EC7;p" data-id="20240912085915158" data-newstype="0">L&#xE3;nh &#x111;&#x1EA1;o t&#x1EC9;nh B&#x1EAF;c Ninh ch&#x1EC9; &#x111;&#x1EA1;o ph&#x1B0;&#x1A1;ng &#xE1;n tho&#xE1;t n&#x1B0;&#x1EDB;c trong khu c&#xF4;ng nghi&#x1EC7;p</a> </h2> <span class="box-category-time time-ago" title="09/12/2024 09:19:00"></span> <p data-type="sapo" class="box-category-sapo">Chi&#x1EC1;u 11/9, nh&#x1EAD;n th&#xF4;ng tin C&#xF4;ng ty Samsung Industrial (KCN &#x110;&#x1EA1;i &#x110;&#x1ED3;ng &#x2013; Ho&#xE0;n S&#x1A1;n) b&#x1ECB; ng&#x1EAD;p &#xFA;ng, Ph&#xF3; Ch&#x1EE7; t&#x1ECB;ch UBND t&#x1EC9;nh L&#xEA; Xu&#xE2;n L&#x1EE3;i &#x111;&#xE3; tr&#x1EF1;c ti&#x1EBF;p &#x111;&#x1EBF;n doanh nghi&#x1EC7;p &#x111;&#x1EC3; ki&#x1EC3;m tra t&#xEC;nh tr&#x1EA1;ng ng&#x1EAD;p &#xFA;ng v&#xE0; ch&#x1EC9; &#x111;&#x1EA1;o ph&#x1B0;&#x1A1;ng &#xE1;n ti&#xEA;u tho&#xE1;t n&#x1B0;&#x1EDB;c.</p> </div> </div> <div class="box-category-item" data-newsid="20240911143048385"> <a class="box-category-link-with-avatar img-resize" href="/abbank-va-maybank-siet-chat-quan-he-hop-tac-chien-luoc-20240911143048385.htm" title="ABBANK v&#xE0; MAYBANK si&#x1EBF;t ch&#x1EB7;t quan h&#x1EC7; h&#x1EE3;p t&#xE1;c chi&#x1EBF;n l&#x1B0;&#x1EE3;c" data-id="20240911143048385" data-newstype="0"> <img loading="lazy" src="https://phunuvietnam.mediacdn.vn/zoom/320_200/179072216278405120/2024/9/11/picture1-1726039507449450466988-0-0-866-1386-crop-1726039510011509274597.jpg" alt="ABBANK v&#224; MAYBANK siết chặt quan hệ hợp t&#225;c chiến lược" 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="/abbank-va-maybank-siet-chat-quan-he-hop-tac-chien-luoc-20240911143048385.htm" title="ABBANK v&#xE0; MAYBANK si&#x1EBF;t ch&#x1EB7;t quan h&#x1EC7; h&#x1EE3;p t&#xE1;c chi&#x1EBF;n l&#x1B0;&#x1EE3;c" data-id="20240911143048385" data-newstype="0">ABBANK v&#xE0; MAYBANK si&#x1EBF;t ch&#x1EB7;t quan h&#x1EC7; h&#x1EE3;p t&#xE1;c chi&#x1EBF;n l&#x1B0;&#x1EE3;c</a> </h2> <span class="box-category-time time-ago" title="09/11/2024 15:31:00"></span> <p data-type="sapo" class="box-category-sapo">Ng&#xE2;n h&#xE0;ng TMCP An B&#xEC;nh (ABBANK) v&#xE0; c&#x1ED5; &#x111;&#xF4;ng chi&#x1EBF;n l&#x1B0;&#x1EE3;c n&#x1B0;&#x1EDB;c ngo&#xE0;i Malayan Banking Berhad (Maybank) v&#x1EEB;a k&#xFD; k&#x1EBF;t Bi&#xEA;n b&#x1EA3;n ghi nh&#x1EDB; th&#x1ECF;a thu&#x1EAD;n t&#x103;ng c&#x1B0;&#x1EDD;ng h&#x1EE3;p t&#xE1;c chi&#x1EBF;n l&#x1B0;&#x1EE3;c, t&#x1EAD;p trung v&#xE0;o h&#x1ED7; tr&#x1EE3; c&#xE1;c s&#xE1;ng ki&#x1EBF;n chuy&#x1EC3;n &#x111;&#x1ED5;i v&#xE0; x&#xE2;y d&#x1EF1;ng n&#x103;ng l&#x1EF1;c cho ABBANK. S&#x1EF1; ki&#x1EC7;n di&#x1EC5;n ra t&#x1EA1;i H&#xE0; N&#x1ED9;i, trong khu&#xF4;n kh&#x1ED5; chuy&#x1EBF;n th&#x103;m ABBANK c&#x1EE7;a &#x111;o&#xE0;n l&#xE3;nh &#x111;&#x1EA1;o c&#x1EA5;p cao Maybank.</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