HEX
Server: Apache/2
System: Linux sv2.klungbaan.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: klungadmin (1002)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/klungadmin/domains/klungbaan.com/private_html/friend-webs/index.html
<!DOCTYPE html>
<html lang="th">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>เว็บไซต์เพื่อนบ้าน - Klungbaan.com</title>
    <meta name="description" content="เว็บไซต์เพื่อนบ้านของ Klungbaan.com ที่ให้ข้อมูลต่างๆ ที่น่าสนใจ">
    <!-- Import Sarabun font from Google Fonts -->
    <link href="https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;600;700&display=swap" rel="stylesheet">
    <!-- Bootstrap CSS CDN -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
        xintegrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
    <style>
        /* Basic styling for the entire page */
        body {
            font-family: 'Sarabun', sans-serif;
            /* Changed font to Sarabun */
            margin: 0;
            padding: 0;
            color: #333;
            background-color: #f0f2f5;
            /* Light grey background for the whole page */
        }

        /* Header styling - Using Bootstrap navbar components */
        header {
            border-bottom-left-radius: 8px;
            /* Rounded corners for header */
            border-bottom-right-radius: 8px;
            /* Rounded corners for header */
            z-index: 50;
            /* Ensure header is above content but below mobile overlay */
        }

        /* Container for header content to control max-width */
        .header-container {
            max-width: 1200px;
            width: 100%;
            padding: 0 10px;
            /* Add some horizontal padding inside the container */
        }

        header .navbar-brand img {
            /* Adjusted selector for Bootstrap */
            height: 40px;
            /* Adjust as needed */
            border-radius: 4px;
            /* Slightly rounded logo */
        }

        /* Custom styles for desktop navigation links if needed to override Bootstrap defaults */
        .navbar-nav .nav-link {
            color: #333;
            font-weight: bold;
            font-size: 16px;
            padding: 8px 12px;
            border-radius: 6px;
            transition: background-color 0.3s ease, color 0.3s ease;
            white-space: nowrap;
            /* Prevent text wrapping inside nav links */
        }

        .navbar-nav .nav-link:hover {
            background-color: #e6f2ff;
            /* Light blue on hover */
            color: #007bff;
            /* Example hover color */
        }

        /* Custom style for Bootstrap dropdown menus to match previous design */
        .dropdown-menu {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 10;
            list-style: none;
            /* Ensure no default bullet points */
            padding: 10px 0;
            margin: 0;
            min-width: 180px;
            border-radius: 6px;
            /* Bootstrap handles display:none/block and positioning */
        }

        .dropdown-menu .dropdown-item {
            color: #333;
            padding: 10px 20px;
            text-decoration: none;
            display: block;
            white-space: nowrap;
            font-weight: normal;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f1f1f1;
            color: #007bff;
        }

        /* Desktop: Make main dropdown menu open on hover */
        @media (min-width: 992px) {

            /* Bootstrap's 'lg' breakpoint */
            .navbar-nav .dropdown:hover>.dropdown-menu {
                display: block;
                margin-top: 0;
                /* Remove potential margin added by Bootstrap JS */
            }

            .navbar-nav .dropdown .dropdown-toggle:active {
                /* Prevent dropdown from closing immediately after click if JS also tries to open it */
                pointer-events: none;
            }

            /* Desktop: Nested dropdowns open on hover */
            .dropdown-submenu:hover>.dropdown-menu {
                display: block;
            }

            .dropdown-menu .dropdown-menu {
                left: 100%;
                top: 0;
                margin-top: 0;
                border-left: 1px solid #eee;
            }
        }


        /* Override Bootstrap Offcanvas width for mobile menu */
        .offcanvas.offcanvas-start {
            width: 50% !important;
            /* Forces 50% width on mobile menu */
        }

        /* Remove the black overlay from the offcanvas backdrop */
        .offcanvas-backdrop {
            background-color: transparent !important;
        }

        /* Ensure the transparent backdrop still receives pointer events for closing */
        .offcanvas-backdrop.show {
            /* Bootstrap adds opacity directly. Setting to 0 here to ensure transparency. */
            opacity: 0;
        }


        .offcanvas-header {
            background-color: #003366;
            /* Darker blue for offcanvas header */
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .offcanvas-title {
            font-weight: bold;
        }

        .offcanvas-body {
            background-color: #004d99;
            /* Main offcanvas background */
        }

        .offcanvas-body .navbar-nav .nav-item .nav-link {
            color: #fff;
            /* White text for mobile menu links */
            font-weight: normal;
            font-size: 1.1em;
            padding: 10px 15px;
            text-align: left;
            /* Align mobile menu items to left */
        }

        .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: #fff;
        }

        /* Custom mobile menu dropdowns (using JS for show/hide) */
        .mobile-dropdown-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            background-color: rgb(32 109 185);
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-in-out;
            border-radius: 0;
            margin-top: 5px;
        }

        .mobile-dropdown-menu.show {
            max-height: 500px;
            /* Adjust as needed to fit content */
        }

        .mobile-dropdown-menu .dropdown-item {
            /* Text color is already pure white, ensuring clarity */
            color: #fff;
            padding: 8px 30px;
            /* Increased indent for nested */
            font-size: 1em;
            text-align: left;
        }

        .mobile-dropdown-menu .dropdown-item:hover {
            /* Adjusted hover color for better contrast within the blue tone */
            background-color: rgba(0, 77, 153, 0.9);
            /* Slightly lighter blue on hover */
        }

        /* Main content styling */
        .content {
            padding: 40px 20px;
            max-width: 1200px;
            margin: 20px auto;
            background-color: #ffffff;
            /* White background for content area */
            border-radius: 12px;
            /* More rounded corners for content block */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            /* Stronger shadow for content block */
        }

        .content h1 {
            text-align: center;
            margin-bottom: 40px;
            color: #004d99;
            /* Dark blue heading */
            font-size: 2.5em;
            font-weight: bold;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
        }

        .content-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            /* Increased gap */
        }

        .category {
            background-color: #f9f9f9;
            /* Off-white for category boxes */
            padding: 25px;
            /* More padding */
            border-radius: 10px;
            /* Rounded corners for category boxes */
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            /* Subtle shadow for category boxes */
            transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
            /* Smooth transition on hover */
        }

        .category:hover {
            transform: translateY(-5px);
            /* Lift effect on hover */
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
            /* Enhanced shadow on hover */
        }

        .category h2 {
            color: #004d99;
            margin-top: 0;
            border-bottom: 2px solid #e0e0e0;
            padding-bottom: 12px;
            margin-bottom: 20px;
            font-size: 1.8em;
            font-weight: 600;
        }

        .category ul {
            list-style: none;
            padding: 0;
            margin: 0;
            line-height: 20px;
        }

        .category ul li {
            margin-bottom: 0px;
            /* More spacing between links */
        }

        .category ul li a {
            text-decoration: none;
            color: #555;
            display: block;
            padding: 8px 0;
            transition: color 0.2s ease, padding-left 0.2s ease;
        }

        .category ul li a:hover {
            color: #007bff;
            text-decoration: underline;
            padding-left: 5px;
            /* Slight indent on hover */
        }

        /* Footer styling */
        footer {
            background-color: #004d99;
            /* Dark blue from the footer image */
            color: #fff;
            padding: 50px 20px;
            /* More padding for footer */
            text-align: center;
            font-size: 0.9em;
            border-top-left-radius: 8px;
            /* Rounded corners for footer */
            border-top-right-radius: 8px;
            /* Rounded corners for footer */
            margin-top: 40px;
            /* Space above footer */
        }

        .footer-grid {
            display: grid;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            text-align: left;
            /* Default to stacking on very small screens, then adjust with media queries */
            grid-template-columns: 1fr;
        }

        .footer-column {
            padding: 10px;
            /* Add padding to columns for better spacing */
        }

        .footer-column h3 {
            color: #fff;
            margin-bottom: 20px;
            /* More spacing */
            font-size: 1.2em;
            font-weight: 600;
        }

        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column ul li {
            margin-bottom: 10px;
        }

        .footer-column ul li a {
            text-decoration: none;
            color: #c0d9ee;
            /* Lighter blue for footer links */
            display: block;
            transition: color 0.2s ease, text-decoration 0.2s ease;
        }

        .footer-column ul li a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .footer-info-block {
            background-color: rgba(255, 255, 255, 0.05);
            /* Slightly lighter background for the info block */
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            padding: 25px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            /* Default order (unset) will put it at the end of the grid flow */
        }

        .footer-info-block h3 {
            margin-bottom: 15px;
            font-size: 1.5em;
        }

        .footer-info-block p {
            font-size: 0.9em;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .footer-info-block .line-contact {
            margin-top: 15px;
        }

        .footer-info-block .line-contact img {
            height: 40px;
            /* Adjust Line button size */
            border-radius: 5px;
        }

        .footer-heading-center {
            text-align: center;
            margin-bottom: 40px;
            /* More spacing */
            font-size: 2em;
            /* Larger footer main heading */
            font-weight: bold;
            color: #fff;
        }

        .footer-bottom-text {
            margin-top: 50px;
            /* More spacing */
            padding-top: 25px;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            /* Slightly thicker border */
            text-align: center;
            font-size: 0.85em;
            color: #e0e0e0;
        }

        /* Responsive adjustments */
        /* For screens 1200px and wider (large desktop) - 4 columns */
        @media (min-width: 1200px) {
            .footer-grid {
                grid-template-columns: repeat(4, 1fr);
                /* 4 columns for large screens */
                /* Define grid areas for precise placement of all 10 columns and the info block */
                grid-template-areas:
                    "col1 col2 col3 col4"
                    "col5 col6 col7 col8"
                    "col9 col10 info info";
                /* Info block spans 2 columns */
            }

            /* Assign grid areas to each column for precise placement */
            .footer-column:nth-of-type(1) {
                grid-area: col1;
            }

            /* ภาคตะวันออกและภาคกลาง */
            .footer-column:nth-of-type(2) {
                grid-area: col2;
            }

            /* กรุงเทพฯและปริมณฑล */
            .footer-column:nth-of-type(3) {
                grid-area: col3;
            }

            /* ภาคเหนือและตะวันออกเฉียงเหนือ */
            .footer-column:nth-of-type(4) {
                grid-area: col4;
            }

            /* ภาคใต้และภาคตะวันตก */
            .footer-column:nth-of-type(5) {
                grid-area: col5;
            }

            /* ทำเลเด่นอสังหาฯ มือสอง (กทm.) */
            .footer-column:nth-of-type(6) {
                grid-area: col6;
            }

            /* ทำเลเด่นอสังหาฯ มือสอง (ต่างจังหวัด) */
            .footer-column:nth-of-type(7) {
                grid-area: col7;
            }

            /* อสังหาฯมือสอง (ขาย) */
            .footer-column:nth-of-type(8) {
                grid-area: col8;
            }

            /* ประกาศขายยอดนิยม */
            .footer-column:nth-of-type(9) {
                grid-area: col9;
            }

            /* บ้านโครงการใหม่ */
            .footer-column:nth-of-type(10) {
                grid-area: col10;
            }

            /* Klungbaan.com (links) */
            .footer-info-block {
                grid-area: info;
                /* Assign info block to its area */
                order: unset;
                /* Ensure it follows grid area */
            }
        }

        /* For screens between 769px and 1199px (medium desktop/large tablet) - 3 columns */
        @media (min-width: 769px) and (max-width: 1199px) {
            .footer-grid {
                grid-template-columns: repeat(3, 1fr);
                /* 3 columns for medium screens */
                grid-template-areas:
                    "col1 col2 col3"
                    "col4 col5 col6"
                    "col7 col8 col9"
                    "col10 info info";
                /* Info block spans 2 columns */
            }

            /* Reassign grid areas for 3-column layout */
            .footer-column:nth-of-type(1) {
                grid-area: col1;
            }

            .footer-column:nth-of-type(2) {
                grid-area: col2;
            }

            .footer-column:nth-of-type(3) {
                grid-area: col3;
            }

            .footer-column:nth-of-type(4) {
                grid-area: col4;
            }

            .footer-column:nth-of-type(5) {
                grid-area: col5;
            }

            .footer-column:nth-of-type(6) {
                grid-area: col6;
            }

            .footer-column:nth-of-type(7) {
                grid-area: col7;
            }

            .footer-column:nth-of-type(8) {
                grid-area: col8;
            }

            .footer-column:nth-of-type(9) {
                grid-area: col9;
            }

            .footer-column:nth-of-type(10) {
                grid-area: col10;
            }

            .footer-info-block {
                grid-area: info;
                order: unset;
                /* Ensure it follows grid area */
            }
        }

        /* For screens between 481px and 768px (tablet) - 2 columns */
        @media (min-width: 481px) and (max-width: 768px) {

            /* Hide desktop nav, show toggler for offcanvas */
            #desktop-nav {
                display: none;
            }

            .navbar-toggler {
                display: block;
                /* Bootstrap default */
            }

            .footer-grid {
                grid-template-columns: repeat(2, 1fr);
                /* 2 columns for tablet */
                gap: 20px;
                grid-template-areas: unset;
                /* Reset grid-template-areas for smaller screens */
            }

            .footer-info-block {
                grid-column: span 2;
                /* Info block spans both columns on tablet */
                order: unset;
                /* Put it at the bottom of the grid flow on tablet */
            }

            .footer-column {
                text-align: left;
                /* Ensure text alignment is left on tablet */
            }

            .footer-column h3 {
                text-align: left;
                /* Ensure heading alignment is left on tablet */
            }
        }

        /* For screens 480px and smaller (mobile) - 1 column */
        @media (max-width: 480px) {

            /* Hide desktop nav, show toggler for offcanvas */
            #desktop-nav {
                display: none;
            }

            .navbar-toggler {
                display: block;
                /* Bootstrap default */
            }

            .footer-grid {
                grid-template-columns: 1fr;
                /* Stack footer columns on mobile */
                gap: 20px;
                text-align: center;
                grid-template-areas: unset;
                /* Reset grid-template-areas for mobile */
            }

            .footer-column h3 {
                text-align: center;
            }

            .footer-column ul {
                padding-bottom: 15px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                margin-bottom: 15px;
            }

            .footer-column:last-child ul {
                border-bottom: none;
            }

            .footer-info-block {
                order: unset;
                /* Put it at the bottom of the grid flow on mobile */
                grid-column: span 1;
                /* Ensure it doesn't span on mobile */
            }

            .footer-info-block h3 {
                font-size: 1.3em;
            }
        }
    </style>
</head>

<body>
    <header class="navbar navbar-expand-lg navbar-light bg-white shadow-sm rounded-bottom">
        <div class="container-fluid header-container">
            <a class="navbar-brand" href="https://www.klungbaan.com">
                <img src="https://www.klungbaan.com/wp-content/uploads/2019/08/%E0%B8%84%E0%B8%A5%E0%B8%B1%E0%B8%87%E0%B8%9A%E0%B9%89%E0%B8%B2%E0%B8%99-www-1.png"
                    alt="Klungbaan Logo">
            </a>
            <!-- Mobile Menu Toggle Button (Bootstrap's Navbar Toggler) -->
            <button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar"
                aria-controls="offcanvasNavbar" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
            </button>

            <!-- Desktop Navigation -->
            <div class="collapse navbar-collapse" id="desktop-nav">
                <ul class="navbar-nav ms-auto mb-2 mb-lg-0">
                    <li class="nav-item">
                        <a class="nav-link" href="https://www.klungbaan.com/property-create/">ลงประกาศขายฟรี</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="https://new.klungbaan.com/recommended/">แนะนำทำเลเด่น</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="https://rent.klungbaan.com/">ประกาศเช่า</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="https://new.klungbaan.com/">โครงการใหม่</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="https://homeloan.klungbaan.com/">สินเชื่อบ้าน</a>
                    </li>
                    <li class="nav-item dropdown">
                        <a class="nav-link dropdown-toggle" href="#" id="klungbaanDropdown" role="button"
                            data-bs-toggle="dropdown" aria-expanded="false">
                            คลังบ้าน.com
                        </a>
                        <ul class="dropdown-menu" aria-labelledby="klungbaanDropdown">
                            <li><a class="dropdown-item" href="https://www.klungbaan.com/about/">เกี่ยวกับเรา</a></li>
                            <li><a class="dropdown-item" href="http://expo.baan-d.com/">มหกรรมบ้านดี</a></li>
                            <li><a class="dropdown-item" href="https://www.klungbaan.com/property-tips/">ความรู้
                                    การลงทุน อสังหาฯ</a></li>
                            <li class="dropdown-submenu dropend">
                                <a class="dropdown-item dropdown-toggle" href="#" id="servicesDropdown" role="button">
                                    บริการของเรา
                                </a>
                                <ul class="dropdown-menu" aria-labelledby="servicesDropdown">
                                    <li><a class="dropdown-item"
                                            href="https://www.klungbaan.com/ads">โฆษณาประกาศแนะนำ</a></li>
                                </ul>
                            </li>
                            <li><a class="dropdown-item"
                                    href="https://homeloan.klungbaan.com/buyerguide/">คู่มือการซื้อขายบ้าน</a></li>
                            <li><a class="dropdown-item" href="https://www.klungbaan.com/contact-us/">ติดต่อเรา</a></li>
                        </ul>
                    </li>
                </ul>
            </div>
        </div>
    </header>

    <!-- Mobile Navigation Offcanvas (Bootstrap) -->
    <div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
        <div class="offcanvas-header">
            <h5 class="offcanvas-title" id="offcanvasNavbarLabel">Klungbaan.com Menu</h5>
            <button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"
                aria-label="Close"></button>
        </div>
        <div class="offcanvas-body">
            <ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
                <li class="nav-item">
                    <a class="nav-link" href="https://www.klungbaan.com/property-create/">ลงประกาศขายฟรี</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="https://new.klungbaan.com/recommended/">แนะนำทำเลเด่น</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="https://rent.klungbaan.com/">ประกาศเช่า</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="https://new.klungbaan.com/">โครงการใหม่</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="https://homeloan.klungbaan.com/">สินเชื่อบ้าน</a>
                </li>
                <li class="nav-item dropdown">
                    <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
                        aria-expanded="false">
                        คลังบ้าน.com
                    </a>
                    <ul class="dropdown-menu">
                        <li><a class="dropdown-item" href="https://www.klungbaan.com/about/">เกี่ยวกับเรา</a></li>
                        <li><a class="dropdown-item" href="http://expo.baan-d.com/">มหกรรมบ้านดี</a></li>
                        <li><a class="dropdown-item" href="https://www.klungbaan.com/property-tips/">ความรู้ การลงทุน
                                อสังหาฯ</a></li>
                        <!-- Mobile Nested Dropdown: Using custom JS toggle for stability -->
                        <li class="nav-item nested-mobile-dropdown">
                            <a class="dropdown-item mobile-nested-toggle" href="#">
                                บริการของเรา <span class="float-end nested-arrow">&rsaquo;</span>
                                <!-- Arrow for mobile nested menu -->
                            </a>
                            <ul class="mobile-dropdown-menu"> <!-- Custom class for JS toggle -->
                                <li><a class="dropdown-item" href="https://www.klungbaan.com/ads">โฆษณาประกาศแนะนำ</a>
                                </li>
                            </ul>
                        </li>
                        <li><a class="dropdown-item"
                                href="https://homeloan.klungbaan.com/buyerguide/">คู่มือการซื้อขายบ้าน</a></li>
                        <li><a class="dropdown-item" href="https://www.klungbaan.com/contact-us/">ติดต่อเรา</a></li>
                    </ul>
                </li>
            </ul>
        </div>
    </div>

    <main class="content">
        <h1>เว็บไซต์เพื่อนบ้าน</h1>

        <div class="content-grid">
            <div class="category">
                <h2>บทความ พวงหรีด (1)</h2>
                <ul>
                    <li><a href="https://www.oknation.net/%E0%B8%82%E0%B9%88%E0%B8%B2%E0%B8%A7%E0%B8%AA%E0%B8%B2%E0%B8%A3/Wie/66bb7329eef39400138948ba"
                            target="_blank">หัวขโมยย่องลักพวงหรีดพัดลมออกไปจากงานศพ</a></li>
                    <li><a href="https://www.bloggang.com/mainblog.php?id=wie&month=13-08-2024&group=1&gblog=2"
                            target="_blank">แพงไปมั้ย? สาวสั่ง ‘พวงหรีดพัดลม’ มาร่วมงานศพ แต่เจอคุณภาพสวนทางราคามาก!</a>
                    </li>
                    <li><a href="https://www.iaumreview.com/wreath-reed/" target="_blank">พวงหรีดพัดลม:
                            ทางเลือกใหม่ในการแสดงความอาลัย</a></li>
                    <li><a href="https://wie555.wordpress.com/2024/08/19/fanwreath-sending-goodthings/"
                            target="_blank">พวงหรีดพัดลม - บุญกุศลที่ส่งต่อ</a></li>
                    <li><a href="https://sites.google.com/view/fan-wreath" target="_blank">ประโยชน์ของพวงหรีดพัดลม:
                            ประโยชน์ในการใช้งานหลังจากพิธี</a></li>
                    <li><a href="http://www.e4thai.com/wreath/" target="_blank">พวงหรีด:
                            การส่งมอบความรู้สึกผ่านการเลือกและจัดส่ง</a></li>
                    <li><a href="https://www.klungbaan.com/wreath/wreath-sympathy-tribute/" target="_blank">พวงหรีด:
                            สัญลักษณ์แห่งความอาลัยและการส่งมอบความระลึกถึง</a>
                    </li>
                    <li><a href="https://new.klungbaan.com/wreath/wreath-guide-types-delivery/" target="_blank">พวงหรีด:
                            ความหมาย การเลือก และบริการจัดส่งในโอกาสต่างๆ</a>
                    </li>
                    <li><a href="https://www.dpcamerarent.com/wreath/" target="_blank">พวงหรีด:
                            ทางออกที่เรียบง่ายในยามยาก เลือกและส่งได้อย่างมั่นใจ
                        </a>
                    </li>

                </ul>
            </div>

            <div class="category">
                <h2>บทความ พวงหรีด (2)</h2>
                <ul>
                    <li><a href="https://rent.klungbaan.com/wreath/wreath-options-delivery-condolence/"
                            target="_blank">พวงหรีด: ทางเลือกและการจัดส่งเพื่อแสดงความอาลัย</a></li>
                    <li><a href="https://laemchabanggolf.com/wreath/" target="_blank">สัมภาษณ์พิเศษ: ไขข้อข้องใจเรื่อง
                            'พวงหรีด' จากผู้เชี่ยวชาญ</a></li>
                    <li><a href="https://www.appboard.co.th/wreath/" target="_blank">พวงหรีด:
                            สัญลักษณ์ทางสังคมและวัฒนธรรมที่ไม่เคยหยุดนิ่ง
                        </a></li>
                    <li><a href="https://mbcos.co.th/wreath/" target="_blank">พวงหรีด: มิติแห่งความอาลัยที่มองไม่เห็น
                        </a></li>
                    <li><a href="https://www.egathailand.com/wreath/" target="_blank">พวงหรีด: จากประเพณีสู่ยุคดิจิทัล
                            การปรับตัวของสัญลักษณ์แห่งอาลัย
                        </a></li>
                    <li><a href="https://www.108postfree.com/wreath/" target="_blank">พวงหรีดพัดลม:
                            ลมหายใจแห่งความอาลัยที่ไม่เคยดับ
                        </a></li>
                    <li><a href="https://tdelphi.com/wreath/" target="_blank">พวงหรีด:
                            คู่มือการเลือกและบริการจัดส่งครบวงจร
                        </a></li>
                    <li><a href="https://www.happyreading.in.th/wreath/" target="_blank">พวงหรีด:
                            คุณค่าที่ส่งผ่านความอาลัย สื่อใจจากผู้ให้สู่ผู้จากไป
                        </a></li>
                    <li><a href="https://www.changanan.com/wreath/" target="_blank">พวงหรีด:
                            เมื่อเทคโนโลยีมาเติมเต็มความอาลัย
                        </a></li>
                </ul>
            </div>
            <!-- 
            <div class="category">
                <h2>หมวดหมู่ C</h2>
                <ul>
                    <li><a href="#">Another Link 1</a></li>
                    <li><a href="#">Another Link 2</a></li>
                    <li><a href="#">Another Link 3</a></li>
                </ul>
            </div>

            <div class="category">
                <h2>หมวดหมู่ D</h2>
                <ul>
                    <li><a href="#">Category D Link 1</a></li>
                    <li><a href="#">Category D Link 2</a></li>
                    <li><a href="#">Category D Link 3</a></li>
                    <li><a href="#">Category D Link 4</a></li>
                    <li><a href="#">Category D Link 5</a></li>
                    <li><a href="#">Category D Link 6</a></li>
                </ul>
            </div>
            <div class="category">
                <h2>หมวดหมู่ E</h2>
                <ul>
                    <li><a href="#">Example Link 1</a></li>
                    <li><a href="#">Example Link 2</a></li>
                    <li><a href="#">Example Link 3</a></li>
                </ul>
            </div>

            <div class="category">
                <h2>หมวดหมู่ F</h2>
                <ul>
                    <li><a href="#">Link Item A</a></li>
                    <li><a href="#">Link Item B</a></li>
                    <li><a href="#">Link Item C</a></li>
                    <li><a href="#">Link Item D</a></li>
                </ul>
            </div> -->
        </div>
    </main>

    <footer>
        <h2 class="footer-heading-center">บ้านมือสอง ทำเลที่น่าสนใจ</h2>
        <div class="footer-grid">
            <div class="footer-column">
                <h3>ภาคตะวันออกและภาคกลาง</h3>
                <ul>
                    <li><a href="https://www.klungbaan.com/chonburi/">ชลบุรี</a></li>
                    <li><a href="https://www.klungbaan.com/rayong/">ระยอง</a></li>
                    <li><a href="https://www.klungbaan.com/chachoengsao/">ฉะเชิงเทรา</a></li>
                    <li><a href="https://www.klungbaan.com/chanthaburi/">จันทบุรี</a></li>
                    <li><a href="https://www.klungbaan.com/nakhon-sawan/">นครสวรรค์</a></li>
                    <li><a href="https://www.klungbaan.com/phitsanulok/">พิษณุโลก</a></li>
                    <li><a href="https://www.klungbaan.com/suphan-buri/">สุพรรณบุรี</a></li>
                </ul>
            </div>
            <div class="footer-column">
                <h3>กรุงเทพฯและปริมณฑล</h3>
                <ul>
                    <li><a href="https://www.klungbaan.com/bangkok/">กรุงเทพฯ</a></li>
                    <li><a href="https://www.klungbaan.com/nonthaburi/">นนทบุรี</a></li>
                    <li><a href="https://www.klungbaan.com/pathum-thani/">ปทุมธานี</a></li>
                    <li><a href="https://www.klungbaan.com/samut-prakan/">สมุทรปราการ</a></li>
                    <li><a href="https://www.klungbaan.com/nakhon-pathom/">นครปฐม</a></li>
                    <li><a href="https://www.klungbaan.com/samut-sakhon/">สมุทรสาคร</a></li>
                    <li><a href="https://www.klungbaan.com/phra-nakhon-si-ayutthaya/">พระนครศรีอยุธยา</a></li>
                </ul>
            </div>
            <div class="footer-column">
                <h3>ภาคเหนือและตะวันออกเฉียงเหนือ</h3>
                <ul>
                    <li><a href="https://www.klungbaan.com/chiang-mai/">เชียงใหม่</a></li>
                    <li><a href="https://www.klungbaan.com/chiang-rai/">เชียงราย</a></li>
                    <li><a href="https://www.klungbaan.com/nakhon-ratchasima/">นครราชสีมา</a></li>
                    <li><a href="https://www.klungbaan.com/ubon-ratchathani/">อุบลราชธานี</a></li>
                    <li><a href="https://www.klungbaan.com/khon-kaen/">ขอนแก่น</a></li>
                    <li><a href="https://www.klungbaan.com/udon-thani/">อุดรธานี</a></li>
                    <li><a href="https://www.klungbaan.com/nong-khai/">หนองคาย</a></li>
                </ul>
            </div>
            <div class="footer-column">
                <h3>ภาคใต้และภาคตะวันตก</h3>
                <ul>
                    <li><a href="https://www.klungbaan.com/nakhon-si-thammarat/">นครศรีธรรมราช</a></li>
                    <li><a href="https://www.klungbaan.com/songkhla/">สงขลา</a></li>
                    <li><a href="https://www.klungbaan.com/surat-thani/">สุราษฎร์ธานี</a></li>
                    <li><a href="https://www.klungbaan.com/phuket/">ภูเก็ต</a></li>
                    <li><a href="https://www.klungbaan.com/prachuap-khiri-khan/">ประจวบคีรีขันธ์</a></li>
                    <li><a href="https://www.klungbaan.com/kanchanaburi/">กาญจนบุรี</a></li>
                    <li><a href="https://www.klungbaan.com/ratchaburi/">ราชบุรี</a></li>
                </ul>
            </div>
            <div class="footer-column">
                <h3>ทำเลเด่นอสังหาฯ มือสอง (กทม.)</h3>
                <ul>
                    <li><a href="https://www.klungbaan.com/bkk-ea/bangna-srinagarindra/">บางนา</a></li>
                    <li><a href="https://www.klungbaan.com/bkk-na/raminthra-suwinthawong/">รามอินทรา</a></li>
                    <li><a href="https://www.klungbaan.com/bkk-tsa/rama-2-kanchanaphisek/">พระราม 2</a></li>
                    <li><a href="https://www.klungbaan.com/bkk-ea/latkrabang-romklao/">ลาดกระบัง</a></li>
                    <li><a href="https://www.klungbaan.com/bkk-ica/latphrao-ratchada/">ลาดพร้าว</a></li>
                    <li><a href="https://www.klungbaan.com/bkk-na/watcharapol-saimai/">สายไหม</a></li>
                    <li><a href="https://www.klungbaan.com/bkk-tsa/prachauthit-phutthabucha/">ประชาอุทิศ</a></li>
                    <li><a href="https://www.klungbaan.com/bkk-ica/ramkhamhaeng-bangkapi/">รามคำแหง</a></li>
                </ul>
            </div>
            <div class="footer-column">
                <h3>ทำเลเด่นอสังหาฯ มือสอง<br>(ต่างจังหวัด)</h3>
                <ul>
                    <li><a href="https://www.klungbaan.com/chonburi/bangsaen/">บางแสน</a></li>
                    <li><a href="https://www.klungbaan.com/chonburi/si-racha/">ศรีราชา</a></li>
                    <li><a href="https://www.klungbaan.com/chonburi/pattaya/">พัทยา</a></li>
                    <li><a href="https://www.klungbaan.com/city/bang-bua-thong-nonthaburi">บางบัวทอง</a></li>
                    <li><a href="https://www.klungbaan.com/samut-sakhon/mahachai/">มหาชัย</a></li>
                    <li><a href="https://www.klungbaan.com/chonburi/amata-nakorn/">อมตะนคร</a></li>
                    <li><a href="https://www.klungbaan.com/prachuap-khiri-khan/hua-hin/">หัวหิน</a></li>
                    <li><a href="https://www.klungbaan.com/rayong/pluakdaeng-bowin/">ปลวกแดง</a></li>
                </ul>
            </div>
            <div class="footer-column">
                <h3>อสังหาฯมือสอง (ขาย)</h3>
                <ul>
                    <li><a href="https://www.klungbaan.com/label/condo-sale/">ขายคอนโด</a></li>
                    <li><a href="https://www.klungbaan.com/label/house-sale/">ขายบ้าน</a></li>
                    <li><a href="https://www.klungbaan.com/label/townhouse-sale/">ขายทาวน์เฮ้าส์ ทาวน์โฮม</a></li>
                    <li><a href="https://www.klungbaan.com/label/vacantland-sale/">ขายที่ดิน ขายที่ดินเปล่า</a></li>
                    <li><a href="https://www.klungbaan.com/label/apartment-sale/">ขายกิจการอพาร์ทเม้นท์ หอพัก</a></li>
                    <li><a href="https://www.klungbaan.com/label/homeoffice-sale/">ขายออฟฟิศ ขายโฮมออฟฟิศ</a></li>
                    <li><a href="https://www.klungbaan.com/label/building-sale/">ขายตึกแถว ขายอาคารพาณิชย์</a></li>
                    <li><a href="https://www.klungbaan.com/label/warehouse-sale/">ขายโกดัง ขายโรงงาน</a></li>
                </ul>
            </div>
            <div class="footer-column">
                <h3>ประกาศขายยอดนิยม</h3>
                <ul>
                    <li><a
                            href="https://www.klungbaan.com/%e0%b8%9a%e0%b9%89%e0%b8%b2%e0%b8%99%e0%b8%a1%e0%b8%b7%e0%b8%b7%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%87-%e0%b8%a3%e0%b8%b2%e0%b8%84%e0%b8%b2%e0%b8%96%e0%b8%b9%e0%b8%81/">บ้านมือสอง
                            ราคาถูก</a></li>
                    <li><a href="https://www.klungbaan.com/label/condo-below-2m-sale">ขายคอนโด ราคาต่ำกว่า 2 ล้าน</a>
                    </li>
                    <li><a href="https://www.klungbaan.com/label/condo-below-3m-sale">ขายคอนโด ราคาต่ำกว่า 3 ล้าน</a>
                    </li>
                    <li><a href="https://www.klungbaan.com/label/house-below-3m-sale">ขายบ้าน ราคาต่ำกว่า 3 ล้าน</a>
                    </li>
                    <li><a href="https://www.klungbaan.com/label/house-below-5m-sale">ขายบ้าน ราคาต่ำกว่า 5 ล้าน</a>
                    </li>
                    <li><a href="https://www.klungbaan.com/label/townhouse-below-1m-sale">ขายทาวน์เฮ้าส์
                            ราคาต่ำกว่าล้าน</a></li>
                    <li><a href="https://www.klungbaan.com/label/townhouse-below-2m-sale">ขายทาวน์เฮ้าส์ ราคาต่ำกว่า 2
                            ล้าน</a></li>
                    <li><a href="https://www.klungbaan.com/label/3-bed-singlehouse-sale">ขายบ้านเดี่ยว 3 ห้องนอน</a>
                    </li>
                    <li><a href="https://www.klungbaan.com/all-train-transportation/">รวมอสังหาฯ มือสอง ใกล้รถไฟฟ้า</a>
                    </li>
                </ul>
            </div>

            <div class="footer-column">
                <h3>บ้านโครงการใหม่</h3>
                <ul>
                    <li><a href="https://new.klungbaan.com/property-type/single-house/">บ้านเดี่ยว บ้านแฝด
                            โครงการใหม่</a></li>
                    <li><a href="https://new.klungbaan.com/property-type/condo/">คอนโด โครงการใหม่</a></li>
                    <li><a href="https://new.klungbaan.com/property-type/townhome/">ทาวน์เฮ้าส์ ทาวน์โฮม โครงการใหม่</a>
                    </li>
                    <li><a href="https://www.baan-d.com/property-review/" target="_blank"
                            rel="noopener noreferrer nofollow" class="external">รีวิวบ้านเดี่ยว</a></li>
                    <li><a href="https://www.baan-d.com/property-review/" target="_blank"
                            rel="noopener noreferrer nofollow" class="external">รีวิวคอนโด</a></li>
                    <li><a href="https://www.baan-d.com/property-review/" target="_blank"
                            rel="noopener noreferrer nofollow" class="external">รีวิวทาวน์โฮม</a></li>
                    <li><a href="https://www.baan-d.com/recommended/" target="_blank" rel="noopener noreferrer nofollow"
                            class="external">โครงการบ้านแนะนำ</a></li>
                    <li><a href="https://www.baan-d.com/promotions/" target="_blank" rel="noopener noreferrer nofollow"
                            class="external">โปรโมชั่นโครงการบ้าน</a></li>
                    <li><a href="https://www.facebook.com/baand.recommend" target="_blank"
                            rel="noopener noreferrer nofollow" class="external">ติดตามข่าวสารอสังหาฯล่าสุด</a></li>
                </ul>
            </div>
            <div class="footer-column">
                <h3>Klungbaan.com</h3>
                <ul>
                    <li><a href="https://www.klungbaan.com/about/">เกี่ยวกับเรา</a></li>
                    <li><a href="http://expo.baan-d.com/" class="external" rel="nofollow">งานมหกรรม</a></li>
                    <li><a href="https://www.klungbaan.com/contact-us/">ติดต่อเรา</a></li>
                    <li><a href="https://www.klungbaan.com/register-login">สมัครสมาชิกฟรี!</a></li>
                    <li><a href="https://www.klungbaan.com/property-create/">ลงประกาศ ขาย-ให้เช่า</a></li>
                    <li><a href="https://www.klungbaan.com/user-manual/">คู่มือการใช้งาน</a></li>
                    <li><a href="https://www.klungbaan.com/friend-webs/">เว็บไซต์เพื่อนบ้าน</a></li>
                    <li><a
                            href="https://www.klungbaan.com/%e0%b8%99%e0%b9%82%e0%b8%a2%e0%b8%9a%e0%b8%b2%e0%b8%a2%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b9%80%e0%b8%9b%e0%b9%87%e0%b8%99%e0%b8%aa%e0%b9%88%e0%b8%a7%e0%b8%99%e0%b8%95%e0%b8%b1%e0%b8%a7/">นโยบายความเป็นส่วนตัว</a>
                    </li>
                    <li><a
                            href="https://www.klungbaan.com/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%95%e0%b8%81%e0%b8%a5%e0%b8%87%e0%b9%81%e0%b8%a5%e0%b8%B0%e0%b9%80%e0%b8%87%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%99%e0%b9%84%e0%b8%82/">ข้อตกลงและเงื่อนไข</a>
                    </li>
                    <li><a
                            href="https://www.klungbaan.com/%e0%b9%80%e0%b8%87%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%99%e0%b9%84%e0%b8%82%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%8b%e0%b8%b7%e0%b9%89%e0%b8%ad%e0%b8%82%e0%b8%b2%e0%b8%a2/">เงื่อนไขการซื้อขาย</a>
                    </li>
                </ul>
            </div>
            <!-- New info block from the uploaded image image_899b7a.png -->
            <div class="footer-info-block">
                <h3>Klungbaan.com</h3>
                <p>คลังบ้านดอทคอม (www.klungbaan.com) เว็บไซต์รวมข้อมูล ประกาศขาย-เช่า บ้าน คอนโด ที่ดิน
                    อสังหาริมทรัพย์ทุกประเภท ทั้งมือสองและโครงการใหม่ โดยเจ้าของบ้าน ตัวแทนนายหน้าอสังหาฯ และ
                    เจ้าของโครงการ สามารถนำข้อมูลมาลงประชาสัมพันธ์ได้ ฟรี!!</p>
                <div class="line-contact">
                    <h3>ติดต่อเรา</h3>
                    <a href="https://line.me/R/ti/p/%40sga3546d" target="_blank" rel="noopener noreferrer nofollow">
                        <img src="https://www.klungbaan.com/wp-content/uploads/2018/12/addfriends_en.png"
                            onerror="this.src='https://placehold.co/100x50/00C300/FFFFFF?text=Add+Friends';"
                            alt="Add Friends on LINE" width="100" height="50">
                    </a>
                </div>
            </div>
        </div>
        <div class="footer-bottom-text">
            &copy; 2025 Klungbaan.com. All rights reserved.
        </div>
    </footer>

    <!-- Bootstrap Bundle with Popper -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
        xintegrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
        crossorigin="anonymous"></script>
    <script>
        document.addEventListener('DOMContentLoaded', function () {
            // Handle desktop nested dropdown hover functionality
            const desktopDropdowns = document.querySelectorAll('#desktop-nav .dropdown-submenu');
            desktopDropdowns.forEach(dropdown => {
                const toggle = dropdown.querySelector('.dropdown-toggle');
                const menu = dropdown.querySelector('.dropdown-menu');

                if (toggle && menu) {
                    // Prevent Bootstrap's default click behavior for nested toggles on desktop
                    toggle.addEventListener('click', function (event) {
                        if (window.innerWidth >= 992) { // Only apply to desktop (lg breakpoint and up)
                            event.preventDefault();
                        }
                    });

                    // Manual hover logic for desktop nested dropdowns
                    dropdown.addEventListener('mouseenter', function () {
                        if (window.innerWidth >= 992) {
                            menu.classList.add('show');
                        }
                    });

                    dropdown.addEventListener('mouseleave', function () {
                        if (window.innerWidth >= 992) {
                            menu.classList.remove('show');
                        }
                    });
                }
            });

            // Custom JavaScript for mobile nested dropdown in Offcanvas
            // This is to specifically handle the "บริการของเรา" submenu
            const mobileNestedToggle = document.querySelector('#offcanvasNavbar .nested-mobile-dropdown .mobile-nested-toggle');
            if (mobileNestedToggle) {
                mobileNestedToggle.addEventListener('click', function (event) {
                    event.preventDefault(); // Prevent default link behavior
                    event.stopPropagation(); // Crucial: Stop event bubbling to parent Bootstrap dropdown

                    const targetMenu = this.nextElementSibling; // Get the next sibling which is the custom mobile-dropdown-menu (ul)

                    if (targetMenu) {
                        targetMenu.classList.toggle('show'); // Toggle the 'show' class

                        // Optionally, change arrow direction
                        const arrowSpan = this.querySelector('.nested-arrow');
                        if (arrowSpan) {
                            if (targetMenu.classList.contains('show')) {
                                arrowSpan.innerHTML = '&#9660;'; // Down arrow
                            } else {
                                arrowSpan.innerHTML = '&rsaquo;'; // Right arrow
                            }
                        }
                    }
                });
            }

            // Fix for Bootstrap's dropdown-toggle closing parent dropdown in Offcanvas
            // This handles the main 'คลังบ้าน.com' dropdown in offcanvas.
            const offcanvasDropdownToggles = document.querySelectorAll('#offcanvasNavbar .dropdown > .dropdown-toggle');
            offcanvasDropdownToggles.forEach(toggle => {
                toggle.addEventListener('click', function (event) {
                    // Stop propagation only for top-level dropdowns in offcanvas
                    // This prevents the offcanvas from closing due to the dropdown toggle
                    // and ensures the dropdown itself works.
                    // This is only needed for the top-level dropdowns directly inside navbar-nav.
                    // Nested ones are handled by the custom 'mobile-nested-toggle' or Bootstrap's collapse if used.
                    if (this.closest('.navbar-nav') && !this.closest('.nested-mobile-dropdown')) { // Exclude nested-mobile-dropdown
                        event.stopPropagation();
                    }
                });
            });
        });
    </script>
</body>

</html>