<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>người thông minh &#8211; Nhật Phúc</title>
	<atom:link href="https://nhatphuc.com/bai-viet/nguoi-thong-minh/feed/" rel="self" type="application/rss+xml" />
	<link>https://nhatphuc.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jul 2025 04:01:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://nhatphuc.com/wp-content/uploads/2019/08/favicon-75x75.png</url>
	<title>người thông minh &#8211; Nhật Phúc</title>
	<link>https://nhatphuc.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Người thông minh có tính cách gì và thường làm gì?</title>
		<link>https://nhatphuc.com/nguoi-thong-minh-co-tinh-cach-gi-va-thuong-lam-gi/</link>
					<comments>https://nhatphuc.com/nguoi-thong-minh-co-tinh-cach-gi-va-thuong-lam-gi/#respond</comments>
		
		<dc:creator><![CDATA[Linh Nguyễn]]></dc:creator>
		<pubDate>Fri, 11 Jul 2025 04:01:27 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Khám phá]]></category>
		<category><![CDATA[người thông minh]]></category>
		<guid isPermaLink="false">https://nhatphuc.com/?p=17336</guid>

					<description><![CDATA[<p>Trí thông minh thực sự không chỉ thể hiện qua điểm số mà còn qua [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/nguoi-thong-minh-co-tinh-cach-gi-va-thuong-lam-gi/">Người thông minh có tính cách gì và thường làm gì?</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></description>
										<content:encoded><![CDATA[<!DOCTYPE html>
<html lang="vi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
    <style>
        :root {
            --bg-color: #111827;
            --card-bg-color: #1f2937;
            --text-color: #d1d5db;
            --text-muted: #9ca3af;
            --border-color: #374151;
            --content-h-color: #ffffff;
            --content-p-color: #d1d5db;
            --accent-color: #38bdf8;
            --accent-color-hover: #7dd3fc;
        }

        body { 
            font-family: 'Inter', sans-serif; 
            background-color: var(--bg-color); 
            color: var(--text-color); 
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin: 0;
            padding: 2rem 1rem;
        }
        
        ::selection {
          background: var(--accent-color);
          color: #111827;
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
        }

        .main-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .main-title {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--content-h-color);
            margin-bottom: 1rem;
        }

        .main-intro {
            font-size: 1.125rem;
            color: var(--text-muted);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.7;
        }
        
        .main-image {
            width: 100%;
            max-height: 400px;
            object-fit: cover;
            border-radius: 0.75rem;
            margin-bottom: 3rem;
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
            border: 1px solid var(--border-color);
        }

        .accordion {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .accordion-item {
            background-color: var(--card-bg-color);
            border: 1px solid var(--border-color);
            border-radius: 0.75rem;
            overflow: hidden;
            transition: background-color 0.3s ease;
        }
        
        .accordion-item.active {
             background-color: #2a374a;
        }

        .accordion-header {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 1.5rem;
            cursor: pointer;
            background: none;
            border: none;
            text-align: left;
            color: var(--content-h-color);
            font-size: 1.25rem;
            font-weight: 600;
            transition: background-color 0.2s ease;
        }
        
        .accordion-header:hover {
            background-color: rgba(255, 255, 255, 0.05);
        }

        .accordion-header .icon {
            width: 24px;
            height: 24px;
            margin-right: 1rem;
            color: var(--accent-color);
            flex-shrink: 0;
        }
        
        .accordion-header .toggle-icon {
            margin-left: auto;
            width: 20px;
            height: 20px;
            transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        
        .accordion-item.active .toggle-icon {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.0);
        }

        .accordion-content-inner {
            padding: 0 1.5rem 1.5rem 1.5rem;
            color: var(--text-muted);
            line-height: 1.8;
            font-size: 1rem;
            border-top: 1px solid var(--border-color);
            margin: 0 1.5rem;
        }
        
        .accordion-content-inner p {
            margin-bottom: 1rem;
        }
        
        .accordion-content-inner p:last-child {
            margin-bottom: 0;
        }
        
        .section-divider {
            text-align: center;
            margin: 3rem 0 2rem 0;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--accent-color);
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 2rem;
            }
            .main-intro {
                font-size: 1rem;
            }
            .accordion-header {
                font-size: 1.1rem;
                padding: 1.25rem;
            }
        }
    </style>
</head>
<body>

    <div class="container">
        <header class="main-header">
            <p class="main-intro">Trí thông minh thực sự không chỉ thể hiện qua điểm số mà còn qua cách chúng ta sống, tương tác và giải quyết vấn đề. Hãy cùng khám phá những thói quen và dấu hiệu của người thông minh để sống một cuộc đời tích cực và ý nghĩa hơn.</p>
        </header>

        <img src="https://nhatphuc.com/wp-content/uploads/2025/07/1-18-3924-1721214088.jpg" alt="Người thông minh biết điểm mạnh, điểm yếu của bản thân và không ngừng học hỏi để tiến bộ" class="main-image">

        <div class="accordion">
            <h2 class="section-divider">5 Thói Quen Sống Tích Cực</h2>
            <!-- Item 1: Không than vãn -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z" /></svg>
                    <span>Không bao giờ than vãn</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Nghiên cứu của Đại học Stanford cho thấy than vãn liên tục có thể làm tổn thương não bộ, ảnh hưởng đến tâm trạng và nhận thức. Người thông minh biết cách tự xử lý hoặc tìm sự hỗ trợ phù hợp thay vì chìm trong tiêu cực.</p>
                    </div>
                </div>
            </div>

            <!-- Item 2: Chấm dứt mối quan hệ độc hại -->
            <div class="accordion-item">
                <button class="accordion-header">
                     <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M18.364 18.364A9 9 0 005.636 5.636m12.728 12.728A9 9 0 015.636 5.636m12.728 12.728L5.636 5.636" /></svg>
                    <span>Chấm dứt mối quan hệ tiêu hao năng lượng</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Họ sẽ kết thúc một mối quan hệ khi thấy nó không còn hy vọng phát triển, đặc biệt khi liên tục bị thiếu tôn trọng hoặc thao túng. Họ không ngại đầu tư năng lượng và thời gian để tái tạo bản thân thay vì duy trì các kết nối độc hại.</p>
                    </div>
                </div>
            </div>

            <!-- Item 3: Sẵn sàng nói 'Không' -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M10.05 4.575a1.575 1.575 0 10-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 013.15 0v1.5m-3.15 0l.075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 013.15 0V15M6.9 7.575a1.575 1.575 0 10-3.15 0v8.175a6.75 6.75 0 006.75 6.75h2.018a5.25 5.25 0 005.25-5.25v-2.575a3.375 3.375 0 00-3.375-3.375H9.75" /></svg>
                    <span>Sẵn sàng nói "Không"</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Người thông minh không ngại nói lên suy nghĩ và thiết lập ranh giới lành mạnh bằng cách nói "Không" với những điều khiến họ khó chịu. Điều này giúp họ bước ra khỏi vùng an toàn và đón nhận những cơ hội mới.</p>
                    </div>
                </div>
            </div>
            
            <!-- Item 4: Khao khát trò chuyện sâu sắc -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.006 3 11.55c0 2.43.81 4.655 2.18 6.330M15.75 12.75h-7.5" /></svg>
                    <span>Khao khát những cuộc trò chuyện sâu sắc</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Họ tránh những cuộc nói chuyện phiếm và tạo không gian cho những kết nối sâu sắc, dựa trên sự tin cậy, trung thực và thấu hiểu. Điều này giúp họ xây dựng các mối quan hệ chất lượng và ý nghĩa hơn.</p>
                    </div>
                </div>
            </div>

            <!-- Item 5: Làm vì bản thân -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z" /></svg>
                    <span>Làm mọi thứ vì bản thân</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Họ làm mọi thứ vì mục tiêu phát triển bản thân, sống thoải mái và bình yên, thay vì tìm kiếm sự chấp thuận và soi xét từ bên ngoài. Việc không quan tâm đến việc được người khác thích là một tư duy quan trọng của họ.</p>
                    </div>
                </div>
            </div>
            
            <h2 class="section-divider">8 Dấu Hiệu Nhận Biết</h2>

            <!-- Item 6: Tò mò -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z" /></svg>
                    <span>Có tính tò mò mạnh mẽ</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Họ không chỉ khát khao kiến thức mà còn thích đặt câu hỏi và thách thức các khái niệm hiện có. Sự tò mò thúc đẩy họ không ngừng học hỏi những điều mới và mở rộng tầm nhìn.</p>
                    </div>
                </div>
            </div>
            
            <!-- Item 7: Thích ứng -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0011.667 0l3.181-3.183m-4.991-2.695v-2.695A8.25 8.25 0 005.68 9.348v2.695m0 0l3.181 3.183a8.25 8.25 0 0011.667 0l3.181-3.183" /></svg>
                    <span>Có khả năng thích ứng mạnh mẽ</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Họ ứng phó linh hoạt với các tình huống và thách thức khác nhau, không bị ràng buộc bởi các khuôn khổ hiện có. Khả năng này cho phép họ giữ bình tĩnh và tìm ra giải pháp cho các vấn đề.</p>
                    </div>
                </div>
            </div>

            <!-- Item 8: Đơn giản hóa -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 00-2.456 2.456zM16.898 20.572L16.5 21.75l-.398-1.178a3.375 3.375 0 00-2.455-2.456L12.75 18l1.178-.398a3.375 3.375 0 002.455-2.456L16.5 14.25l.398 1.178a3.375 3.375 0 002.456 2.456L20.25 18l-1.178.398a3.375 3.375 0 00-2.456 2.456z" /></svg>
                    <span>Đơn giản hóa vấn đề</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Einstein từng nói: "Nếu bạn không thể giải thích điều gì một cách đơn giản, có nghĩa là bạn chưa hiểu nó". Người thông minh có xu hướng đơn giản hóa sự việc phức tạp, giúp họ nhanh chóng nắm bắt cốt lõi vấn đề.</p>
                    </div>
                </div>
            </div>

            <!-- Item 9: Hiểu rõ bản thân -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z" /></svg>
                    <span>Hiểu rõ bản thân</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Họ biết rất rõ điểm mạnh và điểm yếu của mình. Sự hiểu biết sâu sắc này cho phép họ phát huy tối đa điểm mạnh, đồng thời khiêm tốn tiếp thu ý kiến của người khác để khắc phục điểm yếu.</p>
                    </div>
                </div>
            </div>

            <!-- Item 10: Thích ở một mình -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" /></svg>
                    <span>Thích ở một mình</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Họ tận hưởng thời gian một mình để suy nghĩ và tái tạo năng lượng. Đây không phải là chống đối xã hội, mà là cách để họ làm phong phú thế giới nội tâm và phát triển khả năng suy nghĩ độc lập.</p>
                    </div>
                </div>
            </div>

            <!-- Item 11: Lắng nghe nhiều hơn -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z" /></svg>
                    <span>Lắng nghe nhiều hơn nói</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Những người lắng nghe giỏi thường thông minh hơn vì họ học hỏi được nhiều điều và được truyền cảm hứng từ quan điểm của người khác. Điều này cho phép họ có cái nhìn sâu sắc và toàn diện hơn.</p>
                    </div>
                </div>
            </div>

            <!-- Item 12: Cởi mở -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18v-5.25m0 0a6.01 6.01 0 001.5-.189m-1.5.189a6.01 6.01 0 01-1.5-.189m3.75 7.478a12.06 12.06 0 01-4.5 0m3.75 2.354a15.056 15.056 0 01-4.5 0m3.75-12.454c0-1.193.255-2.31.72-3.344m-1.44 3.344a15.056 15.056 0 00-4.5 0m1.44-3.344c-.465 1.033-.72 2.15-.72 3.344M3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25M3 12a9.023 9.023 0 01.424-2.828M21 12a9.023 9.023 0 00-.424-2.828" /></svg>
                    <span>Cởi mở với những quan điểm mới</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Họ sẵn sàng chấp nhận những ý tưởng khác nhau, biết rằng tư duy đa dạng giúp mở rộng tầm nhìn. Họ không ngại thừa nhận sự thiếu hiểu biết của mình và coi đó là cơ hội để học hỏi.</p>
                    </div>
                </div>
            </div>

            <!-- Item 13: Tử tế -->
            <div class="accordion-item">
                <button class="accordion-header">
                    <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z" /></svg>
                    <span>Tử tế và nhân ái</span>
                    <svg class="toggle-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>
                </button>
                <div class="accordion-content">
                    <div class="accordion-content-inner">
                        <p>Người khôn ngoan thường có nhiều lòng trắc ẩn, có thể hiểu được cảm xúc của người khác và sẵn sàng giúp đỡ. Lòng trắc ẩn này không chỉ thể hiện ở sự quan tâm của họ đối với mọi người mà còn ở sự nhạy cảm trước các vấn đề xã hội.</p>
                    </div>
                </div>
            </div>

        </div>
    </div>

    <script>
        document.addEventListener('DOMContentLoaded', function () {
            const accordionItems = document.querySelectorAll('.accordion-item');

            accordionItems.forEach(item => {
                const header = item.querySelector('.accordion-header');
                const content = item.querySelector('.accordion-content');

                header.addEventListener('click', () => {
                    const isActive = item.classList.contains('active');

                    // Đóng tất cả các mục khác
                    accordionItems.forEach(otherItem => {
                        otherItem.classList.remove('active');
                        otherItem.querySelector('.accordion-content').style.maxHeight = null;
                    });

                    // Nếu mục vừa nhấp không phải là mục đang mở, thì mở nó ra
                    if (!isActive) {
                        item.classList.add('active');
                        content.style.maxHeight = content.scrollHeight + 'px';
                    }
                });
            });
        });
    </script>
</body>
</html>
<p>The post <a rel="nofollow" href="https://nhatphuc.com/nguoi-thong-minh-co-tinh-cach-gi-va-thuong-lam-gi/">Người thông minh có tính cách gì và thường làm gì?</a> appeared first on <a rel="nofollow" href="https://nhatphuc.com">Nhật Phúc</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nhatphuc.com/nguoi-thong-minh-co-tinh-cach-gi-va-thuong-lam-gi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
